@charset "UTF-8";
:root {
  --BLUE: #1E3480;
  --SKY: #00B0ED;
  --LIGHT: #F3F9FB;
  --GRAY: #8F8F8F;
}

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: 1400px;
  margin: 0 auto;
  width: 100%;
}

section {
  scroll-margin-top: 80px;
}
section#menu05, section#menu06, section#menu07 {
  scroll-margin-top: 0px;
}

.title_box small {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 4px;
}
.title_box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 70px */
  letter-spacing: -1.5px;
}

.logo_in svg path:first-child {
  fill: #00B0ED !important;
}

header {
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
  transition: all 0.2s ease;
}
header .menu_box {
  width: 100%;
  height: 270px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  position: relative;
}
header nav h1, header nav > div {
  width: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav h1 a, header nav > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
header nav h1 .logo_in svg path, header nav > div .logo_in svg path {
  fill: #fff;
  transition: all 0.2s ease;
}
header nav h1.link_box a, header nav > div.link_box a {
  background-color: #fff;
  width: 160px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  gap: 4px;
}
header nav h1.link_box a span, header nav > div.link_box a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.5px;
  color: var(--BLUE);
  transition: all 0.2s ease;
}
header nav > ul {
  display: flex;
  height: 100%;
}
header nav > ul > li {
  position: relative;
  height: 100%;
  border-bottom: 3px solid transparent;
}
header nav > ul > li:hover, header nav > ul > li.list_on {
  border-bottom: 3px solid var(--SKY);
}
header nav > ul > li:hover ul, header nav > ul > li.list_on ul {
  background-color: var(--LIGHT);
}
header nav > ul > li > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  display: inline-block;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  padding: 26.5px 40px;
  color: #fff;
  transition: all 0.2s ease;
}
header nav > ul > li ul {
  position: absolute;
  top: calc(100% + 3px);
  width: 100%;
  padding: 15px 0;
  display: none;
  height: 270px;
}
header nav > ul > li ul li {
  width: 100%;
  text-align: center;
}
header nav > ul > li ul li a {
  padding: 8px 0;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
}
header nav > ul > li ul li a:hover {
  color: var(--SKY);
}
header.scrolled {
  background-color: #fff;
}
header.scrolled nav {
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
}
header.scrolled nav .logo_in svg path {
  fill: #1E3480;
}
header.scrolled nav > ul > li a {
  color: #2C2C2C;
}
header.scrolled nav .link_box a {
  background-color: var(--BLUE);
}
header.scrolled nav .link_box a span {
  color: #fff;
}
header.scrolled nav .link_box a svg path {
  fill: #fff;
}

.main_wrap {
  position: relative;
}
.main_wrap .main_title_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main_wrap .main_title_box * {
  color: #fff;
}
.main_wrap .main_title_box small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 2px;
}
.main_wrap .main_title_box h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 70px */
  letter-spacing: -1.5px;
  margin: 20px 0 33px;
}
.main_wrap .main_title_box h2 strong {
  color: var(--SKY);
  font-weight: 600;
}
.main_wrap .main_title_box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.main_wrap .scroll_box {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main_wrap .scroll_box span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  color: #fff;
}
.main_wrap .scroll_box .icon-scroll {
  width: 18px;
  height: 28px;
  box-shadow: inset 0 0 0 1.8px #fff;
  border-radius: 25px;
  position: relative;
}
.main_wrap .scroll_box .icon-scroll:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -1.5px;
  top: 6px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  position: absolute;
  left: 50%;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

