@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);
  }
}
footer#footerJS {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 80px;
  background-color: #000;
  z-index: 888;
  display: flex;
  align-items: center;
}

.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: center;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .footBox {
    width: 106%;
    height: auto;
    display: flex;
    flex-direction: column;
    transform: scale(0.9) translateX(-2%);
    justify-content: center;
    padding: 10px 0;
  }
}

img.foCi {
  margin: 5px 0;
  margin-right: 10px;
  max-height: 30px;
}

img.foTasri {
  margin: 5px 10px;
}

p.foCopy {
  font-size: 10px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0;
  color: #ccc;
  text-align: center;
}
@media (max-width: 991px) {
  p.foCopy {
    font-size: 10px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0;
  }
}

ul.foList {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  list-style-type: none;
  color: #ccc;
}
@media (max-width: 991px) {
  ul.foList {
    display: none;
  }
}

.btns {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .btns {
    margin: 5px 0 10px 0;
    position: static;
  }
}
.btns a {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 6px;
}
.btns a.home {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/icon_home.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btns a.fb {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/icon_fb.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btns a.yt {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/icon_yt.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bi {
  display: flex;
  flex-direction: row;
  position: static;
  right: 0;
  margin-right: 10px;
  width: 9%;
  transform: translateY(5px);
}
.bi img {
  width: 100%;
}
@media (max-width: 991px) {
  .bi {
    width: 15%;
    margin: 0px 0 15px 0;
    position: static;
  }
}

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

body {
  background-color: #000;
  position: relative;
  top: -2px;
}
body::-webkit-scrollbar {
  width: 0;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 208, 255, 0.852);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 177, 253, 0.84);
  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;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1rem;
  }
}

h2 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-family: "Noto Serif TC";
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1rem;
  }
}

h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-family: "Noto Serif TC";
}
@media (max-width: 991px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC";
  border: solid 1px #fff;
  border-bottom: none;
  padding: 1rem 0.5rem;
  background-color: #000;
}
@media (max-width: 991px) {
  h4 {
    font-size: 0.9rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif TC";
}
@media (max-width: 991px) {
  h5 {
    font-size: 0.9rem;
  }
}
h5 span {
  font-family: "Noto Serif TC";
  color: #ffeecc;
  font-weight: 600;
}

p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 2;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  p {
    font-size: 0.9rem;
  }
}

span {
  color: #fff068;
}

picture img {
  position: relative;
  display: block;
  margin: 0 auto;
}

hr {
  width: 100%;
  height: 2rem;
  border: none;
}

.goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  bottom: 6rem;
  right: 1rem;
  z-index: 9999;
}
.goTop img {
  width: 100%;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .goTop {
    bottom: 1.5rem;
    width: 40px;
  }
}

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

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

.wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.notice {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 3rem 3rem 3rem 3rem;
  box-sizing: border-box;
  background: #021c0f;
}
.notice .notice_wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.notice .notice_wrap h5 {
  font-family: "微軟正黑體";
  text-align: left;
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.notice .notice_wrap ul {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 0.86rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 1;
  color: #b2d4c4;
  list-style-type: none;
}
.notice .notice_wrap ul > li {
  margin-left: 1.6rem;
}
.notice .notice_wrap ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.notice .notice_wrap ul > li a {
  color: #fff068;
}
.notice .notice_wrap ul > li span {
  color: #f8efdd;
}

@media (max-width: 991px) {
  .notice {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 3rem 1rem 3rem 1rem;
    box-sizing: border-box;
    background: #021c0f;
  }
  .notice .notice_wrap {
    max-width: 1050px;
    margin: 0 auto;
  }
  .notice .notice_wrap h5 {
    font-family: "微軟正黑體";
    text-align: left;
    font-size: 1.1rem;
    color: #ffffff;
  }
  .notice .notice_wrap ul {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 0.7rem;
    font-weight: 450;
    line-height: 2;
    letter-spacing: 0;
    color: #b2d4c4;
    list-style-type: none;
  }
  .notice .notice_wrap ul > li {
    margin-left: 1.2rem;
  }
  .notice .notice_wrap ul > li::before {
    content: "•";
    position: absolute;
    left: 0;
  }
  .notice .notice_wrap ul > li a {
    color: #fff068;
  }
  .notice .notice_wrap ul > li span {
    color: #f8efdd;
  }
}
form {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1rem 2rem;
  background-color: #722c0c;
  border: solid 1px #fff;
}
@media (max-width: 991px) {
  form {
    padding: 1rem 1rem;
  }
}
form .phone {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  border: solid 1px #fff;
  padding: 0 1rem;
  margin-bottom: 1rem;
  background-color: #561906;
}
form .phone input[type=text] {
  width: 65%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  margin-left: 1rem;
  color: #ccc;
  background-color: #561906;
}
@media (max-width: 991px) {
  form .phone input[type=text] {
    font-size: 0.9rem;
    margin-left: 0.5rem;
  }
}
form .phone select {
  width: 30%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 50px;
  letter-spacing: 3;
  display: inline-block;
  border-style: none;
  border-right: solid 1px #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  background-color: #561906;
}
@media (max-width: 991px) {
  form .phone select {
    font-size: 0.9rem;
  }
}
form .contract {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
form .contract p {
  width: 95%;
  height: auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 0;
  color: #e1a987;
  text-align: left;
}
@media (max-width: 991px) {
  form .contract p {
    font-size: 0.7rem;
  }
}
form .contract p span {
  color: #fff;
}
form .contract p a {
  color: #fff068;
}
form .contract input[type=checkbox] {
  all: unset;
  display: block;
  background-color: #bc4b0e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 5px;
  width: 20px;
  height: 20px;
}
form .contract input[type=checkbox]:hover {
  background-color: #000;
}
form .contract input[type=checkbox]:checked {
  /* background-image: url("../img/check.png"); */
  background-position: center;
  background-repeat: no-repeat;
}
form .btnBox {
  width: 85%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 1em;
}
@media all and (orientation: portrait) {
  form .btnBox {
    flex-wrap: wrap;
  }
}
form button {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 300px;
  cursor: pointer;
  border-style: solid;
  border-width: 2px;
  border-radius: 15px;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3;
  font-family: "Noto Serif TC";
  color: #fff;
  text-decoration: none;
  text-align: center;
}
form button:hover {
  filter: brightness(1.5);
}
form button.agree {
  border-color: #35130a;
  background-image: linear-gradient(180deg, #35130a 0%, #6e2b0c 100%);
  box-shadow: 0px 4px 0px 0px #35130a;
}
@media (max-width: 991px) {
  form button {
    font-size: 1rem;
  }
}

.sec0 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(1px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/sec_0_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec0 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/sec_0_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
}
.sec0 .header {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  padding-right: 30px;
  position: absolute;
}
.sec0 .header ul.util {
  display: flex;
  flex-direction: row;
}
.sec0 .header ul.util li {
  width: 25%;
  margin: 0 2%;
}
.sec0 .header ul.util li a {
  margin: 5px;
}
.sec0 .header ul.util li a img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .header {
    padding-top: 2%;
    padding-right: 3%;
  }
  .sec0 .header ul.util {
    display: flex;
    flex-direction: row;
    width: 30%;
  }
  .sec0 .header ul.util li {
    width: 30%;
  }
  .sec0 .header ul.util li a {
    margin: 5px;
    display: block;
    width: 100%;
  }
}
.sec0 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
.sec0 .wrap .content::after {
  content: "";
  display: block;
  padding-bottom: 73.5%;
  width: 100%;
  background: red;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sec0 .wrap .content::after {
    padding-bottom: 162.5%;
  }
}
.sec0 .wrap .content .logo {
  position: absolute;
  top: 5.5%;
  left: 50%;
  width: 16.5%;
  max-width: 193px;
  transform: translate(-45%, 0);
}
.sec0 .wrap .content .logo img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .logo {
    max-width: 100%;
    width: 30%;
    top: 8%;
    left: 50%;
    transform: translate(-47%, 0);
  }
}
.sec0 .wrap .content .main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48.5%;
  transform: translate(-48.5%, -80%);
}
.sec0 .wrap .content .main img {
  width: 100%;
}
.sec0 .wrap .content .main .star {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec0 .wrap .content .main .star div {
  position: absolute;
  left: 50%;
}
.sec0 .wrap .content .main .star .s1 {
  top: 5%;
  width: 10%;
  transform: translateX(-410%);
}
.sec0 .wrap .content .main .star .s2 {
  top: 19%;
  width: 5%;
  transform: translateX(-890%);
}
.sec0 .wrap .content .main .star .s3 {
  top: 5%;
  width: 10%;
  transform: translateX(300%);
}
.sec0 .wrap .content .main .star .s4 {
  top: 19%;
  width: 5%;
  transform: translateX(764%);
}
@media (max-width: 991px) {
  .sec0 .wrap .content .main {
    max-width: 100%;
    width: 87%;
    transform: translate(-48.5%, -98%);
  }
}
.sec0 .wrap .content .char {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec0 .wrap .content .char div {
  position: absolute;
  pointer-events: none;
}
.sec0 .wrap .content .char div img {
  width: 100%;
}
.sec0 .wrap .content .char div.chat_1 {
  top: 53.6%;
  left: 50%;
  transform: translate(-242%, 0);
  width: 14.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.chat_1 {
    top: 56.6%;
    transform: translate(-279%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.chat_2 {
  top: 53.6%;
  left: 50%;
  transform: translate(151%, 0);
  width: 14.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.chat_2 {
    top: 56%;
    transform: translate(178%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c1 {
  top: 70.6%;
  left: 50%;
  transform: translate(-332%, 0);
  width: 9.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c1 {
    top: 71%;
    transform: translate(-445%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c2 {
  top: 65.6%;
  left: 50%;
  transform: translate(-136%, 0);
  width: 9%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c2 {
    top: 66%;
    transform: translate(-163%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c3 {
  top: 70.6%;
  left: 50%;
  transform: translate(42%, 0);
  width: 9.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c3 {
    top: 71%;
    transform: translate(103%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c4 {
  top: 68.6%;
  left: 50%;
  transform: translate(224%, 0);
  width: 10.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c4 {
    top: 69.5%;
    transform: translate(303%, 0) scale(2.3);
  }
}
.sec0 .wrap .content .times {
  width: 82%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 2.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sec0 .wrap .content .times {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 16%;
    bottom: 0%;
  }
}
.sec0 .wrap .content .times .time {
  width: 50%;
  margin: 0.7%;
  text-align: center;
  border: 2px solid #d6f0a9;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  min-width: 430px;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .times .time {
    margin: 1% 0;
    width: 90%;
    padding: 2%;
    border-radius: 30px;
    font-size: 3.2vw;
    min-width: 0;
  }
}

.sec1 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(1px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/sec_1_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec1 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/sec_1_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec1 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec1 .wrap .content::after {
  content: "";
  display: block;
  padding-bottom: 136.7%;
  width: 100%;
  background: red;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sec1 .wrap .content::after {
    padding-bottom: 535%;
  }
}
.sec1 .wrap .content .main {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0%;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main {
    padding: 0;
  }
}
.sec1 .wrap .content .main img {
  width: 100%;
}

.sec2 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(1px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/sec_2_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sec2 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/sec_2_bg_m.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec2 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec2 .wrap .content::after {
  content: "";
  display: block;
  padding-bottom: 169.6%;
  width: 100%;
  background: red;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 991px) {
  .sec2 .wrap .content::after {
    padding-bottom: 493%;
  }
}
.sec2 .wrap .content .main {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0%;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main {
    padding: 0;
  }
}
.sec2 .wrap .content .main img {
  width: 100%;
}
.sec2 .wrap .content .main .btns {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .btns {
    top: 51.5%;
    width: 90%;
  }
}
.sec2 .wrap .content .main .btns a {
  width: 50%;
  margin: 1.5%;
  opacity: 0.9;
}
.sec2 .wrap .content .main .btns a:hover {
  transition: 0.5s;
  opacity: 1;
  transform: scale(1.01) translateY(-2px);
}

.lity-content {
  border: solid #ab9787 1px;
  max-height: 85%;
  overflow-y: auto;
}
.lity-content img {
  border-radius: 30px;
}
.lity-content table {
  color: #fff;
}
.lity-content table th {
  font-size: 0.9rem;
  border-bottom: solid #ab9787 2px;
  padding: 0.7rem 0.5rem;
}
@media (max-width: 991px) {
  .lity-content table th {
    font-size: 0.75rem;
  }
}
.lity-content table td {
  font-size: 0.9rem;
  padding: 0.7rem 0.5rem;
}
@media (max-width: 991px) {
  .lity-content table td {
    font-size: 0.75rem;
  }
}

.lity-box {
  background: #fff;
  border: 7px solid #e1dedb;
  padding: 10px;
}
.lity-box table {
  max-width: 100%;
  background-color: #fff;
  color: #333;
  width: 100%;
}
.lity-box table th {
  border-bottom: solid #d0d4da 2px;
  padding: 1rem 2rem;
}
@media (max-width: 991px) {
  .lity-box table th {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
}
.lity-box table td {
  padding: 1rem 2rem;
  background-color: rgba(240, 238, 236, 0.5);
}
@media (max-width: 991px) {
  .lity-box table td {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
}
.lity-box h1 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #333;
}
@media (max-width: 991px) {
  .lity-box h1 {
    font-size: 1rem;
  }
}
.lity-box p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #555;
}
@media (max-width: 991px) {
  .lity-box p {
    font-size: 0.9rem;
  }
}
.lity-box p span {
  font-weight: bold;
  color: #000;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 176px;
  top: -50px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2025/0717_wex5n87gck/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}

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

@media (max-width: 991px) {
  .lity-container {
    width: 90%;
    transform: translateX(2px);
  }
}

.lity-content {
  border: none;
  width: 100%;
  background-color: rgba(255, 21, 21, 0);
}
.lity-content::-webkit-scrollbar {
  width: 0.25em;
}
.lity-content::-webkit-scrollbar-track {
  background-color: rgba(43, 56, 55, 0.589);
}
.lity-content::-webkit-scrollbar-thumb {
  background-color: rgba(49, 49, 49, 0.35);
  border-radius: 5px;
}

.lity-box.type1 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.lity-box.type1 th {
  background: #3888c7;
  color: #fff;
  border: 1px solid #3888c7;
}
.lity-box.type1 th:nth-of-type(1), .lity-box.type1 th:nth-of-type(3) {
  width: 25%;
}
.lity-box.type1 th:nth-of-type(2) {
  width: 50%;
}
.lity-box.type1 td {
  text-align: center;
  color: #106bb1;
  border: 1px solid #b4d4ed;
  background: #d3e6f4;
}
.lity-box.type1 td:nth-of-type(2) {
  background: #fff;
}
.lity-box.type1 td.bot {
  background: #8cc2e4;
  color: #fff;
}

.lity-box.type2 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.lity-box.type2 .content {
  min-width: 300px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #116cb1;
  font-size: 1.2rem;
}

.lity-box.type3 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.lity-box.type3 .content {
  min-width: 300px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #116cb1;
}
.lity-box.type3 .content .title {
  font-size: 1.2rem;
}
.lity-box.type3 .content .sn {
  font-size: 1.8rem;
  font-weight: bold;
  background: #d2e7f4;
  padding: 5px 20px;
  margin: 15px 0;
  width: 85%;
  text-align: center;
}
.lity-box.type3 .content .copy_btn {
  background: #116cb1;
  color: #fff;
  padding: 5px 30px;
  border-radius: 20px;
  display: flex;
}
/*# sourceMappingURL=style.css.map */