@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("lib/normalize.css");
@import url("lib/swiper-bundle.min.css");
@import url("lib/aos.css");
@import url("lib/lity.css");
@import url("fix.css");
header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
header #particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header .link {
  width: auto;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}
header .link a.btnDC,
header .link a.btnFB,
header .link a.btnHome,
header .link a.btnDown {
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 22.5px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-right: 10px;
  background-color: #d529d0;
}
header .link a.btnDC:hover,
header .link a.btnFB:hover,
header .link a.btnHome:hover,
header .link a.btnDown:hover {
  background-color: #5f5f5f;
  color: #fff;
}
header .link a.btnHome {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnHome.svg);
}
header .link a.btnFB {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnFB.svg);
  background-color: #0866ff;
}
header .link a.btnDC {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnDC.svg);
  background-color: #5865f2;
}
header .link a.btnDown {
  width: 120px;
  height: 45px;
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 1;
  text-align: center;
  color: #fff;
}
header .nav {
  width: auto;
  height: 100%;
  display: block;
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 999;
}
header .nav .close,
header .nav .open {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  right: -50px;
  background-color: #d529d0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/common/header/navClosed.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 999;
}
header .nav .open {
  width: 0;
  height: 50px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/common/header/navOpen.svg");
}
header .nav ul#menu {
  width: 250px;
  height: 100%;
  transition: all 0.5s;
  display: inline-block;
  float: left;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
header .nav ul#menu > a img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
header .nav ul#menu li a {
  width: 250px;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
header .nav ul#menu li a img {
  display: inline-block;
  margin-top: 25px;
  margin-left: 20px;
}
header .nav ul#menu li a img.icon {
  padding-top: 20px;
  margin-left: 5px;
  vertical-align: top;
  animation: shack 0.5s infinite;
}
@keyframes shack {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
header .nav ul#menu li a p {
  font-size: 18px;
  font-weight: 450;
  line-height: 100px;
  letter-spacing: 3;
  display: inline-block;
  margin-left: 15px;
  vertical-align: top;
  color: #fff;
}
header .nav ul#menu li:hover,
header .nav ul#menu li.active {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
header .nav ul#menu li:hover p,
header .nav ul#menu li.active p {
  font-size: 18px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 3;
}
header .main {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 980px;
}
header .main img.charR {
  position: absolute;
  display: block;
  top: 0;
  right: -140px;
}
header .main img.charL {
  position: absolute;
  display: block;
  top: 60px;
  right: 80px;
}
header .main ul#conTab {
  width: 1050px;
  height: 100px;
  transition: all 0.5s;
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: space-between;
  z-index: 100;
}
header .main ul#conTab li a {
  width: 500px;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/tab.png");
}
header .main ul#conTab li.tab01 a {
  color: #fff;
  background-position: 0 0;
}
header .main ul#conTab li.tab02 a {
  color: #fff;
  background-position: -500px 0;
}
header .main ul#conTab li.tab01 a:hover,
header .main ul#conTab li.tab01 a.active {
  background-position: 0 -502px;
}
header .main ul#conTab li.tab02 a:hover,
header .main ul#conTab li.tab02 a.active {
  background-position: -500px -502px;
}

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

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background-color: #000;
}
body::-webkit-scrollbar {
  width: 0.5em;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #ccc;
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#wrap img.bgB {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  animation: charMain 10s ease-in-out infinite;
  animation-delay: 1.5s;
  opacity: 0;
}
@keyframes charMain {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#wrap .p30 {
  padding: 30px 0;
}
#wrap .goTop {
  width: 60px;
  height: 60px;
  display: none;
  right: 20px;
  bottom: 15px;
  position: fixed;
  cursor: pointer;
  z-index: 1000;
  opacity: 0.2;
}
#wrap .goTop:hover {
  opacity: 1;
}
#wrap span.qScrollTop {
  display: block;
  opacity: 0;
  height: 0;
}
#wrap section {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (orientation: portrait) {
  #wrap section {
    padding: 0;
  }
}
#wrap section span {
  color: #ffe868;
}
#wrap section .tabcontentA,
#wrap section .tabcontentB,
#wrap section .tabcontentC {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 20;
}
#wrap section .tabcontentA img,
#wrap section .tabcontentB img,
#wrap section .tabcontentC img {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media only screen and (orientation: portrait) {
  #wrap section .tabcontentA img {
    max-width: 80%;
    padding-top: 10%;
  }
}
#wrap section .panel {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 60px 0;
}
#wrap section .panel h1 {
  width: 100%;
  height: 90px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 3;
  color: #000;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con03/title.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-family: "Noto Serif TC";
  margin: 0;
}
#wrap section .panel h2 {
  width: 100%;
  height: 80px;
  font-size: 24px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 3;
  color: #03444f;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con02/info.png");
  background-position: center;
  margin: 0;
}
#wrap section .panel h3 {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  background-position: center bottom;
}
#wrap section .panel img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
#wrap section .panel table {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 2.75rem 2rem 2.75rem;
  border: none;
}
#wrap section .panel table th {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  background-color: #fff;
  border: solid 1px rgba(255, 179, 135, 0.1921568627);
  text-align: center;
  padding: 0.5rem 1rem;
}
#wrap section .panel table td {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  background-color: #fff;
  border: solid 1px rgba(255, 179, 135, 0.1921568627);
  text-align: center;
  padding: 0.5rem 1rem;
}
#wrap section .panel table td p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  color: #000;
}
#wrap section .panel table td ul {
  margin: 0 auto;
  margin-left: 50px;
  background: none;
}
#wrap section .panel table td ul li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 3;
  color: #000;
  padding-left: 30px;
  text-align: left;
}
#wrap section .panel table td h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  color: #000;
  text-align: center;
}
#wrap section .panel table td img {
  position: relative;
  display: block;
  margin: 0 auto;
}
#wrap section .panel table td a.btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 2.5px;
  margin-left: 5px;
}
#wrap section .panel table td.time {
  background-color: #000;
  font-size: 18px;
  font-weight: 450;
  line-height: 2.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap section .panel table td.info {
  background-color: rgba(63, 0, 0, 0.5019607843);
  padding: 5px 0;
  color: #eee;
}
#wrap section .panel table td.info p {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  color: #eee;
  text-align: left;
}
#wrap section .panel table td.mid {
  width: 450px;
  background-color: #ffe4ad;
  padding: 15px;
}
#wrap section .panel table td.last1 {
  background-color: #e8adff;
}
#wrap section .panel table td.last2 {
  background-color: #ffadad;
}
#wrap section .panel table td.last3 {
  background-color: #ffcbad;
}
#wrap section .panel table td.last4 {
  background-color: #ffe4ad;
}
#wrap section .panel ol {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  box-sizing: border-box;
  padding: 30px 0;
  max-width: 1200px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con02/infoBg.png");
  background-repeat: repeat-y;
  color: #fff;
  margin-bottom: 30px;
}
#wrap section .panel ol li {
  margin-left: 100px;
}
#wrap section .panel ol p {
  text-align: left;
}
#wrap section .panel .btnBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
#wrap section .panel .btnBox a.btn {
  margin: 0 10px;
  cursor: pointer;
}
#wrap section .panel .btnBox a.btn:hover {
  opacity: 0.5;
}
#wrap section .panel .btnBox a.pic {
  position: relative;
  display: block;
  margin: 0 auto;
}
#wrap section .panel .btnBox a.pic img.hover {
  transition: all 0.5s;
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  height: 0;
}
#wrap section .panel .btnBox a.pic:hover img.hover {
  height: 300px;
}
#wrap section#sec01 {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con01/bg.jpg");
}
#wrap section#sec01 .swiper.Swiper-main {
  width: 1500px;
  height: 1080px;
  position: relative;
  display: block;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec01 .swiper.Swiper-main {
    width: 100%;
    height: 1080px;
  }
}
#wrap section#sec01 .swiper.Swiper-main .swiper-button-prev,
#wrap section#sec01 .swiper.Swiper-main .swiper-rtl .swiper-button-next {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  width: 140px;
  height: 140px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/prev.png");
  background-repeat: no-repeat;
  left: 70px;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec01 .swiper.Swiper-main .swiper-button-prev,
  #wrap section#sec01 .swiper.Swiper-main .swiper-rtl .swiper-button-next {
    left: -50px;
  }
}
#wrap section#sec01 .swiper.Swiper-main .swiper-button-prev::after,
#wrap section#sec01 .swiper.Swiper-main .swiper-rtl .swiper-button-next::after {
  content: "";
}
#wrap section#sec01 .swiper.Swiper-main .swiper-button-next,
#wrap section#sec01 .swiper.Swiper-main .swiper-rtl .swiper-button-prev {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  width: 140px;
  height: 140px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/next.png");
  background-repeat: no-repeat;
  right: 70px;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec01 .swiper.Swiper-main .swiper-button-next,
  #wrap section#sec01 .swiper.Swiper-main .swiper-rtl .swiper-button-prev {
    right: -50px;
  }
}
#wrap section#sec01 .swiper.Swiper-main .swiper-button-next::after,
#wrap section#sec01 .swiper.Swiper-main .swiper-rtl .swiper-button-prev::after {
  content: "";
}
#wrap section#sec01 .swiper.Swiper-main img {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
}
#wrap section#sec02 {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con02/bg.jpg");
  background-color: #000000;
  background-position: center top;
}
#wrap section#sec02 h2 {
  margin-bottom: 10px;
  color: #1f1f1f;
}
#wrap section#sec02 h3 {
  width: 100%;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 3;
  margin-bottom: 0;
  color: #fff;
}
#wrap section#sec02 ol {
  margin-top: 10px;
}
#wrap section#sec03 {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con03/bg.jpg");
  background-color: #780116;
}
#wrap section#sec03 > img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 100%;
}
#wrap section#sec03 h1 {
  color: #fff;
}
#wrap section#sec03 h3 {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con03/time.png");
  background-position: center;
}
#wrap section#sec03 ul#tabB {
  width: 150px;
  height: auto;
  position: absolute;
  display: block;
  top: 150px;
  right: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 200;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec03 ul#tabB {
    width: 100%;
    height: 150px;
    flex-direction: row;
    flex-wrap: nowrap;
    top: 20px;
  }
}
#wrap section#sec03 ul#tabB li a {
  width: 110px;
  height: 110px;
  transition: all 0.5s;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin: 5px auto;
  border-radius: 55px;
  background-color: 0;
  box-sizing: border-box;
  background-color: #d529d0;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec03 ul#tabB li a {
    margin: 10px;
  }
}
#wrap section#sec03 ul#tabB li a p {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
}
#wrap section#sec03 ul#tabB li a:hover, #wrap section#sec03 ul#tabB li a.active {
  background-color: #a47004;
  background-size: cover;
  border: solid 2px #fff;
}
#wrap section#sec03 .price {
  width: 250px;
  height: 50px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: 1;
  position: relative;
  display: block;
  margin: 0 auto;
  font-family: "Noto Sans TC";
  border-radius: 30px;
  box-shadow: 0 3px 0 #ccc;
  color: #fff;
  background-color: #7f0201;
  margin-bottom: 1rem;
}
#wrap section#sec03 .saleBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 3rem;
}
#wrap section#sec03 .saleBox .box {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  border: 2px solid #fff;
  background-image: linear-gradient(0deg, #83042b 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.004);
  display: block;
  padding-top: 7.5rem;
}
#wrap section#sec03 .saleBox h1.title {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  top: -20px;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 5;
  letter-spacing: 1;
  font-family: "Noto Serif TC";
  color: #ffffff;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/con03/subTT.png");
  background-size: contain;
}
#wrap section#sec03 .saleBox .sale {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1;
  color: #fff;
  font-family: "Noto Sans TC";
  text-align: center;
}
#wrap section#sec03 .saleBox .sale span {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1;
  color: #ffef92;
  text-align: center;
  margin-bottom: 1.5rem;
}
#wrap section#sec03 .saleBox .swiper.Swiper-main {
  position: relative;
  display: block;
  height: 530px;
  margin-bottom: 2rem;
}
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-button-prev,
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-rtl .swiper-button-next {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  width: 140px;
  height: 140px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/prev.png");
  background-repeat: no-repeat;
  left: 0px;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-button-prev,
  #wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-rtl .swiper-button-next {
    left: -50px;
  }
}
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-button-prev::after,
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-rtl .swiper-button-next::after {
  content: "";
}
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-button-next,
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-rtl .swiper-button-prev {
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  width: 140px;
  height: 140px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/next.png");
  background-repeat: no-repeat;
  right: 0px;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-button-next,
  #wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-rtl .swiper-button-prev {
    right: -50px;
  }
}
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-button-next::after,
#wrap section#sec03 .saleBox .swiper.Swiper-main .swiper-rtl .swiper-button-prev::after {
  content: "";
}
#wrap section#sec03 .saleBox table {
  border: none;
}
#wrap section#sec03 .saleBox table th {
  background: #fff;
  color: #333;
}
#wrap section#sec03 .saleBox table td {
  background: #000;
  color: #fff;
  border: none;
}

.notice {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/bgNotice.png");
  background-size: cover;
  background-position: center;
  padding: 0 30px 60px 30px;
  box-sizing: border-box;
}
.notice h2 {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 3;
  color: #fff;
  max-width: 1200px;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/notice.png");
  background-position: center;
  margin-bottom: 50px;
}
.notice ol {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  max-width: 1000px;
  color: #fff;
}
.notice ol li {
  margin-left: 30px;
}

/* footer#footerJS {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 90px;
  background-color: #000;
  z-index: 999;
}

.footBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 15px 0;
}

img.foImg {
  display: inline-block;
  margin: 5px 0;
  max-height: 50px;
}

p.foCopy {
  font-size: 12px;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  color: #ccc;
}

ul.foList {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  color: #ccc;
} */

@media only screen and (orientation: portrait) {
  .lity-iframe-container {
    padding-top: 120%;
  }
}

.lity-content {
  width: 1200px;
  height: auto;
  max-height: 85%;
  overflow-y: auto;
  padding: 0 2%;
}
.lity-content::-webkit-scrollbar {
  width: 0.5em;
}
.lity-content::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
}
.lity-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 213px;
  height: 48px;
  left: 50%;
  top: -60px;
  transform: translate(-50%, 0);
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page03/lightbox/pop_close.png");
  background-position: center;
  background-repeat: no-repeat;
}

ol.lityBox {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  max-width: 1000px;
  padding: 30px;
  color: #fff;
  border: solid 2px #fff;
}
ol.lityBox li {
  margin-left: 1rem;
}

table.lightbox {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px;
  border-collapse: collapse;
}
table.lightbox th {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  padding: 5px;
}
table.lightbox td {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  border: solid #fff 1px;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
}
table.lightbox td img {
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */