@charset "UTF-8";
@import url("HIT2Typeface.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("lib/reset.css");
@import url("lib/swiper-bundle.css");
@import url("lib/lity.css");
@import url("lib/sweetalert2.min.css");
@keyframes up {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shack {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1rem;
  }
  100% {
    margin-bottom: 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 videoMove {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-75%, -50%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-25%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes countingBar {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 100%;
  }
}
@keyframes bgAin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
footer#footerJS {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 80px;
  background-color: #000;
  z-index: 888;
  display: flex;
  align-items: center;
}

.footBox {
  width: 98%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .footBox {
    width: 106%;
    height: auto;
    display: flex;
    transform: scale(0.9) translateX(-2%);
    justify-content: center;
    padding: 10px 0;
  }
}

img.foCi {
  margin: 5px 0;
  margin-right: 10px;
  max-height: 30px;
}

img.foTasri {
  margin: 5px 10px;
}

p.foCopy {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #ccc;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  p.foCopy {
    font-size: 10px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0;
  }
}

ul.foList {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  list-style-type: none;
  color: #ccc;
}
@media (max-width: 991px) {
  ul.foList {
    display: none;
  }
}

.btns {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .btns {
    margin: 5px 0 10px 0;
    position: static;
  }
}
.btns a {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 6px;
}
.btns a.home {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/icon_home.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btns a.fb {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/icon_fb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btns a.yt {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/icon_yt.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bi {
  display: flex;
  flex-direction: row;
  position: static;
  right: 0;
  margin-right: 10px;
  width: 9%;
  transform: translateY(5px);
}
.bi img {
  width: 100%;
}
@media (max-width: 991px) {
  .bi {
    width: 15%;
    margin: 0px 0 15px 0;
    position: static;
  }
}

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

body::-webkit-scrollbar {
  width: 0;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 208, 255, 0.852);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 177, 253, 0.84);
  border-radius: 5px;
}
body {
  background-color: #0e2156;
  position: relative;
  top: 0;
  max-width: 2560px;
  margin: 0 auto;
}

h1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1;
  text-align: center;
  color: #ffffff;
  margin: 1rem 0;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1rem;
  }
}

h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-family: "Noto Serif TC";
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1rem;
  }
}

h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-family: "Noto Serif TC";
}
@media (max-width: 991px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC";
  border: solid 1px #fff;
  border-bottom: none;
  padding: 1rem 0.5rem;
  background-color: #000;
}
@media (max-width: 991px) {
  h4 {
    font-size: 0.9rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC";
}
@media (max-width: 991px) {
  h5 {
    font-size: 0.9rem;
  }
}
h5 span {
  font-family: "Noto Serif TC";
  color: #ffeecc;
  font-weight: 600;
}

p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  p {
    font-size: 0.9rem;
  }
}

span {
  color: #fff068;
}

picture img {
  position: relative;
  display: block;
  margin: 0 auto;
}

hr {
  width: 100%;
  height: 2rem;
  border: none;
}

.goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  bottom: 6rem;
  right: 1rem;
  z-index: 9999;
}
.goTop img {
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .goTop {
    bottom: 1.5rem;
    width: 40px;
  }
}

