@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chango&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
  font-weight: 500;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*自訂*/
a {
  text-decoration: none;
  outline: none;
}

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #6e6360;
  letter-spacing: 1px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  outline: none;
  border-radius: none;
}

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block;
}

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; /*透明*/
}

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
}

button {
  outline: none;
  border: none;
  background-color: none;
}

input[type=checkbox] {
  accent-color: #9fb0ff;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
}

.codeBox.thin .gc-reset {
  top: -1px;
}

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important;
}

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important;
}

html {
  font-size: 16px;
}

main {
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
}

body {
  background-color: #effafc;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  height: auto;
  display: block;
}

.l-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-wrapper {
    width: 95%;
  }
}

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

.l-wrapperSub {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-wrapperSub {
    width: 90%;
  }
}

.l-wrapperThird {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .l-wrapperThird {
    width: 90%;
  }
}

.l-overflowY {
  overflow-y: hidden;
}

.l-overflow {
  overflow: hidden;
}

.l-footerColor {
  background-color: #06090a;
  z-index: 1;
}

.l-link {
  display: inline-block;
}
.l-link a {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #9d3cd0;
}
.l-link a:hover {
  opacity: 0.5;
}

.l-marginTb10 {
  margin: 10% 0;
}

.l-notice {
  color: #cd4350;
}

.l-fontJosefin {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}

