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

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

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

.title_box {
  text-align: center;
}
.title_box small {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
}
.title_box h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
  margin-top: 6px;
}

.def_hover_btn {
  border: 1px solid #fff;
  padding: 15px 67.5px;
  display: inline-block;
  margin-top: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  transition: all 0.15s;
  color: #fff;
}
.def_hover_btn:hover {
  background-color: #fff;
  color: #595857 !important;
  font-weight: 500;
}

/* 페이지 앵커 */
section .section-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
}
section.active .ani-01 {
  animation: fadeIn 0.7s 0.8s both;
}
section.active .ani-02 {
  animation: fadeIn 0.9s 1.05s both;
}
section.active .ani-03 {
  animation: fadeIn 0.8s 1.2s both;
}

/* 애니메이션 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeLeft {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeRight {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveTxt {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fp-controlArrow.fp-prev {
  left: 120px;
}
.fp-controlArrow.fp-next {
  right: 120px;
}

#section1 .section-inner {
  max-width: none;
  padding-top: 0;
}
#section1 .group {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  width: 100%;
}
#section1 .group .item {
  width: 33.333%;
  height: 100vh;
  background-position: center;
  display: inline-block;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s;
  flex-shrink: 0;
  transform: scale(1);
  position: relative;
}
#section1 .group .item .item_title {
  position: absolute;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  display: flex;
  align-items: center;
  gap: 14px;
}
#section1 .group .item .item_title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
}
#section1 .group .item:nth-child(1) {
  background-image: url(../img/click_slide01.jpg);
}
#section1 .group .item:nth-child(1) .item_title {
  right: 127px;
  bottom: 358px;
}
#section1 .group .item:nth-child(2) {
  background-image: url(../img/click_slide02.jpg);
}
#section1 .group .item:nth-child(2) .item_title {
  right: 200px;
  bottom: 330px;
}
#section1 .group .item:nth-child(3) {
  background-image: url(../img/click_slide03.jpg);
}
#section1 .group .item:nth-child(3) .item_title {
  right: 179px;
  bottom: 288px;
}
#section1 .group .item.back_active {
  transform: scale(1.7);
}
#section1 .link_box {
  position: absolute;
  left: 260px;
  top: 50%;
  transform: translateY(-50%);
}
#section1 .link_box * {
  color: #fff;
}
#section1 .link_box small {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
}
#section1 .link_box h2 {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
  letter-spacing: -1.5px;
}
#section1 .scroll_box {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#section1 .scroll_box span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  color: #fff;
}
#section1 .scroll_box .icon-scroll {
  width: 18px;
  height: 28px;
  box-shadow: inset 0 0 0 1.8px #fff;
  border-radius: 25px;
  position: relative;
}
#section1 .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);
  }
}

#section2 {
  background: url(../img/doctor_bg.jpg) center/cover no-repeat;
}
#section2 .section-inner {
  justify-content: end;
  gap: 35px;
}
#section2 .section-inner .title_box {
  margin-top: 70px;
}
#section2 .section-inner .doctor_con {
  position: relative;
}
#section2 .section-inner .doctor_con .img_box {
  width: 1041px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a {
  width: 244px;
  height: 140px;
  border-radius: 1000px;
  background-color: #7D8B8D;
  box-shadow: 4px 4px 4px 0 rgba(35, 156, 162, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 39px;
  transition: background-color 0.2s;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #fff;
  position: relative;
  margin-top: 3px;
  width: -moz-max-content;
  width: max-content;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: inline-block;
  width: 167px;
  height: 14px;
  background: url(../img/doctor_arrow.svg) center/cover no-repeat;
  margin-top: -9px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a:not(.doctor_mark) {
  width: 200px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a:not(.doctor_mark) h2::after {
  width: 126px;
  background: url(../img/doctor_arrow_sh.svg) center/cover no-repeat;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a.doctor_mark {
  position: relative;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a.doctor_mark::after {
  content: "";
  width: 58px;
  height: 57px;
  background: url(../img/doctor_mark.svg) center/cover no-repeat;
  display: inline-block;
  position: absolute;
  right: 33px;
  top: 33px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a.doctor01 {
  position: absolute;
  left: -119px;
  bottom: 118px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a.doctor02 {
  position: absolute;
  right: 282px;
  bottom: 181px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a.doctor03 {
  position: absolute;
  right: -138px;
  bottom: 109px;
}
#section2 .section-inner .doctor_con .doctor_btn_wrap > a.doctor_on {
  background-color: #53BFC4;
}

#section3 {
  background: url(../img/lami_bg.jpg) center/cover no-repeat;
}
#section3 .section-inner .title_box {
  margin-top: 70px;
}
#section3 .section-inner .title_box small {
  opacity: 0.8;
}
#section3 .section-inner .title_box * {
  color: #fff;
}
#section3 .section-inner .title_box a {
  margin-top: 38px;
}
#section3 .section-inner .lami_con {
  display: flex;
  align-items: end;
  gap: 16px;
  position: absolute;
  right: 117px;
  top: 55%;
  transform: translateY(-50%);
}
#section3 .section-inner .lami_con .text_box small {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  color: #C7B273;
}
#section3 .section-inner .lami_con .text_box p {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  letter-spacing: -0.8px;
  color: #fff;
  margin-top: 7px;
}
#section3 .section-inner .lami_con .text_box span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

#section4 {
  background: url(../img/implant_bg.jpg) center/cover no-repeat;
}
#section4 .title_box {
  margin-top: 109px;
}
#section4 .title_box * {
  color: #fff;
}
#section4 .title_box h2 {
  margin-top: 0;
  margin-bottom: 24px;
}
#section4 .title_box span {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.6px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
#section4 .title_box a {
  margin-top: 223px;
}
#section4 .implant_con {
  text-align: center;
  margin-top: 87px;
}
#section4 .implant_con span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  color: rgba(255, 255, 255, 0.5);
}
#section4 .implant_con p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 12px;
}

#section5 {
  background: url(../img/orth_bg.jpg) center/cover no-repeat;
}
#section5 .title_box {
  margin-top: 90px;
}
#section5 .title_box small {
  opacity: 0.8;
}
#section5 .title_box * {
  color: #fff;
}
#section5 .orth_con {
  margin-top: 70px;
  text-align: center;
}
#section5 .orth_con ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}
#section5 .orth_con ul li {
  width: 342px;
  height: 200px;
  background: rgba(11, 67, 74, 0.8);
  border-radius: 10px;
  padding-top: 25px;
  text-align: center;
}
#section5 .orth_con ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section5 .orth_con ul li p * {
  color: #fff;
}
#section5 .orth_con ul li p strong {
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 77px */
}
#section5 .orth_con ul li p span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: -0.6px;
  margin-left: 10px;
  display: inline-block;
}
#section5 .orth_con ul li p img {
  margin-left: 6px;
}
#section5 .orth_con ul li > span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.5px;
  margin-top: 5px;
  display: inline-block;
}
#section5 .orth_con a {
  margin-top: 66px;
}