@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;
}

.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 {
    width: 106%;
    height: auto;
    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;
  }
}

header {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  z-index: 999;
}
header ul.util {
  width: auto;
  height: 50px;
  position: fixed;
  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 a {
  margin-left: 5px;
}
header ul.util li a {
  width: 50px;
  height: 50px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
}
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 {
    top: 0;
    right: 0;
  }
  header ul.util a {
    margin-left: 0;
  }
  header ul.util a.moblie {
    display: none;
  }
}
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: #ffffff;
}
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: #cdacd7;
  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;
  filter: hue-rotate(-130deg) saturate(4.5);
}
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;
  filter: hue-rotate(-130deg) saturate(4.5);
}
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;
  background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sec_0_bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
body::-webkit-scrollbar {
  width: 0.25em;
}
body::-webkit-scrollbar-track {
  background-color: rgba(43, 56, 55, 0.589);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(49, 49, 49, 0.35);
  border-radius: 5px;
}
@media (max-width: 991px) {
  body {
    background-image: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sec_0_bg_m.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

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;
}

#wrap {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.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;
  overflow: hidden;
}

.video-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  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/0626_vfag34p6ay/cover.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

.inner {
  width: 100%;
  height: auto;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1320px;
  z-index: 100;
}
.inner > img {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .inner {
    width: 80%;
    height: auto;
  }
}

.info {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 102px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
.info p {
  font-weight: 600;
}
@media (max-width: 991px) {
  .info p {
    font-size: 0.9rem;
  }
}

.innerBox {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 20px 20px;
  padding: 0rem 0 0;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .innerBox {
    border-radius: 0 0;
  }
}
.innerBox table {
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.innerBox table th {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: center;
  color: #fff;
  padding: 1rem 0.5rem;
  border: solid 1px #fff;
  background-color: #000;
}
@media (max-width: 1023px) {
  .innerBox table th {
    font-size: 0.9rem;
  }
}
.innerBox table td {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 1rem 0.5rem;
  border: solid 1px #fff;
}
@media (max-width: 991px) {
  .innerBox table td {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }
}
.innerBox table td ul {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .innerBox table td ul {
    list-style: disc;
  }
}
.innerBox table td ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 2;
}
@media (max-width: 991px) {
  .innerBox table td ul li {
    margin-left: 1.5rem;
    font-size: 0.8rem;
  }
}
.innerBox table td ul li p {
  text-align: left;
}
.innerBox table td ul li a {
  color: #fff068;
}
.innerBox table td img {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.innerBox a.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 370px;
  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;
}
.innerBox a.btn:hover {
  filter: brightness(1.5);
}
@media (max-width: 991px) {
  .innerBox a.btn {
    font-size: 1rem;
  }
}

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

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

.notice {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 3rem 1rem 3rem 1rem;
  box-sizing: border-box;
  background: #25205d;
}
@media (max-width: 991px) {
  .notice {
    width: 100%;
    padding: 2rem 1rem 2rem 1rem;
  }
}
.notice .notice_wrap {
  max-width: 1050px;
  margin: 0 auto;
}
.notice .notice_wrap h5 {
  font-family: "微軟正黑體";
  text-align: left;
  font-size: 1.1rem;
  color: #a1a9d9;
}
.notice .notice_wrap ul {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 450;
  line-height: 2;
  letter-spacing: 0;
  color: #8789a2;
  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 .notice_wrap ul {
    font-size: 0.7rem;
  }
  .notice .notice_wrap ul li {
    margin-left: 1rem;
  }
}

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("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/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: top center;
  background-repeat: no-repeat;
  padding-bottom: 0;
  background-size: cover;
  transform: translateY(1px);
}
@media (max-width: 991px) {
  .sec0 {
    padding: 4rem 0 0rem 0;
    min-height: 0;
    background-size: 100% 100%;
    background-position: top center;
  }
}
.sec0 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.sec0 .innerR .main {
  width: 100%;
}
.sec0 .innerR .main img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec0 .innerR .main {
    transform: translateX(0);
  }
}
.sec0 .innerR .box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec0 .innerR .box_wrap img {
    width: 100%;
  }
}
.sec0 .innerR .box_notice {
  margin: 1% auto 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_notice {
    width: 70%;
  }
}
.sec0 .innerR .box_notice img {
  width: 100%;
  max-width: 529px;
}
.sec0 .innerR .movie {
  position: absolute;
  width: 658px;
  height: 393px;
  z-index: 999;
  top: 86.5%;
  left: 50%;
  transform: translate(-110px, -474px);
}
@media (max-width: 991px) {
  .sec0 .innerR .movie {
    width: 72%;
    height: 43vw;
    z-index: 998;
    top: 71%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.sec0 .innerR .box_btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media (max-width: 991px) {
  .sec0 .innerR .box_btn {
    width: 100%;
    transform: translateY(-20px);
  }
  .sec0 .innerR .box_btn img {
    width: 100%;
  }
}
.sec0 .innerR .box_btn:hover {
  opacity: 0.8;
}
.sec0 .title {
  margin: 80px auto 40px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .sec0 .title {
    width: 100%;
    margin: 40px auto 40px;
  }
}
@media (max-width: 991px) {
  .sec0 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem 3rem;
    min-height: 0;
  }
}
.sec0 .pc {
  display: block;
}
@media (max-width: 991px) {
  .sec0 .pc {
    display: none !important;
  }
}
.sec0 .mb {
  display: none !important;
}
@media (max-width: 991px) {
  .sec0 .mb {
    display: block !important;
  }
}
.sec0 .badge {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  position: static;
  margin: 30px auto 0;
  z-index: 99;
  left: 50%;
  bottom: 6%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
}
.sec0 .badge a.moblie {
  width: 200px;
  margin: 0 0.5rem;
}
.sec0 .badge a.moblie img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sec0 .badge {
    position: static;
    transform: translate(0, -70%);
    flex-wrap: nowrap;
    margin: 0% auto;
    min-width: 0;
  }
  .sec0 .badge a.moblie {
    margin: 0.5rem;
    width: 170px;
  }
  .sec0 .badge a.moblie.pc {
    display: none;
  }
}

