@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.min.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: 999;
}

.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: space-around;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 991px) {
  .footBox {
    justify-content: center;
  }
}

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

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

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

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

header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 200;
}
header ul.util {
  width: auto;
  height: 50px;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: center;
  list-style: none;
  top: 1rem;
  right: 1rem;
  z-index: 888;
}
header ul.util li a {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
header ul.util li a:hover {
  background-color: rgb(0, 0, 0);
}
header ul.util li.fb a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconFB.png");
}
header ul.util li.link a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconLink.png");
}
header ul.util li.home a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconHome.png");
}
header ul.util li.yt a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconYT.png");
}
header ul.util li.share a {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconShare.png");
}
header ul.util a.moblie {
  max-height: 50px;
}
header ul.util a.moblie img {
  max-height: 100%;
}
@media (max-width: 991px) {
  header ul.util {
    position: absolute;
    top: 0;
    right: 0;
  }
  header ul.util a {
    margin-left: 0;
  }
  header ul.util a.moblie {
    display: none;
  }
}
header a.logo {
  position: absolute;
  display: block;
  top: 1rem;
  left: 1rem;
}
@media (max-width: 991px) {
  header a.logo {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
  }
  header a.logo img {
    max-width: 80%;
  }
}
header .nav {
  width: 80%;
  height: 100%;
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  max-width: 200px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
header .nav.hidden {
  width: 0;
  overflow: hidden;
}
header .nav ul#menu {
  width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
}
header .nav ul#menu a.logo {
  max-width: 80%;
  display: block;
  margin: 1rem auto;
}
header .nav ul#menu a.logo img {
  max-width: 100%;
  position: relative;
  display: block;
}
header .nav ul#menu li a {
  display: block;
  padding: 0.75rem;
  text-align: center;
}
header .nav ul#menu li a span {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 1.3;
  text-shadow: #000 1px 1px 10px;
  margin-right: 0.5rem;
  color: #dcc8b4;
}
header .nav ul#menu li a:hover,
header .nav ul#menu li.active a {
  background-color: #000;
}
header .nav ul#menu li a:hover span,
header .nav ul#menu li.active a span {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  header .nav {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 100%);
  }
}
header button {
  width: 50px;
  height: 50px;
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header button.navC {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconClose.svg");
  right: -50px;
}
header button.navO {
  position: fixed;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconOpen.svg");
  left: 0;
  opacity: 0;
  background-position: 0.8rem center;
}
header button.navO.show {
  opacity: 1;
}
@media (max-width: 991px) {
  header button {
    background-color: rgb(0, 0, 0);
  }
  header button.show {
    width: 100%;
  }
}

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

body {
  background-color: #000;
}
body::-webkit-scrollbar {
  width: 0.25em;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.5);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  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;
}

h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #ffffff;
  margin-bottom: 1rem;
  font-family: "Noto Serif TC";
}

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

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0521_8ab3atcbc6/bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #3f4a66;
}
@media (max-width: 991px) {
  #wrap {
    background-size: 300% auto;
    background-color: #3f4a66;
  }
}

.goTop {
  width: 50px;
  height: 50px;
  position: fixed;
  display: none;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/common/header_v2/iconGoTop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #555151;
  cursor: pointer;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}
@media (max-width: 991px) {
  .goTop {
    width: 0;
  }
}

.section {
  width: 100%;
  height: auto;
  position: relative;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video-wrap video {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0521_8ab3atcbc6/cover.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

.text-p,
.text-m {
  display: block;
}
.text-p p,
.text-m p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  color: #333;
}
.text-p p span,
.text-m p span {
  color: #c32428;
}
@media (max-width: 991px) {
  .text-p,
  .text-m {
    display: none;
  }
}

.text-m {
  display: none;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .text-m {
    display: block;
  }
}

.text-p {
  padding-top: 300px;
  width: 100%;
}

.sec0 .inner {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  z-index: 100;
  min-height: 530px;
}
@media (max-width: 991px) {
  .sec0 .inner {
    min-height: 600px;
  }
}
@media (max-width: 750px) {
  .sec0 .inner {
    min-height: 500px;
  }
}
.sec0 .title {
  position: absolute;
  display: block;
  top: 100px;
  left: 50px;
  width: 655px;
  min-height: 450px;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0521_8ab3atcbc6/title.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .sec0 .title {
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    width: 95%;
    top: 320px;
    min-height: 400px;
    background-size: contain;
    z-index: 100;
  }
}
.sec0 img.char {
  position: absolute;
  display: block;
  left: 600px;
  top: 1rem;
}
@media (max-width: 991px) {
  .sec0 img.char {
    max-width: 98%;
    left: 0px;
    top: 3rem;
  }
}
.sec0 .badge {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2rem;
  max-width: 1000px;
}
.sec0 .badge a.moblie {
  width: 160px;
  margin: 0 0.5rem;
}
.sec0 .badge a.moblie img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sec0 .badge {
    flex-wrap: nowrap;
  }
  .sec0 .badge a.moblie {
    margin: 0.5rem;
  }
  .sec0 .badge a.moblie.pc {
    display: none;
  }
}

.sec1 {
  z-index: 100;
}
.sec1 .inner-event {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 20px 20px 0px 0px;
  background-image: linear-gradient(0deg, rgb(61, 74, 101) 0%, rgb(219, 140, 134) 54%, rgb(254, 242, 180) 81%, rgb(255, 255, 255) 100%);
  padding: 1.5rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .sec1 .inner-event {
    padding: 1rem;
  }
}
.sec1 .btnBox {
  position: relative;
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.sec1 a.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3;
  padding: 1rem 2rem;
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  font-family: "Noto Serif TC";
  margin: 0 0.5rem;
}
.sec1 a.btn:hover {
  filter: brightness(1.2);
}
@media (max-width: 750px) {
  .sec1 a.btn {
    font-size: 1.25rem;
  }
}
.sec1 a.btn.styleA {
  background-color: #ff6e6b;
  box-shadow: 0 5px 0 #d5625f;
}
.sec1 a.btn.styleB {
  background-color: #4f6497;
  box-shadow: 0 5px 0 #23304b;
}
.sec1 a.btn.styleC {
  background-color: #89212a;
  box-shadow: 0 5px 0 #410c14;
  margin-top: 0.5rem;
}
.sec1 .infoBox {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 2px #fff;
  margin: 1.5rem auto;
}
.sec1 .infoBox span {
  color: #89212a;
}
.sec1 ul.tab-title {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  z-index: 100;
}
.sec1 ul.tab-title li {
  width: 33.3%;
  height: auto;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  background-color: #4f6497;
  border: solid 1px rgba(255, 255, 255, 0.337254902);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.sec1 ul.tab-title li p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2;
}
@media (max-width: 750px) {
  .sec1 ul.tab-title li {
    padding: 1rem 0.75rem;
  }
  .sec1 ul.tab-title li p {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1.2;
  }
}
.sec1 ul.tab-title li.active {
  background-color: #ff6e6b;
}
.sec1 ul.tab-title li.active::after {
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  width: 14px;
  height: 14px;
  content: "";
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0521_8ab3atcbc6/arrow.png");
  bottom: -10px;
}
.sec1 .tab-inner-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.sec1 table.colorB {
  background-color: #f3e0ff;
}
.sec1 table {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  background-color: #fff7d2;
}
.sec1 table th {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #333;
  font-family: "Noto Serif TC";
  padding: 1rem 0;
  border: solid 1px #fff;
  background-color: #fff;
}
.sec1 table th span {
  font-family: "Noto Serif TC";
  color: #e06969;
}
.sec1 table td {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #333;
  padding: 0.5rem;
  border: solid 1px rgba(0, 0, 0, 0.1647058824);
  min-width: 50px;
}
@media (max-width: 991px) {
  .sec1 table td {
    font-size: 0.9rem;
  }
}
.sec1 table td a {
  color: #008cd4;
  font-weight: 600;
}
.sec1 table td span {
  color: #b11b27;
}
.sec1 table td ol {
  width: 100%;
  height: auto;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2;
  list-style-type: nuber;
  text-align: left;
  max-width: 800px;
}
@media (max-width: 991px) {
  .sec1 table td ol {
    font-size: 0.9rem;
  }
}
.sec1 table td ol li {
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .sec1 table td ol li {
    margin-left: 1.5rem;
  }
}
.sec1 table td p {
  text-align: left;
}
.sec1 table td.tip {
  width: 12vw;
}

.notice {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: #23304b;
  padding: 1.5rem;
  box-sizing: border-box;
  z-index: 150;
}
.notice ol {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  max-width: 1100px;
  color: #fff;
  list-style-type: nuber;
}
@media (max-width: 991px) {
  .notice ol {
    font-size: 0.9rem;
  }
}
.notice ol li {
  margin-left: 2.5rem;
}
@media (max-width: 991px) {
  .notice ol li {
    margin-left: 1rem;
  }
}
.notice ol a {
  color: #fdff93;
  font-weight: 600;
}

.lity-content {
  background: #fff;
  padding: 10px;
}
@media (max-width: 991px) {
  .lity-content {
    height: 100%;
    overflow-y: auto;
  }
}
.lity-content table {
  max-width: 100%;
  background-color: #fff;
}
.lity-content table th {
  border-bottom: solid #d0d4da 2px;
  padding: 1rem 2rem;
}
.lity-content table td {
  padding: 1rem 2rem;
  background-color: rgba(240, 238, 236, 0.5);
}
.lity-content table a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  background-color: #756f6f;
  color: #fff;
  border-radius: 5px;
  margin-top: 1rem;
}
.lity-content table a:hover {
  background-color: #000;
}
.lity-content h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #333;
}
.lity-content p {
  font-size: 16px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 2;
  text-align: center;
  color: #555;
}
.lity-content p span {
  font-weight: bold;
  color: #000;
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  width: auto;
  height: auto;
  font-size: 35px;
  font-weight: 450;
  line-height: 0;
  letter-spacing: 1;
  position: absolute;
  display: block;
  right: 1rem;
  top: 1rem;
  border-radius: 3px;
  border: solid 2px #c8c1bc;
  color: #c8c1bc;
  padding: 15px 3px 17px 3px;
  background-color: #fff;
}

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

.lity-iframe-container {
  padding-top: 60%;
}

#lb1,
#lb2,
#snBox {
  padding: 30px;
  margin: 10px;
  min-width: 1000px;
  background: #fff;
  border: 10px solid #ddd;
  overflow-x: auto;
  max-height: 100%;
}
@media (max-width: 991px) {
  #lb1,
  #lb2,
  #snBox {
    min-width: 0;
    padding: 20px;
  }
}
#lb1 h4,
#lb2 h4,
#snBox h4 {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px;
  color: #333;
  position: relative;
}
#lb1 h4 .submit_btn,
#lb2 h4 .submit_btn,
#snBox h4 .submit_btn {
  display: flex;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  background: #333;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  #lb1 h4 .submit_btn,
  #lb2 h4 .submit_btn,
  #snBox h4 .submit_btn {
    width: 125px;
    left: 50%;
    transform: translateX(-50%);
    top: 118%;
  }
}
@media (max-width: 991px) {
  #lb1 h4,
  #lb2 h4,
  #snBox h4 {
    font-size: 25px;
  }
}
#lb1 p,
#lb2 p,
#snBox p {
  font-size: 1rem;
  color: #333;
}
@media (max-width: 991px) {
  #lb1 p,
  #lb2 p,
  #snBox p {
    font-size: 13px;
  }
}
#lb1 span,
#lb2 span,
#snBox span {
  color: #313341;
}
#lb1 .tb_wrap,
#lb2 .tb_wrap,
#snBox .tb_wrap {
  width: 100%;
  overflow-x: auto;
}
#lb1 .tb_wrap table,
#lb2 .tb_wrap table,
#snBox .tb_wrap table {
  margin: 30px auto;
  width: 100%;
}
#lb1 .tb_wrap table th,
#lb2 .tb_wrap table th,
#snBox .tb_wrap table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  background: #333;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  #lb1 .tb_wrap table th,
  #lb2 .tb_wrap table th,
  #snBox .tb_wrap table th {
    font-size: 12px;
  }
}
#lb1 .tb_wrap table td,
#lb2 .tb_wrap table td,
#snBox .tb_wrap table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
  letter-spacing: 1px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  #lb1 .tb_wrap table td,
  #lb2 .tb_wrap table td,
  #snBox .tb_wrap table td {
    font-size: 12px;
  }
}
#lb1 .tb_wrap table tr:nth-of-type(2n) td,
#lb2 .tb_wrap table tr:nth-of-type(2n) td,
#snBox .tb_wrap table tr:nth-of-type(2n) td {
  background: #fff;
}
#lb1 .noData,
#lb2 .noData,
#snBox .noData {
  font-size: 1rem;
  color: #333;
  text-align: center;
  background: #eee;
  border-radius: 10px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#lb1 .row,
#lb2 .row,
#snBox .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #lb1 .row,
  #lb2 .row,
  #snBox .row {
    width: 100%;
    flex-direction: column;
  }
}
#lb1 .row p,
#lb2 .row p,
#snBox .row p {
  font-size: 0.9rem;
  letter-spacing: 1;
}
#lb1 .row .name,
#lb2 .row .name,
#snBox .row .name {
  padding: 5px;
  width: 100px;
  text-align: center;
  color: #460000;
  font-weight: 900;
}
@media (max-width: 991px) {
  #lb1 .row .name,
  #lb2 .row .name,
  #snBox .row .name {
    width: 100%;
    text-align: left;
  }
}
#lb1 .row input[type=checkbox],
#lb2 .row input[type=checkbox],
#snBox .row input[type=checkbox] {
  width: 20px;
  height: 20px;
  background-color: #333;
  padding: 3px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 5px;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 5px;
}
#lb1 .row input[type=checkbox]:hover,
#lb2 .row input[type=checkbox]:hover,
#snBox .row input[type=checkbox]:hover {
  background-color: #333;
}
#lb1 .row input[type=checkbox]:checked,
#lb2 .row input[type=checkbox]:checked,
#snBox .row input[type=checkbox]:checked {
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0521_8ab3atcbc6/check.png");
  background-position: center;
  background-repeat: no-repeat;
}
#lb1 .row .content,
#lb2 .row .content,
#snBox .row .content {
  display: flex;
  flex-direction: column;
  padding: 5px;
  gap: 10px;
  width: calc(100% - 100px);
  line-height: 26px;
  font-size: 13px;
}
@media (max-width: 991px) {
  #lb1 .row .content,
  #lb2 .row .content,
  #snBox .row .content {
    width: 100%;
  }
}
#lb1 .row .content textarea,
#lb1 .row .content input,
#lb2 .row .content textarea,
#lb2 .row .content input,
#snBox .row .content textarea,
#snBox .row .content input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px;
}
#lb1 .row .content .select_wrap,
#lb2 .row .content .select_wrap,
#snBox .row .content .select_wrap {
  border: 1px solid #ddd;
  width: 100%;
  position: relative;
}
#lb1 .row .content .select_wrap::after,
#lb2 .row .content .select_wrap::after,
#snBox .row .content .select_wrap::after {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 15px;
  height: 100%;
  content: "";
  background: url(https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0521_8ab3atcbc6/lightbox/arrow.png) no-repeat;
  background-size: 100%;
  pointer-events: none;
  color: #fff;
}
#lb1 .row .content .select_wrap select,
#lb2 .row .content .select_wrap select,
#snBox .row .content .select_wrap select {
  width: 100%;
  border: none;
  padding: 5px;
  font-size: 0.9rem;
}
#lb1 .note,
#lb2 .note,
#snBox .note {
  background: #eee;
  padding: 1.5rem;
  margin: 5px;
}
#lb1 .note .title,
#lb2 .note .title,
#snBox .note .title {
  color: #333;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  #lb1 .note,
  #lb2 .note,
  #snBox .note {
    padding: 0;
    background: #fff;
  }
}
#lb1 .note li,
#lb2 .note li,
#snBox .note li {
  line-height: 26px;
  font-size: 0.9rem;
}
#lb1 .btns,
#lb2 .btns,
#snBox .btns {
  display: flex;
  justify-content: center;
}
#lb1 .btns a,
#lb2 .btns a,
#snBox .btns a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  background: #333;
  margin: 20px 5px 0;
  border-radius: 30px;
  width: 150px;
  text-align: center;
}
#lb1 .btns a:hover,
#lb2 .btns a:hover,
#snBox .btns a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */