@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: space-around;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .footBox {
    width: 106%;
    height: auto;
    display: flex;
    flex-direction: column;
    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: 10px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0;
  color: #ccc;
  text-align: center;
}
@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/blue_archive/event/2025/0827_2zyviat2w1/icon_home.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btns a.fb {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/icon_fb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btns a.yt {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/icon_yt.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 999;
}
header ul.util {
  width: auto;
  height: 50px;
  position: fixed;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  list-style: none;
  top: 1rem;
  right: 1rem;
  z-index: 888;
}
header ul.util a {
  margin-left: 5px;
}
header ul.util li a {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
}
header ul.util li a:hover {
  background-color: rgb(0, 0, 0);
}
header ul.util li.fb a {
  background-image: url("../img/header/iconFB.png");
}
header ul.util li.link a {
  background-image: url("../img/header/iconLink.png");
}
header ul.util li.home a {
  background-image: url("../img/header/iconHome.png");
}
header ul.util li.yt a {
  background-image: url("../img/header/iconYT.png");
}
header ul.util li.share a {
  background-image: url("../img/header/iconShare.png");
}
header ul.util a.moblie {
  max-height: 50px;
}
header ul.util a.moblie img {
  max-height: 100%;
}
@media (max-width: 991px) {
  header ul.util {
    top: 0;
    right: 0;
  }
  header ul.util a {
    margin-left: 0;
  }
  header ul.util a.moblie {
    display: none;
  }
}
header .nav {
  width: 80%;
  height: 100%;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  max-width: 200px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
header .nav.hidden {
  width: 0;
  overflow: hidden;
}
header .nav ul#menu {
  width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
}
header .nav ul#menu a.logo {
  max-width: 80%;
  display: block;
  margin: 1rem auto;
}
header .nav ul#menu a.logo img {
  max-width: 100%;
  position: relative;
  display: block;
}
header .nav ul#menu li a {
  display: block;
  padding: 0.75rem;
  text-align: center;
}
header .nav ul#menu li a span {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 1.3;
  text-shadow: #000 1px 1px 10px;
  margin-right: 0.5rem;
  color: #ffffff;
}
header .nav ul#menu li a:hover,
header .nav ul#menu li.active a {
  background-color: #000;
}
header .nav ul#menu li a:hover span,
header .nav ul#menu li.active a span {
  color: #e3c9a2;
  font-weight: 600;
}
@media (max-width: 991px) {
  header .nav {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
header button {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header button.navC {
  background-image: url("../img/header/iconClose.svg");
  right: -50px;
}
header button.navO {
  position: fixed;
  background-image: url("../img/header/iconOpen.svg");
  left: 0;
  opacity: 0;
  background-position: 0.8rem center;
}
header button.navO.show {
  opacity: 1;
}
@media (max-width: 991px) {
  header button {
    background-color: rgb(0, 0, 0);
  }
  header button.show {
    width: 100%;
  }
}

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

body {
  background-color: #000;
  position: relative;
  top: -2px;
}
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;
}

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: #204e82;
}
.notice .notice_wrap {
  max-width: 1050px;
  margin: 0 auto;
}
.notice .notice_wrap h5 {
  font-family: "微軟正黑體";
  text-align: center;
  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: #a2dfff;
  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: #f8efdd;
}
.notice .notice_wrap ul li li {
  margin-left: 1rem;
}

@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: #204e82;
  }
  .notice .notice_wrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .notice .notice_wrap h5 {
    font-family: "微軟正黑體";
    text-align: center;
    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: #a2dfff;
    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: #f8efdd;
  }
  .notice .notice_wrap ul li li {
    margin-left: 1rem;
  }
}
form {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 0rem;
  border: solid 1px #fff;
}
@media (max-width: 991px) {
  form {
    padding: 0rem 0rem;
  }
}
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(1px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/sec_0_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec0 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/sec_0_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
}
.sec0 .wrap .space {
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.sec0 .wrap .space img {
  width: 100%;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .sec0 .wrap {
    width: 100%;
  }
}
.sec0 .header {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1400px;
  height: 47.5%;
}
@media (max-width: 991px) {
  .sec0 .header {
    height: 49%;
  }
}
.sec0 .header .logo {
  position: absolute;
  width: 28%;
  top: 9.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec0 .header .logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .header .logo {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 8%;
    transform: translate(-50%);
    z-index: 999;
  }
  .sec0 .header .logo img {
    width: 100%;
  }
}
.sec0 .header .deco {
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991px) {
  .sec0 .header .deco {
    display: none;
  }
}
.sec0 .header .deco div {
  position: absolute;
  z-index: 4;
  opacity: 1;
}
.sec0 .header .deco div img {
  width: 100%;
}
.sec0 .header .deco .d1 {
  top: 17%;
  left: 50%;
  transform: translateX(-497%);
  width: 8.5%;
}
.sec0 .header .deco .d2 {
  top: 72.5%;
  left: 50%;
  transform: translateX(-454%);
  width: 9%;
}
.sec0 .header .deco .d3 {
  top: 17.5%;
  left: 50%;
  transform: translateX(342%);
  width: 9.5%;
}
.sec0 .header .deco .d4 {
  top: 45%;
  left: 50%;
  transform: translateX(-821%);
  width: 6%;
}
.sec0 .header .deco .d5 {
  top: 46%;
  left: 50%;
  transform: translateX(798%);
  width: 5.5%;
}
.sec0 .header .deco .d6 {
  top: 31%;
  left: 50%;
  transform: translateX(-2030%);
  width: 1.8%;
}
.sec0 .header .deco .d7 {
  top: 15.5%;
  left: 50%;
  transform: translateX(1784%);
  width: 1.8%;
}
.sec0 .header .deco .d8 {
  top: 54.5%;
  left: 50%;
  transform: translateX(-2627%);
  width: 1.8%;
}
.sec0 .header .deco .d9 {
  top: 61%;
  left: 50%;
  transform: translateX(2090%);
  width: 1.9%;
}
.sec0 .header .chars {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.sec0 .header .chars div {
  position: absolute;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}
.sec0 .header .chars div img {
  width: 100%;
}
.sec0 .header .chars .ch_1 {
  top: 15.2%;
  left: 50%;
  transform: translate(-150%, 0%);
  width: 28%;
}
@media (max-width: 991px) {
  .sec0 .header .chars .ch_1 {
    top: 19%;
    width: 33%;
  }
}
.sec0 .header .chars .ch_2 {
  top: 59.2%;
  left: 50%;
  transform: translate(-86%, -50%);
  width: 32%;
}
@media (max-width: 991px) {
  .sec0 .header .chars .ch_2 {
    top: 45%;
    width: 37%;
  }
}
.sec0 .header .chars .ch_3 {
  top: 56%;
  left: 50%;
  transform: translate(-7%, -50%);
  width: 30%;
}
@media (max-width: 991px) {
  .sec0 .header .chars .ch_3 {
    top: 43%;
    width: 35%;
  }
}
.sec0 .header .chars .ch_4 {
  top: 55.3%;
  left: 50%;
  transform: translate(47%, -50%);
  width: 29%;
}
@media (max-width: 991px) {
  .sec0 .header .chars .ch_4 {
    top: 42.5%;
    width: 34%;
  }
}
.sec0 .header .title {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 68.2%;
}
.sec0 .header .title img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .header .title {
    top: 70%;
    left: 50%;
    width: 100%;
  }
  .sec0 .header .title img {
    width: 100%;
  }
}
.sec0 .content {
  position: absolute;
  width: 100%;
  height: 52.5%;
  top: 47.5%;
  max-width: 1400px;
}
@media (max-width: 991px) {
  .sec0 .content {
    padding-top: 5%;
  }
}
.sec0 .content img {
  width: 100%;
}
.sec0 .content .main {
  position: absolute;
  top: 11.6%;
  left: 50%;
  transform: translate(-70%, 0%);
  width: 56.8%;
}
.sec0 .content .main img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .content .main {
    z-index: 5;
    width: 100%;
    top: 14%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.sec0 .content .heart {
  pointer-events: none;
  z-index: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .sec0 .content .heart {
    display: none;
  }
}
.sec0 .content .heart.h1 {
  top: 19%;
  left: 50%;
  transform: translate(520%, 0%);
  width: 4%;
}
.sec0 .content .heart.h2 {
  top: 25%;
  left: 50%;
  transform: translate(780%, 0%);
  width: 2.5%;
}
.sec0 .content .ch {
  position: absolute;
  top: 57.5%;
  left: 50%;
  transform: translate(7.5%, -50%);
  width: 68%;
}
@media (max-width: 991px) {
  .sec0 .content .ch {
    top: 5%;
    left: 50%;
    transform: translate(-47%, -50%);
    width: 80%;
    z-index: 4;
  }
}

.sec1 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(1px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/sec_1_bg.jpg");
  background-repeat: no-repeat;
  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/blue_archive/event/2025/0827_2zyviat2w1/sec_1_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec1 .wrap .space {
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
.sec1 .wrap .space img {
  width: 100%;
  opacity: 0;
}
@media (max-width: 991px) {
  .sec1 .wrap {
    width: 100%;
  }
}
.sec1 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  max-width: 1400px;
}
.sec1 .content img {
  width: 100%;
}
.sec1 .content .main_bg {
  position: absolute;
  z-index: 0;
  opacity: 1;
}
.sec1 .content .deco {
  pointer-events: none;
  z-index: 0;
}
.sec1 .content .deco div {
  position: absolute;
  z-index: 5;
  opacity: 1;
}
.sec1 .content .deco div img {
  width: 100%;
}
.sec1 .content .deco .d1 {
  top: 10%;
  left: 50%;
  transform: translateX(-227%);
  width: 8.5%;
}
@media (max-width: 991px) {
  .sec1 .content .deco .d1 {
    top: 6%;
    left: 50%;
    transform: translateX(-214%);
    width: 18%;
  }
}
.sec1 .content .deco .d2 {
  top: 6%;
  left: 50%;
  transform: translateX(70%);
  width: 11%;
}
@media (max-width: 991px) {
  .sec1 .content .deco .d2 {
    top: 4%;
    left: 50%;
    transform: translateX(79%);
    width: 20%;
  }
}
.sec1 .content .deco .d5 {
  top: 17%;
  left: 50%;
  transform: translateX(318%);
  width: 5.5%;
}
@media (max-width: 991px) {
  .sec1 .content .deco .d5 {
    top: 10.5%;
    left: 50%;
    transform: translateX(297%);
    width: 11%;
  }
}
.sec1 .content .deco .d6 {
  top: 19.5%;
  left: 50%;
  transform: translateX(-970%);
  width: 1.8%;
}
@media (max-width: 991px) {
  .sec1 .content .deco .d6 {
    top: 12.5%;
    left: 50%;
    transform: translateX(-970%);
    width: 3.8%;
  }
}
.sec1 .content .main {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 83.5%;
}
.sec1 .content .main img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec1 .content .main {
    z-index: 5;
    width: 100%;
    top: 14.9%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.sec1 .content .main .zoom {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-102%, 0);
  width: 42%;
  height: 21%;
  z-index: 6;
  display: block;
}
.sec1 .content .main .zoom img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec1 .content .main .zoom {
    top: 56%;
    transform: translate(-50%, 0);
    width: 77%;
    height: 12%;
  }
}
.sec1 .content .main .btn {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(77%, 0);
  width: 18%;
  z-index: 6;
  display: block;
}
.sec1 .content .main .btn img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec1 .content .main .btn {
    top: 37%;
    transform: translate(-50%, 0);
    width: 35%;
  }
}
.sec1 .content .ch {
  position: absolute;
  top: 3.2%;
  left: 50%;
  transform: translate(-54%, 0%);
  width: 37%;
}
@media (max-width: 991px) {
  .sec1 .content .ch {
    top: 10.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76%;
    z-index: 4;
  }
}

.sec2 {
  padding: 5rem 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/sec_2_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec2 {
    padding: 2rem;
    background: url("https://nxtw.dn.nexoncdn.co.kr/blue_archive/event/2025/0827_2zyviat2w1/sec_2_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec2 .content {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(68, 156, 204, 0.5);
  background: #fff;
  max-width: 1200px;
  padding: 25px 25px;
  width: 86%;
  min-height: 500px;
  margin: 0 auto;
}
.sec2 .content #list {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #609bd5;
  border-radius: 20px;
}
.sec2 .content #list th, .sec2 .content #list td {
  padding: 10px;
}
.sec2 .content #list th {
  background: #266aad;
  color: #fff;
}
.sec2 .content #list td {
  color: #266aad;
}
.sec2 .content #list tr:nth-child(2n+1) {
  background: rgb(232, 243, 255);
}
.sec2 .content .banner {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.sec2 .content form {
  max-width: 800px;
  margin: 0 auto;
}
.sec2 .content #check {
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #266aad;
}
.sec2 .content #check input {
  margin: 5px;
  width: 30px;
}
.sec2 .content #check label {
  color: #266aad;
}
.sec2 .content #submit {
  color: #fff;
  background: #266aad;
  width: 200px;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.sec2 .content .row {
  display: flex;
  padding: 10px 0 10px 10px;
  border-bottom: 1px dotted #eee;
  position: relative;
}
.sec2 .content .row::before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  border-radius: 10px;
  background: #adccec;
}
@media (max-width: 991px) {
  .sec2 .content .row::before {
    display: none;
  }
}
.sec2 .content .row .label {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #266aad;
  position: relative;
}
.sec2 .content .row .label p {
  color: #84a9c9;
  font-size: 10px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .sec2 .content .row .label p {
    position: static;
    padding-left: 10px;
  }
}
.sec2 .content .row .label span {
  color: #d25252;
  margin-left: 5px;
  transform: translateY(3px);
  height: 100%;
}
.sec2 .content .row .input {
  width: 70%;
}
.sec2 .content .row .input input {
  width: 100%;
  border: none;
  padding: 5px 10px;
  background: rgb(232, 243, 255);
  color: #116390;
  border-radius: 5px;
  height: 35px;
}
.sec2 .content .row .input .wrong {
  font-size: 10px;
  display: flex;
  align-items: center;
  padding: 5px;
  color: #d25252;
}
@media (max-width: 991px) {
  .sec2 .content {
    width: 100%;
    padding: 15px 15px;
  }
  .sec2 .content .row {
    flex-direction: column;
  }
  .sec2 .content .row .label {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .sec2 .content .row .label span {
    color: red;
    margin-left: 5px;
    transform: translateY(3px);
    height: 100%;
  }
  .sec2 .content .row .input {
    width: 100%;
  }
  .sec2 .content .row .input .wrong {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec2 .content #check {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 13px;
    color: #266aad;
  }
  .sec2 .content #check input {
    margin: 2px 5px;
    width: 30px;
  }
  .sec2 .content #check label {
    color: #266aad;
  }
}

.lity-content {
  border: solid #ab9787 1px;
  max-height: 85%;
  overflow-y: auto;
}
.lity-content img {
  border-radius: 30px;
}
.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/blue_archive/event/2025/0827_2zyviat2w1/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: 1280px;
}

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

.lity-content {
  border: none;
  width: 100%;
  background-color: rgba(255, 21, 21, 0);
}
.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-box.type1 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.lity-box.type1 th {
  background: #3888c7;
  color: #fff;
  border: 1px solid #3888c7;
}
.lity-box.type1 th:nth-of-type(1), .lity-box.type1 th:nth-of-type(3) {
  width: 25%;
}
.lity-box.type1 th:nth-of-type(2) {
  width: 50%;
}
.lity-box.type1 td {
  text-align: center;
  color: #106bb1;
  border: 1px solid #b4d4ed;
  background: #d3e6f4;
}
.lity-box.type1 td:nth-of-type(2) {
  background: #fff;
}
.lity-box.type1 td.bot {
  background: #8cc2e4;
  color: #fff;
}

.lity-box.type2 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.lity-box.type2 .content {
  min-width: 320px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #116cb1;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
  padding: 20px;
}

.lity-box.type3 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.lity-box.type3 .content {
  min-width: 300px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #116cb1;
}
.lity-box.type3 .content .title {
  font-size: 1.2rem;
}
.lity-box.type3 .content .sn {
  font-size: 1.8rem;
  font-weight: bold;
  background: #d2e7f4;
  padding: 5px 20px;
  margin: 15px 0;
  width: 85%;
  text-align: center;
}
.lity-box.type3 .content .copy_btn {
  background: #116cb1;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  display: flex;

}/*# sourceMappingURL=style.css.map */