:root {
  --particles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 122 116'%3E%3Cpath id='b' stroke='%23d4efba' stroke-linecap='round' stroke-width='0' d='M17.9256 115C17.434 111.774 13.1701 104.086 13.4282 95.6465C13.6862 87.207 18.6628 76.0721 17.9256 64.3628C17.1883 52.6535 8.7772 35.9512 9.00452 25.3907C9.23185 14.8302 16.2114 5.06512 17.9256 1'%3E%3C/path%3E%3Cpath id='d' stroke='%23d4efba' stroke-linecap='round' stroke-width='0' d='M84.1628 115C85.2376 112.055 94.5618 98.8394 93.9975 91.1338C93.4332 83.4281 82.5505 73.2615 84.1628 62.5704C85.775 51.8793 96.4803 35.4248 95.9832 25.7826C95.4861 16.1404 87.9113 4.71163 84.1628 1'%3E%3C/path%3E%3Cpath id='f' stroke='%23d4efba' stroke-linecap='round' stroke-width='0' d='M37.0913 115C37.9604 111.921 44.4347 99.4545 45.3816 92.9773C48.9305 68.7011 35.7877 73.9552 37.0913 62.7781C38.3949 51.6011 47.3889 36.9895 46.9869 26.9091C46.585 16.8286 40.1222 4.88034 37.0913 1'%3E%3C/path%3E%3Cpath id='h' stroke='%23d4efba' stroke-linecap='round' stroke-width='0' d='M112.443 115C111.698 112.235 108.25 106.542 107.715 93.7582C107.241 82.4286 107.229 83.9543 112.443 66.1429C116.085 44.0408 100.661 42.5908 101.006 33.539C101.35 24.4871 109.843 4.48439 112.443 1'%3E%3C/path%3E%3Cg%3E%3Ccircle r='1.5' fill='%23D4EFBA'%3E%3CanimateMotion dur='18s' repeatCount='indefinite'%3E%3Cmpath href='%23b'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Ccircle r='1' fill='%23d4efba' fill-opacity='1' shape-rendering='crispEdges'%3E%3CanimateMotion dur='15s' repeatCount='indefinite'%3E%3Cmpath href='%23d'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Ccircle r='.5' fill='%23d4efba' fill-opacity='1' shape-rendering='crispEdges'%3E%3CanimateMotion dur='16s' repeatCount='indefinite'%3E%3Cmpath href='%23f'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3Cg%3E%3Ccircle r='.8' fill='%23d4efba' fill-opacity='1' shape-rendering='crispEdges'%3E%3CanimateMotion dur='22s' repeatCount='indefinite'%3E%3Cmpath href='%23h'%3E%3C/mpath%3E%3C/animateMotion%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}

.intro_wrap {
  position: relative;
  padding: 174px 0 123px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59.08%, #F5FEF7 96.75%);
}
.intro_wrap .pati_box {
  position: absolute;
  width: 100%;
  height: 435px;
  bottom: 0;
  left: 0;
}
.intro_wrap .pati_box::before, .intro_wrap .pati_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask-image: radial-gradient(black, transparent 70%, transparent 100%);
          mask-image: radial-gradient(black, transparent 70%, transparent 100%);
  background-image: var(--particles), var(--particles), var(--particles), var(--particles), var(--particles);
  background-size: 100%, 60%, 40%, 20%, 200%;
  background-position: 1010% 100%, 160% 60%, 140% 40%, 120% 20%;
  opacity: 1;
}
.intro_wrap .pati_box:before {
  filter: blur(6px);
}
.intro_wrap .pati_box:after {
  background-image: var(--particles), var(--particles), var(--particles);
  background-size: 100%, 60%, 40%, 20%;
  background-position: 1010% 100%, 160% 60%, 140% 40%, 120% 20%;
}
.intro_wrap .intro_con_box {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 47px;
  z-index: 3;
}
.intro_wrap .intro_con_box div {
  width: 436px;
  height: 436px;
  border-radius: 100%;
  background: url(../img/intro_circle.png) center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
}
.intro_wrap .intro_con_box div p {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 70px */
  letter-spacing: -1.5px;
}
.intro_wrap .intro_con_box div span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
}
.intro_wrap .intro_con_box div:last-child {
  background: url(../img/intro_circle2.png) center/cover no-repeat;
  position: relative;
  margin-left: -74px;
}
.intro_wrap .intro_con_box::after {
  content: "";
  width: 106px;
  height: 1px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro_wrap .text_box {
  position: relative;
  z-index: 3;
}
.intro_wrap .text_box span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.intro_wrap .text_box p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  margin-top: 24px;
}

.intro_doctor_wrap {
  display: flex;
  justify-content: space-between;
  min-width: 1750px;
  overflow: hidden;
  height: 923px;
}
.intro_doctor_wrap .intro_text_box {
  margin: 151px 127px 110px auto;
}
.intro_doctor_wrap .intro_text_box h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 42px */
  letter-spacing: -0.8px;
}
.intro_doctor_wrap .intro_text_box > p {
  margin-top: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.intro_doctor_wrap .intro_text_box > p span {
  font-weight: 600;
  color: var(--BLUE);
}
.intro_doctor_wrap .intro_text_box > p strong {
  font-weight: 600;
}
.intro_doctor_wrap .name_box {
  display: flex;
  justify-content: right;
  align-items: end;
  gap: 17px;
  margin-top: 68px;
}
.intro_doctor_wrap .name_box p {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
}
.intro_doctor_wrap .name_box p small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
}
.intro_doctor_wrap .name_box img {
  margin-bottom: -12px;
}

.doctor_wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  min-width: 1700px;
  overflow: hidden;
  height: 923px;
  background: url(../img/doctor_bg.jpg) center/cover no-repeat;
}
.doctor_wrap .doctor_info_box {
  flex-grow: 1;
  height: 923px;
}
.doctor_wrap .doctor_info_box .info_inner {
  margin: 193px auto 170px 112px;
  max-width: 721px;
}
.doctor_wrap .doctor_info_box h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 53.2px */
  letter-spacing: -1px;
}
.doctor_wrap .doctor_info_box .line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
}
.doctor_wrap .doctor_info_box p {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.doctor_wrap .doctor_info_box p strong {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  flex-shrink: 0;
  margin-right: 36px;
}
.doctor_wrap .doctor_info_box .info_con_box {
  margin: 44px 0 62px;
  display: flex;
  justify-content: space-between;
}
.doctor_wrap .doctor_info_box .info_con_box ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  letter-spacing: -0.6px;
  opacity: 0.9;
}
.doctor_wrap .doctor_info_box .info_con_box ul li::before {
  content: "·";
  margin-right: 7px;
}

.app_wrap {
  background: url(../img/app_bg.jpg) center/cover no-repeat;
  padding: 204px 0 209px;
}
.app_wrap .title_box {
  text-align: center;
  margin-bottom: 50px;
}
.app_wrap .title_box * {
  color: #fff;
}
.app_wrap .app_con_box {
  display: flex;
  justify-content: space-between;
}
.app_wrap .app_con_box .mini_app {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.app_wrap .app_con_box .mini_app .app_img_box {
  position: relative;
}
.app_wrap .app_con_box .mini_app .app_img_box::after {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url(../img/plus_icon.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app_wrap .app_con_box .mini_app .app_text_box {
  background-color: #fff;
  padding: 34px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.app_wrap .app_con_box .mini_app .app_text_box p {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
}
.app_wrap .app_con_box .mini_app .app_text_box span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
  display: inline-block;
  background-color: var(--SKY);
  border-radius: 100px;
  width: 70px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.app_wrap .app_pop_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  display: none;
}
.app_wrap .app_pop_box .mini_pop {
  background-color: #fff;
  max-width: 1400px;
  width: 100%;
  height: 723px;
  margin: 0 auto;
  padding: 38px 73px 50px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app_wrap .app_pop_box .mini_pop .pop_exit_btn {
  width: 60px;
  height: 60px;
  background-color: #2C2C2C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  float: right;
  transform: translate(50px, -10px);
  cursor: pointer;
}
.app_wrap .app_pop_box .mini_pop .pop_exit_btn img {
  transform: rotate(45deg);
}
.app_wrap .app_pop_box .mini_pop .title_box small {
  color: var(--SKY);
}
.app_wrap .app_pop_box .mini_pop .title_box h2 {
  color: #2C2C2C;
}
.app_wrap .app_pop_box .mini_pop .pop_con_box {
  overscroll-behavior: contain;
}
.app_wrap .app_pop_box .mini_pop .pop_con_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 가로 3칸 고정 */
  gap: 24px;
  height: 452px;
  overflow-y: auto;
  width: calc(100% + 27px);
  padding-right: 27px;
}
.app_wrap .app_pop_box .mini_pop .pop_con_box ul::-webkit-scrollbar {
  background-color: #DEDEDE;
  width: 3px;
}
.app_wrap .app_pop_box .mini_pop .pop_con_box ul::-webkit-scrollbar-thumb {
  background-color: var(--SKY);
}
.app_wrap .app_pop_box .mini_pop .pop_con_box ul li {
  position: relative;
  scroll-snap-align: start;
}
.app_wrap .app_pop_box .mini_pop .pop_con_box ul li span {
  position: absolute;
  top: 27px;
  left: 28px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  z-index: 3;
}

.system_wrap {
  padding: 138px 0 141px;
  background: url(../img/system_bg.jpg) center/cover no-repeat;
}
.system_wrap .inner {
  position: relative;
}
.system_wrap .title_box {
  text-align: center;
  margin-bottom: 60px;
}
.system_wrap .title_box small {
  color: var(--SKY);
}
.system_wrap .system_con_box {
  display: flex;
  justify-content: center;
  gap: 70px;
  position: relative;
}
.system_wrap .system_con_box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  z-index: 3;
  bottom: 76px;
}
.system_wrap .system_con_box > div {
  position: relative;
}
.system_wrap .system_con_box > div .move_box {
  width: 200px;
  height: 240px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.system_wrap .system_con_box > div .move_box span {
  display: inline-block;
  width: 100%;
  height: 0;
  background: var(--SKY);
  transition: height 1.5s ease;
}
.system_wrap .system_con_box > div .img_box {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 4;
}
.system_wrap .system_con_box > div .img_box img {
  width: 160px;
}
.system_wrap .system_con_box > div p {
  margin-top: 37px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
  text-align: center;
}
.system_wrap .system_con_box > div:nth-child(1) p {
  opacity: 0.3;
}
.system_wrap .system_con_box > div:nth-child(1) .move_box span {
  background-color: #2C2C2C;
}
.system_wrap .system_con_box > div:nth-child(2) .move_box span {
  background-color: #424962;
}
.system_wrap .system_con_box > div:nth-child(3) .move_box span {
  background-color: #4F6489;
}
.system_wrap .system_con_box > div:nth-child(4) .move_box span {
  background-color: #6381B9;
}
.system_wrap .system_con_box > div:nth-child(5) p {
  color: var(--SKY);
}
.system_wrap .system_con_box > div:nth-child(5) .move_box span {
  background-color: var(--SKY);
}
.system_wrap .down_box {
  width: 253px;
  height: 253px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border: 27px solid rgba(0, 176, 237, 0.2);
  position: absolute;
  right: 27px;
  bottom: 182px;
}
.system_wrap .down_box p {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 42px */
  letter-spacing: -0.8px;
  gap: 7px;
}

.banner_wrap {
  overflow: hidden;
  padding: 230px 0;
}
.banner_wrap .title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  margin-top: 24px;
  overflow: 0.8;
}

.page_style {
  max-width: 980px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 50px auto 70px;
  position: relative;
  bottom: unset;
  top: unset;
}
.page_style::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.2;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page_style .swiper-pagination-bullet {
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  height: 73px;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 500;
  opacity: 0.7;
  margin: 0 !important;
  z-index: 3;
}
.page_style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--SKY);
  color: var(--SKY);
  font-weight: 600;
}

.implant_main_wrap {
  background: url(../img/implant_main_bg.jpg) center/cover no-repeat;
  padding: 184px 0 198px;
}