.pc {
  display: block;
}
@media (max-width: 991px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (max-width: 991px) {
  .mb {
    display: block;
  }
}

.wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.notice {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 3rem 3rem 3rem 3rem;
  box-sizing: border-box;
  background: #18428f;
}
.notice .notice_wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.notice .notice_wrap h5 {
  font-family: "微軟正黑體";
  text-align: left;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.notice .notice_wrap ul {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 0.86rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 1;
  color: #cee6f4;
  list-style-type: none;
}
.notice .notice_wrap ul > li {
  margin-left: 1.6rem;
}
.notice .notice_wrap ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.notice .notice_wrap ul > li a {
  color: #fff068;
}
.notice .notice_wrap ul > li span {
  color: #fff068;
}

@media (max-width: 991px) {
  .notice {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 3rem 1rem 3rem 1rem;
    box-sizing: border-box;
    background: #18428f;
  }
  .notice .notice_wrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .notice .notice_wrap h5 {
    font-family: "微軟正黑體";
    text-align: left;
    font-size: 1.1rem;
    color: #ffffff;
  }
  .notice .notice_wrap ul {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 0.7rem;
    font-weight: 450;
    line-height: 2;
    letter-spacing: 0;
    color: #cee6f4;
    list-style-type: none;
  }
  .notice .notice_wrap ul > li {
    margin-left: 1.2rem;
  }
  .notice .notice_wrap ul > li::before {
    content: "•";
    position: absolute;
    left: 0;
  }
  .notice .notice_wrap ul > li a {
    color: #fff068;
  }
  .notice .notice_wrap ul > li span {
    color: #fff068;
  }
}
form {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 2rem;
  background-color: #722c0c;
  border: solid 1px #fff;
}
@media (max-width: 991px) {
  form {
    padding: 1rem 1rem;
  }
}
form .phone {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  border: solid 1px #fff;
  padding: 0 1rem;
  margin-bottom: 1rem;
  background-color: #561906;
}
form .phone input[type=text] {
  width: 65%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  margin-left: 1rem;
  color: #ccc;
  background-color: #561906;
}
@media (max-width: 991px) {
  form .phone input[type=text] {
    font-size: 0.9rem;
    margin-left: 0.5rem;
  }
}
form .phone 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 #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background-color: #561906;
}
@media (max-width: 991px) {
  form .phone select {
    font-size: 0.9rem;
  }
}
form .contract {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
form .contract p {
  width: 95%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 0;
  color: #e1a987;
  text-align: left;
}
@media (max-width: 991px) {
  form .contract p {
    font-size: 0.7rem;
  }
}
form .contract p span {
  color: #fff;
}
form .contract p a {
  color: #fff068;
}
form .contract input[type=checkbox] {
  all: unset;
  display: block;
  background-color: #bc4b0e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 5px;
  width: 20px;
  height: 20px;
}
form .contract input[type=checkbox]:hover {
  background-color: #000;
}
form .contract input[type=checkbox]:checked {
  background-image: url("../img/check.png");
  background-position: center;
  background-repeat: no-repeat;
}
form .btnBox {
  width: 85%;
  height: auto;
  position: relative;
  display: block;
  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;
  position: relative;
  display: block;
  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;
  font-family: "Noto Serif TC";
  color: #fff;
  text-decoration: none;
  text-align: center;
}
form button:hover {
  filter: brightness(1.5);
}
form button.agree {
  border-color: #35130a;
  background-image: linear-gradient(180deg, #35130a 0%, #6e2b0c 100%);
  box-shadow: 0px 4px 0px 0px #35130a;
}
@media (max-width: 991px) {
  form button {
    font-size: 1rem;
  }
}

.sec0 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(0px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_0_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec0 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_0_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
  }
}
.sec0 .header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  padding-right: 30px;
  position: absolute;
}
.sec0 .header ul.util {
  display: flex;
  flex-direction: row;
}
.sec0 .header ul.util li {
  width: 25%;
  margin: 0 2%;
}
.sec0 .header ul.util li a {
  margin: 5px;
}
.sec0 .header ul.util li a img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .header {
    padding-top: 2%;
    padding-right: 3%;
  }
  .sec0 .header ul.util {
    display: flex;
    flex-direction: row;
    width: 30%;
  }
  .sec0 .header ul.util li {
    width: 30%;
  }
  .sec0 .header ul.util li a {
    margin: 5px;
    display: block;
    width: 100%;
  }
}
.sec0 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
.sec0 .wrap .content::after {
  content: "";
  display: block;
  padding-bottom: 79.5%;
  width: 100%;
  background: red;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sec0 .wrap .content::after {
    padding-bottom: 110.5%;
  }
}
.sec0 .wrap .content .logo {
  position: absolute;
  top: 5.3%;
  left: 50%;
  width: 19.5%;
  max-width: 230px;
  transform: translate(-45%, 0);
}
.sec0 .wrap .content .logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .logo {
    max-width: 100%;
    width: 30%;
    top: 8%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.sec0 .wrap .content .main {
  position: absolute;
  left: 50%;
  top: 87%;
  width: 101%;
  transform: translate(-50%, -86%);
}
.sec0 .wrap .content .main img {
  width: 100%;
}
.sec0 .wrap .content .main .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec0 .wrap .content .main .star div {
  position: absolute;
  left: 50%;
}
.sec0 .wrap .content .main .star .s1 {
  top: 5%;
  width: 11%;
  transform: translateX(-410%);
}
.sec0 .wrap .content .main .star .s3 {
  top: 5%;
  width: 11%;
  transform: translateX(300%);
}
@media (max-width: 991px) {
  .sec0 .wrap .content .main {
    max-width: 100%;
    width: 100%;
    transform: translate(-50%, -83.5%);
  }
}
.sec0 .wrap .content .char {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec0 .wrap .content .char div {
  position: absolute;
  pointer-events: none;
}
.sec0 .wrap .content .char div img {
  width: 100%;
}
.sec0 .wrap .content .char div.chat_1 {
  top: 58%;
  left: 50%;
  transform: translate(-248%, 0);
  width: 14.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.chat_1 {
    top: 56.6%;
    transform: translate(-255%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.chat_2 {
  top: 57%;
  left: 50%;
  transform: translate(156%, 0);
  width: 14.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.chat_2 {
    top: 56%;
    transform: translate(155%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c1 {
  top: 69.6%;
  left: 50%;
  transform: translate(-213%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c1 {
    top: 71%;
    transform: translate(-310%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c2 {
  top: 65.6%;
  left: 50%;
  transform: translate(-119%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c2 {
    top: 66%;
    transform: translate(-140%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c3 {
  top: 69.6%;
  left: 50%;
  transform: translate(0%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c3 {
    top: 71%;
    transform: translate(25%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c4 {
  top: 69.6%;
  left: 50%;
  transform: translate(103%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c4 {
    top: 69.5%;
    transform: translate(220%, 0) scale(2.3);
  }
}
.sec0 .wrap .content .times {
  width: 82%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sec0 .wrap .content .times {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 16%;
    bottom: 0%;
  }
}
.sec0 .wrap .content .times .time {
  width: 50%;
  margin: 0.7%;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 2px #1e3a74;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  min-width: 430px;
  background: linear-gradient(to right, #8e9bf4 0%, #1c4592 100%);
}
@media (max-width: 991px) {
  .sec0 .wrap .content .times .time {
    margin: 1% 0;
    width: 90%;
    padding: 2%;
    border-radius: 30px;
    font-size: 3.2vw;
    min-width: 0;
  }
}

.sec1 {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(0px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_1_bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec1 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_1_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec1 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec1 .wrap .content::after {
  content: "";
  display: block;
  padding-bottom: 162%;
  width: 100%;
  background: red;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sec1 .wrap .content::after {
    padding-bottom: 411%;
  }
}
.sec1 .wrap .content .main {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 3% 0 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main {
    padding: 0% 0 0;
    width: 100%;
  }
}
.sec1 .wrap .content .main img {
  width: 100%;
}
.sec1 .wrap .content .main .btn1 {
  position: absolute;
  width: 27%;
  top: 77%;
  left: 50%;
  transform: translateX(30%);
  opacity: 1;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .btn1 {
    top: 85.3%;
    width: 55%;
    transform: translateX(-50%);
  }
}
.sec1 .wrap .content .main .btn1:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.sec1 .wrap .content .main .login_box {
  padding: 2% 0;
  width: 100%;
  text-align: center;
}
.sec1 .wrap .content .main .login_box br {
  display: none;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .login_box {
    padding: 5% 0;
    width: 90%;
  }
  .sec1 .wrap .content .main .login_box br {
    display: block;
  }
}
.sec1 .wrap .content .main .login_box .btn_join,
.sec1 .wrap .content .main .login_box .btn_login {
  width: 60%;
  margin: 1% auto;
  display: block;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .login_box .btn_join,
  .sec1 .wrap .content .main .login_box .btn_login {
    width: 100%;
  }
}
.sec1 .wrap .content .main .login_box .btn_join img,
.sec1 .wrap .content .main .login_box .btn_login img {
  width: 100%;
}

.sec2 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(0);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_2_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .sec2 {
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_2_bg.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
}
@media (max-width: 991px) {
  .sec2 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/sec_2_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec2 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec2 .wrap .content::after {
  content: "";
  display: block;
  padding-bottom: 160%;
  width: 100%;
  background: red;
  opacity: 0;
  pointer-events: none;
  max-height: 1989px;
}
@media (max-width: 1200px) {
  .sec2 .wrap .content::after {
    padding-bottom: 170%;
  }
}
@media (max-width: 991px) {
  .sec2 .wrap .content::after {
    padding-bottom: 266%;
  }
}
.sec2 .wrap .content .main {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0% 0 0;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main {
    padding: 10% 0 0;
    width: 100%;
  }
}
.sec2 .wrap .content .main img {
  width: 100%;
}
.sec2 .wrap .content .main .link1 {
  position: absolute;
  left: 31%;
  top: 71%;
  width: 22%;
  height: 1.5%;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .link1 {
    left: 50%;
    top: 70.8%;
    width: 42%;
    height: 0.8%;
  }
}
.sec2 .wrap .content .main .main_wrap {
  position: relative;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .main_wrap {
    width: 90%;
    padding-top: 5%;
  }
}
.sec2 .wrap .content .main .main_wrap .btn1 {
  position: absolute;
  width: 18.5%;
  top: 90%;
  left: 50%;
  transform: translateX(-130%);
  opacity: 1;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .main_wrap .btn1 {
    width: 35%;
    top: 92.5%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec2 .wrap .content .main .main_wrap .btn1:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.sec2 .wrap .content .main .sliderBox {
  padding-top: 6%;
  width: 100%;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .sliderBox {
    width: 90%;
  }
}
.sec2 .wrap .content .main .sliderBox .title {
  width: 60%;
  margin: 0 auto 5%;
}
.sec2 .wrap .content .main .sliderBox .swiper_box {
  padding: 0 5% 5% 5%;
  width: 96%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #95cdfd;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .sliderBox .swiper_box {
    width: 90%;
    padding: 0 0 10% 0;
  }
}
.sec2 .wrap .content .main .sliderBox .swiper_box .swiper-button-prev:after,
.sec2 .wrap .content .main .sliderBox .swiper_box .swiper-button-next:after {
  display: none;
}
.sec2 .wrap .content .main .sliderBox .swiper_box .swiper-button-prev {
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/arrow_l.png") no-repeat center;
  background-size: 100% 100%;
  height: 60px;
  width: 20px;
  margin-left: 10px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .sliderBox .swiper_box .swiper-button-prev {
    top: 89%;
    height: 40px;
    width: 12px;
    margin-left: 100px;
  }
}
.sec2 .wrap .content .main .sliderBox .swiper_box .swiper-button-next {
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/arrow_r.png") no-repeat center;
  background-size: 100% 100%;
  height: 60px;
  width: 20px;
  margin-right: 10px;
  z-index: 9999;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .sliderBox .swiper_box .swiper-button-next {
    top: 89%;
    height: 40px;
    width: 12px;
    margin-right: 100px;
  }
}
.sec2 .wrap .content .main .sliderBox .swiper_box .swiper-pagination {
  bottom: 30px;
}
.sec2 .wrap .content .main .sliderBox .swiper_box .swiper-wrapper {
  transform: translateY(-5%);
}
.sec2 .wrap .content .main .sliderBox .btn2 {
  position: absolute;
  width: 18.5%;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .sliderBox .btn2 {
    width: 35%;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec2 .wrap .content .main .sliderBox .btn2:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.lity-content {
  border: solid #ab9787 1px;
  max-height: 85%;
  overflow-y: auto;
}
.lity-content table {
  color: #fff;
}
.lity-content table th {
  font-size: 0.9rem;
  border-bottom: solid #ab9787 2px;
  padding: 0.7rem 0.5rem;
}
@media (max-width: 991px) {
  .lity-content table th {
    font-size: 0.75rem;
  }
}
.lity-content table td {
  font-size: 0.9rem;
  padding: 0.7rem 0.5rem;
}
@media (max-width: 991px) {
  .lity-content table td {
    font-size: 0.75rem;
  }
}

.lity-box {
  background: #fff;
  border: 7px solid #e1dedb;
  padding: 10px;
}
.lity-box table {
  max-width: 100%;
  background-color: #fff;
  color: #333;
  width: 100%;
}
.lity-box table th {
  border-bottom: solid #d0d4da 2px;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .lity-box table th {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
}
.lity-box table td {
  padding: 1rem 2rem;
  background-color: rgba(240, 238, 236, 0.5);
}
@media (max-width: 991px) {
  .lity-box table td {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
}
.lity-box h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #333;
}
@media (max-width: 991px) {
  .lity-box h1 {
    font-size: 1rem;
  }
}
.lity-box p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #555;
}
@media (max-width: 991px) {
  .lity-box p {
    font-size: 0.9rem;
  }
}
.lity-box p span {
  font-weight: bold;
  color: #000;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 176px;
  top: -50px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0318_08gihbx77m/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  max-width: 900px;
}

@media (max-width: 991px) {
  .lity-container {
    width: 90%;
    transform: translateX(2px);
  }
}

.lity-content {
  border: none;
  width: 100%;
}
.lity-content::-webkit-scrollbar {
  width: 0.25em;
}
.lity-content::-webkit-scrollbar-track {
  background-color: rgba(43, 56, 55, 0.589);
}
.lity-content::-webkit-scrollbar-thumb {
  background-color: rgba(49, 49, 49, 0.35);
  border-radius: 5px;
}
.lity-content {
  background-color: rgba(255, 21, 21, 0);
}

.lity-box.type1 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.lity-box.type2 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.lity-container {
  width: 90%;
  max-width: 900px;
}

.pop_container {
  padding: 5% 10%;
  background: #e9f7ff;
  position: relative;
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .pop_container {
    padding: 5% 8%;
  }
}
.pop_container .header {
  padding: 2% 0 3%;
  text-align: center;
}
.pop_container .header .loginId {
  font-size: 20px;
}
.pop_container .header img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pop_container .header img {
    width: 100%;
  }
}
.pop_container .content table th {
  border: 1px solid #e9f7ff;
  text-align: center;
  padding: 1rem;
}
.pop_container .content table th.th_header {
  background: #6250be;
  color: #fff;
}
.pop_container .content table th.row_header, .pop_container .content table th.row_last {
  width: 20%;
  background: #cac0ff;
  color: #281683;
}
.pop_container .content table th.row_content {
  width: auto;
  background: #cac0ff;
  color: #281683;
}
.pop_container .content table td {
  color: #333333;
  background: #fff;
  border: 1px solid #e9f7ff;
  text-align: center;
  padding: 1rem;
}
.pop_container .content table td:nth-of-type(2) {
  text-align: left;
}
.pop_container .content .dcBox {
  width: 96%;
  margin: 0 auto 1%;
  position: relative;
  margin-bottom: 1%;
}
@media (max-width: 991px) {
  .pop_container .content .dcBox {
    margin-bottom: 5%;
  }
}
.pop_container .content .dcBox .dcTxt {
  width: 80%;
}
.pop_container .content .dcBox a.btn1 {
  position: absolute;
  right: 0;
  top: 50%;
  width: 35%;
  transform: translateY(-50%);
}
.pop_container .content .dcBox a.btn1 img {
  width: 100%;
}
.pop_container .bgBlock {
  background: #4d76e8;
  width: 100%;
  height: 0;
  padding-bottom: 12%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 991px) {
  .pop_container .bgBlock {
    padding-bottom: 17%;
  }
}

.type2 {
  background: #e9f7ff;
}
.type2 .content {
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.type2 .content .title {
  text-align: center;
  color: #281683;
  line-height: 2rem;
  margin-bottom: 2%;
  width: 80%;
}
@media (max-width: 991px) {
  .type2 .content .title {
    width: 50%;
  }
}
.type2 .content .title img {
  width: 100%;
  max-width: 300px;
}
.type2 .content .bot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.type2 .content .bot_btns .btn1 {
  background: #88a7e6;
  color: #fff;
  border-radius: 30px;
  width: 120px;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.type2 .content .bot_btns .btn2 {
  background: #fcff01;
  color: #000;
  border-radius: 30px;
  width: 120px;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.form-container .form-submit {
  background: #fcff01;
  color: #281683;
  border-radius: 30px;
  max-width: 200px;
  padding: 10px;
  margin: 5% auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
  transform: translateY(25%);
}
@media (max-width: 991px) {
  .form-container .form-submit {
    transform: translateY(0%);
  }
}
.form-container .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-container .form-row .form_group {
  width: 100%;
  margin-bottom: 10px;
  flex-direction: column;
}
.form-container .form-row .form_group.half {
  width: 49.2%;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.half {
    width: 100%;
  }
}
.form-container .form-row .form_group.row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.row {
    flex-direction: column;
  }
}
.form-container .form-row .form_group.row .sp {
  width: 70%;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.row .sp {
    width: 100%;
  }
}
.form-container .form-row .form_group.selectTypeA {
  color: #fff;
  background: #00c1e4;
  padding: 20px;
  border-radius: 80px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-container .form-row .form_group.selectTypeA span {
  color: #fff;
  padding: 0 20px;
}
.form-container .form-row .form_group.selectTypeA input:checked + .btn-check {
  background-color: #00c1e4;
}
.form-container .form-row .form_group.selectTypeB {
  color: #fff;
  background: #9672ff;
  padding: 20px;
  border-radius: 80px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.form-container .form-row .form_group.selectTypeB span {
  color: #fff;
  padding: 0 20px;
}
.form-container .form-row .form_group.selectTypeB input:checked + .btn-check {
  background-color: #9672ff;
}
.form-container .form-row .form_group .btn-check {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 8px solid #ffffff;
  border-radius: 30px;
  background-color: #eee;
  background-size: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.form-container .form-row .form_group.agreeGroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  line-height: 25px;
  margin: 3% 0;
  color: #585858;
  font-size: 14px;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.agreeGroup {
    font-size: 2vw;
  }
  .form-container .form-row .form_group.agreeGroup br {
    display: none;
  }
}
.form-container .form-row .form_group.agreeGroup .agree {
  margin: 5px 10px 0 0;
}
.form-container .form-row .form_group .form_label {
  background: #4d76e8;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_label {
    font-size: 3vw;
    padding: 10px 0;
  }
}
.form-container .form-row .form_group .form_label.sp {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_label.sp {
    padding-bottom: 10px;
  }
}
.form-container .form-row .form_group .form_label span {
  color: #a7beff;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_label span {
    font-size: 1.8vw;
  }
}
.form-container .form-row .form_group .form_input-area {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .form-row .form_group .form_input-area select {
  text-align: center;
  border: none;
  width: 90%;
  font-size: 16px;
  min-height: 45px;
  color: #414141;
}
.form-container .form-row .form_group .form_input-area option[value=""][disabled] {
  display: none;
}
.form-container .form-row .form_group .form_input-area.up {
  position: relative;
}
.form-container .form-row .form_group .form_input-area.up::after {
  content: "點擊可上傳圖片";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #575658;
  font-size: 16px;
}
.form-container .form-row .form_group .form_input-area textarea {
  border: none;
  width: 100%;
  padding: 5%;
  text-align: center;
  color: #575658;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
}
.form-container .form-row .form_group .form_input-area textarea::-moz-placeholder {
  color: #b0b0b0;
}
.form-container .form-row .form_group .form_input-area textarea::placeholder {
  color: #b0b0b0;
}
.form-container .form-row .form_group .form_input-area input {
  border: none;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #575658;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container .form-row .form_group .form_input-area input::-moz-placeholder {
  color: #b0b0b0;
}
.form-container .form-row .form_group .form_input-area input::placeholder {
  color: #b0b0b0;
}
.form-container .form-row .form_group .form_input-area input.upload {
  min-height: 100px;
  opacity: 0;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_input-area input {
    font-size: 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */