@charset "UTF-8";
body {
  max-width: 1920px;
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

section {
  padding: 130px 0;
}

.anchor {
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}

.title_box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.title_box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 70px */
  letter-spacing: -1.5px;
}
.title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
  margin-top: 20px;
}

@keyframes bulletProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes imgscale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 104;
  transition: all 0.2s;
}
header nav * {
  color: #fff;
}
header nav > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
header nav .top_box {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
header nav .top_box p {
  width: 242px;
}
header nav .top_box .tel a {
  display: flex;
  align-items: center;
}
header nav .top_box .tel a span {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 8px;
  display: inline-block;
}
header nav .top_box .sub_title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
header nav .bottom_box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .bottom_box ul {
  display: flex;
  height: 100%;
  gap: 0 15px;
}
header nav .bottom_box ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
header.scrolled, header:hover {
  background: rgba(147, 122, 109, 0.8);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}

.main_wrap {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.main_wrap .line_box {
  width: 100%;
  position: absolute;
  bottom: 60px;
  z-index: 3;
}
.main_wrap .line_box:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  bottom: 0.6px;
  background-color: rgba(255, 255, 255, 0.4);
}
.main_wrap .line_box .main_pagination {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet {
  width: 30%;
  border-radius: 0;
  height: 54px;
  background-color: transparent;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  position: relative;
  overflow: hidden;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet .bullet-progress-bar {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #fff;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet small {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  display: inline-block;
  margin-right: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: rgba(255, 255, 255, 0.85);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active small {
  color: rgba(255, 255, 255, 0.85);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-progress-bar {
  animation: bulletProgress 3s linear forwards;
}
.main_wrap .main_swiper {
  position: relative;
}
.main_wrap .main_swiper .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_wrap .main_swiper .swiper-slide img {
  animation: imgscale 17s forwards;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box {
  text-align: center;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box * {
  color: #fff;
  opacity: 0;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: inline-block;
  transition: opacity 1.5s;
  transition-delay: 0.3s;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
  margin-top: 20px;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 1s;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box h2 span {
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1.5s;
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active .slide_title_box * {
  opacity: 1;
  transform: translateY(0);
}

.special_wrap {
  background-color: #FFF9F1;
  padding: 200px 0 130px;
  overflow: hidden;
}
.special_wrap .top_box {
  position: relative;
}
.special_wrap .top_box .inner {
  position: relative;
  z-index: 1;
}
.special_wrap .top_box .inner > .text_box {
  display: flex;
  justify-content: space-between;
  height: 413px;
}
.special_wrap .top_box .inner > .text_box .title_box small {
  color: #A88470;
}
.special_wrap .top_box .inner > .text_box .title_box h2 {
  margin-top: 20px;
}
.special_wrap .top_box .inner > .text_box .title_box h2 strong {
  color: #94796B;
}
.special_wrap .top_box .inner > .text_box .title_box p {
  margin-top: 60px;
}
@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}
.special_wrap .top_box .inner > .text_box .pie_box {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_img_wrap {
  position: relative;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_img_wrap .all_pie {
  width: 315px;
  height: 315px;
  border-radius: 100%;
  background: linear-gradient(204deg, rgba(0, 0, 0, 0) 14.95%, rgba(0, 0, 0, 0.3) 86.96%), #DBCEC0;
  opacity: 0.8;
  background-blend-mode: overlay, normal;
  opacity: 0;
  transition: opacity 0.3s;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_img_wrap .point_pie {
  position: absolute;
  bottom: 134px;
  right: 142.55px;
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.1s;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  margin-right: -116px;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .line_box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .line_box::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #212121;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -1px;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .text_box {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .text_box p {
  transition-delay: 1s;
  margin: 0 auto 20px;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .text_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .all_text .line_box {
  opacity: 0;
  transition: opacity 0.3s;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .all_text .text_box {
  opacity: 0;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .point_text {
  margin-bottom: 18px;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .point_text .line_box::after {
  bottom: 2px;
  top: unset;
  opacity: 0;
  transition-delay: 0.2s;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .point_text .line_box .animate-line {
  stroke-dasharray: 500; /* 선의 총 길이 */
  stroke-dashoffset: 500;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .point_text .text_box * {
  opacity: 0;
  transition: opacity 0.4s;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .point_text .text_box p {
  transition-delay: 0.5s;
}
.special_wrap .top_box .inner > .text_box .pie_box .pie_text_wrap .point_text .text_box span {
  transition-delay: 0.3s;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .pie_img_wrap .all_pie {
  opacity: 1;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .pie_text_wrap .text_box * {
  opacity: 1;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .pie_text_wrap .line_box {
  opacity: 1;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .pie_text_wrap .line_box .animate-line {
  animation: drawLine 1s ease forwards;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .pie_text_wrap .line_box::after {
  opacity: 1;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .pie_text_wrap .all_text .text_box {
  opacity: 1;
}
.special_wrap .top_box .inner > .text_box.pie_on .pie_box .point_pie {
  opacity: 1;
}
.special_wrap .top_box .circle_img_box {
  margin-top: 170.5px;
}
.special_wrap .top_box .circle_img_box .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.special_wrap .top_box .circle_img_box .title_box small {
  color: #A88470;
}
.special_wrap .top_box .circle_img_box .title_box h2 {
  margin-top: 20px;
}
.special_wrap .top_box .circle_img_box .title_box h2 strong {
  color: #94796B;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul {
  display: flex;
  justify-content: space-between;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li {
  width: 354px;
  height: 354px;
  position: relative;
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li:not(:first-child) {
  margin-left: -100px;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li * {
  color: #fff;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
  margin-bottom: 8px;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li:nth-child(1), .special_wrap .top_box .circle_img_box .circle_list_wrap ul li:nth-child(5) {
  background: linear-gradient(138deg, rgba(0, 0, 0, 0) 14.64%, rgba(0, 0, 0, 0.3) 91.59%), #ADB97F;
  background-blend-mode: overlay, normal;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li:nth-child(3) {
  background: linear-gradient(138deg, rgba(0, 0, 0, 0) 14.64%, rgba(0, 0, 0, 0.3) 91.59%), #8AB2BE;
  background-blend-mode: overlay, normal;
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li:nth-child(2) {
  background-image: url(../img/circle_list02.png);
}
.special_wrap .top_box .circle_img_box .circle_list_wrap ul li:nth-child(4) {
  background-image: url(../img/circle_list01.png);
}
.special_wrap .top_box .map_bg {
  position: absolute;
  top: 42%;
  left: 0;
  z-index: 0;
}
.special_wrap .bottom_box {
  margin-top: 240px;
}
.special_wrap .bottom_box .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.special_wrap .bottom_box .title_box small {
  color: #94796B;
}
.special_wrap .bottom_box .title_box h2 {
  font-weight: 700;
  color: #524B46;
  margin-top: 20px;
}
.special_wrap .bottom_box .title_box h2 strong {
  color: #fff;
  font-weight: 700;
  padding: 0 6px;
  background-color: #94796B;
}
.special_wrap .bottom_box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 가로 4칸 */
  grid-template-rows: repeat(2, auto); /* 세로 2줄 */
  gap: 24px 30px;
}
.special_wrap .bottom_box ul li {
  text-align: center;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.special_wrap .bottom_box ul li p {
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 29.9px */
  letter-spacing: -1px;
  color: #524B46;
}
.special_wrap .bottom_box ul li span {
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
  color: #94796B;
}
.special_wrap .bottom_box ul li:not(:nth-child(4)):not(:nth-child(8))::after {
  content: "";
  width: 1px;
  height: 130px;
  background-color: rgba(148, 121, 107, 0.5);
  position: absolute;
  right: -5%;
}
.special_wrap .bottom_box ul li:before {
  content: "";
  width: 58px;
  height: 54px;
  background-image: url(../img/check_icon.svg);
  background-position: center;
  background-size: cover;
  margin-bottom: 21.19px;
}
.special_wrap .bottom_box .img_box {
  margin-top: 70px;
}

.doctor_wrap {
  background-image: url(../img/doctor_bg.png);
  background-position: center;
  background-size: cover;
}
.doctor_wrap .title_box {
  text-align: center;
}
.doctor_wrap .title_box * {
  color: #fff;
}
.doctor_wrap .doctor_box_wrap {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin-top: 60px;
}
.doctor_wrap .doctor_box_wrap .doctor_box {
  border-radius: 500px;
  background: #EFDBC4;
  box-shadow: 0px 0px 20px 0px rgba(69, 51, 43, 0.35);
  width: 357px;
  height: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.doctor_wrap .doctor_box_wrap .doctor_box .text_box {
  text-align: center;
  margin-bottom: 20px;
}
.doctor_wrap .doctor_box_wrap .doctor_box .text_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #94796B;
}
.doctor_wrap .doctor_box_wrap .doctor_box .text_box p {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 8px;
  color: #94796B;
}
.doctor_wrap .doctor_box_wrap .doctor_box .text_box p strong {
  font-size: 29px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 15px;
  color: #524B46;
}
.doctor_wrap .doctor_box_wrap .doctor_box .img_box {
  position: relative;
}
.doctor_wrap .doctor_box_wrap .doctor_box .img_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 200px;
  background-color: rgba(112, 115, 62, 0.85);
  opacity: 0;
  transition: opacity 0.2s;
}
.doctor_wrap .doctor_box_wrap .doctor_box .img_box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 3;
}
.doctor_wrap .doctor_box_wrap .doctor_box .img_box a::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/plus_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 20px;
}
.doctor_wrap .doctor_box_wrap .doctor_box:hover .img_box::after {
  opacity: 1;
}
.doctor_wrap .doctor_box_wrap .doctor_box:hover .img_box a {
  opacity: 1;
}
.doctor_wrap .doctor_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 106;
  display: none;
  background: rgba(47, 43, 39, 0.85);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.doctor_wrap .doctor_popup .popup_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.doctor_wrap .doctor_popup .doc_pop {
  border-radius: 30px;
  overflow: hidden;
  width: 1000px;
  height: 590px;
  padding: 65px 80px;
  background-color: #FFF9F1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.doctor_wrap .doctor_popup .doc_pop .pop_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.doctor_wrap .doctor_popup .doctor_info_box {
  width: 410px;
}
.doctor_wrap .doctor_popup .doctor_info_box .name_box span {
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 15px;
  color: #524B46;
}
.doctor_wrap .doctor_popup .doctor_info_box .name_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #94796B;
}
.doctor_wrap .doctor_popup .doctor_info_box .top_info {
  margin-top: 20px;
}
.doctor_wrap .doctor_popup .doctor_info_box .top_info li {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #524B46;
  display: flex;
  align-items: center;
}
.doctor_wrap .doctor_popup .doctor_info_box .top_info li img {
  margin-right: 5px;
}
.doctor_wrap .doctor_popup .doctor_info_box .top_info li:not(:last-child) {
  margin-bottom: 8px;
}
.doctor_wrap .doctor_popup .doctor_info_box .main_info {
  margin-top: 20px;
  padding-bottom: 20px;
}
.doctor_wrap .doctor_popup .doctor_info_box .main_info li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
}
.doctor_wrap .doctor_popup .doctor_info_box .main_info li:before {
  content: "·";
  margin-right: 5px;
}
.doctor_wrap .doctor_popup .doctor_info_box h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  color: #94796B;
  padding-top: 20px;
  border-top: 1px solid #94796B;
}

.implant_wrap {
  background-image: url(../img/implant_bg.png);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.implant_wrap .top_box .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.implant_wrap .top_box .title_box h2 strong {
  color: #94796B;
}
.implant_wrap .top_box .implant_swiper {
  position: relative;
}
.implant_wrap .top_box .implant_swiper .implant_navi_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 996px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
}
.implant_wrap .top_box .implant_swiper .implant_navi_wrap > div {
  cursor: pointer;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper {
  counter-reset: number 0;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide {
  width: -moz-max-content !important;
  width: max-content !important;
  opacity: 0.4;
  transition: opacity 0.2s;
  transition-delay: 0.2s;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide .text_box {
  height: 351px;
  background-color: #fff;
  padding: 40px 50px;
  position: relative;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide .text_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
  color: #94796B;
  margin-bottom: 20px;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide .text_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide .text_box small {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #94796B;
  color: #fff;
  font-size: 47px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  font-family: "Cormorant Infant", serif;
  padding: 10px 19px;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide .text_box img {
  display: block;
  margin-top: 35px;
}
.implant_wrap .top_box .implant_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  box-shadow: 0px 0px 30px 0px rgba(64, 58, 53, 0.25);
}
.implant_wrap .bottom_box {
  margin-top: 130px;
}
.implant_wrap .bottom_box .title_box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.implant_wrap .bottom_box .title_box h2 {
  padding-top: 148px;
}
.implant_wrap .bottom_box .title_box h2 strong {
  color: #94796B;
}
.implant_wrap .bottom_box .title_box ul {
  display: flex;
  margin-top: 40px;
  gap: 0 12px;
}
.implant_wrap .bottom_box .title_box ul li {
  padding: 10px 16px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.implant_wrap .bottom_box .title_box ul li::before {
  content: "";
  width: 23px;
  height: 20px;
  background-image: url(../img/green_check_icon.svg);
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 3px;
}
.implant_wrap .bottom_box .con_box {
  display: flex;
  justify-content: space-between;
}
.implant_wrap .bottom_box .con_box .mini_con {
  display: flex;
}
.implant_wrap .bottom_box .con_box .mini_con .mini_text_box {
  width: 345px;
  background-color: #94796B;
  padding: 30px 40px;
}
.implant_wrap .bottom_box .con_box .mini_con .mini_text_box * {
  color: #fff;
}
.implant_wrap .bottom_box .con_box .mini_con .mini_text_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
  margin: 31.5px 0 25px;
}
.implant_wrap .bottom_box .con_box .mini_con .mini_text_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
}

.nature_wrap {
  background-image: url(../img/nature_bg.png);
  background-position: center;
  background-size: cover;
}
.nature_wrap .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.nature_wrap .title_box h2 strong {
  color: #94796B;
}
.nature_wrap .con_box {
  display: flex;
  justify-content: space-between;
}
.nature_wrap .con_box .mini_con {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.nature_wrap .con_box .mini_con::after {
  content: "";
  width: 64px;
  height: 64px;
  display: inline-block;
  background-image: url(../img/nature_plus.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 103px;
  transform: translateX(-50%);
  z-index: 2;
  transition: opacity 0.2s;
}
.nature_wrap .con_box .mini_con .cover_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 43px;
  transition: background-color 0.2s;
  cursor: pointer;
  z-index: 3;
}
.nature_wrap .con_box .mini_con .cover_box * {
  color: #fff;
}
.nature_wrap .con_box .mini_con .cover_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
  margin-bottom: 30px;
  color: #524B46;
  transition: color 0.2s;
}
.nature_wrap .con_box .mini_con .cover_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
  opacity: 0;
  display: inline-block;
  transform: translateY(50px);
}
.nature_wrap .con_box .mini_con:hover::after {
  opacity: 0;
}
.nature_wrap .con_box .mini_con:hover .cover_box {
  background-color: rgba(134, 102, 86, 0.75);
}
.nature_wrap .con_box .mini_con:hover .cover_box p {
  color: #fff;
}
.nature_wrap .con_box .mini_con:hover .cover_box span {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
}

.omfs_wrap {
  background-image: url(../img/omfs_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.omfs_wrap .title_box {
  margin-bottom: 75px;
}
.omfs_wrap .title_box * {
  color: #fff;
}
.omfs_wrap .title_box p {
  margin-top: 60px;
}
.omfs_wrap .con_box {
  background-color: rgba(112, 115, 62, 0.7);
  width: 100%;
  height: 603px;
  border-radius: 30px;
  overflow: hidden;
  padding: 40px 60px;
}
.omfs_wrap .con_box * {
  color: #fff;
}
.omfs_wrap .con_box h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
  margin-bottom: 35px;
}
.omfs_wrap .con_box ul {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 26px 0;
}
.omfs_wrap .con_box ul li {
  padding: 23px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 435px;
  height: 378px;
  text-align: center;
}
.omfs_wrap .con_box ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.omfs_wrap .con_box ul li .img_box {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: rgba(49, 50, 28, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.omfs_wrap .con_box ul li p {
  margin: 20px 0 13px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
}
.omfs_wrap .con_box ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
}

.clinic_wrap {
  background-image: url(../img/clinic_bg.png);
  background-position: center;
  background-size: cover;
}
.clinic_wrap .clinic_slide_wrap {
  display: flex;
  gap: 0 50px;
}
.clinic_wrap .clinic_slide_wrap .title_box {
  padding-left: 70px;
  margin-bottom: 30px;
}
.clinic_wrap .clinic_slide_wrap .title_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #94796B;
  margin-bottom: 10px;
  display: inline-block;
}
.clinic_wrap .clinic_slide_wrap .title_box strong {
  color: #94796B;
}
.clinic_wrap .clinic_slide_wrap .slide_box {
  width: 770px;
  overflow: hidden;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide {
  height: 411px;
  overflow: hidden;
  counter-reset: number 0;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide {
  display: flex;
  justify-content: space-between;
  padding: 20px 59px 20px 70px;
  transition: background-color 0.3s;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide:before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: inline-block;
  margin-right: 20px;
  font-family: "Cormorant Infant", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  color: #94796B;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #524B46;
  margin-bottom: 10px;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  color: #524B46;
  opacity: 0.7;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide .text_box {
  width: 403px;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide .img_box {
  margin-left: 17px;
  opacity: 0;
  transition: all 0.3s;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide.mini_slide_on, .clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide:hover {
  background-color: #F8EDE0;
}
.clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide.mini_slide_on .img_box, .clinic_wrap .clinic_slide_wrap .slide_box .clinic_slide .mini-slide:hover .img_box {
  opacity: 1;
}
.clinic_wrap .kid_wrap {
  flex-direction: row-reverse;
  margin-top: 280px;
}

.gallery_wrap {
  overflow: hidden;
  background-color: #94796B;
}
.gallery_wrap .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.gallery_wrap .title_box h2 {
  color: #fff;
}
.gallery_wrap .gallery_swiper {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
.gallery_wrap .gallery_swiper .btn_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 377px;
  height: 100px;
  display: flex;
  align-items: center;
  background-color: rgba(26, 26, 26, 0.4);
}
.gallery_wrap .gallery_swiper .btn_wrap .gallery_pagination {
  display: flex;
  justify-content: center;
  position: relative;
  width: 180px;
  height: 30px;
  bottom: unset;
  left: unset;
  margin-left: 20px;
}
.gallery_wrap .gallery_swiper .btn_wrap .gallery_pagination .swiper-pagination-bullet {
  height: 30px;
  border-radius: 0;
  background-color: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
}
.gallery_wrap .gallery_swiper .btn_wrap .gallery_pagination .swiper-pagination-bullet * {
  color: #fff;
}
.gallery_wrap .gallery_swiper .btn_wrap .gallery_pagination .swiper-pagination-bullet small {
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  font-family: "Cormorant Infant", serif;
  margin-right: 25px;
  width: 25px;
  display: inline-block;
}
.gallery_wrap .gallery_swiper .btn_wrap .gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery_wrap .gallery_swiper .btn_wrap .navi_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  flex-grow: 1;
}
.gallery_wrap .gallery_swiper .btn_wrap .navi_wrap > div {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gallery_wrap .gallery_swiper .btn_wrap .navi_wrap > div.gallery_next {
  background-color: rgba(112, 115, 62, 0.9);
}

footer {
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .title_box {
  padding-top: 130px;
  margin-bottom: 90px;
  text-align: center;
}
footer .title_box h2 {
  color: #524B46;
}
footer .title_box h2 strong {
  color: #94796B;
}
footer .info_box {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
footer .info_box * {
  color: #524B46;
}
footer .info_box h3 {
  margin-bottom: 30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  letter-spacing: -1px;
}
footer .info_box p.location_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -1px;
  margin-bottom: 30px;
}
footer .info_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  opacity: 0.5;
}
footer .info_box a {
  display: flex;
  align-items: center;
}
footer .info_box a img {
  margin-right: 9px;
}
footer .info_box a span {
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px; /* 52.083% */
  letter-spacing: 1px;
  font-family: "Cormorant Infant", serif;
}
footer .info_box .time_text {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
footer .info_box .time_text small {
  line-height: 180%; /* 36px */
}
footer .info_box ul {
  display: flex;
  gap: 0 25px;
  margin-top: 30px;
}
footer .info_box ul li {
  border-radius: 10px;
  overflow: hidden;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
footer .info_box ul li:nth-child(1) {
  background: linear-gradient(138deg, rgba(0, 0, 0, 0) 14.64%, rgba(0, 0, 0, 0.3) 91.59%), linear-gradient(0deg, #ADB97F 0%, #ADB97F 100%), #FFF;
  background-blend-mode: overlay, normal, normal;
}
footer .info_box ul li:nth-child(2) {
  background: linear-gradient(138deg, rgba(0, 0, 0, 0) 14.64%, rgba(0, 0, 0, 0.3) 91.59%), linear-gradient(0deg, #8AB2BE 0%, #8AB2BE 100%), #FFF;
}
footer .info_box ul li:nth-child(3) {
  background: linear-gradient(138deg, rgba(0, 0, 0, 0) 14.64%, rgba(0, 0, 0, 0.3) 91.59%), linear-gradient(0deg, #A89185 0%, #A89185 100%), #FFF;
}
footer .info_box ul li a {
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
}
footer .info_box ul li a img {
  margin-right: 0;
  margin-bottom: 5px;
}
footer .info_box ul li a span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  font-family: unset;
}
footer .map_box {
  border-radius: 30px;
  overflow: hidden;
}
footer .bottom_box {
  padding: 57.5px 0;
}
footer .bottom_box ul {
  display: flex;
  justify-content: space-between;
}
footer .bottom_box ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #524B46;
  opacity: 0.5;
}

aside {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 103;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside .quick_wrap ul li {
  width: 160px;
  height: 52px;
  border-radius: 100px;
  background-color: #fff;
  border: 2px solid #94796B;
  display: flex;
  align-items: center;
  justify-content: center;
}
aside .quick_wrap ul li:not(:first-child) {
  margin-top: 10px;
}
aside .quick_wrap ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
aside .quick_wrap ul li a img {
  margin-right: 7px;
}
aside .quick_wrap ul li a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #524B46;
}
aside .top_btn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(148, 121, 107, 0.9);
  border-radius: 100%;
  margin-top: 20px;
  cursor: pointer;
}