.implant_slide_wrap {
  overflow: hidden;
}
.implant_slide_wrap .implant_swiper {
  background-color: rgba(217, 217, 217, 0.3);
  height: 476px;
  border-radius: 20px;
  overflow: hidden;
}
.implant_slide_wrap .implant_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  padding: 62px;
  opacity: 0 !important;
}
.implant_slide_wrap .implant_swiper .swiper-slide .text_box {
  margin-top: 107px;
  margin-left: 29px;
}
.implant_slide_wrap .implant_swiper .swiper-slide .text_box h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 53.2px */
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.implant_slide_wrap .implant_swiper .swiper-slide .text_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
}
.implant_slide_wrap .implant_swiper .swiper-slide .img_box {
  position: relative;
}
.implant_slide_wrap .implant_swiper .swiper-slide .img_box > img {
  border-radius: 10px;
  overflow: hidden;
}
.implant_slide_wrap .implant_swiper .swiper-slide .img_box .small_img_box {
  position: absolute;
  bottom: -17px;
  left: -126px;
}
.implant_slide_wrap .implant_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.line_up_wrap {
  padding-top: 103px;
  padding-bottom: 160px;
}
.line_up_wrap .title_box {
  text-align: center;
  margin-bottom: 91px;
}
.line_up_wrap .title_box small {
  color: var(--SKY);
}
.line_up_wrap .title_box p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  margin-top: 24px;
  color: #7B7B7B;
}
.line_up_wrap .line_up_con_box {
  background: url(../img/line_up_bg.png) center/cover no-repeat;
}
.line_up_wrap .line_up_con_box ul {
  display: flex;
  justify-content: space-between;
  gap: 43px;
}

.nature_main_wrap {
  background: url(../img/nature_main_bg.jpg) center/cover no-repeat;
}

.nature_slide_wrap {
  overflow: hidden;
  padding-bottom: 234px;
}
.nature_slide_wrap .nature_swiper {
  overflow: hidden;
  margin-top: 96px;
}
.nature_slide_wrap .nature_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  opacity: 0 !important;
}
.nature_slide_wrap .nature_swiper .swiper-slide .text_box {
  margin-top: 66px;
}
.nature_slide_wrap .nature_swiper .swiper-slide .text_box h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 53.2px */
  letter-spacing: -1px;
}
.nature_slide_wrap .nature_swiper .swiper-slide .text_box p {
  margin-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  opacity: 0.8;
}
.nature_slide_wrap .nature_swiper .swiper-slide .text_box .text_con {
  margin-top: 40px;
}
.nature_slide_wrap .nature_swiper .swiper-slide:nth-child(3) .text_box {
  margin-top: 6px;
}
.nature_slide_wrap .nature_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.beauty_main_wrap {
  background: url(../img/beauty_main_bg.jpg) center/cover no-repeat;
}

.beauty_slide_wrap {
  overflow: hidden;
  padding-bottom: 219px;
}
.beauty_slide_wrap .beauty_pagination {
  max-width: 580px;
}
.beauty_slide_wrap .beauty_swiper {
  margin-top: 96px;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  opacity: 0 !important;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .text_box {
  margin-top: 56px;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .text_box h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 53.2px */
  letter-spacing: -1px;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .text_box p {
  margin-top: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  opacity: 0.8;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .text_box ul {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .text_box ul li {
  background-color: var(--LIGHT);
  border-radius: 10px;
  padding: 10px 25px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  position: relative;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .text_box ul li:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 18px;
  display: inline-block;
  background: url(../img/beauty_arrow.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  transform: translate(-50%, -50%);
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .img_box {
  position: relative;
  overflow: visible;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide .img_box .small_img_box {
  position: absolute;
  right: 24px;
  bottom: -50px;
}
.beauty_slide_wrap .beauty_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.tmj_wrap {
  padding: 120px 0;
  background: url(../img/tmj_bg.jpg) center/cover no-repeat;
}
.tmj_wrap * {
  color: #fff;
}
.tmj_wrap .title_box {
  text-align: center;
}
.tmj_wrap .title_box p {
  margin-top: 14px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}
.tmj_wrap .tmj_con_box {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 56px;
}
.tmj_wrap .tmj_con_box > div {
  position: relative;
}
.tmj_wrap .tmj_con_box > div p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #2C2C2C;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
}
.tmj_wrap .tmj_info_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 57px;
}
.tmj_wrap .tmj_info_text span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.1));
  margin-right: 17px;
}
.tmj_wrap .tmj_info_text p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
}

.case_wrap {
  padding: 133px 0 141px;
  background: url(../img/case_bg.jpg) center/cover no-repeat;
  overflow: hidden;
}
.case_wrap .title_box {
  text-align: center;
}
.case_wrap .case_pagination {
  max-width: 380px;
}
.case_wrap .case_swiper .swiper-slide {
  opacity: 0 !important;
  z-index: -1;
}
.case_wrap .case_swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 3;
}
.case_wrap .bna_con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.case_wrap .bna_con > div {
  max-width: 650px;
  width: 100%;
}
.case_wrap .bna_con > div p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  color: rgba(44, 44, 44, 0.8);
  background-color: #fff;
  width: 400px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 90px auto 0;
}
.case_wrap .bna_con .bna_text {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 22px;
  font-size: 20px;
  text-align: center;
}
.case_wrap .bna_con .bna_text span {
  color: #9F9F9F;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  font-weight: 600;
}
.case_wrap .bna_con .bna_text span:nth-child(2) {
  color: var(--SKY);
}
.case_wrap .bna_con #comparison1,
.case_wrap .bna_con #comparison2,
.case_wrap .bna_con #comparison3,
.case_wrap .bna_con #comparison4 {
  width: 100%;
  padding-bottom: 370px;
  position: relative;
}
.case_wrap .bna_con #divisor1,
.case_wrap .bna_con #divisor2,
.case_wrap .bna_con #divisor3,
.case_wrap .bna_con #divisor4 {
  background-size: cover;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.case_wrap .bna_con #divisor1::after,
