@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Noto+Serif+KR:wght@400&display=swap");
:root {
  --mobile-height-as: calc(100dvh);
}

body {
  font-family: "Pretendard";
  word-break: keep-all;
}

nav {
  position: fixed;
  top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.2666666667);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  z-index: 100;
}
nav.mobile-menu {
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  top: auto;
  padding: 0;
  bottom: 0;
}
nav.mobile-menu ul {
  width: 100%;
  gap: 1px;
  background: #fa00ff;
  background: -webkit-gradient(linear, left top, right top, from(#3401ff), to(#fa00ff));
  background: linear-gradient(90deg, #3401ff 0%, #fa00ff 100%);
}
nav.mobile-menu li {
  padding: 0;
  width: 100%;
}
nav.mobile-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  color: #fff;
}
nav.mobile-menu li a:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2666666667);
}
nav.mobile-menu li a i {
  font-size: 24px;
}
nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 24px;
}
nav ul {
  gap: 14px;
  margin: 0;
}
nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ececec;
  color: #000;
  font-size: 20px;
  border-radius: 500px;
}

.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height) {
  min-height: 100svh !important;
}

.fp-watermark {
  display: none;
}

.fixed-story {
  position: fixed;
  inset: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed-story .story-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}
.fixed-story .story-nav li {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.fixed-story .story-nav li + li {
  border-top: 1px solid #ececec;
}
.fixed-story .story-nav li.active img {
  -webkit-filter: invert(8%) sepia(100%) saturate(7431%) hue-rotate(248deg) brightness(98%) contrast(143%);
          filter: invert(8%) sepia(100%) saturate(7431%) hue-rotate(248deg) brightness(98%) contrast(143%);
}
.fixed-story .story-nav li.active p {
  color: #0000ff;
}
.fixed-story .story-nav li img {
  max-width: 24px;
  -webkit-filter: invert(65%) sepia(0%) saturate(1977%) hue-rotate(197deg) brightness(96%) contrast(82%);
          filter: invert(65%) sepia(0%) saturate(1977%) hue-rotate(197deg) brightness(96%) contrast(82%);
}
.fixed-story .story-nav li p {
  font-size: 22px;
  display: inline-block;
  margin: 0;
  color: #999;
  font-weight: 600;
}
.fixed-story .position {
  position: fixed;
  width: 100%;
  height: 100%;
}

.section .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section .fp-auto-height {
  min-height: auto !important;
}
.section h3 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section h3 {
    font-size: 30px;
  }
}
.section-hero {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .section-hero {
    height: auto;
  }
  .section-hero .fp-overflow {
    overflow: auto;
  }
}
.section-hero::after {
  position: absolute;
  content: "";
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgb(52, 1, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(52, 1, 255)), color-stop(65%, rgb(250, 0, 255)), to(rgb(52, 1, 255)));
  background: linear-gradient(90deg, rgb(52, 1, 255) 0%, rgb(250, 0, 255) 65%, rgb(52, 1, 255) 100%);
  background-size: 200% 100%;
  -webkit-animation: moveGradient 10s linear infinite;
          animation: moveGradient 10s linear infinite;
}
.section-hero .fp-overflow {
  overflow: hidden;
}
@-webkit-keyframes moveGradient {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes moveGradient {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.section-hero .container {
  height: auto;
  min-height: 100dvh;
}
.section-hero h1 {
  font-family: "Noto Serif KR", serif;
  font-size: 70px;
  line-height: 1.22em;
  margin-bottom: 0.57em;
}
.section-hero h2 {
  font-size: 22px;
  line-height: 1.6em;
  color: #666;
}
.section-hero .btn {
  padding: 12px 24px;
  background-color: #ececec;
  border-radius: 12px;
  width: 158px;
}
@media (max-width: 992px) {
  .section-hero h1 {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .section-hero h1 {
    font-size: 56px;
  }
}
@media (max-width: 564px) {
  .section-hero h1 {
    font-size: 36px;
  }
  .section-hero h2 {
    font-size: 16px;
  }
}
.section-hero .heroSwiper {
  overflow: initial;
}
.section-hero .heroSwiper .swiper-wrapper {
  height: 490px;
}
.section-hero .heroSwiper .swiper-slide {
  width: 270px;
  height: 490px;
  border-radius: 48px;
  overflow: hidden;
  position: relative;
}
.section-hero .heroSwiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section-hero .heroSwiper .swiper-slide-prev img {
  opacity: 0;
}
.section-hero .heroSwiper .swiper-slide-active img {
  opacity: 1;
}
.section-hero .heroSwiper .swiper-slide-next img {
  opacity: 0.6;
}
.section-hero .heroSwiper .swiper-slide-next + .swiper-slide img {
  opacity: 0.1;
}
.section-intro {
  background-image: url(../images/bg-intro.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.section-intro h3 {
  font-size: 36px;
  line-height: 1.4em;
}
.section-intro p {
  font-size: 22px;
  margin-bottom: 0;
}
.section-intro p + p {
  margin-top: 1.8em;
}
@media (max-width: 564px) {
  .section-intro h3 {
    font-size: 28px;
  }
  .section-intro p {
    font-size: 16px;
  }
}
.section-story {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 0;
}
.section-story div[class*=col-] > div {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.section-story .frame {
  z-index: 1;
  width: 268px;
  height: 550px;
  background-image: url(../images/phone-frame.png);
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 45px;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 5px 9px 22px 0px rgba(0, 0, 0, 0.04), 20px 34px 39px 0px rgba(0, 0, 0, 0.03), 44px 77px 53px 0px rgba(0, 0, 0, 0.02), 78px 137px 63px 0px rgba(0, 0, 0, 0.01), 123px 214px 69px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 5px 9px 22px 0px rgba(0, 0, 0, 0.04), 20px 34px 39px 0px rgba(0, 0, 0, 0.03), 44px 77px 53px 0px rgba(0, 0, 0, 0.02), 78px 137px 63px 0px rgba(0, 0, 0, 0.01), 123px 214px 69px 0px rgba(0, 0, 0, 0);
}
.section-story .frame .view {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  overflow: hidden;
}
.section-story .frame .view .viewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-story .frame .view .viewer .story {
  width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-story .frame .view .viewer img {
  max-width: 254px;
  display: block;
}
.section-story.fp-completely .story {
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation: slide 8s ease-in-out infinite;
          animation: slide 8s ease-in-out infinite;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  20% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  60% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  65% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  20% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  25% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  60% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  65% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.section-story .title {
  font-size: 48px;
  color: #0000ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4em;
}
.section-story p {
  font-size: 32px;
  line-height: 1.5em;
}
.section-story .desc {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.section-story .desc img {
  max-width: 248px;
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .section-story .title {
    font-size: 32px;
  }
  .section-story p {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .section-story {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.section-story-m {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
  background-color: #fff;
}
.section-story-m .col-12 {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #ececec;
}
.section-story-m .panel {
  height: 100dvh;
}
.section-story-m .part {
  color: #0000ff;
  font-weight: 500;
  text-align: center;
}
.section-story-m .part img {
  -webkit-filter: invert(8%) sepia(100%) saturate(7431%) hue-rotate(248deg) brightness(98%) contrast(143%);
          filter: invert(8%) sepia(100%) saturate(7431%) hue-rotate(248deg) brightness(98%) contrast(143%);
}
.section-story-m .part p {
  font-size: 22px;
  line-height: 1.5em;
  margin-top: 8px;
}
.section-story-m .frame {
  width: 268px;
  height: 550px;
  background-image: url(../images/phone-frame.png);
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 45px;
  padding: 7px;
  margin: 30px auto;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 5px 9px 22px 0px rgba(0, 0, 0, 0.04), 20px 34px 39px 0px rgba(0, 0, 0, 0.03), 44px 77px 53px 0px rgba(0, 0, 0, 0.02), 78px 137px 63px 0px rgba(0, 0, 0, 0.01), 123px 214px 69px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 5px 9px 22px 0px rgba(0, 0, 0, 0.04), 20px 34px 39px 0px rgba(0, 0, 0, 0.03), 44px 77px 53px 0px rgba(0, 0, 0, 0.02), 78px 137px 63px 0px rgba(0, 0, 0, 0.01), 123px 214px 69px 0px rgba(0, 0, 0, 0);
}
.section-story-m .frame .view {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  background-color: #fff;
  overflow: hidden;
}
.section-story-m .frame .view img {
  max-width: 254px;
  display: block;
}
.section-story-m .frame .viewAni {
  position: relative;
  width: 508px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; /* transition 추가 */
}
.section-story-m h3 {
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}
.section-map {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.section-map img {
  max-width: 100%;
}
.section-find {
  text-align: center;
  background-image: url(../images/map.jpg);
  background-size: cover;
  background-position: center;
}
.section-find .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-find img {
  max-height: 500px;
}
.section-find h3 {
  text-align: left;
  color: #fff;
  font-size: 48px;
  line-height: 1.4em;
  margin-bottom: 50px;
}
.section-find h6 {
  font-size: 22px;
  line-height: 1.6em;
  color: #fff;
  text-align: left;
}
@media (max-width: 1024px) {
  .section-find h6 {
    font-size: 18px;
  }
}
.section-find h6 + p {
  margin-top: 16px;
}
.section-find .phone-position {
  position: relative;
}
.section-find .phone {
  position: absolute;
  max-width: 268px;
  height: auto;
  bottom: 0px;
  right: 80px;
  border-radius: 45px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 5px 9px 22px 0px rgba(0, 0, 0, 0.04), 20px 34px 39px 0px rgba(0, 0, 0, 0.03), 44px 77px 53px 0px rgba(0, 0, 0, 0.02), 78px 137px 63px 0px rgba(0, 0, 0, 0.01), 123px 214px 69px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 5px 9px 22px 0px rgba(0, 0, 0, 0.04), 20px 34px 39px 0px rgba(0, 0, 0, 0.03), 44px 77px 53px 0px rgba(0, 0, 0, 0.02), 78px 137px 63px 0px rgba(0, 0, 0, 0.01), 123px 214px 69px 0px rgba(0, 0, 0, 0);
  background-image: url(../images/phone.png);
  background-size: contain;
}
@media (max-width: 1024px) {
  .section-find .phone {
    max-width: 25vw;
    right: auto;
    border-radius: 4vw;
    background-color: transparent;
  }
}
.section-banner {
  height: 100svh;
  overflow: hidden;
}
.section-banner .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100svh;
  background-size: cover;
}
.section-banner .panel .container {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media (max-width: 1024px) {
  .section-banner .panel .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-banner .panel .container .say {
  display: inline-block;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 20px;
}
.section-banner .panel .container h3 {
  font-size: 48px;
  line-height: 1.25em;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .section-banner .panel .container h3 {
    font-size: 36px;
  }
}
.section-banner .panel .container .desc {
  position: relative;
  font-size: 22px;
  line-height: 1em;
  padding: 0 36px;
}
.section-banner .panel .container .desc::before, .section-banner .panel .container .desc::after {
  position: absolute;
  width: 22px;
  height: 22px;
  content: "";
}
.section-banner .panel .container .desc::before {
  left: 0;
  background-image: url(../images/desc-point.svg);
}
.section-banner .panel .container .desc::after {
  right: 0;
  background-image: url(../images/desc-point.svg);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .section-banner .panel .container .desc {
    font-size: 16px;
    padding: 0 24px;
  }
  .section-banner .panel .container .desc::before, .section-banner .panel .container .desc::after {
    position: absolute;
    width: 16px;
    height: 16px;
    content: "";
    background-size: contain;
  }
}
.section-cta {
  position: relative;
  overflow: hidden;
  color: #000;
  padding: 140px 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(80.19%, #3401ff), color-stop(105.99%, #fa00ff));
  background: linear-gradient(90deg, #3401ff 80.19%, #fa00ff 105.99%);
  z-index: 0;
}
.section-cta .container {
  position: relative;
}
.section-cta .container::before {
  position: absolute;
  width: 870px;
  height: 870px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  right: -310px;
  content: "";
  background-image: url(../images/flower.svg);
  top: calc(50% - 435px);
  z-index: -1;
  -webkit-animation: rotate_image 20s linear infinite;
          animation: rotate_image 20s linear infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@-webkit-keyframes rotate_image {
  50% {
    -webkit-filter: hue-rotate(360deg) invert(0.3);
            filter: hue-rotate(360deg) invert(0.3);
  }
  100% {
    rotate: 360deg;
    -webkit-filter: hue-rotate(0deg) invert(0);
            filter: hue-rotate(0deg) invert(0);
  }
}
@keyframes rotate_image {
  50% {
    -webkit-filter: hue-rotate(360deg) invert(0.3);
            filter: hue-rotate(360deg) invert(0.3);
  }
  100% {
    rotate: 360deg;
    -webkit-filter: hue-rotate(0deg) invert(0);
            filter: hue-rotate(0deg) invert(0);
  }
}
.section-cta .btn {
  font-size: 18px;
  font-weight: 500;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
}
.section-cta .btn i {
  font-size: 24px;
}
.section-cta h3 {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  line-height: 52px;
}

footer {
  font-size: 12px;
  color: #666;
  padding: 80px 0;
  background-color: #fff;
}
footer .row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer .logo {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #222;
  text-decoration: none;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
footer ul li b {
  color: #333;
}
footer ul li.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer ul li a {
  position: relative;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
}
footer ul li a + a::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-right: 8px;
  background-color: #999;
}

/* 작은 기기들 (태블릿, 768px 이상) */
/* 중간 기기들 (데스크탑, 992px 이상) */
/* 큰 기기들 (큰 데스크탑, 1200px 이상) */
@media (max-width: 899px) {
  .section-hero .container {
    min-height: initial;
  }
  .fp-overflow {
    max-height: initial;
  }
  .section.section-story,
  .fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height) {
    height: auto !important;
    min-height: initial !important;
    height: var(--mobile-height-as) !important;
  }
  .section .fp-overflow {
    overflow-y: hidden;
    height: 100%;
  }
  .section-banner {
    height: 100%;
    width: 100%;
  }
  .section-banner .inner {
    height: 100%;
    width: 100%;
  }
  .section-banner .panel {
    height: 100%;
    width: 100%;
  }
}