@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");
header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}
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: #99005a;
}
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: 56px;
  left: 0;
  z-index: 99;
}
header .nav .close,
header .nav .open {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -50px;
  background-color: #99005a;
  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 #sparks {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 16px;
  z-index: 10;
  float: left;
}
header .cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/cover.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  animation-name: cover;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes cover {
  0% {
    opacity: 0;
    background-size: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    background-size: 100% auto;
    filter: blur(0);
  }
}
header .main {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 1080px;
}
header .main img.char {
  position: absolute;
  display: block;
  right: -400px;
  top: 0px;
  opacity: 0;
  animation-name: char;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes char {
  0% {
    opacity: 0;
    transform: translateX(-10%);
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
header .main .title {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  top: 40%;
  width: 100%;
  height: 600px;
  max-width: 600px;
  z-index: 50;
}
header .main .title img.t01 {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  opacity: 0;
  animation-name: t01;
  animation-duration: 1s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes t01 {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
header .main .title img.t02 {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 60px;
  opacity: 0;
  animation-name: t02;
  animation-duration: 1s;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
}
@keyframes t02 {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
header .main .title a.play {
  width: 113px;
  height: 113px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 550px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/play.png");
  background-position: 0 0;
  animation-name: play;
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes play {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
header .main .title a.play:hover {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/playOn.png");
}

* {
  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-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #172325;
  overflow: hidden;
}
#wrap span.qScrollTop {
  position: absolute;
  opacity: 0;
}
#wrap ul.list {
  width: 300px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  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;
  z-index: 90;
}
#wrap section .main {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
#wrap section#sec01 {
  min-height: 1054px;
}
#wrap section#sec01 .char {
  position: absolute;
  display: block;
  right: -580px;
  top: -430;
  pointer-events: none;
}
#wrap section#sec01 .left {
  position: relative;
  display: block;
  width: 1050px;
  left: 0;
  padding-bottom: 40px;
}
#wrap section#sec01 .left img {
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section#sec01 ul#tab {
  transition: all 0.5s;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style-type: none;
  align-items: center;
  z-index: 1000;
  margin-bottom: 30px;
  margin-left: 35px;
}
#wrap section#sec01 ul#tab li a {
  width: auto;
  height: auto;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #292d57;
  border: solid rgba(255, 255, 255, 0.4196078431) 1px;
  padding: 1rem;
  margin: 0 0.25rem;
  min-width: 100px;
}
#wrap section#sec01 ul#tab li a p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  color: rgba(255, 255, 255, 0.3490196078);
  text-align: center;
}
#wrap section#sec01 ul#tab li a:hover, #wrap section#sec01 ul#tab li a.active {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/con01/tab.png");
  background-size: 100%;
  border: solid #ffffff 1px;
}
#wrap section#sec01 ul#tab li a:hover p, #wrap section#sec01 ul#tab li a.active p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
}
#wrap section#sec01 .tabcontentA {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 20;
}
#wrap section#sec01 .tabcontentA > img {
  margin-left: 35px;
  margin-bottom: 30px;
}
#wrap section#sec01 .swiper-button-next,
#wrap section#sec01 .swiper-button-prev {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 50;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
#wrap section#sec01 .swiper-button-prev,
#wrap section#sec01 .swiper-rtl .swiper-button-next {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/prev.png");
  left: 50px;
}
#wrap section#sec01 .swiper-button-prev:after,
#wrap section#sec01 .swiper-rtl .swiper-button-next:after {
  content: "";
}
#wrap section#sec01 .swiper-button-next,
#wrap section#sec01 .swiper-rtl .swiper-button-prev {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/next.png");
  right: 50px;
}
#wrap section#sec01 .swiper-button-next:after,
#wrap section#sec01 .swiper-rtl .swiper-button-prev:after {
  content: "";
}
#wrap section#sec01 .swiper-pagination {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 1rem;
}
#wrap section#sec01 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 5px;
  opacity: 1;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/pagin.png");
  background-position: -20px 0;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