.case_wrap .bna_con #divisor2::after,
.case_wrap .bna_con #divisor3::after,
.case_wrap .bna_con #divisor4::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: 436px;
  background-image: url(../img/divisor.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  bottom: -66px;
  z-index: 1;
}
.case_wrap .bna_con #divisor1 {
  background-image: url(../img/before_img01_01.png);
}
.case_wrap .bna_con #divisor2 {
  background-image: url(../img/before_img01_01.png);
}
.case_wrap .bna_con #divisor3 {
  background-image: url(../img/before_img01_01.png);
}
.case_wrap .bna_con #divisor4 {
  background-image: url(../img/before_img01_01.png);
}
.case_wrap .bna_con #comparison1 figure {
  background-image: url(../img/after_img01_01.png);
}
.case_wrap .bna_con #comparison2 figure {
  background-image: url(../img/after_img01_01.png);
}
.case_wrap .bna_con #comparison3 figure {
  background-image: url(../img/after_img01_01.png);
}
.case_wrap .bna_con #comparison4 figure {
  background-image: url(../img/after_img01_01.png);
}
.case_wrap .bna_con #handle1,
.case_wrap .bna_con #handle2,
.case_wrap .bna_con #handle3,
.case_wrap .bna_con #handle4 {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: -37%;
  left: 54%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  /* 추가 */
  pointer-events: none;
  z-index: 3;
  background-color: transparent;
}
.case_wrap .bna_con #handle1 .arrow,
.case_wrap .bna_con #handle2 .arrow,
.case_wrap .bna_con #handle3 .arrow,
.case_wrap .bna_con #handle4 .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%;
}
.case_wrap .bna_con figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.case_wrap .bna_con input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  bottom: -31%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 100%;
  cursor: pointer;
  z-index: 2;
  /* 추가 */
  pointer-events: auto;
  background: transparent;
  /* 추가 */
  /* 추가끝*/
}
.case_wrap .bna_con input[type=range]:focus, .case_wrap .bna_con input[type=range]:active {
  border: none;
  outline: none;
}
.case_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%;
  color: transparent;
}
.case_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%;
}
.case_wrap .bna_con input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}
.case_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: #CACACA;
}

