@import url("pretendardvariable.css");
html, body {
  font-family: "Pretendard Variable", sans-serif;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  overflow-x: hidden;
}

html.lenis, html.lenis body {
  height: auto;
}

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

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

.mb-br {
  display: none;
}

.sr-only {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

header {
  position: fixed;
  width: 100%;
  max-width: 1250px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 70px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  box-sizing: border-box;
  transition: background-color 0.5s ease-out;
}
header.mb {
  background-color: #fff;
  justify-content: start;
}
header.mb .btn-gnb {
  display: none;
}
header.mb .btn-close {
  display: block;
}
header.mb .logo {
  display: none;
}
header.mb .gnb {
  opacity: 1;
  right: 30px;
}
header .btn-close {
  display: none;
  font-size: 30px;
  cursor: pointer;
  text-align: left;
}
header .btn-gnb {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
header .gnb {
  display: flex;
  flex-direction: row;
}
header .gnb > a {
  font-weight: 500;
  font-size: 21.59px;
  padding: 0 20px;
  transition: all 0.5s ease;
}
header .gnb > a.blue {
  color: #005a9e;
  font-weight: 800;
}
header .gnb > a:last-child {
  padding: 0 0 0 20px;
}
@media (max-width: 1250px) {
  header {
    padding: 30px;
  }
}
@media (max-width: 960px) {
  header .btn-gnb {
    display: block;
  }
  header .gnb {
    opacity: 0;
    position: absolute;
    right: -100%;
    transition: all 0.5s ease-out;
  }
}
@media (max-width: 640px) {
  header .gnb > a {
    font-size: 3vw;
    padding: 0 10px;
  }
  header .gnb > a:last-child {
    font-size: 3vw;
    padding: 0 0 0 10px;
  }
}

.scrolldown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005a9e;
  font-size: 40px;
  font-weight: 900;
  opacity: 0.3;
  z-index: 10;
}
.scrolldown-arrow {
  margin-right: 17px;
}
.scrolldown-arrow > div:nth-child(2) {
  margin-top: -5px;
}
@media (max-width: 640px) {
  .scrolldown {
    transform: translateX(-50%) scale(0.7);
  }
}

@keyframes fadeBlink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blink {
  opacity: 0;
  animation: fadeBlink 3s ease-in-out infinite;
}
.blink:nth-child(2) {
  animation-delay: 0.2s;
}

.intro-wrap {
  display: grid;
  z-index: 2;
}
.intro-wrap .intro-bg {
  position: sticky;
  top: 0;
  min-height: 100vh;
  grid-area: 1/1;
}
.intro-wrap .intro-bg > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-wrap .intro-snap-wrap {
  grid-area: 1/1;
  min-width: 0;
  min-height: 0;
}

.intro {
  position: relative;
  width: 100%;
  max-width: 1250px;
  min-height: 100vh;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.intro-subtitle {
  width: 100%;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  transform: translateY(80px);
  opacity: 0;
}
.intro-title {
  width: 100%;
  font-size: 61.5px;
  font-weight: 700;
  text-align: left;
  margin-top: 5px;
  transform: translateY(80px);
  opacity: 0;
}
@media (max-width: 960px) {
  .intro-subtitle {
    font-size: 5vw;
  }
  .intro-title {
    font-size: 7vw;
  }
}
.intro-logo {
  text-align: center;
}
.intro-logo-top {
  display: flex;
  align-items: end;
}
.intro-logo-top > span {
  padding: 0 13px;
  transform: translateY(80px);
  opacity: 0;
}
.intro-logo > img {
  display: inline-block;
  margin-top: 44px;
  transform: translateY(80px);
  opacity: 0;
}
@media (max-width: 1024px) {
  .intro-logo {
    transform: scale(0.7);
  }
}
@media (max-width: 640px) {
  .intro-logo {
    transform: scale(0.6);
  }
}
@media (max-width: 500px) {
  .intro-logo {
    transform: scale(0.4);
  }
}

.hyaluronic {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.hyaluronic-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #b4d9ea, #fff);
  z-index: -1;
  opacity: 0;
}
.hyaluronic-cont {
  width: 100%;
  max-width: 1250px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.hyaluronic-cont .hyaluronic-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  z-index: 2;
}
.hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
  font-size: 61.5px;
  font-weight: 700;
  transform: translateY(80px);
  opacity: 0;
}
.hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title > span {
  background: linear-gradient(to bottom, #0096ce, #006ab2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
  font-size: 41px;
  font-weight: 200;
  text-align: left;
  transform: translateY(80px);
  opacity: 0;
}
@media (max-width: 960px) {
  .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    font-size: 7vw;
  }
  .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 4.5vw;
  }
}
@media (max-width: 640px) {
  .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    font-size: 8vw;
  }
  .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 5.5vw;
  }
}
.hyaluronic-img {
  opacity: 0;
  transition: top 0.5s ease;
  z-index: 1;
}
.hyaluronic-img.fixed {
  position: fixed;
  top: 50%;
}
.hyaluronic.second .hyaluronic-bg > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1250px) {
  .hyaluronic.second .hyaluronic-bg > video {
    object-position: right;
  }
}
@media (max-width: 640px) {
  .hyaluronic.second .hyaluronic-bg > video {
    object-position: 90%;
  }
}
.hyaluronic.second .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
  font-size: 29.2px;
}
@media (max-width: 960px) {
  .hyaluronic.second .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 3.5vw;
  }
}
@media (max-width: 640px) {
  .hyaluronic.second .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 4vw;
  }
}
.hyaluronic.second .hyaluronic-cont .hyaluronic-desc {
  font-size: 38.07px;
  font-weight: 300;
  line-height: 60px;
  transform: translateX(40px);
  opacity: 0;
}
.hyaluronic.second .hyaluronic-cont .hyaluronic-desc > span {
  color: #005a9e;
  font-weight: 700;
}
@media (max-width: 1250px) {
  .hyaluronic.second .hyaluronic-cont {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .hyaluronic.second .hyaluronic-cont .hyaluronic-desc {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .hyaluronic.second .hyaluronic-cont .hyaluronic-desc {
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
@media (max-width: 640px) {
  .hyaluronic.second .hyaluronic-cont .hyaluronic-desc {
    font-size: 4vw;
    line-height: 5.5vw;
  }
}
.hyaluronic.third {
  background: url("/assets/img/bg_hyaluronic_3.png") no-repeat center center;
  background-size: cover;
}
.hyaluronic.third .hyaluronic-cont {
  padding: 200px 30px;
}
.hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
  font-size: 38.7px;
  margin-top: 60px;
}
.hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle > span {
  font-weight: 700;
  color: #005a9e;
}
@media (max-width: 960px) {
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    font-size: 7vw;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
@media (max-width: 640px) {
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    font-size: 8vw;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 3.8vw;
    line-height: 5.5vw;
    word-break: keep-all;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle > br {
    display: none;
  }
}
@media (max-width: 580px) {
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}
.hyaluronic.third .hyaluronic-cont .hyaluronic-img {
  mix-blend-mode: darken;
}
@media (max-width: 1250px) {
  .hyaluronic.third .hyaluronic-cont {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap {
    width: 100%;
    text-align: right;
    align-items: end;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    margin-top: 100px;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle {
    text-align: right;
    margin-top: 30px;
  }
  .hyaluronic.third .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-subtitle .pc-br {
    display: none;
  }
}
@media (max-width: 700px) {
  .hyaluronic.third .hyaluronic-cont .hyaluronic-img > img {
    width: 100%;
  }
}
.hyaluronic.fourth {
  background-color: #fff;
}
.hyaluronic.fourth .hyaluronic-cont {
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1250px) {
  .hyaluronic.fourth .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    text-align: center;
  }
  .hyaluronic.fourth .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title .mb-br {
    display: block;
  }
}
@media (max-width: 960px) {
  .hyaluronic.fourth .hyaluronic-cont .hyaluronic-title-wrap .hyaluronic-title {
    font-size: 7vw;
  }
}
.hyaluronic.fourth .hyaluronic-cont .hyaluronic-img {
  margin-top: 20px;
  mix-blend-mode: darken;
}
@media (max-width: 760px) {
  .hyaluronic.fourth .hyaluronic-cont .hyaluronic-img > img {
    width: 100%;
  }
}

.lilied {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 1250px) {
  .lilied-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgb(255, 255, 255) 100%);
    z-index: 2;
  }
}
.lilied-bg-left {
  position: absolute;
  left: 0;
  height: 100%;
  text-align: left;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}
.lilied-bg-left > img {
  width: auto;
  height: 100%;
}
.lilied-bg-right {
  position: absolute;
  right: 0;
  height: 100%;
  text-align: right;
  mix-blend-mode: darken;
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.lilied-bg-right > img {
  width: auto;
  height: 100%;
}
.lilied-cont {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  padding: 0 30px;
  z-index: 3;
}
.lilied-cont > div {
  opacity: 0;
  transform: translateY(80px);
}
.lilied-cont span {
  color: #aec1d5;
}
.lilied-cont-desc {
  font-size: 29px;
  font-weight: 400;
  margin-top: 100px;
  line-height: 45px;
}
.lilied-cont-footer {
  margin-top: 100px;
}
@media (max-width: 500px) {
  .lilied-cont-title {
    font-size: 7vw;
  }
  .lilied-cont-desc {
    font-size: 5vw;
  }
  .lilied-cont-footer {
    font-size: 6vw;
  }
}
.lilied.second {
  background: linear-gradient(to bottom, #b4d9ea, #fff);
}
.lilied.second .lilied-cont .lilied-cont-desc {
  margin-top: 40px;
}
@media (max-width: 580px) {
  .lilied.second .lilied-cont-title {
    width: 80%;
    margin: 0 auto;
  }
  .lilied.second .lilied-cont-title > img {
    width: 100%;
  }
}

.review {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 200px 0;
}
.review-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.review-bg > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-title-wrap {
  position: relative;
  padding: 0 50px;
}
.review-title {
  position: relative;
  font-size: 120px;
  font-weight: 600;
  background: linear-gradient(to bottom, #0096ce, #006ab2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 2;
  transform: translateY(80px);
  opacity: 0;
}
@media (max-width: 960px) {
  .review-title {
    font-size: 12vw;
  }
}
.review-title-bg {
  position: absolute;
  background-color: #cfeef8;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.review-list {
  position: relative;
  margin: 50px auto 0;
  padding: 0;
  display: flex;
  max-width: 750px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.review-list > li {
  list-style-type: none;
  perspective: 800px;
  box-sizing: border-box;
}
.review-list > li .review-item-wrap {
  background-color: #e5f3f9;
  border-radius: 15px;
  padding: 50px 75px;
  aspect-ratio: 1/1.25;
  max-width: 350px;
  box-sizing: border-box;
  align-content: space-between;
  margin-top: 50px;
  transform-origin: 50% 50%;
}
.review-list > li .review-item-wrap .review-item-figure {
  max-width: 220px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 110px;
  background-color: #005a9e;
}
.review-list > li .review-item-wrap .review-item-name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #005a9e;
  margin-top: 20px;
}
.review-list > li .review-item-wrap .review-item-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #005a9e;
  word-break: keep-all;
  margin-top: 20px;
}
.review-list > li:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 860px) {
  .review-list {
    padding: 0 30px;
  }
  .review-list > li {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .review-list {
    flex-direction: column;
  }
  .review-list > li {
    width: 100%;
  }
  .review-list > li .review-item-wrap {
    padding: 50px;
    margin: 30px auto;
  }
  .review-list > li .review-item-wrap .review-item-figure {
    margin: 0 auto;
  }
  .review-list > li:nth-child(2) {
    margin-top: -30px;
  }
}

.contact {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 30px;
  box-sizing: border-box;
}
@media (max-width: 760px) {
  .contact {
    padding: 200px 30px;
  }
}
.contact .wave-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  z-index: 1;
}
.contact .wave-wrap .wave-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400rem;
  height: 41.25rem;
  background: url("/assets/img/bg_wave.svg") repeat-x;
  background-size: auto 100%;
  animation: wave 9s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  /* -webkit-transform: translate3d(0, -5px, 0); */
  -ms-transform: translate3d(0, -5px, 0);
  /* transform: translate3d(0, -5px, 0); */
  z-index: 1;
}
.contact .wave-wrap .wave-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400rem;
  height: 20.625rem;
  background: url("/assets/img/bg_wave_2.svg") repeat-x;
  background-size: auto 100%;
  animation: wave 9s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  animation-delay: 1s;
  /* -webkit-transform: translate3d(0, -5px, 0); */
  -ms-transform: translate3d(0, -5px, 0);
  /* transform: translate3d(0, -5px, 0); */
  z-index: 2;
}
.contact-title {
  font-size: 120px;
  font-weight: 600;
  background: linear-gradient(to bottom, #0096ce, #006ab2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateY(80px);
  opacity: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .contact-title {
    font-size: 12vw;
  }
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 790px;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.contact-form-box {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin: 5% 0 3%;
  transform: translateY(80px);
  opacity: 0;
}
.contact-form-box > label {
  font-size: 25px;
  font-weight: 500;
}
.contact-form-box > input {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #4488b9;
  font-size: 23px;
  font-weight: 500;
  color: #b1d0e4;
  margin-top: 10px;
  padding: 5px 0;
  outline: none;
}
@media (max-width: 760px) {
  .contact-form {
    flex-direction: column;
  }
  .contact-form-box {
    width: 100%;
    margin: 5% 0 5%;
  }
}
.contact-submit {
  background-color: #1b4e93;
  border-radius: 15px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 10px 50px;
  margin: 50px auto 0;
  transform: translateY(80px);
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  border: 0;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -3200px;
  }
}
.solution {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 30px;
}
.solution-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.solution-bg > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-logo {
  text-align: center;
  transform: translateY(80px);
  opacity: 0;
}
.solution-logo > img {
  display: inline-block;
  width: 80%;
  height: auto;
}
.solution-title {
  font-size: 41.96px;
  font-weight: 600;
  margin-top: 50px;
  transform: translateY(80px);
  opacity: 0;
}
.solution-subtitle {
  font-size: 75.73px;
  font-weight: 700;
  color: #aec1d5;
  transform: translateY(80px);
  opacity: 0;
}
.solution-desc {
  font-size: 27.67px;
  text-align: center;
  margin-top: 50px;
  line-height: 40px;
  transform: translateY(80px);
  opacity: 0;
}
@media (max-width: 960px) {
  .solution-title {
    font-size: 4vw;
  }
  .solution-subtitle {
    font-size: 7vw;
  }
  .solution-desc {
    font-size: 3vw;
  }
}
@media (max-width: 580px) {
  .solution-desc {
    font-size: 4vw;
    word-break: keep-all;
  }
  .solution-desc .pc-br {
    display: none;
  }
  .solution-desc .mb-br {
    display: block;
  }
}

.footer {
  position: relative;
  z-index: 11;
}
.footer-wrap {
  padding: 100px 30px;
  background-color: #005a9e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.footer-wrap .footer-info {
  color: #fff;
}
.footer-wrap .footer-info dl {
  display: flex;
  flex-direction: row;
  align-items: start;
  font-size: 20px;
  margin: 0 0 50px;
}
.footer-wrap .footer-info dl:nth-child(3) {
  margin: 0;
}
.footer-wrap .footer-info dt {
  font-size: 23px;
  font-weight: 900;
  width: 128px;
}
.footer-wrap .footer-info dd {
  font-size: 20px;
}
.footer-wrap .footer-info dd > ul {
  margin: 0;
  padding: 0;
}
.footer-wrap .footer-info dd > ul > li {
  list-style-type: none;
  margin-bottom: 15px;
  word-break: keep-all;
}
@media (max-width: 960px) {
  .footer-wrap {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .footer-wrap .footer-info dt {
    margin-bottom: 20px;
  }
  .footer-wrap .footer-info dl {
    flex-direction: column;
  }
  .footer-wrap .footer-info dl dd {
    font-size: 4vw;
    margin: 0;
  }
  .footer-wrap .footer-info dl dd > ul > li .mb-br {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
