@charset "utf-8";

/* ==========================================================================
   COMMON
   ========================================================================== */
.mo_only {
  display: none;
}

.pc_only {
  display: block;
}

.partners_dental {
  --main_color: #109ca8;
  --main_dark: #143840;
  --text_color: #222;
  --gray_text: #667077;
  --line_color: #e7eff1;
  --soft_bg: #f6f8f8;
  overflow: hidden;
  color: var(--text_color);
  font-family: inherit;
}

.image_placeholder {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #dfe9ea 0%, #f4f8f8 100%);
}

.image_placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.image_placeholder span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: rgba(20, 56, 64, .45);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-align: center;
  transform: translate(-50%, -50%);
}

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

.image_placeholder.has_image::before {
  display: none;
}

.section_head {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: center;
}

.section_eyebrow {
  margin: 0 0 10px;
  color: var(--main_color);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .16em;
}

.section_title {
  margin: 0;
  color: var(--main_dark);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -.055em;
}

.section_desc {
  margin: 14px 0 0;
  color: var(--gray_text);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -.035em;
}

.main_motion {
  opacity: 0;
  transform: translateY(46px);
  transition: opacity .85s ease, transform .85s ease;
}

.main_motion.is-motion {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   MAIN VISUAL
   ========================================================================== */
.main_visual {
  position: relative;
  overflow: hidden;
  background: #dfe8e7;
}

.main_visual_swiper,
.main_visual_slide {
  position: relative;
  width: 100%;
  height: 800px;
}

.main_visual_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

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

.main_visual_bg span {
  display: block;
}



.main_visual_inner {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 70px 24px 120px;
  box-sizing: border-box;
}

.main_visual_content {
  width: 100%;
  max-width: 620px;
}

.main_visual_eyebrow {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.main_visual_title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: -.06em;
}

.main_visual_title strong {
  font-weight: 800;
}

.main_visual_desc {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.main_visual_pagination {
  position: absolute;
  bottom: 58px !important;
  left: 50% !important;
  z-index: 5;
  width: auto !important;
  transform: translateX(-50%);
}

.main_visual_pagination .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  margin: 0 4px !important;
  border-radius: 0;
  background: rgba(255, 255, 255, .5);
  opacity: 1;
}

.main_visual_pagination .swiper-pagination-bullet-active {
  background: #fff;
}

/* ==========================================================================
   DOCTORS
   ========================================================================== */
.doctor_intro {
  position: relative;
  padding: 86px 0 104px;
  background: #fff;
}

.doctor_intro_inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.doctor_profile {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 74px;
}

.doctor_profile:first-child {
  margin-top: 0;
}

.doctor_photo {
  width: 400px;
  height: 450px;
  background: linear-gradient(135deg, rgba(16, 156, 168, .08), #f7fbfb 58%, rgba(16, 156, 168, .15));
}

.doctor_photo::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 8px solid rgba(16, 156, 168, .1);
  transform: rotate(30deg);
}

.doctor_photo.has_image::after {
  display: none;
}

.doctor_info {
  min-width: 0;
}

.doctor_name_wrap {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.doctor_name_wrap h3 {
  margin: 0;
  color: #202d31;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.doctor_name_wrap span {
  margin-bottom: 3px;
  color: #748286;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.03em;
}

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

.doctor_career li {
  position: relative;
  padding-left: 20px;
  color: #4e5b60;
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.doctor_career li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--main_color);
}

/* ==========================================================================
   BANNER
   ========================================================================== */
.main_banner {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: var(--main_color);
  padding: 100px 0;
}

.main_banner_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .35;
  background: linear-gradient(90deg, var(--main_color), #dceeee);
}

.main_banner_bg span {
  display: none;
}

.main_banner_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 24px;
  box-sizing: border-box;
}

.main_banner_eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .16em;
}

.main_banner h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: -.055em;
}

.main_banner p:not(.main_banner_eyebrow) {
  margin: 18px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -.035em;
}

/* ==========================================================================
   INTRO
   ========================================================================== */
.clinic_intro {
  position: relative;
  padding: 96px 0 112px;
  background: #fff;
}

.clinic_intro_inner {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 72px;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.clinic_intro_text h2 {
  margin: 0;
  color: var(--main_dark);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -.055em;
}

.clinic_intro_text>p:not(.section_eyebrow) {
  margin: 18px 0 24px;
  color: var(--gray_text);
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -.035em;
  word-break: keep-all;
}

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

.clinic_intro_text li {
  position: relative;
  padding: 8px 0 8px 18px;
  color: #34464b;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -.035em;
}

.clinic_intro_text li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--main_color);
  border-radius: 50%;
  box-sizing: border-box;
}

.clinic_intro_visual {
  position: relative;
  height: 360px;
}

.clinic_intro_photo_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 400px;
  box-shadow: 0 14px 30px rgba(20, 56, 64, .08);
  z-index: 1;
}

.clinic_intro_photo_02 {
  position: absolute;
  right: -110px;
  bottom: -100px;
  width: 400px;
  height: 350px;
  filter: grayscale(60%);
  box-shadow: 0 14px 30px rgba(20, 56, 64, .08);
}

/* ==========================================================================
   SPECIAL
   ========================================================================== */
.special_system {
  position: relative;
  padding: 86px 0 112px;
  background: #fff;
}

.special_system_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 56px;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.special_card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.special_card:nth-child(even) {
  margin-top: 64px;
}

.special_card_image {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.special_card_text p {
  margin: 0 0 8px;
  color: var(--main_color);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1em;
}

.special_card_text h3 {
  margin: 0;
  color: var(--main_dark);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.special_card_text span {
  display: block;
  margin-top: 12px;
  color: var(--gray_text);
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: -.035em;
  word-break: keep-all;
}

/* ==========================================================================
   PROGRAM
   ========================================================================== */
.program_section {
  position: relative;
  padding: 86px 0 96px;
  background: #f5f5f5;
}

.program_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.program_inner .section_head {
  padding: 0;
}

.program_swiper_wrap {
  position: relative;
}

.program_swiper {
  overflow: hidden;
  padding: 8px 4px 18px;
}

.program_card {
  height: 400px;
  padding: 18px 18px 26px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .04);
  box-sizing: border-box;
}

.program_image {
  width: 100%;
  aspect-ratio: 1.25 / 1;
  border-radius: 4px;
}

.program_text {
  padding-top: 20px;
  text-align: center;
}

.program_text h3 {
  margin: 0;
  color: var(--main_dark);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -.045em;
}

.program_text p {
  margin: 12px 0 0;
  color: var(--gray_text);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.program_arrow {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.program_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

.program_prev {
  top: -52px;
  left: 0;
}

.program_next {
  top: -52px;
  right: 0;
}

.program_prev::before,
.interior_prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.program_next::before,
.interior_next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* ==========================================================================
   INTERIOR
   ========================================================================== */
.interior_section {
  position: relative;
  padding: 90px 0 140px;
  background: #fff;
}

.interior_swiper {
  position: relative;
  overflow: visible;
  padding-bottom: 42px;
}

.interior_image {
  width: 100%;
  height: 600px;
}

.interior_arrow {
  position: absolute;
  z-index: 10;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.interior_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #aaa;
  border-right: 3px solid #aaa;
}

.interior_prev {
  top: 50%;
  left: calc(50% - 570px);
  transform: translateY(-50%);
}

.interior_next {
  top: 50%;
  right: calc(50% - 570px);
  transform: translateY(-50%);
}

/* ==========================================================================
   LOCATION
   ========================================================================== */
.location_section {
  position: relative;
  padding: 142px 0 86px;
  background: #fff;
}

.location_inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.location_map {
  height: 600px;
  border: 1px solid #d9e5e8;
  background: #edf4f5;
}

.location_map span {
  color: rgba(20, 56, 64, .55);
  font-size: 18px;
}

.location_info h2 {
  margin: 0 0 28px;
  color: var(--main_dark);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -.055em;
}

.location_list {
  display: grid;
  gap: 18px;
}

.location_list dl {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line_color);
}

.location_list dt {
  color: var(--main_color);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.location_list dd {
  margin: 0;
}

.location_list p {
  margin: 0;
  color: #3f4b50;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: -.035em;
}

.location_btns {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.location_btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 42px;
  padding: 0 22px;
  background: var(--main_color);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.035em;
  text-decoration: none;
  box-sizing: border-box;
}

.location_btns a+a {
  background: var(--main_dark);
}

#main-map-area {
  overflow: hidden;
}

#main-map-area .root_daum_roughmap {
  width: 672px;
}

#main-map-area .root_daum_roughmap .wrap_map {
  height: 600px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1199px) {

  .main_visual_swiper,
  .main_visual_slide {
    height: 580px;
  }


  .doctor_profile {
    grid-template-columns: 260px 1fr;
    gap: 44px;
  }

  .doctor_photo {
    width: 260px;
    height: 310px;
  }

  .clinic_intro_inner,
  .location_inner {
    grid-template-columns: 1fr;
  }

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

  .interior_prev {
    left: 24px;
  }

  .interior_next {
    right: 24px;
  }
}

