@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(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(200px);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
@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);
  }
}
header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-height: 900px;
}
header canvas#sparks {
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 50;
}
header #particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .link {
  width: auto;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 80;
}
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: #1f459a;
}
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: 1px;
  text-align: center;
  color: #fff;
}
header .nav {
  width: auto;
  height: 100%;
  display: block;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 99;
}
header .nav .close,
header .nav .open {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -50px;
  background-color: #1f459a;
  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.7);
  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;
}
header .nav ul#menu li a p {
  font-size: 18px;
  font-weight: 450;
  line-height: 100px;
  letter-spacing: 3px;
  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.1882352941);
}
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: 3px;
}
header .main {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 1000px;
}
header .main img.charC {
  position: absolute;
  display: block;
  left: 360px;
  top: 390px;
}
header .main img.charR {
  position: absolute;
  display: block;
  left: 745px;
  top: 540px;
}
header .main img.charL {
  position: absolute;
  display: block;
  left: 60px;
  top: 560px;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}

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

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;
}
body {
  background-color: #000;
}

#wrap {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0602_p15jkahr8j/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #0c0912;
  overflow: hidden;
}
#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;
  margin: 0;
}
#wrap section span {
  color: #fff2b8;
  font-weight: 600;
}
#wrap section .tabcontent {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  z-index: 20;
}
#wrap section .tabcontent .panel {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background-image: linear-gradient(180deg, rgba(31, 69, 154, 0) 0%, #1f459a 100%);
  padding-bottom: 20px;
}
#wrap section .tabcontent .panel .btnBox {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}
#wrap section .tabcontent .panel a.date {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 375px;
  height: 80px;
  transition: all 0.5s;
}
#wrap section .tabcontent .panel a.date:hover {
  opacity: 0.5;
}
#wrap section .tabcontent .panel table {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 2.75rem 2rem 2.75rem;
  border: none;
}
#wrap section .tabcontent .panel table th {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3px;
  background-color: #fff;
  border: solid 1px rgba(255, 179, 135, 0.1921568627);
  text-align: center;
  padding: 0.5rem 1rem;
}
#wrap section .tabcontent .panel table td {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3px;
  background-color: rgba(0, 0, 0, 0.1254901961);
  border: solid 1px #ffffff;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #fff;
}
#wrap section .tabcontent .panel > p {
  font-size: 18px;
  font-weight: 450;
  line-height: 35px;
  letter-spacing: 3px;
  color: #f8d4af;
  text-align: center;
  margin-bottom: 30px;
}
#wrap section .tabcontent .panel > img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
#wrap section .tabcontent .panel h1 {
  width: 100%;
  height: 100px;
  font-size: 18px;
  font-weight: 900;
  line-height: 100px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0602_p15jkahr8j/title.png");
  background-position: center;
}
#wrap section .tabcontent .panel h2 {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0602_p15jkahr8j/time.png");
  background-position: center;
  margin-bottom: 30px;
}
#wrap section .tabcontent .panel h3 {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 3px;
  color: #f8d4af;
  text-align: center;
  padding-left: 20px;
  background-image: 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 .tabcontent .panel h4 {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0602_p15jkahr8j/sub.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#wrap section .tabcontent .panel ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3px;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1100px;
  color: #fff;
  margin-bottom: 30px;
}
#wrap section .tabcontent .panel ol li {
  margin-left: 30px;
}
#wrap section .tabcontent .panel ol img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 1rem;
}
#wrap section .tabcontent .panel ol img.auto {
  max-width: 418px;
}
#wrap section .tabcontent .panel ol ul#tabC {
  width: 100%;
  height: 120px;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
}
#wrap section .tabcontent .panel ol ul#tabC li a {
  width: 240px;
  height: 120px;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #252525;
  border: 1px solid #666;
  border-radius: 10px;
}
#wrap section .tabcontent .panel ol ul#tabC li a p {
  width: 240px;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#wrap section .tabcontent .panel ol ul#tabC li a p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
}
#wrap section .tabcontent .panel ol ul#tabC li a:hover, #wrap section .tabcontent .panel ol ul#tabC li a.active {
  background-color: #1f459a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2039215686);
}
#wrap section .tabcontent .panel ol.color {
  color: #f8d4af;
}
#wrap section .tabcontent .panel ul {
  list-style: none;
}
#wrap section .tabcontent .panel ul li {
  text-align: left;
}
#wrap .notice {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0602_p15jkahr8j/noticeBg.png");
  background-size: cover;
  background-position: center;
  background-color: #fff;
  padding: 0 30px 60px 30px;
  box-sizing: border-box;
  z-index: 20;
}
#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: 3px;
  color: #fff;
  max-width: 1200px;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2026/0602_p15jkahr8j/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: 3px;
  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;
} */

@media only screen and (orientation: portrait) {
  .lity-iframe-container {
    padding-top: 120%;
  }
}

.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/common/lightbox/close.png");
  background-position: center;
  background-repeat: no-repeat;
}

.lity-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lityBox {
  position: relative;
  display: block;
}
.lityBox h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
}
.lityBox p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
}

.lity-content form {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lity-content form h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
}
.lity-content form p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.lity-content form table.colorB {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 30px;
}
.lity-content form th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2px;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: solid 1px #333;
  background-color: #141414;
  color: #fff;
}
.lity-content form td {
  box-sizing: border-box;
  padding: 10px;
  border-bottom: solid 1px #333;
  color: #fff;
}
.lity-content form td.input:active, .lity-content form td.input:hover, .lity-content form td.input:focus {
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
  color: #fff;
}
.lity-content form input[type=text] {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  font-family: "Noto Sans TC", "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #fff;
}
.lity-content form button {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 2px;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
}
.lity-content form button:hover {
  background-color: #ab7c26;
  color: #fff;
}

table {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px 0px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
table th {
  width: auto;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  position: relative;
  background: #fff;
  color: #333;
  padding: 0.75rem 1.5rem;
}
table td {
  width: auto;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1647058824);
  padding: 0.75rem 1.5rem;
  color: #fff;
}
table .tip {
  background-color: rgba(255, 187, 0, 0.1843137255);
}
table .one {
  background-color: #666666;
  color: #fff;
}
table .two {
  background-color: #222222;
  color: #fff;
}
table .info {
  background-color: #4c0000;
}
table .Black {
  background-color: #000000;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */