@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(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dwon {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(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 blink-smooth {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes clawMove {
  0% {
    transform: translateX(200%);
  }
  30% {
    transform: translateX(0);
  }
  50% {
    transform: translateY(220px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes clawingL {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(36deg) translate(-20%, -10%);
  }
  100% {
    transform: rotate(-10deg) translate(10%, 5%);
  }
}
@keyframes clawingR {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-36deg) translate(20%, -10%);
  }
  100% {
    transform: rotate(10deg) translate(-10%, 5%);
  }
}
header {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  max-height: 990px;
}
header #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
header .link {
  width: auto;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  /* z-index: 999; */
  z-index: 90;
}
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: #660000;
}
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;
  display: block;
  top: 1rem;
  left: 1rem;
  z-index: 999;
}
header .nav {
  width: auto;
  height: 100%;
  display: block;
  /* position: fixed; */
  position: absolute;
  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: #981414;
  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: 2;
  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: 95%;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 10;
  min-height: 900px;
}
header .main img.title {
  display: block;
  position: relative;
  margin: 0 auto;
  top: 600px;
  opacity: 0;
  animation-name: up;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
header .main img.char {
  position: absolute;
  display: block;
  top: 75px;
  right: -450px;
}
header .main img.sdL {
  position: absolute;
  display: block;
  top: 380px;
  left: -320px;
}
@media only screen and (orientation: portrait) {
  header .main img.sdL {
    display: none;
  }
}
header .main img.sdC {
  position: absolute;
  display: block;
  top: 110px;
  right: -60px;
}
@media only screen and (orientation: portrait) {
  header .main img.sdC {
    display: none;
  }
}
header .main img.sdR {
  position: absolute;
  display: block;
  top: 400px;
  right: -420px;
}
@media only screen and (orientation: portrait) {
  header .main img.sdR {
    display: none;
  }
}

* {
  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_di7ycgi93g/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #0e0a1d;
}
#wrap span.qScrollTop {
  position: absolute;
  opacity: 0;
}
#wrap a.goTop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  cursor: pointer;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/common/header/goTop.svg");
}
#wrap a.goTop > img {
  opacity: 0;
}
#wrap a.goTop:hover > img {
  opacity: 1;
}
@media only screen and (orientation: portrait) {
  #wrap a.goTop {
    z-index: 999;
  }
}
#wrap .fixed {
  width: 300px;
  height: 320px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  right: 1rem;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_di7ycgi93g/fixed.png");
  background-size: cover;
  background-position: center;
  display: none;
  z-index: 999;
}
@media only screen and (orientation: portrait) {
  #wrap .fixed {
    top: 30%;
    transform: translate(0, 0);
  }
}
#wrap .fixed .step {
  width: 320px;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wrap .fixed p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3;
  text-align: center;
  color: #333;
  margin-bottom: 0.5rem;
}
#wrap .fixed p span {
  color: #000;
}
#wrap .fixed select {
  width: 85%;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2;
  display: block;
  position: relative;
  margin: 0 auto;
  border-style: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
  color: #333;
  text-align: center;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
#wrap .fixed h5 {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3;
  display: inline-block;
  background-color: #000;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #fff;
  margin-bottom: 0.5rem;
  border-radius: 30px;
}
#wrap .fixed button {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 0 #ffffff;
  cursor: pointer;
}
#wrap .fixed button:hover {
  filter: brightness(1.4);
}
#wrap .fixed button.styleA {
  background-color: #dd462d;
}
#wrap .fixed button.styleB {
  background-color: #660000;
}
#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;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_di7ycgi93g/secBg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #9d1714;
  box-sizing: border-box;
  padding: 50px;
  z-index: 99;
}
@media only screen and (orientation: portrait) {
  #wrap section {
    padding: 50px 0;
  }
}
#wrap section button:hover,
#wrap section a:hover {
  filter: brightness(1.4);
}
#wrap section a.more {
  margin: 2rem auto;
}
#wrap section img {
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section img.secTT {
  margin: 1.5rem auto;
}
#wrap section img.pic {
  margin-bottom: 1rem;
}
#wrap section button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  color: #fff;
  background-color: #5a5a5a;
  cursor: pointer;
  margin-top: 0.5rem;
  border: none;
  font-family: "Noto Sans TC";
}
#wrap section button:hover {
  filter: brightness(1);
}
#wrap section button.notyet {
  cursor: no-drop;
  pointer-events:none;
}
#wrap section button.can {
  color: #fff;
  background-color: #dd462d;
}
#wrap section button.changed {
  cursor: no-drop;
  background-color: #6e1818;
  color: #ccc;
  pointer-events:none;
}
#wrap section .priceBox,
#wrap section .evnBox {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
  box-sizing: border-box;
}
#wrap section .evnBox {
  margin-bottom: 2rem;
  padding-bottom: 50px;
  background-color: #660000;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) inset;
}
#wrap section .evnBoxB {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
  box-sizing: border-box;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_di7ycgi93g/content/boxBg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