.sec1 {
  width: 100%;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 0;
  transform: translateY(-1px);
}
@media (max-width: 991px) {
  .sec1 {
    padding: 0.5rem 0 0 0;
  }
}
.sec1 .innerR {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.sec1 .innerR .box_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec1 .innerR .box_wrap img {
    width: 100%;
  }
}
.sec1 .innerR .box_wrap .title {
  margin: 1.5rem auto 0rem;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .title {
    margin: 0;
  }
}
.sec1 .innerR .box_wrap .main {
  width: 100%;
  max-width: 949px;
  padding-bottom: 0rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .main {
    width: 90%;
    transform: translate(0, 0);
  }
}
.sec1 .innerR .box_wrap .btnMore {
  position: absolute;
  top: 80.5%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .btnMore {
    width: 88%;
    top: 87%;
  }
}
.sec1 .innerR .box_wrap .login_box {
  width: 100%;
  position: relative;
  margin: -25px auto;
  z-index: 999;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box {
    top: 45.9%;
    background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sec_5_box_bg_m.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box .bg {
    opacity: 0;
  }
}
.sec1 .innerR .box_wrap .login_box .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.sec1 .innerR .box_wrap .login_box .box .login_btn {
  width: 40%;
  max-width: 326px;
  margin-top: 5px;
  display: block;
}
.sec1 .innerR .box_wrap .login_box .box .login_btn:hover {
  opacity: 0.8;
}
.sec1 .innerR .box_wrap .login_box .box .login_btn img {
  width: 100%;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box .box .login_btn {
    width: 86%;
  }
}
.sec1 .innerR .box_wrap .login_box .box .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.8rem;
  font-weight: bold;
}
.sec1 .innerR .box_wrap .login_box .box .bind {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 2rem;
  width: 75%;
  padding-top: 5px;
  padding: 10px;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box .box .bind {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
  }
}
.sec1 .innerR .box_wrap .login_box .box .bind span {
  color: #fff;
}
.sec1 .innerR .box_wrap .login_box .box .bind .items {
  background: #000;
  padding: 0.9rem 0.5rem 0.8rem;
  color: #ac6fff;
  border: 2px solid #6b2ebe;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4392156863);
  border-radius: 10px;
  width: 60%;
  height: 90%;
  font-size: 16px;
  margin: 0.5rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box .box .bind .items {
    display: flex;
    justify-content: center;
    min-width: 0;
    font-size: 2.8vw;
    width: 95%;
    padding: 1rem 0.5rem 1rem;
    text-align: center;
  }
}
.sec1 .innerR .box_wrap .login_box .box .bind .btn_info {
  margin: 0.5rem 0;
  width: 20%;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box .box .bind .btn_info {
    width: 35%;
    margin: 0 0;
  }
}
.sec1 .innerR .box_wrap .login_box .box .bind .btn_info:hover {
  opacity: 0.8;
}
.sec1 .innerR .box_wrap .login_box .box .bind .btn_log {
  margin: 0.5rem 0;
  width: 20%;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .login_box .box .bind .btn_log {
    width: 35%;
    margin: 0 0;
  }
}
.sec1 .innerR .box_wrap .login_box .box .bind .btn_log:hover {
  opacity: 0.8;
}
.sec1 .innerR .box_wrap .login_box img {
  width: 100%;
}
.sec1 .innerR .box_wrap .game_box {
  margin: -90px auto 0;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .game_box {
    margin: 0 auto;
    transform: scale(1.35);
  }
}
.sec1 .innerR .box_wrap .game_box .bg {
  pointer-events: none;
}
.sec1 .innerR .box_wrap .game_box .sq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.sec1 .innerR .box_wrap .game_box .sq .cat {
  position: absolute;
  z-index: 999;
  top: 10.1%;
  left: 28.5%;
  width: 15.7%;
}
.sec1 .innerR .box_wrap .game_box .sq .cat.start {
  top: 7%;
  left: 18%;
  width: 15.7%;
}
.sec1 .innerR .box_wrap .game_box .sq .item {
  position: absolute;
}
.sec1 .innerR .box_wrap .game_box .sq .item img {
  width: 100%;
  opacity: 0;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_1 {
  top: 10.1%;
  left: 28.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/1_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_2 {
  top: 10.1%;
  left: 42%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/2_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_3 {
  top: 10.1%;
  left: 55.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/3_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_4 {
  top: 10.1%;
  left: 69%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/4_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_5 {
  top: 29.3%;
  left: 69%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/5_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_6 {
  top: 48.5%;
  left: 69%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/6_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_7 {
  top: 68%;
  left: 69%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/7_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_8 {
  top: 68%;
  left: 55.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/8_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_9 {
  top: 68%;
  left: 42%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/9_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_10 {
  top: 68%;
  left: 28.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/10_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_11 {
  top: 68%;
  left: 15%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/11_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_12 {
  top: 48.5%;
  left: 15%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/12_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_13 {
  top: 29.3%;
  left: 15%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/13_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_14 {
  top: 29.3%;
  left: 28.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/14_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_15 {
  top: 29.3%;
  left: 42%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/15_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_16 {
  top: 29.3%;
  left: 55.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/16_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_17 {
  top: 48.5%;
  left: 55.5%;
  width: 15.7%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/17_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.item_18 {
  top: 48.5%;
  left: 29.5%;
  width: 28.3%;
  background: url("https://nxtw.dn.nexoncdn.co.kr/hit2/event/2025/0626_vfag34p6ay/content/sq/18_sq.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec1 .innerR .box_wrap .game_box .sq .item.active {
  background: none;
}
.sec1 .innerR .box_wrap .game_box .sq .item.active img {
  opacity: 1;
}
.sec1 .innerR .box_wrap .count {
  margin: -30px auto 0;
  z-index: 999;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count {
    margin-top: 9%;
    width: 100%;
  }
}
.sec1 .innerR .box_wrap .count .box {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 50%;
  width: 75%;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count .box {
    width: 96%;
    padding-left: 9%;
  }
}
.sec1 .innerR .box_wrap .count .box .list {
  color: #fff;
  width: 60%;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count .box .list {
    width: 65%;
  }
}
.sec1 .innerR .box_wrap .count .box .list li {
  display: flex;
  padding: 0px 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count .box .list li {
    font-size: 3.5vw;
  }
}
.sec1 .innerR .box_wrap .count .box .list li .dot {
  position: absolute;
  left: -25px;
  top: 50%;
  width: auto;
  transform: translateY(-40%);
}
.sec1 .innerR .box_wrap .count .box .list li span {
  font-size: 24px;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count .box .list li span {
    font-size: 3.5vw;
  }
}
.sec1 .innerR .box_wrap .count .box .list li div {
  width: 70%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count .box .list li div {
    font-size: 3vw;
  }
  .sec1 .innerR .box_wrap .count .box .list li div img {
    display: none;
  }
}
.sec1 .innerR .box_wrap .count .box .gameBtn {
  width: 50%;
  position: relative;
  top: -10px;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .count .box .gameBtn {
    width: 65%;
    top: -9%;
  }
}
.sec1 .innerR .box_wrap .count .box .gameBtn img {
  width: 100%;
}
.sec1 .innerR .box_wrap .award {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sec1 .innerR .box_wrap .award {
    width: 100%;
  }
}
.sec1 .title {
  margin: 40px auto 0;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  .sec1 .title {
    width: 100%;
  }
}
.sec1 .innerBox {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .sec1 .innerBox {
    width: 100%;
    background-image: none;
    padding: 0 0rem;
  }
}
.sec1 .pc {
  display: block;
}
@media (max-width: 991px) {
  .sec1 .pc {
    display: none !important;
  }
}
.sec1 .mb {
  display: none !important;
}
@media (max-width: 991px) {
  .sec1 .mb {
    display: block !important;
  }
}

.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 {
  border: 7px solid #e1dedb;
  padding: 10px;
}
.lity-box table {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  color: #333;
}
.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 a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 2;
  background-color: #756f6f;
  color: #fff;
  border-radius: 5px;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box a {
    font-size: 0.9rem;
  }
}
.lity-box a:hover {
  background-color: #000;
}
.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/hit2/event/2025/0626_vfag34p6ay/lightbox/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: 96%;
    transform: translateX(2px);
  }
}

.lity-content {
  border: none;
  width: 100%;
}
.lity-content h2 {
  font-family: "微軟正黑體";
}

.lity-box.type1 {
  border: none;
  padding: 0;
  overflow-y: scroll;
  max-height: 500px;
  width: 100%;
}
.lity-box.type1::-webkit-scrollbar {
  width: 0.25em;
  background-color: rgba(43, 56, 55, 0);
}
.lity-box.type1::-webkit-scrollbar-track {
  background-color: rgba(43, 56, 55, 0);
}
.lity-box.type1::-webkit-scrollbar-thumb {
  background-color: #7b16ff;
  border-radius: 5px;
}
.lity-box.type1 th {
  background: #463988;
  color: #fff;
  border: 1px solid #463988;
}
.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: #463988;
  border: 1px solid #463988;
  background: #fff;
}
.lity-box.type1 td .resend_btn {
  background: #f7d668;
  display: ruby;
  padding: 5px 10px;
  letter-spacing: 0;
  width: auto;
  border-radius: 20px;
  color: #3a3e7d;
  margin: 0;
  font-size: 12px;
}

.lity-box.type2 {
  border: none;
  padding: 0;
  width: 600px;
}
@media (max-width: 991px) {
  .lity-box.type2 {
    width: auto;
  }
}
.lity-box.type2 .title {
  background: #463988;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
}
.lity-box.type2 .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
@media (max-width: 991px) {
  .lity-box.type2 .content {
    padding: 2rem 10px;
  }
}
.lity-box.type2 .content select {
  width: 85%;
  background: #dddff8;
  color: #000;
  border: none;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type2 .content select {
    width: 90%;
  }
}
.lity-box.type2 .content .select_name {
  width: 85%;
  background: #dddff8;
  color: #000;
  border: none;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .select_name {
    width: 90%;
  }
}
.lity-box.type2 .content .notice_info {
  width: 85%;
  background: #f3f6ff;
  color: #000;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .notice_info {
    width: 90%;
  }
}
.lity-box.type2 .content .msg {
  width: 85%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .msg {
    width: 90%;
  }
}
.lity-box.type2 .content .bot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .bot_btns {
    width: 90%;
  }
}
.lity-box.type2 .content .bot_btns a {
  border-radius: 30px;
  margin: 0 5px;
  width: 30%;
}
@media (max-width: 991px) {
  .lity-box.type2 .content .bot_btns a {
    width: 45%;
    font-size: 3vw;
    padding: 10px 0;
  }
}
.lity-box.type2 .content .bot_btns a.btn {
  background: #ffe479;
  color: #3a3e7d;
}
.lity-box.type2 .content .bot_btns a.bind_btn {
  background: #ffe479;
  color: #3a3e7d;
}
.lity-box.type2 .content .bot_btns a.cancel_btn {
  background: #8789a2;
  color: #fff;
}
.lity-box.type2 .content .bot_btns a:hover {
  opacity: 0.8;
}

.lity-box.type3 {
  border: none;
  padding: 0;
  width: 600px;
}
@media (max-width: 991px) {
  .lity-box.type3 {
    width: 100%;
  }
}
.lity-box.type3 .title {
  background: #463988;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
}
.lity-box.type3 .content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .lity-box.type3 .content {
    padding: 2rem 10px;
  }
}
.lity-box.type3 .content select {
  width: 85%;
  background: #dddff8;
  color: #000;
  border: none;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type3 .content select {
    width: 90%;
  }
}
.lity-box.type3 .content .select_name {
  width: 85%;
  background: #dddff8;
  color: #000;
  border: none;
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .select_name {
    width: 90%;
  }
}
.lity-box.type3 .content .notice_info {
  width: 85%;
  background: #f3f6ff;
  color: #000;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .notice_info {
    width: 90%;
  }
}
.lity-box.type3 .content .info_box {
  background: #f3f6ff;
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: 0 0 10px;
  padding: 20px;
  font-size: 20px;
}
.lity-box.type3 .content .msg {
  width: 85%;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .msg {
    width: 90%;
  }
}
.lity-box.type3 .content .bot_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .bot_btns {
    width: 90%;
  }
}
.lity-box.type3 .content .bot_btns a {
  border-radius: 30px;
  margin: 0 5px;
  width: 30%;
}
@media (max-width: 991px) {
  .lity-box.type3 .content .bot_btns a {
    width: 45%;
    font-size: 3vw;
    padding: 10px 0;
  }
}
.lity-box.type3 .content .bot_btns a.bind_btn {
  background: #ffe479;
  color: #3a3e7d;
}
.lity-box.type3 .content .bot_btns a.cancel_btn {
  background: #8789a2;
  color: #fff;
}
.lity-box.type3 .content .bot_btns a:hover {
  opacity: 0.8;
}

.log_switch {
  display: flex;
  flex-direction: row;
  width: 99.5%;
}
.log_switch a {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  color: #5d2ba0;
  background: #1c1255;
  padding: 15px;
}
.log_switch a.active {
  background: #770cfe;
  color: #fff;
}/*# sourceMappingURL=style.css.map */