@charset "UTF-8";
@import url("lib/normalize.css");
@import url("lib/swiper-bundle.min.css");
@import url("lib/aos.css");
@import url("lib/lity.css");
@import url("fix.css");
header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-height: 960px;
}
@media only screen and (orientation: portrait) {
  header {
    max-height: 100%;
  }
}
header .bg_video {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  header .bg_video {
    left: 0;
  }
}
header .link {
  width: auto;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}
header .link a.btnDC,
header .link a.btnFB,
header .link a.btnHome,
header .link a.btnDown {
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 22.5px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 10px;
  background-color: #003e78;
}
header .link a.btnDC:hover,
header .link a.btnFB:hover,
header .link a.btnHome:hover,
header .link a.btnDown:hover {
  background-color: #5f5f5f;
  color: #fff;
}
header .link a.btnHome {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnHome.svg);
}
header .link a.btnFB {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnFB.svg);
  background-color: #0866ff;
}
header .link a.btnDC {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnDC.svg);
  background-color: #5865f2;
}
header .link a.btnDown {
  width: 120px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1;
  text-align: center;
  color: #fff;
}
header a.logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 999;
}
header .nav {
  width: auto;
  height: 100%;
  display: block;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 999;
}
header .nav .close,
header .nav .open {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -50px;
  background-color: #003e78;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/common/header/navClosed.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 999;
}
header .nav .open {
  width: 0;
  height: 50px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/common/header/navOpen.svg");
}
header .nav ul#menu {
  width: 250px;
  height: 100%;
  transition: all 0.5s;
  display: inline-block;
  float: left;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
header .nav ul#menu > a img {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
header .nav ul#menu li a {
  width: 250px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
header .nav ul#menu li a img {
  display: inline-block;
  margin-top: 25px;
  margin-left: 20px;
}
header .nav ul#menu li a img.icon {
  padding-top: 20px;
  margin-left: 5px;
  vertical-align: top;
  animation: shack 0.5s infinite;
}
@keyframes shack {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
header .nav ul#menu li a p {
  font-size: 18px;
  font-weight: 450;
  line-height: 100px;
  letter-spacing: 3;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  color: #fff;
}
header .nav ul#menu li:hover,
header .nav ul#menu li.active {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
header .nav ul#menu li:hover p,
header .nav ul#menu li.active p {
  font-size: 18px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 3;
}
header .main {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 100%;
  z-index: 10;
}
header .main img.char {
  position: absolute;
  display: block;
  z-index: 20;
  opacity: 0;
  left: -650px;
  top: -5vh;
  animation-name: left;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
@media only screen and (orientation: portrait) {
  header .main img.char {
    left: -45%;
    top: 0;
  }
}
header .main .title {
  width: 1390px;
  height: 910px;
  position: absolute;
  display: block;
  top: 15%;
  left: -30%;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/title/bg.png");
  background-size: 100%;
  background-position: top center;
  z-index: 50;
}
header .main .title img {
  display: block;
  margin: 3rem auto;
}
header .main .title img.sub {
  opacity: 0;
  animation-name: up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
header .main .title img.date {
  opacity: 0;
  animation-name: up;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
header .main .title img.title_EN {
  opacity: 0;
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
header .main .title img.fx {
  position: absolute;
  display: block;
  opacity: 0;
  top: -30px;
  left: -90px;
  animation-name: fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.7s;
}
header .main .title a.btnPlay {
  width: 180px;
  height: 180px;
  transition: all 0.5s;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: -4rem;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/title/btnPlay_D.png");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
header .main .title a.btnPlay:hover {
  filter: brightness(1.5);
}
@media only screen and (orientation: portrait) {
  header .main .title {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 50%;
  }
}
header .main .btn {
  width: 433px;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  margin-top: -2rem;
}
header .main .btn a.btnA {
  width: 433px;
  height: 124px;
  transition: all 0.5s;
  display: block;
  opacity: 0;
  animation-name: right;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/btnStory.png");
}
header .main .btn a.btnA:hover {
  filter: brightness(1.5);
}
header .main .btn a.btnB {
  width: 433px;
  height: 124px;
  transition: all 0.5s;
  display: block;
  opacity: 0;
  animation-name: left;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/btnDesign.png");
}
header .main .btn a.btnB:hover {
  filter: brightness(1.5);
}
header #sparks {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  z-index: 10;
  float: left;
  pointer-events: none;
}
header #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header .petal-stage-wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  overflow: hidden;
}
header .petal-stage-wrap .petal-stage {
  width: 100%;
  height: 100%;
  position: relative;
}
header .petal-stage-wrap .petal-stage .petal-model {
  position: absolute;
  top: 0;
}
header .petal-stage-wrap .petal-stage .petal-model img {
  width: 100%;
}
header .petal-stage-wrap .petal-stage .petal-model-s {
  width: 30px;
  z-index: 1;
}
header .petal-stage-wrap .petal-stage .petal-model-m {
  width: 60px;
  z-index: 6;
  opacity: 0.3;
}
header .petal-stage-wrap .petal-stage .petal-model-l {
  width: 100px;
  z-index: 7;
}
header .petal-stage-wrap .petal-stage .petal-model-w1 {
  width: 80px;
  z-index: 1;
  opacity: 0.5;
}
header .petal-stage-wrap .petal-stage .petal-model-w2 {
  width: 30px;
  z-index: 1;
  opacity: 0.3;
}

/* footer#footerJS {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  min-height: 90px;
  background-color: #000;
  z-index: 999;
}

.footBox {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px 0;
}

img.foImg {
  display: inline-block;
  margin: 5px 0;
  max-height: 50px;
}

p.foCopy {
  font-size: 12px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  color: #ccc;
}

ul.foList {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  color: #ccc;
} */

.lity-content {
  border: solid #fff 1px;
}
.lity-content h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
}
.lity-content p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
}
.lity-content span {
  color: #ffec42;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 213px;
  height: 48px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -60px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/lightbox/close.png");
  background-position: center;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  max-width: 1000px;
}

@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shack {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes cut {
  0% {
    opacity: 0;
    transform: translate(-25px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shooting {
  50% {
    transform: scale(1) rotate(-45deg) translate(0px, 0px);
  }
  100% {
    transform: scale(0.5) rotate(-45deg) translate(0px, -1px);
  }
}
@keyframes star-move {
  0% {
    opacity: 0;
    transform: scale(0) rotate(15deg) translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: scale(0) rotate(15deg) translate3d(-100px, 100px, 0);
  }
  70% {
    opacity: 1;
    transform: scale(1) rotate(15deg) translate3d(-200px, 200px, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotate(15deg) translate3d(-200px, 200px, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-color: #000;
}
body::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #ccc;
}

#wrap {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
#wrap span.qScrollTop {
  position: absolute;
  opacity: 0;
}
#wrap .goTop {
  width: 60px;
  height: 60px;
  display: none;
  right: 20px;
  bottom: 15px;
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.2;
}
#wrap .goTop:hover {
  opacity: 1;
}
#wrap ul.list {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
  position: fixed;
  right: 30px;
  list-style-type: none;
  z-index: 999;
}
#wrap ul.list li a {
  width: 300px;
  height: 36px;
  display: block;
  position: relative;
  margin: 0 auto;
  display: block;
  border-radius: 0 18px 18px 0;
  cursor: pointer;
}
#wrap ul.list li a p {
  font-size: 18px;
  font-weight: 450;
  line-height: 36px;
  letter-spacing: 3;
  transition: all 0.5s;
  color: #fff;
  display: none;
  text-align: right;
  padding-right: 25px;
}
#wrap ul.list li a .ball {
  width: 18px;
  height: 18px;
  transition: all 0.5s;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
  border-radius: 9px;
  background-color: #fff;
  display: inline-block;
}
#wrap ul.list li a:hover {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, #000 100%);
}
#wrap ul.list li a:hover p {
  display: block;
}
#wrap ul.list li a:hover .ball {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}
#wrap section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 1rem;
  z-index: 99;
}
#wrap section.con01 {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/cover.png");
}
#wrap section.con01 .story {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 60%;
  /* background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/con01/story.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  /* border: solid 2px #d1cec1;
  box-shadow: 0 0 40px 0 #0064c2; */
  min-height: 770px;
  max-width: 1822px;
}
#wrap section.con01 a.btnAbout {
  transition: all 0.5s;
  position: absolute;
  display: block;
  left: 54.5%;
  top: 10%;
}
#wrap section.con01 a.btnAbout:hover {
  filter: drop-shadow(0 0 20px #fdff8f);
}
@media only screen and (orientation: portrait) {
  #wrap section.con01 a.btnAbout {
    left: 60%;
  }
}
#wrap section.con01 a.btnVideo {
  transition: all 0.5s;
  position: absolute;
  display: block;
  left: 55%;
  top: 50%;
}
#wrap section.con01 a.btnVideo:hover {
  filter: drop-shadow(0 0 20px #fdff8f);
}
@media only screen and (orientation: portrait) {
  #wrap section.con01 a.btnVideo {
    left: 61%;
    top: 40%;
  }
}
#wrap section.con02 {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/con02/bg.jpg");
  background-position: top center;
  background-color: #090207;
  padding-bottom: 100px;
}
#wrap section.con02 img.title {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 2rem;
}
#wrap section.con02 .swiper-wrapper {
  max-height: 800px;
}
@media only screen and (orientation: portrait) {
  #wrap section.con02 .swiper-wrapper {
    max-height: 600px;
  }
}
#wrap section.con02 .swiper.Swiper-main {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
#wrap section.con02 .swiper.Swiper-main img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin: 1rem auto;
}
#wrap section.con02 .swiper-box {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 450px;
  height: 51px;
  display: block;
  z-index: 99;
}
#wrap section.con02 .swiper-button-prev,
#wrap section.con02 .swiper-button-next {
  width: 52px;
  height: 51px;
  position: absolute;
  display: block;
  z-index: 50;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#wrap section.con02 .swiper-button-prev {
  left: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/con02/prev.png");
}
#wrap section.con02 .swiper-button-prev:after,
#wrap section.con02 .swiper-rtl .swiper-button-next:after {
  content: "";
}
#wrap section.con02 .swiper-button-next {
  right: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0119_vqxic2wmgh/con02/next.png");
}
#wrap section.con02 .swiper-button-next:after,
#wrap section.con02 .swiper-rtl .swiper-button-prev:after {
  content: "";
}
#wrap section.con02 .swiper-pagination {
  width: 100%;
  height: 86px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
#wrap section.con02 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  opacity: 1;
  background-color: #627390;
  margin: 1rem 1.5rem;
}
#wrap section.con02 .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */