@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("https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..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;
    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: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0;
  color: #ccc;
  text-align: center;
  width: 100%;
}
@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/2026/0324_wihbkd2j8a/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/2026/0324_wihbkd2j8a/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/2026/0324_wihbkd2j8a/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: "Chiron GoRound TC", sans-serif;
}

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;
}
body {
  background-color: #ffffff;
  position: relative;
  top: 0;
  background: #11380b;
}

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: "Chiron GoRound TC", sans-serif;
  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;
}
@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;
  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: #002315;
  max-width: 2560px;
  margin: 0 auto;
}
.notice .notice_wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.notice .notice_wrap h5 {
  font-family: "微軟正黑體";
  text-align: left;
  font-size: 1.1rem;
  color: #bfffae;
  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: #cef4d6;
  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: #002315;
  }
  .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: #cee6f4;
    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(0px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0324_wihbkd2j8a/sec_0_bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sec0 {
    width: 100%;
    height: auto;
    background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0324_wihbkd2j8a/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.3%;
  left: 50%;
  width: 19.5%;
  max-width: 230px;
  transform: translate(-45%, 0);
  pointer-events: all;
}
.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;
  pointer-events: none;
  left: 50%;
  top: 50%;
  width: 48.5%;
  transform: translate(-48.5%, -65%);
}
.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: 11%;
  transform: translateX(-410%);
}
.sec0 .wrap .content .main .star .s3 {
  top: 5%;
  width: 11%;
  transform: translateX(300%);
}
@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%;
  pointer-events: none;
}
.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: 58%;
  left: 50%;
  transform: translate(-248%, 0);
  width: 14.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.chat_1 {
    top: 56.6%;
    transform: translate(-255%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.chat_2 {
  top: 57%;
  left: 50%;
  transform: translate(156%, 0);
  width: 14.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.chat_2 {
    top: 56%;
    transform: translate(155%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c1 {
  top: 69.6%;
  left: 50%;
  transform: translate(-213%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c1 {
    top: 71%;
    transform: translate(-310%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c2 {
  top: 65.6%;
  left: 50%;
  transform: translate(-119%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c2 {
    top: 66%;
    transform: translate(-140%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c3 {
  top: 69.6%;
  left: 50%;
  transform: translate(0%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c3 {
    top: 71%;
    transform: translate(25%, 0) scale(2.2);
  }
}
.sec0 .wrap .content .char div.c4 {
  top: 69.6%;
  left: 50%;
  transform: translate(103%, 0);
  width: 12.5%;
}
@media (max-width: 991px) {
  .sec0 .wrap .content .char div.c4 {
    top: 69.5%;
    transform: translate(220%, 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 #fff;
  box-shadow: 0 0 0px 2px #006118;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  min-width: 430px;
  background: linear-gradient(to right, #33bc66 0%, #00a344 100%);
}
@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;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(0px);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0324_wihbkd2j8a/sec_1_bg.jpg");
  background-position: top center;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .sec1 {
    width: 100%;
    height: auto;
    background-position: top center;
  }
}
.sec1 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec1 .wrap .content .main {
  position: static;
  display: flex;
  align-items: center;
  padding: 3% 0 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main {
    width: 100%;
  }
}
.sec1 .wrap .content .main img {
  width: 100%;
}
.sec1 .wrap .content .main .section_wrap {
  width: 100%;
  background: linear-gradient(180deg, #004428 0%, #368846 100%);
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .sec1 .wrap .content .main .section_wrap {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap {
    width: 94%;
    border: none;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Chiron GoRound TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8705882353);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .title::after, .sec1 .wrap .content .main .section_wrap .creator-rewards .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fffd73;
  margin: 10px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8705882353);
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 {
  border-radius: 30px;
  padding: 0;
  background: #f3ffe0;
  width: 86%;
  overflow: hidden;
  border: 2px solid #1dac24;
  box-shadow: 0 5px 0 #93d87f;
  min-height: 200px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 {
    width: 94%;
    border-radius: 20px;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  background: #93d87f;
  padding: 3.5% 3.5% 5%;
  gap: 10px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar {
    padding: 3%;
    flex-direction: column;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex: 1 1 auto;
  border-radius: 30px;
  padding: 10px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item {
    flex-direction: column;
    border-radius: 15px;
    padding: 3% 5%;
    min-width: 160px;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item .label {
  font-size: 15px;
  color: #209e70;
  font-weight: bold;
  letter-spacing: 1px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 10px;
  margin-right: 10px;
  border-right: 1px solid #333;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item .label {
    border-right: none;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item .value {
  font-size: 15px;
  align-items: center;
  letter-spacing: 1px;
  justify-content: center;
  color: #000;
  display: flex;
  line-height: 1.5rem;
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item .value br {
  display: none;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .info-bar .info-item .value br {
    display: block;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card {
  flex: 1 1 calc(33.333% - 40px);
  min-width: 240px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card {
    padding: 3%;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .card-rank {
  font-size: 17px;
  font-weight: normal;
  line-height: 0.5;
  color: #9a522e;
  margin-bottom: 10px;
  background: #ffc82f;
  box-shadow: 0 -2px 1px 2px rgba(229, 119, 0, 0.5) inset;
  border-radius: 30px;
  width: 80%;
  position: absolute;
  font-weight: bold;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .card-rank {
    position: static;
    transform: none;
    width: 80%;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .monthly-label {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #209e70;
  margin-bottom: 12px;
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .reward-list {
  list-style: disc;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 95%;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .reward-list {
    padding-left: 5%;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .reward-list li {
  font-size: 14px;
  color: #2c203d;
  line-height: 1rem;
  margin-bottom: 8px;
  text-align: left;
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .reward-cards .card .reward-list li:last-child {
  margin-bottom: 0;
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .extra-benefit {
  display: flex;
  flex-direction: row;
  margin: 20px;
  padding: 10px;
  background: #7d60d4;
  border-radius: 15px;
  color: #ba9ad3;
  border: 3px solid #c2adf2;
  font-size: 15px;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .extra-benefit {
    flex-direction: column;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .extra-benefit span {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  border-right: 1px solid #ffffff;
  color: #fff;
  min-width: 150px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .extra-benefit span {
    border-right: none;
    padding: 10px 0 0;
  }
}
.sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .extra-benefit ol {
  padding: 30px 20px;
  line-height: 1.5rem;
  flex: 1 1 auto;
  color: #fff;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .creator-rewards .box1 .extra-benefit ol {
    padding: 10px 0 0;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Chiron GoRound TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.sec1 .wrap .content .main .section_wrap .score-standards .title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8705882353);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .title::after, .sec1 .wrap .content .main .section_wrap .score-standards .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fffd73;
  margin: 10px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8705882353);
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 {
  border-radius: 30px;
  padding: 0;
  background: #f3ffe0;
  width: 86%;
  overflow: hidden;
  border: 2px solid #1dac24;
  box-shadow: 0 5px 0 #93d87f;
  min-height: 200px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 {
    width: 94%;
    border-radius: 20px;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card {
  flex: 1 1 calc(33.333% - 40px);
  min-width: 240px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card {
    padding: 3%;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .card-rank {
  font-size: 17px;
  font-weight: normal;
  line-height: 0.5;
  color: #ffffff;
  margin-bottom: 30px;
  background: #6cce57;
  box-shadow: 0 -2px 1px 2px rgb(30, 176, 17) inset;
  border-radius: 30px;
  width: 50%;
  position: static;
  border: 2px solid #fff;
  min-width: 100px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .card-rank {
    width: 80%;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .monthly-label {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0a4f47;
  margin-bottom: 12px;
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .reward-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 95%;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .reward-list {
    padding-left: 0;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .reward-list li {
  font-size: 14px;
  color: #2c203d;
  margin-bottom: 8px;
  padding: auto;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  line-height: 1.2rem;
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .reward-list li:last-child {
  margin-bottom: 0;
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .reward-list li span {
  font-weight: normal;
  font-size: 14px;
  color: #6e3914;
  padding: 5px 0;
  border-radius: 30px;
  display: inline-block;
  min-width: 80px;
  margin-right: 10px;
  text-align: center;
  background: #f3e660;
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .reward-cards .card .reward-list li div {
  padding-top: 5px;
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .extra-benefit {
  display: flex;
  flex-direction: row;
  margin: 20px;
  padding: 15px;
  background: #5bbb4c;
  border-radius: 15px;
  color: #ffffff;
  border: 3px solid #d3ffb5;
  font-size: 15px;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 .extra-benefit {
    flex-direction: column;
    font-size: 13px;
    padding: 15px 5px;
    border: none;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .extra-benefit span {
  padding: 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-right: 1px solid #ffffff;
  color: #fff;
  width: 200px;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 .extra-benefit span {
    border-right: none;
    margin: 0 auto;
    padding: 5px;
    min-width: 0;
    border-radius: 20px;
    background: #fffb21;
    color: #094900;
    font-weight: bold;
  }
}
.sec1 .wrap .content .main .section_wrap .score-standards .box1 .extra-benefit ol {
  padding: 0px 0 0 40px;
  line-height: 1.5rem;
  color: #fff;
  text-align: left;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .score-standards .box1 .extra-benefit ol {
    padding: 10px 0 0;
    line-height: 1.2rem;
    text-align: center;
  }
}
.sec1 .wrap .content .main .section_wrap .box_notice {
  color: #fff;
  width: 86%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5rem;
}
@media (max-width: 991px) {
  .sec1 .wrap .content .main .section_wrap .box_notice {
    font-size: 12px;
    width: 90%;
  }
}
.sec1 .wrap .content .main .section_wrap .box_notice .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sec1 .wrap .content .main .section_wrap .box_notice ul {
  list-style: decimal;
  padding-left: 20px;
}

.sec2 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  transform: translateY(0);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0324_wihbkd2j8a/sec_2_bg.jpg");
  background-position: top center;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .sec2 {
    width: 100%;
    height: auto;
    background-position: top center;
  }
}
.sec2 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec2 .wrap .content .main {
  position: static;
  display: flex;
  align-items: center;
  padding: 2% 0 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main {
    width: 100%;
  }
}
.sec2 .wrap .content .main img {
  width: 100%;
}
.sec2 .wrap .content .main .link1 {
  position: absolute;
  left: 31%;
  top: 71%;
  width: 22%;
  height: 1.5%;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .link1 {
    left: 50%;
    top: 70.8%;
    width: 42%;
    height: 0.8%;
  }
}
.sec2 .wrap .content .main .section_wrap {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .sec2 .wrap .content .main .section_wrap {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap {
    width: 94%;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Chiron GoRound TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 {
  border-radius: 30px;
  padding: 0;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 {
    width: 100%;
    border-radius: 20px;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .timeline {
  width: 86%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .timeline {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .timeline .dispript {
  width: 87%;
  display: flex;
  justify-content: space-between;
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .timeline .dispript .time-item {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.5rem;
}
@media (max-width: 699px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .timeline .dispript .time-item {
    font-size: 1.85vw;
    line-height: 3vw;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card {
  width: 48%;
  min-width: 200px;
  background: #e6ffc2;
  border-radius: 30px;
  border: 2px solid #66d447;
  padding-bottom: 50px;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.231372549);
  color: #156115;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card {
    width: 100%;
    padding: 15px;
    box-shadow: none;
    border: none;
  }
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card:nth-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 30px;
    border-radius: 20px 20px 0 0;
  }
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-radius: 0 0 20px 20px;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card .card-rank {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 10px;
  background: #30ab00;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  width: 25%;
  text-align: center;
  margin-bottom: 10px;
  min-width: 150px;
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card ul {
  padding-left: 30px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.5rem;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .card_row .card ul {
    font-size: 12px;
    padding-left: 20px;
    letter-spacing: 0;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .card_txt {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  line-height: 2rem;
  text-shadow: 0 0px 6px #000;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .card_txt {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5rem;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .btns {
  position: static;
  width: 50%;
  margin: 30px auto 0;
}
@media (max-width: 991px) {
  .sec2 .wrap .content .main .section_wrap .timeline .box1 .btns {
    top: 45.5%;
    width: 90%;
  }
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .btns a {
  width: 50%;
  margin: 1.5%;
  height: auto;
  opacity: 0.9;
}
.sec2 .wrap .content .main .section_wrap .timeline .box1 .btns a:hover {
  transition: 0.5s;
  opacity: 1;
  transform: scale(1.01) translateY(-2px);
}

.sec3 {
  width: 100%;
  height: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  transform: translateY(0);
  background: url("https://nxtw.dn.nexoncdn.co.kr/msw/event/2026/0324_wihbkd2j8a/sec_1_bg.jpg");
  background-position: top center;
  overflow: hidden;
  max-width: 2560px;
  margin: 0 auto;
  padding-bottom: 3%;
}
@media (max-width: 991px) {
  .sec3 {
    width: 100%;
    height: auto;
    background-position: top center;
  }
}
.sec3 .wrap .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sec3 .wrap .content .main {
  position: static;
  display: flex;
  align-items: center;
  padding: 5% 0 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main {
    width: 100%;
    padding: 10% 0 0;
  }
}
.sec3 .wrap .content .main img {
  width: 100%;
}
.sec3 .wrap .content .main .section_wrap {
  width: 100%;
  background: linear-gradient(180deg, #004428 0%, #368846 100%);
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .sec3 .wrap .content .main .section_wrap {
    width: 95%;
  }
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap {
    width: 94%;
    border: none;
  }
}
.sec3 .wrap .content .main .section_wrap .note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Chiron GoRound TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.sec3 .wrap .content .main .section_wrap .note .title {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-shadow: 0 2px 2px rgba(118, 57, 144, 0.8705882353);
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .title {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.sec3 .wrap .content .main .section_wrap .note .title::after, .sec3 .wrap .content .main .section_wrap .note .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fffd73;
  margin: 10px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 2px rgba(118, 57, 144, 0.8705882353);
}
.sec3 .wrap .content .main .section_wrap .note ul {
  list-style-type: disc;
  color: #fff;
  width: 85%;
  line-height: 1.8rem;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note ul {
    width: 90%;
  }
}
.sec3 .wrap .content .main .section_wrap .note ul li {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note ul li {
    font-size: 13px;
  }
}
.sec3 .wrap .content .main .section_wrap .note ul a {
  color: #fffb00;
}
.sec3 .wrap .content .main .section_wrap .note .rules {
  width: 85%;
  margin: 30px 0 0;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .rules {
    width: 90%;
  }
}
.sec3 .wrap .content .main .section_wrap .note .rules .title2 {
  color: #fff;
  width: 100%;
  text-align: left;
  color: #fdff69;
  text-indent: -5px;
  margin-bottom: 2px;
}
.sec3 .wrap .content .main .section_wrap .note .rules p {
  font-size: 14px;
  text-align: left;
}
.sec3 .wrap .content .main .section_wrap .note .block {
  padding: 20px;
  border-radius: 10px;
  background: rgba(168, 238, 131, 0.7647058824);
  border: 2px dotted #fff;
  margin: 10px 0;
  width: 85%;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .block {
    width: 90%;
    padding: 10px;
  }
}
.sec3 .wrap .content .main .section_wrap .note .block .sub_title {
  color: #00612c;
  margin-bottom: 10px;
  font-weight: bold;
}
.sec3 .wrap .content .main .section_wrap .note .block ol {
  width: 100%;
}
.sec3 .wrap .content .main .section_wrap .note .block ol li {
  display: flex;
  line-height: 2rem;
  padding: 5px 0;
  align-items: center;
  font-size: 13px;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .block ol li {
    flex-direction: column;
    font-size: 12px;
  }
}
.sec3 .wrap .content .main .section_wrap .note .block ol li div {
  line-height: 20px;
  color: #074022;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .block ol li div {
    padding: 5px;
    width: 100%;
  }
}
.sec3 .wrap .content .main .section_wrap .note .block ol li .s1 {
  padding: 0px 15px;
  background: #007b2b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  flex: 0 0 30%;
  font-size: 13px;
  margin-right: 5px;
  min-width: 280px;
  height: 30px;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .block ol li .s1 {
    padding: 5px;
  }
}
.sec3 .wrap .content .main .section_wrap .note .block ol li .s2 {
  margin: 0 5px;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 0 5px #006e16;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .section_wrap .note .block ol li .s2 {
    margin-left: 0;
    text-align: left;
    justify-content: flex-start;
  }
}
.sec3 .wrap .content .main .bot_note {
  margin: 20px auto;
  text-align: center;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .bot_note {
    width: 95%;
  }
  .sec3 .wrap .content .main .bot_note br {
    display: none;
  }
}
.sec3 .wrap .content .main .bot_note .tit {
  background: #fff279;
  color: #144b00;
  border-radius: 30px;
  padding: 5px 15px;
  display: block;
  width: 150px;
  text-align: center;
  margin: 10px auto;
  box-shadow: 0 3px 0px 0px #279100;
}
.sec3 .wrap .content .main .bot_note .txt {
  color: #fff;
  line-height: 1.5rem;
  font-size: 14px;
  text-shadow: 0 0 5px #006e16;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .sec3 .wrap .content .main .bot_note .txt {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.5rem;
  }
}

.lity-content {
  border: solid #ab9787 1px;
  max-height: 85%;
  overflow-y: auto;
}
.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/2026/0324_wihbkd2j8a/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: 900px;
}

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

.lity-content {
  border: none;
  width: 100%;
}
.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-content {
  background-color: rgba(255, 21, 21, 0);
}

.lity-box.type1 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.lity-box.type2 {
  border: none;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.lity-container {
  width: 90%;
  max-width: 900px;
}

.pop_container {
  padding: 5% 10%;
  background: #e9fced;
  max-height: 80vh;
  overflow-y: auto;
}
.pop_container::-webkit-scrollbar {
  width: 0;
}
.pop_container::-webkit-scrollbar-track {
  background-color: rgba(0, 208, 255, 0.852);
}
.pop_container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 177, 253, 0.84);
  border-radius: 5px;
}
@media (max-width: 991px) {
  .pop_container {
    padding: 5% 8%;
  }
}
.pop_container .header {
  padding: 2% 0 3%;
  text-align: center;
}
.pop_container .header img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pop_container .header img {
    width: 100%;
  }
}
.pop_container .content {
  overflow-y: auto;
}
.pop_container .content table th {
  border: 1px solid #1ba226;
  text-align: center;
  padding: 1rem;
}
.pop_container .content table th.th_header {
  background: #1ba226;
  color: #fff;
}
.pop_container .content table th.row_header, .pop_container .content table th.row_last {
  width: 20%;
  background: #7eca82;
  color: #ffffff;
}
.pop_container .content table th.row_content {
  width: auto;
  background: #7eca82;
  color: #ffffff;
}
.pop_container .content table td {
  color: #333333;
  background: #fff;
  border: 1px solid #7eca82;
  text-align: center;
  padding: 1rem;
}
.pop_container .content table td:nth-of-type(2) {
  /* text-align: left; */
  text-align: center;
}

.type2 {
  background: #e9fced;
}
.type2 .content {
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.type2 .content .title {
  text-align: center;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 2%;
  width: 80%;
}
@media (max-width: 991px) {
  .type2 .content .title {
    width: 50%;
  }
}
.type2 .content .title img {
  width: 100%;
  max-width: 300px;
}
.type2 .content .bot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.type2 .content .bot_btns .btn1 {
  background: #087214;
  color: #ffffff;
  border-radius: 30px;
  width: 120px;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.type2 .content .bot_btns .btn2 {
  background: #ffb413;
  color: #fff;
  border-radius: 30px;
  width: 120px;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.form-container .form-submit {
  background: #ffb413;
  color: #ffffff;
  border-radius: 30px;
  max-width: 150px;
  padding: 10px;
  margin: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-container .form-row .form_group {
  width: 100%;
  margin-bottom: 10px;
  flex-direction: column;
  border: 1px solid #a5d9a8;
}
.form-container .form-row .form_group.nobor {
  border: none;
}
.form-container .form-row .form_group.half {
  width: 49.2%;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.half {
    width: 100%;
  }
}
.form-container .form-row .form_group.row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.row {
    flex-direction: column;
  }
}
.form-container .form-row .form_group.row .sp {
  width: 45%;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.row .sp {
    width: 100%;
  }
}
.form-container .form-row .form_group.agreeGroup {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.1rem;
  margin: 0 0 1%;
  color: #37753b;
  font-size: 12px;
  background: #a3e3a8;
  padding: 10px 20px;
  border-radius: 0%;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.agreeGroup {
    font-size: 2vw;
  }
  .form-container .form-row .form_group.agreeGroup br {
    display: none;
  }
}
.form-container .form-row .form_group.agreeGroup .agree {
  margin: 0 10px 0 0;
}
.form-container .form-row .form_group.yn label {
  width: 47%;
  margin: 2% 1%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  padding: 10px;
  border-radius: 30px;
}
.form-container .form-row .form_group.yn input {
  width: auto !important;
  margin-left: 10px;
  max-width: 30px;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group.yn input {
    font-size: 13px;
    transform: scale(0.8);
  }
}
.form-container .form-row .form_group .form_label {
  background: #1ba226;
  color: #fff;
  width: 100%;
  padding: 20px 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_label {
    font-size: 3vw;
    padding: 10px 0;
  }
}
.form-container .form-row .form_group .form_label.sp {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_label.sp {
    padding-bottom: 10px;
  }
}
.form-container .form-row .form_group .form_label span {
  font-size: 12px;
  margin-top: 5px;
  color: #fff;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_label span {
    font-size: 1.8vw;
  }
}
.form-container .form-row .form_group .form_input-area {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .form-row .form_group .form_input-area.up {
  position: relative;
}
.form-container .form-row .form_group .form_input-area.up::after {
  content: "點擊可上傳圖片";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #575658;
  font-size: 16px;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_input-area.up::after {
    font-size: 2.5vw;
  }
}
.form-container .form-row .form_group .form_input-area textarea {
  border: none;
  width: 100%;
  padding: 5%;
  text-align: center;
  color: #575658;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100%;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_input-area textarea {
    font-size: 2.5vw;
  }
}
.form-container .form-row .form_group .form_input-area input {
  border: none;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #575658;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container .form-row .form_group .form_input-area input.upload {
  min-height: 100px;
  opacity: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .form-container .form-row .form_group .form_input-area input {
    font-size: 2.5vw;
  }
}
.preview {
  width: auto;
  height: auto;
  min-height: 100px;
}
/*# sourceMappingURL=style.css.map */