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

  overscroll-behavior: none;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}


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

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

.title_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  color: #BCAC93;
  font-family: "Playfair Display", serif;
}
.title_box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: -1.5px;
  margin: 20px 0 40px;
}
.title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}

.section_con {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 40px;
}
header nav ul {
  max-width: 613px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 17.5px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
}
header nav ul li.point_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  padding: 10px 15px;
  background-color: #ACCAC8;
  border-radius: 100px;
  color: #fff;
}
header nav ul li.point_menu img {
  margin-right: 5px;
}
header.scrolled {
  border-bottom: 1px solid var(--Brown, #BCAC93);
  background: rgba(255, 250, 243, 0.88);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}

.main_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: 0;
  height: 100vh;
  z-index: 10;
}
.main_wrap video {
  width: 100%;
}
.main_wrap .main_text_box {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_wrap .main_text_box .main_text {
  display: flex;
  align-items: center;
}
.main_wrap .main_text_box .main_text h1 {
  font-size: 140px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}
.main_wrap .main_text_box .main_text .sub_text {
  border-bottom: 4px solid #3D4243;
  width: 361px;
  height: 121px;
  margin-left: 40px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  bottom: 5px;
}
.main_wrap .main_text_box .main_text .sub_text span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  font-size: 92px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-family: "Playfair Display", serif;
  padding-bottom: 3px;
}
.main_wrap .main_text_box .bottom_text p {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.5px;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 28px;
  opacity: 0;
  filter: blur(8px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.main_wrap .main_text_box .bottom_text p.active {
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
}
.main_wrap .skip_text {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.main_wrap .skip_text span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  color: #BCAC93;
  display: block;
}

.section {
  width: 100%;
  height: 100vh;
  position: relative;
}

.sec2 {
  height: auto !important;
}

.intro_hover_wrap {
  height: 830px;
  display: flex;
  justify-content: space-between;
}
.intro_hover_wrap .mini_intro_box {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 209px;
  text-align: center;
  transition: all 0.5s;
  position: relative;
}
.intro_hover_wrap .mini_intro_box:nth-child(1)::before {
  background-image: url(../img/intro01.png);
}
.intro_hover_wrap .mini_intro_box:nth-child(2)::before {
  background-image: url(../img/intro02.png);
}
.intro_hover_wrap .mini_intro_box:nth-child(3)::before {
  background-image: url(../img/intro03.png);
}
.intro_hover_wrap .mini_intro_box:nth-child(4)::before {
  background-image: url(../img/intro04.png);
}
.intro_hover_wrap .mini_intro_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}
.intro_hover_wrap .mini_intro_box:not(:last-child) {
  border-right: 1px solid #BCAC93;
}
.intro_hover_wrap .mini_intro_box > * {
  position: relative;
  z-index: 2;
}
.intro_hover_wrap .mini_intro_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  color: #BCAC93;
  display: inline-block;
  transition: all 0.5s;
}
.intro_hover_wrap .mini_intro_box .svg_box {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.intro_hover_wrap .mini_intro_box .svg_box path {
  transition: all 0.4s;
}
.intro_hover_wrap .mini_intro_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
  margin-bottom: 40px;
  transition: all 0.4s;
}
.intro_hover_wrap .mini_intro_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  display: inline-block;
  transition: all 0.4s;
}
.intro_hover_wrap .mini_intro_box:hover small, .intro_hover_wrap .mini_intro_box:hover p, .intro_hover_wrap .mini_intro_box:hover span {
  color: #fff;
}
.intro_hover_wrap .mini_intro_box:hover:before {
  opacity: 1;
}
.intro_hover_wrap .mini_intro_box:nth-child(1):hover path {
  stroke: #fff;
}
.intro_hover_wrap .mini_intro_box:nth-child(2):hover path, .intro_hover_wrap .mini_intro_box:nth-child(3):hover path, .intro_hover_wrap .mini_intro_box:nth-child(4):hover path {
  fill: #fff;
}