@media (max-width: 767px) {
  .mo_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .section_head {
    margin-bottom: 36px;
    padding: 0 18px;
    text-align: left;
  }

  .section_title {
    font-size: 28px;
  }

  .section_desc {
    font-size: 14px;
  }

  .main_visual_swiper,
  .main_visual_slide {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    min-height: 520px;
  }


  .main_visual_inner {
    padding: 80px 18px 110px;
  }

  .main_visual_title {
    font-size: 31px;
  }

  .main_visual_desc {
    font-size: 14px;
  }

  .doctor_intro,
  .clinic_intro,
  .special_system,
  .equipment_section {
    padding: 72px 0;
  }

  .doctor_intro_inner,
  .program_inner,
  .clinic_intro_inner,
  .special_system_inner,
  .equipment_grid,
  .location_inner {
    padding: 0 18px;
  }

  .doctor_profile {
    display: block;
    margin-top: 56px;
  }

  .doctor_photo {
    width: 78%;
    max-width: 260px;
    height: 300px;
    margin: 0 auto 28px;
  }

  .doctor_name_wrap {
    justify-content: center;
  }

  .doctor_career li {
    font-size: 16px;
  }

  .main_banner_inner {
    padding: 46px 18px;
  }

  .main_banner h2 {
    font-size: 25px;
  }

  .clinic_intro_inner {
    gap: 38px;
  }

  .clinic_intro_text h2 {
    font-size: 27px;
  }

  .clinic_intro_text li {
    font-size: 3.4vw;
  }

  .clinic_intro_visual {
    max-width: 90%;
    height: 100%;
  }

  .clinic_intro_photo_01,
  .clinic_intro_photo_02 {
    position: unset;
    width: 100%;
    height: 60%;
  }

  .clinic_intro_photo .image_placeholder img {
    width: 100%;
    height: 100%;
  }


  .special_system_inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .special_card:nth-child(even) {
    margin-top: 0;
  }

  .program_section {
    padding: 72px 0;
  }

  .program_inner .section_head {
    padding: 0;
  }

  .program_prev,
  .program_next {
    display: none;
  }

  .equipment_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .equipment_card {
    min-height: auto;
  }

  .interior_section {
    padding: 72px 0 40px;
  }

  .interior_image {
    height: 240px;
  }

  .interior_arrow {
    display: none;
  }

  .location_section {
    padding: 64px 0 72px;
  }

  .location_map {
    height: 260px;
  }

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

  .location_list dl {
    grid-template-columns: 70px 1fr;
    gap: 12px;
  }

  .location_btns {
    flex-direction: column;
  }

  .location_btns a {
    width: 100%;
  }
}