@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);
  }
}
@keyframes btnHover {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
@keyframes arrowDown {
  0% {
    transform: translate(0%, 10%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    opacity: 0.5;
  }
  100% {
    transform: translate(0%, 10%);
    opacity: 1;
  }
}
footer#footerJS {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 80px;
  background-color: #000;
  z-index: 999;
}

.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: 9999;
}
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/event/2023/0801_thces98m7t/header/iconFB.png");
}
header ul.util li.link a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2023/0801_thces98m7t/header/iconLink.png");
}
header ul.util li.home a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2023/0801_thces98m7t/header/iconHome.png");
}
header ul.util li.yt a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2023/0801_thces98m7t/header/iconYT.png");
}
header ul.util li.share a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2023/0801_thces98m7t/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: #fff;
}
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: #dcc8b4;
  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: rgb(0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header button.navC {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2023/0801_thces98m7t/header/iconClose.svg");
  right: -50px;
}
header button.navO {
  position: fixed;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2023/0801_thces98m7t/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%;
    background-color: rgb(0, 0, 0);
  }
}

* {
  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;
}

p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #dcc8b4;
}

#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/event/2023/0801_thces98m7t/header/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;
  background-color: #e8dfc7;
  padding: 1rem;
}
.video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  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/2023/0801_thces98m7t/cover.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

.inner {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 100;
}

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

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

.sec1 {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.sec1 .contentBox {
  position: relative;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 991px) {
  .sec1 .contentBox {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    margin-bottom: 100px;
  }
}
.sec1 .contentBox img {
  width: 100%;
}
.sec1 .contentBox .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 48%;
  height: 100%;
}
@media (max-width: 991px) {
  .sec1 .contentBox .content {
    width: 100%;
    max-width: 525px;
  }
}
.sec1 .contentBox .content .title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -220%);
  z-index: 1;
  color: #ffcd7c;
}
@media (max-width: 991px) {
  .sec1 .contentBox .content .title {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -190%);
  }
}
.sec1 .contentBox .content .leftBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-104%, -48%);
  width: 36%;
  z-index: 1;
}
@media (max-width: 991px) {
  .sec1 .contentBox .content .leftBtn {
    top: 50%;
    left: 50%;
    transform: translate(-97%, -35%);
    width: 51%;
  }
}
.sec1 .contentBox .content .rightBtn {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(104%, -48%);
  width: 36%;
  z-index: 1;
}
@media (max-width: 991px) {
  .sec1 .contentBox .content .rightBtn {
    top: 50%;
    left: 50%;
    transform: translate(-3%, -35%);
    width: 51%;
  }
}
.sec1 .contentBox .content .leftBtn .arrow, .sec1 .contentBox .content .rightBtn .arrow {
  position: absolute;
  top: 89%;
  left: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
}
.sec1 .contentBox .content .leftBtn .arrow img, .sec1 .contentBox .content .rightBtn .arrow img {
  animation: arrowDown 1s infinite;
}
.sec1 .contentBox .content .sBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 410%);
  width: 27%;
  z-index: 1;
}
@media (max-width: 991px) {
  .sec1 .contentBox .content .sBtn {
    top: 50%;
    transform: translate(-50%, 420%);
    width: 54%;
  }
}
.sec1 .contentBox .content .badge {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.sec1 .contentBox .content .badge img {
  width: 100%;
}
.sec1 .contentBox .content .badge a.moblie {
  width: 25%;
  max-width: 160px;
  margin: 0 0.5rem;
}
.sec1 .contentBox .content .badge a.moblie img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sec1 .contentBox .content .badge {
    bottom: 0%;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, 420%);
    flex-wrap: nowrap;
    width: 100%;
    height: 80px;
  }
  .sec1 .contentBox .content .badge a.moblie {
    margin: 0.5rem;
    width: 35%;
  }
  .sec1 .contentBox .content .badge a.moblie.pc {
    display: none;
  }
}
.sec1 .contentBox .content .btnAni:hover img {
  animation: btnHover 0.5s forwards;
}

.sec2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.sec2 .contentBox {
  position: relative;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 991px) {
  .sec2 .contentBox {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    margin-bottom: 100px;
  }
}
.sec2 .contentBox img {
  width: 100%;
}
.sec2 .contentBox .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 48%;
  height: 100%;
}
.sec2 .contentBox .content img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec2 .contentBox .content {
    width: 100%;
    max-width: 525px;
  }
}
.sec2 .contentBox .content .title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -260%);
  z-index: 1;
  color: #ffcd7c;
}
@media (max-width: 991px) {
  .sec2 .contentBox .content .title {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -230%);
  }
}
.sec2 .contentBox .content .main {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -36%);
  z-index: 1;
  color: #ffcd7c;
}
@media (max-width: 991px) {
  .sec2 .contentBox .content .main {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -25%);
  }
}

.sec3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.sec3 .contentBox {
  position: relative;
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 991px) {
  .sec3 .contentBox {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    margin-bottom: 100px;
  }
}
.sec3 .contentBox img {
  width: 100%;
}
.sec3 .contentBox .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 48%;
  height: 100%;
}
.sec3 .contentBox .content img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec3 .contentBox .content {
    width: 100%;
    max-width: 525px;
  }
}
.sec3 .contentBox .content .title {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -260%);
  z-index: 1;
  color: #ffcd7c;
}
@media (max-width: 991px) {
  .sec3 .contentBox .content .title {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -460%);
  }
}
.sec3 .contentBox .content .main {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -36%);
  z-index: 1;
  color: #ffcd7c;
}
@media (max-width: 991px) {
  .sec3 .contentBox .content .main {
    width: 100%;
    top: 50%;
    transform: translate(-50%, -35%);
  }
}
.sec3 .contentBox .content .p1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-180%, 3%);
  z-index: 9;
  width: 50%;
}
.sec3 .contentBox .content .p2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 9;
  width: 61%;
}

.lity-content {
  background: #fff;
  border: 7px solid #e1dedb;
  padding: 10px;
}
.lity-content table {
  max-width: 100%;
  background-color: #fff;
}
.lity-content table th {
  border-bottom: solid #d0d4da 2px;
  padding: 1rem 2rem;
}
.lity-content table td {
  padding: 1rem 2rem;
  background-color: rgba(240, 238, 236, 0.5);
}
.lity-content table a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  background-color: #756f6f;
  color: #fff;
  border-radius: 5px;
  margin-top: 1rem;
}
.lity-content table a:hover {
  background-color: #000;
}
.lity-content h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #333;
}
.lity-content p {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #555;
}
.lity-content p span {
  font-weight: bold;
  color: #000;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: auto;
  height: auto;
  font-size: 35px;
  font-weight: 450;
  line-height: 0;
  letter-spacing: 1;
  position: absolute;
  display: block;
  right: 1rem;
  top: 1rem;
  border-radius: 3px;
  border: solid 2px #c8c1bc;
  color: #c8c1bc;
  padding: 15px 3px 17px 3px;
}

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

.lity-iframe-container {
  padding-top: 60%;
}/*# sourceMappingURL=style.css.map */