@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");
* {
  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: linear-gradient(0deg, #030405 0%, #232d39 100%);
  overflow: hidden;
}
#wrap hr {
  width: 100%;
  height: 1rem;
  border: none;
  background: rgba(0, 0, 0, 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 {
  position: absolute;
  opacity: 0;
}
#wrap section {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  box-sizing: border-box;
  padding: 3rem 1rem;
  background-color: #f6f6f6;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1882352941);
}
@media only screen and (orientation: portrait) {
  #wrap section {
    padding: 2rem 1rem;
  }
}
#wrap section .panel {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1882352941);
  overflow: hidden;
  margin-bottom: 1.5rem;
}
#wrap section .panel::after {
  width: 100%;
  height: 0.5rem;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  top: 0;
  background-color: #49596b;
}
@media only screen and (orientation: portrait) {
  #wrap section .panel {
    padding: 2rem 1rem;
  }
}
#wrap section .info {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 2rem;
  border: solid 2px #eee;
  margin-bottom: 1rem;
}
#wrap section .info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3;
  color: #333;
  margin-bottom: 1rem;
}
#wrap section .info span {
  color: #990000;
}
#wrap section .info img {
  max-width: 100%;
}
#wrap section .info ul {
  width: 100%;
  height: auto;
  max-width: 1000px;
  color: #333;
}
#wrap section .info ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3;
  margin-left: 30px;
}
#wrap section .info ul p {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3;
  color: #333;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (orientation: portrait) {
  #wrap section .info {
    padding: 1rem;
  }
  #wrap section .info p {
    font-size: 14px;
  }
  #wrap section .info ul li,
  #wrap section .info ul p {
    font-size: 14px;
  }
}
#wrap section table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin-bottom: 1rem;
  table-layout: fixed;
}
#wrap section table th {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
  border: solid #fff 1px;
  background-color: #49596b;
  padding: 0.5rem 0;
}
#wrap section table td {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3;
  border: solid #fff 1px;
  color: #333;
  text-align: center;
  background-color: #f6f6f6;
  padding: 0.5rem 0;
}
#wrap section table td img {
  max-width: 100%;
}
#wrap section table td.img {
  padding: 0;
}
@media only screen and (orientation: portrait) {
  #wrap section table th,
  #wrap section table td {
    font-size: 14px;
    line-height: 1.5;
  }
}
#wrap section button {
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 3;
  padding: 0 2.5rem;
  background-image: linear-gradient(0deg, #030405 0%, #232d39 100%);
  color: #fff;
  border-radius: 30px;
  font-family: "Noto Serif TC";
}
#wrap section button:hover {
  background-image: linear-gradient(0deg, #232d39 0%, #49596b 100%);
}
#wrap label.container {
  width: auto;
  height: 25px;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 3;
  padding-left: 35px;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (orientation: portrait) {
  #wrap label.container {
    font-size: 14px;
    letter-spacing: 1.5;
  }
}
#wrap textarea {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
@media only screen and (orientation: portrait) {
  #wrap textarea {
    font-size: 14px;
    letter-spacing: 1.5;
    padding: 0.5rem;
  }
}
#wrap input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#wrap span.checkmark {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #49596b;
  border-radius: 5px;
}
#wrap span.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
#wrap label.container:hover input ~ .checkmark {
  background-color: #232d39;
}
#wrap label.container input:checked ~ .checkmark {
  background-color: #030405;
}
#wrap label.container input:checked ~ .checkmark:after {
  display: block;
}
#wrap table label.container {
  width: 25px;
  height: 25px;
  padding-left: 0;
  margin-bottom: 0;
}
#wrap .column {
  position: relative;
  display: inline-block;
  width: 49%;
  height: auto;
}
@media only screen and (orientation: portrait) {
  #wrap .column {
    width: 100%;
  }
}
#wrap .row {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
}
#wrap .notice {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #232d39;
  padding: 0 1rem 2rem 1rem;
  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: linear-gradient(90deg, #232d39 0%, #030405 50%, #232d39 100%);
  margin-bottom: 2rem;
}
#wrap .notice ol {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1000px;
  color: #fff;
}
#wrap .notice ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 3;
  margin-left: 2rem;
}
@media only screen and (orientation: portrait) {
  #wrap .notice {
    padding: 0 1rem 1rem 1rem;
  }
  #wrap .notice h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 3;
    margin-bottom: 1rem;
  }
  #wrap .notice ol {
    padding: 0;
  }
  #wrap .notice ol li {
    font-size: 14px;
    margin-left: 1.5rem;
  }
}

header {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media only screen and (orientation: portrait) {
  header {
    margin-bottom: 1rem;
  }
}
header a.logo {
  width: 200px;
  height: auto;
  position: absolute;
  display: block;
  top: 1rem;
  left: 1rem;
  z-index: 999;
}
header a.logo img {
  max-width: 100%;
}
@media only screen and (orientation: portrait) {
  header a.logo {
    width: 100px;
    height: auto;
    padding: 0.5rem;
    top: 0;
    left: 0;
  }
}
header .link {
  width: auto;
  height: 45px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
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: #030405;
}
header .link a.btnDC:hover,
header .link a.btnFB:hover,
header .link a.btnHome:hover,
header .link a.btnDown:hover {
  background-color: #fff;
  color: #000000;
}
@media only screen and (orientation: portrait) {
  header .link a.btnDC,
  header .link a.btnFB,
  header .link a.btnHome,
  header .link a.btnDown {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px rgba(255, 255, 255, 0.3764705882);
  }
}
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;
}
@media only screen and (orientation: portrait) {
  header .link a.btnDown {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1;
    width: 120px;
    height: 40px;
  }
}
@media only screen and (orientation: portrait) {
  header .link {
    width: 60%;
    height: 50px;
    top: 4px;
    right: 0;
    box-sizing: border-box;
  }
}
header .banner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1882352941);
  overflow: hidden;
}
header .banner img {
  max-width: 100%;
}
@media only screen and (orientation: portrait) {
  header .banner {
    padding-top: 58px;
  }
}

/* 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/1125_8e5bxjhg17/lightbox/close.png");
  background-position: center;
  background-repeat: no-repeat;
}

.lity-box {
  box-sizing: border-box;
  padding: 2rem;
  border: solid 1px #fff;
  background: #000;
}

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