.gallery_wrap {
  overflow: hidden;
  position: relative;
}
.gallery_wrap .gallery_swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery_wrap .gallery_swiper .swiper-slide img {
  height: 100%;
}
.gallery_wrap .inner {
  padding: 128px 0;
}
.gallery_wrap .inner .text_box {
  background-color: #FFFAF3;
  width: 740px;
  height: 444px;
  border-radius: 30px;
  padding: 65px 70px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.gallery_wrap .inner .text_box .title_box small {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.gallery_wrap .inner .text_box .title_box p {
  display: flex;
  align-items: center;
}
.gallery_wrap .inner .text_box .title_box p img {
  margin-right: 8px;
}
.gallery_wrap .inner .text_box .btn_box {
  margin-top: 40px;
  display: flex;
  gap: 16px;
}
.gallery_wrap .inner .text_box .btn_box a {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 100px;
  border: 1px solid #ACCAC8;
  color: #ACCAC8;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  transition: all 0.2s;
}
.gallery_wrap .inner .text_box .btn_box a:hover {
  background-color: #ACCAC8;
  color: #fff;
}
.gallery_wrap .inner .thumb_swiper {
  width: 740px;
  overflow: hidden;
  margin-left: auto;
  margin-top: 40px;
  position: relative;
}
.gallery_wrap .inner .thumb_swiper .gallery_navi {
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 14px;
}
.gallery_wrap .inner .thumb_swiper .gallery_navi.gallery_next {
  right: 0;
}
.gallery_wrap .inner .thumb_swiper .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  filter: brightness(0.6);
}
.gallery_wrap .inner .thumb_swiper .swiper-slide.swiper-slide-thumb-active {
  filter: none;
}

.nature_wrap {
  padding: 145px 0;
  border-bottom: 1px solid #BCAC93;
}
.nature_wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nature_wrap .title_box ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 315px;
}
.nature_wrap .title_box ul li {
  padding: 14px 32px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #BCAC93;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  border-radius: 200px;
}

.system_wrap {
  padding: 115px 0;
}
.system_wrap .inner {
  display: flex;
  align-items: center;
}
.system_wrap .hover_box {
  display: flex;
  gap: 40px;
  margin-right: 130px;
}
.system_wrap .hover_box .mini_hover {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.system_wrap .hover_box .mini_hover .bg_box {
  position: relative;
  border-radius: 600px;
  overflow: hidden;
}
.system_wrap .hover_box .mini_hover .bg_box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  content: "";
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 600px;
  opacity: 0;
  transition: opacity 0.2s;
  background: rgba(203, 189, 204, 0.55);
}
.system_wrap .hover_box .mini_hover:nth-child(1) .bg_box::after {
  background: rgba(167, 190, 188, 0.55);
}
.system_wrap .hover_box .mini_hover .text_box {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
.system_wrap .hover_box .mini_hover .text_box::after {
  content: "";
  width: 64px;
  height: 64px;
  display: inline-block;
  background-image: url(../img/plus_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.2s;
}
.system_wrap .hover_box .mini_hover .text_box * {
  color: #fff;
}
.system_wrap .hover_box .mini_hover .text_box h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.system_wrap .hover_box .mini_hover .text_box span {
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}
.system_wrap .hover_box .mini_hover:hover .bg_box:after {
  opacity: 1;
}
.system_wrap .hover_box .mini_hover:hover .text_box span {
  opacity: 1;
}
.system_wrap .hover_box .mini_hover:hover .text_box::after {
  opacity: 0;
}
.system_wrap .title_box ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 315px;
}
.system_wrap .title_box ul li {
  padding: 14px 32px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #BCAC93;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  border-radius: 200px;
}

.doctor_wrap {
  background-image: url(../img/doctor_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
.doctor_wrap .doctor_title_box {
  text-align: center;
}
.doctor_wrap .doctor_title_box * {
  color: #fff;
}
.doctor_wrap .doctor_title_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}
.doctor_wrap .doctor_title_box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: -1.5px;
  margin: 20px 0 49px;
}
.doctor_wrap .inner {
  display: flex;
  justify-content: center;
}
.doctor_wrap .doctor_box {
  position: relative;
}
.doctor_wrap .doctor_box > img {
  width: 374px;
}
.doctor_wrap .doctor_box .doctor_info_box {
  position: absolute;
  top: 175px;
  left: -60px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  height: 349px;
  padding: 35px 45px;
  border-radius: 30px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #BCAC93;
  border-bottom: 1px solid #BCAC93;
  padding-bottom: 20px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info h3 strong {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 13px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .bold_list {
  padding-top: 20px;
  margin-bottom: 13px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .bold_list li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .bold_list li:before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/mark.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .info_list {
  height: 160px;
  overflow-y: scroll;

  -webkit-overflow-scrolling: touch; /* 모바일 부드러운 스크롤 */
  pointer-events: auto !important;
  position: relative;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .info_list::-webkit-scrollbar {
  width: 6px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .info_list::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .info_list::-webkit-scrollbar-thumb {
  background-color: rgba(188, 172, 147, 0.8);
  border-radius: 20px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .info_list li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  letter-spacing: -1px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_info .info_list li::before {
  content: "•";
  display: inline-block;
  margin-left: 6px;
  margin-right: 9px;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_btn {
  width: 80px;
  height: 80px;
  background-color: #ACCAC8;
  filter: drop-shadow(1px 2px 10px rgba(0, 0, 0, 0.5));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.doctor_wrap .doctor_box .doctor_info_box .doctor_btn > img {
  transition: all 0.2s;
}
.doctor_wrap .doctor_box.doctor01 .doctor_btn {
  margin-right: -30px;
}
.doctor_wrap .doctor_box.doctor02 {
  margin: 0 102px 0 98px;
}
.doctor_wrap .doctor_box.doctor03 .doctor_info_box {
  left: -103px;
}
.doctor_wrap .doctor_box.doctor_active .doctor_btn {
  z-index: 5;
}
.doctor_wrap .doctor_box.doctor_active .doctor_btn img {
  transform: rotate(45deg);
}
.doctor_wrap .doctor_box.doctor_active .doctor_info {
  opacity: 1;
  z-index: 4;
}

.implant_wrap .top_box {
  padding: 177px 0;
  border-bottom: 1px solid #BCAC93;
  position: relative;
}
.implant_wrap .top_box .title_box ul {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.implant_wrap .top_box .title_box ul li {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 100%;
  border: 1px solid #BCAC93;
}
.implant_wrap .top_box .title_box ul li p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.implant_wrap .top_box .title_box ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  color: #BCAC93;
}
.implant_wrap .top_box .img_box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.implant_wrap .top_box .img_box div {
  position: relative;
}
.implant_wrap .top_box .img_box div .point_img {
  position: absolute;
  bottom: -35px;
  left: -56px;
}
.implant_wrap .bottom_box {
  padding: 90px 0 107px;
  overflow: hidden;
}
.implant_wrap .bottom_box h2 {
  font-family: "Playfair Display", serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}
.implant_wrap .bottom_box h2 strong {
  font-weight: 500;
  font-family: "Playfair Display", serif;
  color: #BCAC93;
}
.implant_wrap .bottom_box .implant_pagination {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-bottom: 40px;
}
.implant_wrap .bottom_box .implant_pagination .swiper-pagination-bullet {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #A8A8A8;
  border-bottom: 2px solid transparent;
  width: -moz-max-content;
  width: max-content;
  height: 44px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  display: flex;
  align-items: center;
  margin: 0;
  transition: all 0.3s;
}
.implant_wrap .bottom_box .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #BCAC93;
  color: #BCAC93;
}
.implant_wrap .bottom_box .slide_box {
  position: relative;
}
.implant_wrap .bottom_box .slide_box .navi_box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.implant_wrap .bottom_box .slide_box .navi_box > div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.implant_wrap .bottom_box .implant_swiper {
  max-width: 1286px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide {
  height: 450px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 90px;
  opacity: 0 !important;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .left_box {
  width: 466px;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .left_box small {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  color: #BCAC93;
  font-family: "Playfair Display", serif;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .left_box h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-top: 12px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D9D9D9;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .left_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
  padding-top: 40px;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .right_box {
  display: flex;
  align-items: center;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .right_box ul {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide .right_box ul li {
  width: 290px;
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  border: 1px solid #BCAC93;
  border-radius: 100px;
}
.implant_wrap .bottom_box .implant_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.prosthesis_wrap .top_box {
  background-color: #ACCAC8;
  position: relative;
}
.prosthesis_wrap .top_box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 56px */
  letter-spacing: -1.5px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 6;
  top: 110px;
}
.prosthesis_wrap .top_box .pro_bg_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all 0.6s;
}
.prosthesis_wrap .top_box .pro_bg_box:nth-child(1) {
  background-image: url(../img/pro01.png);
}
.prosthesis_wrap .top_box .pro_bg_box:nth-child(2) {
  background-image: url(../img/pro02.png);
}
.prosthesis_wrap .top_box .pro_bg_box:nth-child(3) {
  background-image: url(../img/pro03.png);
}
.prosthesis_wrap .top_box .pro_bg_box:nth-child(4) {
  background-image: url(../img/pro04.png);
}
.prosthesis_wrap .top_box .pro_bg_box.hover_active {
  opacity: 1;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap {
  display: flex;
  position: relative;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover {
  width: 25%;
  display: flex;
  justify-content: center;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover .con {
  width: 340px;
  height: 510px;
  margin: 242px 0 78px;
  border-radius: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 113px;
  text-align: center;
  background-color: transparent;
  transition: all 0.4s;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover .con * {
  color: #fff;
  transition: all 0.4s;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover .con small {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover .con p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
  margin: 30px 0;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover .con span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover:hover .con {
  background-color: #FFFAF3;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover:hover .con * {
  color: #3D4243;
}
.prosthesis_wrap .top_box .pro_hover_box_wrap .pro_mini_hover:hover .con small {
  color: #ACCAC8;
}
.prosthesis_wrap .bottom_box {
  display: flex;
  align-items: center;
  padding: 115px 0;
}
.prosthesis_wrap .bottom_box .title_box ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 360px;
}
.prosthesis_wrap .bottom_box .title_box ul li {
  padding: 14px 32px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #BCAC93;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  border-radius: 200px;
}
.prosthesis_wrap .bottom_box .img_box {
  margin-right: 163px;
}
.prosthesis_wrap .bottom_box .img_box div {
  position: relative;
}
.prosthesis_wrap .bottom_box .img_box div .point_img {
  width: 300px;
  position: absolute;
  bottom: -35px;
  right: -56px;
}

.orth_wrap {
  border-top: 1px solid #BCAC93;
  border-bottom: 1px solid #BCAC93;
  padding: 100px 0 107px;
}
.orth_wrap .title_box {
  text-align: center;
}
.orth_wrap .title_box h2 {
  margin: 20px 0 59px;
}
.orth_wrap ul {
  display: flex;
  justify-content: space-between;
  gap: 65px;
}
.orth_wrap ul li {
  text-align: center;
}
.orth_wrap ul li p {
  margin: 40px 0 20px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
}
.orth_wrap ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}

.endo_wrap {
  background-image: url(../img/endo_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 109px 0 96.5px;
}
.endo_wrap .inner {
  display: flex;
  align-items: center;
}
.endo_wrap .inner .img_box {
  margin-left: 116px;
}
.endo_wrap .inner .title_box {
  margin-left: 121px;
}
.endo_wrap .inner .title_box ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 580px;
  gap: 16px;
}
.endo_wrap .inner .title_box ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  width: 280px;
  padding: 16px 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #BCAC93;
  background-color: rgba(255, 250, 243, 0.9);
}

.clinic_wrap {
  overflow: hidden;
  background-image: url(../img/clinic_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clinic_wrap .inner02 {
  max-width: 1700px;
  width: 100%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.clinic_wrap .title_box {
  margin-top: 183.75px;
}
.clinic_wrap .title_box * {
  color: #fff;
}
.clinic_wrap .title_box .navi_box {
  max-width: 180px;
  display: flex;
  justify-content: space-between;
}
.clinic_wrap .title_box .navi_box > div {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: #FFFAF3;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.clinic_wrap .title_box .navi_box .swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
.clinic_wrap .slide_box {
  max-width: 1229px;
  width: 100%;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.clinic_wrap .slide_box .clinic_swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  padding: 93px 40px;
  height: 830px !important;
}
.clinic_wrap .slide_box .clinic_swiper .swiper-wrapper .swiper-slide:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
.clinic_wrap .slide_box .clinic_swiper .swiper-wrapper .swiper-slide * {
  color: #fff;
}
.clinic_wrap .slide_box .clinic_swiper .swiper-wrapper .swiper-slide p {
  margin: 42px 0 16px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
}
.clinic_wrap .slide_box .clinic_swiper .swiper-wrapper .swiper-slide span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}

.info_wrap .inner {
  display: flex;
  gap: 80px;
  padding: 102px 0;
}
.info_wrap .inner .mini_info {
  width: 440px;
}
.info_wrap .inner .mini_info h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.info_wrap .inner .mini_info small {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  color: #BCAC93;
}
.info_wrap .inner .mini_info:nth-child(1) .con_box small {
  margin-top: 30px;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box p {
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Playfair Display", serif;
  display: flex;
  align-items: center;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box p strong {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #BCAC93;
  font-family: "Playfair Display", serif;
  margin-right: 10px;
  margin-bottom: -10px;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box small {
  margin: 20px 0 30px;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box ul {
  display: flex;
  gap: 16px;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box ul li {
  width: 110px;
  height: 174px;
  border-radius: 100px;
  border: 1px solid #ACCAC8;
  transition: all 0.2s;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: -1px;
  color: #ACCAC8;
  transition: all 0.2s;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box ul li:hover {
  background-color: #ACCAC8;
}
.info_wrap .inner .mini_info:nth-child(2) .con_box ul li:hover a {
  color: #fff;
}
.info_wrap .inner .mini_info:nth-child(3) .con_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}
.info_wrap .inner .mini_info:nth-child(3) .con_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  margin: 12.5px 0;
}
.info_wrap .inner .mini_info:nth-child(3) .con_box p span {
  color: #6F99D0;
  font-weight: 600;
}
.info_wrap .inner .mini_info:nth-child(3) .con_box p strong {
  color: #fff;
  background-color: #6F99D0;
  border-radius: 100px;
  padding: 4px 12px;
  font-weight: 500;
  margin-right: 6px;
}
.info_wrap .inner .mini_info:nth-child(3) .con_box .map_box {
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
}

footer {
  padding: 34px 0;
  border-top: 1px solid rgba(61, 66, 67, 0.2);
}
footer .inner {
  display: flex;
  justify-content: space-between;
}
footer * {
  color: rgba(61, 66, 67, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}
footer p {
  opacity: 0.5;
}
footer ul {
  display: flex;
}
footer ul li {
  opacity: 0.5;
}
footer ul li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
}

aside {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 105;
}
aside .menu_box ul {
  margin-bottom: 35px;
  display: none;
}
aside .menu_box ul li:not(:last-child) {
  margin-bottom: 30px;
}
aside .menu_box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside .menu_box ul li a p {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: rgba(61, 66, 67, 0.7);
  background-color: rgba(255, 250, 243, 0.85);
  border-radius: 4px;
  padding: 1px 4px;
}
aside .menu_box .menu_btn {
  width: 126px;
  height: 126px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(161, 197, 194, 0.88);
  -webkit-backdrop-filter: blur(7.2692308426px);
          backdrop-filter: blur(7.2692308426px);
  filter: drop-shadow(0 0 19.385px rgba(0, 0, 0, 0.15));
  cursor: pointer;
}
aside .top_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  margin: 10px auto 0;
}
aside .top_btn span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  margin-top: 3px;
  opacity: 0.7;
  color: #3D4243;
  transition: color 0.2s;
}
aside .top_btn svg path {
  transition: all 0.2s;
}
aside .top_btn.dark_top svg path {
  stroke: #fff;
}
aside .top_btn.dark_top span {
  color: #fff;
}