@charset "UTF-8";
:root {
  --main: #002673;
  --navy_sub: #001643;
  --gray_sub: #F1F1F1;
  --radius: 30px;
  --radius_b: 50px;
}

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: 80px;
  margin-top: -80px;
  visibility: hidden;
}

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

.title-box p {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 20px;
}
.title-box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
}
.title-box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  margin-top: 40px;
  display: inline-block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  background-color: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav {
  display: flex;
  align-items: center;
  max-width: 1620px;
  width: 100%;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 60px;
}
header nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.54px;
  transition: all 0.2s ease;
}
header nav ul li:hover a, header nav ul li.active a {
  font-weight: 700;
  color: var(--main);
}

.menu-wrap {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 109;
  background-color: rgba(0, 38, 115, 0.8);
  padding: 135px 120px 73px 155px;
  display: none;
}
.menu-wrap .menu-inner {
  display: flex;
  justify-content: space-between;
}
.menu-wrap .logo-box {
  margin-top: 30px;
}
.menu-wrap .menu-link {
  display: flex;
}
.menu-wrap .menu-link ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu-wrap .menu-link ul li {
  text-align: center;
}
.menu-wrap .menu-link ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.48px;
  color: #fff;
  width: 140px;
  display: inline-block;
  padding: 10px 0;
}

.main-wrap {
  overflow: hidden;
}
.main-wrap .main-swiper {
  position: relative;
}
.main-wrap .main-swiper .page-wrap {
  position: absolute;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  max-width: 1440px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-wrap .main-swiper .page-wrap .main-pagination {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.5);
  width: -moz-max-content;
  width: max-content;
}
.main-wrap .main-swiper .page-wrap .main-pagination span {
  color: rgba(255, 255, 255, 0.5);
}
.main-wrap .main-swiper .page-wrap .main-pagination .swiper-pagination-current {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.4px;
  color: #fff;
  display: inline-block;
  width: 20px;
}
.main-wrap .main-swiper .page-wrap .main-bullets {
  display: flex;
  gap: 10px;
}
.main-wrap .main-swiper .page-wrap .main-bullets .bullet {
  display: block;
  width: 60px; /* 막대기 너비 */
  height: 3px; /* 막대기 높이 */
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  cursor: pointer;
}
.main-wrap .main-swiper .page-wrap .main-bullets .bullet.active {
  background: #fff;
}
.main-wrap .main-swiper .swiper-slide {
  position: relative;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding-top: 240px;
  max-width: 1440px;
  transform: translateX(-50%);
  height: 100%;
  z-index: 10;
  /* 공통 애니메이션 설정 */
}
.main-wrap .main-swiper .swiper-slide .slide-text-box h3, .main-wrap .main-swiper .swiper-slide .slide-text-box h2, .main-wrap .main-swiper .swiper-slide .slide-text-box p, .main-wrap .main-swiper .swiper-slide .slide-text-box span, .main-wrap .main-swiper .swiper-slide .slide-text-box .mark-box, .main-wrap .main-swiper .swiper-slide .slide-text-box .doctor-box, .main-wrap .main-swiper .swiper-slide .slide-text-box .list-box {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box * {
  color: #fff;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  margin: 20px 0 35px;
  transition-delay: 0.2s;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box p {
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  transition-delay: 0.3s;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  display: inline-block;
  transition-delay: 0.4s;
}
.main-wrap .main-swiper .swiper-slide .slide-text-box {
  /* mark-box 위치 및 스타일 정리 */
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .mark-box {
  border: 1px solid #fff;
  border-radius: var(--radius);
  width: -moz-max-content;
  width: max-content;
  padding: 11px 20px;
  margin-top: 35px;
  transition-delay: 0.5s; /* 자연스러운 순서로 조정 */
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .mark-box span {
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 1;
  transform: none;
  transition-delay: 0s; /* 부모 애니메이션을 따르도록 초기화 */
}
.main-wrap .main-swiper .swiper-slide .slide-text-box .mark-box span::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/main-mark.svg) center/cover no-repeat;
  display: inline-block;
}
.main-wrap .main-swiper .swiper-slide {
  /* 의료진 박스 */
}
.main-wrap .main-swiper .swiper-slide .doctor-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 823px;
  transition-delay: 0.6s;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box {
  position: relative;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box {
  position: absolute;
  top: 114px;
  right: 0;
  width: 600px;
  z-index: -1;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box h3 {
  display: flex;
  align-items: end;
  gap: 18px;
  padding-left: 178px;
  opacity: 1;
  transform: none;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box h3 p {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: normal;
  margin-bottom: 0;
  opacity: 1;
  transform: none !important;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box h3 span {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  opacity: 1;
  transform: none;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box ul {
  background-color: rgba(0, 0, 0, 0.5);
  width: 600px;
  border-radius: var(--radius);
  padding: 37px 0 37px 178px;
  margin-top: 21px;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  opacity: 1;
  transform: none;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box ul li.mark-list {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-wrap .main-swiper .swiper-slide .doctor-box .con-box .text-box ul li.mark-list:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/main-mark.svg) center/cover no-repeat;
}
.main-wrap .main-swiper .swiper-slide {
  /* 2번 슬라이드 이미지 리스트 */
}
.main-wrap .main-swiper .swiper-slide .list-box {
  position: absolute;
  right: 0;
  bottom: 138px;
  transition-delay: 0.6s;
}
.main-wrap .main-swiper .swiper-slide {
  /* 활성화 상태 */
}
.main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box h3, .main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box h2, .main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box p, .main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box span, .main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box .mark-box, .main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box .doctor-box, .main-wrap .main-swiper .swiper-slide.swiper-slide-active .slide-text-box .list-box {
  opacity: 1;
  transform: translateY(0);
}

.bg-wrap {
  background: url(../img/intro-doc-bg.jpg) center/cover no-repeat;
  padding-top: 220px;
}

.intro-wrap .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 116px;
}
.intro-wrap .top-box .text-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.6px;
  margin: 82px 0 40px;
}
.intro-wrap .top-box .text-box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.intro-wrap .top-box .img-box {
  border-radius: var(--radius);
  overflow: hidden;
}
.intro-wrap .bottom-box ul {
  display: flex;
  gap: 24px;
}
.intro-wrap .bottom-box ul li {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.intro-wrap .bottom-box ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--navy_sub);
  transition: all 0.3s;
}
.intro-wrap .bottom-box ul li .text-box {
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9;
}
.intro-wrap .bottom-box ul li .text-box * {
  color: #fff;
  text-align: center;
}
.intro-wrap .bottom-box ul li .text-box small {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.intro-wrap .bottom-box ul li .text-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  margin: 10px 0 20px;
}
.intro-wrap .bottom-box ul li .text-box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.intro-wrap .bottom-box ul li:hover::after {
  opacity: 0;
}

.doctor-wrap {
  margin-top: 180px;
}
.doctor-wrap .title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 90px;
}
.doctor-wrap .title-box h2 {
  color: var(--main);
}
.doctor-wrap .doctor-box {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.doctor-wrap .doctor-box .doctor-name-box ul {
  display: flex;
  justify-content: center;
  gap: 140px;
}
.doctor-wrap .doctor-box .doctor-name-box ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  background-color: var(--gray_sub);
  padding: 14px 46px;
  border-radius: var(--radius_b);
  cursor: pointer;
}
.doctor-wrap .doctor-box .doctor-name-box ul li p {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
}
.doctor-wrap .doctor-box .doctor-name-box ul li span {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.doctor-wrap .doctor-box .doctor-img-box {
  display: flex;
}
.doctor-wrap .doctor-box .doctor-img-box > div {
  position: relative;
  cursor: pointer;
  margin: 0 -22px;
}
.doctor-wrap .doctor-box .doctor-img-box > div .plus-btn {
  position: absolute;
  top: 210px;
  right: 0;
  border: 2px solid var(--main);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  transition: all 0.2s;
}
.doctor-wrap .doctor-box .doctor-img-box > div .plus-btn svg path {
  transition: all 0.2s;
}
.doctor-wrap .doctor-box .doctor-img-box > div.doctor01 .plus-btn {
  right: unset;
  left: 0;
}
.doctor-wrap .doctor-box .doctor-img-box > div.doctor02 {
  z-index: 2;
}
.doctor-wrap .doctor-box .doctor-img-box > div.doctor02 .plus-btn {
  top: 131px;
}
.doctor-wrap .doctor-box .doctor-img-box > div.active .plus-btn {
  background-color: var(--main);
}
.doctor-wrap .doctor-box .doctor-img-box > div.active .plus-btn svg path {
  stroke: #fff;
}

.doctor-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 102;
  display: none;
}
.doctor-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.doctor-modal > div {
  position: absolute;
  z-index: 2;
  background-color: var(--gray_sub);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 4px 4px 40px 0 rgba(0, 0, 0, 0.2);
}
.doctor-modal > div .exit-btn {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
  z-index: 3;
}
.doctor-modal .main-modal {
  max-width: 1440px;
  width: 100%;
  padding: 83px 94.5px;
  border-radius: var(--radius_b);
  background: url(../img/doctor-modal-bg.jpg) center/cover no-repeat;
}
.doctor-modal .main-modal .name-box {
  margin-bottom: 45px;
}
.doctor-modal .main-modal .con-box {
  display: flex;
  gap: 45px;
}
.doctor-modal .main-modal .info-list {
  display: flex;
  gap: 20px;
}
.doctor-modal .sub-modal {
  max-width: 620px;
  height: 706px;
  width: 100%;
  padding: 47px 50px;
  border-radius: var(--radius_b);
}
.doctor-modal .sub-modal .exit-btn {
  right: 50px;
}
.doctor-modal .sub-modal .name-box {
  padding-bottom: 32px;
  border-bottom: 2px solid var(--main);
}
.doctor-modal .sub-modal .con-box {
  margin-top: 37px;
  height: 467px;
  overflow-y: auto;
}
.doctor-modal .sub-modal .con-box .info-list {
  margin-top: 27px;
}
.doctor-modal .sub-modal .con-box::-webkit-scrollbar {
  background-color: #fff;
  border-radius: 20px;
  width: 6px;
}
.doctor-modal .sub-modal .con-box::-webkit-scrollbar-thumb {
  background-color: var(--main);
  border-radius: 20px;
}
.doctor-modal .con-box .mark-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doctor-modal .con-box .mark-list ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.doctor-modal .con-box .mark-list ul li.point-mark:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/doctor-mark.svg) center/cover no-repeat;
}
.doctor-modal .con-box .info-list li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.doctor-modal .con-box .info-list li:before {
  content: "•";
  margin-right: 10px;
}
.doctor-modal .con-box .info-list li.margin-list {
  margin-bottom: 25px;
}
.doctor-modal .name-box h3 {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
}
.doctor-modal .name-box h3 span {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  display: inline-block;
  margin-left: 9px;
}

.side-wrap {
  overflow: hidden;
}
.side-wrap .top-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.side-wrap .top-box > div {
  flex-shrink: 0;
}
.side-wrap .top-box .title-box * {
  color: #fff;
}
.side-wrap .top-box .page-wrap {
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  width: -moz-max-content;
  width: max-content;
  gap: 20px 23px;
}
.side-wrap .top-box .page-wrap .swiper-pagination-bullet {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background-color: var(--navy_sub);
  border: 2px solid #fff;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.side-wrap .top-box .page-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--main);
  background-color: #fff;
}
.side-wrap .slide-box {
  max-width: 1680px;
  width: 100%;
  background-color: #fff;
  height: 480px;
  margin-top: 130px;
  overflow: hidden;
}
.side-wrap .slide-box > div {
  position: relative;
}
.side-wrap .slide-box > div .dot-page {
  position: absolute;
  left: 30px;
  bottom: 24px;
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  gap: 18px;
  display: flex;
}
.side-wrap .slide-box > div .dot-page .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 14px;
  height: 14px;
  background-color: var(--gray_sub);
  cursor: pointer;
}
.side-wrap .slide-box > div .dot-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
}