.l-fontLato {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.l-fontGradient {
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 224, 239)), color-stop(40%, rgb(149, 239, 248)), color-stop(60%, rgb(233, 212, 255)));
  background: linear-gradient(90deg, rgb(38, 224, 239) 0%, rgb(149, 239, 248) 40%, rgb(233, 212, 255) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.l-borderGradient {
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
}

.l-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.06)), color-stop(100%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.35) 100%, rgba(255, 255, 255, 0.06) 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-12deg) translateX(0);
          transform: skewX(-12deg) translateX(0);
  opacity: 1;
  will-change: transform, opacity;
  z-index: 1;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: none;
}
.modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.modal-wrapper {
  position: relative;
  width: 55%;
  height: 100%;
  max-width: 1280px;
  max-height: 85vh;
  background-image: url("../img/bg_city03.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.modal-wrapper .triangle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  border-top: 20px solid #e3dbff;
  border-right: 140px solid transparent;
  border-left: 140px solid transparent;
}
.modal-wrapper .triangle-top {
  top: -1px;
}
.modal-wrapper .triangle-bottom {
  bottom: -1px;
  border-top: none;
  border-bottom: 20px solid #e3dbff;
}
.modal-close {
  color: #7fe7e7;
  position: absolute;
  right: 1%;
  top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 20;
}
.modal-body {
  padding: 5% 8%;
  overflow-y: scroll;
  max-height: 85vh;
}
.modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-body::-webkit-scrollbar-track {
  background: #c6b7ff;
}
.modal-body::-webkit-scrollbar-thumb {
  background: #8379a9;
  border-radius: 10px;
}
.modal-body .news-area {
  margin: 2% 0 0;
}
@media screen and (max-width: 1280px) {
  .modal-wrapper {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .modal-wrapper {
    width: 95%;
  }
}

.text-x {
  font-size: 7rem;
  font-weight: 200;
  margin: 0 0 -20px 0;
}
.text-close {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2rem;
  font-weight: 300;
  padding: 0 9px 0 0;
}
@media screen and (max-width: 640px) {
  .text-x {
    font-size: 5rem;
  }
}

.modal-battle .title-en {
  font-weight: 300;
  color: #feecfe;
  font-size: clamp(1.125rem, 12vw, 8rem);
}

.content-section {
  margin: 1% 0;
}
.content-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 20px;
  margin: 5px 0;
  background-color: #e3dbff;
}
.content-info {
  padding: 0 20px;
}
.content-info p {
  margin: 5px 0;
  line-height: 22px;
}
.content-list li {
  margin: 5px 0;
  line-height: 22px;
}
.content-example {
  padding: 10px 20px;
  background-color: #ede8ff;
  margin: 1% 0;
}
.content-example .title {
  font-size: 1.6rem;
  font-weight: 300;
  color: #9171ff;
}
.content-example p {
  line-height: 22px;
}
.content-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-team-data {
  width: 100%;
  height: 160px;
  background-image: url("../img/bg_search01.jpg");
  background-size: 100%;
  background-position: 100% 75%;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #8bf5ed;
}
@media screen and (max-width: 680px) {
  .content-team-data {
    height: 35vw;
  }
}

.step-info {
  width: calc(33.3333333333% - 10px);
  height: 66px;
  background-image: url("../img/bg_purple03.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}
.step-info .step {
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 35px;
  font-weight: 300;
  color: #e3dbff;
  font-style: italic;
}
@media screen and (max-width: 580px) {
  .step-info {
    width: 100%;
    margin: 2% 0;
  }
}

.icon-list {
  color: #c6b7ff;
  margin: 0 5px 0 0;
}

.l-backgroundYellow {
  background-color: #fff6d8;
}

.team-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.team-field .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  color: #cd4350;
  margin: 0.5% 0;
}
.team-field .tips p {
  margin: 0 0 0 5px;
}
.team-field .tips.is-hidden {
  display: none;
}
.team-label {
  margin: 1% 0;
}
.team-data {
  border: 1px solid #c6b7ff;
  padding: 1.5%;
}
.team-select {
  position: relative;
}
.team-select .fa-sort-down {
  position: absolute;
  right: 1.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c6b7ff;
}
.team-select .team-data {
  width: 100%;
}
.team-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e3dbff;
  border: 1px solid #e3dbff;
  padding: 1.5%;
}
.team-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
.team-terms a {
  width: auto;
  color: #9171ff;
}
.team-recaptcha {
  margin: 1% 0;
  background-color: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-button {
  width: 100%;
  padding: 1.8%;
  background-image: url("../img/bg_purple02.jpg");
  background-size: 10%;
  background-position: 0 0;
  background-repeat: repeat;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  text-align: center;
}
.team-button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.team-list {
  margin: 2% 0;
  border: 1px solid #7b5cff;
}
.team-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5%;
  background-color: #c6b7ff;
}
.team-list .team-item:nth-child(odd) {
  background-color: #e3dbff;
}
.team-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5%;
}
.team-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  border: 1px solid #7fe7e7;
  margin: -1px 0 0 0;
}
.team-copy {
  text-align: center;
  width: 20%;
  background-color: #7fe7e7;
  color: #6e6360;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-copy:hover {
  background-color: #26E0EF;
}
.team-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  font-size: 14px;
  border: 1px solid #7fe7e7;
}
.team-leader p {
  padding: 0.8% 2%;
}
.team-define {
  text-align: center;
  width: 20%;
  background-color: #7fe7e7;
  color: #6e6360;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.team-define:hover {
  background-color: #26E0EF;
}
.team-define.is-dele {
  background-color: #6e6360;
  color: #fff;
}
.team-define.is-dele:hover {
  background-color: #6e6360;
}
.team-main {
  margin: 10px 20px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .team-data {
    padding: 2.5%;
  }
  .team-button {
    padding: 3.8%;
  }
}
@media screen and (max-width: 680px) {
  .team-code {
    width: 100%;
  }
  .team-copy {
    width: 100%;
    padding: 4%;
  }
  .team-leader {
    width: 100%;
  }
  .team-define {
    width: 100%;
    padding: 4%;
  }
  .team-data {
    padding: 4.5%;
  }
  .team-button {
    padding: 5.8%;
  }
  .team-field {
    margin: 7% 0;
  }
}

.check-input {
  display: none;
}
.check-box {
  width: 18px;
  height: 18px;
  border: 2px solid #9171ff;
  border-radius: 2px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 5px 0 0;
}

.check-input:checked + .check-box {
  background: #7b5cff;
}

.check-input:checked + .check-box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.team-recaptcha .codeBox.thin {
  height: 55px;
}

.link-search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  color: #9171ff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.link-search:hover {
  opacity: 0.8;
}

.list-num {
  width: 20%;
}
.list-name {
  width: 80%;
  padding: 0 0 0 4%;
}
@media screen and (max-width: 680px) {
  .list-num {
    width: 20%;
  }
}

.team-search-list {
  display: none;
}
.team-search-list .event-head {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team-search-list .event-head .title {
  font-size: clamp(1.125rem, 12vw, 5rem);
  color: #8bf5ed;
}
.team-search-list .line {
  display: block;
  background: #8bf5ed;
  width: 50px;
  height: 2px;
  margin: -5px 0 20px 0;
}

.content-team-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-team-info--flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-team-test .team-leader {
  width: 100%;
}
@media screen and (max-width: 680px) {
  .content-team-code {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team-info-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.test-account {
  width: calc(33.3333333333% - 20px);
  border: 1px solid #26E0EF;
  margin: 1%;
}
.test-class {
  text-align: center;
  background-color: #7fe7e7;
  padding: 3%;
}
.test-account-info {
  font-size: 14px;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .test-account {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .test-account {
    width: calc(100% - 0px);
  }
}

.content-info .test-class {
  margin: 0;
}

.l-paddingRL0 {
  padding: 0;
}

@-webkit-keyframes scanlinesMove {
  0% {
    background-position-x: 0;
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  41% {
    opacity: 1;
  }
  42% {
    opacity: 0.4;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  43% {
    opacity: 1;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  60% {
    opacity: 0.3;
  }
  61% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  81% {
    opacity: 1;
  }
  100% {
    background-position-x: 8px;
    opacity: 1;
  }
}

@keyframes scanlinesMove {
  0% {
    background-position-x: 0;
    opacity: 1;
  }
  40% {
    opacity: 0.6;
  }
  41% {
    opacity: 1;
  }
  42% {
    opacity: 0.4;
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  43% {
    opacity: 1;
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  60% {
    opacity: 0.3;
  }
  61% {
    opacity: 1;
  }
  80% {
    opacity: 0.5;
  }
  81% {
    opacity: 1;
  }
  100% {
    background-position-x: 8px;
    opacity: 1;
  }
}
@-webkit-keyframes scanFlash {
  0% {
    -webkit-transform: skewX(-12deg) translateX(0);
            transform: skewX(-12deg) translateX(0);
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  12% {
    opacity: 0.9;
  }
  22% {
    -webkit-transform: skewX(-12deg) translateX(520%);
            transform: skewX(-12deg) translateX(520%);
    opacity: 0;
  }
  100% {
    -webkit-transform: skewX(-12deg) translateX(520%);
            transform: skewX(-12deg) translateX(520%);
    opacity: 0;
  }
}
@keyframes scanFlash {
  0% {
    -webkit-transform: skewX(-12deg) translateX(0);
            transform: skewX(-12deg) translateX(0);
    opacity: 0;
  }
  8% {
    opacity: 0;
  }
  12% {
    opacity: 0.9;
  }
  22% {
    -webkit-transform: skewX(-12deg) translateX(520%);
            transform: skewX(-12deg) translateX(520%);
    opacity: 0;
  }
  100% {
    -webkit-transform: skewX(-12deg) translateX(520%);
            transform: skewX(-12deg) translateX(520%);
    opacity: 0;
  }
}
@-webkit-keyframes scaleSize {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.0009);
            transform: scale(1.0009);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleSize {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.0009);
            transform: scale(1.0009);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kvFloat {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes kvFloat {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes sloganBlinkJump {
  0%, 18%, 22%, 42%, 44%, 100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate(0, 0);
            transform: translateY(-50%) translate(0, 0);
  }
  20% {
    opacity: 0.4;
    -webkit-transform: translateY(-50%) translate(-2px, 1px);
            transform: translateY(-50%) translate(-2px, 1px);
  }
  21% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate(2px, -1px);
            transform: translateY(-50%) translate(2px, -1px);
  }
  43% {
    opacity: 0.5;
    -webkit-transform: translateY(-50%) translate(1px, 2px);
            transform: translateY(-50%) translate(1px, 2px);
  }
  44% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate(0, 0);
            transform: translateY(-50%) translate(0, 0);
  }
}
@keyframes sloganBlinkJump {
  0%, 18%, 22%, 42%, 44%, 100% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate(0, 0);
            transform: translateY(-50%) translate(0, 0);
  }
  20% {
    opacity: 0.4;
    -webkit-transform: translateY(-50%) translate(-2px, 1px);
            transform: translateY(-50%) translate(-2px, 1px);
  }
  21% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate(2px, -1px);
            transform: translateY(-50%) translate(2px, -1px);
  }
  43% {
    opacity: 0.5;
    -webkit-transform: translateY(-50%) translate(1px, 2px);
            transform: translateY(-50%) translate(1px, 2px);
  }
  44% {
    opacity: 1;
    -webkit-transform: translateY(-50%) translate(0, 0);
            transform: translateY(-50%) translate(0, 0);
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv-background {
  max-width: 2000px;
  width: 100%;
  max-height: 857px;
  height: 105vh;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.kv-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.kv-slogan {
  max-width: 369px;
  width: 43vw;
  position: absolute;
  top: 40%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.kv-slogan img {
  max-width: 100%;
  margin: 0 auto;
}
.kv-slogan.show {
  -webkit-animation: sloganBlinkJump 1.8s infinite;
          animation: sloganBlinkJump 1.8s infinite;
}
.kv-jobWrapper {
  max-width: 1024px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 60%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .kv-background {
    height: 66vw;
  }
}
@media screen and (max-width: 1200px) {
  .kv-background {
    background-position: 15% 0;
  }
  .kv-jobWrapper {
    left: 56%;
  }
}
@media screen and (max-width: 1024px) {
  .kv-background {
    height: 140vw;
  }
  .kv-slogan {
    top: 50%;
    left: 3%;
  }
}
@media screen and (max-width: 900px) {
  .kv-jobWrapper {
    left: 60%;
  }
}
@media screen and (max-width: 800px) {
  .kv-background {
    height: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .kv-jobWrapper {
    left: 36%;
  }
  .kv-background {
    height: 125vw;
  }
  .kv-slogan {
    top: 58%;
    left: 4%;
  }
}
@media screen and (max-width: 680px) {
  .kv-jobWrapper {
    left: 23%;
  }
}
@media screen and (max-width: 540px) {
  .kv-slogan {
    width: 58vw;
  }
}
@media screen and (max-width: 480px) {
  .kv-jobWrapper {
    left: 33%;
  }
}

.triangle {
  z-index: 5;
  position: absolute;
  pointer-events: none;
}
.triangle img {
  max-width: 100%;
}
.triangle--top {
  top: -7%;
  left: 0;
}
.triangle--bottom {
  left: 0;
  bottom: -1%;
}
@media screen and (max-width: 480px) {
  .triangle--top {
    top: 0;
  }
}

.job {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.job.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.job-job01 {
  bottom: 0;
  z-index: 5;
}
.job-job02 {
  bottom: 0;
  left: 410px;
  z-index: 4;
}
.job-job03 {
  left: 388px;
  bottom: -39px;
  z-index: 3;
}
.job-job04 {
  left: -4%;
  bottom: 0;
  z-index: 2;
}
.job-job05 {
  top: -180px;
  left: -12%;
}
@media screen and (max-width: 1280px) {
  .job-job04 {
    left: -1%;
  }
  .job-job05 {
    top: -220px;
    left: -10%;
  }
}
@media screen and (max-width: 900px) {
  .job-job03 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .job-job01 {
    max-width: 995px;
    width: 157vw;
    left: 18vw;
  }
  .job-job02 {
    max-width: 587px;
    width: 86.43vw;
    left: 69vw;
    bottom: 7vw;
  }
  .job-job04 {
    max-width: 632px;
    width: 102.29vw;
    bottom: 3vw;
    left: 12vw;
    z-index: 4;
  }
  .job-job05 {
    max-width: 1053px;
    width: 155vw;
    top: -25vw;
    left: 3vw;
  }
}
@media screen and (max-width: 680px) {
  .job-job01 {
    width: 145vw;
  }
  .job-job04 {
    bottom: -5vw;
    left: 10vw;
  }
}

.link-home {
  width: 100%;
}
.link-home img {
  max-width: 238px;
  width: 100%;
  margin: 0 58px;
}
@media screen and (max-width: 768px) {
  .link-home img {
    margin: 0 auto 0 35px;
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .link-home img {
    width: 65%;
  }
}

.menu {
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.menu-wrapper {
  position: absolute;
  right: 1%;
  top: calc(6.5% - 35px);
  z-index: 15;
}
.menu-ro {
  background-image: url("../img/icon_ro.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-ro:hover {
  background-image: url("../img/icon_ro_hover.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-user {
  background-image: url("../img/icon_user.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-user:hover {
  background-image: url("../img/icon_user_hover.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-download {
  background-image: url("../img/icon_down.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-download:hover {
  background-image: url("../img/icon_down_hover.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-fb {
  background-image: url("../img/icon_fb.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-fb:hover {
  background-image: url("../img/icon_fb_hover.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-baha {
  background-image: url("../img/icon_baha.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.menu-baha:hover {
  background-image: url("../img/icon_baha_hover.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .menu {
    width: 35px;
    height: 35px;
  }
  .menu-wrapper {
    top: 5px;
    right: initial;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.kv-scanlines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.kv-scanlines::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0px, rgba(255, 151, 208, 0.822) 1px, transparent 1px, transparent 4px);
  background-size: 4px 100%;
  background-position: 0 0;
  -webkit-animation: scanlinesMove 1.4s linear infinite;
          animation: scanlinesMove 1.4s linear infinite;
  will-change: background-position;
}

.kv-scanlines::after {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.06)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(80%, rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.06) 80%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-12deg) translateX(0);
          transform: skewX(-12deg) translateX(0);
  opacity: 0;
  -webkit-animation: scanFlash 3.6s ease-out infinite;
          animation: scanFlash 3.6s ease-out infinite;
  will-change: transform, opacity;
}

#fireCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 12;
}

.event-head {
  text-align: center;
  margin: 0 0 2%;
}
.event-body-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 2% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-body-left {
  width: 581px;
  max-height: 210px;
  height: 100vh;
  overflow-y: scroll;
  padding: 0 10px 0 0;
}
.event-body-left::-webkit-scrollbar {
  width: 6px;
}
.event-body-left::-webkit-scrollbar-track {
  background: #c6b7ff;
}
.event-body-left::-webkit-scrollbar-thumb {
  background: #8379a9;
  border-radius: 10px;
}
.event-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5% auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .event-login {
    margin: 8% auto 5%;
  }
}
.event-login .line {
  width: 80%;
  height: 2px;
  background: #26E0EF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 224, 239)), color-stop(47%, rgb(149, 239, 248)), to(rgb(233, 212, 255)));
  background: linear-gradient(90deg, rgb(38, 224, 239) 0%, rgb(149, 239, 248) 47%, rgb(233, 212, 255) 100%);
}
.event-login .line--colorChange {
  background: -webkit-gradient(linear, right top, left top, from(rgb(38, 224, 239)), color-stop(47%, rgb(149, 239, 248)), to(rgb(233, 212, 255)));
  background: linear-gradient(-90deg, rgb(38, 224, 239) 0%, rgb(149, 239, 248) 47%, rgb(233, 212, 255) 100%);
}
@media screen and (max-width: 768px) {
  .event-login .line {
    width: 20%;
  }
}
.event-login .login-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 650px;
  margin: 0 2%;
  background-image: url("../img/bg_evt02.jpg");
  background-size: cover;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 15px;
  border-radius: 60px 20px;
  overflow: hidden;
}
.event-login .login-button-title {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 1.5%;
}
.event-login .login-button p {
  width: 100%;
}
.event-login .login-button::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 11px);
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #85f4ec, #fef4a5) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#85f4ec), to(#fef4a5)) 1;
     border-image: linear-gradient(90deg, #85f4ec, #fef4a5) 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.event-login .login-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.06)), color-stop(100%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.35) 100%, rgba(255, 255, 255, 0.06) 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-12deg) translateX(0);
          transform: skewX(-12deg) translateX(0);
  opacity: 1;
  will-change: transform, opacity;
  z-index: 1;
  pointer-events: none;
}
.event-login .login-button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.event-login .login-button:hover::before {
  -webkit-animation: scanFlash 3s ease-out;
          animation: scanFlash 3s ease-out;
}
@media screen and (max-width: 1200px) {
  .event-body-right {
    width: 100%;
  }
  .event-body-right .entry-live {
    width: 100%;
    height: 200px;
  }
  .event-body-left {
    width: 100%;
  }
}

.is-logInOut {
  display: none;
}

.news-area {
  margin: 12% 0 0;
}
.news-list {
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  margin: 0 0 1% 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #6e6360;
}
.news-list p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.news-live {
  max-width: 100%;
}

.date-acc {
  font-size: 0.8rem;
}
.date-day {
  font-size: 3rem;
  font-weight: 300;
  color: #fe9dd8;
  margin: 0 1%;
}

.entry {
  font-size: 1rem;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.06)), color-stop(100%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.35) 100%, rgba(255, 255, 255, 0.06) 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-12deg) translateX(0);
          transform: skewX(-12deg) translateX(0);
  opacity: 1;
  will-change: transform, opacity;
  z-index: 1;
  pointer-events: none;
}
.entry:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.entry:hover::before {
  -webkit-animation: scanFlash 3s ease-out;
          animation: scanFlash 3s ease-out;
}
.entry-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5% 0 -15%;
  position: relative;
  z-index: 7;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-text {
  margin: 18px 0;
  text-align: center;
}
.entry-text-title {
  font-size: 2em;
  font-weight: 300;
}
.entry-text-subtitle {
  font-size: 0.9em;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
.entry-rules {
  margin: 40px 0;
}
.entry-join {
  margin: 40px 0;
}
.entry-schedule {
  margin: 40px 0;
}
.entry-job {
  position: absolute;
  bottom: 0;
}
.entry-job-01 {
  left: -220px;
}
.entry-job-02 {
  left: -280px;
}
.entry-job-03 {
  left: -290px;
}
.entry-job-04 {
  left: -145px;
}
.entry-job-05 {
  left: -200px;
}
.entry {
  background-image: url("../img/bg_evt.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  width: 260px;
  height: 521px;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
  cursor: pointer;
}
.entry::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 11px);
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.entry-schedule {
  color: #6e6360;
}
.entry-live {
  margin: 0;
  width: 580px;
  height: 210px;
}
.entry-live .entry-text {
  position: relative;
  z-index: 2;
  text-align: left;
  color: #6e6360;
  margin: 20px;
}
.entry-live .entry-job-08 {
  right: -36%;
  bottom: -103px;
}
@media screen and (max-width: 1366px) {
  .entry-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .entry {
    width: 360px;
    height: 330px;
    margin: 15px;
  }
  .entry-job-01 {
    bottom: -190px;
    left: -48%;
  }
  .entry-job-02 {
    bottom: -105px;
    left: -65%;
  }
  .entry-job-03 {
    left: -70%;
    bottom: -150px;
  }
  .entry-job-04 {
    left: -30%;
    bottom: -140px;
  }
  .entry-job-05 {
    left: -50%;
    bottom: -130px;
  }
  .entry-text {
    position: relative;
    z-index: 1;
  }
  .entry::after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .entry-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2% 0 -5%;
  }
  .entry-live {
    margin: 1% 0;
  }
  .entry-live .entry-job-08 {
    bottom: -108px;
    right: -10%;
  }
}
@media screen and (max-width: 768px) {
  .entry {
    width: 350px;
  }
  .entry-live {
    margin: 6% 0 0;
  }
  .entry-live .entry-job-08 {
    right: -20%;
  }
}
@media screen and (max-width: 580px) {
  .entry-live .entry-job-08 {
    right: -245px;
  }
}

.battle {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../img/bg_city01.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.battle .triangle--top {
  top: 0;
}
.battle .triangle--bottom {
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .battle .kv-background {
    background-attachment: scroll;
  }
}

.l-ellipsis {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.l-borderGradient {
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
  padding: 5px;
}

.title {
  font-size: clamp(6rem, 6.5vw, 8rem);
}
.title-en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -5px;
  color: #fe9dd8;
  text-transform: uppercase;
}

.subtitle {
  margin: -10px -10px 0 0;
  font-size: 1rem;
  color: #6e6360;
  letter-spacing: 10px;
}

.resources {
  background-image: url("../img/bg_city02.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 2% 0;
}
.resources .event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.resources .title {
  color: #fff;
  font-size: clamp(3rem, 5vw, 4rem);
}
.resources .subtitle {
  margin: 10px 0 0;
  color: #fff;
}
.resources .line {
  display: block;
  background: #26E0EF;
  background: -webkit-gradient(linear, left top, right top, from(rgb(38, 224, 239)), color-stop(47%, rgb(149, 239, 248)), to(rgb(233, 212, 255)));
  background: linear-gradient(90deg, rgb(38, 224, 239) 0%, rgb(149, 239, 248) 47%, rgb(233, 212, 255) 100%);
  width: 200px;
  height: 4px;
}
.resources-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resources-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 230px;
  width: 100%;
  height: 85px;
  color: #fff;
  cursor: pointer;
  background-image: url("../img/bg_purple01.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.resources-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.resources-item::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 11px);
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .resources-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resources-item {
    margin: 1%;
  }
}
@media screen and (max-width: 860px) {
  .resources {
    padding: 5% 0 3%;
  }
}

.tournament-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2% 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tournament-list {
  width: 630px;
  height: 410px;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tournament-list::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 11px);
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(180deg, #26e0ef, #95eff8, #e9d4ff) 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.tournament-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 30%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.06)), color-stop(100%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(255, 255, 255, 0.06)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.35) 100%, rgba(255, 255, 255, 0.06) 100%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-12deg) translateX(0);
          transform: skewX(-12deg) translateX(0);
  opacity: 1;
  will-change: transform, opacity;
  z-index: 1;
  pointer-events: none;
}
.tournament-list:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.tournament-list:hover::before {
  -webkit-animation: scanFlash 3s ease-out;
          animation: scanFlash 3s ease-out;
}
.tournament .entry-text {
  color: #fff;
  text-align: left;
  z-index: 1;
  position: relative;
}
.tournament .entry-text-subtitle {
  font-size: 1.4rem;
  font-weight: 300;
  margin: -20px 0 0 16px;
}
.tournament .entry-job-01 {
  left: 0;
}
.tournament .entry-job-02 {
  left: 0;
}
.tournament-rules {
  background-image: url("../img/bg_evt02.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tournament-rules .entry-text-title {
  font-size: 10rem;
  letter-spacing: 0;
  font-weight: 200;
}
.tournament-rewards {
  background-image: url("../img/bg_evt03.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tournament-rewards .entry-text-title {
  font-size: 10rem;
  letter-spacing: 0;
  font-weight: 200;
}
@media screen and (max-width: 1366px) {
  .tournament-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tournament-list {
    width: 460px;
    height: 400px;
    margin: 0 1%;
  }
  .tournament .entry-job-01 {
    bottom: 0;
  }
  .tournament .entry-job-02 {
    left: -5%;
    bottom: 0;
  }
}
@media screen and (max-width: 860px) {
  .tournament-list {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .tournament-list {
    width: 430px;
  }
}
@media screen and (max-width: 540px) {
  .tournament-rules .entry-text-title {
    font-size: 7rem;
  }
  .tournament-rewards .entry-text-title {
    font-size: 7rem;
  }
}

.l-backgroundWhite {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .l-backgroundWhite {
    display: none;
  }
}

.battle {
  background-image: url("../img/bg_city03.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.event-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subtitle {
  margin: 0px -10px 20px 0;
}

.schedule-triangle {
  border-top: 10px solid #e3dbff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
}

.entry-text {
  color: #f0ebea;
}
.entry-text-title {
  font-size: 6rem;
  line-height: 0.9;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.entry-text-subtitle {
  color: #6e6360;
}
.entry-text-round {
  font-size: clamp(6rem, 6.5vw, 8rem);
  margin: 0 0 10px 0;
  font-weight: 300;
}
.entry-text-date {
  font-size: 5rem;
  font-weight: 300;
  margin: 10px 0;
}

.match {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2% 0;
}
.match-team {
  max-width: 530px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-team .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4px;
  background: #85F4EC;
  background: -webkit-gradient(linear, left top, right top, from(rgb(133, 244, 236)), to(rgb(254, 244, 165)));
  background: linear-gradient(90deg, rgb(133, 244, 236) 0%, rgb(254, 244, 165) 100%);
}
.match-schedule {
  margin: 1% 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.match-href {
  width: calc(20% - 10px);
  background-image: url("../img/bg_purple02.jpg");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: repeat;
  padding: 2%;
  color: #242323;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.match-href:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.match-href::after {
  content: "";
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 11px);
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#26e0ef), color-stop(#95eff8), to(#e9d4ff)) 1;
     border-image: linear-gradient(90deg, #26e0ef, #95eff8, #e9d4ff) 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .match {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10% 0;
  }
  .match-href {
    width: calc(50% - 10px);
    margin: 1% 0;
  }
  .match-center {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2% 0;
  }
}
@media screen and (max-width: 540px) {
  .match-href {
    padding: 6%;
  }
}

.line {
  width: 100%;
  height: 2px;
  background: #85F4EC;
  background: -webkit-gradient(linear, left top, right top, from(rgb(133, 244, 236)), to(rgb(254, 244, 165)));
  background: linear-gradient(90deg, rgb(133, 244, 236) 0%, rgb(254, 244, 165) 100%);
  margin: 2% 0 0;
}

.l-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ae98ff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-link:hover {
  color: #fe7ba9;
}

.match-href {
  width: calc(16.6666666667% - 10px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .match-href {
    width: calc(50% - 10px);
    padding: 4%;
  }
}

.match-reward .match-href {
  width: calc(20% - 10px);
}
@media screen and (max-width: 768px) {
  .match-reward .match-href {
    width: calc(50% - 10px);
    padding: 4%;
  }
}

.match-panel {
  display: none;
}

.match-panel.active {
  display: block;
}

.reward-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/bg_purple02.jpg");
  background-size: 50%;
  background-position: 0 0;
  background-repeat: repeat;
  color: #242323;
}
.reward-head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1%;
}
.reward-head li:nth-child(1) {
  width: 20%;
}
.reward-head li:nth-child(2) {
  width: 70%;
}
.reward-head li:nth-child(3) {
  width: 10%;
}
.reward-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3dbfe;
}
.reward-body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1%;
  color: #242323;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.reward-body li:nth-child(1) {
  width: 20%;
  border-right: 1px solid #d3c6ff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reward-body li:nth-child(2) {
  width: 70%;
  border-right: 1px solid #d3c6ff;
  padding: 1% 2%;
}
.reward-body li:nth-child(3) {
  width: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reward-body li.reward-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 24px;
}
.reward-body li img {
  max-width: 75px;
  width: 100%;
  height: auto;
  border: 1px solid #ae98ff;
}
.reward-other {
  line-height: 18px;
  font-size: 13px;
}

.l-tip {
  color: #ff6262;
  font-size: 14px;
}

.l-BackgroundLight {
  background-color: #f3f0ff;
}

.entry-text-round {
  font-size: clamp(3rem, 6.5vw, 8rem);
}
.entry-text-title {
  font-size: clamp(2rem, 6.5vw, 8rem);
}