* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 48px;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Gowun Dodum", sans-serif;
  font-size: 10px;
  color: rgb(0, 0, 0);
  overflow-x: hidden;
}

.odd .button-bg {
  left: 0;
}
.odd .section-button:hover .button-bg {
  left: -150%;
}

.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(161, 161, 161) 1%, rgb(255, 255, 255) 2%, rgb(255, 255, 255) 98%, rgb(161, 161, 161) 99%, rgb(255, 255, 255) 100%);
}
.section .section-text {
  margin-top: 70px;
  text-align: center;
}
.section .section-text .section-title {
  font-size: 32px;
  text-transform: uppercase;
}
.section .section-text .section-info {
  margin: 30px 0;
  font-size: 16px;
}
.section .section-text a {
  display: inline-block;
  position: relative;
  margin-bottom: 100px;
  padding: 10px;
  font-family: "Gowun Dodum", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: lightgray;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}
.section .section-text a p {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.section .section-text a i {
  font-size: 28px;
}
.section .section-text a .button-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300%;
  background-image: radial-gradient(circle 150px, #d8d8d8 0%, #272727 80%, #000000 100%);
  transition: 0.5s;
  z-index: -1;
}
.section .section-text .section-button:hover .button-bg {
  right: -150%;
}
.section .section-view {
  position: relative;
  width: 100%;
  height: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.section .section-view img {
  position: absolute;
  bottom: 0;
  width: 80%;
}
.section .section-view video {
  display: none;
  position: absolute;
  width: 80%;
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  height: 65px;
  padding: 0 40px;
  z-index: 10;
}
.nav .nav-logo {
  font-family: "WindSong", cursive;
  font-size: 14px;
  margin-bottom: 10px;
}
.nav .nav-logo span {
  font-size: 18px;
  font-weight: bold;
}
.nav .nav-desktop {
  display: none;
  margin-left: auto;
  margin-bottom: 10px;
}
.nav .nav-desktop a {
  margin: 5px;
  padding: 8px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  transition: color 0.3s, text-shadow 0.3s, background-color 0.3s;
}
.nav .nav-desktop a:hover {
  color: white;
  text-shadow: 0 0 5px #000;
  background-color: #c4c4c4;
}
.nav .nav-button {
  padding: 5px 10px 3px;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 24px;
  border: none;
  background: none;
  border-radius: 15px;
  cursor: pointer;
  transition: color 0.3s, text-shadow 0.3s, background-color 0.3s;
}
.nav .nav-button-hover {
  color: white;
  text-shadow: 0 0 5px #000;
  background-color: #c4c4c4;
}
.nav .nav-items {
  display: none;
}
.nav .nav-bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 30%, rgb(240, 240, 240) 100%);
  z-index: -5;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 40px;
  right: 0;
  padding: 20px;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 30px white;
  border-bottom-left-radius: 30px;
  z-index: 9;
}
.nav-mobile a {
  margin: 5px;
  padding: 8px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  transition: color 0.3s, text-shadow 0.3s, background-color 0.3s;
}
.nav-mobile a:hover {
  color: white;
  text-shadow: 0 0 5px #000;
  background-color: #c4c4c4;
}

.nav-bg-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.4666666667);
  z-index: 8;
}

