@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.min.css");
@import url("lib/aos.css");
@import url("lib/lity.css");
@import url("fix.css");
header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-height: 900px;
}
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: #f0693c;
}
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: #f0693c;
  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 {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
header .nav ul#menu li a {
  width: 250px;
  height: 100px;
  display: block;
  position: relative;
  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;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 1000px;
}
header .main .charL {
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
}
header .main .charR {
  position: absolute;
  display: block;
  right: -630px;
  top: 20px;
}
header a.btnEVN {
  position: absolute;
  display: block;
  right: 10px;
  bottom: 0;
  z-index: 50;
}
header a.btnEVN:hover {
  opacity: 0.8;
}

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

#wrap {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/bgBody.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}
#wrap span.qScrollTop {
  position: absolute;
  opacity: 0;
}
#wrap section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#wrap section span {
  color: #ffefbf;
  font-weight: 600;
}
#wrap section#sec01 {
  margin-bottom: 50px;
}
#wrap section#sec01 ul#tabB {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
  list-style-type: none;
  max-width: 1200px;
  margin-bottom: 30px;
  z-index: 1000;
}
#wrap section#sec01 ul#tabB li a {
  width: 380px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7529411765);
  border-radius: 50px;
}
#wrap section#sec01 ul#tabB li a p {
  font-size: 24px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 2;
  color: #f0693c;
  text-align: center;
}
#wrap section#sec01 ul#tabB li a:hover, #wrap section#sec01 ul#tabB li a.active {
  background-color: #f0693c;
}
#wrap section#sec01 ul#tabB li a:hover p, #wrap section#sec01 ul#tabB li a.active p {
  font-size: 24px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 2;
  color: #fff;
}
#wrap section#sec01 .tabcontentB {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background-size: cover;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/con01/bg.png");
  border-radius: 50px;
  z-index: 20;
}
#wrap section#sec01 .tabcontentB .panel {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 30px;
  max-width: 1200px;
}
#wrap section#sec01 .tabcontentB .panel img.title {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
#wrap section#sec01 .tabcontentB h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 5px;
  font-family: "Noto Serif TC";
  color: #fff;
}
#wrap section#sec01 .tabcontentB iframe {
  width: 1080px;
  height: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
  border: solid 5px #fff;
  box-sizing: border-box;
}
#wrap section#sec01 .tabcontentB .swiper-container {
  width: 1080px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section#sec01 .tabcontentB .swiper-container img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
#wrap section#sec01 .tabcontentB .swiper-button-prev,
#wrap section#sec01 .tabcontentB .swiper-container-rtl .swiper-button-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 84px;
  height: 168px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/con01/prev.png");
  left: -24px;
}
#wrap section#sec01 .tabcontentB .swiper-button-next,
#wrap section#sec01 .tabcontentB .swiper-container-rtl .swiper-button-prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 84px;
  height: 168px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/con01/next.png");
  right: -24px;
}
#wrap section#sec01 .tabcontentB .txt {
  width: 1080px;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  justify-content: center;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#wrap section#sec01 .tabcontentB .txt p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 2;
  color: #666666;
}
#wrap section#sec01 .tabcontentB .txt span {
  color: #000000;
}
#wrap section#sec02 {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/con02/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #2b135c;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec02 {
    background-position: 45% top;
  }
}
#wrap section#sec02 .main {
  width: 100%;
  height: 480px;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