.implant-wrap {
  background: url(../img/implant-bg.jpg) center/cover no-repeat;
  padding: 244px 0 148px;
}
.implant-wrap .slide-box {
  margin-left: auto;
  border-radius: var(--radius_b) 0 0 var(--radius_b);
  padding: 75px 78px;
}
.implant-wrap .slide-box .implant-swiper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 140px;
}
.implant-wrap .slide-box .implant-swiper .swiper-slide .text-box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
}
.implant-wrap .slide-box .implant-swiper .swiper-slide .text-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  margin: 40px 0 58px;
}
.implant-wrap .slide-box .implant-swiper .swiper-slide .text-box ul {
  display: flex;
  gap: 18px;
}
.implant-wrap .slide-box .implant-swiper .swiper-slide .text-box ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  border-radius: var(--radius);
  border: 2px solid var(--main);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.implant-wrap .slide-box .implant-swiper .swiper-slide .text-box ul li::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../img/implant-ico.svg) center/cover no-repeat;
}

.bna-wrap {
  padding: 130px 0;
}
.bna-wrap .sub-text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-top: 100px;
}
.bna-wrap .bna_con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.bna-wrap .bna_con > div {
  max-width: 660px;
  width: 100%;
}
.bna-wrap .bna_con > div .text-box {
  margin-bottom: 80px;
  text-align: center;
}
.bna-wrap .bna_con > div .text-box span {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  color: var(--main);
}
.bna-wrap .bna_con > div .text-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  font-weight: 700;
  margin-top: 16px;
}
.bna-wrap .bna_con .bna_text {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
  font-size: 20px;
  text-align: center;
}
.bna-wrap .bna_con .bna_text span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 160% */
  letter-spacing: -0.5px;
  border-radius: var(--radius);
  border: 2px solid #333;
  padding: 0 18px;
}
.bna-wrap .bna_con .bna_text span:nth-child(2) {
  color: #fff;
  background-color: var(--navy_sub);
  border-color: var(--navy_sub);
}
.bna-wrap .bna_con .info-text {
  margin-top: 90px;
  text-align: center;
}
.bna-wrap .bna_con .info-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.bna-wrap .bna_con #comparison1,
.bna-wrap .bna_con #comparison2 {
  width: 100%;
  padding-bottom: 430px;
  position: relative;
}
.bna-wrap .bna_con #divisor1,
.bna-wrap .bna_con #divisor2 {
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.bna-wrap .bna_con #divisor1::after,
.bna-wrap .bna_con #divisor2::after {
  content: "";
  position: absolute;
  right: -29px;
  width: 56px;
  height: 521px;
  background-image: url(../img/divisor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  bottom: -60px;
  z-index: 1;
}
.bna-wrap .bna_con #divisor1 {
  background-image: url(../img/impl_before_img.png);
}
.bna-wrap .bna_con #divisor2 {
  background-image: url(../img/impl_before_img.png);
}
.bna-wrap .bna_con #comparison1 figure {
  background-image: url(../img/impl_after_img.png);
}
.bna-wrap .bna_con #comparison2 figure {
  background-image: url(../img/impl_after_img.png);
}
.bna-wrap .bna_con #handle1,
.bna-wrap .bna_con #handle2 {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -30%;
  left: 54%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  /* 추가 */
  pointer-events: none;
  z-index: 3;
  background-color: transparent;
}
.bna-wrap .bna_con #handle1 .arrow,
.bna-wrap .bna_con #handle2 .arrow {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 52%;
  top: 50%;
  transform: translateX(-50%) translateY(-53%);
  background-image: url(../img/bna_arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.bna-wrap .bna_con figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: var(--radius);
}
.bna-wrap .bna_con input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -25%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  /* 추가 */
  pointer-events: auto;
  background: transparent;
}
.bna-wrap .bna_con input[type=range]:focus, .bna-wrap .bna_con input[type=range]:active {
  border: none;
  outline: none;
}
.bna-wrap .bna_con input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  box-shadow: none;
  background-color: transparent;
  /* 추가 */
  width: 30px; /* 모바일에서 터치 영역 확대 */
  height: 30px;
  border-radius: 50%;
}
.bna-wrap .bna_con input[type=range] {
  /* 추가 */
}
.bna-wrap .bna_con input[type=range] .bna_wrap .bna_con input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: #003876;
  border-radius: 50%;
}
.bna-wrap .bna_con input[type=range] {
  /* 추가끝*/
}
.bna-wrap .bna_con input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.bna-wrap .bna_con input[type=range]::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-radius: 50px;
  opacity: 1;
  background-color: red;
}

