@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 left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes right {
  0% {
    opacity: 0;
    transform: translateX(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: 1080px;
}
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: #262685;
}
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: 0;
  left: 0;
  z-index: 999;
}
header .nav .close,
header .nav .open {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -50px;
  background-color: #b80816;
  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: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 10;
}
header .main img.title {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 120px;
  left: 48%;
  opacity: 0;
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
header .main img.boss {
  position: absolute;
  display: block;
  top: 165px;
  right: -680px;
  opacity: 0;
  animation-name: right;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
header .main img.char {
  position: absolute;
  display: block;
  top: 0;
  left: -500px;
  opacity: 0;
  animation-name: left;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

* {
  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_h3cad8103k/bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #5359a3;
}
#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 button:hover,
#wrap a:hover {
  filter: brightness(1.5);
}
#wrap .fixed {
  width: 320px;
  height: 445px;
  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_h3cad8103k/fixed.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 999;
}
#wrap .fixed .step {
  width: 320px;
  height: 185px;
  position: absolute;
  bottom: 0;
  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: #000;
  margin-bottom: 0.5rem;
}
#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: #13255c;
  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;
  background-image: linear-gradient(90deg, #3b282a 0%, #3222a5 100%);
  padding: 1rem 2rem;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 0 #ffffff;
  cursor: pointer;
}
#wrap .fixed button:hover {
  filter: brightness(1.4);
}
#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;
  z-index: 99;
}
#wrap section .evnBox {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 1400px;
  height: auto;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, #3b3b8b 100%);
  box-sizing: border-box;
  padding: 0 4% 50px 4%;
  margin-bottom: 50px;
  box-shadow: 0 3px 0 0 #b49eff;
}
@media only screen and (orientation: portrait) {
  #wrap section .evnBox {
    width: 1200px;
  }
}
#wrap section h1.subTT {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 5px;
  color: #fff;
  font-family: "Noto Serif TC";
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 50%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  margin-bottom: 2rem;
}
#wrap section button {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 378px;
  height: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 108px;
  letter-spacing: 5px;
  color: #fff;
  font-family: "Noto Serif TC";
  background-color: rgba(255, 255, 255, 0);
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_h3cad8103k/btn.png);
  border: none;
  text-align: center;
  cursor: pointer;
}
#wrap section ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  color: #ffffff;
}
#wrap section ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3;
  font-weight: 600;
}
#wrap section ol li p {
  font-weight: 400;
}
#wrap section ol li span {
  color: #ffff66;
}
#wrap section ol li b {
  color: #ff9999;
  font-weight: 600;
}
#wrap section ol 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 #ffffff;
}
#wrap section table th {
  width: auto;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #333;
}
#wrap section table th.mid {
  width: 30%;
}
#wrap section table td {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  padding: 15px;
  color: #fff;
}
#wrap section table td span {
  font-weight: 600;
}
#wrap section table td a.more {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1rem;
}
#wrap section table td.input:active, #wrap section table td.input:hover, #wrap section table td.input:focus {
  color: #fff;
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
}
#wrap section table td.Black {
  background-color: #000000;
  color: #fff;
}
#wrap section table .tip {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.5882352941);
  background-color: #640965;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 30px;
}
#wrap section table .tip span {
  font-size: 20px;
  line-height: 2;
}
#wrap section table button {
  display: block;
  position: relative;
  margin: 0 auto;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  border: 2px solid #f6c989;
  color: #f6c989;
  cursor: pointer;
  background-color: #3222a5;
  margin-top: 0.5rem;
}
#wrap section ul.tab-title {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  z-index: 800;
}
#wrap section ul.tab-title li a {
  width: 200px;
  height: 70px;
  transition: all 0.5s;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: rgba(14, 10, 29, 0.8);
  border-radius: 5px;
  margin: 1rem;
  box-shadow: 0 2px 0 #b49eff;
}
#wrap section ul.tab-title li a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 2;
  color: #fff;
  text-align: center;
}
#wrap section ul.tab-title li a:hover,
#wrap section ul.tab-title li.active a {
  background-color: #ffffff;
  box-shadow: 0 2px 0 #b49eff;
  box-sizing: border-box;
  border: solid 2px #b49eff;
}
#wrap section ul.tab-title li a:hover p,
#wrap section ul.tab-title li.active a p {
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 2;
  color: #333;
}
#wrap section .tab-inner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 20;
}
#wrap section a.btn {
  width: 380px;
  height: 110px;
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section p.test {
  font-size: 30px;
  font-weight: 600;
  line-height: 200px;
  letter-spacing: 2;
  color: #fff;
  text-align: center;
}
#wrap section .step p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2;
  color: #c4c4c4;
  text-align: center;
  margin-top: 1rem;
}
#wrap section .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;
}
#wrap section .input p {
  width: 30%;
  isplay: block;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-left: 3rem;
}
#wrap section .input p::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  width: 5px;
  height: 50%;
  background-color: #333;
}
#wrap section .input input[type=text] {
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: block;
  border-style: none;
  color: #333;
  background-color: #fff;
  text-align: center;
  max-width: 80%;
}
#wrap section .input select {
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_h3cad8103k/arrow.png") no-repeat 95% center transparent;
  color: #333;
  background-color: #ffffff;
  text-align: center;
  max-width: 80%;
}

/* 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;
}
.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;
}
.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;
}

.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_h3cad8103k/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 .input select {
  width: 30%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0812_h3cad8103k/arrow.png") no-repeat 7.5rem center transparent;
  color: #fff;
  background-color: #113039;
}
@media (max-width: 991px) {
  form .input select {
    font-size: 0.9rem;
  }
}
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_h3cad8103k/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 */