@charset "UTF-8";
@import url("normalize.css");
@import url("animate.css");
@import url("lity.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}

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

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

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  min-width: 1200px;
  background-color: #222;
  background-position: top center;
  background-repeat: repeat-y;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG03.jpg);
  overflow: hidden;
}
#wrap #goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  cursor: pointer;
  z-index: 1000;
}
@media only screen and (orientation: portrait) {
  #wrap #goTop {
    z-index: 50;
  }
}
#wrap .tabcontent {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  padding-top: 120px;
  margin-top: -120px;
}
#wrap .tabcontent .contain {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-position: top center;
  background-repeat: repeat-y;
}
#wrap .tabcontent .contain .box {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
#wrap .tabcontent .contain .box img {
  position: relative;
  display: block;
  margin: 0 auto;
}
#wrap .tabcontent .contain .flexBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
#wrap .tabcontent .contain .flexBox button {
  transition: all 0.5s;
  margin: 20px 15px;
}
#wrap .tabcontent .contain .flexBox button:hover {
  opacity: 0.5;
}
#wrap .tabcontent .contain > img {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
#wrap .tabcontent .contain h1 {
  width: 100%;
  height: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 5;
  max-width: 1200px;
  box-sizing: border-box;
  color: #222;
  margin-bottom: 30px;
}
#wrap .tabcontent .contain h1 span {
  font-size: 18px;
  font-weight: 600;
  line-height: 100px;
  letter-spacing: 3;
  position: absolute;
  right: 20px;
  color: #fff;
}
#wrap .tabcontent .contain p {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  color: #fff;
  text-align: center;
}
#wrap .tabcontent .contain p.black {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  color: #222;
  text-align: left;
}
#wrap .tabcontent .contain u {
  text-decoration: none;
  border-bottom: solid 1px #000;
}
#wrap .tabcontent .contain span {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  color: #a6154f;
}
#wrap .tabcontent .contain a {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  color: #a6154f;
}
#wrap .tabcontent .contain a.btn {
  transition: all 0.5s;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 500;
}
#wrap .tabcontent .contain a.btn:hover {
  opacity: 0.5;
}
#wrap .tabcontent .contain a.btn img {
  margin-bottom: 0;
}
#wrap .tabcontent .contain a.zoom {
  position: relative;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}
#wrap .tabcontent .contain a.zoom img.iconZoom {
  transition: all 0.5s;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  opacity: 0;
  z-index: 500;
}
#wrap .tabcontent .contain a.zoom:hover img {
  opacity: 0.5;
}
#wrap .tabcontent .contain a.zoom:hover img.iconZoom {
  display: block;
  opacity: 1;
}
#wrap .tabcontent .contain ol {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.8;
  letter-spacing: 2;
  position: relative;
  display: block;
}
#wrap .tabcontent .contain ol li {
  padding-left: 15px;
}
#wrap .tabcontent .contain table {
  width: 100%;
  height: auto;
  max-width: 1200px;
}
#wrap .tabcontent .contain table th {
  width: 250px;
  height: 70px;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 3;
  box-sizing: border-box;
  background-color: #d4a95a;
  color: #fff;
}
#wrap .tabcontent .contain table td {
  width: auto;
  height: 70px;
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  box-sizing: border-box;
  background-color: #fff;
  border: solid #eee 1px;
  padding: 15px 30px;
}
#wrap .tabcontent .contain img.decoRight {
  position: absolute;
  right: 0;
}
#wrap .tabcontent .contain img.decoLeft {
  position: absolute;
  left: 0;
}
#wrap .tabcontent .contain .itme {
  width: 380px;
  height: auto;
  position: relative;
  display: inline-block;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 5px;
  margin-bottom: 25px;
}
#wrap .tabcontent .contain .itme a.zoom {
  position: relative;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  background-color: #222;
}
#wrap .tabcontent .contain .itme img {
  position: relative;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  max-width: 100%;
}
#wrap .tabcontent .contain .itme h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  margin: 5px 15px;
}
#wrap .tabcontent .contain .itme p {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  text-align: left;
  margin: 5px 15px;
  color: #222;
}
#wrap .tabcontent .contain .itme ul {
  width: 100%;
  height: auto;
  list-style: none;
  margin-top: 20px;
}
#wrap .tabcontent .contain .itme ul li button {
  width: 50%;
  height: 45px;
  font-size: 18px;
  font-weight: 450;
  line-height: 45px;
  letter-spacing: 3;
  display: inline-block;
  float: left;
  background-color: #9f7a33;
  color: #fff;
  text-align: center;
  margin: 0;
}
#wrap .tabcontent .contain .itme ul li button.dark {
  background-color: #222;
}
#wrap .tabcontent .contain.con01 {
  z-index: 150;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG01.jpg);
  border-top: solid #9f7a33 2px;
  border-bottom: solid #9f7a33 2px;
  box-shadow: 0 0 0 10px #222;
}
#wrap .tabcontent .contain.con02 {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG02.jpg);
}
#wrap .tabcontent .contain.con02 h1 {
  text-align: right;
  padding-right: 50px;
  border-right: solid 30px #222;
  background-image: linear-gradient(90deg, rgba(212, 170, 90, 0) 0%, #d4aa5a 100%);
}
#wrap .tabcontent .contain.con02 ol {
  max-width: 790px;
  left: 35%;
}
#wrap .tabcontent .contain.con02 p {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  text-align: left;
  margin: 0 15px;
  color: #222;
}
#wrap .tabcontent .contain.con03 {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG03.jpg);
}
#wrap .tabcontent .contain.con03 h1 {
  text-align: right;
  padding-right: 50px;
  border-right: solid 30px #222;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
#wrap .tabcontent .contain.con03 ol {
  max-width: 790px;
  left: 35%;
}
#wrap .tabcontent .contain.con04 {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG04.jpg);
  border-top: solid #9f7a33 2px;
  border-bottom: solid #9f7a33 2px;
  box-shadow: 0 0 0 10px #a6154f;
  padding-bottom: 0;
  z-index: 200;
}
#wrap .tabcontent .contain.con04 h1 {
  text-align: left;
  padding-left: 50px;
  border-left: solid 30px #222;
  background-color: #d4aa5a;
}
#wrap .tabcontent .contain.con04 ol {
  left: 5%;
  color: #fff;
  max-width: 1100px;
}
#wrap .tabcontent .contain.con04 .bottom {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  background-color: #222;
}
#wrap .tabcontent .contain.con04 .bottom p {
  width: 1130px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: left;
}
#wrap .tabcontent .contain.con05 {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG03-2.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
#wrap .tabcontent .contain.con05 h1 {
  text-align: left;
  padding-left: 50px;
  border-left: solid 30px #222;
  background-image: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
#wrap .tabcontent .contain.con06 {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/conBG02.jpg);
  z-index: 200;
}
#wrap .tabcontent .contain.con06 h1 {
  text-align: left;
  padding-left: 50px;
  border-left: solid 30px #222;
  background-image: linear-gradient(270deg, rgba(212, 170, 90, 0) 0%, #d4aa5a 100%);
}
#wrap .tabcontent .contain.con06 ol {
  left: 5%;
  max-width: 1100px;
}
#wrap #page01 .contain.con02 img.charA {
  position: absolute;
  left: -200px;
  z-index: 150;
  height: 200%;
}
#wrap #page01 .contain.con05 img.charB {
  position: absolute;
  right: -280px;
  z-index: 150;
  height: 125%;
}
@media only screen and (orientation: portrait) {
  #wrap #page01 .contain.con05 img.charB {
    right: -200px;
  }
}
#wrap #page01 .contain.con05 table {
  border-collapse: collapse;
  border: 0;
  margin-bottom: 20px;
}
#wrap #page01 .contain.con05 table th {
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 3;
  background-color: #9f7a33;
  color: #fff;
  text-align: center;
}
#wrap #page01 .contain.con05 table td {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 3;
  padding: 10px 30px;
  text-align: center;
  border-style: none;
  background-color: rgba(255, 255, 255, 0.3);
}
#wrap #page01 .contain.con05 table td.bor {
  border-right: 2px solid #f2d7a2;
}
#wrap #page01 .contain.con05 table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.7);
}
#wrap #page01 .contain.con05 table td.black {
  position: relative;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
#wrap #page01 .contain.con05 table td.black p {
  text-align: left;
  color: #fff;
}
#wrap #page01 .contain.con05 table td.black ol {
  padding: 10px 30px;
}
#wrap #page01 .contain.con05 table td.black ol li {
  margin-left: 25px;
  text-align: left;
  color: #fff;
}
#wrap #page01 .contain.con05 table td.while {
  position: relative;
  background-image: linear-gradient(90deg, white 60%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (orientation: portrait) {
  #wrap #page01 .contain.con05 table td.while {
    z-index: 200;
  }
}
#wrap #page01 .contain.con05 table td.while p {
  text-align: left;
  color: #222;
}
#wrap #page01 .contain.con05 table td.while ol {
  padding: 10px 30px;
}
#wrap #page01 .contain.con05 table td.while ol li {
  margin-left: 25px;
  text-align: left;
}
#wrap #page02 .contain table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#wrap #page02 .contain table td {
  max-width: 530px;
  border-style: none;
}
#wrap #page02 .contain table.dark {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
#wrap #page02 .contain table.dark td {
  max-width: 530px;
  background-color: #222;
  border-style: none;
}
#wrap #page02 .contain table.dark td img {
  max-width: 530px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#wrap #page02 .contain.con05 h1 {
  text-align: right;
  padding-right: 50px;
  border-right: solid 30px #222;
  border-left: none;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
#wrap #page02 .contain.con05 p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 3;
  color: #222;
}
#wrap #page02 .contain.con06 img.decoRight {
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrap #page02 .contain.con06 select {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/page02/arrow.png") no-repeat right center transparent;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}
#wrap #page02 .contain.con06 input[type=text] {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}
#wrap #page02 .contain.con06 textarea {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  resize: none;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}
#wrap #page02 .contain.con06 label.upl {
  width: 100%;
  height: 60px;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1;
  letter-spacing: 3;
  max-width: 530px;
  background-color: #d4a95a;
  margin-bottom: 20px;
  margin-top: 10px;
  cursor: pointer;
}
#wrap #page02 .contain.con06 label.upl:hover {
  opacity: 0.5;
}
#wrap #page02 .contain.con06 label.upl p {
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 3;
}
#wrap #page02 .contain.con06 img.preview {
  width: 100%;
  height: auto;
}
#wrap #page02 .contain.con06 input[type=file] {
  display: none;
}
#wrap #page02 .contain.con06 input[type=checkbox],
#wrap #page02 .contain.con06 input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 20px;
}
#wrap #page02 .contain.con06 p.agreed {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: 3;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border: solid #ccc 1px;
  margin-top: 20px;
  color: #222;
}
#wrap #page02 .contain.con06 p.frist {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: 3;
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
}
#wrap #page03 .contain.con05 h1 {
  text-align: right;
  padding-right: 50px;
  border-right: solid 30px #222;
  border-left: none;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
#wrap #page03 .contain.con05 .flexBox {
  justify-content: center;
}
#wrap #page03 .contain.con05 .itme {
  margin-right: 10px;
}
#wrap #page03 .contain.con05 .flexBox.page {
  justify-content: center;
}
#wrap #page03 .contain.con05 .flexBox.page a {
  width: 45px;
  height: 45px;
  font-size: 18px;
  font-weight: 450;
  line-height: 45px;
  letter-spacing: 3;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #9f7a33;
  margin: 5px;
}
#wrap #page03 .contain.con05 .flexBox.page a:hover {
  opacity: 0.5;
}
#wrap #page03 .contain.con05 .flexBox.page a.active {
  font-size: 18px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 3;
  background-color: #222;
}
#wrap #page04 .contain .flexBox {
  justify-content: center;
}
#wrap #page04 .contain .itme {
  margin-right: 10px;
  margin-bottom: 30px;
  margin-top: 10px;
}
#wrap #page04 .contain .itme img.rank {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  top: -30px;
  z-index: 100;
}
#wrap #page04 .contain.con04 h1 {
  text-align: center;
  padding-right: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(212, 170, 90, 0) 0%, #f2ca7f 50%, rgba(212, 170, 90, 0) 100%);
}
#wrap #page04 .contain.con05 h1 {
  color: #fff;
  text-align: center;
  padding-right: none;
  border-right: none;
  border-left: none;
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(159, 122, 51, 0) 0%, #9f7a33 50%, rgba(159, 122, 51, 0) 100%);
}

