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

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

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

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

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

.title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.title_box p strong {
  font-weight: 700;
}
.title_box p.clinic_text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.title_box p.clinic_text span {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  padding: 6px 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #A7B87E 0%, #56805D 100%), #FFF;
  display: inline-block;
}
.title_box p.clinic_text small {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
.title_box h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1.5px;
}
.title_box h2 strong {
  font-weight: 700;
}

@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;
  background-color: rgba(79, 92, 59, 0.88);
}
header nav * {
  color: #fff;
}
header nav > div:first-child {
  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: 465px;
  display: flex;
  align-items: center;
}
header nav .top_box p img {
  margin-right: 6px;
}
header nav .top_box .tel a {
  display: flex;
  align-items: center;
}
header nav .top_box .tel a span {
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
header nav .top_box .sub_title {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  text-wrap: nowrap;
}
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 24px;
}
header nav .bottom_box ul li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
/* header.scrolled, header:hover {
  background-color: rgba(79, 92, 59, 0.88);
  -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(51, 51, 51, 0.2);
}
.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: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  letter-spacing: -1px;
  color: rgba(51, 51, 51, 0.5);
  position: relative;
  overflow: hidden;
  opacity: 1;
  text-align: center;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet .bullet-progress-bar {
  content: "";
  position: absolute;
  bottom: 0.2px;
  left: 0;
  height: 2px;
  width: 0%;
  background-color: rgba(51, 51, 51, 0.7);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet small {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: inline-block;
  margin-right: 14px;
  color: rgba(51, 51, 51, 0.5);
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: rgba(51, 51, 51, 0.8);
  font-weight: 700;
}
.main_wrap .line_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active small {
  color: rgba(51, 51, 51, 0.8);
  font-weight: 700;
}
.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.7%;
  transform: translate(-50%, -50%);
}
.main_wrap .main_swiper .swiper-slide > img {
  animation: imgscale 17s forwards;
}

.main_wrap .main_swiper .swiper-slide .license_box {
  position: absolute;
  bottom: -185px;
  right: 0;
  display: flex;
  gap: 15px;
}
.main_wrap .main_swiper .swiper-slide .license_box img {
  width: 162px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.35);
}


.main_wrap .main_swiper .swiper-slide .slide_title_box * {
  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, transform 1.5s;
  transform: translateY(30px);
}
.main_wrap .main_swiper .swiper-slide .slide_title_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 84px */
  letter-spacing: -1.5px;
  margin-bottom: 40px;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1.5s;
  transition-delay: 0.5s;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box h2 p img {
  margin-top: -16px;
  margin-left: 20px;
}
.main_wrap .main_swiper .swiper-slide .slide_title_box h2 strong {
  background-color: #81965D;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  border-radius: 4px;
  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);
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active .slide_title_box small {
  transition-delay: 1s;
}

