@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@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");
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes upA {
  0% {
    opacity: 0;
    margin-top: 800px;
  }
  100% {
    opacity: 1;
    margin-top: 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 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);
  }
}
@keyframes swing {
  8% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  16% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  24% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  32% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-height: 960px;
}
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: #65442c;
}
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 .nav {
  width: auto;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .nav .close,
header .nav .open {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -50px;
  background-color: #65442c;
  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 a.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
}
header #sparks {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  z-index: 10;
  float: left;
}
header .main {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  max-height: 1080px;
}
header .main img.char {
  position: absolute;
  display: block;
  right: -150px;
  top: 500px;
}
header .main .title {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 70px;
  opacity: 0;
  animation-name: title;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  cursor: pointer;
}
@keyframes title {
  0% {
    opacity: 0;
    transform: rotateY(180deg);
  }
  20% {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(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: #fff;
}

#wrap {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0930_e3nkyeibyr/bgBody.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #abdf9d;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  #wrap {
    background-size: 200%;
    background-position: 65% 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 span.qScrollTop {
  display: block;
  opacity: 0;
  height: 0;
}
#wrap section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#wrap section span {
  color: #ffefbf;
  font-weight: 600;
}
#wrap section .tabcontentA {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding-bottom: 40px;
  background-image: linear-gradient(180deg, #f9f8e1 0%, #fef6c3 100%);
  z-index: 20;
}
#wrap section .tabcontentA .title {
  width: 455px;
  height: 90px;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  top: -90px;
}
#wrap section .tabcontentA .title p {
  font-family: "Noto Serif Tc";
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 5;
  color: #fff;
  text-align: center;
}
#wrap section .tabcontentA .panel {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 20px;
  margin-top: -90px;
}
#wrap section .tabcontentA .panel a.btn {
  width: 400px;
  height: 97px;
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section .tabcontentA .panel a.date {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 75px;
  transition: all 0.5s;
  margin-bottom: 30px;
}
#wrap section .tabcontentA .panel a.date:hover {
  opacity: 0.5;
}
#wrap section .tabcontentA .panel a.more {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.5rem;
}
#wrap section .tabcontentA .panel table.colorA,
#wrap section .tabcontentA .panel table.colorB,
#wrap section .tabcontentA .panel table.colorc {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0px 0px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 30px;
}
#wrap section .tabcontentA .panel table.colorA th,
#wrap section .tabcontentA .panel table.colorB th,
#wrap section .tabcontentA .panel table.colorc th {
  width: auto;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  background-color: #1089d2;
  color: #fff;
  border: 1px solid #075a3e;
}
#wrap section .tabcontentA .panel table.colorA th span,
#wrap section .tabcontentA .panel table.colorB th span,
#wrap section .tabcontentA .panel table.colorc th span {
  font-size: 1rem;
}
#wrap section .tabcontentA .panel table.colorA td,
#wrap section .tabcontentA .panel table.colorB td,
#wrap section .tabcontentA .panel table.colorc td {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #075a3e;
  padding: 15px;
  color: #333;
}
#wrap section .tabcontentA .panel table.colorA td span,
#wrap section .tabcontentA .panel table.colorB td span,
#wrap section .tabcontentA .panel table.colorc td span {
  color: #2061f5;
}
#wrap section .tabcontentA .panel table.colorA td.tip,
#wrap section .tabcontentA .panel table.colorB td.tip,
#wrap section .tabcontentA .panel table.colorc td.tip {
  background-color: #ffeec0;
  color: #333;
}
#wrap section .tabcontentA .panel table.colorA td.one,
#wrap section .tabcontentA .panel table.colorB td.one,
#wrap section .tabcontentA .panel table.colorc td.one {
  background-color: #dff7f2;
  color: #333;
}
#wrap section .tabcontentA .panel table.colorA td.two,
#wrap section .tabcontentA .panel table.colorB td.two,
#wrap section .tabcontentA .panel table.colorc td.two {
  background-color: #c0ebb3;
  color: #333;
}
#wrap section .tabcontentA .panel table.colorB {
  margin-top: 0;
}
#wrap section .tabcontentA .panel table.colorB td {
  width: 25%;
  height: auto;
  color: #fff;
}
#wrap section .tabcontentA .panel > p {
  font-size: 18px;
  font-weight: 450;
  line-height: 35px;
  letter-spacing: 3;
  color: #f8d4af;
  text-align: center;
  margin-bottom: 30px;
}
#wrap section .tabcontentA .panel img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
#wrap section .tabcontentA .panel h2 {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 3;
  color: #ffffff;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0930_e3nkyeibyr/time.png");
  background-position: center;
  margin: 0;
  margin-bottom: 30px;
}
#wrap section .tabcontentA .panel h3 {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 3;
  color: #f8d4af;
  text-align: center;
  padding-left: 20px;
  background-image: -ms-linear-gradient(0deg, rgba(30, 29, 40, 0) 0%, #1e1d28 50%, rgba(30, 29, 40, 0) 100%);
  margin-bottom: 10px;
  margin-top: 20px;
}
#wrap section .tabcontentA .panel ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1100px;
  color: #242424;
  margin-bottom: 30px;
}
#wrap section .tabcontentA .panel ol li {
  margin-left: 30px;
}
#wrap section .tabcontentA .panel ol li span {
  color: #ff4800;
}
#wrap section .tabcontentA .swiper-container {
  width: 1100px;
  height: 579px;
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section .tabcontentA .swiper-button-prev,
#wrap section .tabcontentA .swiper-container-rtl .swiper-button-next {
  width: 54px;
  height: 54px;
  position: absolute;
  display: block;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0930_e3nkyeibyr/prev.png");
  left: 86%;
  top: 88%;
}
#wrap section .tabcontentA .swiper-button-prev::after,
#wrap section .tabcontentA .swiper-rtl .swiper-button-next::after {
  content: "";
}
#wrap section .tabcontentA .swiper-button-next,
#wrap section .tabcontentA .swiper-container-rtl .swiper-button-prev {
  width: 54px;
  height: 54px;
  position: absolute;
  display: block;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0930_e3nkyeibyr/next.png");
  left: 92%;
  top: 88%;
}
#wrap section .tabcontentA .swiper-button-next::after,
#wrap section .tabcontentA .swiper-rtl .swiper-button-prev::after {
  content: "";
}
#wrap section .tabcontentA img.deco {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  pointer-events: none;
}
#wrap .notice {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #65442c;
  padding: 0 30px 60px 30px;
  box-sizing: border-box;
}
#wrap .notice h2 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 3;
  color: #fff;
  max-width: 1200px;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0930_e3nkyeibyr/notice.png");
  background-position: center;
  margin-bottom: 50px;
}
#wrap .notice ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  max-width: 1000px;
  color: #fff;
}
#wrap .notice ol li {
  margin-left: 30px;
}

/* 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 {
  width: 1200px;
  height: 85%;
  overflow-y: auto;
  margin: 10% auto;
  border: solid 1px #fff;
  background-color: #fff;
}
@media only screen and (orientation: portrait) {
  .lity-content {
    width: 100%;
    height: 90%;
    margin: 15% auto;
  }
}

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

.lity-content img {
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.lity-content .lityBox {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 2%;
  max-width: 1200px;
  top: 10%;
  overflow-y: auto;
}/*# sourceMappingURL=style.css.map */