@charset "utf-8";

.color_black {
  color: #111 !important;
}

.color_white {
  color: #fff !important;
}

.eye_main {
  width: 100%;
  overflow: hidden;
  color: #1e2a35;
  background: #fff;
}

.eye_main .main_inner {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.section_label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #1f5f9b;
}

.section_head {
  margin-bottom: 42px;
  text-align: center;
}

.section_head h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
  word-break: keep-all;
}

.section_head p:last-child {
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  color: #666;
  word-break: keep-all;
}

.eye_visual_section {
  position: relative;
  padding: 120px 0 70px;
  background-color: #f2eee8;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  overflow: hidden;
}

.eye_visual_section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 245, 240, 0.94) 0%, rgba(248, 245, 240, 0.72) 46%, rgba(248, 245, 240, 0.18) 100%);
  pointer-events: none;
}

.eye_visual_inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: min(1120px, calc(100% - 40px));
  min-height: 560px;
  margin: 0 auto;
}

.eye_visual_text {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding-left: 60px;
}

.eye_visual_text h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.45;
  color: #283745;
  word-break: keep-all;
}

.eye_visual_text h2 strong {
  font-size: 50px;
  font-weight: 700;
  color: #1f5f9b;
}

.eye_visual_text>p:not(.section_label) {
  margin: 18px 0 0;
  font-size: 20px;
  line-height: 1.4;
  color: #4a5662;
}

.eye_visual_points {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.eye_visual_points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border: 1px solid #1f5f9b;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #1f5f9b;
  text-align: center;
  word-break: keep-all;
}

.eye_visual_img {
  display: none;
}

.eye_visual_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eye_clinic_section {
  padding: 80px 0 90px;
  background: #fff;
}

.eye_clinic_swiper {
  overflow: visible;
}

.eye_clinic_section .eye_clinic_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.eye_clinic_card {
  position: relative;
  max-width: 790px;
  width: auto;
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 34px;
  text-decoration: none;
  color: inherit;
  background: #f4eee4;
}

.eye_clinic_card img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.eye_clinic_card>div {
  position: relative;
  z-index: 2;
  color: #fff;
}

.eye_clinic_card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.35;
}

.eye_clinic_card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eye_clinic_card li {
  position: relative;
  padding-left: 13px;
  font-size: 20px;
  line-height: 1.75;
}

.eye_clinic_card li::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.eye_clinic_card:hover img {
  transform: scale(1.06);
}

.eye_clinic_card_light {
  background: #eee3d1;
}

.eye_clinic_card_blue {
  background: #144f8d;
}

.eye_clinic_card_mint {
  background: #e7f2f0;
}

.eye_clinic_pagination {
  display: none;
}

.eye_doctor_section {
  position: relative;
  padding: 110px 0;
  background: #f7f9fa;
  overflow: hidden;
}

.eye_doctor_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120px;
  width: 520px;
  height: 100%;
  background: rgba(255, 255, 255, 0.72);
  clip-path: polygon(0 0, 38% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}

.eye_doctor_wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 420px) minmax(460px, 1.05fr);
  gap: 54px;
  align-items: center;
}

.eye_doctor_intro {
  text-align: center;
}

.eye_doctor_intro h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
  word-break: keep-all;
}

.eye_doctor_intro>p:not(.section_label) {
  margin: 24px auto 0;
  max-width: 360px;
  font-size: 17px;
  line-height: 1.85;
  color: #555;
  word-break: keep-all;
}

.eye_doctor_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 140px;
  height: 44px;
  margin-top: 28px;
  padding: 0 22px;
  border-radius: 999px;
  background: #34aef2;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.eye_doctor_img {
  height: 620px;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe6ec;
  box-shadow: 0 16px 32px rgba(31, 50, 66, 0.16);
}

.eye_doctor_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.eye_doctor_profile {
  padding: 38px 42px;
  border: 1px solid rgba(52, 174, 242, 0.24);
  border-radius: 28px;
  background: rgba(245, 253, 255, 0.82);
  box-shadow: 0 18px 40px rgba(31, 95, 155, 0.08);
  backdrop-filter: blur(10px);
}

.eye_doctor_name {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 3px solid #34aef2;
}

.eye_doctor_name h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
}

.eye_doctor_name strong {
  font-size: 14px;
  font-weight: 800;
  color: #168fe1;
}

.eye_doctor_name span {
  font-size: 15px;
  font-weight: 600;
  color: #777;
}

.eye_doctor_history {
  max-height: 330px;
  margin-top: 24px;
  padding-right: 10px;
  overflow-y: auto;
}

.eye_doctor_history::-webkit-scrollbar {
  width: 6px;
}

.eye_doctor_history::-webkit-scrollbar-track {
  background: rgba(31, 95, 155, 0.08);
  border-radius: 999px;
}

.eye_doctor_history::-webkit-scrollbar-thumb {
  background: rgba(31, 95, 155, 0.34);
  border-radius: 999px;
}

.eye_doctor_history dl {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 28px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #d9e3ea;
}

.eye_doctor_history dl:first-child {
  padding-top: 0;
}

.eye_doctor_history dl:last-child {
  border-bottom: 0;
}

.eye_doctor_history dt {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.7;
  color: #111;
}

.eye_doctor_history dd {
  margin: 0;
}

.eye_doctor_history ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eye_doctor_history li {
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.85;
  color: #5c6670;
  word-break: keep-all;
}

.eye_doctor_history li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #34aef2;
}

.eye_treatment_section {
  padding: 100px 0 120px;
  background: #fff;
}

.eye_treatment_section .main_inner {
  width: 90%;
  max-width: 1440px;
}

.eye_treatment_wrap {
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(620px, 1fr);
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.eye_treatment_img {
  aspect-ratio: 1 / 1;
  height: auto;
  overflow: hidden;
}

.eye_treatment_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eye_treatment_panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 560px;
  margin-left: -86px;
  padding: 70px 70px 0;
  background: #174f8c;
  color: #fff;
  text-align: center;
}

.eye_treatment_panel p {
  margin: 0 0 28px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.12);
}

.eye_treatment_panel h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 34px;
  min-width: 250px;
  height: 54px;
  padding: 0 34px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  font-size: 25px;
  font-weight: 700;
}

.eye_treatment_panel strong {
  display: block;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.8;
}

.eye_treatment_panel span {
  display: block;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.84);
  word-break: keep-all;
}

.eye_treatment_tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: calc(100% + 140px);
  margin: auto -70px 0;
}

.eye_treatment_tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background: #fff;
  border-right: 1px solid #dbe4ef;
  font-size: 17px;
  font-weight: 700;
  color: #174f8c;
  text-decoration: none;
}

.eye_treatment_tabs a:last-child {
  border-right: 0;
}

.eye_interior_section {
  padding: 0 0 70px;
  background: #fff;
}

.eye_interior_swiper {
  position: relative;
  height: 500px;
  background: #111;
}

.eye_interior_swiper .swiper-slide {
  position: relative;
}

.eye_interior_swiper .swiper-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.42);
}

.eye_interior_swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eye_interior_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: min(520px, calc(100% - 80px));
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.eye_interior_text .section_label {
  color: rgba(255, 255, 255, 0.78);
}

.eye_interior_text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
}

.eye_interior_text p:last-child {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.75;
}

.eye_interior_prev,
.eye_interior_next {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  transform: translateY(-50%);
}

.eye_interior_prev {
  left: 14%;
}

.eye_interior_next {
  right: 14%;
}

.eye_interior_thumb {
  width: min(1200px, calc(100% - 40px));
  margin: 14px auto 0;
}

.eye_interior_thumb .swiper-slide {
  height: 72px;
  opacity: 0.55;
  cursor: pointer;
}

.eye_interior_thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.eye_interior_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eye_info_section {
  padding: 0 0 100px;
  background: #fff;
}

.eye_info_layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px;
  gap: 34px;
  align-items: stretch;
}

.eye_map_box {
  min-height: 420px;
  background: #edf1f5;
}

.eye_map_box>div {
  width: 100% !important;
  height: 100% !important;
}

.eye_map_box .root_daum_roughmap .wrap_map {
  height: 100%;
}

.eye_info_box {
  padding: 28px 0;
}

.eye_info_address {
  position: relative;
  margin: 0 0 12px;
  padding-left: 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65;
  color: #333;
}

.eye_info_address::before {
  content: '\f3c5';
  position: absolute;
  top: 1px;
  left: 0;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #1f5f9b;
}

.eye_info_tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  margin: 22px 0;
  border: 1px solid #b9ab95;
  border-radius: 8px;
  background: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #7c6547;
  text-decoration: none;
}

.eye_time_list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.eye_time_list li {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 13px 0;
  border-bottom: 1px solid #e5e5e5;
}

.eye_time_list span {
  font-size: 20px;
  font-weight: 700;
  color: #555;
}

.eye_time_list strong {
  font-size: 23px;
  font-weight: 700;
  color: #222;
}