.bg-wrap02 {
  background: url(../img/bg-wrap02.jpg) center/cover no-repeat;
  padding: 0px 0 160px;
}

.nature-wrap {
  padding-top: 160px;
}
.nature-wrap .slide-box {
  padding: 75px 0 75px 240px;
  border-radius: 0 var(--radius_b) var(--radius_b) 0;
}
.nature-wrap .slide-box .nature-swiper .swiper-slide {
  display: flex;
  gap: 140px;
}
.nature-wrap .slide-box .nature-swiper .swiper-slide .text-box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.nature-wrap .slide-box .nature-swiper .swiper-slide .text-box p {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
  margin: 20px 0 40px;
}
.nature-wrap .slide-box .nature-swiper .swiper-slide .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nature-wrap .slide-box .nature-swiper .swiper-slide .text-box ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  border-radius: var(--radius);
  border: 2px solid var(--main);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
}
.nature-wrap .slide-box .nature-swiper .swiper-slide .text-box ul li::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../img/implant-ico.svg) center/cover no-repeat;
}

.hover-wrap {
  padding: 200px 0 0;
}
.hover-wrap .title-box {
  text-align: center;
  margin-bottom: 72px;
}
.hover-wrap .title-box * {
  color: #fff;
}
.hover-wrap .title-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
}
.hover-wrap .con-box {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.hover-wrap .con-box .mini-box {
  overflow: hidden;
  border-radius: 500px;
  position: relative;
  width: 440px;
  height: 600px;
  cursor: pointer;
}
.hover-wrap .con-box .mini-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
  display: block;
}
.hover-wrap .con-box .mini-box::after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../img/hover-ico.svg) center/cover no-repeat;
  position: absolute;
  bottom: 71px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.2s;
}
.hover-wrap .con-box .mini-box > div {
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  width: 100%;
}
.hover-wrap .con-box .mini-box > div.text-box {
  transition: all 0.2s ease;
  transition-delay: 0.15s;
}
.hover-wrap .con-box .mini-box > div.text-box span {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  background-color: #fff;
  border-radius: var(--radius);
  padding: 9px 17px;
  display: inline-block;
}
.hover-wrap .con-box .mini-box > div.text-box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
  margin-top: 31px;
}
.hover-wrap .con-box .mini-box > div.text-box small {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.hover-wrap .con-box .mini-box > div.hide-box {
  opacity: 0;
  z-index: 20;
  transition: all 0.3s;
  padding: 0 40px;
  word-break: keep-all;
}
.hover-wrap .con-box .mini-box > div.hide-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.hover-wrap .con-box .mini-box:hover img {
  filter: blur(5px) grayscale(0.9);
  transform: scale(1.05);
}
.hover-wrap .con-box .mini-box:hover::after {
  opacity: 0;
}
.hover-wrap .con-box .mini-box:hover .text-box {
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.05s;
}
.hover-wrap .con-box .mini-box:hover .hide-box {
  opacity: 1;
  transition-delay: 0.05s;
}

.tmj-wrap {
  padding: 200px 0;
}
.tmj-wrap .inner {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.tmj-wrap .inner > div {
  width: 708px;
  padding: 94px 40px;
  border-radius: var(--radius_b);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tmj-wrap .title-box {
  width: 518px;
  height: 266px;
  margin-bottom: 65px;
}
.tmj-wrap .img-box {
  border-radius: var(--radius_b);
  overflow: hidden;
}
.tmj-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 71px;
  height: 114px;
}
.tmj-wrap ul li {
  border: 2px solid var(--main);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  padding: 10px 18px;
}
.tmj-wrap ul li::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../img/implant-ico.svg) center/cover no-repeat;
}
.tmj-wrap .box01 {
  background-color: var(--gray_sub);
}
.tmj-wrap .box02 {
  background-color: var(--navy_sub);
}
.tmj-wrap .box02 * {
  color: #fff;
}
.tmj-wrap .box02 ul li {
  border-color: #fff;
}
.tmj-wrap .box02 ul li::before {
  background: url(../img/ch-ico-w.svg);
}