.gallery_wrap {
  padding: 153px 0 178px;
  overflow: hidden;
}
.gallery_wrap .title_box {
  display: flex;
  justify-content: space-between;
}
.gallery_wrap .title_box small {
  color: var(--SKY);
}
.gallery_wrap .gallery_th_swiper {
  max-width: 814px;
  width: 100%;
  margin-top: 9px;
}
.gallery_wrap .gallery_th_swiper .swiper-slide {
  opacity: 0.2 !important;
  cursor: pointer;
  transition: all 0.2s;
}
.gallery_wrap .gallery_th_swiper .swiper-slide p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  margin: 11px 0 13px;
}
.gallery_wrap .gallery_th_swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.gallery_wrap .gallery_swiper {
  overflow: hidden;
  margin-top: 28px;
}

.info_wrap {
  background: url(../img/info_bg.jpg) center/cover no-repeat;
  display: flex;
  justify-content: space-between;
}
.info_wrap .info_box {
  width: 100%;
  padding: 137px 0 122px;
  margin-left: 176px;
}
.info_wrap .info_box * {
  color: #333;
  text-wrap: nowrap;
}
.info_wrap .info_box .info_con_box {
  margin-top: 50px;
}
.info_wrap .info_box .info_con_box > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info_wrap .info_box .info_con_box > ul > li {
  display: flex;
  gap: 58px;
}
.info_wrap .info_box .info_con_box > ul > li h3 {
  width: 72px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.info_wrap .info_box .info_con_box > ul > li p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.info_wrap .info_box .info_con_box > ul > li:last-child {
  align-items: center;
}
.info_wrap .info_box .info_con_box > ul > li:last-child p strong {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 39px */
  letter-spacing: -0.7px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul {
  margin-bottom: 19px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li {
  display: flex;
  gap: 40px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li p {
  width: 85px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li span strong {
  font-weight: 600;
  color: var(--SKY);
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li span b {
  font-weight: 400;
  letter-spacing: 1.2px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li:first-child {
  position: relative;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li:first-child p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li:first-child p::after {
  content: "야간";
  background-color: var(--SKY);
  border-radius: 50%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  letter-spacing: -0.4px;
  color: #fff;
  width: 32px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_wrap .info_box .info_con_box > ul > li .time_box ul li:first-child::after {
  content: "";
  width: 108%;
  height: 31px;
  background-color: var(--SKY);
  opacity: 0.1;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info_wrap .info_box .info_con_box > ul > li .time_box small {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
}
.info_wrap .info_box .info_con_box > ul > li .time_box small::before {
  content: "";
  width: 3.6px;
  height: 3.6px;
  background-color: #333;
  display: inline-block;
  border-radius: 100%;
}
.info_wrap .info_box .info_link_box {
  display: flex;
  gap: 14px;
  margin-top: 50px;
}
.info_wrap .info_box .info_link_box a {
  background-color: var(--BLUE);
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_wrap .info_box .info_link_box a span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  color: #fff;
}

.uni_mark_wrap {
  padding: 104px 0 110px;
  text-align: center;
}

footer {
  background-color: var(--BLUE);
}
footer * {
  color: #fff;
}
footer .inner {
  position: relative;
  padding: 71px 0 68px;
}
footer .footer_logo {
  position: absolute;
  right: 60px;
  bottom: 0;
}
footer ul li span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 32px */
  letter-spacing: -0.2px;
  opacity: 0.5;
}
footer ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
  font-weight: 300;
  opacity: 0.5;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 2px 12.5px;
  margin-left: 10px;
  transition: all 0.2s;
}
footer ul li a:hover {
  opacity: 0.9;
}

aside {
  position: fixed;
  bottom: 70px;
  right: 48px;
  z-index: 109;
}
aside .quick_menu {
  width: 110px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
aside .quick_menu ul li {
  width: 100%;
  height: 100px;
}
aside .quick_menu ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
aside .quick_menu ul li a img {
  width: 30px;
}
aside .quick_menu ul li a span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
  display: inline-block;
  text-align: center;
}
aside .quick_menu ul li a span strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
}
aside .quick_menu ul li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
aside .top_btn {
  background-color: var(--SKY);
  border-radius: 10px;
  width: 110px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 11px;
  margin-top: 14px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
aside .top_btn span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.4px;
  color: #fff;
}