.eye_info_btns {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.eye_info_btns a {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  height: 68px;
  border: 1px solid transparent;
  background: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.eye_info_btns a img {
  display: block;
  flex: 0 0 auto;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.eye_info_btn_blog {
  border-color: #03c75a !important;
  color: #03c75a;
}

.eye_info_btn_map {
  border-color: #174f8c !important;
  color: #174f8c;
}

@media screen and (max-width: 1199px) {
  .eye_visual_section {
    padding-top: 90px;
  }

  .eye_visual_inner {
    min-height: 520px;
  }

  .eye_visual_text {
    padding: 50px 0 30px;
    text-align: center;
  }

  .eye_visual_points {
    justify-content: center;
  }

  .eye_visual_section {
    background-position: center right 32%;
  }

  .eye_doctor_wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .eye_doctor_intro {
    max-width: 520px;
    margin: 0 auto;
  }

  .eye_doctor_img {
    width: min(420px, 100%);
    height: 520px;
    margin: 0 auto;
  }

  .eye_treatment_wrap {
    grid-template-columns: minmax(420px, 0.95fr) minmax(480px, 1fr);
  }

  .eye_treatment_panel {
    min-height: 480px;
    margin-left: -60px;
    padding: 56px 48px 0;
  }

  .eye_treatment_panel p {
    font-size: 42px;
  }

  .eye_treatment_panel h3 {
    min-width: 210px;
    font-size: 22px;
  }

  .eye_treatment_panel strong {
    font-size: 20px;
  }

  .eye_treatment_panel span {
    font-size: 16px;
  }

  .eye_treatment_tabs {
    width: calc(100% + 96px);
    margin-right: -48px;
    margin-left: -48px;
  }

  .eye_treatment_tabs a {
    height: 62px;
    font-size: 15px;
  }

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

  .eye_info_box {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .eye_main .main_inner {
    width: calc(100% - 32px);
  }

  .section_head {
    margin-bottom: 28px;
  }

  .section_head h2 {
    font-size: 28px;
  }

  .section_head p:last-child {
    font-size: 14px;
  }

  .eye_visual_section {
    padding: 68px 0 44px;
  }

  .eye_visual_text {
    padding: 34px 0 24px;
  }

  .eye_visual_text h2 {
    font-size: 24px;
  }

  .eye_visual_text h2 strong {
    font-size: 34px;
  }

  .eye_visual_text>p:not(.section_label) {
    font-size: 15px;
  }

  .eye_visual_points {
    gap: 8px;
  }

  .eye_visual_points span {
    width: 86px;
    height: 86px;
    font-size: 13px;
  }

  .eye_visual_section {
    background-position: center right 38%;
  }

  .eye_clinic_section {
    padding: 64px 0;
  }

  .eye_clinic_swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }

  .eye_clinic_section .eye_clinic_grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }

  .eye_clinic_card {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .eye_clinic_card img {
    position: relative;
    inset: auto;
    display: block;
    width: auto;
    height: 230px;
    object-fit: cover;
  }

  .eye_clinic_card>div {
    position: absolute;
    top: 26px;
    left: 26px;
    right: 26px;
  }

  .eye_clinic_card h3 {
    font-size: 4.4vw;
  }

  .eye_clinic_card li {
    font-size: 3.8vw;
  }

  .eye_clinic_pagination.swiper-pagination {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    margin-top: 16px;
    transform: none !important;
  }

  .eye_clinic_pagination .swiper-pagination-bullet {
    display: block;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin: 0 !important;
    background: #d8d8d8;
    opacity: 1;
  }

  .eye_clinic_pagination .swiper-pagination-bullet-active {
    background: #1f5f9b;
  }

  .eye_doctor_section {
    padding: 64px 0;
  }

  .eye_doctor_section::before {
    left: -220px;
  }

  .eye_doctor_section::after {
    left: 50%;
    font-size: 40px;
    transform: translate(-50%, -50%);
  }

  .eye_doctor_wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .eye_doctor_intro h2 {
    font-size: 28px;
  }

  .eye_doctor_intro>p:not(.section_label) {
    font-size: 15px;
  }

  .eye_doctor_img {
    width: 100%;
    height: 420px;
    border-radius: 22px;
  }

  .eye_doctor_profile {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .eye_doctor_name {
    flex-wrap: wrap;
    padding-bottom: 18px;
  }

  .eye_doctor_name h3 {
    font-size: 26px;
  }

  .eye_doctor_history {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .eye_doctor_history::-webkit-scrollbar {
    display: none;
  }

  .eye_doctor_history dl {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .eye_doctor_history dt {
    font-size: 16px;
  }

  .eye_doctor_history li {
    font-size: 14px;
  }

  .eye_treatment_section {
    padding: 64px 0;
  }

  .eye_treatment_section .main_inner {
    width: calc(100% - 32px);
    max-width: none;
  }

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

  .eye_treatment_img {
    aspect-ratio: auto;
    height: 280px;
  }

  .eye_treatment_panel {
    margin-left: 0;
    padding: 34px 24px 0;
    min-height: 0;
  }

  .eye_treatment_panel p {
    font-size: 22px;
  }

  .eye_treatment_tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 30px -24px 0;
  }

  .eye_interior_section {
    padding-bottom: 58px;
  }

  .eye_interior_swiper {
    height: 340px;
  }

  .eye_interior_prev {
    left: 16px;
  }

  .eye_interior_next {
    right: 16px;
  }

  .eye_interior_prev,
  .eye_interior_next {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }

  .eye_interior_thumb .swiper-slide {
    height: 44px;
  }

  .eye_info_section {
    padding-bottom: 70px;
  }

  .eye_map_box {
    min-height: 320px;
  }

  .eye_info_tel {
    height: 50px;
    font-size: 20px;
  }

  .eye_time_list li {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}