#wrap section#sec02 .main img.charR {
  position: absolute;
  display: block;
  top: 20px;
  right: -180px;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec02 .main img.charR {
    display: none;
  }
}
#wrap section#sec02 ul#tabA {
  transition: all 0.5s;
  width: auto;
  height: auto;
  position: absolute;
  right: 20px;
  top: 5%;
  list-style-type: none;
  z-index: 1000;
}
@media only screen and (orientation: portrait) {
  #wrap section#sec02 ul#tabA {
    position: absolute;
    top: 55%;
  }
}
#wrap section#sec02 ul#tabA a.goTop {
  cursor: pointer;
}
#wrap section#sec02 ul#tabA li a {
  width: 160px;
  height: 80px;
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #012782;
  background-color-border-top: solid 1px #1645b3;
  background-color-border-bottom: solid 1px #1645b3;
}
#wrap section#sec02 ul#tabA li a p {
  width: 160px;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#wrap section#sec02 ul#tabA li a:hover, #wrap section#sec02 ul#tabA li a.active {
  background-color: #f0693c;
  border-top: solid 1px #ffa081;
  border-bottom: solid 1px #ffa081;
}
#wrap section#sec02 ul#tabA li a:hover p, #wrap section#sec02 ul#tabA li a.active p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
}
#wrap section#sec02 .tabcontentA {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  z-index: 20;
}
#wrap section#sec02 .tabcontentA .title {
  width: 455px;
  height: 90px;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/con02/title.png");
}
#wrap section#sec02 .tabcontentA .title p {
  font-family: "Noto Serif Tc";
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 5;
  color: #fff;
}
#wrap section#sec02 .tabcontentA .panel {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  background-image: linear-gradient(135deg, #f0693c 0%, #8f7ce8 100%);
  padding-bottom: 30px;
}
#wrap section#sec02 .tabcontentA a.btn {
  width: 400px;
  height: 97px;
  display: block;
  position: relative;
  margin: 0 auto;
}
#wrap section#sec02 .tabcontentA a.date {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 75px;
  transition: all 0.5s;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentA a.date:hover {
  opacity: 0.5;
}
#wrap section#sec02 .tabcontentA table.colorA,
#wrap section#sec02 .tabcontentA table.colorB,
#wrap section#sec02 .tabcontentA table.colorC {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0px 0px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentA table.colorA th,
#wrap section#sec02 .tabcontentA table.colorB th,
#wrap section#sec02 .tabcontentA table.colorC th {
  width: auto;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  background-color: #fff;
  color: #022883;
}
#wrap section#sec02 .tabcontentA table.colorA td,
#wrap section#sec02 .tabcontentA table.colorB td,
#wrap section#sec02 .tabcontentA table.colorC td {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  box-sizing: border-box;
  padding: 15px;
  color: #333;
}
#wrap section#sec02 .tabcontentA table.colorA td img,
#wrap section#sec02 .tabcontentA table.colorB td img,
#wrap section#sec02 .tabcontentA table.colorC td img {
  margin-bottom: 10px;
}
#wrap section#sec02 .tabcontentA table.colorA td p,
#wrap section#sec02 .tabcontentA table.colorB td p,
#wrap section#sec02 .tabcontentA table.colorC td p {
  color: #333;
}
#wrap section#sec02 .tabcontentA table.colorA tr:nth-child(even),
#wrap section#sec02 .tabcontentA table.colorB tr:nth-child(even),
#wrap section#sec02 .tabcontentA table.colorC tr:nth-child(even) {
  background-color: #fff5d6;
}
#wrap section#sec02 .tabcontentA table.colorA .tip,
#wrap section#sec02 .tabcontentA table.colorB .tip,
#wrap section#sec02 .tabcontentA table.colorC .tip {
  background-color: #022883;
  color: #fff;
}
#wrap section#sec02 .tabcontentA table.colorA .tip p,
#wrap section#sec02 .tabcontentA table.colorB .tip p,
#wrap section#sec02 .tabcontentA table.colorC .tip p {
  color: #fff;
}
#wrap section#sec02 .tabcontentA table.colorA .one,
#wrap section#sec02 .tabcontentA table.colorB .one,
#wrap section#sec02 .tabcontentA table.colorC .one {
  background-color: #8f7ce8;
  color: #fff;
}
#wrap section#sec02 .tabcontentA table.colorA .one p,
#wrap section#sec02 .tabcontentA table.colorB .one p,
#wrap section#sec02 .tabcontentA table.colorC .one p {
  color: #fff;
}
#wrap section#sec02 .tabcontentA table.colorB {
  margin-top: 0;
}
#wrap section#sec02 .tabcontentA table.colorB td {
  width: 25%;
  height: auto;
}
#wrap section#sec02 .tabcontentA > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentA a img,
#wrap section#sec02 .tabcontentA > img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentA h2 {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 3;
  color: #333;
  text-align: center;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/time.png");
  background-position: center;
  margin: 0;
  margin-bottom: 30px;
}
#wrap section#sec02 .tabcontentA h3 {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 3;
  color: #f8d4af;
  text-align: center;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#wrap section#sec02 .tabcontentA h4 {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 3;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  background-image: linear-gradient(90deg, #ed7bc3 0%, rgba(43, 19, 92, 0) 100%);
}
#wrap section#sec02 .tabcontentA ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1100px;
  color: #fff;
}
#wrap section#sec02 .tabcontentA ol li {
  margin-left: 30px;
}
#wrap section#sec02 .tabcontentA ol li span {
  color: #efdda7;
}
#wrap section#sec02 .tabcontentA ol > img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  padding: 30px 0;
}
#wrap section#sec02 .tabcontentA ol img.auto {
  max-width: 418px;
}
#wrap section#sec02 .tabcontentA ol p {
  text-align: left;
}
#wrap section#sec02 .tabcontentA img.deco {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  pointer-events: none;
}
#wrap .notice {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0714_rmec7jmaw9/page02/bgNotice.png");
  background-size: cover;
  background-position: center;
  padding: 0 30px 60px 30px;
  box-sizing: border-box;
}
#wrap .notice h2 {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  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/page02/notice.png");
  background-position: center;
  margin-bottom: 50px;
}
#wrap .notice ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  max-width: 1000px;
  color: #fff;
}
#wrap .notice ol li {
  margin-left: 30px;
}

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

.footBox {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  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-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/page02/lightbox/close.png");
  background-position: center;
  background-repeat: no-repeat;
}

ol {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  max-width: 1000px;
  padding: 30px;
  color: #fff;
}

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: 5px;
}
/*# sourceMappingURL=style.css.map */