@charset "UTF-8";
:root {
  --navy: #122C4F;
  --deep-beige: #BF9C86;
  --point: #FFEAD2;
  --GRAY: #8F8F8F;
}

body {
  margin: 0 auto;
  overflow: visible;
}

.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-text {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
}
.title-text strong {
  font-weight: inherit;
}
.title-text span {
  font-weight: 400;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.2s ease-in-out;
}
header.is-scrolled {
  background-color: white;
}
header nav {
  padding: 0 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header nav .menu-box {
  display: flex;
  align-items: center;
  gap: 50px;
}
header nav .menu-box ul {
  display: flex;
  gap: 50px;
}
header nav .menu-box ul li {
  width: -moz-max-content;
  width: max-content;
}
header nav .menu-box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 10px;
}
header nav .menu-box ul li a small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
header nav .menu-box ul li a span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
}
header nav .menu-box .col-link {
  width: 140px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--navy);
  border-radius: 50px;
}
header nav .menu-box .col-link a {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
  font-weight: 700;
}

.page-style {
  position: absolute;
  top: 50% !important;
  bottom: unset !important;
  transform: translateY(-50%);
  left: 30px !important;
  right: unset !important;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: -moz-max-content !important;
  width: max-content !important;
}
.page-style .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  opacity: 1;
}
.page-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.custom-page-style {
  opacity: 1 !important;
  transition: none !important;
  display: flex;
  gap: 16px;
  margin-top: 60px;
  position: absolute !important;
  bottom: 0;
}
.custom-page-style .custom-bullet {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
}
.custom-page-style .custom-bullet.active {
  color: var(--navy);
  background-color: var(--point);
  border-color: var(--point);
}

.main-wrap {
  position: relative;
  overflow: hidden;
}
.main-wrap .main-swiper {
  overflow: hidden;
}
.main-wrap .main-swiper .swiper-slide {
  position: relative;
}
.main-wrap .main-swiper .swiper-slide .digital_video_wrap {
  position: relative;
  width: 100%;
}
.main-wrap .main-swiper .swiper-slide .digital_video_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.main-wrap .main-swiper .swiper-slide .digital_video_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-wrap .main-swiper .swiper-slide .iframe16To9 {
  padding-top: 56.25%;
}
.main-wrap .main-swiper .swiper-slide .main_video {
  margin-bottom: -114px;
  margin-top: -137px;
}
.main-wrap .main-swiper .swiper-slide .main-text-box {
  position: absolute;
  top: 235px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.7s;
  transition-delay: 0.4s;
}
.main-wrap .main-swiper .swiper-slide .main-text-box * {
  color: #fff;
}
.main-wrap .main-swiper .swiper-slide .main-text-box img {
  margin-bottom: 66px;
}
.main-wrap .main-swiper .swiper-slide .main-text-box span {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  color: #FCF7E4;
}
.main-wrap .main-swiper .swiper-slide .main-text-box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
  margin: 32px 0 10px;
}
.main-wrap .main-swiper .swiper-slide .main-text-box p {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}
.main-wrap .main-swiper .swiper-slide .mini-slide-wrap {
  position: absolute;
  bottom: 110px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.main-wrap .main-swiper .swiper-slide .mini-slide-wrap div {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
}
.main-wrap .main-swiper .swiper-slide .mini-slide-wrap div a {
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.main-wrap .main-swiper .swiper-slide .mini-slide-wrap div a:hover {
  background-color: #fff;
  color: var(--navy);
  border: 4px solid var(--deep-beige);
  font-weight: 700;
}
.main-wrap .main-swiper .swiper-slide.swiper-slide-active .main-text-box {
  opacity: 1;
}
.main-wrap .main-pagination-bottom {
  position: absolute;
  bottom: 35.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 24px;
}
.main-wrap .main-pagination-bottom .swiper-pagination-bullet {
  width: 98px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.main-wrap .main-pagination-bottom .swiper-pagination-bullet-active {
  background: #fff;
}

.intro-wrap {
  background: url(../img/new/intro-bg.jpg) center/cover no-repeat;
  padding: 207px 0 163px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.intro-wrap .text-box .title-text {
  color: var(--navy);
  margin: 20px 0 60px;
}
.intro-wrap .text-box .title-text span {
  color: #222;
}
.intro-wrap .text-box p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.intro-wrap .intro-mini-box {
  display: flex;
  gap: 60px;
  position: absolute;
  right: 0;
  bottom: 153px;
  z-index: 2;
  background-color: var(--navy);
  width: 704px;
  height: 180px;
  border-radius: 20px 0 0 20px;
  padding-left: 65px;
}
.intro-wrap .intro-mini-box div {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}
.intro-wrap .intro-mini-box div img {
  width: 60px;
}
.intro-wrap .intro-mini-box div span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
}

.story-wrap {
  background-color: var(--navy);
  position: relative;
  z-index: 0;
}
.story-wrap .scroll-icon-box {
  position: sticky;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.story-wrap .story-grad-top,
.story-wrap .story-grad-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  pointer-events: none;
  z-index: 5;
}
.story-wrap .story-grad-top {
  top: 0;
  background: linear-gradient(180deg, rgba(26, 38, 53, 0) 0%, #1A2635 71.94%);
  transform: rotate(180deg);
}
.story-wrap .story-grad-bottom {
  bottom: 0;
  background: linear-gradient(180deg, rgba(26, 38, 53, 0) 0%, #1A2635 100%);
}
.story-wrap .story-inner {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding-left: 240px;
}
.story-wrap .story-left {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 720px;
  padding-top: 100px;
}
.story-wrap .story-left::after {
  content: url(../img/new/scroll-icon.svg);
  position: absolute;
  bottom: 110px;
  left: 100%;
  transform: translate(-50%, 50%);
  width: 70px;
  height: 70px;
  z-index: 5;
}
.story-wrap .story-left:before {
  content: "";
  position: absolute;
  bottom: 110px;
  left: 100%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 92px;
  height: 92px;
  border-radius: 100%;
  transform: translate(-50%, 50%);
  animation: blink 1.5s ease-in-out infinite alternate;
  z-index: 3;
}
@keyframes blink {
  0% {
    opacity: 0.3;
    transform: translate(-50%, 50%) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 50%) scale(1);
  }
}
.story-wrap .story-left .story-texts {
  position: relative;
  width: 100%;
  height: 712px;
}
.story-wrap .story-left .story-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.story-wrap .story-left .story-text.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.story-wrap .story-left .story-text * {
  color: #fff;
}
.story-wrap .story-left .story-text small {
  color: var(--point);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.66px;
  display: block;
  margin-bottom: 32px;
}
.story-wrap .story-left .story-text h2.title-text {
  margin-bottom: 70px;
}
.story-wrap .story-left .story-text h2.title-text strong {
  color: var(--point);
}
.story-wrap .story-left .story-text p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
  line-height: 1.8;
}
.story-wrap .story-left .story-text .sign-box {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.story-wrap .story-left .story-text .sign-box span {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.story-wrap .story-left .story-text .sign-box img {
  margin: 0 10px 0 19px;
}
.story-wrap .story-right {
  flex-shrink: 1;
}
.story-wrap .story-right .story-img-wrap {
  width: 100%;
}
.story-wrap .story-right .story-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-bg-wrap {
  background: url(../img/new/doctor-bg.jpg) center/cover no-repeat;
  padding: 237px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.doctor-bg-wrap .text-box {
  text-align: center;
}
.doctor-bg-wrap .text-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.doctor-bg-wrap .text-box .title-text:nth-of-type(1) {
  margin: 60px 0 40px;
  color: #666;
}
.doctor-bg-wrap .text-box .title-text:nth-of-type(2) strong {
  color: var(--navy);
}

.doctor-wrap {
  background: linear-gradient(180deg, #FFF 0%, #D9D9D9 100%);
  padding-bottom: 144px;
  overflow: hidden;
}
.doctor-wrap .doctor-inner {
  max-width: 1780px;
  margin: 0 auto;
}
.doctor-wrap .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
.doctor-wrap .text-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.doctor-wrap .text-box .title-text {
  color: var(--navy);
  margin-top: 16px;
}
.doctor-wrap .text-box .title-text span {
  color: #666;
}
.doctor-wrap .doctor-info-box {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.doctor-wrap .doctor-info-box > div {
  width: 100%;
  border-radius: 80px;
  background: linear-gradient(90deg, #122C4F 0%, #052B3A 100%);
  padding-top: 75px;
  padding-right: 155px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.doctor-wrap .doctor-info-box > div::before {
  content: url(../img/new/doctor-info-mark.png);
  position: absolute;
  right: 126px;
  top: 83px;
}
.doctor-wrap .doctor-info-box > div .info-text-box {
  padding-left: 170px;
  margin-top: 43px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .name-box {
  display: flex;
  gap: 14px;
  align-items: end;
  margin-bottom: 60px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .name-box h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  color: var(--point);
}
.doctor-wrap .doctor-info-box > div .info-text-box .name-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  color: #fff;
  margin-bottom: -5px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap {
  display: flex;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap * {
  color: #fff;
  text-wrap: nowrap;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .point-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 54px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .point-list li {
  color: var(--point);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .awards-list {
  display: flex;
  gap: 12px;
  margin-bottom: 84px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .awards-list li {
  max-width: 114px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .info-list li {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
  display: flex;
  align-items: baseline;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .info-list li::before {
  content: "·";
  margin: 0 10px;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .info-list li p {
  font-weight: 700;
}
.doctor-wrap .doctor-info-box > div .info-text-box .info-list-wrap .info-list li p span {
  font-weight: 400;
}
.doctor-wrap .doctor-info-box > div .img-box {
  max-width: 500px;
  position: relative;
  z-index: 3;
}
.doctor-wrap .doctor-info-box > div.doctor01 .info-text-box .info-list-wrap {
  gap: 134px;
}
.doctor-wrap .doctor-info-box > div.doctor02 .info-text-box .info-list-wrap {
  gap: 54px;
}

.link-bg-wrap {
  background: url(../img/new/link-bg.jpg) center/cover no-repeat;
  overflow: hidden;
}
.link-bg-wrap .inner {
  padding: 209px 0 227px;
}
.link-bg-wrap .text-box {
  text-align: center;
}
.link-bg-wrap .text-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.link-bg-wrap .text-box small strong {
  color: var(--deep-beige);
  font-weight: inherit;
}
.link-bg-wrap .text-box .title-text {
  color: #666;
  margin: 60px 0;
}
.link-bg-wrap .text-box .title-text strong {
  color: var(--navy);
}
.link-bg-wrap .text-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.link-bg-wrap .link-btn-wrap {
  display: flex;
}
.link-bg-wrap .link-btn-wrap > div {
  width: 50%;
  background-color: #E3E3E3;
}
.link-bg-wrap .link-btn-wrap > div a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.link-bg-wrap .link-btn-wrap > div a > div {
  width: 34px;
  height: 34px;
  background-color: var(--navy);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-bg-wrap .link-btn-wrap > div:first-child a {
  padding-left: 240px;
  padding-right: 98px;
}
.link-bg-wrap .link-btn-wrap > div:last-child {
  background-color: var(--navy);
}
.link-bg-wrap .link-btn-wrap > div:last-child * {
  color: #fff;
}
.link-bg-wrap .link-btn-wrap > div:last-child a {
  padding-right: 240px;
  padding-left: 126px;
}
.link-bg-wrap .link-btn-wrap > div:last-child a > div {
  background-color: #fff;
}
.link-bg-wrap .link-btn-wrap > div:last-child a > div path {
  stroke: var(--navy);
}

.philosophy-wrap {
  background: url(../img/new/philosophy-bg.jpg) center/cover no-repeat;
  padding: 161px 0;
  overflow: hidden;
}
.philosophy-wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.philosophy-wrap .text-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.philosophy-wrap .text-box small strong {
  font-weight: inherit;
  color: var(--deep-beige);
}
.philosophy-wrap .text-box .title-text {
  color: #666;
  margin-top: 54px;
}
.philosophy-wrap .text-box .title-text strong {
  color: var(--navy);
}
.philosophy-wrap .img-box {
  max-width: 706px;
}

.philosophy-text-wrap {
  padding: 118px 0 126px;
  overflow: hidden;
}
.philosophy-text-wrap .inner {
  display: flex;
  gap: 150px;
}
.philosophy-text-wrap p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.philosophy-text-wrap p strong {
  font-weight: 700;
  color: var(--navy);
}

.slide-text-box {
  position: relative;
}
.slide-text-box small {
  color: var(--point);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.slide-text-box h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
  color: #fff;
  margin: 54px 0 40px;
}
.slide-text-box h3 strong {
  font-weight: inherit;
  color: var(--point);
}
.slide-text-box p {
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}

.implant-wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.implant-wrap .implant-swiper {
  height: 100vh;
}
.implant-wrap .implant-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.implant-wrap .implant-swiper .swiper-slide .slide-text-box {
  height: 596px;
}
.implant-wrap .implant-swiper .swiper-slide .slide-text-box::before {
  content: url(../img/new/implant-text.svg);
  position: absolute;
  z-index: 1;
  top: -82px;
  left: -160px;
  mix-blend-mode: overlay;
}
.implant-wrap .implant-swiper .swiper-slide .slide-text-box * {
  position: relative;
  z-index: 3;
}
.implant-wrap .implant-swiper .swiper-slide .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.implant-wrap .implant-swiper .swiper-slide:nth-child(1) {
  background: url(../img/new/implant-bg01.jpg) center/cover no-repeat;
}
.implant-wrap .implant-swiper .swiper-slide:nth-child(2) {
  background: url(../img/new/implant-bg02.jpg) center/cover no-repeat;
}
.implant-wrap .implant-swiper .swiper-slide:nth-child(3) {
  background: url(../img/new/implant-bg03.jpg) center/cover no-repeat;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .img-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .img-box::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/new/bna-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .img-box > div {
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .img-box > div .hide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .img-box > div .hide-img.show {
  opacity: 1;
  pointer-events: auto;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .info-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  height: 40px;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .info-text small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
  color: var(--deep-beige);
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .info-text .change-btn {
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 15px;
  border: 2px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.implant-wrap .implant-swiper .swiper-slide .slide-img-box .info-text .change-btn span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  color: var(--navy);
}

.sleep-wrap {
  position: relative;
  overflow: hidden;
}
.sleep-wrap .sleep-swiper {
  height: 100vh;
}
.sleep-wrap .sleep-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-text-box {
  height: 644px;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-text-box * {
  position: relative;
  z-index: 3;
}
.sleep-wrap .sleep-swiper .swiper-slide .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sleep-wrap .sleep-swiper .swiper-slide:nth-child(1) {
  background: url(../img/new/sleep-bg01.jpg) center/cover no-repeat;
}
.sleep-wrap .sleep-swiper .swiper-slide:nth-child(2) {
  background: url(../img/new/sleep-bg02.jpg) center/cover no-repeat;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .img-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 786px;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .img-box > div {
  display: flex;
  gap: 20px;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .img-box > div > div {
  display: flex;
  flex-direction: column;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .img-box > div > div p {
  background-color: #fff;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .info-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  height: 40px;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .info-text small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
  color: var(--deep-beige);
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .info-text .change-btn {
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 15px;
  border: 2px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sleep-wrap .sleep-swiper .swiper-slide .slide-img-box .info-text .change-btn span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  color: var(--navy);
}
.sleep-wrap .sleep-swiper .swiper-slide .implant-custom-pagination {
  opacity: 1 !important;
  transition: none !important;
  display: flex;
  gap: 16px;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
}
.sleep-wrap .sleep-swiper .swiper-slide .implant-custom-pagination .custom-bullet {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  width: 150px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
}
.sleep-wrap .sleep-swiper .swiper-slide .implant-custom-pagination .custom-bullet.active {
  color: var(--navy);
  background-color: var(--point);
  border-color: var(--point);
}

.pro-wrap {
  padding-left: 240px;
  padding-top: 68px;
  overflow: hidden;
}
.pro-wrap .inner-wrap {
  max-width: 1680px;
  display: flex;
  justify-content: space-between;
}
.pro-wrap .slide-text-box {
  margin-top: 129px;
}
.pro-wrap .slide-text-box * {
  color: #222;
}
.pro-wrap .slide-text-box small strong {
  font-weight: inherit;
  color: var(--deep-beige);
}
.pro-wrap .slide-text-box h3 {
  color: #666;
  margin: 54px 0 100px;
}
.pro-wrap .slide-text-box h3 strong {
  color: var(--navy);
}
.pro-wrap .slide-text-box p strong {
  color: var(--navy);
}
.pro-wrap .img-box {
  position: relative;
}
.pro-wrap .img-box .hover-item {
  position: absolute;
  top: 0;
  left: 0;
}
.pro-wrap .img-box .hover-item .item {
  position: absolute;
  width: 297px;
  height: 358px;
  border-radius: 358px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding-top: 51px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.pro-wrap .img-box .hover-item .item:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background-color: #D9D9D9;
  background-image: url(../img/new/pro-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  z-index: 4;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.pro-wrap .img-box .hover-item .item > img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.pro-wrap .img-box .hover-item .item .item-text {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  z-index: 4;
}
.pro-wrap .img-box .hover-item .item .item-text small {
  font-family: "Noto Serif KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--navy);
  transition: all 0.3s;
  transition-delay: 0.05s;
}
.pro-wrap .img-box .hover-item .item .item-text p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
  color: var(--deep-beige);
  transition: all 0.3s;
  transition-delay: 0.1s;
}
.pro-wrap .img-box .hover-item .item:nth-child(1) {
  top: 149px;
}
.pro-wrap .img-box .hover-item .item:nth-child(2) {
  left: 297px;
  top: 6px;
}
.pro-wrap .img-box .hover-item .item:nth-child(3) {
  left: 122px;
  top: 512px;
}
.pro-wrap .img-box .hover-item .item.active::before {
  background-color: var(--deep-beige);
}
.pro-wrap .img-box .hover-item .item.active > img {
  opacity: 1;
}
.pro-wrap .img-box .hover-item .item.active .item-text small {
  color: var(--deep-beige);
}
.pro-wrap .img-box .hover-item .item.active .item-text p {
  color: #fff;
}

.lami-wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.lami-wrap .lami-swiper {
  height: 100vh;
}
.lami-wrap .lami-swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.lami-wrap .lami-swiper .swiper-slide .slide-text-box {
  height: 592px;
}
.lami-wrap .lami-swiper .swiper-slide .slide-text-box::before {
  content: url(../img/new/lami-text.svg);
  position: absolute;
  z-index: 1;
  top: -50px;
  left: -160px;
  mix-blend-mode: overlay;
}
.lami-wrap .lami-swiper .swiper-slide .slide-text-box * {
  position: relative;
  z-index: 3;
}
.lami-wrap .lami-swiper .swiper-slide .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lami-wrap .lami-swiper .swiper-slide:nth-child(1) {
  background: url(../img/new/lami-bg01.jpg) center/cover no-repeat;
}
.lami-wrap .lami-swiper .swiper-slide:nth-child(2) {
  background: url(../img/new/lami-bg02.jpg) center/cover no-repeat;
}
.lami-wrap .lami-swiper .swiper-slide:nth-child(3) {
  background: url(../img/new/lami-bg03.jpg) center/cover no-repeat;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box {
  position: relative;
  z-index: 3;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .img-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .img-box::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/new/bna-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .img-box > div {
  overflow: hidden;
  border-radius: 22px;
  position: relative;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .img-box > div .hide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .img-box > div .hide-img.show {
  opacity: 1;
  pointer-events: auto;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .info-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  height: 40px;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .info-text small {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  letter-spacing: -0.48px;
  color: var(--deep-beige);
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .info-text .change-btn {
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 15px;
  border: 2px solid var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lami-wrap .lami-swiper .swiper-slide .slide-img-box .info-text .change-btn span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  color: var(--navy);
}

.one-wrap {
  overflow: hidden;
}
.one-wrap .one01 {
  padding: 223px 0 114px;
  position: relative;
  overflow: hidden;
}
.one-wrap .one01 .bg-img {
  position: absolute;
  right: 0;
  top: 204px;
}
.one-wrap .one01 .text-box {
  margin-bottom: 88px;
}
.one-wrap .one01 .text-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.one-wrap .one01 .text-box .title-text {
  margin-top: 54px;
}
.one-wrap .one01 .text-box .title-text strong {
  color: var(--navy);
}
.one-wrap .one01 .con-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.one-wrap .one01 .con-box ul {
  display: flex;
  gap: 20px;
}
.one-wrap .one01 .con-box ul li {
  display: flex;
  flex-direction: column;
}
.one-wrap .one01 .con-box ul li p {
  background-color: #fff;
  height: 70px;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.one-wrap .one01 .line-box {
  position: relative;
  z-index: 3;
  height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-top: 40px;
}
.one-wrap .one01 .line-box img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.one-wrap .one01 .line-box p {
  height: 60px;
  width: -moz-max-content;
  width: max-content;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  color: #fff;
  background-color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 58px;
  border-radius: 16.5px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.one-wrap .one02 {
  padding: 48px 0 131px;
  display: flex;
  align-items: center;
  gap: 146px;
}
.one-wrap .one02 .text-box p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.one-wrap .one02 .text-box p strong {
  font-weight: 700;
  color: var(--navy);
}
.one-wrap .one03 {
  background: url(../img/new/one03-bg.jpg) center/cover no-repeat;
  padding: 174px 0 198px;
  text-align: center;
}
.one-wrap .one03 .text-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.one-wrap .one03 .text-box .title-text {
  color: #666;
  margin: 60px 0;
}
.one-wrap .one03 .text-box .title-text strong {
  color: var(--navy);
}
.one-wrap .one03 .text-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.one-wrap .one03 .text-box p strong {
  font-weight: 700;
}

.digital-wrap {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.digital-wrap .title-box {
  background-color: #F5F5F5;
  flex-grow: 1;
  padding: 294px 0 0 240px;
}
.digital-wrap .title-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
  position: relative;
}
.digital-wrap .title-box small::before {
  content: url(../img/new/digital-text.svg);
  position: absolute;
  top: -135px;
  left: 0;
}
.digital-wrap .title-box .title-text {
  color: #666;
  margin-top: 16px;
}
.digital-wrap .title-box .title-text strong {
  color: var(--navy);
}
.digital-wrap .title-box .digital-main-pagination {
  display: flex;
  gap: 16px;
  margin-top: 60px;
}
.digital-wrap .title-box .digital-main-pagination .swiper-pagination-bullet {
  height: 54px;
  width: 115px;
  margin: 0 !important;
  background-color: transparent;
  border: 1px solid var(--navy);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  opacity: 1;
}
.digital-wrap .title-box .digital-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--navy);
  color: #fff;
}
.digital-wrap .slide-box {
  max-width: 900px;
  background-color: var(--navy);
  width: 100%;
  overflow: hidden;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap {
  padding: 58px 85px 66px 85px;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .inner-page-style {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 30px;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .inner-page-style * {
  color: #fff;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .inner-page-style .swiper-pagination-bullet {
  margin: 0 !important;
  width: 100%;
  background-color: transparent;
  height: 38px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  opacity: 0.3;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .inner-page-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide {
  opacity: 0 !important;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide .name-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide .name-box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
  color: #fff;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide .name-box span {
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 51px */
  letter-spacing: -1.02px;
  color: var(--point);
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide .img-box {
  width: 100%;
  max-width: 730px;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  margin: 32px 0 67px;
  position: relative;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide .img-box img {
  max-width: 516px;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide .img-box p {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--navy);
  color: var(--point);
  border-radius: 14px;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.digital-wrap .slide-box .digital-swiper > .swiper-wrapper > .swiper-slide .inner-swiper-wrap .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.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 100px;
}
.gallery-wrap .text-box .title-box * {
  color: #fff;
}
.gallery-wrap .text-box .title-box small {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
  color: var(--point);
}
.gallery-wrap .text-box .title-box .title-text {
  margin: 6px 0 32px;
}
.gallery-wrap .text-box .title-box p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.gallery-wrap .text-box .gallery-pagination {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  gap: 30px;
}
.gallery-wrap .text-box .gallery-pagination .swiper-pagination-bullet {
  height: 37px;
  width: 100%;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  opacity: 0.3;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  height: 51px;
}
.gallery-wrap .text-box .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: 700;
}

.info-wrap {
  background-color: #222;
  overflow: hidden;
}
.info-wrap .top-box {
  padding: 173px 0 180px;
}
.info-wrap .top-box .inner-wrap {
  max-width: 1680px;
  margin-left: auto;
}
.info-wrap .top-box .title-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 74px;
}
.info-wrap .top-box .title-box h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
  color: #fff;
  padding-bottom: 30px;
}
.info-wrap .top-box .title-box h2 strong {
  color: var(--point);
}
.info-wrap .top-box .con-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-wrap .top-box .con-box .info-box * {
  color: #fff;
}
.info-wrap .top-box .con-box .info-box .mini-info h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
  color: var(--point);
}
.info-wrap .top-box .con-box .info-box .mini-info p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.info-wrap .top-box .con-box .info-box .mini-info.adr-box .mini-con-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.info-wrap .top-box .con-box .info-box .mini-info.adr-box .mini-con-box > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.info-wrap .top-box .con-box .info-box .mini-info.adr-box .mini-con-box > div strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
  background-color: #fff;
  color: #222;
  border-radius: 50px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-wrap .top-box .con-box .info-box .mini-info.call-box {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 80px 0 40px;
}
.info-wrap .top-box .con-box .info-box .mini-info.time-box .mini-con-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.info-wrap .top-box .con-box .info-box .mini-info.time-box .mini-con-box ul li {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 13px;
}
.info-wrap .top-box .con-box .info-box .mini-info.time-box .mini-con-box ul li small {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.712px;
  background-color: var(--point);
  border-radius: 100px;
  width: 90px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}
.info-wrap .top-box .con-box .info-box .mini-info.time-box .mini-con-box ul li:last-child small {
  background-color: #fff;
  color: var(--navy);
}
.info-wrap .top-box .con-box .info-box .mini-info.time-box .mini-con-box p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
}
.info-wrap .top-box .con-box .map-box {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
.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: #F3D81F;
  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: 10px solid #F3D81F;
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 10px 30px 10px 10px;
  color: #333;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.9px;
}
.info-wrap .line-box p span {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.2px;
}
.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-weight: 700;
  color: #fff;
}
.info-wrap .line-box p small {
  background-color: #EDC512;
  padding: 12px 28px;
  border-radius: 500px;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.9px;
}
.info-wrap .bottom-box {
  padding: 130px 0 170px;
}
.info-wrap .bottom-box * {
  color: #fff;
}
.info-wrap .bottom-box .map-img-box {
  display: flex;
  align-items: center;
  gap: 146px;
}
.info-wrap .bottom-box .map-img-box .map-img {
  max-width: 708px;
}
.info-wrap .bottom-box .map-img-box .text-box ul {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.info-wrap .bottom-box .map-img-box .text-box ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.info-wrap .bottom-box .map-img-box .text-box ul li span {
  background-color: #F3D81F;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
}
.info-wrap .bottom-box .map-img-box .text-box ul li strong {
  color: #F3D81F;
  font-weight: inherit;
}
.info-wrap .video-box {
  width: 100%;
  margin-top: 138px;
}
.info-wrap .video-box ul {
  display: flex;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.info-wrap .video-box ul li {
  flex: 1;
}
.info-wrap .video-box ul li > div {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.info-wrap .video-box ul li > div:hover .btn-play-center.is-playing {
  opacity: 1;
  visibility: visible;
}
.info-wrap .video-box ul li p {
  text-align: center;
  margin-top: 33px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.info-wrap .video-box ul li p strong {
  color: #F3D81F;
  font-weight: 700;
}
.info-wrap .video-box ul li .btn-play-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 68px;
  height: 68px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.info-wrap .video-box ul li .btn-play-center::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #3F3F3F;
  transition: opacity 0.2s ease;
}
.info-wrap .video-box ul li .btn-play-center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 26px;
  border-left: 6px solid #3F3F3F;
  border-right: 6px solid #3F3F3F;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.info-wrap .video-box ul li .btn-play-center.is-playing {
  opacity: 0;
  visibility: hidden;
}
.info-wrap .video-box ul li .btn-play-center.is-playing::after {
  opacity: 0;
}
.info-wrap .video-box ul li .btn-play-center.is-playing::before {
  opacity: 1;
}
.info-wrap .road-map-box {
  margin-top: 100px;
}
.info-wrap .road-map-box ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 50px 24px;
}
.info-wrap .road-map-box ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-wrap .road-map-box ul li p {
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.57px;
  text-align: center;
}

footer {
  background-color: var(--navy);
  padding: 20px 0;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul li {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
}
footer .price-btn a {
  background-color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  letter-spacing: -0.5px;
  color: #222;
  padding: 12px 67px;
  border-radius: 10px;
}

aside {
  position: fixed;
  bottom: 36px;
  right: 37px;
  z-index: 105;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
aside .quick-menu {
  background-color: #E9E9E9;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 21px;
}
aside .quick-menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 26px 0 20px;
}
aside .quick-menu ul li a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
aside .quick-menu ul li a span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: -0.3px;
}
aside .quick-menu .quick-btn {
  width: 80px;
  height: 80px;
  background-color: var(--navy);
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
}
aside .quick-menu .quick-btn img {
  max-width: 44px;
}
aside .top-btn {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #8FA7CB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  cursor: pointer;
}
