@charset "UTF-8";
@font-face {
  font-family: "CBNUJIKJI";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/CBNUJIKJI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* --- sub.scss --- */
@media (max-width: 481px) {
  br.m {
    display: none;
  }
}

@media (max-width: 481px) {
  .sub_con {
    padding: 0 15px;
  }
}

/* 교양교육본부 소개 >  인사말 */
/********************************************************************
	Greeting Section (인사말)
********************************************************************/
.greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 481px) {
  .greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.greeting .txt_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.greeting .txt_content .txt_01 {
  font-size: 36px;
  color: #182941;
  font-family: "CBNUJIKJI", "NotoSansKR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "맑은 고딕", "돋움", dotum, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size-adjust: 0.52; /* 폰트 크기 보정 */
}
.greeting .txt_content .txt_01 strong {
  font-weight: 500;
  color: #b62b5c;
}
.greeting .txt_content .txt_02 {
  color: #222;
  line-height: 1.8;
  word-break: keep-all;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .greeting .txt_content .txt_02 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .greeting .txt_content .txt_02 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .greeting .txt_content .txt_02 {
    font-size: 16px;
  }
}
@media (max-width: 319px) {
  .greeting .txt_content .txt_02 {
    font-size: 16px;
  }
}
.greeting .txt_content .txt_02 strong {
  color: #b62b5c;
  font-weight: 500;
}
.greeting .txt_content .txt_02 br {
  content: "";
  margin: 10px 0;
  display: block;
}
.greeting .txt_content .txt_02 .under {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.greeting .txt_content .txt_03 {
  color: #222;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}
@media (max-width: 1023px) {
  .greeting .txt_content .txt_03 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .greeting .txt_content .txt_03 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .greeting .txt_content .txt_03 {
    font-size: 18px;
  }
}
@media (max-width: 319px) {
  .greeting .txt_content .txt_03 {
    font-size: 18px;
  }
}
.greeting .txt_content .txt_03 strong {
  color: #b62b5c;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .greeting .txt_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 40px 30px;
  }
  .greeting .txt_content .img {
    width: 100%;
    max-width: 400px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 768px) {
  .greeting .txt_content {
    padding: 5px 15px;
    gap: 25px;
  }
  .greeting .txt_content .img {
    max-width: 320px;
  }
}

.img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  margin: 0;
}
.img img {
  width: 100%;
  height: auto;
}
@media (max-width: 481px) {
  .img {
    padding: 15px;
  }
}

/* History Timeline CSS - card style with left year column and right items */
.c_history {
  padding: 40px 0;
  margin: 0 auto;
}
.c_history .con_list ul li {
  max-width: 1200px;
  margin: 0 auto 24px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 42px 20px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background-image: url(/views/_layout/hd/images/history_year_bg.png);
  background-size: 90px;
  background-position: 110px -70px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c_history .con_list ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c_history .con_list ul li:nth-of-type(even) {
  background-color: #f9f9f9;
  border-color: #f3e9ec;
}
.c_history .con_list ul li .historyyear {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #0b4da2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 8px;
  position: relative;
}
.c_history .con_list ul li::before {
  content: "";
  position: absolute;
  left: 280px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(0, 0, 0, 0.22)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 33%, rgba(255, 255, 255, 0) 0%);
  background-size: 1px 8px;
  background-repeat: repeat-y;
  opacity: 0.6;
}
.c_history .con_list ul li .history-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.c_history .con_list ul li .history-items .historydate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  color: #00122f;
  font-weight: 600;
  font-size: 16px;
}
.c_history .con_list ul li .history-items .historytxt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  color: #222;
  line-height: 1.6;
  font-size: 16px;
}
.c_history .con_list ul li .history-items .historytxt .organ {
  font-size: 14px;
  color: #666;
}
.c_history .con_list ul li li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 20px;
  /* 연혁이 2줄 이상일 때 4번째 div는 줄바꿈되어 전체폭 사용 */
}
.c_history .con_list ul li li > div:nth-of-type(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  display: block;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .c_history .con_list .con_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c_history .con_list .con_list::before {
    left: 12px;
    top: auto;
    bottom: auto;
    height: 0;
    display: none;
  }
  .c_history .con_list .con_list .historyyear {
    font-size: 32px;
    padding-left: 0;
    text-align: left;
  }
  .c_history .con_list .con_list .history-items {
    padding-left: 0;
  }
  .c_history .con_list .con_list .history-items li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .c_history .con_list .con_list .history-date {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 768px) {
  .c_history {
    padding: 0;
  }
  .c_history .con_list::before {
    left: 40px;
  }
  .c_history .con_list ul li {
    padding-left: 0;
    margin-bottom: 0;
  }
  .c_history .con_list ul li .historyyear {
    font-size: 20px;
  }
  .c_history .con_list ul li::before {
    left: 36px;
    top: 25px;
    width: 8px;
    height: 8px;
  }
  .c_history .con_list ul li .historydate {
    font-size: 16px;
    padding: 10px 16px;
  }
  .c_history .con_list ul li .historytxt {
    padding: 16px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .c_history .con_list ul li .historyyear {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .c_history .con_list ul li::before {
    left: 31px;
    top: 20px;
    width: 6px;
    height: 6px;
  }
  .c_history .con_list ul li .historydate {
    font-size: 14px;
    padding: 8px 12px;
  }
  .c_history .con_list ul li .historytxt {
    padding: 12px;
    font-size: 13px;
  }
}
/* 조직도 */
.c_organ {
  padding: 40px 0;
}
.c_organ .organization {
  position: relative;
  padding: 0 20px;
  text-align: center;
}
.c_organ .tbl {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.c_organ .tbl.member {
  margin-top: 50px;
}
.c_organ .tbl.border_none {
  border: none;
}
.c_organ .tbl.border_none th, .c_organ .tbl.border_none td {
  border-left: none;
  border-right: none;
}
.c_organ .tbl th, .c_organ .tbl td {
  padding: 12px 8px;
  border: 1px solid #ddd;
  text-align: center;
}
.c_organ .tbl th.txt_left, .c_organ .tbl td.txt_left {
  text-align: left;
}
.c_organ .tbl td:first-of-type(1) {
  font-weight: 600;
  color: #0b4da2;
}
.c_organ .tbl th {
  background: #f8f9fa;
  font-weight: bold;
}
.c_organ .tbl th.th_row {
  background: #f1f1f1;
}
.c_organ .con_list_title_m {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 40px 0 20px 0;
  padding-left: 10px;
  border-left: 4px solid #0b4da2;
}
.c_organ .con_list_txt ul {
  margin: 0;
  padding: 0;
}
.c_organ .con_list_txt ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.c_organ .con_list_txt ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0b4da2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .c_organ .organization {
    padding: 30px 10px;
  }
  .c_organ .organization::before {
    display: none;
  }
  .c_organ .tbl {
    font-size: 12px;
  }
  .c_organ .tbl th, .c_organ .tbl td {
    padding: 8px 4px;
  }
}
@media (max-width: 480px) {
  .c_organ .chart01 {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .c_organ .chart02_1 {
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .c_organ .chart03_01 {
    height: 50px;
    font-size: 14px;
  }
  .c_organ .chart03_02 {
    font-size: 10px;
    padding: 12px;
    min-height: 120px;
  }
}

/*교수소개 */
/* 본부 : 교수소개-전임교수 */
.c_prof1 {
  width: 100%;
  margin: 50px auto 0;
}

.c_prof1 .tbl {
  border-collapse: collapse;
}

.c_prof1 .tbl th {
  font-size: 15px;
}

.c_prof1 .tbl td {
  font-size: 15px;
  font-weight: normal;
}

/* --- tbl 공통 --- */
.tbl {
  width: 100%;
  border-top: 1px #333 solid;
  border-left: 1px #dbdbdb solid;
  line-height: 22px;
}
.tbl caption {
  display: none;
}
.tbl th, .tbl td {
  font-size: 14px;
  border-bottom: 1px #dbdbdb solid;
  border-right: 1px #dbdbdb solid;
  padding: 10px;
}
.tbl th {
  height: 30px;
  line-height: 16px;
  background-color: #f4f6f9;
  color: #333;
  text-align: center;
}
.tbl .tr_row {
  padding: 0 !important;
}
.tbl td {
  color: #777;
}
.tbl.tbl-sm {
  width: 700px !important;
  overflow-x: auto;
}
.tbl.tbl-sm td, .tbl.tbl-sm th {
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
.tbl a, .tbl a:hover {
  color: #0bb8c8;
  text-decoration: underline;
}
.tbl .border_none {
  border-left: 0 !important;
}
.tbl .border_none th:last-child, .tbl .border_none td:last-child {
  border-right: 0 !important;
}
.tbl.txt_center td {
  text-align: center;
}
.tbl.txt_center td.txt_left {
  text-align: left;
}
.tbl.narrow {
  font-size: 12px;
}
.tbl.narrow th, .tbl.narrow td {
  padding: 3px;
}
.tbl .border_tb_none {
  border-left: 0 !important;
  border-top: 0 !important;
}
.tbl .border_tb_none th, .tbl .border_tb_none td {
  border-top: 1px #dbdbdb solid;
}
.tbl .border_tb_none th {
  border-left: none;
}
.tbl .border_tb_none th:last-child, .tbl .border_tb_none td:last-child {
  border-right: 0 !important;
}
.tbl .border_tb_none .photo {
  border: none;
  padding: 0 20px 0 0;
  text-align: center;
  vertical-align: top;
}
.tbl .border_tb_none .photo span {
  display: block;
  margin-bottom: 10px;
  line-height: 13px;
}
.tbl .border_tb_none .photo span.name {
  font-size: 16px;
  color: #3473da;
  line-height: 16px;
  margin-top: 10px;
}
.tbl .border_tb_none .photo span.etc,
.tbl .border_tb_none .photo span.phone {
  font-size: 13px;
  color: #999;
}
.tbl .border_tb_none .photo span.phone {
  color: #333;
}
.tbl .border_tb_none .photo span.email a {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}
.tbl .border_tb_none td {
  text-align: left;
}

@media (max-width: 481px) {
  .tbl {
    display: block; /* 테이블을 블록으로 바꿔 스크롤 허용 */
    width: 100% !important; /* 부모 컨테이너에 맞춤 */
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    white-space: nowrap; /* 셀 내용이 줄바꿈 되지 않도록 함 */
  }
  .tbl.tbl.tbl-sm {
    width: 100% !important; /* 부모 컨테이너에 맞춤 */
  }
  .tbl th, .tbl td {
    white-space: nowrap; /* 각 셀 줄바꿈 방지 */
  }
}
.sub03_04 .tbl.tbl-sm {
  width: 100% !important;
}

/* --- tabs --- */
.tabs_area {
  margin-bottom: 30px;
}

.tabs li {
  float: left;
}

.tabs li:after {
  display: block;
  content: "";
  clear: both;
}

.tabs li a {
  border: 1px solid red;
  font-size: 16px;
  color: #777;
  background-color: #f9f9f9;
  border: 1px #ccc solid;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  display: block;
  position: relative;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.tabs li a:hover {
  color: #0b4da2;
  background-color: #f0f0f0;
}

.tabs .selected, .tabs .selected:hover {
  color: #fff;
  border: 1px #666 solid;
  border-bottom: 1px #666 solid;
  background-color: #666;
  cursor: default;
}

.tabs .selected:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 0;
  border-top: 10px solid #0b4da2;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.tab_con .photo {
  vertical-align: top;
}

div.show {
  display: block;
}

div.hide {
  display: none;
}

.tabs_02 li {
  width: 50%;
}

.tabs_05 li {
  width: 19%;
}

.tabs.tabs_03 li {
  width: 33.3%;
}

.tabs.tabs_03 li a {
  border-right: none !important;
}

.tabs.tabs_03 li:last-child a {
  border-right: 1px #ccc solid !important;
}

/*전임교수 탭*/
.tabs.tabs_06 {
  margin: 0 auto;
  width: 750px;
}

.tabs.tabs_06 li {
  width: 110px;
  min-width: 90px;
  margin: 0 14px 0 0;
  height: 190px;
}

.tabs.tabs_06 li a {
  border: none;
  border-radius: 20px;
}

.tabs.tabs_06 li a img {
  border-radius: 12px;
}

.tabs.tabs_06 li:last-child {
  margin-right: 0;
}

.tabs.tabs_06 .selected, .tabs.tabs_06 .selected:hover {
  border: none;
  background-color: #0b4da2;
}

.c_prof1 .tabs_area {
  float: none;
  clear: both;
  height: auto;
  margin-bottom: 0;
}

.c_prof1 .tab_con {
  clear: both;
}

.c_prof1 .tab_con .prof_info {
  width: 200px;
  text-align: center;
}

.c_prof1 .tab_con .prof_info, .c_prof1 .tab_con .prof_career {
  display: inline-grid !important;
  vertical-align: top;
}

.c_prof1 .tab_con .prof_career {
  min-width: 960px;
  width: auto;
}

.c_prof1 .tab_con .prof_info span {
  display: block;
  margin-bottom: 10px;
  line-height: 13px;
}

.c_prof1 .tab_con .prof_info span.photo img {
  border-radius: 12px;
}

.c_prof1 .tab_con .prof_info span.name {
  font-size: 16px;
  color: #3473da;
  line-height: 16px;
  margin-top: 10px;
}

.c_prof1 .tab_con .prof_info span.etc,
.c_prof1 .tab_con .prof_info span.phone {
  font-size: 13px;
  color: #999;
}

.c_prof1 .tab_con .prof_info span.phone {
  color: #333;
}

.c_prof1 .tab_con .prof_info span.email a {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}

.c_prof1 .tab_con .prof_career tbl {
  width: 100%;
}

@media (max-width: 1200px) {
  .tabs.tabs_06 {
    width: 100%;
  }
  .tabs.tabs_06 li {
    min-width: auto;
    margin-right: 5px; /* height:120px*/
  }
  .tabs.tabs_06 li img {
    width: 100% !important;
  }
  .c_prof1 .tab_con .prof_info {
    width: 100%;
  }
  .c_prof1 .tab_con .prof_info span {
    text-align: left;
  }
  .c_prof1 .tab_con .prof_info span.photo {
    float: left;
    padding-right: 10px;
    width: 120px;
  }
  .c_prof1 .tab_con .prof_info span.photo img {
    height: auto;
  }
  .c_prof1 .tab_con .prof_career .tbl {
    width: 100%;
  }
  .c_prof1 .tab_con .prof_career .tbl tr, .c_prof1 .tab_con .prof_career .tbl th, .c_prof1 .tab_con .prof_career .tbl td {
    display: grid !important;
    width: 100% !important;
  }
  .c_prof1 .tab_con .prof_career {
    min-width: 100%;
    max-width: 100%;
  }
  .c_prof1 .tab_con .prof_career .tbl.border_tb_none th, .c_prof1 .tab_con .prof_career .tbl.border_tb_none td {
    text-align: left;
    border-right: none;
  }
}
@media (max-width: 786px) {
  .tabs.tabs_06 li {
    height: 120px;
  }
}
/* c_location */
.c_location .root_daum_roughmap {
  width: 100% !important;
}

.c_support {
  margin-top: 100px;
}

.con_tbl.support {
  width: 100%;
  border-top: 3px #fff solid;
  border-bottom: 3px #fff solid;
  border-left: none;
  border-right: none;
}

.con_tbl.support th, .con_tbl.support td {
  padding: 10px;
  border-bottom: 10px #fff solid;
  border-left: none;
  border-right: 3px #fff solid;
  line-height: 1.714rem;
  text-align: center;
}

.con_tbl.support th:last-child, .con_tbl.support td:last-child {
  border-right: none;
}

.con_tbl.support td:last-child {
  text-align: left;
}

.con_tbl.support th {
  background-color: #f4f6f9;
  text-align: center;
  color: #333;
  font-weight: 600;
}

.con_tbl.support thead th {
  border-radius: 15px;
  font-size: 22px;
  padding: 5px 10px;
}

.con_tbl.support thead th .step {
  font-size: 14px;
  font-weight: 500;
}

.con_tbl.support thead th:nth-child(1) {
  background: none;
}

.con_tbl.support thead th:nth-child(2) {
  background: #ece5f9;
}

.con_tbl.support thead th:nth-child(3) {
  background: #d7c9f0;
}

.con_tbl.support thead th:nth-child(4) {
  background: #d1ebff;
}

.con_tbl.support thead th:nth-child(5) {
  background: #aec1e5;
}

.con_tbl.support tbody th {
  font-size: 20px;
  font-weight: 500;
}

.con_tbl.support tbody tr:nth-child(1) th {
  color: #017ad7;
}

.con_tbl.support tbody tr:nth-child(2) th {
  color: #292785;
}

.con_tbl.support tbody tr:nth-child(3) th {
  color: #552fa2;
}

.con_tbl.support tbody th strong {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.con_tbl.support tbody td {
  text-align: left;
  vertical-align: top;
}

.con_tbl.support tbody td ul {
  margin-bottom: 0;
}

.con_tbl.support tbody td ul li {
  font-size: 15px;
  color: #222;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.con_tbl.support tbody td ul li:last-child {
  margin-bottom: 0;
}

.con_tbl.support tbody td ul li:before {
  width: 4px;
  height: 4px;
  top: 8px;
  left: 4px;
  background: #ccc;
}

/* 초빙교수 */
.c_prof2 .tbl {
  width: auto !important;
}

.c_prof2 .con_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c_prof2 .con_list ul li {
  width: calc(20% - 20px);
  margin: 0 8px 10px 8px;
  text-align: center;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .c_prof2 .con_list ul li {
    width: calc(25% - 16px);
  }
}
@media (max-width: 768px) {
  .c_prof2 .con_list ul li {
    width: calc(33.33% - 16px);
  }
}
@media (max-width: 480px) {
  .c_prof2 .con_list ul li {
    width: calc(50% - 16px);
  }
}
.c_prof2 .con_list ul li span {
  display: block;
  margin-bottom: 10px;
  line-height: 13px;
}
.c_prof2 .con_list ul li span.photo {
  border-radius: 10px;
  overflow: hidden;
}
.c_prof2 .con_list ul li span.name {
  font-size: 16px;
  color: #3473da;
  line-height: 16px;
  margin-top: 10px;
}
.c_prof2 .con_list ul li span.name br {
  display: none;
}
.c_prof2 .con_list ul li span.etc,
.c_prof2 .con_list ul li span.phone {
  font-size: 13px;
  color: #999;
}
.c_prof2 .con_list ul li span.phone {
  color: #333;
}
.c_prof2 .con_list ul li span.email {
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}

/*초빙교수 */
.c_prof2 .con_list_title {
  width: 13%;
  margin-right: 3%;
  font-size: 26px;
  text-align: right;
}
.c_prof2 .con_box {
  width: 82%;
  padding: 10px 0 0;
  margin: 0 auto 30px;
}
.c_prof2 .con_box li {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.c_prof2 .con_box li:last-of-type, .c_prof2 .con_box li:nth-of-type(5) {
  border-right: none;
}

/* --- 공통 --- */
.con_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.con_list_title {
  width: 18%;
  font-family: "paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI", "Arial Black", "돋움", dotum, sans-serif;
  margin-right: 2%;
  font-size: 20px;
  color: #0b4da2;
  margin-top: 0;
  padding-bottom: 5px;
  font-weight: 600;
}
.con_list_title .icon {
  background: url(/views/_layout/hd/images/icon_con_title.png) no-repeat 0 0;
  width: 31px;
  height: 27px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 768px) {
  .con_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .con_list .con_list_title {
    width: 100% !important;
    margin-right: 0;
  }
  .con_list .con_box {
    width: 100%;
  }
  .c_location .con_list_title br {
    display: none;
  }
}
.sub03_03 .con_list_title {
  color: #00122f;
  margin-top: 0 !important;
  border-bottom: 1px solid transparent;
}
.sub03_03 .con_list_title .icon {
  background: url(/views/_layout/hd/images/cieat_icon.jpg) no-repeat 0 0;
  width: 31px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.con_box {
  width: 78%;
  margin: 0 auto 10px;
}
.con_box .con_list_item .item_title {
  color: #00122f;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .con_box .con_list_item .item_title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .con_box .con_list_item .item_title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .con_box .con_list_item .item_title {
    font-size: 16px;
  }
}
@media (max-width: 319px) {
  .con_box .con_list_item .item_title {
    font-size: 16px;
  }
}
.con_box .con_list_item .item_title strong {
  color: #b62b5c;
}
.con_box .con_list_item .item_text {
  font-size: 16px;
  color: #222;
  margin-bottom: 40px;
}
.con_box .con_list_item .item_text_sm {
  font-size: 13px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6em;
}

.sub03_02 .con_box {
  width: 90%;
}

.con_tbl_title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.con_tbl_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #222 !important;
  margin-right: 10px;
  vertical-align: middle;
}

.txt_desc {
  font-size: 13px;
}

/* --- 찾아오는길 --- */
.c_location .con_list .con_list_title h3 {
  text-align: left;
  font-size: 24px;
}
.c_location .con_list .con_list_title h3 .icon {
  width: 40px;
  background: url(/views/_layout/hd/images/cieat_icon.jpg) no-repeat 0 0;
  display: inline-block;
}

.sub02_02 .con_list {
  display: block;
}
.sub02_02 .con_list > * {
  width: 100%;
}
.sub02_02 .con_list .con_list_title {
  border-bottom: none;
  text-align: left;
  font-weight: 600;
  color: #222;
  margin-top: 10px;
}
.sub02_02 .con_list .con_tbl_title {
  margin-top: 10px;
}
.sub02_02 .con_list .con_box p {
  color: #666;
}

.sub03_03 .con_list .con_list_title {
  width: 20%;
  margin-right: 0;
}

/* ---- 비교과센터 ----- */
.ribbon-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  /* 각 그리드 아이템이 셀 전체 높이를 채우도록 설정 (겹침 방지) */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 행 높이를 균등하게 자동 할당 */
  grid-auto-rows: 1fr;
  justify-items: center;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .ribbon-list {
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .ribbon-list {
    gap: 50px;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
  }
}

.sub03_03 .ribbon-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  /* 각 그리드 아이템이 셀 전체 높이를 채우도록 설정 (겹침 방지) */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /* 행 높이를 균등하게 자동 할당 */
  grid-auto-rows: 1fr;
  justify-items: center;
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .sub03_03 .ribbon-list {
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .sub03_03 .ribbon-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
  }
}

/* 그리드 내 카드가 셀 높이를 채우도록 보장 */
.ribbon-list > .ribbon-card,
.sub03_03 .ribbon-list > .ribbon-card {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.ribbon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 28px 18px;
  text-align: center;
  position: relative;
  min-height: 200px;
  text-align: center;
}
.ribbon-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 0 0 1px #ddd, 0 14px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px #ddd, 0 14px 24px rgba(0, 0, 0, 0.08);
}

.sub03_02 .ribbon-card {
  min-height: 250px;
}

.sub03_03 .ribbon-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 120px;
  padding: 30px 20px;
}
.sub03_03 .ribbon-card .icon-wrap {
  margin: 0 12px 0 0;
  height: 50px;
  width: 50px;
}
.sub03_03 .ribbon-card .text {
  text-align: left;
}

.icon-wrap {
  width: auto;
  height: 140px;
  margin: 0 auto 12px;
  position: relative;
  text-align: center;
}
.icon-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
}

.title {
  font-size: 16.5px;
  margin-top: 2px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
}

.subtitle {
  font-size: 13px;
  margin-top: 6px;
  color: #666;
  line-height: 1.4;
}

.ribbon-card--sm {
  --tail-h: 22px;
  padding: 22px 14px 36px;
}
.ribbon-card--sm .icon-wrap {
  width: 64px;
  height: 64px;
}
.ribbon-card--sm .title {
  font-size: 15px;
}
.ribbon-card--sm .subtitle {
  font-size: 12.5px;
}

.ribbon-card[data-accent] .icon-wrap::before {
  background: attr(data-accent color, #ff6b9d);
}

.ribbon-card {
  --accent: #ff6b9d;
}

.ribbon-card .icon-wrap::before {
  background: var(--accent);
}/*# sourceMappingURL=sub.css.map */