@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 {
    justify-content: center;
  }
}

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: 40px;
  letter-spacing: 0;
  color: #ccc;
  text-align: center;
}
@media (max-width: 991px) {
  p.foCopy {
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0;
  }
}

ul.foList {
  font-size: 12px;
  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: 220px;
  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: #dcc8b4;
}
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: #fff;
  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;
}
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;
}
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(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  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/2024/1125_r2y6vsewcl/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: 1200px;
  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 0rem;
  margin-bottom: 0rem;
}
@media (max-width: 991px) {
  .innerBox {
    border-radius: 0 0;
    padding: 0 0rem;
  }
}
.innerBox .box_wraps {
  width: 100%;
  max-width: 1200px;
}
.innerBox .box_wraps img {
  width: 100%;
}
.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;
  }
}

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

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

.notice {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0 1rem 3rem 1rem;
  box-sizing: border-box;
  background: #1a1816;
}
.notice ul {
  width: 48%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 0.9rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2;
  max-width: 1200px;
  color: #9c9084;
  list-style-type: disc;
}
.notice ul li {
  margin-left: 2.5rem;
}
.notice ul li.sp {
  color: #f6eaa4;
}
.notice ul li a {
  color: #f6eaa4;
}
.notice ul li span {
  color: #fff;
}
@media (max-width: 991px) {
  .notice ul {
    font-size: 0.7rem;
    width: 100%;
  }
  .notice ul li {
    margin-left: 1rem;
  }
}
.notice .empty {
  opacity: 0;
}

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/2024/1125_r2y6vsewcl/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: 1036;
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_0.jpg");
  background-color: #000;
  max-width: 2560px;
}
@media (max-width: 991px) {
  .sec0 {
    width: 100%;
    height: auto;
    height: auto;
    min-height: 0;
    background-size: 100%;
    background: red;
  }
}
.sec0 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.sec0 .innerR .box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid red;
  }
}
.sec0 .innerR .box_wrap .card {
  width: 48%;
  margin: 10px 1%;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_wrap .card {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .sec0 .innerR .box_wraps {
    top: 0;
    left: 0;
    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 .box_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_btn {
    width: 100%;
  }
  .sec0 .innerR .box_btn img {
    width: 100%;
  }
}
.sec0 .innerR .box_btn:hover {
  opacity: 0.8;
}
.sec0 .empty {
  width: 100%;
}
.sec0 .main {
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .main {
    width: 100%;
    top: 0%;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0%);
  }
}
.sec0 .innerBox {
  min-height: 900px;
}
@media (max-width: 991px) {
  .sec0 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem;
    min-height: 0;
    overflow: hidden;
  }
}
.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;
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 99%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
}
.sec0 .badge a.moblie {
  width: 160px;
  margin: 0 0.5rem;
}
.sec0 .badge a.moblie img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sec0 .badge {
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-wrap: nowrap;
    margin-top: 20%;
  }
  .sec0 .badge a.moblie {
    margin: 0.5rem;
  }
  .sec0 .badge a.moblie.pc {
    display: none;
  }
}

.sec1 {
  width: 100%;
  height: 1022px;
  min-height: 1022px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_1.jpg");
  background-color: #000;
}
@media (max-width: 991px) {
  .sec1 {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_1_m.jpg");
    background-size: cover;
    background-position: top center;
  }
}
.sec1 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.sec1 .innerR .box_wraps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wraps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
}
.sec1 .innerR .box_wraps .btnMore {
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  position: absolute;
}
.sec1 .innerR .box_wraps .btnMore:hover {
  filter: brightness(1.5);
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wraps .btnMore {
    width: 95%;
    bottom: 3.8%;
  }
  .sec1 .innerR .box_wraps .btnMore img {
    width: 100%;
  }
}
.sec1 .innerR .box_notice {
  margin: 1% auto 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_notice {
    width: 70%;
  }
}
.sec1 .innerR .box_notice img {
  width: 100%;
  max-width: 529px;
}
.sec1 .innerR .box_btn {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  width: 30%;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_btn {
    width: 60%;
  }
  .sec1 .innerR .box_btn img {
    width: 100%;
  }
}
.sec1 .innerR .box_btn:hover {
  opacity: 0.8;
}
.sec1 .main {
  margin: 30px auto 0;
  z-index: 2;
  position: relative;
  max-width: 972px;
}
@media (max-width: 991px) {
  .sec1 .main {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sec1 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem;
    min-height: 0;
  }
}
.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;
  }
}
.sec1 .main {
  z-index: 99;
  position: relative;
}
.sec1 .char {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  width: 147%;
  transform: translate(-74%, -43%);
}
.sec1 .char img {
  width: 100%;
}
.sec1 .process_box {
  width: 100%;
  max-width: 950px;
  position: absolute;
  top: 17.25%;
  left: 50%;
  transform: translateX(-50.3%);
}
@media (max-width: 1200px) {
  .sec1 .process_box {
    top: 17.5%;
    width: 79%;
  }
}
@media (max-width: 991px) {
  .sec1 .process_box {
    top: 14.8%;
    width: 95%;
    transform: translateX(-50%);
  }
}
.sec1 .process_box .process_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/sec0/bar_process.png") no-repeat;
  background-size: auto 100%;
}
.sec1 .process_box .process_bar.bar_0 {
  width: 0%;
}
.sec1 .process_box .process_bar.bar_25 {
  width: 27.95%;
}
.sec1 .process_box .process_bar.bar_50 {
  width: 51.5%;
}
.sec1 .process_box .process_bar.bar_75 {
  width: 72.1%;
}
.sec1 .process_box .process_bar.bar_100 {
  width: 100%;
}
.sec1 .login_box {
  position: absolute;
  width: 80%;
  top: 41%;
  left: 50%;
  transform: translateX(-50.3%);
}
@media (max-width: 991px) {
  .sec1 .login_box {
    width: 96%;
    top: 32.1%;
    transform: translateX(-50%);
    align-items: center;
  }
}
.sec1 .login_box::before {
  content: "";
  width: 100%;
  height: 0%;
  padding-bottom: 13%;
  display: block;
}
.sec1 .login_box .login_btn {
  display: block;
  max-width: 454px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec1 .login_box .login_account {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-37%, -50%);
}
@media (max-width: 991px) {
  .sec1 .login_box .login_account {
    transform: translate(-50%, -50%);
    position: relative;
  }
}
.sec1 .login_box .login_account .account {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.sec1 .login_box .login_account .account .label {
  color: #fff;
  background: #c0b3ff;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  width: 100px;
}
@media (max-width: 991px) {
  .sec1 .login_box .login_account .account .label {
    width: 100px;
  }
}
.sec1 .login_box .login_account .account .mail {
  color: #fff;
  background: #393ba1;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  width: 340px;
  border: 3px solid #d2c9ff;
}
@media (max-width: 991px) {
  .sec1 .login_box .login_account .account .mail {
    width: 150px;
  }
}
.sec1 .login_box .login_account .btn_log {
  width: 157px;
  height: 45px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  background: #ffcd29;
  border-bottom: 3px solid #fda100;
  padding: 10px 10px;
  border-radius: 25px;
  color: #393ba1;
  max-width: 150px;
  font-size: 15px;
  align-items: center;
}
.sec1 .get_btns {
  position: absolute;
  width: 80%;
  top: 85.8%;
  left: 50%;
  transform: translateX(-50.3%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1200px) {
  .sec1 .get_btns {
    top: 75.8%;
  }
}
.sec1 .get_btns a.type1 {
  display: inline-flex;
  width: 25%;
  text-align: center;
  justify-content: center;
  background: #ffcd29;
  border-bottom: 5px solid #fda100;
  padding: 10px 20px;
  border-radius: 30px;
  color: #393ba1;
  max-width: 150px;
}
.sec1 .get_btns a.type2 {
  display: inline-flex;
  width: 25%;
  text-align: center;
  justify-content: center;
  background: #393ba1;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  max-width: 150px;
}
.sec1 .get_btns a.type3 {
  display: inline-flex;
  width: 25%;
  text-align: center;
  justify-content: center;
  background: #c7c7ff;
  border-bottom: 5px solid #a4a6ff;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  max-width: 150px;
}
@media (max-width: 1200px) {
  .sec1 .get_btns a.btn1 {
    position: absolute;
    display: inline-flex;
    width: 40%;
    top: 0;
    left: 0;
    padding: 5px 20px;
  }
  .sec1 .get_btns a.btn2 {
    position: absolute;
    display: inline-flex;
    width: 40%;
    top: 0;
    right: 0;
    padding: 5px 20px;
  }
  .sec1 .get_btns a.btn3 {
    position: absolute;
    display: inline-flex;
    width: 40%;
    top: 70vw;
    left: 0;
    padding: 5px 20px;
  }
  .sec1 .get_btns a.btn4 {
    position: absolute;
    display: inline-flex;
    width: 40%;
    top: 70vw;
    right: 0;
    padding: 5px 20px;
  }
}

.sec2 {
  width: 100%;
  height: 1244px;
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_2.jpg");
  background-color: #000;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .sec2 {
    min-height: 0;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_2_m.jpg");
    background-size: contain;
    background-position: top center;
  }
}
.sec2 .empty {
  opacity: 0 !important;
}

.sec3 {
  width: 100%;
  height: 914px;
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_3.jpg");
  background-color: #000;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .sec3 {
    min-height: 0;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_3_m.jpg");
    background-size: contain;
    background-position: top center;
  }
}
.sec3 .empty {
  opacity: 0 !important;
}

.sec4 {
  width: 100%;
  height: 1277px;
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_4.jpg");
  background-color: #000;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .sec4 {
    min-height: 0;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_4_m.jpg");
    background-size: contain;
    background-position: top center;
  }
}
.sec4 .empty {
  opacity: 0 !important;
}
.sec4 .box_wraps {
  margin: 0 auto;
}
.sec4 .box_wraps .rankBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 31.5%);
  width: 1089px;
  height: 845px;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/bar_wrap_bg.png") no-repeat;
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox {
    width: 93%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/bar_wrap_bg_m.png") no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -45%);
  }
}
.sec4 .box_wraps .rankBox .row_list {
  position: absolute;
  width: 92%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox .row_list {
    width: 98%;
  }
}
.sec4 .box_wraps .rankBox .row_list .rankRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.sec4 .box_wraps .rankBox .row_list .rankRow .sn {
  width: 10%;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox .row_list .rankRow .sn {
    width: 15%;
    font-size: 13px;
  }
}
.sec4 .box_wraps .rankBox .row_list .rankRow .avata {
  width: 10%;
  text-align: center;
}
.sec4 .box_wraps .rankBox .row_list .rankRow .avata img {
  max-width: 50px;
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox .row_list .rankRow .avata {
    width: 10%;
  }
}
.sec4 .box_wraps .rankBox .row_list .rankRow .name {
  width: 20%;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox .row_list .rankRow .name {
    font-size: 13px;
    width: 30%;
  }
}
.sec4 .box_wraps .rankBox .row_list .rankRow .bar_wrap {
  width: 60%;
  background: #322d2b;
  height: 50%;
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox .row_list .rankRow .bar_wrap {
    width: 40%;
  }
}
.sec4 .box_wraps .rankBox .row_list .rankRow .bar_wrap .bar {
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/bar_bg.jpg") no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 100%;
  padding: 10px;
  position: relative;
}
.sec4 .box_wraps .rankBox .row_list .rankRow .bar_wrap .bar span {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .sec4 .box_wraps .rankBox .row_list .rankRow .bar_wrap .bar span {
    font-size: 13px;
  }
}

.sec5 {
  width: 100%;
  height: 1613px;
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_5.jpg");
  background-color: #000;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .sec5 {
    min-height: 0;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_5_m.jpg");
    background-size: contain;
    background-position: top center;
  }
}
.sec5.unlogin {
  height: 668px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/sec_5_unlogin.jpg");
}
@media (max-width: 991px) {
  .sec5.unlogin {
    height: auto;
  }
}
.sec5 .box_wraps {
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 991px) {
  .sec5 .box_wraps {
    height: auto;
  }
}
.sec5 .box_wraps .box {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box {
    width: 90%;
    top: 45%;
    transform: translate(-50%, 0%);
  }
}
.sec5 .box_wraps .box .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec5 .box_wraps .box .wrap .txt {
  width: 100%;
  color: #c1af9b;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .wrap .txt {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.sec5 .box_wraps .box .wrap .login_btn {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .wrap .login_btn {
    width: 80%;
  }
}
.sec5 .box_wraps .box .wrap .login_btn:hover {
  opacity: 0.9;
}
.sec5 .box_wraps .box .wrap .login_btn img {
  width: 100%;
}
.sec5 .box_wraps .box .login_box {
  margin: 0 auto;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec5 .box_wraps .box .login_box .select_char,
.sec5 .box_wraps .box .login_box .login_account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
}
.sec5 .box_wraps .box .login_box .select_char select,
.sec5 .box_wraps .box .login_box .login_account select {
  background: #40372e;
  border: none;
  display: block;
  width: 440px;
  height: 50px;
  padding: 0 10px;
  color: #c4b4a5;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .login_box .select_char select,
  .sec5 .box_wraps .box .login_box .login_account select {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec5 .box_wraps .box .login_box .select_char select option,
.sec5 .box_wraps .box .login_box .login_account select option {
  color: #c4b4a5;
}
.sec5 .box_wraps .box .login_box .select_char .account_wrap,
.sec5 .box_wraps .box .login_box .login_account .account_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .login_box .select_char .account_wrap,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap {
    flex-direction: column;
  }
}
.sec5 .box_wraps .box .login_box .select_char .account_wrap .account, .sec5 .box_wraps .box .login_box .select_char .account_wrap .char,
.sec5 .box_wraps .box .login_box .login_account .account_wrap .account,
.sec5 .box_wraps .box .login_box .login_account .account_wrap .char {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 49.5%;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .login_box .select_char .account_wrap .account, .sec5 .box_wraps .box .login_box .select_char .account_wrap .char,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap .account,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap .char {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.sec5 .box_wraps .box .login_box .select_char .account_wrap .account .label, .sec5 .box_wraps .box .login_box .select_char .account_wrap .char .label,
.sec5 .box_wraps .box .login_box .login_account .account_wrap .account .label,
.sec5 .box_wraps .box .login_box .login_account .account_wrap .char .label {
  background: #796b5a;
  color: #fff;
  padding: 15px 30px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .login_box .select_char .account_wrap .account .label, .sec5 .box_wraps .box .login_box .select_char .account_wrap .char .label,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap .account .label,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap .char .label {
    padding: 10px 10px;
  }
}
.sec5 .box_wraps .box .login_box .select_char .account_wrap .account .mail, .sec5 .box_wraps .box .login_box .select_char .account_wrap .char .mail,
.sec5 .box_wraps .box .login_box .login_account .account_wrap .account .mail,
.sec5 .box_wraps .box .login_box .login_account .account_wrap .char .mail {
  background: #000;
  color: #796b5a;
  padding: 15px 10px;
  flex: 1 1 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .login_box .select_char .account_wrap .account .mail, .sec5 .box_wraps .box .login_box .select_char .account_wrap .char .mail,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap .account .mail,
  .sec5 .box_wraps .box .login_box .login_account .account_wrap .char .mail {
    padding: 10px 10px;
  }
}
.sec5 .box_wraps .box .login_box .select_char .btn_log, .sec5 .box_wraps .box .login_box .select_char .btn_bind,
.sec5 .box_wraps .box .login_box .login_account .btn_log,
.sec5 .box_wraps .box .login_box .login_account .btn_bind {
  padding: 10px 40px;
  background: #f4e8a2;
  display: block;
  color: #000;
  border-radius: 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box .login_box .select_char .btn_log, .sec5 .box_wraps .box .login_box .select_char .btn_bind,
  .sec5 .box_wraps .box .login_box .login_account .btn_log,
  .sec5 .box_wraps .box .login_box .login_account .btn_bind {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 {
    width: 100%;
  }
}
.sec5 .box_wraps .box2 .info_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 13%;
  transform: translateX(-50%);
  min-width: 1150px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap {
    flex-direction: column;
    width: 100%;
    min-width: 0px;
    top: 9%;
  }
}
.sec5 .box_wraps .box2 .info_wrap .char {
  width: 60%;
  transform: translateX(-5%);
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .char {
    width: 90%;
    transform: translateX(0%);
  }
}
.sec5 .box_wraps .box2 .info_wrap .char img {
  opacity: 1;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .char img {
    opacity: 1;
    width: 100%;
  }
}
.sec5 .box_wraps .box2 .info_wrap .char.ch1 {
  background-size: auto 100%;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .char.ch1 {
    background: none;
    width: 100%;
  }
}
.sec5 .box_wraps .box2 .info_wrap .infoRow {
  transform: translate(-25%, 20%);
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .infoRow {
    width: 85%;
    transform: translate(0%, 0%);
  }
}
.sec5 .box_wraps .box2 .info_wrap .infoRow .row1 {
  display: flex;
  color: #fff;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .id {
  padding: 20px 0;
  background: #554435;
  text-align: center;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .id {
    padding: 10px 0;
  }
}
.sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .txt {
  padding: 20px 0;
  background: #1a1917;
  text-align: center;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .txt {
    padding: 10px 0;
  }
}
.sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .note {
  color: #e4cfb7;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 25px;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .note {
    margin: 10px 0 15px;
    font-size: 13px;
    flex-direction: column;
    text-align: center;
  }
  .sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .note .text {
    margin-bottom: 10px;
  }
}
.sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .btn {
  font-size: 15px;
  background: #f4e8a2;
  color: #000;
  border-radius: 30px;
  padding: 15px 0;
  min-width: 150px;
  margin: 0;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .info_wrap .infoRow .row1 .btn {
    padding: 5px 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec5 .box_wraps .box2 .award {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 44.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1105px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .award {
    width: 92%;
    top: 39%;
  }
}
.sec5 .box_wraps .box2 .award .item {
  width: calc(25% - 20px);
  position: relative;
  margin: 10px;
}
@media (max-width: 991px) {
  .sec5 .box_wraps .box2 .award .item {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.sec5 .box_wraps .box2 .award .item img {
  width: 100%;
}
.sec5 .box_wraps .box2 .award .item .btn {
  font-size: 15px;
  color: #000;
  border-radius: 0;
  padding: 9px 0;
  min-width: 150px;
  margin: 0;
  position: absolute;
  bottom: 1%;
  left: 1%;
  width: 98%;
}
.sec5 .box_wraps .box2 .award .item .btn.unable {
  background: #000;
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.5137254902);
  border: none;
  pointer-events: none;
}
.sec5 .box_wraps .box2 .award .item .btn.get {
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2024/1125_r2y6vsewcl/main/btn_b.jpg") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  border: none;
}
.sec5 .box_wraps .box2 .award .item .btn.done {
  background: #695546;
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.5137254902);
  border: none;
  pointer-events: none;
}

.lity-content {
  max-height: 85%;
  overflow-y: auto;
}
.lity-content table {
  color: #fff;
}
.lity-content table th {
  font-size: 0.9rem;
  padding: 0.7rem 0.5rem;
  color: #fff;
}
@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;
  padding: 30px;
}
.lity-box table {
  max-width: 100%;
  color: #333;
}
.lity-box table th {
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .lity-box table th {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
}
.lity-box table th h4 {
  background: none;
  border: none;
  color: #f4e8a2;
}
.lity-box table td {
  padding: 1rem 2rem;
  color: #c2b39c;
  padding: 20px;
}
@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 {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 176px;
  top: -30px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/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;
}

#pop1 .lity-box {
  background: #000;
}
#pop1 td {
  text-align: center;
  border: 1px solid #a2937a;
  padding: auto;
  background-color: #332d26 !important;
}
#pop1 .btn1 {
  background: #f4e8a2;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  transform: translateY(-33%);
}

#pop2 .lity-box {
  background: #000;
}
#pop2 th p {
  color: #fff;
}
#pop2 h4 {
  font-size: 20px;
}
#pop2 td {
  text-align: center;
  padding: 20px 40px;
  background-color: #332d26 !important;
}
#pop2 td p {
  color: #c2b39c;
  line-height: 30px;
}
#pop2 td span {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
#pop2 .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#pop2 .btn a.btn1 {
  background: #887364;
  color: #fff;
  padding: 10px 40px;
  border-radius: 20px;
  width: 150px;
  margin: 20px 5px;
}
#pop2 .btn a.btn2 {
  background: #f4e8a2;
  color: #000;
  padding: 10px 40px;
  border-radius: 20px;
  width: 150px;
  margin: 20px 5px;
}/*# sourceMappingURL=style.css.map */