@charset "utf-8";

.mo_only {
  display: unset;
}

/* 메인 비주얼 */
#main-visual-section .swiper-button-next:after,
#main-visual-section .swiper-button-prev:after {
  font-size: 20px;
}

 /* 센터 소개 */
 #center-intro-section {
  padding-top: 20px;
  padding-bottom: 0;
 }

 .intro_main_grid {
   flex-direction: column;
   text-align: center;
 }

 .dept_grid {
   grid-template-columns: repeat(2, 1fr);
 }

 .intro_title {
  font-size: 4vw;
 }
  
 .intro_title h2 {
  font-size: 4.4vw;
 }

 .intro_top_cont p {
  font-size: 2.8vw;
 }

 .intro_subtitle {
  font-size: 4.1vw;
 }

 /* 센터 메뉴 버튼 */
#center-nav-section {
  padding: 40px 0;
}

.submenu_btn_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.submenu_btn a {
  flex-direction: column;
  padding: 20px 10px;
  text-align: center;
  justify-content: center;
  gap: 10px;
}

.btn_info {
  flex-direction: column;
  gap: 8px;
}

.btn_info i {
  font-size: 24px;
}

.btn_info span {
  font-size: 15px;
  word-break: keep_all;
}

.arrow_icon {
  display: none;
}

 /* 의료진 소개 */
 #doctor-impact-section {
   padding: 0;
 }

 .doctor_who {
  padding-bottom: 20px;
  font-size: 20px;
 }

 .doctor_profile {
  padding-bottom: 20px;
 }

 .impact_grid_layout {
   display: grid;
   grid-template-columns: 1fr;
   gap: 15px;
   padding-bottom: 30px;
 }

 .impact_card_item {
   padding: 25px 20px;
   border-radius: 10px;
 }

 .impact_value {
   font-size: 36px;
 }

 .impact_label {
   font-size: 14px;
 }

 .impact_desc {
   font-size: 14px;
   word-break: keep_all;
 }

 .academic_summary_box {
   padding-top: 30px;
 }

 .summary_title {
   font-size: 20px;
   margin-bottom: 15px;
 }

 .summary_text {
   font-size: 14px;
   text-align: center;
 }

 .btn_link_more {
   display: block;
   width: 100%;
   padding: 15px 0;
   margin-top: 20px;
 }

 .doctor_modal_content {
   padding: 30px 20px;
 }

 .bio_header {
  font-size: 14px;
 }

 /* 글로벌 네트워크 */
.section_title_group .main_h3 {
  font-size: 6.3vw;
}
.section_title_group .section_desc {
  font-size: 3.1vw;
}

.network_grid_layout {
  grid-template-columns: 1fr;
}

.network_item_card {
  padding: 30px 20px;
  text-align: center;
}

.network_item_card .img_logo {
  filter: grayscale(0%);
  opacity: 1;
}

/* 스크롤 이벤트 */
.scroll_reveal {
  opacity: 1;
  transform: translateY(0);
}

.scroll_reveal_item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.scroll_reveal_item.active {
  opacity: 1;
  transform: translateY(0);
}

/* 특징 */
#medical-features-section {
  padding-bottom: 0;
}

.features_module_wrap {
  padding: 60px 0;
}

.feature_row,
.feature_row.row_reverse {
  flex-direction: column !important;
  gap: 30px;
  margin-bottom: 80px;
}

.feature_image_box img {
  border-radius: 20px;
}

.case_badge {
  width: 80px;
  height: 80px;
  font-size: 13px;
  top: 15px;
  right: 15px;
}

.feature_text_box {
  text-align: center;
}

.feature_main_title {
  font-size: 24px;
}

.feature_sub_title {
  font-size: 18px;
}

.feature_desc {
  font-size: 15px;
}

.feature_bullet_list {
  display: inline-block;
  text-align: left;
}

.feature_bullet_list li {
  font-size: 14px;
  margin-bottom: 10px;
}