@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;
}

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

.small_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

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

.title_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Marcellus", serif;
}
.title_box h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 58.8px */
  letter-spacing: -1.2px;
}
.title_box h2 strong {
  font-weight: 600;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  background: #FFF;
}
header nav {
  padding: 18px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px 0 rgba(27, 40, 25, 0.15);
  position: relative;
  z-index: 110;
}
header nav ul {
  display: flex;
  gap: 34px;
}
header nav ul li a {
  width: 100%;
  height: 100%;
  padding: 17.5px 20px;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
header nav .point_box {
  display: flex;
  align-items: center;
  gap: 40px;
}
header nav .point_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(90deg, #AEC8A1 0%, #C8CF5F 100%);
  padding: 14px 22px;
  display: flex;
  align-items: center;
}
header nav .point_box p:before {
  content: "";
  width: 14px;
  height: 20px;
  background-image: url(../img/local.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 6px;
}
header .menu_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  display: none;
}
header .menu_wrap .menu_all {
  padding: 0 185px;
  display: flex;
  justify-content: space-between;
}
header .menu_wrap ul {
  padding: 30px 0;
  width: 14.2857142857%;
}
header .menu_wrap ul li {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
header .menu_wrap ul li a {
  width: 100%;
  height: 100%;
  padding: 18px 0;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  transition: opacity 0.2s;
}
header .menu_wrap ul li:first-child {
  pointer-events: none;
}
header .menu_wrap ul li:first-child a {
  color: #5B6645;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
}
header .menu_wrap ul li:hover a {
  opacity: 0.45;
}
header .menu_wrap ul:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.main_wrap {
  position: relative;
  overflow: hidden;
  z-index: 109;
}
.main_wrap .main_swiper .swiper-slide {
  overflow: hidden;
  clip-path: ellipse(86% 100% at 50% 0%); /* 하단 반원 */
}
.main_wrap .main_swiper .swiper-slide > img {
  transform: scale(1.05);
  transition: transform 8s;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(45% - 5px);
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.5s;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box * {
  color: #fff;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 78px */
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box h2 strong {
  font-weight: 600;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box > span {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  letter-spacing: -1px;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box a {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box a span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Marcellus", serif;
}
.main_wrap .main_swiper .swiper-slide .slide_text_box a:before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  margin-right: 16px;
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active > img {
  transform: scale(1);
}
.main_wrap .main_swiper .swiper-slide.swiper-slide-active .slide_text_box {
  opacity: 1;
}
.main_wrap .navi_wrap {
  max-width: 1440px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 182px;
  display: flex;
  justify-content: right;
}
.main_wrap .navi_wrap .navi_box {
  width: 475px;
  display: flex;
  align-items: center;
}
.main_wrap .navi_wrap .navi_box .main_fraction {
  width: 83px;
  display: flex;
  align-items: center;
}
.main_wrap .navi_wrap .navi_box .main_fraction span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  display: inline-block;
  width: 32px;
  text-align: center;
  color: #fff;
  font-family: "Marcellus", serif;
}
.main_wrap .navi_wrap .navi_box .main_fraction span.line {
  margin: 0 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.main_wrap .navi_wrap .navi_box .main_pagination {
  width: 300px;
  display: flex;
  justify-content: space-between;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 16px;
}
.main_wrap .navi_wrap .navi_box .main_pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 33.3333333333%;
  height: 4px;
  border-radius: 0;
  margin: 0;
  opacity: 0 !important;
  transition: all 0.2s;
}
.main_wrap .navi_wrap .navi_box .main_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.main_wrap .navi_wrap .navi_box .arrow_navi {
  width: 61px;
  display: flex;
  justify-content: space-between;
}
.main_wrap .navi_wrap .navi_box .arrow_navi div {
  cursor: pointer;
}

.text_slide_wrap {
  overflow: hidden;
  margin-top: 85px;
  position: relative;
}
.text_slide_wrap .slider-track {
  display: inline-flex;
  will-change: transform;
  transition: transform 0.1s linear;
}
.text_slide_wrap .slider-track .slide {
  flex: 0 0 auto;
  height: 100px;
  margin-right: 72.7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promise_wrap {
  padding: 150px 0;
}
.promise_wrap .title_box {
  text-align: center;
  margin-bottom: 80px;
}
.promise_wrap .title_box small {
  color: #979797;
}
.promise_wrap .promise_con_wrap {
  display: flex;
  justify-content: space-between;
  min-width: 1410px;
}
.promise_wrap .promise_con_wrap ul {
  width: 708px;
}
.promise_wrap .promise_con_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  transition: background-color 0.6s ease, border-color 0.4s;
  will-change: background-color;
  cursor: pointer;
}
.promise_wrap .promise_con_wrap ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.promise_wrap .promise_con_wrap ul li p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.promise_wrap .promise_con_wrap ul li p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9BAB83;
  border-radius: 100%;
  position: relative;
  top: -26px;
  margin-right: 4px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.promise_wrap .promise_con_wrap ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.promise_wrap .promise_con_wrap ul li.list_on {
  background-color: rgba(155, 171, 131, 0.12);
  border-color: transparent;
}
.promise_wrap .promise_con_wrap ul li.list_on p:before {
  opacity: 1;
}
.promise_wrap .promise_con_wrap ul li:has(+ .list_on) {
  border-color: transparent;
}
.promise_wrap .promise_con_wrap .img_change_box {
  position: relative;
}
.promise_wrap .promise_con_wrap .img_change_box .small_img_box {
  width: 266px;
  height: 266px;
  position: absolute;
  overflow: hidden;
  bottom: -41px;
  left: -92px;
  z-index: 2;
  border-radius: 40px;
}
.promise_wrap .promise_con_wrap .img_change_box .small_img_box .small_img_track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.promise_wrap .promise_con_wrap .img_change_box .small_img_box .small_img_track img {
  flex: 0 0 100%;
  width: 100%;
}

.doctor_wrap {
  background-image: url(../img/doctor_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.doctor_wrap .inner {
  display: flex;
  justify-content: space-between;
}
.doctor_wrap .title_box {
  margin-top: 60px;
}
.doctor_wrap .title_box small {
  color: #C4B598;
}
.doctor_wrap .title_box a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.doctor_wrap .title_box a span {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: inline-block;
  margin-right: 16px;
}
.doctor_wrap .doctor_box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-right: 39px;
}
.doctor_wrap .doctor_box .doctor_info h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #C4B598;
}
.doctor_wrap .doctor_box .doctor_info h3 strong {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 14px;
  color: #333;
}
.doctor_wrap .doctor_box .doctor_info .point_list {
  margin: 15px 0 30px;
}
.doctor_wrap .doctor_box .doctor_info .point_list li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  padding: 4px 8px;
  background-color: #E5DDCC;
  border-radius: 6px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
}
.doctor_wrap .doctor_box .doctor_info .point_list li:before {
  content: "";
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/doctor_mark.png);
  display: inline-block;
  margin-right: 2px;
}
.doctor_wrap .doctor_box .doctor_info .info_list li {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.doctor_wrap .doctor_box .doctor_info .info_list li:before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background-color: #C4B598;
  margin-right: 10px;
}

.doctor_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  display: none;
}
.doctor_popup .doctor_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.doctor_popup .popup_con_box {
  width: 1000px;
  height: 590px;
  background-color: #F6F4EC;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 106;
  padding: 65px 70px;
}
.doctor_popup .popup_con_box .pop_exit {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.doctor_popup .popup_con_box .pop_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.doctor_popup .popup_con_box .pop_con .pop_img {
  width: 356px;
}
.doctor_popup .popup_con_box .pop_con .pop_text h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 47.6px */
  letter-spacing: -1.2px;
  margin-bottom: 40px;
}
.doctor_popup .popup_con_box .pop_con .pop_text h3 strong {
  font-weight: 600;
}
.doctor_popup .popup_con_box .pop_con .pop_text .scroll_text {
  height: 324px;
  overflow-y: auto;
}
.doctor_popup .popup_con_box .pop_con .pop_text .scroll_text::-webkit-scrollbar {
  display: none;
}
.doctor_popup .popup_con_box .pop_con .pop_text .scroll_text p {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 28.9px */
  letter-spacing: -1px;
}
.doctor_popup .popup_con_box .pop_con .pop_text .scroll_text p span {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.care_wrap {
  padding: 150px 0 210px;
}
.care_wrap .top_box {
  display: flex;
  gap: 160px;
}
.care_wrap .top_box small {
  color: #979797;
}
.care_wrap .top_box > p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
  margin-top: 45px;
}
.care_wrap .con_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  counter-reset: number 0;
}
.care_wrap .con_box .mini_con {
  position: relative;
  border-radius: 20px;
  background-color: #F6F4EC;
  border-radius: 100%;
}
.care_wrap .con_box .mini_con::after {
  counter-increment: number 1;
  content: counter(number) "단계";
  width: -moz-max-content;
  width: max-content;
  padding: 10px 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  border-radius: 100px;
  background-color: #BDA476;
}
.care_wrap .con_box .mini_con:nth-child(even)::after {
  background-color: #9BAB83;
}
.care_wrap .con_box .mini_con .cover_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
  z-index: 3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.care_wrap .con_box .mini_con .cover_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}
.care_wrap .con_box .mini_con .cover_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 34px */
  letter-spacing: -1px;
  opacity: 0;
  display: inline-block;
  transform: translateY(50px);
}
.care_wrap .con_box .mini_con:hover .cover_box {
  background: rgba(246, 244, 236, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.care_wrap .con_box .mini_con:hover .cover_box span {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s;
}

.nature_wrap .main_nature_wrap {
  background-image: url(../img/nature_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  min-width: 1400px;
}
.nature_wrap .main_nature_wrap .title_box {
  text-align: center;
}
.nature_wrap .main_nature_wrap .title_box * {
  color: #fff;
}
.nature_wrap .main_nature_wrap .title_box p {
  margin-top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.nature_wrap .main_nature_wrap .con_box {
  position: relative;
  margin-top: 50px;
}
.nature_wrap .main_nature_wrap .con_box .center_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nature_wrap .main_nature_wrap .con_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 70px 456px;
}
.nature_wrap .main_nature_wrap .con_box ul li {
  width: 370px;
  height: 213px;
  border-radius: 20px;
  background: rgba(55, 66, 36, 0.6);
  padding: 30px;
  position: relative;
}
.nature_wrap .main_nature_wrap .con_box ul li * {
  color: #fff;
}
.nature_wrap .main_nature_wrap .con_box ul li p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.nature_wrap .main_nature_wrap .con_box ul li p strong {
  font-weight: 500;
  color: #D7BB88;
}
.nature_wrap .main_nature_wrap .con_box ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.nature_wrap .main_nature_wrap .con_box ul li img {
  position: absolute;
  bottom: 25px;
  right: 24px;
}
.nature_wrap .ivory_bg {
  background-color: #F6F4EC;
}
.nature_wrap .ivory_bg .title_box {
  position: relative;
  z-index: 1;
}
.nature_wrap .ivory_bg .title_box small {
  color: #C4B598;
}
.nature_wrap .ivory_bg .title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
  margin-top: 40px;
}
.nature_wrap .micro_wrap {
  padding: 150px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C4B598;
}
.nature_wrap .micro_wrap .img_box {
  width: 400px;
  margin: 0 180px 0 79px;
}
.nature_wrap .micro_wrap .list_box {
  width: 230px;
}
.nature_wrap .micro_wrap .list_box ul {
  width: 100%;
  margin-top: 40px;
}
.nature_wrap .micro_wrap .list_box ul li {
  padding: 8px 13px;
  border-bottom: 1px solid #C4B598;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.nature_wrap .micro_wrap .list_box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.nature_wrap .micro_wrap .list_box ul li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/list_check.svg);
}
.nature_wrap .endo_wrap {
  padding: 150px 0;
  position: relative;
}
.nature_wrap .endo_wrap .bg_img_box {
  position: absolute;
  top: 36px;
  right: 0;
}
.nature_wrap .endo_wrap .endo_slide_wrap {
  position: relative;
  z-index: 3;
  margin-top: 120px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_pagination {
  max-width: 844px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 14px 20px;
  margin-bottom: 60px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_pagination .swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  height: 53px;
  background-color: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  opacity: 1;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #5B6645;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0 !important;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide .con_box {
  width: 460px;
  margin-right: 106px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide .con_box h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide .con_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide .con_box ul {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide .con_box ul li {
  border-radius: 10px;
  background-color: #fff;
  width: 144px;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -1px;
  padding: 20px 10px;
}
.nature_wrap .endo_wrap .endo_slide_wrap .endo_swiper .swiper-wrapper .swiper-slide .con_box ul li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/list_check.svg);
}

.implant_wrap {
  background-image: url(../img/implant_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.implant_wrap .main_implant_wrap {
  padding: 150px 0 214px;
  overflow: hidden;
}
.implant_wrap .main_implant_wrap .top_box {
  display: flex;
  gap: 180px;
  margin-bottom: 80px;
}
.implant_wrap .main_implant_wrap .top_box small {
  color: #979797;
}
.implant_wrap .main_implant_wrap .top_box p {
  margin-top: 45px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.implant_wrap .main_implant_wrap .implant_scroll_box {
  max-width: 1680px;
  margin-left: auto;
  overflow: hidden;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper {
  margin-right: 140px;
  counter-reset: number 0;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper .swiper-slide {
  cursor: grab;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper .swiper-slide .text_box {
  padding: 30px 34px 30px 0;
  display: flex;
  gap: 50px;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper .swiper-slide .text_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper .swiper-slide .text_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper .swiper-slide .text_box:before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 81.633% */
  font-family: "Marcellus", serif;
  color: #C4B598;
}
.implant_wrap .main_implant_wrap .implant_scroll_box .implant_swiper .swiper-slide:active {
  cursor: grabbing;
}
.implant_wrap .implant_tap_box {
  padding: 150px 0;
}
.implant_wrap .implant_tap_box .title_box {
  text-align: center;
  margin-bottom: 81px;
}
.implant_wrap .implant_tap_box .title_box small {
  font-family: "Pretendard", sans-serif;
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.implant_wrap .implant_tap_box .implant_pagination {
  max-width: 951px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  padding: 14px 20px;
  margin-bottom: 60px;
}
.implant_wrap .implant_tap_box .implant_pagination .swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  height: 53px;
  background-color: transparent;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  opacity: 1;
}
.implant_wrap .implant_tap_box .implant_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background-color: #5B6645;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0 !important;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide .con_box {
  width: 460px;
  margin-right: 106px;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide .con_box h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide .con_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide .con_box ul {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide .con_box ul li {
  border-radius: 10px;
  background-color: #F6F4EC;
  width: 144px;
  height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -1px;
  padding: 20px 10px;
}
.implant_wrap .implant_tap_box .implant_tap_swiper .swiper-wrapper .swiper-slide .con_box ul li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/list_check.svg);
}

.beauty_wrap {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/beauty_bg.jpg);
  overflow: hidden;
}
.beauty_wrap * {
  color: #fff;
}
.beauty_wrap .title_box {
  text-align: center;
  margin-bottom: 80px;
}
.beauty_wrap .title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.beauty_wrap .main_beauty_wrap {
  margin-bottom: 30px;
}
.beauty_wrap .main_beauty_wrap .title_box p {
  margin-top: 30px;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap {
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap * {
  text-align: center;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box {
  border: 1px solid #BDA476;
  border-radius: 100%;
  width: 464px;
  height: 464px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px;
  position: relative;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box .in_box {
  width: 100%;
  height: 100%;
  background-color: #BDA476;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box .in_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin: 20px 0;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box .in_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box:before {
  counter-increment: number 1;
  content: "POINT " counter(number);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #3B4635;
  border-radius: 100px;
  padding: 8px 20px;
  border: 1px solid #BDA476;
  color: #BDA476;
  font-family: "Marcellus", serif;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box:nth-child(2) {
  border-color: #9BAB83;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box:nth-child(2) .in_box {
  background-color: #9BAB83;
}
.beauty_wrap .main_beauty_wrap .mini_box_wrap .mini_box:nth-child(2):before {
  color: #9BAB83;
  border-color: #9BAB83;
}
.beauty_wrap .slide_beauty_wrap {
  padding-top: 150px;
  overflow: hidden;
}
.beauty_wrap .slide_beauty_wrap .title_box small {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .beauty_pagination {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .beauty_pagination .swiper-pagination-bullet {
  width: 33.3333333333%;
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin: 0;
  opacity: 1;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .beauty_pagination .swiper-pagination-bullet:not(:last-child) {
  border-right: 1px solid #fff;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .beauty_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #AEC8A1 0%, #C8CF5F 100%), #FFF;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .swiper-slide .slide_text_box {
  position: absolute;
  left: 50%;
  top: calc(50% - 45px);
  transform: translate(-50%, -50%);
  text-align: center;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .swiper-slide .slide_text_box p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 34px;
}
.beauty_wrap .slide_beauty_wrap .beauty_swiper .swiper-slide .slide_text_box span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}

.app_wrap {
  padding: 150px 0;
  background-color: #F6F4EC;
}
.app_wrap .title_box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  font-family: "Pretendard", sans-serif;
  color: #C4B598;
}
.app_wrap .title_box h2 {
  margin-bottom: 40px;
}
.app_wrap .title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
}
.app_wrap .digiatal_wrap {
  padding-bottom: 150px;
  border-bottom: 1px solid #CEC6B5;
  display: flex;
  justify-content: space-between;
}
.app_wrap .digiatal_wrap .navi_box {
  max-width: 138px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.app_wrap .digiatal_wrap .navi_box > div {
  cursor: pointer;
}
.app_wrap .digiatal_wrap .slide_box {
  width: 920px;
  overflow: hidden;
}
.app_wrap .digiatal_wrap .slide_box .digital_swiper .swiper-slide img {
  border-radius: 20px;
  overflow: hidden;
}
.app_wrap .digiatal_wrap .slide_box .digital_swiper .swiper-slide p {
  padding-left: 8.35px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #BDA476;
  margin: 30px 0 8px;
}
.app_wrap .digiatal_wrap .slide_box .digital_swiper .swiper-slide span {
  padding-left: 8.35px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.app_wrap .scanner_wrap {
  padding-top: 150px;
  display: flex;
  align-items: center;
}
.app_wrap .scanner_wrap .img_box {
  width: 400px;
  margin: 0 180px 0 146px;
}
.app_wrap .scanner_wrap .list_box {
  width: 230px;
}
.app_wrap .scanner_wrap .list_box ul {
  width: 100%;
  margin-top: 40px;
}
.app_wrap .scanner_wrap .list_box ul li {
  padding: 8px 13px;
  border-bottom: 1px solid #C4B598;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.app_wrap .scanner_wrap .list_box ul li:not(:last-child) {
  margin-bottom: 20px;
}
.app_wrap .scanner_wrap .list_box ul li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/list_check.svg);
}

.clinic_wrap {
  padding: 150px 0 30px;
}
.clinic_wrap .title_box {
  text-align: center;
  margin-bottom: 80px;
}
.clinic_wrap .title_box small {
  color: #979797;
}
.clinic_wrap .clinic_box_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2열: 동일 비율 */
  grid-template-rows: repeat(2, auto); /* 2행: 콘텐츠 높이에 맞춤 */
  gap: 24px;
}
.clinic_wrap .clinic_box_wrap .mini_clinic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 586px;
  height: 320px;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
}
.clinic_wrap .clinic_box_wrap .mini_clinic:nth-child(1) {
  background-image: url(../img/clinic01.png);
}
.clinic_wrap .clinic_box_wrap .mini_clinic:nth-child(2) {
  background-image: url(../img/clinic02.png);
}
.clinic_wrap .clinic_box_wrap .mini_clinic:nth-child(3) {
  background-image: url(../img/clinic03.png);
}
.clinic_wrap .clinic_box_wrap .mini_clinic:nth-child(4) {
  background-image: url(../img/clinic04.png);
}
.clinic_wrap .clinic_box_wrap .mini_clinic p {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.clinic_wrap .clinic_box_wrap .mini_clinic p:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #9BAB83;
  display: inline-block;
  position: relative;
  top: -23px;
  margin-right: 8px;
}
.clinic_wrap .clinic_box_wrap .mini_clinic ul {
  margin-top: 20px;
}
.clinic_wrap .clinic_box_wrap .mini_clinic ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.clinic_wrap .clinic_box_wrap .mini_clinic ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #C4B598;
  display: inline-block;
  margin-right: 10px;
}

.gallery_wrap {
  overflow: hidden;
  padding: 150px 0;
}
.gallery_wrap .title_box {
  text-align: center;
  margin-bottom: 80px;
}
.gallery_wrap .title_box small {
  font-family: "Pretendard", sans-serif;
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.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);
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.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: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 25px;
  width: 25px;
  display: inline-block;
  font-family: "Marcellus", serif;
}
.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(91, 102, 69, 0.9);
}

.bottom_text_slide_wrap {
  margin-bottom: 40px;
  overflow: hidden;
  pointer-events: none;
}
.bottom_text_slide_wrap .bottom_text_swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.bottom_text_slide_wrap .bottom_text_swiper .swiper-wrapper .swiper-slide {
  width: -moz-max-content !important;
  width: max-content !important;
}

.info_wrap {
  padding: 150px 0 70px;
  background-color: #F6F4EC;
}
.info_wrap .title_box {
  margin-bottom: 40px;
}
.info_wrap .title_box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Marcellus", serif;
}
.info_wrap .info_con {
  display: flex;
  justify-content: space-between;
}
.info_wrap .info_con .left_box .ad_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: -1px;
  display: flex;
  align-items: center;
}
.info_wrap .info_con .left_box .ad_box p:last-child {
  margin-top: 13px;
}
.info_wrap .info_con .left_box .ad_box p:last-child .sub {
  background-color: #3AB449;
  display: inline-block;
  border-radius: 100px;
  padding: 2px 12px;
  color: #fff;
}
.info_wrap .info_con .left_box .ad_box p:last-child .sub:nth-child(2) {
  background-color: #C9A754;
  margin: 0 12px 0 4px;
}
.info_wrap .info_con .left_box .ad_box p:last-child .line {
  width: 1px;
  height: 18px;
  background-color: #C4B598;
  display: inline-block;
  margin: 0 12px;
}
.info_wrap .info_con .left_box .bottom_box {
  max-width: 850px;
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}
.info_wrap .info_con .left_box .bottom_box .mini_info {
  padding-right: 40px;
}
.info_wrap .info_con .left_box .bottom_box .mini_info h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.info_wrap .info_con .left_box .bottom_box .mini_info small {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  letter-spacing: -1px;
  color: #C4B598;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child {
  border-left: 1px solid #C4B598;
  padding: 0 0 0 40px !important;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child h4 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Marcellus", serif;
  margin-bottom: 35px;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child h4 img {
  margin-right: 4px;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child ul {
  display: flex;
  gap: 14px;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child ul li {
  width: 116px;
  height: 116px;
  background-color: #fff;
  border-radius: 100%;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info_wrap .info_con .left_box .bottom_box .mini_info:last-child ul li a span {
  margin-top: 8px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}
.info_wrap .info_con .right_box {
  border-radius: 40px;
  overflow: hidden;
}

footer {
  background-color: #5B6645;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 34px;
  margin-top: 60px;
}
footer .footer_info {
  display: flex;
  max-width: 875px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
footer h1 {
  padding-left: 17px;
}
footer ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.7);
}
footer ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .price_box a {
  border-radius: 100px;
  background: #BDA476;
  color: #fff;
  padding: 20px 39.5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}

aside {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 109;
}
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(246, 244, 236, 0.85);
  border-radius: 4px;
  padding: 1px 4px;
}
aside .menu_box .menu_btn {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 145.385px;
  background: rgba(155, 171, 131, 0.85);
  -webkit-backdrop-filter: blur(7.2692308426px);
          backdrop-filter: blur(7.2692308426px);
  cursor: pointer;
  padding: 6px;
}
aside .menu_box .menu_btn p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  color: #fff;
  font-family: "Marcellus", serif;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
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 svg path {
  transition: all 0.2s;
}
aside .top_btn span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  font-family: "Marcellus", serif;
  display: inline-block;
  margin-top: 3px;
  opacity: 0.7;
  transition: all 0.2s;
}
aside .top_btn.light_on svg path {
  stroke: #F6F4EC;
}
aside .top_btn.light_on span {
  color: #F6F4EC;
}

@media (max-width: 1800px) {
  header nav {
    padding: 18px 40px;
  }
  header nav ul li a {
    padding: 17.5px 15px;
    font-size: 17px;
  }
  header nav .point_box {
    gap: 30px;
  }
  header nav .point_box p {
    font-size: 17px;
    padding: 14px 20px;
  }
  header nav .point_box p:before {
    margin-right: 6px;
  }
  header .menu_wrap .menu_all {
    padding: 0 160px;
  }
  header .menu_wrap ul {
    padding: 30px 0;
  }
  header .menu_wrap ul li a {
    padding: 18px 0;
    font-size: 16px;
  }
  header .menu_wrap ul li:first-child a {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  header nav {
    padding: 18px 40px;
  }
  header nav ul li a {
    padding: 17.5px 10px;
    font-size: 16px;
  }
  header nav .point_box {
    gap: 20px;
  }
  header nav .point_box p {
    font-size: 16px;
    padding: 14px 18px;
  }
  header nav .point_box p:before {
    margin-right: 6px;
  }
  header .menu_wrap .menu_all {
    padding: 0 150px;
  }
  header .menu_wrap ul {
    padding: 30px 0;
  }
  header .menu_wrap ul li a {
    padding: 18px 0;
    font-size: 15px;
  }
  header .menu_wrap ul li:first-child a {
    font-size: 17px;
  }
}