.intro_wrap .intro_box {
  padding: 150px 0;
}
.intro_wrap .intro_box .title_box {
  text-align: center;
  margin-bottom: 80px;
}
.intro_wrap .intro_box .title_box span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
}
.intro_wrap .intro_box .title_box h2 {
  margin-top: 20px;
}
.intro_wrap .intro_box .intro_con ul {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.intro_wrap .intro_box .intro_con ul li {
  text-align: center;
}
.intro_wrap .intro_box .intro_con ul li p {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin: 40px 0 20px;
}
.intro_wrap .intro_box .intro_con ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.intro_wrap .doctor_box {
  padding-top: 100px;
  background: url(../img/doctor_bg.png) center/cover no-repeat;
}
.intro_wrap .doctor_box .inner {
  display: flex;
  justify-content: space-between;
}
.intro_wrap .doctor_box .info_box .title_box h2::before, .intro_wrap .doctor_box .info_box .title_box h2::after {
  content: "";
  width: 25px;
  height: 16px;
  background: url(../img/title_dot.svg) center/cover no-repeat;
  display: inline-block;
  margin-bottom: 37px;
  margin-right: -4px;
}
.intro_wrap .doctor_box .info_box .title_box h2::after {
  transform: rotate(180deg);
  margin-left: -15px;
}
.intro_wrap .doctor_box .info_box .title_box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 38.4px */
  letter-spacing: -1px;
  margin-top: 30px;
}
.intro_wrap .doctor_box .info_box .title_box p strong {
  font-weight: 700;
}
.intro_wrap .doctor_box .info_box .doctor_info {
  margin-top: 80px;
}
.intro_wrap .doctor_box .info_box .doctor_info .top_box h3 {
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.intro_wrap .doctor_box .info_box .doctor_info .top_box h3 strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #B2B2B2;
}
.intro_wrap .doctor_box .info_box .doctor_info .top_box .point_info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.intro_wrap .doctor_box .info_box .doctor_info .top_box .point_info p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  border-radius: 100px;
  background: linear-gradient(90deg, #A7B87E 0%, #56805D 100%);
  color: #fff;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.intro_wrap .doctor_box .info_box .doctor_info .top_box .point_info p:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/doctor_mark.png) center/cover no-repeat;
}
.intro_wrap .doctor_box .info_box .doctor_info .top_box .point_info span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #5A825F;
}
.intro_wrap .doctor_box .info_box .doctor_info .main_info {
  margin-top: 50px;
  display: flex;
  gap: 52px;
}
.intro_wrap .doctor_box .info_box .doctor_info .main_info ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.intro_wrap .doctor_box .info_box .doctor_info .main_info ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: rgba(129, 150, 93, 0.4);
  display: inline-block;
}
.intro_wrap .doctor_box .img_box {
  width: 546px;
  position: relative;
}
.intro_wrap .doctor_box .img_box .license_box {
  position: absolute;
  bottom: 105px;
  left: -140px;
  display: flex;
  gap: 15px;
}
.intro_wrap .doctor_box .img_box .license_box img {
  width: 162px;
  box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.35);
}

