*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #101818;
  color: #FFFFFF;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none;
}

h1, h2, h3, h4, p, figure, ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img, svg, video, canvas {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

::-moz-selection {
  background: #C6FF1E;
  color: #101818;
}

::selection {
  background: #C6FF1E;
  color: #101818;
}

.js-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:root {
  --acc1: #D048F8;
  --acc2: #00D8D0;
  --acc3: #F8D010;
  --navH: 70px;
}

@media screen and (max-width: 1024px) {
  :root {
    --navH: 50px;
  }
}
.container-fluid {
  overflow: visible;
}

.TC {
  text-align: center;
}

.deco {
  position: absolute;
}

main {
  position: relative;
  z-index: 1;
}

*::-moz-selection {
  color: #F8D010;
  background: #D048F8;
}

*::selection {
  color: #F8D010;
  background: #D048F8;
}

::-webkit-scrollbar {
  width: 10px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #F8D010;
}
::-webkit-scrollbar-thumb:hover {
  background: #F8D010;
}

#nav {
  position: fixed;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 995;
  top: 0;
}

.menuBox {
  position: relative;
  width: calc(100% - 180px);
  height: auto;
  z-index: 1;
}

.navBox {
  position: relative;
  width: 100%;
  height: auto;
}
.navBox .navBg {
  position: absolute;
  width: 100%;
  height: 70px;
  background: black;
  top: 0;
  left: 0;
  z-index: 1;
}
.navBox .brookLogo {
  position: relative;
  width: 180px;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .navBox .brookLogo {
    width: 120px;
    height: 60px;
  }
}
.navBox .brookLogo .logoBox {
  position: relative;
  margin: 0 auto;
  width: 75%;
  height: auto;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navBox .brookLogo .logoBox:hover {
  -webkit-filter: drop-shadow(0px 0px 5px white);
          filter: drop-shadow(0px 0px 5px white);
}
.navBox .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 140px);
  height: 70px;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navBox .menuItemBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  list-style-type: none;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1366px) {
  .navBox .menuItemBox {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.navBox li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navBox li:hover .menuItem:after {
  width: 100%;
  height: 4px;
}
.navBox .menuItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 25px;
}
.navBox .menuItem:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F8D010), to(#D048F8));
  background: linear-gradient(90deg, #F8D010 0%, #D048F8 100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1366px) {
  .navBox .menuItem {
    padding: 0 15px;
  }
}
.navBox .navBtn {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 10px;
  z-index: 995;
  cursor: pointer;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 1024px) {
  .navBox .navBtn {
    display: block;
  }
}

.menuItem {
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.menuItem.is-current:after {
  width: 100%;
  height: 4px;
}

.menuItem--join {
  color: #F8D010;
}

.navBtnBox {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 995;
}

.langBox {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  vertical-align: bottom;
  cursor: pointer;
  background: #555;
}
.langBox:hover .langWord {
  background: #eee;
}
.langBox .langWord {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  background: white;
}
.langBox span {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  line-height: 1rem;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
}

.langCaret {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
}
.langCaret:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid white;
}

.lanMenu {
  position: absolute;
  width: 100px;
  height: auto;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 800px) {
  .lanMenu {
    right: 0;
  }
}
.lanMenu .lanBtn {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lanMenu .lanBtn:hover {
  background: #EAEAEA;
}
.lanMenu .lanBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  line-height: 1rem;
  width: 90%;
  height: auto;
  color: #101818;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .navBox .navBg {
    width: 100%;
    height: 50px;
  }
  .menuItem:after {
    display: none;
  }
  .menuBox.active {
    top: 0;
  }
  .menuBox {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
    left: 0;
    background: black;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menuBox .menu {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menuBox .menuItemBox {
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .menuBox li {
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menuBox li .menuItem {
    width: 100%;
    height: auto;
    padding: 20px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menuBox li:hover .menuItem:after {
    width: 0%;
    height: 0px;
  }
  .icon_box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
  }
  .bar_1, .bar_2, .bar_3 {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 100px;
    background-color: white;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            transition-timing-function: cubic-bezier(1, 0, 0, 1);
    left: 2%;
    z-index: 888;
  }
  .bar_1 {
    top: 0;
  }
  .bar_2 {
    top: 11px;
  }
  .bar_3 {
    bottom: 0;
  }
  .icon_box.active .bar_1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
    top: 1px;
  }
  .icon_box.active .bar_2 {
    width: 0;
  }
  .icon_box.active .bar_3 {
    -webkit-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
    bottom: 4px;
  }
  .navBtnBox {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    width: 100%;
    height: auto;
    right: initial;
  }
  .langBox {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .lanMenu {
    position: relative;
    margin: 0 auto;
    top: 0;
  }
}
.secLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(15px, 1.3vw, 30px);
  color: #FFFFFF;
}

.secTitle {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6.4vw, 5.6rem);
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.secTitle .w {
  display: inline-block;
}
.secTitle .w + .w {
  margin-left: 0.22em;
}
.secTitle .w--hl {
  color: #F8D010;
}

body#jp .secTitle,
body#jp .kvTitle,
body#jp .joinPanel_title,
body#zh .secTitle,
body#zh .kvTitle,
body#zh .joinPanel_title,
body#ko .secTitle,
body#ko .kvTitle,
body#ko .joinPanel_title {
  letter-spacing: 0;
}
body#jp .secTitle .w + .w,
body#jp .kvTitle .w + .w,
body#jp .joinPanel_title .w + .w,
body#zh .secTitle .w + .w,
body#zh .kvTitle .w + .w,
body#zh .joinPanel_title .w + .w,
body#ko .secTitle .w + .w,
body#ko .kvTitle .w + .w,
body#ko .joinPanel_title .w + .w {
  margin-left: 0;
}

footer {
  background-repeat: no-repeat;
  background-size: cover;
  background: #212426;
  margin-top: -5% !important;
  z-index: 40;
}

a img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

a img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.footerListTitle {
  font-size: 1.2rem;
  line-height: 1;
  color: #FFF;
  font-weight: 900;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .footerListTitle {
    font-size: 1rem;
    line-height: 1;
  }
}

.footerList {
  padding: 5px 0;
  list-style: none;
}
.footerList a {
  font-size: 1rem;
  line-height: 1;
  color: #eee;
  font-weight: 500;
}
.footerList a:hover {
  text-decoration: underline;
  color: #2B6BFF;
}
@media screen and (max-width: 767px) {
  .footerList a {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}

.footerIconBox {
  padding: 30px 0 30px 0;
  padding: 30px 0 30px 0;
}

.footerIcon.none {
  cursor: default;
}

.footerIcon {
  position: relative;
  width: 22%;
  cursor: pointer;
  margin: 0;
  max-width: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  .footerIcon {
    max-width: 39px;
  }
}
@media screen and (max-width: 767px) {
  .footerIcon {
    max-width: 45px;
  }
}
.footerIcon svg {
  position: relative;
  margin: 0 auto;
  height: auto !important;
  stroke-miterlimit: 10;
  stroke-width: 1.5;
  fill: #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
  border-radius: 100%;
}
.footerIcon svg:hover {
  color: #2B6BFF;
  fill: #2B6BFF;
  border: 2px solid #2B6BFF;
}
.footerIcon a svg {
  width: 100%;
}

.IconMenu.active {
  display: block;
}

.IconMenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  bottom: calc(100% + 20px);
  padding: 5%;
  display: none;
}
@media screen and (max-width: 767px) {
  .IconMenu {
    width: 120px;
    height: auto;
  }
}
.IconMenu:after {
  position: absolute;
  content: "";
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ContentBox {
  font-size: 1rem;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  color: #333;
}
.ContentBox:hover {
  text-decoration: underline;
  color: #2B6BFF;
}

.BoxLine {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background: #333;
}

.contactBtn {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contactBtn:before {
  content: "";
  width: 45%;
  height: 1px;
  background: white;
}
.contactBtn span {
  margin: 0 10px;
  white-space: nowrap;
}
.contactBtn p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contactBtn p {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

.rightWarp {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: black;
}

.rightWord {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
  padding: 0.5%;
  color: white;
}
@media screen and (max-width: 450px) {
  .rightWord {
    font-size: 0.6rem;
    line-height: 1rem;
    width: 90%;
    height: auto;
    padding: 3%;
  }
}

.companyTitle {
  font-size: 1.1rem;
  line-height: 1;
  display: table;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 8px 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .companyTitle {
    font-size: 0.9rem;
    line-height: 1;
  }
}

.scrollToTop {
  position: fixed;
  right: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 28px);
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
          transform: translateY(14px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}

.is-scrolled .scrollToTop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.topBtn {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--acc3);
  border: 2px solid #101818;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 0 #101818;
          box-shadow: 3px 3px 0 #101818;
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
}
.topBtn::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 3px solid #101818;
  border-left: 3px solid #101818;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.topBtn:hover {
  -webkit-transform: translate(-2px, -2px);
      -ms-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 5px 5px 0 #101818;
          box-shadow: 5px 5px 0 #101818;
}

.popObj {
  position: absolute;
  width: 100px;
  height: 100px;
  pointer-events: none;
  will-change: transform;
  --po-tint: rgba(0, 224, 255, 0.62);
}

.popObj_in,
.popObj_fx {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.po_svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.po_spec {
  position: absolute;
  top: 12%;
  left: 16%;
  width: 34%;
  height: 22%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
}

.popObj--pill .po_body {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background-color: var(--po-tint);
  background-image: linear-gradient(158deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.1) 32%, rgba(0, 0, 0, 0.04) 58%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-box-shadow: inset 0 3px 12px rgba(255, 255, 255, 0.85), inset -8px -12px 26px rgba(0, 0, 0, 0.2), inset 10px 12px 30px rgba(255, 255, 255, 0.26), 0 22px 44px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 12px rgba(255, 255, 255, 0.85), inset -8px -12px 26px rgba(0, 0, 0, 0.2), inset 10px 12px 30px rgba(255, 255, 255, 0.26), 0 22px 44px rgba(0, 0, 0, 0.3);
}
.popObj--pill .po_spec {
  top: 16%;
  left: 8%;
  width: 26%;
  height: 30%;
}

.popObj--blob .po_body {
  position: absolute;
  inset: 0;
  border-radius: 58% 42% 47% 53%/52% 56% 44% 48%;
  background-color: var(--po-tint);
  background-image: linear-gradient(158deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.1) 32%, rgba(0, 0, 0, 0.04) 58%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-box-shadow: inset 0 3px 12px rgba(255, 255, 255, 0.85), inset -8px -12px 26px rgba(0, 0, 0, 0.2), inset 10px 12px 30px rgba(255, 255, 255, 0.26), 0 22px 44px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 12px rgba(255, 255, 255, 0.85), inset -8px -12px 26px rgba(0, 0, 0, 0.2), inset 10px 12px 30px rgba(255, 255, 255, 0.26), 0 22px 44px rgba(0, 0, 0, 0.3);
  -webkit-animation: blobMorph 11s ease-in-out infinite;
          animation: blobMorph 11s ease-in-out infinite;
}

@-webkit-keyframes blobMorph {
  0%, 100% {
    border-radius: 58% 42% 47% 53%/52% 56% 44% 48%;
  }
  33% {
    border-radius: 44% 56% 62% 38%/43% 48% 52% 57%;
  }
  66% {
    border-radius: 52% 48% 38% 62%/60% 40% 60% 40%;
  }
}

@keyframes blobMorph {
  0%, 100% {
    border-radius: 58% 42% 47% 53%/52% 56% 44% 48%;
  }
  33% {
    border-radius: 44% 56% 62% 38%/43% 48% 52% 57%;
  }
  66% {
    border-radius: 52% 48% 38% 62%/60% 40% 60% 40%;
  }
}
.po_cube {
  -webkit-filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.34));
          filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.34));
}
.po_cube .po_face {
  fill: var(--po-tint);
  stroke: var(--po-tint);
  stroke-width: 5;
  stroke-linejoin: round;
}
.po_cube .po_face--top {
  -webkit-filter: brightness(1.42) saturate(1.1);
          filter: brightness(1.42) saturate(1.1);
}
.po_cube .po_face--right {
  -webkit-filter: brightness(0.94);
          filter: brightness(0.94);
}
.po_cube .po_face--left {
  -webkit-filter: brightness(0.66);
          filter: brightness(0.66);
}

.po_ribbon polygon {
  fill: rgba(255, 255, 255, 0.95);
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 2.5;
  stroke-linejoin: round;
}
.po_ribbon .po_rb--l {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.po_ribbon .po_rb--r {
  -webkit-filter: brightness(0.88);
          filter: brightness(0.88);
}

.popObj--play .po_squircle {
  position: absolute;
  inset: 0;
  border-radius: 32%;
  background-color: var(--po-tint);
  background-image: linear-gradient(158deg, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.1) 32%, rgba(0, 0, 0, 0.04) 58%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-box-shadow: inset 0 3px 12px rgba(255, 255, 255, 0.85), inset -8px -12px 26px rgba(0, 0, 0, 0.2), inset 10px 12px 30px rgba(255, 255, 255, 0.26), 0 22px 44px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 12px rgba(255, 255, 255, 0.85), inset -8px -12px 26px rgba(0, 0, 0, 0.2), inset 10px 12px 30px rgba(255, 255, 255, 0.26), 0 22px 44px rgba(0, 0, 0, 0.3);
  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;
}
.popObj--play .po_svg {
  position: absolute;
  inset: 0;
}
.popObj--play .po_svg path {
  fill: rgba(255, 255, 255, 0.96);
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.28));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.28));
}

.popObj--ring .po_ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #FF1E8C, #FF6A1E, #FFC01E, #C6FF1E, #00E0FF, #8B3DFF, #FF1E8C);
  -webkit-mask: radial-gradient(closest-side, transparent 0 58%, #000 60% 100%);
  mask: radial-gradient(closest-side, transparent 0 58%, #000 60% 100%);
  -webkit-box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
          box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
}

.popObj--star .po_svg path {
  fill: #101818;
}
.popObj--star.po--onLight .po_svg path {
  fill: #FFFFFF;
}

.popObj--img {
  height: auto;
}
.popObj--img img {
  display: block;
  width: 100%;
  height: auto;
}

.po--pad {
  left: 18%;
  top: 18%;
  width: clamp(80px, 10vw, 180px);
}
.po--pad img {
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.po--house {
  left: 74%;
  top: 14%;
  width: clamp(70px, 7.8vw, 156px);
}
.po--house img {
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.po--play {
  left: 9%;
  top: 44%;
  width: clamp(80px, 8.8vw, 176px);
}
.po--play img {
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.po--chamT {
  left: 82%;
  top: 40%;
  width: clamp(62px, 6.6vw, 132px);
}

.po--chamR {
  left: 15%;
  top: 74%;
  width: clamp(96px, 10.6vw, 212px);
}

.po--clap {
  left: 76%;
  top: 74%;
  width: clamp(74px, 8vw, 160px);
}

.po--coin1 {
  left: 91%;
  top: 60%;
  width: clamp(30px, 3vw, 60px);
}

.po--coin2 {
  left: 36%;
  top: 88%;
  width: clamp(26px, 2.6vw, 52px);
}

.po--s1 {
  left: 51%;
  top: 11%;
  width: 34px;
  height: 34px;
}

.po--s2 {
  left: 73%;
  top: 27%;
  width: 26px;
  height: 26px;
}

.po--s3 {
  left: 27%;
  top: 38%;
  width: 30px;
  height: 30px;
}

.po--s4 {
  left: 58%;
  top: 84%;
  width: 24px;
  height: 24px;
}

.po--w1 {
  left: 8%;
  top: 16%;
  width: 30px;
  height: 30px;
}

.po--w2 {
  left: 88%;
  top: 84%;
  width: 26px;
  height: 26px;
}

.po--w3 {
  left: 13%;
  top: 62%;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 576px) {
  .po--house,
  .po--coin2,
  .po--s2,
  .po--s4,
  .po--w3 {
    display: none;
  }
  .po--pad {
    left: 11%;
    top: 17%;
    width: 84px;
  }
  .po--play {
    left: 68%;
    top: 16%;
    width: 78px;
  }
  .po--chamT {
    left: 75%;
    top: 74%;
    width: 58px;
  }
  .po--chamR {
    left: 5%;
    top: 72%;
    width: 92px;
  }
  .po--clap {
    left: 41%;
    top: 78%;
    width: 74px;
  }
  .po--coin1 {
    left: 87%;
    top: 44%;
    width: 30px;
  }
  .po--s1 {
    left: 46%;
    top: 13%;
    width: 24px;
    height: 24px;
  }
  .po--s3 {
    left: 12%;
    top: 65%;
    width: 22px;
    height: 22px;
  }
  .po--w1 {
    left: 84%;
    top: 22%;
    width: 22px;
    height: 22px;
  }
  .po--w2 {
    left: 6%;
    top: 40%;
    width: 20px;
    height: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .popObj--blob .po_body {
    -webkit-animation: none;
            animation: none;
  }
}
.kv {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  min-height: calc(100svh - 70px);
  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;
  padding: 96px clamp(16px, 4vw, 60px) 120px;
  background: #101818;
  isolation: isolate;
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .kv {
    min-height: calc(100svh - 50px);
    margin-top: 50px;
  }
}

.kvBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.kvBurst {
  position: absolute;
  left: 50%;
  top: 58%;
  width: 220vmax;
  height: 220vmax;
  margin-left: -110vmax;
  margin-top: -110vmax;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.kvBurst--wedge {
  background: conic-gradient(from 0deg at 50% 50%, #FED523 0deg 21.5384615385deg, #000000 21.5384615385deg 30.7692307692deg, #2bd2cd 30.7692307692deg 60.5128205128deg, #FFFFFF 60.5128205128deg 62.5641025641deg, #D34CFF 62.5641025641deg 83.0769230769deg, #FFFFFF 83.0769230769deg 85.1282051282deg, #21ADFA 85.1282051282deg 112.8205128205deg, #FFFFFF 112.8205128205deg 115.8974358974deg, #D34CFF 115.8974358974deg 144.6153846154deg, #000000 144.6153846154deg 151.7948717949deg, #21ADFA 151.7948717949deg 181.5384615385deg, #D34CFF 181.5384615385deg 209.2307692308deg, #D34CFF 209.2307692308deg 238.9743589744deg, #FFFFFF 238.9743589744deg 241.0256410256deg, #2bd2cd 241.0256410256deg 276.9230769231deg, #000000 276.9230769231deg 284.1025641026deg, #FFFFFF 284.1025641026deg 287.1794871795deg, #D34CFF 287.1794871795deg 314.8717948718deg, #FFFFFF 314.8717948718deg 316.9230769231deg, #21ADFA 316.9230769231deg 360deg);
}
.kvBurst--wedge::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0deg 30.769deg, rgb(255, 255, 255) 30.769deg 60.513deg, rgba(0, 0, 0, 0) 60.513deg 62.564deg, rgb(255, 93, 243) 62.564deg 83.077deg, transparent 83.077deg 85.128deg, rgb(255, 255, 255) 85.128deg 112.821deg, transparent 112.821deg 115.897deg, rgba(255, 255, 255, 0.76) 115.897deg 144.615deg, rgba(174, 40, 40, 0) 144.615deg 151.795deg, rgba(255, 255, 255, 0.81) 151.795deg 181.538deg, rgba(255, 255, 255, 0.53) 181.538deg 209.231deg, rgba(255, 95, 255, 0.78) 209.231deg 238.974deg, transparent 238.974deg 241.026deg, rgba(255, 255, 255, 0.65) 241.026deg 276.923deg, rgba(255, 255, 255, 0) 276.923deg 287.179deg, rgba(255, 255, 255, 0.67) 287.179deg 314.872deg, rgba(0, 0, 0, 0) 314.872deg 316.923deg, rgba(255, 255, 255, 0.71) 316.923deg 360deg);
  -webkit-mask: radial-gradient(circle at 50% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 40%);
          mask: radial-gradient(circle at 50% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 40%);
}
.kvBurst--wedge::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: conic-gradient(from 0deg at 50% 50%, transparent 0deg 30.769deg, rgba(255, 255, 255, 0) 30.769deg 60.513deg, rgba(0, 0, 0, 0) 60.513deg 62.564deg, rgb(118, 47, 255) 62.564deg 83.077deg, transparent 83.077deg 85.128deg, rgba(255, 255, 255, 0) 85.128deg 112.821deg, transparent 112.821deg 115.897deg, rgba(255, 255, 255, 0) 115.897deg 144.615deg, rgba(174, 40, 40, 0) 144.615deg 151.795deg, rgba(255, 255, 255, 0) 151.795deg 181.538deg, rgba(255, 255, 255, 0) 181.538deg 209.231deg, rgba(73, 62, 234, 0.78) 209.231deg 238.974deg, transparent 238.974deg 241.026deg, rgba(255, 255, 255, 0) 241.026deg 276.923deg, rgba(255, 255, 255, 0) 276.923deg 287.179deg, #821fee 287.179deg 314.872deg, rgba(0, 0, 0, 0) 314.872deg 316.923deg, rgba(255, 255, 255, 0) 316.923deg 360deg);
  -webkit-mask: radial-gradient(circle at 50% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%);
          mask: radial-gradient(circle at 50% 50%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 50%);
}

.kvBurst--ray {
  background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0.16) 0deg 1.1deg, transparent 1.1deg 5.6deg);
  mix-blend-mode: overlay;
  opacity: 0.8;
}

.kvGlow {
  position: absolute;
  left: 50%;
  top: 56%;
  width: min(50vw, 1800px);
  height: min(50vw, 1800px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: radial-gradient(circle at 50% 50%, white 0%, rgba(255, 255, 255, 0.95) 8%, rgba(255, 255, 255, 0.5) 17%, rgba(255, 255, 255, 0.12) 27%, rgba(255, 255, 255, 0) 37%);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.kvVignette {
  position: absolute;
  inset: -2%;
  background: radial-gradient(ellipse 86% 78% at 50% 56%, rgba(16, 24, 24, 0) 48%, rgba(0, 0, 0, 0.67) 76%, rgb(16, 24, 24) 100%);
}

.kvGrain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.16;
  mix-blend-mode: overlay;
}

.kvParticles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.kvObjects {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.kvLights {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.kvLights img {
  position: absolute;
  top: 38%;
  width: 60vw;
  height: auto;
  opacity: 0.65;
}

.kvLights_l {
  left: -10%;
  -webkit-transform: translateY(-52%) rotate(72deg);
      -ms-transform: translateY(-52%) rotate(72deg);
          transform: translateY(-52%) rotate(72deg);
}

.kvLights_r {
  right: -21%;
  -webkit-transform: translateY(-52%) scaleX(-1) rotate(62deg);
      -ms-transform: translateY(-52%) scaleX(-1) rotate(62deg);
          transform: translateY(-52%) scaleX(-1) rotate(62deg);
}

.kvInner {
  position: relative;
  z-index: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1360px;
}

.kvLogo {
  margin-bottom: clamp(14px, 2vw, 26px);
}
.kvLogo img {
  width: clamp(215px, 28vw, 420px);
  height: auto;
  -webkit-filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
          filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
}

.kvTitle {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 5.4vw, 5rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: none;
  -webkit-filter: drop-shadow(0 6px 18px rgba(16, 24, 24, 0.45));
          filter: drop-shadow(0 6px 18px rgba(16, 24, 24, 0.45));
}

.kvTitle_line {
  display: block;
}

.kvTitle .deco {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: clamp(4px, 0.62vw, 20px) #101818;
  pointer-events: none;
}

.kvTitle .fill {
  position: relative;
  z-index: 2;
}

.kvTitle .w {
  position: relative;
  display: inline-block;
  margin: 0 0.12em;
  color: #FFFFFF;
}
.kvTitle .w::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: transparent;
  -webkit-text-stroke: clamp(4px, 0.62vw, 20px) #101818;
  pointer-events: none;
}

.kvTitle_line--alt .w {
  font-size: clamp(1.5rem, 4.2vw, 3.9rem);
}

.kvTitle_line--alt .fill {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), color-stop(70%, #2bd2cd));
  background: linear-gradient(180deg, #fff 40%, #2bd2cd 70%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.kvSub {
  margin-top: clamp(18px, 2.4vw, 30px);
  padding: clamp(12px, 1.5vw, 20px) clamp(24px, 5vw, 50px);
  font-size: clamp(0.9rem, 1.25vw, 2rem);
  font-weight: 600;
  line-height: 1.55;
  color: #101818;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 999px;
  -webkit-box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
          box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 576px) {
  .kvSub {
    border-radius: 28px;
  }
}

.kvScroll {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 3vh, 38px);
  z-index: 3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
  gap: 8px;
  padding: 12px 16px 14px;
  background: #101818;
  border: 2px solid #101818;
  border-radius: 999px;
  -webkit-box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.9);
          box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.9);
  border-color: #FFFFFF;
}

.kvScroll_txt {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #FFFFFF;
}

.kvScroll_line {
  position: relative;
  width: 2px;
  height: 34px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}
.kvScroll_line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 45%;
  border-radius: 2px;
  background: #FFFFFF;
  -webkit-animation: kvScrollRun 1.7s cubic-bezier(0.6, 0.05, 0.3, 1) infinite;
          animation: kvScrollRun 1.7s cubic-bezier(0.6, 0.05, 0.3, 1) infinite;
}

@-webkit-keyframes kvScrollRun {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  60%, 100% {
    -webkit-transform: translateY(240%);
            transform: translateY(240%);
  }
}

@keyframes kvScrollRun {
  0% {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
  60%, 100% {
    -webkit-transform: translateY(240%);
            transform: translateY(240%);
  }
}
@media screen and (max-width: 576px) {
  .kv {
    padding: 84px 16px 96px;
  }
  .kvBurst {
    top: 40%;
  }
  .kvGlow {
    top: 32%;
    width: 190vw;
    height: 190vw;
  }
  .kvTitle {
    -webkit-filter: drop-shadow(4px 5px 0 rgba(16, 24, 24, 0.3));
            filter: drop-shadow(4px 5px 0 rgba(16, 24, 24, 0.3));
  }
  .kvLights {
    display: none;
  }
}
@media (min-width: 768px) and (max-height: 920px) {
  .kv {
    padding: 84px clamp(16px, 4vw, 60px) 92px;
  }
  .kvLogo {
    margin-bottom: 12px;
  }
  .kvLogo img {
    width: clamp(200px, 21vw, 320px);
  }
  .kvTitle {
    font-size: clamp(2.2rem, 5.4vw, 4.9rem);
  }
  .kvSub {
    margin-top: 16px;
    padding: 11px 24px;
    font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .kvScroll_line::after {
    -webkit-animation: none;
            animation: none;
  }
}
.tickerBand {
  position: relative;
  z-index: 3;
}

.ticker {
  position: relative;
  overflow: hidden;
  height: clamp(52px, 4.43vw, 85px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ticker--purple {
  background: #D34CFF;
}

.ticker--cyan {
  background: #00DAD4;
}

.ticker--yellow {
  background: #FFD217;
}

.ticker_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.ticker_seq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ticker_item {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.29vw, 2.75rem);
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #101818;
}
.ticker_item .ticker_n {
  font-weight: 700;
}

.ticker_star {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(11px, 0.95vw, 20px);
  height: clamp(11px, 0.95vw, 20px);
  margin: 0 clamp(14px, 1.5vw, 30px);
  fill: #101818;
}

.brands {
  position: relative;
  padding: clamp(60px, 7vw, 120px) clamp(20px, 10vw, 150px);
  background: #101818;
  overflow: hidden;
}

.brands_head {
  position: relative;
  z-index: 2;
  max-width: 1560px;
  margin: 0 auto clamp(30px, 4vw, 62px);
  text-align: center;
}
.brands_head .secLabel {
  margin-bottom: clamp(10px, 1.2vw, 18px);
}

.brandGrid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(14px, 1.6vw, 28px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 1.6vw, 28px);
  max-width: 1300px;
  margin: 0 auto;
}

.bCard {
  position: relative;
  aspect-ratio: 1/1.2;
  border-radius: clamp(16px, 1.8vw, 30px);
  overflow: hidden;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.bCard_in {
  position: relative;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 3vw, 52px);
}

.bCard--gInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCF1FF), color-stop(52%, #E597FF), to(#D24CFF));
  background: linear-gradient(180deg, #FCF1FF 0%, #E597FF 52%, #D24CFF 100%);
}

.bCard--gProd {
  background: -webkit-gradient(linear, left top, left bottom, from(#533EF5), color-stop(40%, #7967F7), color-stop(70%, #9D91F9), to(#D5D3E4));
  background: linear-gradient(180deg, #533EF5 0%, #7967F7 40%, #9D91F9 70%, #D5D3E4 100%);
}

.bCard--lProd {
  background: -webkit-gradient(linear, left top, left bottom, from(#0ED9D4), color-stop(26%, #47E2DE), color-stop(52%, #81EBE8), to(#E7FBFA));
  background: linear-gradient(180deg, #0ED9D4 0%, #47E2DE 26%, #81EBE8 52%, #E7FBFA 100%);
}

.bCard--lInfo {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0FAFA), color-stop(52%, #96DAD8), to(#00A5A1));
  background: linear-gradient(180deg, #F0FAFA 0%, #96DAD8 52%, #00A5A1 100%);
}

.bCard--gInfo .bCard_in,
.bCard--lInfo .bCard_in {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.bCard_logo {
  margin-bottom: clamp(14px, 1.8vw, 28px);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), filter 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), filter 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-filter 0.22s ease;
}
.bCard_logo img {
  width: clamp(120px, 13vw, 210px);
  height: auto;
  display: block;
}
.bCard_logo:hover, .bCard_logo:focus-visible {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
}
.bCard_logo:focus-visible {
  outline: 3px solid #101818;
  outline-offset: 6px;
  border-radius: 6px;
}

.bCard_name {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  color: #101818;
  margin-bottom: clamp(8px, 1vw, 16px);
}

.bCard_txt {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: clamp(0.85rem, 1.05vw, 1.02rem);
  font-weight: 500;
  line-height: 1.7;
  color: #101818;
  max-width: 30em;
  text-align: left;
}

.bCard_cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  margin-top: clamp(16px, 2.2vw, 34px);
  padding: clamp(11px, 1.2vw, 16px) clamp(28px, 3.4vw, 39px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.85rem, 1vw, 0.96rem);
  color: #101818;
  background: #FFFFFF;
  border-radius: 999px;
  -webkit-box-shadow: 0 0px 22px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0px 22px rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
}
.bCard_cta::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2.2px solid currentColor;
  border-right: 2.2px solid currentColor;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bCard_cta:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0px 30px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0px 30px rgba(255, 255, 255, 0.8);
}

.bCard_slogan {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bCard--lProd .bCard_slogan {
  width: 80%;
}

.bCard_prods {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.bp {
  position: absolute;
}
.bp img {
  width: 100%;
  height: auto;
  display: block;
}

.bp--g1 {
  left: 66%;
  top: 46%;
  width: 23%;
}
.bp--g1 img {
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.bp--g2 {
  left: 7%;
  top: 54%;
  width: 35%;
  z-index: 3;
}
.bp--g2 img {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.bp--g3 {
  left: 42%;
  top: 61%;
  width: 32%;
  z-index: 2;
}
.bp--g3 img {
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
}

.bp--g4 {
  left: 8%;
  top: 35%;
  width: 20%;
}
.bp--g4 img {
  -webkit-transform: rotate(33deg);
      -ms-transform: rotate(33deg);
          transform: rotate(33deg);
}

.bp--g5 {
  left: 5%;
  top: 76%;
  width: 58%;
  z-index: 4;
}
.bp--g5 img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bp--g6 {
  left: 61%;
  top: 78%;
  width: 35%;
  z-index: 3;
}
.bp--g6 img {
  -webkit-transform: rotate(23deg);
      -ms-transform: rotate(23deg);
          transform: rotate(23deg);
}

.bp--g7 {
  left: 77%;
  top: 56%;
  width: 15%;
}
.bp--g7 img {
  -webkit-transform: rotate(27deg);
      -ms-transform: rotate(27deg);
          transform: rotate(27deg);
}

.bp--g8 {
  left: 47%;
  top: 38%;
  width: 20%;
}
.bp--g8 img {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.bp--g9 {
  left: 27%;
  top: 46%;
  width: 24%;
}
.bp--g9 img {
  -webkit-transform: rotate(16deg);
      -ms-transform: rotate(16deg);
          transform: rotate(16deg);
}

.bp--l4 {
  left: 21%;
  top: 34%;
  width: 27%;
}
.bp--l4 img {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

.bp--l5 {
  left: 38%;
  top: 48%;
  width: 30%;
  z-index: 2;
}
.bp--l5 img {
  -webkit-transform: rotate(344deg);
      -ms-transform: rotate(344deg);
          transform: rotate(344deg);
}

.bp--l2 {
  left: 7%;
  top: 36%;
  width: 13%;
}
.bp--l2 img {
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.bp--l1 {
  left: 9%;
  top: 61%;
  width: 27%;
  z-index: 3;
}
.bp--l1 img {
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
}

.bp--l3 {
  left: 36%;
  top: 69%;
  width: 26%;
  z-index: 4;
}
.bp--l3 img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bp--l6 {
  left: 64%;
  top: 52%;
  width: 28%;
  z-index: 5;
}
.bp--l6 img {
  -webkit-transform: rotate(9deg);
      -ms-transform: rotate(9deg);
          transform: rotate(9deg);
}

.brands_objs {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.po--bo1 {
  left: -5%;
  top: 12%;
  width: clamp(70px, 8vw, 165px);
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.po--bo2 {
  left: -4%;
  top: 74%;
  width: clamp(52px, 5vw, 116px);
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}

.po--bo3 {
  right: -5%;
  top: 62%;
  width: clamp(74px, 5.4vw, 175px);
  -webkit-transform: rotate(26deg);
      -ms-transform: rotate(26deg);
          transform: rotate(26deg);
}

.po--bo4 {
  left: 96%;
  top: 19%;
  width: clamp(56px, 6vw, 125px);
  -webkit-transform: rotate(-16deg);
      -ms-transform: rotate(-16deg);
          transform: rotate(-16deg);
}

@media screen and (max-width: 576px) {
  .brandGrid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bCard {
    aspect-ratio: 1/1.3;
  }
  .bCard_txt {
    line-height: 1.65;
  }
  .po--bo2 {
    left: -6%;
    top: 81%;
  }
}
.showcase {
  position: relative;
  z-index: 2;
  padding: clamp(60px, 7vw, 120px) clamp(20px, 10vw, 150px);
  background: #101818;
}

.showcase {
  --brandA: #F800F8;
  --brandB: #D048F8;
  --brandFill: #F800F8;
  --brandInk: #F800F8;
  --brandGlow: rgba(248, 0, 248, 0.7);
}

.showcase.is-livin {
  --brandA: #0D8E8E;
  --brandB: #10A0A0;
  --brandFill: #10A0A0;
  --brandInk: #00D8D0;
  --brandGlow: rgba(0, 216, 208, 0.7);
}

.showcase_head {
  max-width: 1440px;
  margin: 0 auto clamp(26px, 3.4vw, 46px);
  text-align: center;
}
.showcase_head .secLabel {
  margin-bottom: clamp(10px, 1.2vw, 18px);
}
.showcase_head .secTitle {
  text-transform: none;
}

.filterBar {
  position: sticky;
  top: calc(var(--navH) + 14px);
  z-index: 90;
  max-width: 1260px;
  margin: 0 auto clamp(26px, 3.4vw, 48px);
  padding: clamp(16px, 1.9vw, 26px) clamp(20px, 3.1vw, 60px) clamp(13px, 1.5vw, 20px);
  background: rgba(5, 6, 7, 0.8117647059);
  border-radius: clamp(20px, 2.4vw, 38px);
  -webkit-box-shadow: 0 0 34px rgba(255, 255, 255, 0.1), 0 22px 50px rgba(0, 0, 0, 0.55);
          box-shadow: 0 0 34px rgba(255, 255, 255, 0.1), 0 22px 50px rgba(0, 0, 0, 0.55);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
}

.filterBar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(14px, 2.4vw, 42px);
}

.filterBar_foot {
  margin-top: clamp(12px, 1.5vw, 20px);
  padding-top: clamp(11px, 1.3vw, 17px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.filterGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-width: 0;
}

.filterGroup--brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.brandSwitch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.filterGroup--country {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.filterGroup_key {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.82rem, 1.05vw, 1.2rem);
  color: #FFFFFF;
}

.brandSwitch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
}

.brandSwitch_btn {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: clamp(8px, 0.9vw, 12px) clamp(14px, 1.5vw, 24px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.76rem, 1vw, 1.02rem);
  white-space: nowrap;
  color: #FFFFFF;
  border-radius: 999px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brandSwitch_btn:not(.is-on) {
  opacity: 0.78;
}
.brandSwitch_btn:not(.is-on):hover {
  opacity: 1;
}

.brandSwitch_pill {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  height: calc(100% - 10px);
  border-radius: 999px;
  background: linear-gradient(100deg, #F800F8, #D048F8);
  -webkit-box-shadow: 0 0 22px var(--brandGlow);
          box-shadow: 0 0 22px var(--brandGlow);
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  pointer-events: none;
}
.brandSwitch_pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(100deg, #0D8E8E, #10A0A0);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.showcase.is-livin .brandSwitch_pill::after {
  opacity: 1;
}

.countrySelect {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.countrySelect_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.4vw, 22px);
  min-width: clamp(180px, 17vw, 300px);
  padding: clamp(11px, 1.2vw, 16px) clamp(16px, 1.5vw, 24px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.78rem, 1vw, 1.02rem);
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #FFFFFF;
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.countrySelect_btn:hover {
  background: rgba(255, 255, 255, 0.12);
}

.countrySelect_val {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}

.countrySelect_caret {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid currentColor;
  -webkit-transition: -webkit-transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

.countrySelect.has-filter .countrySelect_btn {
  background: linear-gradient(100deg, var(--brandA), var(--brandB));
  -webkit-box-shadow: 0 0 22px var(--brandGlow);
          box-shadow: 0 0 22px var(--brandGlow);
}

.countrySelect.is-open .countrySelect_caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.countrySelect.is-open .countrySelect_panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.countrySelect_panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  right: 0;
  left: auto;
  width: min(70vw, 460px);
  padding: 10px;
  background: rgba(33, 36, 38, 0.98);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  -webkit-box-shadow: 0 24px 54px rgba(0, 0, 0, 0.6);
          box-shadow: 0 24px 54px rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.24s ease, visibility 0.24s, -webkit-transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.24s ease, visibility 0.24s, -webkit-transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.24s;
  transition: opacity 0.24s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.24s, -webkit-transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.countrySelect_list {
  display: block;
  max-height: min(52vh, 380px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}
.countrySelect_list::-webkit-scrollbar {
  width: 7px;
}
.countrySelect_list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

.cOptGroup {
  display: block;
  padding: 12px 8px 5px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.34);
}

.cOptCols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.cOpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding: 9px 12px;
  text-align: left;
  border-radius: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-transition: background 0.16s ease, color 0.16s ease;
  transition: background 0.16s ease, color 0.16s ease;
}
.cOpt:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cOpt.is-on {
  background: var(--brandFill);
}
.cOpt.is-on .cOpt_name {
  color: #FFFFFF;
}

.cOpt_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resultCount {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 600;
  font-size: clamp(0.78rem, 0.95vw, 0.98rem);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.82);
}
.resultCount b {
  color: var(--brandInk);
  font-weight: 800;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
}

.grid {
  max-width: 1440px;
  margin: 0 auto !important;
}

.cCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 11px 22px;
}

@media (min-width: 1200px) {
  .cCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.cCard_in {
  position: relative;
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  text-align: center;
  background: #23262B;
  border-radius: clamp(14px, 1.4vw, 22px);
  overflow: hidden;
  -webkit-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.3s ease;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .cCard_in:hover {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .cCard_in:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 20px 44px rgba(0, 0, 0, 0.55), inset 0 0 0 2px #F8D010;
            box-shadow: 0 20px 44px rgba(0, 0, 0, 0.55), inset 0 0 0 2px #F8D010;
    border-radius: clamp(14px, 1.4vw, 22px);
  }
  .cCard_in:hover .cCard_avatar {
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  .cCard_in:hover .cCard_play {
    -webkit-transform: scale(1.14) rotate(6deg);
        -ms-transform: scale(1.14) rotate(6deg);
            transform: scale(1.14) rotate(6deg);
  }
  .cCard_in:hover .cCard_shine {
    -webkit-transform: translateX(210%);
        -ms-transform: translateX(210%);
            transform: translateX(210%);
  }
}
.cCard_top {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 2.5;
}
@media screen and (max-width: 767px) {
  .cCard_top {
    aspect-ratio: 1.5;
  }
}
.cCard_top::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.24;
  mix-blend-mode: overlay;
}

.cCard_shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.cCard_platform {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
  padding: 4px 11px;
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.74);
  border: 1.5px solid #fff;
  border-radius: 999px;
}

.cCard_avatarWrap {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  height: 120px;
  margin: -50px auto 0;
}

.cCard_avatar {
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #101818;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #FFFFFF, 0 8px 18px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 0 3px #FFFFFF, 0 8px 18px rgba(0, 0, 0, 0.45);
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.34);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cCard_avatar img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cCard_ini {
  position: absolute;
  inset: 0;
  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;
}

.cCard_play {
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 3;
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F8D010;
  border: 2px solid #101818;
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.45);
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.45);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cCard_play svg {
  width: 15px;
  height: 15px;
  margin-left: 2px;
  fill: #101818;
}

.cCard_body {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 13px 12px 18px;
}

.cCard_name {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.86rem, 0.95vw, 1.06rem);
  line-height: 1.2;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cCard_country {
  margin-top: 5px;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
}

.cCard_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 14px;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.01em;
  border-radius: 999px;
}

.tag--gaming {
  color: #FFFFFF;
  background: #D048F8;
}

.tag--livin {
  color: #FFFFFF;
  background: #10A0A0;
}

.gridEmpty {
  display: none;
  padding: 60px 20px;
  text-align: center;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.4);
}

.gridEmpty.is-on {
  display: block;
}

.gridError {
  display: none;
  padding: 54px 20px;
  text-align: center;
}

.gridError.is-on {
  display: block;
}

.gridError_msg {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.55);
}

.gridError_retry {
  margin-top: 16px;
  padding: 11px 26px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: #101818;
  background: #FFFFFF;
  border: 2px solid #101818;
  border-radius: 999px;
  -webkit-box-shadow: 4px 4px 0 #101818;
          box-shadow: 4px 4px 0 #101818;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, background 0.2s ease;
  transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, background 0.2s ease, -webkit-transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.2s ease;
}
.gridError_retry:hover {
  -webkit-transform: translate(-2px, -2px);
      -ms-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  -webkit-box-shadow: 6px 6px 0 #101818;
          box-shadow: 6px 6px 0 #101818;
  background: var(--acc3);
}

.cSkel_in {
  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-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  background: #23262B;
  border-radius: clamp(14px, 1.4vw, 22px);
  overflow: hidden;
}

.cSkel_top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 2.5;
  background: rgba(255, 255, 255, 0.06);
}

.cSkel_avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  height: 120px;
  margin: -50px auto 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  -webkit-box-shadow: 0 0 0 3px #23262B;
          box-shadow: 0 0 0 3px #23262B;
}

.cSkel_line {
  margin: 0 auto;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
}

.cSkel_line--name {
  width: 62%;
  height: 14px;
  margin-top: 14px;
}

.cSkel_line--sub {
  width: 26%;
  height: 10px;
  margin-top: 9px;
}

.cSkel_line--tag {
  width: 44%;
  height: 18px;
  margin: 14px auto 15px;
  border-radius: 999px;
}

.cSkel_top,
.cSkel_avatar,
.cSkel_line {
  -webkit-animation: skelPulse 1.4s ease-in-out infinite;
          animation: skelPulse 1.4s ease-in-out infinite;
}

@-webkit-keyframes skelPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

@keyframes skelPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cSkel_top,
  .cSkel_avatar,
  .cSkel_line {
    -webkit-animation: none;
            animation: none;
  }
}
.loadMoreWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(18px, 2.4vw, 30px);
}

.loadMoreBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: clamp(11px, 1.2vw, 16px) clamp(28px, 3.4vw, 39px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.92rem, 1.1vw, 1.16rem);
  letter-spacing: 0.01em;
  color: #101818;
  background: #FFFFFF;
  border-radius: 999px;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.45);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.45);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
}
.loadMoreBtn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 42px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 42px rgba(255, 255, 255, 0.8);
}
.loadMoreBtn.is-hidden {
  display: none;
}

.loadMoreBtn_rest {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 3px 11px;
  color: rgba(16, 24, 24, 0.72);
  border-radius: 999px;
  background: rgba(16, 24, 24, 0.12);
}

@media screen and (max-width: 767px) {
  .filterBar {
    border-radius: 18px;
    padding: 14px 16px 12px;
  }
  .filterBar_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
  }
  .filterGroup {
    gap: 10px;
  }
  .filterGroup--brand {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .brandSwitch {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .brandSwitch_btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 9px 8px;
    text-align: center;
  }
  .filterGroup--country {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .countrySelect {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .countrySelect_btn {
    width: 100%;
    min-width: 0;
  }
  .countrySelect_panel {
    width: 84vw;
    max-width: 380px;
  }
}
@media screen and (max-width: 576px) {
  .cOptCols {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .cCard {
    padding: 0 6px 12px;
  }
  .cCard_avatarWrap {
    width: 96px;
    height: 96px;
    margin-top: -40px;
  }
  .cCard_avatar {
    font-size: 1.9rem;
  }
  .cSkel_avatar {
    width: 96px;
    height: 96px;
    margin-top: -40px;
  }
  .cCard_play {
    right: -2px;
    bottom: -2px;
    width: 31px;
    height: 31px;
  }
  .cCard_play svg {
    width: 13px;
    height: 13px;
  }
  .cCard_body {
    padding: 10px 10px 13px;
  }
  .cCard_name {
    font-size: 0.9rem;
  }
}
.join {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --crowdH: max(clamp(150px, 17vw, 300px), 15.625vw);
  padding: clamp(60px, 7vw, 120px) clamp(20px, 10vw, 150px) var(--crowdH);
  background: #101818;
}

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

.joinBurst {
  top: 69%;
}

.joinGlow {
  top: 69%;
  width: min(64vw, 1500px);
  height: min(64vw, 1500px);
  opacity: 0.85;
}

.joinPanel {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  padding: clamp(30px, 4vw, 76px) clamp(24px, 5.2vw, 120px) clamp(34px, 4.4vw, 68px);
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(60px) saturate(125%);
  -webkit-backdrop-filter: blur(60px) saturate(125%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: clamp(20px, 2.3vw, 36px);
  -webkit-box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
          box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.joinPanel_label {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.25vw, 1.5rem);
  color: #101818;
}

.joinPanel_title {
  margin-top: clamp(10px, 1.4vw, 20px);
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 4.1vw, 4.9rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #101818;
}
.joinPanel_title .w {
  display: inline-block;
}

.joinPanel_txt {
  margin: clamp(20px, 2.6vw, 40px) auto 0;
  text-align: left;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.32rem);
  font-weight: 500;
  line-height: 1.62;
  color: #101818;
}

.joinBtn {
  display: inline-block;
  margin-top: clamp(22px, 2.8vw, 44px);
}

.joinBtn_face {
  display: block;
  padding: clamp(11px, 1.2vw, 16px) clamp(28px, 3.4vw, 39px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.25vw, 1.5rem);
  color: #101818;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD217), color-stop(55%, #FFB300), to(#FF9E00));
  background: linear-gradient(180deg, #FFD217 0%, #FFB300 55%, #FF9E00 100%);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  -webkit-box-shadow: 0 0 22px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 22px rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
}
.joinBtn_face:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}

.joinCrowd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--crowdH);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.jo,
.joinFace {
  position: absolute;
}

.jo img {
  width: 100%;
  height: auto;
  display: block;
}

.joinFace {
  overflow: hidden;
  border-radius: 50%;
  background: #212426;
}
.joinFace img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.joinFace:empty {
  display: none;
}

.jo--o1 {
  left: 22%;
  bottom: 4%;
  width: 8%;
}
.jo--o1 img {
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.jo--o2 {
  left: 4.3%;
  bottom: 1%;
  width: 12%;
}
.jo--o2 img {
  -webkit-transform: rotate(358deg);
      -ms-transform: rotate(358deg);
          transform: rotate(358deg);
}

.jo--o3 {
  left: 14.5%;
  bottom: -3%;
  width: 7%;
}
.jo--o3 img {
  -webkit-transform: rotate(68deg);
      -ms-transform: rotate(68deg);
          transform: rotate(68deg);
}

.jo--o4 {
  left: 1%;
  bottom: 38%;
  width: 8%;
}
.jo--o4 img {
  -webkit-transform: rotate(21deg);
      -ms-transform: rotate(21deg);
          transform: rotate(21deg);
}

.jf--f1 {
  left: 9%;
  bottom: 59%;
  width: 6%;
  aspect-ratio: 1;
}
.jf--f1 img {
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.jf--f2 {
  left: 14.9%;
  bottom: 49%;
  width: 6%;
  aspect-ratio: 1;
}

.jf--f3 {
  left: 21%;
  bottom: 38%;
  width: 6%;
  aspect-ratio: 1;
}
.jf--f3 img {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.jf--f4 {
  left: 0.5%;
  bottom: 3%;
  width: 6%;
  aspect-ratio: 1;
}

.jo--o5 {
  right: 1.5%;
  bottom: 35%;
  width: 10%;
  z-index: 10;
  aspect-ratio: 1;
}
.jo--o5 img {
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.jo--o6 {
  right: 11%;
  bottom: 37%;
  width: 6.5%;
  aspect-ratio: 1;
  z-index: 9;
}
.jo--o6 img {
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
}

.jo--o7 {
  right: 17.5%;
  bottom: 2%;
  width: 7.5%;
}
.jo--o7 img {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.jf--f5 {
  right: 0%;
  bottom: 2%;
  width: 6%;
  z-index: 10;
  aspect-ratio: 1;
}

.jf--f6 {
  right: 6%;
  bottom: 2%;
  width: 6%;
  aspect-ratio: 1;
}
.jf--f6 img {
  -webkit-transform: rotate(55deg);
      -ms-transform: rotate(55deg);
          transform: rotate(55deg);
}

.jf--f7 {
  right: 12%;
  bottom: 2%;
  width: 6%;
  aspect-ratio: 1;
}

.jf--f8 {
  right: 3%;
  bottom: 32%;
  width: 6%;
  aspect-ratio: 1;
}

.jf--f9 {
  right: 24.5%;
  bottom: 2%;
  width: 6%;
  aspect-ratio: 1;
}
.jf--f9 img {
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

@media screen and (max-width: 576px) {
  .join {
    --crowdH: clamp(110px, 32vw, 190px);
  }
  .joinPanel {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.38);
  }
  .joinPanel_txt {
    text-align: center;
  }
  .joinCrowd > * {
    display: none;
  }
  .jo--o1,
  .jo--o2,
  .jf--f4,
  .jf--f1,
  .jf--f2,
  .jo--o5,
  .jo--o7,
  .jf--f7,
  .jf--f8 {
    display: block;
  }
  .jo--o2 {
    left: 0%;
    bottom: 0%;
    width: 22%;
  }
  .jf--f1 {
    left: 17%;
    bottom: 4%;
    width: 14%;
  }
  .jo--o1 {
    left: 18%;
    bottom: 47%;
    width: 17%;
  }
  .jf--f2 {
    left: 4%;
    bottom: 49%;
    width: 14%;
  }
  .jf--f4 {
    left: 31%;
    bottom: 4%;
    width: 14%;
  }
  .jo--o5 {
    right: 2%;
    bottom: -15%;
    width: 22%;
  }
  .jo--o5 img {
    -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
            transform: rotate(359deg);
  }
  .jf--f7 {
    right: 4%;
    bottom: 50%;
    width: 14%;
  }
  .jo--o7 {
    right: 23%;
    bottom: 0%;
    width: 17%;
  }
  .jf--f8 {
    right: 17%;
    bottom: 64%;
    width: 14%;
  }
}
.pageHero {
  position: relative;
  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;
  height: clamp(210px, 23.2vw, 446px);
  margin-top: var(--navH);
  padding: 0 clamp(16px, 2.5vw, 48px);
  overflow: hidden;
  background: #101818;
}

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

.pageHero_burst,
.pageHero_ray {
  top: 50%;
}

.pageHero_glow {
  top: 50%;
  width: min(70vw, 1400px);
  height: min(70vw, 1400px);
  opacity: 0.9;
}

.pageHero .kvLights img {
  top: 50%;
  width: 58vw;
  opacity: 0.55;
}

.pageHero .kvLights img.kvLights_l {
  left: -14%;
  right: auto;
  -webkit-transform: translateY(-50%) rotate(53deg);
      -ms-transform: translateY(-50%) rotate(53deg);
          transform: translateY(-50%) rotate(53deg);
}

.pageHero .kvLights img.kvLights_r {
  left: auto;
  right: -14%;
  -webkit-transform: translateY(-50%) scaleX(-1) rotate(53deg);
      -ms-transform: translateY(-50%) scaleX(-1) rotate(53deg);
          transform: translateY(-50%) scaleX(-1) rotate(53deg);
}

.pageHero_title {
  position: relative;
  z-index: 2;
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 5.4vw, 5rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-filter: drop-shadow(0 6px 18px rgba(16, 24, 24, 0.35));
          filter: drop-shadow(0 6px 18px rgba(16, 24, 24, 0.35));
}

.pageHero_title .deco {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: clamp(4px, 0.62vw, 20px) #101818;
  pointer-events: none;
}

.pageHero_title .fill {
  position: relative;
  z-index: 2;
}

.tabNav {
  position: relative;
  z-index: 80;
  background: #EDEDED;
}

.tabNav_in {
  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;
  gap: clamp(30px, 7vw, 130px);
  height: clamp(56px, 4.8vw, 92px);
}

.tabNav_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 clamp(10px, 1.6vw, 30px);
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.3vw, 1.55rem);
  color: #101818;
}
.tabNav_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(5px, 0.52vw, 10px);
  background: transparent;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .tabNav_link:hover::after {
    background: #D34CFF;
  }
}
.perks,
.apply {
  position: relative;
  padding: clamp(60px, 7vw, 120px) clamp(20px, 8vw, 150px);
}
.perks .secTitle,
.apply .secTitle {
  text-transform: none;
}

.perks {
  background: #101818;
  text-align: center;
}

.apply {
  text-align: center;
  background-color: #B7BCF0;
  background-image: radial-gradient(78% 34% at 18% 1%, #6FEFFF 0%, rgba(111, 239, 255, 0) 72%), radial-gradient(62% 26% at 88% 2%, #C86BF0 0%, rgba(200, 107, 240, 0) 72%), radial-gradient(70% 26% at 93% 40%, #A6D6FF 0%, rgba(166, 214, 255, 0) 72%), radial-gradient(64% 22% at 97% 68%, #C2D6A0 0%, rgba(194, 214, 160, 0) 72%), radial-gradient(70% 30% at 10% 58%, #CDBFFC 0%, rgba(205, 191, 252, 0) 72%), radial-gradient(72% 24% at 86% 96%, #8FDCF2 0%, rgba(143, 220, 242, 0) 72%), radial-gradient(70% 26% at 12% 99%, #C9AAE5 0%, rgba(201, 170, 229, 0) 72%);
}

.apply .secTitle {
  color: #101818;
}

.apply_lead {
  max-width: 924px;
  margin: clamp(24px, 3.2vw, 62px) auto 0;
  text-align: left;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: clamp(0.9rem, 1.05vw, 1.26rem);
  line-height: 1.62;
  color: #101818;
}

.applyForm {
  max-width: 924px;
  margin: clamp(20px, 2.6vw, 50px) auto 0;
  padding: clamp(18px, 1.6vw, 30px) clamp(16px, 1.35vw, 26px) clamp(24px, 2.2vw, 42px);
  background: #1A1A1A;
  border-radius: clamp(10px, 0.9vw, 17px);
  text-align: left;
}

.fRow + .fRow {
  margin-top: clamp(16px, 1.6vw, 30px);
}

.fLabel {
  display: block;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  line-height: 1.4;
  color: #FFFFFF;
}

.fReq {
  margin-left: 0.35em;
  color: #D048F8;
}

.fNote {
  margin-top: 6px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.83vw, 1rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.fInput {
  display: block;
  width: 100%;
  margin-top: clamp(6px, 0.73vw, 14px);
  padding: clamp(8px, 0.78vw, 15px) clamp(10px, 0.94vw, 18px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.78rem, 0.94vw, 1.13rem);
  color: #FFFFFF;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.fInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.fInput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.fInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.fInput::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.fInput::placeholder {
  color: rgba(255, 255, 255, 0.34);
}
.fInput:focus {
  outline: none;
  border-color: #D048F8;
  -webkit-box-shadow: 0 0 0 3px rgba(208, 72, 248, 0.25);
          box-shadow: 0 0 0 3px rgba(208, 72, 248, 0.25);
}

.fInput--area {
  resize: vertical;
  min-height: clamp(64px, 5.5vw, 106px);
}

.fErr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45em;
  margin-top: 7px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.86vw, 1.03rem);
  line-height: 1.4;
  color: #F800F8;
}
.fErr::before {
  content: "!";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #F800F8;
  color: #101818;
  font-weight: 800;
  font-size: 0.82em;
}

.has-err .fInput {
  border-color: #F800F8;
}
.has-err .fOpt_dot,
.has-err .fCheck_box {
  -webkit-box-shadow: inset 0 0 0 0 #D048F8, 0 0 0 2px #F800F8;
          box-shadow: inset 0 0 0 0 #D048F8, 0 0 0 2px #F800F8;
}

.fOpts {
  margin-top: clamp(6px, 0.73vw, 14px);
}

.fOpts--2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(12px, 2vw, 40px) 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: clamp(12px, 2vw, 40px);
     -moz-column-gap: clamp(12px, 2vw, 40px);
          column-gap: clamp(12px, 2vw, 40px);
}

.fOpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 0.73vw, 14px);
  padding: clamp(5px, 0.31vw, 6px) 0;
  cursor: pointer;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.85rem, 0.94vw, 1.13rem);
  color: #FFFFFF;
}
.fOpt input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.fOpt_dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: clamp(15px, 1.15vw, 22px);
  height: clamp(15px, 1.15vw, 22px);
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-box-shadow: inset 0 0 0 0 #D048F8;
          box-shadow: inset 0 0 0 0 #D048F8;
  -webkit-transition: -webkit-box-shadow 0.18s ease;
  transition: -webkit-box-shadow 0.18s ease;
  transition: box-shadow 0.18s ease;
  transition: box-shadow 0.18s ease, -webkit-box-shadow 0.18s ease;
}
input:checked + .fOpt_dot {
  -webkit-box-shadow: inset 0 0 0 5px #D048F8;
          box-shadow: inset 0 0 0 5px #D048F8;
}
input:focus-visible + .fOpt_dot {
  outline: 2px solid #D048F8;
  outline-offset: 3px;
}

.fAgree {
  margin-top: clamp(20px, 2.1vw, 40px);
}

.fAgree_h {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  color: #FFFFFF;
}

.fAgree_lead {
  margin-top: 4px;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: clamp(0.75rem, 0.83vw, 1rem);
  color: rgba(255, 255, 255, 0.72);
}

.fAgree_i {
  margin-top: clamp(12px, 1.15vw, 22px);
}

.fAgree_t {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.83vw, 1rem);
  line-height: 1.5;
  color: #FFFFFF;
}

.fAgree_d {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.83vw, 1rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.fCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 0.73vw, 14px);
  margin-top: clamp(14px, 1.35vw, 26px);
  cursor: pointer;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: clamp(0.85rem, 0.94vw, 1.13rem);
  color: #FFFFFF;
}
.fCheck input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.fCheck_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: clamp(15px, 1.15vw, 22px);
  height: clamp(15px, 1.15vw, 22px);
  border-radius: 4px;
  background: #FFFFFF;
  -webkit-transition: background 0.18s ease;
  transition: background 0.18s ease;
}
.fCheck_box::after {
  content: "";
  position: absolute;
  left: 34%;
  top: 14%;
  width: 26%;
  height: 54%;
  border: solid #FFFFFF;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(42deg) scale(0);
      -ms-transform: rotate(42deg) scale(0);
          transform: rotate(42deg) scale(0);
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}
input:checked + .fCheck_box {
  background: #D048F8;
}
input:checked + .fCheck_box::after {
  -webkit-transform: rotate(42deg) scale(1);
      -ms-transform: rotate(42deg) scale(1);
          transform: rotate(42deg) scale(1);
}
input:focus-visible + .fCheck_box {
  outline: 2px solid #D048F8;
  outline-offset: 3px;
}

.applyForm_send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(22px, 2.4vw, 46px);
}

.applyBtn {
  padding: clamp(11px, 1.2vw, 16px) clamp(28px, 3.4vw, 39px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.25vw, 1.5rem);
  color: #101818;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD217), color-stop(55%, #FFB300), to(#FF9E00));
  background: linear-gradient(180deg, #FFD217 0%, #FFB300 55%, #FF9E00 100%);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  -webkit-box-shadow: 0 0 22px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 22px rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
}
.applyBtn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}
.applyBtn[disabled] {
  opacity: 0.6;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  cursor: default;
}

.applyDone {
  max-width: 924px;
  margin: clamp(20px, 2.6vw, 50px) auto 0;
  padding: clamp(40px, 4.5vw, 86px) clamp(20px, 2vw, 40px);
  background: #1A1A1A;
  border-radius: clamp(10px, 0.9vw, 17px);
  text-align: center;
}
.applyDone[hidden] {
  display: none;
}

.applyDone--err .applyDone_t {
  color: #F800F8;
}
.applyDone--err .invBtn {
  margin-top: clamp(16px, 1.6vw, 30px);
}

.applyDone_t {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 800;
  font-size: clamp(1.2rem, 1.9vw, 2.3rem);
  color: #F8D010;
}

.applyDone_d {
  margin-top: clamp(10px, 1vw, 20px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.starIcon {
  display: inline-block;
  width: 1.05em;
  height: 1.05em;
  vertical-align: -0.16em;
  color: #F8D010;
  fill: currentColor;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.perkBlock {
  max-width: 1455px;
  margin: 0 auto;
}
.perkBlock + .perkBlock {
  margin-top: clamp(52px, 7vw, 130px);
}

.perkList {
  margin: clamp(26px, 3.4vw, 60px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: perk;
  text-align: left;
}

.perkList_i {
  position: relative;
  counter-increment: perk;
  padding-left: clamp(18px, 1.35vw, 26px);
}
.perkList_i + .perkList_i {
  margin-top: clamp(10px, 0.8vw, 15px);
}
.perkList_i::before {
  content: counter(perk) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  line-height: 1.58;
  color: #FFFFFF;
}

.perkList_t {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  line-height: 1.58;
  color: #FFFFFF;
}

.perkList_d {
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.6);
}

.starSys_h {
  margin-top: clamp(40px, 6vw, 118px);
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.55rem);
  color: #FFFFFF;
  text-align: center;
}

.starSys {
  max-width: 905px;
  margin: clamp(16px, 2vw, 39px) auto 0;
  padding: 0;
  list-style: none;
}

.starSys_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: clamp(46px, 3.13vw, 60px);
  border-radius: 999px;
  background: #212426;
  overflow: hidden;
}
.starSys_row + .starSys_row {
  margin-top: clamp(10px, 0.94vw, 18px);
}

.starSys_pill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  gap: 0.35em;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: clamp(112px, 11.3vw, 217px);
  border-radius: 999px;
  background: #D048F8;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: clamp(0.85rem, 0.94vw, 1.13rem);
  color: #FFFFFF;
}

.starSys_txt {
  padding: 0 clamp(14px, 2.08vw, 40px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.85rem, 0.94vw, 1.13rem);
  color: #FFFFFF;
  text-align: left;
}

.rewardBlock {
  margin-top: clamp(48px, 6.5vw, 125px);
}

.rewards_h {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.35vw, 1.6rem);
  color: #FFFFFF;
  text-align: center;
}

.rewards_sub {
  margin-top: clamp(10px, 1.3vw, 25px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  color: #FFFFFF;
  text-align: center;
}

.rewardGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(10px, 1.25vw, 24px) 1fr clamp(10px, 1.25vw, 24px) 1fr clamp(10px, 1.25vw, 24px) 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: clamp(10px, 1.25vw, 24px);
     -moz-column-gap: clamp(10px, 1.25vw, 24px);
          column-gap: clamp(10px, 1.25vw, 24px);
  row-gap: clamp(16px, 1.88vw, 36px);
  max-width: 1444px;
  margin: clamp(30px, 4vw, 76px) auto 0;
  padding: 0;
  list-style: none;
}

.rewardCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rewardCard_in {
  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%;
  border-radius: clamp(10px, 1vw, 19px);
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  a.rewardCard_in:hover {
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
            box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
  }
}
.rewardCard_img {
  position: relative;
  aspect-ratio: 1;
  background: #FFFFFF;
}
.rewardCard_img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: clamp(6px, 0.8vw, 15px);
}

.rewardCard_foot {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(4px, 0.45vw, 9px);
  padding: clamp(6px, 0.57vw, 11px) clamp(8px, 1vw, 18px) clamp(8px, 0.83vw, 16px);
  background: #D048F8;
  text-align: center;
}

.rewardCard--livin .rewardCard_foot {
  background: #10A0A0;
}

.rewardCard_name {
  font-family: "Orbitron", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.78vw, 0.94rem);
  line-height: 1.32;
  color: #FFFFFF;
}

.rewardCard_stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  min-width: clamp(72px, 5.05vw, 97px);
  min-height: clamp(24px, 1.77vw, 34px);
  padding: 0 0.7em;
  border-radius: 999px;
  background: #FFFFFF;
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.73vw, 0.88rem);
  color: #101818;
}

.rewards_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(34px, 4.5vw, 86px);
}

.invBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(11px, 1.2vw, 16px) clamp(28px, 3.4vw, 39px);
  font-family: "Montserrat", "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: clamp(0.86rem, 1.05vw, 1.26rem);
  color: #101818;
  background: #FFFFFF;
  border-radius: 999px;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.45);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.45);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, -webkit-transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), -webkit-box-shadow 0.22s ease;
}
.invBtn:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0 42px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 42px rgba(255, 255, 255, 0.8);
}

@media (max-width: 1199px) {
  .rewardGrid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .rewardGrid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .fOpts--2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pageHero_title {
    white-space: normal;
    text-align: center;
    line-height: 1.15;
  }
  .pageHero_title .deco {
    white-space: normal;
    width: 100%;
  }
  .starSys_pill {
    width: auto;
    padding: 0 14px;
  }
}