.show {
  display: flex;
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  background-image: url("../img/home/hero-img-m.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.header .hero-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -5;
}
.header .hero-text {
  position: relative;
  font-family: "WindSong", cursive;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(130deg, #000000 0%, #181818 56%, #d8d8d8 59%, #181818 62%, #181818 72%, #d8d8d8 75%, #181818 78%, #000000 100%);
  background-size: 500%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 5px #ffffff);
  animation: hero-text 6s linear infinite;
}
.header .hero-text sup {
  font-size: 32px;
}
.header .hero-text sub {
  font-size: 32px;
}
.header .hero-text-arrow {
  position: absolute;
  bottom: 20px;
  font-size: 36px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  animation: arrowBounce 4s infinite 2s linear;
}

@keyframes hero-text {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes arrowBounce {
  0%, 20%, 40%, 100% {
    transform: translateY(0);
  }
  10%, 30% {
    transform: translateY(-15px);
  }
}
.up-button-base {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 7;
}
.up-button-base .up-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 3px 10px 5px;
  color: white;
  background-color: rgb(0, 0, 0);
  border-radius: 20px;
  font-size: 24px;
  text-decoration: none;
  opacity: 0;
  animation: showButton linear;
  animation-timeline: scroll();
}

@keyframes showButton {
  0% {
    opacity: 0;
  }
  25%, 100% {
    opacity: 0.5;
  }
}
.information {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 20px;
  margin-top: 10vh;
  font-size: 18px;
  text-align: center;
}
.information span {
  font-weight: bold;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 100%;
  margin-top: 10vh;
  background-color: rgb(228, 228, 228);
  font-size: 14px;
}

.section-movie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 100%;
}
.section-movie .section-text {
  margin-top: 70px;
  text-align: center;
}
.section-movie .section-text .section-title {
  font-size: 32px;
  text-transform: uppercase;
}
.section-movie .section-text .section-info {
  margin: 30px 0;
  font-size: 16px;
}
.section-movie .section-view {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.section-movie .section-view video {
  width: 80%;
}
.section-movie .section-view img {
  width: 80%;
}
.section-movie a {
  display: inline-block;
  position: relative;
  padding: 10px;
  font-family: "Gowun Dodum", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: lightgray;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}
.section-movie a p {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.section-movie a i {
  margin-left: 10px;
  font-size: 28px;
}
.section-movie a .button-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 350%;
  background-image: radial-gradient(circle 150px, #d8d8d8 0%, #272727 80%, #000000 100%);
  transition: 0.5s;
  z-index: -1;
}
.section-movie .section-button:hover .button-bg {
  right: -180%;
}

@media (min-width: 768px) {
  .section {
    flex-direction: row;
    margin: 0;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(228, 228, 228) 5%, rgb(255, 255, 255) 100%);
  }
  .section .section-text,
  .section .section-view {
    width: 50%;
    transition: transform 0.5s;
    margin: 0;
  }
  .section .section-view {
    height: 300px;
  }
  .section .section-view img {
    bottom: auto;
    z-index: 1;
  }
  .section .section-text a {
    margin-bottom: 0;
  }
  .section .section-text a i {
    rotate: -90deg;
  }
  .odd {
    background-image: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(228, 228, 228) 5%, rgb(255, 255, 255) 100%);
  }
  .odd .section-text {
    order: 1;
  }
  .odd .section-text .section-button i {
    rotate: 90deg;
  }
  .odd .section-view {
    order: 0;
  }
  .section:hover .section-text {
    transform: translateX(5%) scale(105%);
  }
  .section:hover .section-view {
    transform: translateX(-5%) scale(105%);
  }
  .section:hover .section-view img {
    opacity: 0;
    transition: opacity 0.5s;
  }
  .section:hover .section-view video {
    display: inline-block;
  }
  .odd:hover .section-text {
    transform: translateX(-5%) scale(105%);
  }
  .odd:hover .section-view {
    transform: translateX(5%) scale(105%);
  }
  .nav .nav-button {
    display: none;
  }
  .nav .nav-desktop {
    display: flex;
  }
  .nav .nav-mobile {
    display: none;
  }
  .nav-mobile {
    display: none;
  }
  .header {
    height: 100vh;
  }
  .header .hero-text {
    font-size: 28px;
  }
  .header .hero-text sup {
    font-size: 60px;
  }
  .header .hero-text sub {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .nav {
    padding: 0 80px;
  }
  .nav .nav-desktop {
    padding: 10px;
  }
  .nav .nav-desktop a {
    font-size: 16px;
  }
  .header {
    background-image: url("../img/home/hero-img.jpg");
  }
}
@media (min-width: 1200px) {
  .nav {
    max-width: 1200px;
  }
  section {
    max-width: 1200px;
  }
  .header .hero-text {
    font-size: 32px;
  }
  .header .hero-text sup {
    font-size: 70px;
  }
  .header .hero-text sub {
    font-size: 70px;
  }
  .up-button-base {
    max-width: 1200px;
  }
}/*# sourceMappingURL=style.css.map */