#wrap section#sec01 .swiper-pagination-bullet-active {
  background-position: 0 0;
}
#wrap section#sec01 .swiper.Swiper-main {
  width: 100%;
  height: auto;
}
#wrap section#sec01 #SA.swiper.Swiper-main {
  max-height: 500px;
  max-width: 825px;
  left: -110px;
  top: -1.5rem;
}
#wrap section#sec01 #SA.swiper.Swiper-main .swiper-button-next,
#wrap section#sec01 #SA.swiper.Swiper-main .swiper-button-prev {
  top: 82%;
}
#wrap section#sec01 #SB.swiper.Swiper-main {
  max-height: 615px;
  max-width: 992px;
  top: -1.5rem;
  left: -20px;
}
#wrap section#sec01 #SB.swiper.Swiper-main .swiper-button-next,
#wrap section#sec01 #SB.swiper.Swiper-main .swiper-button-prev {
  top: 85%;
}
#wrap section#sec02 {
  box-sizing: border-box;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/con02/bg.jpg");
  background-repeat: no-repeat;
  background-color: #0e0506;
  z-index: 95;
  padding-top: 200px;
}
#wrap section#sec02 img.evnTT {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 150px;
}
#wrap section#sec02 ul#tabA {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  list-style-type: none;
  z-index: 1000;
}
#wrap section#sec02 ul#tabA a.goTop {
  cursor: pointer;
}
#wrap section#sec02 ul#tabA li a {
  width: 160px;
  height: 70px;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #292d57;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1882352941);
}
#wrap section#sec02 ul#tabA li a p {
  width: 160px;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#wrap section#sec02 ul#tabA li a:hover, #wrap section#sec02 ul#tabA li a.active {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/con01/tab.png");
  background-size: 100%;
}
#wrap section#sec02 .tabcontentB {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  background-color: #282b52;
  z-index: 20;
}
#wrap section#sec02 .tabcontentB .title {
  width: 455px;
  height: 90px;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/con02/content/title.png");
  top: -90px;
}
#wrap section#sec02 .tabcontentB .title p {
  font-family: "Noto Serif Tc";
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 5;
  color: #fff;
}
#wrap section#sec02 .tabcontentB .panel {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/con02/content/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 20px;
  margin-top: -90px;
}
#wrap section#sec02 .tabcontentB .panel .btnBox {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 850px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}
#wrap section#sec02 .tabcontentB .panel a.date {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 375px;
  height: 80px;
  transition: all 0.5s;
}
#wrap section#sec02 .tabcontentB .panel a.date:hover {
  opacity: 0.5;
}
#wrap section#sec02 .tabcontentB .panel table.colorA,
#wrap section#sec02 .tabcontentB .panel table.colorB,
#wrap section#sec02 .tabcontentB .panel table.colorC,
#wrap section#sec02 .tabcontentB .panel table.colorD {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px 0px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 30px;
  border: 1px solid #fff;
}
#wrap section#sec02 .tabcontentB .panel table.colorA th,
#wrap section#sec02 .tabcontentB .panel table.colorB th,
#wrap section#sec02 .tabcontentB .panel table.colorC th,
#wrap section#sec02 .tabcontentB .panel table.colorD th {
  width: auto;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
}
#wrap section#sec02 .tabcontentB .panel table.colorA td,
#wrap section#sec02 .tabcontentB .panel table.colorB td,
#wrap section#sec02 .tabcontentB .panel table.colorC td,
#wrap section#sec02 .tabcontentB .panel table.colorD td {
  width: auto;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1647058824);
  padding: 15px;
  color: #fff;
}
#wrap section#sec02 .tabcontentB .panel table.colorA td.tip,
#wrap section#sec02 .tabcontentB .panel table.colorB td.tip,
#wrap section#sec02 .tabcontentB .panel table.colorC td.tip,
#wrap section#sec02 .tabcontentB .panel table.colorD td.tip {
  background-color: #000;
}
#wrap section#sec02 .tabcontentB .panel table.colorA td.one,
#wrap section#sec02 .tabcontentB .panel table.colorB td.one,
#wrap section#sec02 .tabcontentB .panel table.colorC td.one,
#wrap section#sec02 .tabcontentB .panel table.colorD td.one {
  background-color: #800043;
}
#wrap section#sec02 .tabcontentB .panel table.colorA td.two,
#wrap section#sec02 .tabcontentB .panel table.colorB td.two,
#wrap section#sec02 .tabcontentB .panel table.colorC td.two,
#wrap section#sec02 .tabcontentB .panel table.colorD td.two {
  background-color: #fff;
  color: #333;
  font-weight: 600;
}
#wrap section#sec02 .tabcontentB .panel table.colorA img,
#wrap section#sec02 .tabcontentB .panel table.colorB img,
#wrap section#sec02 .tabcontentB .panel table.colorC img,
#wrap section#sec02 .tabcontentB .panel table.colorD img {
  max-width: 100%;
  margin-top: 10px;
}
#wrap section#sec02 .tabcontentB .panel table.colorB td {
  width: 25%;
  height: auto;
}
#wrap section#sec02 .tabcontentB .panel table.colorC td {
  width: 50%;
  height: auto;
}
#wrap section#sec02 .tabcontentB .panel table.colorD td {
  width: 200px;
  height: auto;
}
#wrap section#sec02 .tabcontentB .panel tr.good td {
  background-color: rgba(0, 76, 152, 0.3960784314);
}
#wrap section#sec02 .tabcontentB .panel a.more {
  display: block;
}
#wrap section#sec02 .tabcontentB .panel > p {
  font-size: 18px;
  font-weight: 450;
  line-height: 35px;
  letter-spacing: 3;
  color: #f8d4af;
  text-align: center;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentB .panel > img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentB .panel h2 {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 3;
  color: #1e1d28;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/con02/time.png");
  background-color: #fff;
  background-position: center;
  margin: 0;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentB .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#sec02 .tabcontentB .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: #fff;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentB .panel ol li {
  margin-left: 30px;
}
#wrap section#sec02 .tabcontentB .panel ol p {
  text-align: left;
}
#wrap section#sec02 .tabcontentB .panel ol img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 1rem;
}
#wrap section#sec02 .tabcontentB .panel ol img.auto {
  max-width: 418px;
}
#wrap section#sec02 .tabcontentB .panel ol span {
  color: #fff459;
}
#wrap section#sec02 .tabcontentB .panel ol.color {
  color: #f8d4af;
}
#wrap section#sec02 .tabcontentB .panel ul {
  list-style: none;
}
#wrap section#sec02 .tabcontentB .panel ul li {
  text-align: left;
}
#wrap section#sec02 .tabcontentB .panel ul p {
  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/2025/0812_jdq58aabu9/page02/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: 3;
  color: #fff;
  max-width: 1200px;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_jdq58aabu9/page02/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;
} */

@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/event/2025/0812_jdq58aabu9/page02/lightbox/close.png");
  background-position: center;
  background-repeat: no-repeat;
}

.lity-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 80%;
  margin: 0 auto;
  border: solid 1px #fff;
}

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

form {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
}
form p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
form table.colorB {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 30px;
}
form th {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: solid 1px #333;
  background-color: #141414;
  color: #fff;
}
form td {
  box-sizing: border-box;
  padding: 10px;
  border-bottom: solid 1px #333;
  color: #fff;
}
form td.input:active, form td.input:hover, form td.input:focus {
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
  color: #fff;
}
form input[type=text] {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #fff;
}
form button {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 2;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 5px;
  color: #333;
}
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: 2;
  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: 3;
  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 td.tip {
  background-color: #be2622;
  color: #fff;
}
table td.one {
  background-color: #000;
}
/*# sourceMappingURL=style.css.map */