.micro_wrap .top_box {
  background: url(../img/micro_bg.png) center/cover no-repeat;
  padding: 150px 0;
}
.micro_wrap .top_box .title_box {
  text-align: center;
  margin-bottom: 40px;
}
.micro_wrap .top_box .title_box * {
  color: #fff;
}
.micro_wrap .top_box .title_box p {
  justify-content: center;
}
.micro_wrap .top_box .title_box h2 strong {
  color: #FFFAC0;
}
.micro_wrap .top_box .micro_con {
  max-width: 1062.5px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.micro_wrap .top_box .micro_con .text_box {
  max-width: 520px;
}
.micro_wrap .top_box .micro_con .text_box * {
  color: #fff;
}
.micro_wrap .top_box .micro_con .text_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  margin-top: 50px;
  text-align: center;
}
.micro_wrap .top_box .micro_con .text_box p strong {
  font-weight: 700;
}
.micro_wrap .bottom_box .micro01 {
  padding: 150px 0;
  background: url(../img/micro01_bg.png) center/cover no-repeat;
}
.micro_wrap .bottom_box .micro01 .title_box h2 {
  margin-bottom: 40px;
}
.micro_wrap .bottom_box .micro01 .mode_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box p::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #7FDB68;
  display: inline-block;
  border-radius: 100%;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box .mode_img_box {
  display: flex;
  gap: 8px;
  position: relative;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box .mode_img_box::after {
  content: "";
  width: 44px;
  height: 44px;
  display: inline-block;
  background: url(../img/mode_arrow.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box .mode_img_box div {
  position: relative;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box .mode_img_box div::after {
  content: "OFF";
  border-radius: 2px;
  background: #FFF;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  padding: 2px 6px;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box .mode_img_box div.after_box::after {
  content: "ON";
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box .mini_mode_box span {
  padding: 30px 40px;
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box:nth-child(1) .mini_mode_box .mode_img_box .before_box::after {
  content: "처치 전";
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box:nth-child(1) .mini_mode_box .mode_img_box .after_box::after {
  content: "처치 후";
}
.micro_wrap .bottom_box .micro01 .mode_wrap .mode_box:last-child p::before {
  background-color: #FFA135;
}
.micro_wrap .bottom_box .micro02 {
  background: linear-gradient(180deg, #FAF7F0 0%, #EFEBE0 95%);
  padding: 80px 0 140px;
}
.micro_wrap .bottom_box .micro02 .title_box {
  margin-bottom: 80px;
}
.micro_wrap .bottom_box .micro02 .title_box h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.micro_wrap .bottom_box .micro02 .point_wrap {
  padding-bottom: 130px;
}
.micro_wrap .bottom_box .micro02 .point_wrap .point_box_wrap {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}
.micro_wrap .bottom_box .micro02 .point_wrap .point_box_wrap .point_box {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
}
.micro_wrap .bottom_box .micro02 .point_wrap .point_box_wrap .point_box .text_box {
  margin-top: 36px;
  text-align: center;
  padding-bottom: 30px;
}
.micro_wrap .bottom_box .micro02 .point_wrap .point_box_wrap .point_box .text_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.micro_wrap .bottom_box .micro02 .point_wrap .point_box_wrap .point_box .text_box p::before {
  counter-increment: number 1;
  content: "POINT " counter(number);
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #81965D;
  border-bottom: 3px solid #81965D;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 26px;
  padding-bottom: 6px;
}
.micro_wrap .bottom_box .micro02 .point_wrap .point_box_wrap .point_box .text_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.micro_wrap .bottom_box .micro02 .case_wrap {
  padding-top: 100px;
  min-width: 1400px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box {
  max-width: 1293px;
  width: 100%;
  margin: 0 auto;
  counter-reset: number 0;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box {
  position: relative;
  padding: 71px 0 167px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box > img {
  width: 751px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box .case_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 95px 500px;
  position: relative;
  z-index: 2;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul li {
  background-color: #fff;
  border-radius: 30px;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
  width: 369px;
  height: 209px;
  position: relative;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul li p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 37.4px */
  letter-spacing: -1px;
  padding: 42px 60px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul li p::before {
  counter-increment: number 1;
  content: "CASE " counter(number);
  display: block;
  color: #81965D;
  border-bottom: 3px solid #81965D;
  width: -moz-max-content;
  width: max-content;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  padding-bottom: 6px;
  margin-bottom: 24px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul li::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/case_icon.svg) center/cover no-repeat;
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 60px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul li::before {
  border-top: 15px solid transparent;
  border-left: 0px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 15px solid transparent;
  content: "";
  position: absolute;
  top: 102px;
  left: -30px;
}
.micro_wrap .bottom_box .micro02 .case_wrap .con_box .case_img_box ul li:nth-child(odd)::before {
  border-top: 15px solid transparent;
  border-left: 30px solid #fff;
  border-right: 0px solid transparent;
  border-bottom: 15px solid transparent;
  content: "";
  position: absolute;
  top: 102px;
  right: -30px;
  left: unset;
}
.micro_wrap .bottom_box .micro02 .extaro_text {
  text-align: center;
  margin-top: -145px;
}
.micro_wrap .bottom_box .micro02 .extaro_text p {
  font-size: 180px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  color: rgba(6, 7, 4, 0.5411764706);
  mix-blend-mode: soft-light;
}

.implant_wrap .top_box {
  background: url(../img/implant_bg.png) center/cover no-repeat;
  padding: 150px 0;
}
.implant_wrap .top_box .title_box {
  margin-bottom: 80px;
}
.implant_wrap .top_box .title_box * {
  color: #fff;
}
.implant_wrap .top_box .title_box h2 {
  margin-bottom: 40px;
}
.implant_wrap .top_box .title_box h2 strong {
  color: #FFFAC0;
}
.implant_wrap .top_box .con_box {
  display: flex;
  align-items: end;
  gap: 36px;
}
.implant_wrap .top_box .con_box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  width: 628px;
}
.implant_wrap .top_box .con_box ul li {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  background-color: #383529;
  border-radius: 10px;
  padding: 18px 22px;
}
.implant_wrap .top_box .con_box ul li:before {
  content: "";
  width: 32px;
  height: 33px;
  background: url(../img/ch_icon.svg) center/cover no-repeat;
  display: inline-block;
  float: left;
}
.implant_wrap .bottom_box {
  background: url(../img/implant_bg02.png) center/cover no-repeat;
  padding: 150px 0;
  min-width: 1440px;
}
.implant_wrap .bottom_box .title_box {
  display: flex;
  align-items: center;
  gap: 200px;
  margin-bottom: 80px;
}
.implant_wrap .bottom_box .title_box .left_box {
  width: -moz-max-content;
  width: max-content;
}
.implant_wrap .bottom_box .title_box > span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.implant_wrap .bottom_box .vs_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.implant_wrap .bottom_box .vs_wrap ul {
  background-color: #DBD6C8;
  border-radius: 20px;
  width: 100%;
}
.implant_wrap .bottom_box .vs_wrap ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  padding: 30.5px 0;
}
.implant_wrap .bottom_box .vs_wrap ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.implant_wrap .bottom_box .vs_wrap ul li:first-child {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  border: none;
  border-radius: 20px;
  background-color: #554E3C;
}
.implant_wrap .bottom_box .vs_wrap ul:not(:nth-child(2)) {
  min-width: 570px;
  background-color: #fff;
}
.implant_wrap .bottom_box .vs_wrap ul:last-child {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.35);
}
.implant_wrap .bottom_box .vs_wrap ul:last-child li:first-child {
  background: linear-gradient(90deg, #A7B87E 0%, #56805D 100%), linear-gradient(90deg, #39ABEE 0%, #014581 100%), linear-gradient(90deg, #007CD5 0%, #034C8F 100%);
}

.full_flex_box {
  display: flex;
  min-width: 1440px;
}
.full_flex_box > div {
  width: 50%;
}
.full_flex_box > div.full_img_box {
  background: url(../img/nature_bg.jpg) center/cover no-repeat;
}
.full_flex_box > div.full_img_box:nth-of-type(2) {
  background: url(../img/beauty_bg.jpg) center/cover no-repeat;
}
.full_flex_box > div.full_text_box {
  max-width: 584px;
  padding: 112px 0;
}
.full_flex_box > div.full_text_box .con_box {
  margin-top: 40px;
}
.full_flex_box > div.full_text_box .con_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.full_flex_box > div.full_text_box .con_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 50px;
}
.full_flex_box > div.full_text_box .con_box ul li {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  height: 150px;
  padding: 24px 0px 24px 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 280px;
}
.full_flex_box > div.full_text_box .con_box ul li p {
  display: flex;
  flex-direction: column;
}
.full_flex_box > div.full_text_box .con_box ul li p strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  border-bottom: 3px solid #81965D;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 3px;
  margin-bottom: 12px;
}
.full_flex_box > div.full_text_box .con_box ul li p span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -1px;
}
.full_flex_box > div.full_text_box:nth-of-type(1) {
  margin-left: auto;
  margin-right: 136px;
}
.full_flex_box > div.full_text_box:nth-of-type(2) {
  margin-right: auto;
  margin-left: 136px;
}

.tmj_wrap {
  background: url(../img/tmj_bg.jpg) center/cover no-repeat;
  padding: 130px 0;
  position: relative;
  min-width: 1440px;
}
.tmj_wrap .title_box {
  text-align: center;
  margin-bottom: 128px;
}
.tmj_wrap .title_box p {
  justify-content: center;
}
.tmj_wrap .title_box > span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  margin-top: 40px;
  display: inline-block;
}
.tmj_wrap .title_box > span strong {
  font-weight: 700;
}
.tmj_wrap .con_box {
  display: flex;
  justify-content: space-between;
}
.tmj_wrap .con_box .text_box {
  width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  background: rgba(215, 207, 190, 0.7);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  height: -moz-fit-content;
  height: fit-content;
  padding: 55px 0;
}
.tmj_wrap .con_box .text_box p {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.tmj_wrap .con_box .text_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.tmj_wrap .con_box .text_box ul {
  margin-top: 34px;
}
.tmj_wrap .con_box .text_box ul li {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 300px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  padding: 15.5px 60px 15.5px 42px;
}
.tmj_wrap .con_box .text_box ul li:not(:last-child) {
  margin-bottom: 12px;
}
.tmj_wrap .con_box .text_box ul li:before {
  content: "";
  width: 24px;
  height: 25px;
  background: url(../img/ch_icon.svg) center/cover no-repeat;
  display: inline-block;
}
.tmj_wrap .con_box .img_box {
  width: 529px;
  position: absolute;
  left: 49.5%;
  bottom: 0;
  transform: translateX(-50%);
}

.child_wrap {
  padding: 150px 0;
  background: url(../img/child_bg.jpg) center/cover no-repeat;
}
.child_wrap .title_box {
  margin-bottom: 60px;
}
.child_wrap .title_box > span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
  display: inline-block;
  margin-top: 40px;
}
.child_wrap .title_box > span strong {
  font-weight: 700;
}
.child_wrap .con_box {
  display: flex;
  gap: 60px;
}
.child_wrap .con_box .mini_con {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  padding: 32px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.child_wrap .con_box .mini_con .right_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  border-bottom: 3px solid #81965D;
  padding-bottom: 4px;
  width: -moz-max-content;
  width: max-content;
}
.child_wrap .con_box .mini_con .right_box ul {
  margin-top: 20px;
}
.child_wrap .con_box .mini_con .right_box ul li {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 37.4px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.child_wrap .con_box .mini_con .right_box ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: rgba(129, 150, 93, 0.4);
  display: inline-block;
  border-radius: 100%;
}

footer {
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .top_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 100px 0;
}
footer .top_box .inner {
  display: flex;
  justify-content: space-between;
}
footer .top_box .inner .sub_title {
  display: flex;
  flex-direction: column;
}
footer .top_box .inner .sub_title .sub_title_text {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #fff;
}
footer .top_box .inner .sub_title > span {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}
footer .top_box .inner .sub_title .mark_loca {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  display: flex;
  align-items: center;
}
footer .top_box .inner .sub_title .mark_loca strong {
  color: #C7DE96;
  font-weight: 700;
}
footer .top_box .inner .sub_title .mark_loca span {
  padding: 4.5px 10px;
  border-radius: 100px;
  margin-right: 5px;
  display: inline-block;
}
footer .top_box .inner .sub_title .mark_loca:nth-last-of-type(2) {
  margin: 10px 0;
}
footer .top_box .inner .sub_title .mark_loca:nth-last-of-type(2) span {
  background-color: #56B1E5;
  color: #fff;
}
footer .top_box .inner .sub_title .mark_loca:nth-last-of-type(1) span {
  background-color: #fff;
  border: 1px solid #386DE8;
  color: #386DE8;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
footer .top_box .inner .sub_title .mark_loca:nth-last-of-type(1) span:before {
  content: "";
  background: url(../img/bus.svg) center/cover no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
}
footer .top_box .inner .map_box {
  margin-top: 43px;
  border-radius: 30px;
  overflow: hidden;
}
footer .top_box .inner .info_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .top_box .inner .info_wrap .info01 img {
  margin: 30px 0 22px;
}
footer .top_box .inner .info_wrap .info01 ul li {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  line-height: 31px; /* 155% */
  letter-spacing: -0.5px;
}
footer .top_box .inner .info_wrap .info02 > p:last-child {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #fff;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
footer .top_box .inner .info_wrap .info02 > p:last-child img {
  margin-right: 12px;
}
footer .bottom_box {
  padding: 35px 0;
  opacity: 0.5;
}
footer .bottom_box .inner {
  display: flex;
  justify-content: space-between;
}
footer .bottom_box .inner p, footer .bottom_box .inner li {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 30px; /* 187.5% */
  letter-spacing: -0.5px;
}
footer .bottom_box .inner ul {
  display: flex;
}
footer .bottom_box .inner ul li {
  display: flex;
  align-items: center;
}
footer .bottom_box .inner ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  background-color: #fff;
  margin: 0 18px;
}

aside {
  position: fixed;
  bottom: 30px;
  right: 30px;
  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 #A9A38C;
  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;
}
aside .top_btn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(121, 107, 86, 0.9);
  border-radius: 100%;
  margin-top: 20px;
  cursor: pointer;
}