@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;
}

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

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("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconFB.png");
}
header ul.util li.link a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconLink.png");
}
header ul.util li.home a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconHome.png");
}
header ul.util li.yt a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconYT.png");
}
header ul.util li.share a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/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: #dbbff8;
  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("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconClose.svg");
  right: -50px;
  filter: hue-rotate(-135deg);
}
header button.navO {
  position: fixed;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconOpen.svg");
  left: 0;
  opacity: 0;
  background-position: 0.8rem center;
  filter: hue-rotate(-135deg);
}
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;
}
body::-webkit-scrollbar {
  width: 0.25em;
}
body::-webkit-scrollbar-track {
  background-color: rgba(43, 56, 55, 0.589);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(49, 49, 49, 0.35);
  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;
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  display: none;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconGoTop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #555151;
  cursor: pointer;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}
@media (max-width: 991px) {
  .goTop {
    width: 0;
  }
}

.section {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video-wrap video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/cover.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

.inner {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1320px;
  z-index: 100;
}
.inner > img {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .inner {
    width: 80%;
    height: auto;
  }
}

.info {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 102px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
.info p {
  font-weight: 600;
}
@media (max-width: 991px) {
  .info p {
    font-size: 0.9rem;
  }
}

.innerBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 20px 20px;
  padding: 0rem 0 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .innerBox {
    border-radius: 0 0;
  }
}
.innerBox table {
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.innerBox table th {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  padding: 1rem 0.5rem;
  border: solid 1px #fff;
  background-color: #000;
}
@media (max-width: 1023px) {
  .innerBox table th {
    font-size: 0.9rem;
  }
}
.innerBox table td {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 1rem 0.5rem;
  border: solid 1px #fff;
}
@media (max-width: 991px) {
  .innerBox table td {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }
}
.innerBox table td ul {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .innerBox table td ul {
    list-style: disc;
  }
}
.innerBox table td ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2;
}
@media (max-width: 991px) {
  .innerBox table td ul li {
    margin-left: 1.5rem;
    font-size: 0.8rem;
  }
}
.innerBox table td ul li p {
  text-align: left;
}
.innerBox table td ul li a {
  color: #fff068;
}
.innerBox table td img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.innerBox a.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 370px;
  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;
}
.innerBox a.btn:hover {
  filter: brightness(1.5);
}
@media (max-width: 991px) {
  .innerBox a.btn {
    font-size: 1rem;
  }
}

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

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

.notice {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 3rem 0rem 3rem 0rem;
  box-sizing: border-box;
  background: #000;
}
@media (max-width: 991px) {
  .notice {
    width: 90%;
  }
}
.notice .notice_wrap {
  max-width: 1050px;
  margin: 0 auto;
}
.notice .notice_wrap h5 {
  font-family: "微軟正黑體";
  text-align: left;
  font-size: 1.1rem;
  color: #9b958c;
}
.notice .notice_wrap ul {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 0;
  color: #9b958c;
  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;
}
@media (max-width: 991px) {
  .notice .notice_wrap ul {
    font-size: 0.7rem;
  }
  .notice .notice_wrap ul li {
    margin-left: 1rem;
  }
}

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("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/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: 100%;
  min-height: 1003px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/sec_0_bg.jpg");
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(1px);
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sec0 {
    padding: 4rem 0 0rem 0;
    min-height: 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/sec_0_bg_m.jpg");
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec0 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.sec0 .innerR .main {
  width: 100%;
}
.sec0 .innerR .main img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .innerR .main {
    transform: translateX(0);
  }
}
.sec0 .innerR .box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec0 .innerR .box_wrap img {
    width: 100%;
  }
}
.sec0 .innerR .box_notice {
  margin: 1% auto 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_notice {
    width: 70%;
  }
}
.sec0 .innerR .box_notice img {
  width: 100%;
  max-width: 529px;
}
.sec0 .innerR .movie {
  position: absolute;
  width: 658px;
  height: 393px;
  z-index: 999;
  top: 86.5%;
  left: 50%;
  transform: translate(-110px, -474px);
}
@media (max-width: 991px) {
  .sec0 .innerR .movie {
    width: 72%;
    height: 43vw;
    z-index: 998;
    top: 71%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.sec0 .innerR .btnPlay {
  left: 50%;
  top: 52%;
  width: 18%;
  margin: 5% auto 6%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec0 .innerR .btnPlay img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .innerR .btnPlay {
    width: 40%;
    max-width: 180px;
    top: 50%;
  }
}
.sec0 .innerR .box_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_btn {
    width: 100%;
    transform: translateY(-20px);
  }
  .sec0 .innerR .box_btn img {
    width: 100%;
  }
}
.sec0 .innerR .box_btn:hover {
  opacity: 0.8;
}
.sec0 .title {
  margin: 80px auto 40px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .sec0 .title {
    width: 100%;
    margin: 40px auto 40px;
  }
}
@media (max-width: 991px) {
  .sec0 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem 3rem;
    min-height: 0;
  }
}
.sec0 .pc {
  display: block;
}
@media (max-width: 991px) {
  .sec0 .pc {
    display: none !important;
  }
}
.sec0 .mb {
  display: none !important;
}
@media (max-width: 991px) {
  .sec0 .mb {
    display: block !important;
  }
}
.sec0 .badge {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 99;
  left: 50%;
  bottom: 6%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  min-width: 1200px;
}
.sec0 .badge a.moblie {
  width: 200px;
  margin: 0 0.5rem;
}
.sec0 .badge a.moblie img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sec0 .badge {
    position: static;
    transform: translate(0, -94%);
    flex-wrap: nowrap;
    margin: 0% auto;
    min-width: 0;
  }
  .sec0 .badge a.moblie {
    margin: 0.5rem;
    width: 170px;
  }
  .sec0 .badge a.moblie.pc {
    display: none;
  }
}

.sec1 {
  width: 100%;
  height: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/sec_1_bg.jpg");
  padding-bottom: 0rem;
  background-size: cover;
  background-position: top center;
  transform: translateY(-1px);
}
@media (max-width: 991px) {
  .sec1 {
    padding: 0.5rem 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/sec_1_bg_m.jpg");
    background-size: cover;
    background-position: top center;
  }
}
.sec1 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
}
.sec1 .innerR .box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec1 .innerR .box_wrap img {
    width: 100%;
  }
}
.sec1 .innerR .box_wrap .title {
  margin: 1.5rem auto 0rem;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .title {
    margin: 0;
  }
}
.sec1 .innerR .box_wrap .info {
  position: absolute;
  width: 95%;
  height: 5.1%;
  left: 50%;
  top: 26%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .info {
    flex-direction: column;
    width: 88%;
    height: 12.3%;
    left: 50%;
    top: 27.2%;
  }
}
@media (max-width: 575px) {
  .sec1 .innerR .box_wrap .info {
    top: 27%;
  }
}
.sec1 .innerR .box_wrap .info .row {
  width: 49.1%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .info .row {
    width: 100%;
    height: 48%;
    justify-content: space-between;
    font-size: 2.6vw;
  }
}
.sec1 .innerR .box_wrap .info .row .label {
  width: 28%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.sec1 .innerR .box_wrap .info .row .content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 75%;
}
.sec1 .innerR .box_wrap .mov_box_bg {
  position: absolute;
  width: 72%;
  height: 46%;
  left: 50.2%;
  top: 57.5%;
  transform: translate(-50%, -50%);
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/video_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .mov_box_bg {
    width: 87%;
    height: 31%;
    left: 50.2%;
    top: 58%;
    transform: translate(-50%, -50%);
  }
}
.sec1 .innerR .box_wrap .mov_box_bg .mov_box {
  width: 90%;
  height: 85%;
  border: 1px solid #000;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center !important;
}
.sec1 .innerR .box_wrap .mov_box_bg .play_btn {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: 0.5s;
}
.sec1 .innerR .box_wrap .mov_box_bg .play_btn:hover {
  opacity: 1;
  transition: 0.5s;
  transform: translate(-50%, -50.5%) scale(1.02);
}
.sec1 .innerR .box_wrap .mov_box_bg .play_btn img {
  width: 100%;
  height: auto;
  max-width: 237px;
}
.sec1 .innerR .box_wrap .main {
  width: 100%;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .main {
    transform: translate(0, 0);
  }
}
.sec1 .innerR .box_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sec1 .innerR .box_btn {
    width: 78%;
    top: 75.5%;
  }
  .sec1 .innerR .box_btn img {
    width: 100%;
  }
}
.sec1 .innerR .box_btn:hover {
  opacity: 0.8;
}
.sec1 .title {
  margin: 40px auto 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sec1 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem;
  }
}
.sec1 .pc {
  display: block;
}
@media (max-width: 991px) {
  .sec1 .pc {
    display: none !important;
  }
}
.sec1 .mb {
  display: none !important;
}
@media (max-width: 991px) {
  .sec1 .mb {
    display: block !important;
  }
}

.sec2 {
  width: 100%;
  height: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/sec_2_bg.jpg");
  padding-bottom: 0;
  background-size: cover;
  background-position: top center;
  transform: translateY(-1px);
}
@media (max-width: 991px) {
  .sec2 {
    padding: 0.5rem 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0623_y79h57ar9z/content/sec_2_bg_m.jpg");
    background-size: cover;
    background-position: top center;
  }
}
.sec2 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
}
.sec2 .innerR .box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sec2 .innerR .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec2 .innerR .box_wrap img {
    width: 100%;
  }
}
.sec2 .innerR .box_wrap .main {
  width: 100%;
}
@media (max-width: 991px) {
  .sec2 .innerR .box_wrap .main {
    transform: translate(0, 0);
  }
}
.sec2 .innerR .box_wrap a.more {
  position: absolute;
  width: 36%;
  height: 32%;
  top: 52%;
  left: 51%;
}
@media (max-width: 1300px) {
  .sec2 .innerR .box_wrap a.more {
    width: 36%;
    height: 32%;
    top: 51%;
    left: 51%;
  }
}
@media (max-width: 991px) {
  .sec2 .innerR .box_wrap a.more {
    width: 80%;
    height: 17%;
    top: auto;
    bottom: 6%;
    left: 10%;
    z-index: 99;
  }
}
.sec2 .innerR .box_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
  position: absolute;
  top: 82.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sec2 .innerR .box_btn {
    width: 78%;
    top: 88.5%;
  }
  .sec2 .innerR .box_btn img {
    width: 100%;
  }
}
.sec2 .innerR .box_btn:hover {
  opacity: 0.8;
}
.sec2 .title {
  margin: 40px auto 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .sec2 .title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sec2 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem;
    min-height: 900px;
  }
}
.sec2 .pc {
  display: block;
}
@media (max-width: 991px) {
  .sec2 .pc {
    display: none !important;
  }
}
.sec2 .mb {
  display: none !important;
}
@media (max-width: 991px) {
  .sec2 .mb {
    display: block !important;
  }
}

.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;
}
.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 a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  background-color: #756f6f;
  color: #fff;
  border-radius: 5px;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box a {
    font-size: 0.9rem;
  }
}
.lity-box a:hover {
  background-color: #000;
}
.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/hit2/event/2025/0623_y79h57ar9z/lightbox/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: 96%;
    transform: translateX(2px);
  }
}

.lity-content {
  border: none;
  width: 100%;
}

.lity-box.type1 {
  border: none;
  padding: 0;
}
.lity-box.type1 th {
  background: #715228;
  color: #fff;
  border: 1px solid #563b16;
}
.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: #715228;
  border: 1px solid #563b16;
  background: #fff;
}
.lity-box.type1 td .resend_btn {
  background: #f7d668;
  display: ruby;
  padding: 5px 10px;
  letter-spacing: 0;
  width: auto;
  border-radius: 20px;
  color: #715228;
  margin: 0;
  font-size: 12px;
}

.lity-box.type2 {
  border: none;
  padding: 0;
  width: 600px;
}
@media (max-width: 991px) {
  .lity-box.type2 {
    width: auto;
  }
}
.lity-box.type2 .title {
  background: #715228;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
}
.lity-box.type2 .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .lity-box.type2 .content {
    padding: 2rem 10px;
  }
}
.lity-box.type2 .content select {
  width: 85%;
  background: #d6be99;
  color: #000;
  border: none;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type2 .content select {
    width: 90%;
  }
}
.lity-box.type2 .content .select_name {
  width: 85%;
  background: #f8efdd;
  color: #000;
  border: none;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .select_name {
    width: 90%;
  }
}
.lity-box.type2 .content .notice_info {
  width: 85%;
  background: #f8efdd;
  color: #000;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .notice_info {
    width: 90%;
  }
}
.lity-box.type2 .content .msg {
  width: 85%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .msg {
    width: 90%;
  }
}
.lity-box.type2 .content .bot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .bot_btns {
    width: 90%;
  }
}
.lity-box.type2 .content .bot_btns a {
  border-radius: 30px;
  margin: 0 5px;
  width: 30%;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .bot_btns a {
    width: 45%;
    font-size: 3vw;
    padding: 10px 0;
  }
}
.lity-box.type2 .content .bot_btns a.bind_btn {
  background: #ffe479;
  color: #000;
}
.lity-box.type2 .content .bot_btns a.cancel_btn {
  background: #d6be99;
  color: #000;
}
.lity-box.type2 .content .bot_btns a:hover {
  opacity: 0.8;
}

.lity-box.type3 {
  border: none;
  padding: 0;
  width: 600px;
}
@media (max-width: 991px) {
  .lity-box.type3 {
    width: 100%;
  }
}
.lity-box.type3 .title {
  background: #715228;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
}
.lity-box.type3 .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .lity-box.type3 .content {
    padding: 2rem 10px;
  }
}
.lity-box.type3 .content select {
  width: 85%;
  background: #d6be99;
  color: #000;
  border: none;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type3 .content select {
    width: 90%;
  }
}
.lity-box.type3 .content .select_name {
  width: 85%;
  background: #f8efdd;
  color: #000;
  border: none;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .select_name {
    width: 90%;
  }
}
.lity-box.type3 .content .notice_info {
  width: 85%;
  background: #f8efdd;
  color: #000;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .notice_info {
    width: 90%;
  }
}
.lity-box.type3 .content .info_box {
  background: #f8efdd;
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 20px;
}
.lity-box.type3 .content .msg {
  width: 85%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .msg {
    width: 90%;
  }
}
.lity-box.type3 .content .bot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .bot_btns {
    width: 90%;
  }
}
.lity-box.type3 .content .bot_btns a {
  border-radius: 30px;
  margin: 0 5px;
  width: 30%;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .bot_btns a {
    width: 45%;
    font-size: 3vw;
    padding: 10px 0;
  }
}
.lity-box.type3 .content .bot_btns a.bind_btn {
  background: #ffe479;
  color: #000;
}
.lity-box.type3 .content .bot_btns a.cancel_btn {
  background: #d6be99;
  color: #000;
}
.lity-box.type3 .content .bot_btns a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */