@font-face {
  font-family: 'FjallaOne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font/FjallaOne-Latin.woff2) format("woff2"); }

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font/Pretendard-Regular.subset.woff2) format("woff2"); }

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font/Pretendard-Bold.subset.woff2) format("woff2"); }

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/assets/font/Pretendard-Black.subset.woff2) format("woff2"); }

.reveal-ready .js-fade-up > * {
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.reveal-ready .js-fade-up > .is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.lens-hero {
  background-color: #000; }

.lens-hero__top {
  top: 120px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

@media (min-width: 1024px) {
  .lens-hero {
    height: auto;
    min-height: calc(100vh + 246px); }
  .lens-hero .bg {
    height: calc(100vh + 70px); }
  .lens-hero .bg__img {
    -o-object-position: center;
       object-position: center; }
  .lens-hero .bg::after {
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(0, 0, 0, 0.946)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.946) 15%, rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.946) 15%, rgba(0, 0, 0, 0) 75%); } }

.lens-hero__name {
  font-family: "FjallaOne", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400; }

.lens-hero__copy {
  font-family: "Pretendard", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.05; }

.lens-hero__bottom {
  max-width: 672px; }

.lens-hero__bottom p {
  font-family: "Pretendard", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: left; }

.lens-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 419px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1128px;
  pointer-events: none;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.lens-hero__scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.lens-hero__scroll-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "FjallaOne", Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1;
  color: #fff; }

.lens-hero__scroll-line {
  position: relative;
  overflow: hidden;
  width: 1px;
  height: 100px;
  margin-top: 16px;
  background-color: #dfe0e0; }

.lens-hero__scroll-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: -40px;
  width: 1px;
  height: 40px;
  background-color: #018463;
  -webkit-animation: pdp-scroll-line 3s linear infinite;
          animation: pdp-scroll-line 3s linear infinite; }

@-webkit-keyframes pdp-scroll-line {
  0% {
    top: -40px; }
  100% {
    top: 100%; } }

@keyframes pdp-scroll-line {
  0% {
    top: -40px; }
  100% {
    top: 100%; } }

@media (prefers-reduced-motion: reduce) {
  .lens-hero__scroll-line::before {
    -webkit-animation: none;
            animation: none;
    top: 0; } }

.video-player {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.video-player__splash {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0; }

.video-player__splash img {
  display: block;
  width: 100%;
  height: auto; }

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff; }

.video-player__splash:hover .play-button,
.video-player__splash:focus-visible .play-button {
  background-color: rgba(255, 255, 255, 0.2); }

.video-player__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video-player__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media (max-width: 767px) {
  .play-button {
    width: 64px;
    height: 64px; }
  .play-button::before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px; } }

.l-wrap .l-content.js-fade-up {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

.js-fade-up h3 {
  font-family: "Pretendard", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px; }

.js-fade-up h3::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  margin: 26px auto 0;
  background-color: #029570; }

.js-fade-up p {
  font-family: "Pretendard", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
  margin-bottom: 24px; }

.js-fade-up .cap {
  font-family: "Pretendard", "NanumSquare", "Malgun Gothic", sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 15.75px; }

@media (max-width: 1023px) {
  .lens-hero__copy {
    font-size: 36px; }
  .js-fade-up h3 {
    font-size: 36px; }
  .lens-hero__scroll {
    display: none; } }

@media (max-width: 767px) {
  .lens-hero__top {
    top: 90px; }
  .lens-hero__name {
    font-size: 20px; }
  .lens-hero__copy {
    font-size: 28px; }
  .lens-hero__bottom p {
    font-size: 15px;
    line-height: 26px; }
  .js-fade-up h3 {
    font-size: 28px;
    margin-bottom: 28px; }
  .js-fade-up h3::after {
    margin-top: 18px; }
  .js-fade-up p {
    font-size: 15px;
    line-height: 27px; } }