.lity-content {
  width: 100%;
  height: 90%;
  overflow: hidden;
  max-width: 1200px;
  padding: 5%;
  margin: 0 auto;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: 100px;
  height: 100px;
  right: -50px;
  top: 50px;
  line-height: 100px;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/lightbox/close.png);
  background-position: center;
  background-repeat: no-repeat;
}

.lity-content .lityBox {
  width: 107.1%;
  height: 100%;
  min-width: 750px;
  overflow-y: auto;
}
@media only screen and (orientation: portrait) {
  .lity-content .lityBox {
    width: 100%;
    height: 100%;
  }
}
.lity-content .lityBox h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  color: #fff;
  text-align: left;
  padding: 25px 0;
}
.lity-content .lityBox p {
  font-size: 18px;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2;
  color: #fff;
  text-align: left;
}
.lity-content .lityBox span {
  color: #7b4ac0;
}
.lity-content .lityBox img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 25px;
}
.lity-content .lityBox button.agree,
.lity-content .lityBox button.cancel {
  width: 255px;
  height: 110px;
  position: relative;
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
  font-size: 24px;
  font-weight: 600;
  line-height: 110px;
  letter-spacing: 3;
  color: #fff;
  margin-top: 30px;
}
.lity-content .lityBox button.agree {
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/lightbox/btn.png") no-repeat center transparent;
}
.lity-content .lityBox button.agree:hover {
  opacity: 0.7;
}
.lity-content ul {
  width: 100%;
  height: 70px;
  position: relative;
  display: block;
  margin: 0 auto;
  list-style-type: none;
}
.lity-content ul li a {
  width: 230px;
  height: 70px;
  font-size: 18px;
  font-weight: 450;
  line-height: 70px;
  letter-spacing: 1;
  display: inline-block;
  text-align: center;
  float: left;
  cursor: pointer;
  background-color: #999999;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.lity-content ul li a:hover {
  opacity: 0.7;
}
.lity-content ul li a.active {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/lightbox/onA.png);
}
.lity-content .tabcontent {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  max-height: 400px;
  margin-right: 5%;
  background-color: #fff;
  border: solid #7b4ac0 1px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.lity-content .tabcontent iframe {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 3%;
  box-sizing: border-box;
}
.lity-content .tabcontent iframe.IA {
  width: 100%;
  height: 400%;
}
.lity-content .tabcontent iframe.IB {
  width: 100%;
  height: 1500%;
}
.lity-content form {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
.lity-content form p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  color: #333333;
  text-align: left;
  margin-top: 30px;
}
.lity-content form input[type=checkbox] {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
.lity-content form .contractA {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.lity-content form .contractA button.agree,
.lity-content form .contractA button.cancel {
  width: 230px;
  height: 70px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  color: #fff;
  margin-top: 30px;
  margin-right: 5px;
  margin-left: 5px;
}
.lity-content form .contractA button.agree {
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/lightbox/onA.png") no-repeat center transparent;
}
.lity-content form .contractA button.agree:hover {
  opacity: 0.7;
}
.lity-content form .contractA button.cancel {
  background-color: #999999;
}
.lity-content form .contractA button.cancel:hover {
  opacity: 0.7;
}
.lity-content form .contractB {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.lity-content form .contractB button.agree,
.lity-content form .contractB button.cancel {
  width: 130px;
  height: 70px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  display: inline-block;
  color: #fff;
}
.lity-content form .contractB button.agree {
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/lightbox/onB.png") no-repeat center transparent;
}
.lity-content form .contractB button.agree:hover {
  opacity: 0.7;
}
.lity-content form .contractB button.cancel {
  background-color: #999999;
  margin-left: 3px;
}
.lity-content form .contractB button.cancel:hover {
  opacity: 0.7;
}
.lity-content form .contractB .phone {
  width: 66%;
  height: 72px;
  display: inline-block;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0px 30px;
}
.lity-content form .contractB .phone input[type=text] {
  width: 60%;
  height: 70px;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  margin-left: 30px;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.lity-content form .contractB .phone select {
  width: 30%;
  height: 70px;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/lightbox/arrow.png") no-repeat right center transparent;
  font-family: "微軟正黑體", "Lucida Grande", Helvetica, Arial, sans-serif;
}
.lity-content table {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  margin-top: 30px;
}
.lity-content table th {
  width: 300px;
  height: 50px;
  background-color: #7b4ac0;
  color: #fff;
}
.lity-content table td {
  width: 300px;
  height: 50px;
  background-color: #fff;
  color: #7b4ac0;
}
.lity-content .contractC p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.lity-content .contractC button.cancel {
  width: 230px;
  height: 70px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 3;
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 30px;
  background-color: #999999;
}
.lity-content .contractC button.cancel:hover {
  opacity: 0.7;
}

#wrap .link {
  width: 45px;
  height: auto;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  position: fixed;
  right: 0;
  z-index: 999;
  overflow: hidden;
}
#wrap .link a.btnFB,
#wrap .link a.btnHome,
#wrap .link a.btnDC,
#wrap .link a.btnDown {
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#wrap .link a.btnFB:hover,
#wrap .link a.btnHome:hover,
#wrap .link a.btnDC:hover,
#wrap .link a.btnDown:hover {
  background-color: #000;
}
#wrap .link a.btnHome {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnHome.svg);
  background-color: #555;
}
#wrap .link a.btnFB {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnFB.svg);
  background-color: #0866ff;
}
#wrap .link a.btnDC {
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnDC.svg);
  background-color: #5865f2;
}
#wrap .link a.btnDown {
  background-color: #9f7a33;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/btnDown.svg);
}
@media only screen and (orientation: portrait) {
  #wrap .link {
    position: absolute;
    top: 5%;
    transform: translate(0, 0);
  }
}
#wrap .nav {
  width: 100%;
  height: 120px;
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 1200px;
  display: block;
  top: 0;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/header/menuBG.png);
  background-position: center;
  z-index: 999;
}
#wrap .nav ul#menu {
  width: 1200px;
  height: 120px;
  transition: all 0.5s;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
#wrap .nav ul#menu .logo {
  width: 370px;
  height: 120px;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/common/header/logo.png);
  background-position: center 15px;
  background-repeat: no-repeat;
}
#wrap .nav ul#menu li a {
  width: 190px;
  height: 70px;
  position: relative;
  display: block;
  margin: 0 auto;
  display: inline-block;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/header/menu.png);
  background-position: center 0px;
  top: 22.5px;
}
#wrap .nav ul#menu li a p {
  font-size: 18px;
  font-weight: 450;
  line-height: 70px;
  letter-spacing: 3;
  text-align: center;
  vertical-align: top;
}
#wrap .nav ul#menu li a p:hover {
  font-weight: 900;
}
#wrap .nav ul#menu li a:hover {
  background-position: center 70px;
}
#wrap .nav ul#menu li.active a {
  background-position: center 70px;
}
#wrap .nav ul#menu li.active a p {
  font-weight: 900;
}
#wrap .nav ul#menu li:hover a.page {
  display: block;
}
#wrap .nav ul#menu li a.page {
  width: 180px;
  height: 60px;
  display: none;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/header/menuPage.png");
  background-position: center 0px;
}
#wrap .nav ul#menu li a.page:hover {
  background-position: center 60px;
}
#wrap .nav ul#menu li a.page p {
  font-size: 18px;
  font-weight: 450;
  line-height: 60px;
  letter-spacing: 3;
}
#wrap header {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  max-height: 960px;
  background-image: url(https://nxtw.dn.nexoncdn.co.kr/mh/event/2025/0722_jdj4c6i914/header.jpg);
  background-position: center 45px;
  overflow: hidden;
  z-index: 100;
}
@media only screen and (orientation: portrait) {
  #wrap header {
    background-size: 300%;
    background-position: center -25px;
  }
}
#wrap header .open {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
  max-width: 757px;
  bottom: 15%;
  animation-name: opening;
  animation-duration: 1.5s;
}
@keyframes opening {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 15%;
    opacity: 1;
  }
}
#wrap header .open .title {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  position: relative;
  max-width: 757px;
  animation-name: loop;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}
@keyframes loop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

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