.beauty-wrap {
  background: url(../img/beauty-bg.jpg) center/cover no-repeat;
  padding: 216px 0 148px;
}
.beauty-wrap .title-box * {
  color: #333 !important;
}
.beauty-wrap .beauty-pagination {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px;
  justify-items: stretch !important;
}
.beauty-wrap .beauty-pagination .swiper-pagination-bullet {
  width: auto !important;
  margin: 0;
  padding: 14px 28px;
  background-color: #333 !important;
  color: #fff !important;
  border: 2px solid #fff;
}
.beauty-wrap .beauty-pagination .swiper-pagination-bullet:nth-child(1) {
  grid-column: 1/3 !important;
}
.beauty-wrap .beauty-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: #333 !important;
}
.beauty-wrap .slide-box {
  margin-left: auto;
  border-radius: var(--radius_b) 0 0 var(--radius_b);
  padding: 75px 78px;
}
.beauty-wrap .slide-box .dot-page .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.beauty-wrap .slide-box .dot-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.beauty-wrap .slide-box .beauty-swiper .swiper-slide {
  display: flex;
  align-items: center;
  gap: 140px;
}
.beauty-wrap .slide-box .beauty-swiper .swiper-slide .text-box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
}
.beauty-wrap .slide-box .beauty-swiper .swiper-slide .text-box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  margin: 40px 0 58px;
}
.beauty-wrap .slide-box .beauty-swiper .swiper-slide .text-box ul {
  display: flex;
  gap: 18px;
}
.beauty-wrap .slide-box .beauty-swiper .swiper-slide .text-box ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  border-radius: var(--radius);
  border: 2px solid var(--main);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.beauty-wrap .slide-box .beauty-swiper .swiper-slide .text-box ul li::before {
  content: "";
  width: 26px;
  height: 26px;
  display: inline-block;
  background: url(../img/implant-ico.svg) center/cover no-repeat;
}

.review-wrap {
  overflow: hidden;
  padding: 195px 0 175px;
}
.review-wrap .title-box {
  text-align: center;
}
.review-wrap .title-box h2 strong {
  font-weight: inherit;
  color: var(--main);
}
.review-wrap .review-pagination {
  margin: 60px 0 80px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.review-wrap .review-pagination .swiper-pagination-bullet {
  width: 184px;
  height: 60px;
  border-radius: var(--radius_b);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  background-color: #9A9A9A;
}
.review-wrap .review-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
}
.review-wrap .slide-box {
  overflow: hidden;
}
.review-wrap .slide-box .review-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  gap: 24px;
  opacity: 0 !important;
}
.review-wrap .slide-box .review-swiper .swiper-slide > div img {
  overflow: hidden;
  border-radius: var(--radius_b);
}
.review-wrap .slide-box .review-swiper .swiper-slide > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  margin-top: 33px;
}
.review-wrap .slide-box .review-swiper .swiper-slide > div p::before {
  content: "Before";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  background-color: var(--gray_sub);
  border-radius: var(--radius_b);
}
.review-wrap .slide-box .review-swiper .swiper-slide > div.after-box p::before {
  content: "After";
  color: #fff;
  background-color: var(--main);
}
.review-wrap .slide-box .review-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.review-wrap .info-box {
  text-align: center;
  margin-top: 80px;
}
.review-wrap .info-box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: -0.5px;
}

.gallery-wrap {
  overflow: hidden;
  position: relative;
}
.gallery-wrap .text-box {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 2;
  width: 100%;
  transform: translateX(-50%);
}
.gallery-wrap .text-box .title-box {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 80px;
}
.gallery-wrap .text-box .title-box * {
  color: #fff;
}
.gallery-wrap .text-box .title-box p {
  margin-bottom: 6px;
  color: #D7DCE0;
}
.gallery-wrap .text-box .gallery-pagination {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}
.gallery-wrap .text-box .gallery-pagination .swiper-pagination-bullet {
  height: 45px;
  width: 154px;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  opacity: 0.3;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.gallery-wrap .text-box .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.info-wrap {
  background-color: #333;
  overflow: hidden;
}
.info-wrap * {
  color: #fff;
}
.info-wrap {
  padding: 197px 0 190px;
}
.info-wrap .title-box {
  text-align: center;
  margin-bottom: 80px;
}
.info-wrap .title-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.info-wrap .line-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.info-wrap .line-box::before {
  content: "";
  width: 100%;
  height: 54px;
  background-color: #8BC53F;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.info-wrap .line-box p {
  display: flex;
  align-items: center;
  border-radius: 500px;
  border: 14px solid #8BC53F;
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 10px 30px 10px 10px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
  color: #333;
}
.info-wrap .line-box p strong {
  background-color: #333;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.info-wrap .line-box p small {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  background-color: #8BC53F;
  padding: 12px 28px;
  border-radius: 500px;
}
.info-wrap .info-box {
  margin-top: 134px;
  display: flex;
  justify-content: space-between;
}
.info-wrap .info-box .sub-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.2px;
  color: #D7DCE0;
}
.info-wrap .info-box .left-box .time-box {
  margin-bottom: 103px;
}
.info-wrap .info-box .left-box .time-box .time-list {
  margin: 21px 0 41px;
}
.info-wrap .info-box .left-box .time-box .time-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.info-wrap .info-box .left-box .time-box .time-list li p {
  width: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 13px;
}
.info-wrap .info-box .left-box .time-box .time-list li p::after {
  content: ":";
  right: 0;
  position: absolute;
}
.info-wrap .info-box .left-box .time-box .time-list li .badge {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
  border-radius: 100px;
  padding: 1px 15px;
  background-color: #D7DCE0;
  color: var(--main);
  display: inline-block;
  margin-left: 19px;
}
.info-wrap .info-box .left-box .time-box .time-list li:last-child .badge {
  background-color: var(--main);
  color: #fff;
  border: 1px solid #fff;
}
.info-wrap .info-box .left-box .time-box .info-list li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.info-wrap .info-box .left-box .call-box .sub-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info-wrap .info-box .left-box .call-box .sub-title a {
  pointer-events: none;
}
.info-wrap .info-box .left-box .call-box .sns-box {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}
.info-wrap .info-box .left-box .call-box .sns-box div {
  width: 260px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.info-wrap .info-box .left-box .call-box .sns-box div a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.info-wrap .info-box .left-box .call-box .sns-box div p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.6px;
}
.info-wrap .info-box .left-box .call-box .sns-box div:first-child {
  background-color: #3E9F46;
  color: #fff;
}
.info-wrap .info-box .left-box .call-box .sns-box div:last-child {
  background-color: #fff;
  border-color: #3E9F46;
}
.info-wrap .info-box .left-box .call-box .sns-box div:last-child p {
  color: #333;
}
.info-wrap .info-box .map-box .sub-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.info-wrap .info-box .map-box .sub-title span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.info-wrap .info-box .map-box .parking-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background-color: #D7DCE0;
  border-radius: 20px;
  margin: 30px 0;
}
.info-wrap .info-box .map-box .parking-box span {
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  padding: 2px 12px;
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
}
.info-wrap .info-box .map-box .parking-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.72px;
  color: #333;
}
.info-wrap .info-box .map-box .map-img-box {
  width: 708px;
  height: 421px;
  background-color: #9A9A9A;
  border-radius: 20px;
  overflow: hidden;
}

aside {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 105;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
aside .menu-box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
aside .menu-box ul li {
  width: 165px;
  background-color: #fff;
  border-radius: 100px;
  height: 54px;
}
aside .menu-box ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  padding: 17.5px 25px;
}
aside .menu-box ul li a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
aside .menu-box ul li:nth-child(1) {
  background-color: #3E9F46;
}
aside .menu-box ul li:nth-child(1) span {
  color: #fff;
}
aside .menu-box ul li:nth-child(2), aside .menu-box ul li:nth-child(3) {
  border: 2px solid #3E9F46;
}
aside .menu-box ul li:nth-child(4) {
  background-color: #E4CF33;
}
aside .menu-box ul li:nth-child(5) {
  background-color: var(--main);
}
aside .menu-box ul li:nth-child(5) span {
  color: #fff;
}
aside .top-btn {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  cursor: pointer;
}

footer {
  background-color: var(--navy_sub);
  padding: 20px 0;
}
footer * {
  color: #fff;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
footer .price-btn {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 7px 38.5px;
  border-radius: 10px;
}
footer .price-btn a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.48px;
}