#wrap section .priceBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#wrap section .priceEX {
  width: 240px;
  height: 320px;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin: 0 1rem 1rem 1rem;
  background-color: #660000;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px #ffffff;
  border: solid #9d1715 8px;
}
#wrap section .priceEX h3 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Noto Serif TC";
  color: #fff;
}
#wrap section .priceEX h1 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .priceEX h1.sp {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#wrap section .priceEX h1.sp a {
  margin: 5px 0;
}
#wrap section .priceEX h2 {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .change {
  width: 100%;
  height: 95px;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
#wrap section .change p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
}
#wrap section .price {
  width: 240px;
  height: 300px;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 2rem 0;
  margin: 0 1rem 1rem 1rem;
  background-color: #660000;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) inset;
}
#wrap section .price h3 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Noto Serif TC";
  color: #fff;
}
#wrap section .price h1 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .price h1.sp {
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#wrap section .price h1.sp a {
  margin: 5px 0;
}
#wrap section .price h2 {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .priceGP {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: auto;
  box-sizing: border-box;
  padding: 2rem 0;
  background-color: #660000;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) inset;
  margin-bottom: 1rem;
}
#wrap section .priceGP .boxGP {
  width: 70%;
  height: auto;
  position: relative;
  left: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem 0;
}
#wrap section .priceGP .boxGP h1 {
  width: 70%;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .priceGP .boxGP h2 {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .priceGP .change {
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
}
#wrap section .priceSP {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 668px;
  height: 172px;
  box-sizing: border-box;
  background-color: #9d1715;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3) inset, 0 0 0 2px #daa263;
  border: solid #9d1715 8px;
  margin-bottom: 2rem;
}
#wrap section .priceSP .boxSP {
  width: 320px;
  height: 172px;
  position: absolute;
  left: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Noto Serif TC";
  color: #fff;
}
#wrap section .priceSP .boxSP h1 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .priceSP .boxSP h2 {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .priceSP .change {
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
}
#wrap section img.subTT {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#wrap section h6 {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_di7ycgi93g/time.png");
  background-position: center;
  background-size: 100% 100%;
  border: solid #941515 3px;
  box-shadow: 0 0 0 5px #fff;
  box-sizing: border-box;
  max-width: 1190px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 3;
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}
#wrap section ul {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  list-style: disc;
  max-width: 1000px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 3;
  color: #ffffff;
}
#wrap section ul li span {
  color: #fffd7c;
}
#wrap section ul img {
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section table {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  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 #f6c989;
}
#wrap section table th {
  width: auto;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  background-color: #3222a5;
  border: 1px solid #f6c989;
  color: #f6c989;
}
#wrap section table td {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2;
  box-sizing: border-box;
  border: 1px solid #f6c989;
  padding: 15px;
  color: #f6c989;
}
#wrap section table td span {
  color: #fff;
}

/* 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: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
}
.lity-content p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
}
.lity-content span {
  color: #ffec42;
}
.lity-content table {
  width: 100%;
  height: auto;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow-y: scroll;
}
.lity-content table th {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  position: relative;
  padding: 1rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}
.lity-content table td {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  position: relative;
  padding: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border: 1px solid #fff;
}
.lity-content table td.h1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
}
.lity-content table .pic {
  width: 100%;
  height: auto;
  max-height: 600px;
  overflow: hidden;
}

.lityBox {
  max-height: 80%;
  overflow-y: scroll;
}

.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/2025/0812_di7ycgi93g/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: 1200px;
}

form {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 3rem;
  background-color: #ddd;
}
form h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
}
form .input {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
form .input p {
  width: 30%;
  isplay: block;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-left: 3rem;
}
form .input p::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  width: 5px;
  height: 50%;
  background-color: #333;
}
form .input input[type=text] {
  width: 65%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: block;
  padding-left: 1rem;
  border-style: none;
  color: #333;
  background-color: #fff;
}
form .contract {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  min-width: 800px;
  margin: 1rem auto;
}
form .contract p {
  width: 90%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 1;
  color: #333;
  text-align: left;
  padding: 0;
}
form .contract p span {
  color: #fff;
}
form .contract p a {
  color: #fff068;
}
form .contract input[type=checkbox] {
  all: unset;
  display: block;
  background-color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 5px;
  margin-right: 1rem;
  width: 22px;
  height: 22px;
}
form .contract input[type=checkbox]:hover {
  background-color: #000;
}
form .contract input[type=checkbox]:checked {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_di7ycgi93g/check.png");
  background-position: center;
  background-repeat: no-repeat;
}
form .btnBox {
  width: 85%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 1em;
}
@media all and (orientation: portrait) {
  form .btnBox {
    flex-wrap: wrap;
  }
}
form button {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 300px;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 15px;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
form button:hover {
  filter: brightness(1.5);
}
form button.agree {
  background-color: #333;
  box-shadow: 0px 4px 0px 0px #555;
  border: none;
}
@media (max-width: 991px) {
  form button {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */