@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body,
html,
input {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4; }

body {
  min-height: 100vh;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #111113; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top; }

a {
  text-decoration: none; }

.bodyBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #111113;
  background-image: url(https://imagedelivery.net/2ZL3d_G6ngzAGm3bokMO6A/874f6291-09a9-4027-2879-7bf40aa14d00/public);
  background-size: cover; }

.container {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .container {
      width: 92%;
      max-width: 1216px; } }

.containerS {
  width: 92%;
  max-width: 1216px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.fs900 {
  font-weight: 900; }

.fs700 {
  font-weight: 700; }

.fs500 {
  font-weight: 500; }

.fs400 {
  font-weight: 400; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

.positionR {
  position: relative; }

.dFlex {
  display: flex; }

.dBlock {
  display: block; }

.flexColumn {
  flex-direction: column; }

.alignCenter {
  align-items: center; }

.justifyCenter {
  justify-content: center; }

.justifyBetween {
  justify-content: space-between; }

.justifyStart {
  justify-content: flex-start; }

.justifyEnd {
  justify-content: flex-end; }

.textCenter {
  text-align: center; }

.marginX {
  margin: auto; }

.perspective {
  perspective: 1000; }

@-webkit-keyframes imgScale {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.8); }
  66% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@keyframes imgScale {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(0.8); }
  66% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes gradientShift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradientShift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.header {
  position: relative;
  padding: 20px 0 30px;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 40px 0 30px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 16px 0; } }

.headerContainer {
  position: relative;
  display: flex;
  width: 92%;
  max-width: 1216px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .headerContainer {
      width: 100%;
      padding: 0 24px; } }
  @media screen and (max-width: 500px) {
    .headerContainer {
      padding: 0 16px; } }

.logo {
  display: block; }
  .logo a {
    display: block;
    width: 174px;
    height: 87px;
    background-image: url(../../assets/images/logo/announcerLOGO.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden; }
    @media screen and (max-width: 1280px) {
      .logo a {
        width: 120px;
        height: 60px; } }
    @media screen and (max-width: 768px) {
      .logo a {
        width: 100px;
        height: 60px; } }
    @media screen and (max-width: 767px) {
      .logo a {
        width: 84px;
        height: 42px; } }

.nav {
  background: #ffffff14;
  border-radius: 30px;
  padding: 9px 22px; }
  @media screen and (max-width: 1024px) {
    .nav {
      padding: 6px 10px; } }
  @media screen and (max-width: 767px) {
    .nav {
      width: 100%;
      border-radius: 0;
      z-index: 2;
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      background-color: #160c33cc;
      padding: 30px 0; } }

.firstMenuUl {
  display: flex; }
  @media screen and (max-width: 767px) {
    .firstMenuUl {
      flex-direction: column; } }

.firstMenuLi {
  position: relative; }
  .firstMenuLi + .firstMenuLi {
    margin-left: 42px; }
    @media screen and (max-width: 1280px) {
      .firstMenuLi + .firstMenuLi {
        margin-left: 15px; } }
    @media screen and (max-width: 768px) {
      .firstMenuLi + .firstMenuLi {
        margin-left: 1px; } }
    @media screen and (max-width: 767px) {
      .firstMenuLi + .firstMenuLi {
        margin-left: auto;
        margin-top: 16px;
       } }
  .firstMenuLi:hover .menuA {
    background-color: #FFE500;
    color: #111113;
    font-weight: bolder;
    border-radius: 30px; }
    .firstMenuLi:hover .menuA .menuIcon path {
      stroke: #5f5f5f; }
  .firstMenuLi:hover .subMenuUl {
    display: flex;
    flex-direction: column; }
  .firstMenuLi:hover .subMenuUlPadding {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 25px; }
  @media screen and (max-width: 767px) {
    .firstMenuLi:hover .subMenuUlPadding {
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0);
      height: auto; } }

.menuA {
  color: #FFE500;
  font-size: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 9px 16px; }
  @media screen and (max-width: 1024px) {
    .menuA {
      font-size: 1rem;
      padding: 6px 8px; } }
  @media screen and (max-width: 767px) {
    .menuA {
      padding: 10px 0;
      border-top: 1px solid #2e2e2e;
      background-color: #FFE500;
      color: #111113;
      border-radius: 30px;
      margin: 0 auto; }
      .menuA .menuIcon path {
        stroke: #111113;  } }
    @media screen and (max-width: 500px){
      .firstMenuLi{
          width: 92%;
      }
      .firstMenuLi + .firstMenuLi {
          margin-top: 12px;
      }
    }
.menuIcon {
  width: 20px;
  margin-right: 6px; }

.subMenuUl {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: #FFE500;
  padding: 7px 7px;
  border-radius: 11px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)); }
  .subMenuUl::before {
    position: absolute;
    top: -12px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 13px 10px;
    border-color: transparent transparent #FFE500 transparent;
    content: "";
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .subMenuUl::before {
        display: none; } }
  @media screen and (max-width: 767px) {
    .subMenuUl {
      position: relative;
      display: flex;
      flex-direction: column;
      background-color: transparent;
      top: auto;
      left: auto;
      transform: translate(0); } }

.subMenuLi {
  display: block;
  border-bottom: 1px solid #00000040; }
  .subMenuLi:last-of-type {
    border-bottom: none; }
  @media screen and (max-width: 767px) {
    .subMenuLi {
      border-bottom: none; } }

.subMenuA {
  color: #2e2e2e;
  white-space: nowrap;
  padding: 8px 21px;
  display: block; }
  .subMenuA:hover {
    background-color: #000;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .subMenuA {
      color: #FFE500;
      text-align: center; } }

.subMenuUlPadding {
  display: none; }
  @media screen and (max-width: 767px) {
    .subMenuUlPadding {
      display: block; } }

.hamBtnBox {
  display: none; }
  @media screen and (max-width: 767px) {
    .hamBtnBox {
      display: block;
      margin-left: 15px; } }

.hamBtnInput {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0; }
  @media screen and (max-width: 767px) {
    .hamBtnInput:checked ~ .RWDMenuBg {
      display: block; }
    .hamBtnInput:checked ~ .headerActionArea .hamBtnLabel span {
      background-color: transparent; }
      .hamBtnInput:checked ~ .headerActionArea .hamBtnLabel span::before {
        top: 0;
        transform: rotate(45deg); }
      .hamBtnInput:checked ~ .headerActionArea .hamBtnLabel span::after {
        top: 0;
        transform: rotate(-45deg); } }

@media screen and (max-width: 767px) {
  .RWDMenuBg {
    background-color: #130b32;
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    width: 100%;
    min-height: 100vh; } }

.hamBtnLabel {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hamBtnLabel span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFE500;
    position: relative; }
    .hamBtnLabel span::before, .hamBtnLabel span::after {
      content: "";
      width: 100%;
      height: 3px;
      background-color: #FFE500;
      position: absolute; }
    .hamBtnLabel span::before {
      top: -8px; }
    .hamBtnLabel span::after {
      top: 8px; }

.headerActionArea {
  display: flex; }

.headerMemberActionBtnBox {
  position: relative;
  color: #fff;
  margin-right: 25px; }
  @media screen and (max-width: 1024px) {
    .headerMemberActionBtnBox {
      margin-right: 15px; } }
  .headerMemberActionBtnBox:hover .headerMemberActionBtn {
    background-color: #FFE500; }
    .headerMemberActionBtnBox:hover .headerMemberActionBtn .svg path {
      stroke: #5f5f5f; }
  .headerMemberActionBtnBox:hover .headerMemberActionPaddingTop {
    display: block; }

.headerMemberActionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .headerMemberActionBtn img {
    width: 24px;
    height: 24px; }

.headerSearctBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .headerSearctBtn:hover {
    background-color: #FFE500; }
    .headerSearctBtn:hover .svg path {
      stroke: #5f5f5f; }
  .headerSearctBtn img {
    width: 24px;
    height: 24px; }

.headerMemberActionPaddingTop {
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none; }
  .headerMemberActionPaddingTop > ul {
    padding: 8px;
    border-radius: 11px;
    background-color: #23232380;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px); }
    .headerMemberActionPaddingTop > ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 9px;
      border-bottom: 1px solid #e9e9e940; }
      .headerMemberActionPaddingTop > ul li:last-of-type {
        border-bottom: none; }
    .headerMemberActionPaddingTop > ul a {
      display: inline-block;
      color: #fff;
      white-space: nowrap; }
      .headerMemberActionPaddingTop > ul a:hover {
        color: #FFE500; }

.footerCantainer {
  border-top: 1px solid #FFE500;
  width: 92%;
  max-width: 1216px;
  margin: 0 auto;
  padding: 27px 0 0; }
  @media screen and (max-width: 767px) {
    .footerCantainer {
      width: 100%; } }

.footerTop {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 78px; }
  @media screen and (max-width: 768px) {
    .footerTop {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 767px) {
    .footerTop {
      margin-bottom: 24px; } }

@media screen and (max-width: 768px) {
  .footerLogo {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .footerMenu ul {
    justify-content: center;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .footerMenu li {
    margin-bottom: 10px; }
    .footerMenu li a{
      font-size: 14px;
    } }

.footerMenu li + li {
  margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .footerMenu li + li {
      margin-left: 0; } }

.footerMenu a {
  color: #FFE500;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: transparent; }
  .footerMenu a:hover {
    background-color: #FFE500;
    color: #2e2e2e; }

.footerSNSArea {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .footerSNSArea {
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.footerSNS {
  align-items: center; }
  @media screen and (max-width: 767px) {
    .footerSNS {
      margin-bottom: 20px; } }
  .footerSNS a {
    width: 28px;
    display: inline-block;
    margin-right: 20px; }
    .footerSNS a:hover .svg path {
      fill: #EEEEEE;
      stroke: #EEEEEE; }

.copyright {
  color: #FFE500;
  font-size: 0.75rem; }

.footerTermsOfUse {
  background-color: #FFE500;
  padding: 30px 0; }
  .footerTermsOfUse ul {
    display: flex;
    align-items: center;
    justify-content: center; }
  .footerTermsOfUse a {
    color: #2e2e2e;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.75rem; }
    .footerTermsOfUse a:hover {
      text-decoration: underline; }

.goToTopBtn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #FFE500;
  border: 2px solid transparent;
  color: #111113;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2;
  font-size: 2rem;
  font-weight: bolder; }
  .goToTopBtn img {
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 26px; }
  .goToTopBtn:hover {
    background-color: #FFFFFF80;
    border: 2px solid #FFE500; }
  @media screen and (max-width: 767px) {
    .goToTopBtn {
      width: 40px;
      height: 40px;
      right: 20px;
      bottom: 30px;
      font-size: 1.5rem; } }

.breadcrumb {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      margin-bottom: 25px; } }
  .breadcrumb ul {
    display: inline; }
  .breadcrumb li {
    position: relative;
    margin: 0 5px 0 0;
    display: inline; }
    @media screen and (max-width: 767px) {
      .breadcrumb li {
        margin: 0 2px; } }
    .breadcrumb li + li::before {
      font-weight: 900;
      content: ">";
      color: #EEEEEE;
      padding: 0 10px;
      position: relative;
      top: 2px; }
      @media screen and (max-width: 767px) {
        .breadcrumb li + li::before {
          padding: 0 5px; } }
  .breadcrumb a {
    color: #EEEEEE;
    font-weight: 900;
    font-size: 0.75rem; }
    .breadcrumb a:hover {
      text-decoration: underline; }

.relatedAreaSwiperContainer {
  width: 92%;
  max-width: 1270px;
  margin: 0 auto;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .relatedAreaSwiperContainer {
      width: 100%; } }

.relatedAreaSwiper {
  width: 92%;
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (max-width: 768px) {
    .relatedAreaSwiper {
      margin-left: 5%;
      overflow: hidden; } }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: auto; }
  .swiperNextBtn{
    right:0;
  }
  .swiperPrevBtn{
    left:0;
  }

.swiperNextBtn,
.swiperPrevBtn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color:rgba(255,255,255,0.4);
  z-index: 5;
  box-shadow: 3px 3px 8px #414141;
  transform:background-color .2s ease; }
  .swiperNextBtn:hover,
  .swiperPrevBtn:hover {
    background-color:rgba(255,255,255,0.6); }
  @media screen and (max-width: 767px) {
    .swiperNextBtn,
    .swiperPrevBtn {
      width: 40px;
      height: 40px; } }
  .swiperNextBtn::after,
  .swiperPrevBtn::after {
    content: "";
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    background-size: 12px;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8)); }

.swiperNextBtn::after {
  background-image: url(../../assets/images/icon/layoutIcon/arrowNext.svg);}

.swiperPrevBtn::after {
  background-image: url(../../assets/images/icon/layoutIcon/arrowPrev.svg); }


.paginationNav {
  margin: 40px auto;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .paginationNav {
      flex-direction: column; } }

.pagination {
  margin-right: 16px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin: 0 auto 15px; } }

.pageLink {
  display: inline-block;
  font-size: 0.875rem;
  padding: 5px 12px;
  color: #FFFFFF80;
  background-color: #ffffff14;
  margin: 0 4px; }
  @media screen and (max-width: 767px) {
    .pageLink {
      padding: 3px 7px; } }
  .pageLink:hover {
    background-color: #FFE500;
    color: #2a2a2a;
    font-weight: 900; }

.pageLink.pageLinkActive {
  background-color: #FFE500;
  color: #2a2a2a;
  font-weight: 900; }

.pageJumpRow span {
  color: #FFFFFF80; }

.pageJumpRow input {
  border: 1px solid #FFFFFF80;
  border-radius: 2px;
  padding: 8px 15px;
  background: #ffffff14;
  width: 60px;
  margin: 0 10px;
  color: #FFE500; }

.tabRow {
  display: flex;
  max-width: 1216px;
  margin: 0 auto;
  list-style-type: none; }
  .tabRow li {
    text-align: center;
    background: #2f2f2f8a;
    color: #fff;
    font-size: 1.5rem;
    border-top: 9px solid #fff;
    font-weight: 500;
    cursor: pointer;
    margin-right: 5px; }
    @media screen and (max-width: 767px) {
      .tabRow li {
        margin-right: 0;
        border-top: 6px solid #fff; } }
    .tabRow li a {
      display: block;
      padding: 10px 40px; }
      @media screen and (max-width: 820px) {
        .tabRow li a {
          font-size: 1.3rem; } }
      @media screen and (max-width: 767px) {
        .tabRow li a {
          font-size: 1rem;
          padding: 10px 20px; } }
    .tabRow li:last-child {
      margin-right: 0; }
    .tabRow li.active {
      border-top: 9px solid #FFE500;
      background: linear-gradient(180deg, rgba(255, 230, 0, 0.5) 0%, rgba(255, 229, 0, 0.2) 80%);
      color: white;
      border-bottom: none;
      font-weight: 900; }
      @media screen and (max-width: 767px) {
        .tabRow li.active {
          border-top: 6px solid #FFE500;} }

.tabContent {
  display: none; }
  .tabContent.active {
    display: block; }


.swiper-slide:has(.artTeamBox){
  display: flex;
  justify-content: center;
}
.artTeamBox {
  width: 180px; }
  @media screen and (max-width: 640px) {
    .artTeamBox {
      width: 120px; } }
  .artTeamBox a {
    display: block;
    color: #fff; }
    .artTeamBox a:hover .artTeamImgBox img {
      transform: scale(1.2); }
    .artTeamBox a:hover h3 {
      text-decoration: underline; }
  .artTeamBox h3 {
    font-size: 1.125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    height: 2rem; }
  .artTeamBox p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }
    @media screen and (max-width: 500px) {
      .artTeamBox h3 {
        font-size: 1rem;
      }
    }

.artTeamImgBox {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #FFFFFF80;
  aspect-ratio: 1/1;
  margin-bottom: 16px; }
  .artTeamImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s; }
    @media screen and (max-width: 500px) {
      .artTeamImgBox {
        margin-bottom: 12px;
      }
    }

.yellowBtn {
  display: inline-block;
  text-align: center;
  background-color: #FFE500;
  border-radius: 20px;
  color: #2e2e2e;
  border: 1px solid transparent;
  padding: 8px 20px;
  font-weight: bold;}
  .yellowBtn:hover {
    border: 1px solid #FFE500;
    background-color: transparent;
    color: #fff; }

.showMoreYBtn {
  padding: 8px 40px;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .showMoreYBtn {
      padding: 6px 20px; } }

.notEnoughSlideUl {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    .notEnoughSlideUl {
      justify-content: flex-start; } }
  .notEnoughSlideUl li {
    margin: 0 15px 20px; }
    .notEnoughSlideUl li:last-of-type {
      margin-right: 0; }

.performanceFilterBg {
  background-color: #000000c2;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s; }

.performanceFilterWrap {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    .performanceFilterWrap {
      margin: 30px 0; } }

.performanceFilterContent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff; }

.performanceFilter {
  position: relative;
  width: 92%;
  max-width: 1205px;
  margin: 0 auto;
  overflow: hidden; }
  /* @media screen and (max-width: 767px) {
    .performanceFilter {
      width: 92%; } } */

.closeFilterBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem; }
  .closeFilterBtn:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .closeFilterBtn {
      right: 0px;
      top: 0px;
      background-color: #392966;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem; } }

.performanceFilterTabContainer {
  display: flex;
  flex-direction: column;
  background-color: #261d50;
  border-radius: 20px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .performanceFilterTabContainer {
      margin: 35px 0 0; } }
  .performanceFilterTabContainer .performanceFilterTabButtons {
    display: flex; }
    .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton {
      font-size: 1.25rem;
      padding: 28px 30px 20px;
      cursor: pointer;
      color: #fff;
      border-bottom: 8px solid transparent;
      transition: background-color 0.3s, border-color 0.3s;
      min-width: 200px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton {
          min-width: auto; } }
      @media screen and (max-width: 767px) {
        .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton {
          font-size: 1rem;
          padding: 15px 8px 9px;
          flex: 1;
          border-bottom: 6px solid transparent; } }
      .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton.active {
        background-color: #ffe50033;
        border-color: #FFE500;
        font-weight: bold;
        color: #FFE500; }
      .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton:hover {
        background-color: #4a4a9a; }
      .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton span {
        font-size: 0.75rem; }
        @media screen and (max-width: 767px) {
          .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton span {
            display: block; } }
  .performanceFilterTabContainer .performanceFilterTabContent {
    display: none;
    background-color: #392966;
    color: #fff;
    border-top: 2px solid #FFFFFF80;
    border-bottom: 2px solid #FFFFFF80; }
    .performanceFilterTabContainer .performanceFilterTabContent.active {
      display: block; }
    .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer {
      display: flex; }
      .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        background-color: #261d50; }
        .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton {
          padding: 15px 30px;
          min-width: 200px;
          text-align: center;
          font-size: 1.25rem;
          cursor: pointer;
          color: #fff;
          border-left: 8px solid transparent;
          border-bottom: 2px solid #FFFFFF80;
          transition: background-color 0.3s, border-color 0.3s; }
          @media screen and (max-width: 1024px) {
            .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton {
              min-width: auto; } }
          @media screen and (max-width: 767px) {
            .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton {
              border-left: 6px solid transparent;
              font-size: 1rem;
              padding: 15px 20px; } }
          .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton.active {
            background-color: #ffe50033;
            border-left: 8px solid #FFE500;
            color: #FFE500;
            font-weight: bold; }
            .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton.disabled {
              color: #888;
              pointer-events: none;
              cursor: not-allowed;
              background-color: #272145;
            }
            @media screen and (max-width: 767px) {
              .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton.active {
                border-left: 6px solid #FFE500; } }
          .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton:hover {
            background-color: #65659a; }
          .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton span {
            font-size: 0.75rem; }
      .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabContent {
        display: none;
        background-color: #392966;
        padding: 20px 30px;
        border-radius: 4px;
        flex: 1;
        min-height: 352px; }
        .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabContent.active {
          display: block; }
        @media screen and (max-width: 767px) {
          .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabContent {
            padding: 15px;
            height: calc(70vh - 30px);
            overflow: auto; } }

.performanceFilterTabContentInner2 {
  padding: 24px 40px; }
  @media screen and (max-width: 767px) {
    .performanceFilterTabContentInner2 {
      padding: 18px 20px; } }

.optionUl {
  display: flex;
  flex-wrap: wrap; }

.optionUl1 li {
  width: 33.333%;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    .optionUl1 li {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .optionUl1 li {
      width: 100%; } }

.optionUl1 .optionAll {
  width: 100%; }

.optionUl1 label {
  cursor: pointer; }

.optionUl2 li {
  position: relative;
  margin: 0 36px 15px 0;
  display: inline-block; }

.optionUl2 label {
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 6px 15px;
  background-color: #ffffff14;
  display: block; }

.optionUl2 input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0; }
  .optionUl2 input[type="radio"]:checked ~ label {
    background-color: #FFFFFF80; }

.performanceFilterTabBottom {
  padding: 20px 43px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .performanceFilterTabBottom {
      padding: 18px 15px; } }

.clearAllPerformanceOption {
  font-size: 1.25rem;
  color: #FFFFFF80;
  font-weight: bold; }
  .clearAllPerformanceOption:hover {
    color: #fff; }

.sendPerformanceOption {
  padding: 8px 40px;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 30px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .sendPerformanceOption {
      font-size: 1.25rem; } }
  @media screen and (max-width: 767px) {
    .sendPerformanceOption {
      padding: 8px 20px;
      font-size: 1rem; } }

.performanceTitleArea {
  background-color: #FFE500;
  margin-bottom: 25px;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .performanceTitleArea {
      margin-bottom: 20px;
      padding: 20px 0; } }

.performanceTitle {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media screen and (max-width: 1280px) {
    .performanceTitle {
      font-size: 2.4rem; } }
  @media screen and (max-width: 1024px) {
    .performanceTitle {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .performanceTitle {
      font-size: 1.8rem;
      margin-bottom: 20px; } }

@media screen and (max-width: 1280px) {
  .performanceDateArea {
    flex-direction: column; } }

.performanceDate {
  font-size: 1.5rem;
  margin-right: 45px; }
  @media screen and (max-width: 1280px) {
    .performanceDate {
      margin-right: 0px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    .performanceDate {
      font-size: 1.25rem; } }

.performanceSpecial {
  align-items: center; }
  @media screen and (max-width: 768px) {
    .performanceSpecial {
      flex-direction: column;
      align-items: flex-start; } }
  .performanceSpecial .performanceSpecialTag {
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 10px;
    color: #7149c5;
    font-size: 0.875rem; }
    @media screen and (max-width: 768px) {
      .performanceSpecial .performanceSpecialTag {
        margin-bottom: 10px; } }
  .performanceSpecial .performanceSpecialInfo {
    font-size: 1.5rem; }
    @media screen and (max-width: 768px) {
      .performanceSpecial .performanceSpecialInfo {
        font-size: 1rem; } }
    .performanceSpecial .performanceSpecialInfo span {
      font-size: 1rem;
      margin: 0 10px; }

.performanceTopArea {
  justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .performanceTopArea {
      flex-direction: column-reverse;
      align-items: flex-start;
      margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .performanceTopTags {
    margin-top: 10px; } }

.performanceTopTag {
  color: #EEEEEE;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  letter-spacing: 1px;
  background-color: #ffffff14;
  margin-right: 10px;
  cursor: auto; }

.performanceMemberActionArea {
  align-items: center; }
  @media screen and (max-width: 767px) {
    .performanceMemberActionArea {
      align-self: flex-end; } }
  .performanceMemberActionArea .buyBtn {
    z-index: 1;
    position: relative;
    font-size: 1.25rem;
    padding: 3px 12px;
    background-color: #fff;
    color: #2e2e2e;
    border-radius: 6px;
    display: inline-block;
    margin-right: 22px;
    overflow: hidden;
    transition: 0.3s; }
    @media screen and (max-width: 767px) {
      .performanceMemberActionArea .buyBtn {
        font-size: 1rem; } }
    .performanceMemberActionArea .buyBtn::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 6px;
      background-color: #FFE500;
      transition: all 0.3s ease; }
    .performanceMemberActionArea .buyBtn:hover {
      letter-spacing: 2px; }
      .performanceMemberActionArea .buyBtn:hover::after {
        top: auto;
        bottom: 0;
        height: 100%; }
    .performanceMemberActionArea .buyBtn:active {
      top: 2px; }
  .performanceMemberActionArea .collectBtn {
    margin-right: 22px;
    font-size: 1.5rem;
    margin-right: 0; }
    .performanceMemberActionArea .collectBtn a {
      color: #FFE500; }
  .performanceMemberActionArea .heatIndex span {
    color: #EEEEEE; }

.performanceBanner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .performanceBanner > div {
    border-radius: 20px;
    overflow: hidden; }
  .performanceBanner img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 767px) {
    .performanceBanner {
      flex-direction: column; } }

.performanceBannerLeft {
  width: 31.6%;
  aspect-ratio: 2/2.58; }
  @media screen and (max-width: 767px) {
    .performanceBannerLeft {
      width: 100%;
      margin: 0 auto 20px; } }

.performanceBannerRight {
  width: 65.8%;
  aspect-ratio: 4/2.25;
  position: relative; }
  @media screen and (max-width: 767px) {
    .performanceBannerRight {
      width: 100%;
      margin: 0 auto 20px; } }
  .performanceBannerRight::after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    left: 0;
    bottom: 0; }
  .performanceBannerRight h2 {
    position: absolute;
    bottom: 17px;
    right: 0;
    padding: 10px 20px;
    font-size: 1.5rem;
    color: #EEEEEE;
    z-index: 2;
    text-align: right; }

.performanceInfoListWrap {
  position: relative;
  border: 1px solid #FFFFFF80;
  border-radius: 15px;
  margin-bottom: 50px; }

.performanceInfoList {
  padding: 40px 50px;
  margin-bottom: 50px;
  max-height: 200px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .performanceInfoList {
      padding: 25px 20px; } }
  .performanceInfoList ul {
    list-style: circle;
    color: #FFE500; }
  .performanceInfoList li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
    padding-left: 1.5em;
    flex-wrap: wrap; }
    .performanceInfoList li div {
      flex: 1; }
      @media screen and (max-width: 767px) {
        .performanceInfoList li div {
          width: 100%;
          flex: auto; } }
    .performanceInfoList li::before {
      content: "•";
      color: #FFE500;
      position: absolute;
      left: 0;
      font-size: 1.5em; }
  .performanceInfoList h3 {
    font-weight: 900;
    color: #FFE500;
    min-width: 4rem;
    margin-right: 15px;
    line-height: 1.875; }
  .performanceInfoList p {
    color: #EEEEEE;
    line-height: 1.875; }

.performanceInfoListShowAllBtn {
  display: none;
  cursor: pointer;
  text-align: center;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFE500;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, black 100%);
  border-radius: 15px; }

.performanceMemberListArea {
  color: #EEEEEE; }

.performanceH2Title {
  font-size: 2.5rem;
  font-weight: bold;
  border-left: 20px solid #FFE500;
  color: #FFE500;
  padding-left: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1280px) {
    .performanceH2Title {
      font-size: 2rem;
      border-left: 15px solid #FFE500; } }
  @media screen and (max-width: 1024px) {
    .performanceH2Title {
      margin-bottom: 25px;
      border-left: 13px solid #FFE500; } }
  @media screen and (max-width: 767px) {
    .performanceH2Title {
      font-size: 1.5rem;
      margin-bottom: 20px;
      border-left: 10px solid #FFE500; } }

.performanceMemberListSwiperContainer {
  aspect-ratio: 2/1.1;
  position: relative;
  padding: 0px 20px;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto 80px;
  z-index: 2;
  position: relative; }
  @media screen and (max-width: 1280px) {
    .performanceMemberListSwiperContainer {
      aspect-ratio: 5/2; } }
  @media screen and (max-width: 1024px) {
    .performanceMemberListSwiperContainer {
      aspect-ratio: auto;
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .performanceMemberListSwiperContainer {
      width: 100%;
      padding: 0; } }

.performanceMemberListUnderEight {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap; }
  .performanceMemberListUnderEight .performanceMemberListsEach {
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 30px; }
    .performanceMemberListUnderEight .performanceMemberListsEach:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .performanceMemberListUnderEight .performanceMemberListsEach {
        width: calc(50% - 10px);
        margin-bottom: 15px; }
        .performanceMemberListUnderEight .performanceMemberListsEach:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .performanceMemberListUnderEight .performanceMemberListsEach {
        width: calc(50% - 10px);
        margin-bottom: 15px; }
        .performanceMemberListUnderEight .performanceMemberListsEach:nth-of-type(2n) {
          margin-right: 0; } }

.performanceMemberListsEach {
  display: block;
  color: #EEEEEE;
  text-align: center; }
  .performanceMemberListsEach:hover .performanceMemberImgBox {
    -webkit-animation: imgScale 0.8s 1 forwards;
            animation: imgScale 0.8s 1 forwards; }
  .performanceMemberListsEach .performanceMemberImgBox {
    max-width: 170px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px; }
    @media screen and (max-width: 767px) {
      .performanceMemberListsEach .performanceMemberImgBox {
        width: 92%; } }
    .performanceMemberListsEach .performanceMemberImgBox img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .performanceMemberListsEach h3 {
    margin-bottom: 10px;
    font-size: 1.25rem; }

.performanceMemberListswiper {
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  .performanceMemberListswiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc((100% - 30px) / 2) !important;
    text-align: center;
    font-size: 18px; }
    @media screen and (max-width: 1280px) {
      .performanceMemberListswiper .swiper-slide {
        height: calc((100% - 30px) / 1) !important; } }

.performanceCommentArea {
  color: #EEEEEE;
  background-color: #000;
  padding: 60px 0 38px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .performanceCommentArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .performanceCommentArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .performanceCommentArea {
      margin-bottom: 40px; } }

.totalCommentCount {
  color: #FFE500;
  font-size: 1.25rem;
  margin-bottom: 24px; }

.toCommemtArea {
  width: 92%;
  margin: 0 auto; }

.toCommentID {
  font-size: 0.875rem;
  margin-bottom: 20px; }

.toCommemt {
  align-items: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .toCommemt {
      flex-direction: column; } }
  .toCommemt textarea {
    background-color: #ffffff20;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    flex: 1;
    padding: 14px 16px;
    resize: none;
    overflow: hidden;
    color: #EEEEEE;
    min-height: 50px; }
    .toCommemt textarea::-webkit-input-placeholder {
      color: #EEEEEE; }
    .toCommemt textarea::-moz-placeholder {
      color: #EEEEEE; }
    .toCommemt textarea:-ms-input-placeholder {
      color: #EEEEEE; }
    .toCommemt textarea::-ms-input-placeholder {
      color: #EEEEEE; }
    .toCommemt textarea::placeholder {
      color: #EEEEEE; }
    @media screen and (max-width: 768px) {
      .toCommemt textarea {
        min-height: 150px; } }
    @media screen and (max-width: 767px) {
      .toCommemt textarea {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        min-height: 218px; } }
  .toCommemt .toCommemtBtns {
    position: relative; }
    @media screen and (max-width: 767px) {
      .toCommemt .toCommemtBtns {
        width: 100%; } }
    .toCommemt .toCommemtBtns label {
      position: relative;
      cursor: pointer;
      font-weight: 900;
      font-size: 0.875rem;
      padding: 3px 20px;
      border-radius: 8px;
      color: #111113;
      background-color: #EEEEEE;
      margin-right: 20px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .toCommemt .toCommemtBtns label {
          margin-right: 10px;
          text-align: center;
          width: calc(33.3333% - 10px); } }
      .toCommemt .toCommemtBtns label:last-of-type {
        margin-right: 0; }
      .toCommemt .toCommemtBtns label:hover {
        background-color: #FFE500;
        color: #2e2e2e; }
    .toCommemt .toCommemtBtns input {
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 1px;
      opacity: 0; }
      .toCommemt .toCommemtBtns input:checked + label {
        background-color: #FFE500; }
    .charCountArea{
      margin-right:20px;
    }
.allCommentList {
  width: 92%;
  margin: 0 auto 50px;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .allCommentList {
      margin: 0 auto 30px; } }

.allCommentEach {
  padding: 18px 0;
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  font-size: 0.875rem; }

.commentVoteTag {
  font-weight: 900;
  border-radius: 6px;
  padding: 3px 9px;
  margin-right: 12px; }

.commentUpvoteTag {
  background-color: #b12121; }

.commentDownvoteTag {
  background-color: #0e5b44; }

.commentVoteNoneTag {
  background-color: #ffffff14; }

.commentText {
  margin: 12px 0; }

.commentDate {
  font-size: 0.75rem;
  color: #FFFFFF80; }

.readMoreComment {
  margin: 30px 0; }
  .readMoreComment a {
    display: inline-block;
    background-color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    color: #2e2e2e;
    letter-spacing: 2px; }
    .readMoreComment a:hover {
      background-color: #FFE500;
      color: #2e2e2e; }

.somethingElseYouDontKnowArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .somethingElseYouDontKnowArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .somethingElseYouDontKnowArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .somethingElseYouDontKnowArea {
      margin-bottom: 40px; } }

.youDontKnowTitle {
  color: #FFE500;
  font-size: 2.5rem;
  margin-bottom: 22px; }
  @media screen and (max-width: 1280px) {
    .youDontKnowTitle {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .youDontKnowTitle {
      font-size: 1.5rem; } }

.youDontKnowListUl {
  color: #fff;
  background-color: #ffffff14;
  width: 92%;
  max-width: 1430px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 35px; }
  @media screen and (max-width: 1024px) {
    .youDontKnowListUl {
      padding: 20px 17px; } }
  @media screen and (max-width: 768px) {
    .youDontKnowListUl {
      padding: 0px 0px; } }
  @media screen and (max-width: 767px) {
    .youDontKnowListUl {
      overflow-x: auto;
      background-color: transparent;
      padding: 0 20px; } }
  @media screen and (max-width: 375px) {
    .youDontKnowListUl {
      padding: 0 8px; } }
  .youDontKnowListUl li {
    padding: 0 35px;
    letter-spacing: 1px;
    width: 33.333%; }
    @media screen and (max-width: 1024px) {
      .youDontKnowListUl li {
        padding: 0px 17px; } }
    @media screen and (max-width: 768px) {
      .youDontKnowListUl li {
        padding: 30px 20px; } }
    @media screen and (max-width: 767px) {
      .youDontKnowListUl li {
        flex: none;
        width: 92%;
        padding: 25px 20px;
        border-radius: 20px;
        margin-right: 20px;
        background-color: #ffffff14; } }
    .youDontKnowListUl li + li {
      border-left: 1px solid #fff; }
      @media screen and (max-width: 767px) {
        .youDontKnowListUl li + li {
          border-left: none; } }
  .youDontKnowListUl h3 {
    font-weight: 900;
    font-size: 1.25rem;
    margin-bottom: 15px; }
    .youDontKnowListUl h3 i {
      display: inline-block;
      margin-left: 10px;
      font-size: 1rem; }
  .youDontKnowListUl p {
    font-size: 0.875rem;
    word-break: break-all; }

.facebookIframeArea {
  width: 92%;
  max-width: 860px;
  margin: 0 auto 80px;
  color: #fff;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .facebookIframeArea {
      margin: 0 auto 40px; } }
  @media screen and (max-width: 767px) {
    .facebookIframeArea {
      flex-direction: column;
      align-items: center; } }

.facebookIframeEach {
  max-width: calc(50% - 16px);
  margin-right: 32px; }
  @media screen and (max-width: 767px) {
    .facebookIframeEach {
      max-width: calc(85% - 16px);
      margin: 0 0 20px; } }
  .facebookIframeEach iframe {
    max-width: 100%; }

.facebookIframeEach + .facebookIframeEach {
  margin-right: 0px; }
  @media screen and (max-width: 767px) {
    .facebookIframeEach + .facebookIframeEach {
      margin: 0 0 20px; } }

.relatedNewsArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .relatedNewsArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .relatedNewsArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .relatedNewsArea {
      margin-bottom: 40px; } }

.relatedPerformancesArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .relatedPerformancesArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .relatedPerformancesArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .relatedPerformancesArea {
      margin-bottom: 40px; } }

.samePlaceArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .samePlaceArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .samePlaceArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .samePlaceArea {
      margin-bottom: 40px; } }

.artWorkerPageContainer {
  display: flex;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .artWorkerPageContainer {
      flex-direction: column;
      margin-bottom: 40px; } }

.artWorkerPageLeft {
  width: 384px;
  margin-right: 32px;
  color: #FFFFFF80; }
  @media screen and (max-width: 1280px) {
    .artWorkerPageLeft {
      width: 300px;
      margin-right: 28px; } }
  @media screen and (max-width: 768px) {
    .artWorkerPageLeft {
      width: 250px;
      margin-right: 18px; } }
  @media screen and (max-width: 767px) {
    .artWorkerPageLeft {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; } }

.artWorkerPageRight {
  width: calc(100% - 416px);
  color: #fff; }
  @media screen and (max-width: 1280px) {
    .artWorkerPageRight {
      width: calc(100% - 328px); } }
  @media screen and (max-width: 768px) {
    .artWorkerPageRight {
      width: calc(100% - 268px); } }
  @media screen and (max-width: 767px) {
    .artWorkerPageRight {
      width: 100%; } }

.artWorkerPic {
  border-radius: 20px 20px 0px 0px;
  border: 1px solid #FFFFFF80;
  overflow: hidden;
  margin-bottom: 24px; }
  .artWorkerPic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.artWorkerInfoList {
  background-color: #00000059;
  border: 1px solid #FFFFFF80;
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #FFFFFF80;
  padding: 27px; }
  .artWorkerInfoList tr {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; }
  .artWorkerInfoList th {
    font-weight: 900;
    min-width: 5rem;
    margin-right: 10px;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    text-align: left; }
  .artWorkerInfoList td {
    color: #dcdcdc;
    font-weight: 400;
    display: inline-block; }
    .artWorkerInfoList td a {
      color: #71B5FF;
      text-decoration: underline; }
      .artWorkerInfoList td a:hover {
        color: #FFE500; }

.artWorkerNameArea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 18px; }
  .artWorkerNameArea h1 {
    font-size: 2.5rem;
    color: #FFE500; }
    @media screen and (max-width: 1280px) {
      .artWorkerNameArea h1 {
        font-size: 2rem; } }
    @media screen and (max-width: 1024px) {
      .artWorkerNameArea h1 {
        font-size: 1.7rem; } }
    @media screen and (max-width: 767px) {
      .artWorkerNameArea h1 {
        font-size: 1.4rem; } }

.artWorkerSNSArea {
  align-items: center; }
  .artWorkerSNSArea .artWorkerSNSIcons a {
    display: inline-block;
    color: #FFE500;
    font-size: 1.5rem;
    color: #fff;
    margin-right: 20px; }
    .artWorkerSNSArea .artWorkerSNSIcons a:hover {
      color: #FFE500; }

.backToPerformanceBtn {
  border: 1px solid transparent;
  background-color: #FFE500;
  color: #2e2e2e;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 6px;
  margin: 0; }
  .backToPerformanceBtn:hover {
    border: 1px solid #FFE500;
    background-color: #2e2e2e;
    color: #FFE500; }

.artWorkerQuickTour {
  background-color: #ffffff14;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
  padding: 15px 0; }
  .artWorkerQuickTour span {
    font-size: 0.875rem;
    display: inline-block;
    margin: 0 10px 0 25px; }
    @media screen and (max-width: 767px) {
      .artWorkerQuickTour span {
        margin: 0px 10px 10px 25px; } }
  .artWorkerQuickTour ul {
    display: flex;
    justify-content: center;
    list-style: disc;
    color: #FFE500;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .artWorkerQuickTour ul {
        width: 92%; } }
  .artWorkerQuickTour li {
    margin: 0 10px 0 25px; }
  .artWorkerQuickTour a {
    display: inline-block;
    font-weight: 900;
    color: #FFE500; }
    .artWorkerQuickTour a:hover {
      text-decoration: underline; }

.artWorkerMainIntroduce {
  line-height: 1.6; }
  .artWorkerMainIntroduce h2 {
    font-size: 1.25rem;
    font-weight: 900;
    color: #FFE500;
    margin-bottom: 27px; }
  .artWorkerMainIntroduce h3 {
    padding: 10px 15px;
    color: #fff;
    font-weight: 900;
    background-color: #ffffff14;
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .artWorkerMainIntroduce p {
    margin-bottom: 20px; }
  .artWorkerMainIntroduce > ul {
    list-style: disc;
    margin-bottom: 20px;
    list-style-position: inside; }
  .artWorkerMainIntroduce > ol {
    list-style: decimal;
    margin-bottom: 20px;
    list-style-position: inside; }
  .artWorkerMainIntroduce a {
    color: #71B5FF;
    text-decoration: underline; }
    .artWorkerMainIntroduce a:hover {
      color: #FFE500; }
  .artWorkerMainIntroduce > div > table {
    margin-bottom: 38px;
    border-collapse: collapse;
    border: 1px solid #FFFFFF80; }
    .artWorkerMainIntroduce > div > table > thead tr {
      color: #fff;
      font-weight: bold;
      text-align: center; }
    .artWorkerMainIntroduce > div > table > tbody tr td {
      border: 1px solid #FFFFFF80;
      padding: 10px 15px;
      text-align: left;
      color: #fff; }
    .artWorkerMainIntroduce > div > table td {
      color: #fff;
      padding: 10px 0px;
      text-align: left; }
    .artWorkerMainIntroduce > div > table table {
      border-collapse: collapse;
      border: 1px solid #FFFFFF80; }
      .artWorkerMainIntroduce > div > table table td {
        padding: 0 !important; }
      .artWorkerMainIntroduce > div > table table th {
        padding: 10px; }
      .artWorkerMainIntroduce > div > table table ul {
        list-style: disc;
        list-style-position: inside; }
      .artWorkerMainIntroduce > div > table table ol {
        list-style: decimal;
        list-style-position: inside; }
      .artWorkerMainIntroduce > div > table table ul,
      .artWorkerMainIntroduce > div > table table ol {
        padding: 10px; }

.artTeamIntroBanner {
  color: #fff;
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .artTeamIntroBanner {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; } }
  .artTeamIntroBanner h1 {
    color: #FFE500;
    font-weight: 900;
    margin-bottom: 25px;
    font-size: 2.5rem; }
    @media screen and (max-width: 767px) {
      .artTeamIntroBanner h1 {
        font-size: 2.2rem;
        margin-bottom: 15px; } }

.artTeamIntroBannerPicBox {
  width: 420px;
  margin-right: 32px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #FFFFFF80; }
  @media screen and (max-width: 1280px) {
    .artTeamIntroBannerPicBox {
      width: 430px; } }
  @media screen and (max-width: 820px) {
    .artTeamIntroBannerPicBox {
      width: 350px; } }
  @media screen and (max-width: 767px) {
    .artTeamIntroBannerPicBox {
      width: 100%;
      margin-right: 0;
      margin-bottom: 30px; } }
  .artTeamIntroBannerPicBox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.artTeamIntroBannerInfo {
  flex: 1; }
  @media screen and (max-width: 767px) {
    .artTeamIntroBannerInfo {
      width: 100%; } }
  .artTeamIntroBannerInfo .performanceTopTags {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .artTeamIntroBannerInfo .performanceTopTags {
        margin: 0 0 15px; } }

.artTeamContactWay li {
  margin-bottom: 15px; }

.artTeamSNS {
  padding-bottom: 25px;
  border-bottom: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .artTeamSNS {
      border-bottom: none;
      border-top: 1px solid #fff;
      padding-top: 10px; } }
  .artTeamSNS a {
    display: inline-block;
    color: #fff;
    margin-right: 18px;
    font-size: 1.375rem; }
    .artTeamSNS a:hover {
      color: #FFE500; }

.artTeamBannerBackBtn {
  position: absolute;
  right: 0;
  bottom: 25px; }

.artWorkerTeamIntroArea {
  background-color: #00000059;
  color: #fff;
  padding: 30px 50px;
  border-radius: 15px;
  border: 1px solid #FFFFFF80;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .artWorkerTeamIntroArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .artWorkerTeamIntroArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .artWorkerTeamIntroArea {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .artWorkerTeamIntroArea {
      padding: 15px 25px; } }
  .artWorkerTeamIntroArea h3 {
    color: #FFE500;
    font-size: 1.25rem;
    margin-bottom: 25px; }
.artWorkerTeamIntroArea h2 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 25px;
}
  .artWorkerTeamIntroArea p {
    line-height: 1.65;
    margin-bottom: 25px; }
  .artWorkerTeamIntroArea a {
    color: #71B5FF;
    text-decoration: underline; }
    .artWorkerTeamIntroArea a:hover {
      color: #FFE500; }

.stagePhotoArea {
  margin-bottom: 80px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .stagePhotoArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .stagePhotoArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .stagePhotoArea {
      margin-bottom: 40px; } }
  .stagePhotoArea::after {
    width: 100%;
    height: 110%;
    content: "";
    background-color: #ffffff0d;
    top: -30px;
    left: 0;
    position: absolute; }

.stagePhotoSwiperContainer {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .stagePhotoSwiperContainer {
      width: 100%; } }

.stagePhotoSwiper {
  width: 92%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .stagePhotoSwiper {
      width: 92%;
      margin-left: 5%; } }

.stagePhoto {
  display: block; }

.stagePhotoBox {
  aspect-ratio: 3/2;
  border: 1px solid #FFFFFF80;
  border-radius: 20px;
  overflow: hidden; }
  .stagePhotoBox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.performanceMediaArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .performanceMediaArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .performanceMediaArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .performanceMediaArea {
      margin-bottom: 40px; } }

.performanceMediaSwiper {
  width: 80%;
  max-width: 793px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .performanceMediaSwiper {
      width: 92%;
      margin-left: 5%;
      overflow: hidden; } }

.iframeVideoBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 20px;
  border: 1px solid #FFFFFF80;
  overflow: hidden; }
  .iframeVideoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.recentPerformancesArea {
  position: relative; }
  .recentPerformancesArea::after {
    width: 100%;
    height: 110%;
    content: "";
    background-color: #ffffff0d;
    top: -30px;
    left: 0;
    position: absolute; }

.recentPerformancesArea,
.pastPerformancesArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .recentPerformancesArea,
    .pastPerformancesArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .recentPerformancesArea,
    .pastPerformancesArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .recentPerformancesArea,
    .pastPerformancesArea {
      margin-bottom: 40px; } }

.recentPerformancesSwiper .swiper-slide h3 {
  margin-bottom: 10px; }

.recentPerformancesImgBox,
.pastPerformancesImgBox {
  margin-bottom: 30px; }

.recentPerformancesInfoArea,
.pastPerformancesInfoArea {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  letter-spacing: 1px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  padding: 20px 20px 10px 20px; }

.recentPerformancesTagsArea,
.pastPerformancesTagsArea {
  margin-bottom: 30px;
  justify-content: space-between; }
  .recentPerformancesTagsArea .recentPerformancesTags a,
  .pastPerformancesTagsArea .recentPerformancesTags a {
    display: inline-block; }
  .recentPerformancesTagsArea .recentPerformancesTag,
  .recentPerformancesTagsArea .pastPerformancesTag,
  .pastPerformancesTagsArea .recentPerformancesTag,
  .pastPerformancesTagsArea .pastPerformancesTag {
    display: inline-block;
    padding: 5px 22px;
    font-size: 0.875rem;
    color: #fff;
    background: #ffffff14;
    border-radius: 7px;
    margin-right: 12px;
    border: 1px solid transparent; }
    @media screen and (max-width: 1280px) {
      .recentPerformancesTagsArea .recentPerformancesTag,
      .recentPerformancesTagsArea .pastPerformancesTag,
      .pastPerformancesTagsArea .recentPerformancesTag,
      .pastPerformancesTagsArea .pastPerformancesTag {
        padding: 5px 15px; } }
    @media screen and (max-width: 767px) {
      .recentPerformancesTagsArea .recentPerformancesTag,
      .recentPerformancesTagsArea .pastPerformancesTag,
      .pastPerformancesTagsArea .recentPerformancesTag,
      .pastPerformancesTagsArea .pastPerformancesTag {
        padding: 5px 10px; } }
    .recentPerformancesTagsArea .recentPerformancesTag:last-of-type,
    .recentPerformancesTagsArea .pastPerformancesTag:last-of-type,
    .pastPerformancesTagsArea .recentPerformancesTag:last-of-type,
    .pastPerformancesTagsArea .pastPerformancesTag:last-of-type {
      margin-right: 0; }
    .recentPerformancesTagsArea .recentPerformancesTag:hover,
    .recentPerformancesTagsArea .pastPerformancesTag:hover,
    .pastPerformancesTagsArea .recentPerformancesTag:hover,
    .pastPerformancesTagsArea .pastPerformancesTag:hover {
      border: 1px solid #fff; }
  .recentPerformancesTagsArea .recentPerformancesHot,
  .recentPerformancesTagsArea .pastPerformancesHot,
  .pastPerformancesTagsArea .recentPerformancesHot,
  .pastPerformancesTagsArea .pastPerformancesHot {
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem; }
    .recentPerformancesTagsArea .recentPerformancesHot span,
    .recentPerformancesTagsArea .pastPerformancesHot span,
    .pastPerformancesTagsArea .recentPerformancesHot span,
    .pastPerformancesTagsArea .pastPerformancesHot span {
      vertical-align: middle;
      display: inline-block; }

.relatedPerformingUnitsContainer {
  max-width: 1270px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .relatedPerformingUnitsContainer {
      width: 100%; } }

.relatedPerformingUnitsAreaSwiper {
  max-width: 1220px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .relatedPerformingUnitsAreaSwiper {
      width: 92%;
      margin: 0 auto 0 5%;
      max-width: 1000px; } }

.relatedPerformingUnitsArea {
  margin-bottom: 80px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .relatedPerformingUnitsArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .relatedPerformingUnitsArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .relatedPerformingUnitsArea {
      margin-bottom: 40px; } }
  .relatedPerformingUnitsArea::after {
    width: 100%;
    height: 80%;
    content: "";
    background-color: #ffffff0d;
    top: -50px;
    left: 0;
    position: absolute;
    z-index: -1; }

.memberLoginContaineWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vmin; }

.memberLoginContainer {
  align-items: stretch;
  justify-content: space-between;
  min-height: 80%; }
  @media screen and (max-width: 767px) {
    .memberLoginContainer {
      flex-direction: column;
      padding-bottom: 20px; } }

.memberLoginWelcomeArea {
  width: 50%;
  border-right: 2px solid #FFFFFF80;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 820px) {
    .memberLoginWelcomeArea {
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .memberLoginWelcomeArea {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .memberLoginWelcomeArea {
      width: 100%;
      border-right: 0px solid #FFFFFF80;
      margin-bottom: 20px; } }

.memberLoginWelcomeTitle {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10px;
  color: #fff; }
  @media screen and (max-width: 1024px) {
    .memberLoginWelcomeTitle {
      font-size: 2.8rem; } }
  @media screen and (max-width: 767px) {
    .memberLoginWelcomeTitle {
      font-size: 2.3rem; } }

.memberLoginWelcomeText {
  max-width: 70%;
  color: #fff; }
  @media screen and (max-width: 820px) {
    .memberLoginWelcomeText {
      width: 90%; } }

.memberLoginFormArea {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 820px) {
    .memberLoginFormArea {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .memberLoginFormArea {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .memberLoginFormArea {
      width: 100%; } }
  .memberLoginFormArea form {
    width: 92%;
    max-width: 450px; }
    @media screen and (max-width: 767px) {
      .memberLoginFormArea form {
        max-width: none; } }
  .memberLoginFormArea input {
    width: 100%;
    display: block;
    padding: 14px 19px;
    border-radius: 15px;
    border: 1px solid #887e7e;
    font-weight: 500;
    outline: none;
    color: #fff;
    background-color: #ffffff14;
    font-size: 0.875rem;
    margin-bottom: 20px; }
    .memberLoginFormArea input::-webkit-input-placeholder {
      color: #FFFFFF80; }
    .memberLoginFormArea input::-moz-placeholder {
      color: #FFFFFF80; }
    .memberLoginFormArea input:-ms-input-placeholder {
      color: #FFFFFF80; }
    .memberLoginFormArea input::-ms-input-placeholder {
      color: #FFFFFF80; }
    .memberLoginFormArea input::placeholder {
      color: #FFFFFF80; }
    @media screen and (max-width: 767px) {
      .memberLoginFormArea input {
        font-size: 1rem;
        padding: 14px 20px 10px; } }

.forgetPassword {
  color: #FFE500;
  display: inline-block;
  margin-bottom: 36px; }
  .forgetPassword:hover {
    text-decoration: underline; }

.loginBtns {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 820px) {
    .loginBtns {
      flex-direction: column; } }
  .loginBtns a {
    display: inline-block;
    padding: 6px 0;
    color: #2e2e2e;
    width: calc(50% - 8px);
    border-radius: 20px;
    background-color: #fff;
    font-size: 700px;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 900; }
    .loginBtns a:hover {
      background-color: #FFE500; }
    @media screen and (max-width: 820px) {
      .loginBtns a {
        width: 100%;
        margin-bottom: 15px; } }

.ortherOR {
  margin: 50px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 820px) {
    .ortherOR {
      margin: 25px auto; } }
  .ortherOR span {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0 10px; }
    .ortherOR span:nth-of-type(1), .ortherOR span:nth-of-type(3) {
      height: 1px;
      background-color: #fff;
      flex-grow: 1; }

.otherLoginWay {
  margin: 0 auto; }
  .otherLoginWay a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 40px;
    margin: 0 auto 26px;
    padding: 10px 0;
    border-radius: 6px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .otherLoginWay a {
        width: 250px; } }

.otherLoginLine {
  background-color: #06c755;
  color: #fff; }

.otherLoginDC {
  background-color: #5865f2;
  color: #fff; }

.registerStepCheck {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 622px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 820px) {
    .registerStepCheck {
      margin: 20px auto 40px;
      width: 90%; } }

.registerStepCheckBtn {
  font-size: 1rem;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 38px;
  letter-spacing: 1px;
  background-color: #FFFFFF80; }
  @media screen and (max-width: 767px) {
    .registerStepCheckBtn {
      padding: 10px 15px; } }

.registerStepCheckBtn.registerStepCheckBtnIng {
  background-color: #FFE500; }

.registerStepCheckLine {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #ffe600 0%, #86838e 100%); }

.registerStepCheckLine.registerStepCheckLineDone {
  background: #FFE500; }

.registerForm {
  max-width: 1300px;
  margin: 0 auto 200px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .registerForm {
      margin: 0 auto 100px; } }

.registerFormBox {
  width: 50%;
  color: #fff; }
  @media screen and (max-width: 1280px) {
    .registerFormBox {
      width: 100%; } }

.registerRow {
  align-items: start;
  margin-bottom: 36px; }
  @media screen and (max-width: 767px) {
    .registerRow {
      flex-direction: column;
      margin-bottom: 18px; } }
  .registerRow > label {
    text-align: justify;
    margin: 10px 30px 0 0;
    width: 6rem;
    display: flex;
    font-size: 0.75rem; }
    @media screen and (max-width: 767px) {
      .registerRow > label {
        margin: 10px 0 15px; } }
    .registerRow > label .registerMustHint {
      color: #FFE500;
      display: inline-block;
      margin-right: 3px; }
    .registerRow > label p {
      width: 100%;
      text-align: justify;
      -moz-text-align-last: justify;
           text-align-last: justify; }

.registerRowInputBox {
  flex: 1; }
  @media screen and (max-width: 375px) {
    .registerRowInputBox > div:first-of-type {
      flex-direction: column;
      align-items: flex-start; }
      .registerRowInputBox > div:first-of-type > a {
        margin: 10px 0; }
    .registerRowInputBox > div:has(.registerRowPassword) {
      flex-direction: row;
      align-items: center; } }
  .registerRowInputBox input[type="text"],
  .registerRowInputBox input[type="email"],
  .registerRowInputBox input[type="password"],
  .registerRowInputBox input[type="tel"] {
    width: 384px;
    border-radius: 15px;
    background-color: #ffffff14;
    padding: 14px 16px;
    outline: none;
    border: 1px solid transparent;
    margin: 0 10px 0px 0;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .registerRowInputBox input[type="text"],
      .registerRowInputBox input[type="email"],
      .registerRowInputBox input[type="password"],
      .registerRowInputBox input[type="tel"] {
        width: 300px;
        padding: 7px 8px; } }
    @media screen and (max-width: 322px) {
      .registerRowInputBox input[type="text"],
      .registerRowInputBox input[type="email"],
      .registerRowInputBox input[type="password"],
      .registerRowInputBox input[type="tel"] {
        width: 220px; } }
    .registerRowInputBox input[type="text"]::-webkit-input-placeholder, .registerRowInputBox input[type="email"]::-webkit-input-placeholder, .registerRowInputBox input[type="password"]::-webkit-input-placeholder, .registerRowInputBox input[type="tel"]::-webkit-input-placeholder {
      color: #FFFFFF80; }
    .registerRowInputBox input[type="text"]::-moz-placeholder, .registerRowInputBox input[type="email"]::-moz-placeholder, .registerRowInputBox input[type="password"]::-moz-placeholder, .registerRowInputBox input[type="tel"]::-moz-placeholder {
      color: #FFFFFF80; }
    .registerRowInputBox input[type="text"]:-ms-input-placeholder, .registerRowInputBox input[type="email"]:-ms-input-placeholder, .registerRowInputBox input[type="password"]:-ms-input-placeholder, .registerRowInputBox input[type="tel"]:-ms-input-placeholder {
      color: #FFFFFF80; }
    .registerRowInputBox input[type="text"]::-ms-input-placeholder, .registerRowInputBox input[type="email"]::-ms-input-placeholder, .registerRowInputBox input[type="password"]::-ms-input-placeholder, .registerRowInputBox input[type="tel"]::-ms-input-placeholder {
      color: #FFFFFF80; }
    .registerRowInputBox input[type="text"]::placeholder,
    .registerRowInputBox input[type="email"]::placeholder,
    .registerRowInputBox input[type="password"]::placeholder,
    .registerRowInputBox input[type="tel"]::placeholder {
      color: #FFFFFF80; }
    .registerRowInputBox input[type="text"]:focus,
    .registerRowInputBox input[type="email"]:focus,
    .registerRowInputBox input[type="password"]:focus,
    .registerRowInputBox input[type="tel"]:focus {
      border: 1px solid #606060; }
  .registerRowInputBox input[type="radio"] {
    margin: 0 10px 0; }
  .registerRowInputBox p {
    font-size: 0.75rem;
    color: #FFFFFF80;
    padding-left: 12px;
    margin: 10px 0; }

.registerRowInputWrap {
  position: relative;
  align-items: center;
  display: flex; }

.registerRowInputWrap.registerRowPassword input[type="text"] {
  margin-bottom: 0;
  padding-right: 45px; }

.registerCheckBtn {
  display: inline-block;
  padding: 3px 14px;
  color: #fff;
  font-size: 0.875rem;
  background-color: #FFFFFF80;
  border-radius: 6px; }
  @media screen and (max-width: 767px) {
    .registerCheckBtn {
      padding: 3px 5px; } }
  .registerCheckBtn:hover {
    background-color: #FFE500;
    color: #2e2e2e; }

.errorEmpty {
  color: #FFE500;
  font-size: 0.75rem;
  margin: 10px 0;
  display: none; }

.errorHint {
  color: #FFE500;
  font-size: 0.75rem;
  margin: 10px 0;
  display: none; }

.watchPasswordBtn {
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  color: #FFFFFF80;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .watchPasswordBtn {
      font-size: 1rem; } }

@media screen and (max-width: 375px) {
  .registerRowPassword {
    flex-direction: row !important; } }

.checkPasswordStatus {
  width: 24px; }
  .checkPasswordStatus .cls-1 {
    fill: none; }
  @media screen and (max-width: 767px) {
    .checkPasswordStatus {
      width: 18px; } }

.checkPasswordStatusOK .checkPasswordStatusIcon path {
  stroke: #7ce811; }

.registerResendMailBtn {
  margin-left: 10px; }

.registerRowEmailVerificationCode input[type="text"] {
  width: 200px;
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .registerRowEmailVerificationCode input[type="text"] {
      width: 160px; } }
  @media screen and (max-width: 322px) {
    .registerRowEmailVerificationCode input[type="text"] {
      width: 120px; } }

.registerRowEmailVerificationCodeRowWrap {
  display: none; }

.registerRowEmailVerificationCodeRow {
  display: flex;
  align-items: center; }

.registerGenderRadiogroup {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .registerGenderRadiogroup label {
    display: flex;
    align-items: center; }
  .registerGenderRadiogroup input {
    vertical-align: middle; }
  .registerGenderRadiogroup input[type="radio"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    position: relative;
    border-radius: 100%;
    border: 2px solid #000;
    box-shadow: inset 0 0 0 2px #fff;
    width: 24px;
    height: 24px;
    transition: all 0.2s; }
    .registerGenderRadiogroup input[type="radio"]:checked {
      background: #FFE500;
      box-shadow: inset 0 0 0 5px #111113;
      border: 2px solid #fff; }

.registerBirthday input {
  background-color: transparent;
  width: 100%;
  padding: 14px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid transparent;
  margin: 0 10px 0px 0;
  color: #FFFFFF80; }
  @media screen and (max-width: 767px) {
    .registerBirthday input {
      padding: 7px 8px; } }
  .registerBirthday input::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }

.registerBirthday .birthdaySelect {
  color: #fff; }

.registerBirthdayInputWrap {
  width: 100%;
  max-width: 384px;
  border-radius: 15px;
  background-color: #ffffff14;
  position: relative; }
  @media screen and (max-width: 767px) {
    .registerBirthdayInputWrap {
      width: 300px; } }
  @media screen and (max-width: 322px) {
    .registerBirthdayInputWrap {
      width: 220px; } }
  .registerBirthdayInputWrap::after {
    position: absolute;
    content: "\f073";
    font-family: "FontAwesome";
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    z-index: 2; }

.twzipcode {
  display: flex; }
  @media screen and (max-width: 767px) {
    .twzipcode {
      flex-direction: column; } }

.form-control {
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 14px 16px;
  flex-grow: 1;
  margin-right: 24px;
  width: 180px;
  background-color: #ffffff14;
  color: #FFFFFF80; }
  @media screen and (max-width: 767px) {
    .form-control {
      width: 300px;
      margin-bottom: 20px;
      padding: 7px 8px; } }
  @media screen and (max-width: 322px) {
    .form-control {
      width: 220px; } }
  .form-control:focus {
    border: 1px solid #606060; }
  .form-control option {
    background-color: #000;
    color: #fff; }
  .form-control:last-of-type {
    margin-right: 0; }

.form-control_select {
  color: #fff; }

.identityType {
  flex-wrap: wrap;
  padding-top: 10px; }
  .identityType > div {
    display: flex;
    margin: 0 10px 10px 0; }
    .identityType > div label {
      flex-grow: 1;
      font-size: 0.875rem; }

.registerPrivacyRow {
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .registerPrivacyRow {
      flex-direction: column; } }
  .registerPrivacyRow .registerPrivacy {
    align-items: center; }
    @media screen and (max-width: 767px) {
      .registerPrivacyRow .registerPrivacy {
        margin-bottom: 20px; } }
  .registerPrivacyRow input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin-right: 5px; }
  .registerPrivacyRow label {
    font-size: 0.875rem; }
    .registerPrivacyRow label a {
      color: #FFE500;
      text-decoration: underline; }
      .registerPrivacyRow label a:hover {
        color: #6C6C6C; }

.registerNextStpeBtn {
  display: inline-block;
  padding: 7px 70px;
  font-size: 0.875rem;
  background-color: #FFE500;
  border-radius: 20px;
  color: #2e2e2e;
  border: 1px solid transparent; }
  .registerNextStpeBtn:hover {
    border: 1px solid #FFE500;
    background-color: #2e2e2e;
    color: #fff; }

.memberRegisterWelcomePic {
  width: 416px;
  margin: 128px auto; }
  @media screen and (max-width: 767px) {
    .memberRegisterWelcomePic {
      width: 300px;
      margin: 70px auto; } }
  .memberRegisterWelcomePic img {
    width: 100%;
    -webkit-animation: scaleLOGO .8s 1s 1;
            animation: scaleLOGO .8s 1s 1; }

@-webkit-keyframes scaleLOGO {
  0% {
    transform: scale(1) rotate(0deg); }
  25% {
    transform: scale(1.2) rotate(10deg); }
  50% {
    transform: scale(1) rotate(-10deg); }
  75% {
    transform: scale(1.2) rotate(10deg); }
  100% {
    transform: scale(1) rotate(0deg); } }

@keyframes scaleLOGO {
  0% {
    transform: scale(1) rotate(0deg); }
  25% {
    transform: scale(1.2) rotate(10deg); }
  50% {
    transform: scale(1) rotate(-10deg); }
  75% {
    transform: scale(1.2) rotate(10deg); }
  100% {
    transform: scale(1) rotate(0deg); } }

.memberRegisterWelcomeText {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 28px; }

.registerFinishToLoginBtn {
  background-color: #FFE500;
  color: #2e2e2e;
  display: inline-block;
  padding: 6px 75px;
  margin: 20px auto 200px;
  font-size: 0.875rem;
  border-radius: 20px;
  border: 1px solid transparent; }
  @media screen and (max-width: 767px) {
    .registerFinishToLoginBtn {
      margin: 20px auto 80px; } }
  .registerFinishToLoginBtn:hover {
    border: 1px solid #FFE500;
    background-color: transparent;
    color: #FFE500; }

.memberCenterMenuList {
  justify-content: center;
  margin-bottom: 60px; }
  @media screen and (max-width: 820px) {
    .memberCenterMenuList {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .memberCenterMenuList {
      margin: 20px auto; } }
  .memberCenterMenuList li {
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c; }
    .memberCenterMenuList li:first-of-type {
      border-left: 1px solid transparent; }
    .memberCenterMenuList li:last-of-type {
      border-right: 1px solid transparent; }

.memberCenterMenuA {
  font-weight: 500;
  font-size: 1.5rem;
  display: inline-block;
  color: #8c8c8c;
  padding: 5px 25px; }
  @media screen and (max-width: 820px) {
    .memberCenterMenuA {
      font-size: 1.3rem; } }
  @media screen and (max-width: 767px) {
    .memberCenterMenuA {
      padding: 5px 12px;
      font-size: 1.1rem; } }
  @media screen and (max-width: 375px) {
    .memberCenterMenuA {
      font-size: 1rem;
      padding: 5px 8px; } }
  .memberCenterMenuA:hover {
    color: #FFE500;
    text-decoration: underline;
    font-weight: 900; }

.memberCenterMenuA.memberCenterMenuAActive {
  font-weight: 900;
  color: #FFE500; }

.memberHello {
  font-size: 2.5rem;
  margin-bottom: 80px;
  color: #fff; }
  @media screen and (max-width: 1280px) {
    .memberHello {
      font-size: 2rem;
      margin-bottom: 60px; } }
  @media screen and (max-width: 1024px) {
    .memberHello {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .memberHello {
      font-size: 1.5rem;
      margin-bottom: 30px; } }

.memberCenterForm {
  max-width: 1080px;
  margin: 0 auto 20px;
  color: #fff; }
  .memberCenterForm .registerRowInputBox p {
    color: #fff;
    font-size: 0.875rem; }

.memberCenterPersonalBlock {
  background-color: #2C1A4B;
  padding: 32px 48px;
  margin-bottom: 24px;
  border-radius: 20px; }
  .memberCenterPersonalBlock:first-of-type {
    background-color: transparent; }
  .memberCenterPersonalBlock:last-of-type {
    margin-bottom: 100px; }

.saveMemberInfoBtn {
  display: inline-block;
  padding: 7px 70px;
  font-size: 0.875rem;
  background-color: #FFE500;
  border-radius: 20px;
  color: #2e2e2e;
  border: 1px solid transparent;
  margin: 20px 0 30px; }
  @media screen and (max-width: 768px) {
    .saveMemberInfoBtn {
      margin: 20px 0 100px; } }
  @media screen and (max-width: 767px) {
    .saveMemberInfoBtn {
      margin: 20px 0 60px; } }
  .saveMemberInfoBtn:hover {
    border: 1px solid #FFE500;
    background-color: #2e2e2e;
    color: #fff; }

.memberCollectTab li {
  width: 200px; }
  @media screen and (max-width: 767px) {
    .memberCollectTab li {
      width: auto;
      flex: 1; } }
  .memberCollectTab li a {
    display: block;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .memberCollectTab li a {
        padding: 10px; } }

.memberCollectContent {
  padding: 32px 0; }

.memberCollectPerformanceList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 28px; }
  @media screen and (max-width: 1600px) {
    .memberCollectPerformanceList {
      padding: 0; } }
  .memberCollectPerformanceList li {
    margin-bottom: 40px;
    width: 20%; }
    .memberCollectPerformanceList li .performanceBoxEach {
      margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .memberCollectPerformanceList li {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .memberCollectPerformanceList li {
        width: 33.3333%; } }
    @media screen and (max-width: 767px) {
      .memberCollectPerformanceList li {
        width: 100%; } }

.memberCollectArtTeamList, .memberCollectArtWorkerList {
  display: flex;
  flex-wrap: wrap; }
  .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
    width: 16.6667%;
    margin-bottom: 46px; }
    .memberCollectArtTeamList li .artTeamBox, .memberCollectArtWorkerList li .artTeamBox {
      margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
        width: 25%; } }
    @media screen and (max-width: 1024px) {
      .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
        width: 33.3333%; } }
    @media screen and (max-width: 500px) {
      .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
        width: 50%;
        margin-bottom: 35px; } }

.noticeTitle {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .noticeTitle {
      font-size: 1.8rem;
      max-width: 95%; } }

.privacyPolicyStatementBox {
  width: 92%;
  max-width: 1000px;
  height: 800px;
  overflow: auto;
  margin: 0 auto;
  margin-bottom: 80px;
  color: #dcdcdc;
  font-size: 0.75rem;
  line-height: 2;
  padding: 20px; }
  @media screen and (max-width: 1024px) {
    .privacyPolicyStatementBox {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .privacyPolicyStatementBox {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .privacyPolicyStatementBox {
      margin-bottom: 40px; } }
  .privacyPolicyStatementBox::-webkit-scrollbar {
    width: 9px; }
  .privacyPolicyStatementBox::-webkit-scrollbar-track {
    background: #ffffff14; }
  .privacyPolicyStatementBox::-webkit-scrollbar-thumb {
    background: #FFFFFF80;
    border-radius: 21px; }
  .privacyPolicyStatementBox::-webkit-scrollbar-thumb:hover {
    background: #FFE500; }
  .privacyPolicyStatementBox b {
    font-weight: 900; }
  .privacyPolicyStatementBox > ol, .privacyPolicyStatementBox > ul {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 30px; }
    .privacyPolicyStatementBox > ol ol, .privacyPolicyStatementBox > ol ul, .privacyPolicyStatementBox > ul ol, .privacyPolicyStatementBox > ul ul {
      list-style: disc;
      padding-left: 30px; }
  .privacyPolicyStatementBox h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 20px 0; }
  .privacyPolicyStatementBox h3 {
    font-size: 1.3rem;
    font-weight: bold; }
  .privacyPolicyStatementBox a {
    color: #FFFFFF80;
    text-decoration: underline; }
    .privacyPolicyStatementBox a:hover {
      color: #fff; }

.importantP {
  color: #FFE500; }

.importantPBg {
  background-color: #FFE500;
  color: #2e2e2e; }

.systemErrorTitle {
  text-align: center;
  color: #fff; }
  .systemErrorTitle span {
    font-size: 4rem;
    font-weight: bold; }

.systemErrorImg {
  text-align: center;
  margin: 200px auto;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .systemErrorImg {
      margin: 100px auto; } }

.announcerNewsIndexBannerContainer {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexBannerContainer {
      flex-direction: column;
      margin-bottom: 45px; } }
  .announcerNewsIndexBannerContainer .announcerNewsIndexBannerPicContainer {
    width: 60%;
    aspect-ratio: 4/2.6; }
    @media screen and (max-width: 1280px) {
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerPicContainer {
        width: 65%; } }
    @media screen and (max-width: 820px) {
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerPicContainer {
        width: 72%; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerPicContainer {
        width: 100%;
        aspect-ratio: 3/2;
        height: 258px; } }
  .announcerNewsIndexBannerContainer .announcerNewsIndexBannerwiperA {
    height: 100%; }
    .announcerNewsIndexBannerContainer .announcerNewsIndexBannerwiperA a {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerwiperA a img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
  .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer {
    width: 26%;
    aspect-ratio: 4/2.8;
    background-color: #FFE500;
    position: relative;
    z-index: 2;
    margin-left: -70px; }
    @media screen and (max-width: 1280px) {
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer {
        width: 35%; } }
    @media screen and (max-width: 820px) {
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer {
        width: 30%; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer {
        width: 100%;
        margin: auto;
        aspect-ratio: auto; } }
    .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide {
      width: 100%;
      height: 100%; }
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a {
        display: block;
        padding: 29px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        color: #2e2e2e;
        font-weight: bold; }
        @media screen and (max-width: 1280px) {
          .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a {
            padding: 20px; } }
        @media screen and (max-width: 820px) {
          .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a {
            padding: 15px; } }
        @media screen and (max-width: 767px) {
          .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a {
            padding: 35px 25px; } }
        .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a h3 {
          font-size: 2.25rem; }
          @media screen and (max-width: 1280px) {
            .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a h3 {
              font-size: 1.8rem; } }
          @media screen and (max-width: 820px) {
            .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a h3 {
              font-size: 1.5rem; } }
          .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a h3 span {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5; }
            @media screen and (max-width: 767px) {
              .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a h3 span {
                -webkit-line-clamp: 4; } }
        .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .swiper-slide a p span {
          font-size: 0.75rem;
          display: inline-block;
          margin-right: 10px;
          color: #3f3f3f; }
    .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .announcerNewsIndexBannerPagination {
      bottom: -35px; }
      @media screen and (max-width: 768px) {
        .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .announcerNewsIndexBannerPagination {
          bottom: -20px; } }
      @media screen and (max-width: 767px) {
        .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .announcerNewsIndexBannerPagination {
          bottom: -30px; } }
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .announcerNewsIndexBannerPagination .swiper-pagination-bullet {
        background-color: #d9d9d959;
        width: 11px;
        height: 11px; }
        @media screen and (max-width: 768px) {
          .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .announcerNewsIndexBannerPagination .swiper-pagination-bullet {
            background-color: #d9d9d9; } }
      .announcerNewsIndexBannerContainer .announcerNewsIndexBannerTextContainer .announcerNewsIndexBannerPagination .swiper-pagination-bullet-active {
        background-color: #FFE500; }

.announcerNewsIndexBannerArrowBtn {
  position: absolute;
  bottom: 16px;
  right: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 93px; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexBannerArrowBtn {
      bottom: 8px;
      right: 10px; } }
  @media screen and (max-width: 820px) {
    .announcerNewsIndexBannerArrowBtn {
      width: 80px; } }
  .announcerNewsIndexBannerArrowBtn .swiperNextBtn,
  .announcerNewsIndexBannerArrowBtn .swiperPrevBtn {
    width: 39px;
    height: 39px;
    position: relative;
    left: auto;
    right: auto;
    background-color: #00000026;
    box-shadow: none; }
    @media screen and (max-width: 820px) {
      .announcerNewsIndexBannerArrowBtn .swiperNextBtn,
      .announcerNewsIndexBannerArrowBtn .swiperPrevBtn {
        width: 32px;
        height: 32px; } }
    .announcerNewsIndexBannerArrowBtn .swiperNextBtn::after,
    .announcerNewsIndexBannerArrowBtn .swiperPrevBtn::after {
      background-size: 10px; }
      @media screen and (max-width: 820px) {
        .announcerNewsIndexBannerArrowBtn .swiperNextBtn::after,
        .announcerNewsIndexBannerArrowBtn .swiperPrevBtn::after {
          background-size: 8px; } }
  .announcerNewsIndexBannerArrowBtn .announcerNewsIndexBannerNext::after {
    background-image: url(../../assets/images/icon/layoutIcon/arrowRight-w.png); }
  .announcerNewsIndexBannerArrowBtn .announcerNewsIndexBannerPrev::after {
    background-image: url(../../assets/images/icon/layoutIcon/arrowLeft-w.png); }

.announcerNewsIndexNewsListArea {
  display: flex;
  align-items: flex-end;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  margin: -60px 0 120px auto;
  max-width: 1777px;
  width: 92%; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexNewsListArea {
      margin: -60px 0 60px auto; } }
  @media screen and (max-width: 820px) {
    .announcerNewsIndexNewsListArea {
      margin: -40px 0 50px auto; } }
  @media screen and (max-width: 768px) {
    .announcerNewsIndexNewsListArea {
      margin: -20px 0 50px auto; } }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexNewsListArea {
      margin: 0 auto 40px;
      flex-direction: column;
      width: 100%;
      padding-left: 10px; } }
  .announcerNewsIndexNewsListArea h2 {
    color: #fff;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 2.5rem;
    font-weight: bold; }
    @media screen and (max-width: 1280px) {
      .announcerNewsIndexNewsListArea h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexNewsListArea h2 {
        font-size: 1.5rem;
        width: 95%;
        margin: 0 auto 15px; } }

.announcerNewsIndexNewsListBox {
  position: relative;
  flex: 1;
  overflow: hidden;
  max-width: 1586px;
  margin: 0 0 0 auto; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexNewsListBox {
      flex: auto;
      width: 100%;
      margin: 0 0 0 auto; } }

.announcerNewsIndexNewsListSwiper {
  max-width: 1486px;
  margin-right: 0; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexNewsListSwiper {
      margin: 0 0 0 auto;
      width: 92%; } }

.announcerNewsIndexNewsListNext,
.announcerNewsIndexNewsListPrev {
  width: 45px;
  height: 45px;
  background-color: rgba(225,225,225,0.4); }
  .announcerNewsIndexNewsListNext::after,
  .announcerNewsIndexNewsListPrev::after {
    background-size: 12px; }

.announcerNewsIndexNewsListNext {
  right: 0; }
  .announcerNewsIndexNewsListNext::after {
    background-image: url(../../assets/images/icon/layoutIcon/arrowNext.svg); }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexNewsListNext {
      right: 10px; } }

.announcerNewsIndexNewsListPrev {
  left: 0; }
  .announcerNewsIndexNewsListPrev::after {
    background-image: url(../../assets/images/icon/layoutIcon/arrowPrev.svg); }

@media screen and (max-width: 1280px) {
  .announcerNewsIndexArticlesArea {
    margin-bottom: 40px; } }

.announcerNewsIndexArticlesAreaContainer {
  max-width: 1216px;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexArticlesAreaContainer {
      flex-direction: column; } }

.announcerNewsIndexArticlesLeft {
  margin-right: 32px;
  width: calc(77% -32px); }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexArticlesLeft {
      margin-right: 0; } }

.announcerNewsIndexArticlesRow {
  margin-bottom: 52px; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexArticlesRow {
      margin-bottom: 30px; } }

.announcerNewsIndexArticlesTitle {
  display: flex;
  align-items: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexArticlesTitle {
      align-items: flex-end;
      justify-content: space-between; } }
  .announcerNewsIndexArticlesTitle h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFE500;
    margin-right: 26px; }
    @media screen and (max-width: 1280px) {
      .announcerNewsIndexArticlesTitle h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexArticlesTitle h2 {
        font-size: 1.5rem;
        max-width: 65%;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexArticlesTitle h2 span {
        display: block;
        word-wrap: break-word; } }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexArticlesTitle a {
      padding: 6px 10px; } }

.announcerNewsIndexArticleListUl {
  display: flex;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexArticleListUl {
      flex-direction: column;
      align-items: center; } }
  .announcerNewsIndexArticleListUl li {
    margin-right: 32px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexArticleListUl li {
        margin-right: 0; } }
    .announcerNewsIndexArticleListUl li:last-of-type {
      margin-right: 0; }

.announcerNewsIndexArticlesBottomArea {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  margin-bottom: 133px;
  padding: 0 0 73px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .announcerNewsIndexArticlesBottomArea {
      padding: 20px 0 60px;
      margin-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexArticlesBottomArea {
      margin-bottom: 60px;
      padding: 60px 0; } }
  .announcerNewsIndexArticlesBottomArea .announcerNewsIndexArticlesTitle {
    margin: -39px 0 30px;
    display: inline-flex; }
    @media screen and (max-width: 768px) {
      .announcerNewsIndexArticlesBottomArea .announcerNewsIndexArticlesTitle {
        margin: 0px auto 20px;
        width: 100%; } }
  .announcerNewsIndexArticlesBottomArea .announcerNewsIndexArticlesBottomTitle {
    line-height: 1.4;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    margin: 0 auto 32px; }
    @media screen and (max-width: 1280px) {
      .announcerNewsIndexArticlesBottomArea .announcerNewsIndexArticlesBottomTitle {
        font-size: 1.8rem; } }
    @media screen and (max-width: 768px) {
      .announcerNewsIndexArticlesBottomArea .announcerNewsIndexArticlesBottomTitle {
        font-size: 1.5rem;
        margin: 0 auto 25px; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexArticlesBottomArea .announcerNewsIndexArticlesBottomTitle {
        margin: 0 auto 12px; } }

.announcerNewsIndexArticlesBottomAreaFirst {
  background-image: url(https://i.kfs.io/article5_cover/global/5893244v1/fit/800x420.jpg); }

.announcerNewsIndexArticlesBottomAreaSec {
  background-image: url(https://www.asiaworld-expo.com/AsiaWorldExpoLocal/media/AWE/assets/images/upcoming-events/2023/MAMAMOO-1100x704_NEW.jpg?ext=.jpg); }

.announcerNewsIndexArticlesBottomAreaThird {
  background-image: url(https://img.ltn.com.tw/Upload/ent/page/800/2021/08/29/phpnGIXU4.jpg); }

.announcerNewsIndexArticlesBottomText {
  line-height: 1.6;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 auto 32px; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexArticlesBottomText {
      font-size: 1.3rem; } }
  @media screen and (max-width: 768px) {
    .announcerNewsIndexArticlesBottomText {
      font-size: 1rem; } }

.announcerNewsIndexBottomAreaContainer {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%; }

.announcerNewsIndexTopicListUl {
  display: flex; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexTopicListUl {
      flex-wrap: wrap;
      justify-content: center;
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 820px) {
    .announcerNewsIndexTopicListUl {
      width: 92%; } }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexTopicListUl {
      flex-direction: column;
      align-items: center; } }
  .announcerNewsIndexTopicListUl li {
    margin: 0 32px 32px 0; }
    /* .announcerNewsIndexTopicListUl li:nth-of-type(4n) {
      margin: 0 0px 32px 0; } */
      /* @media screen and (max-width: 768px) {
        .announcerNewsIndexTopicListUl li:nth-of-type(4n) {
          margin: 20px auto; } 
        } */
    @media screen and (max-width: 1024px) {
      .announcerNewsIndexTopicListUl li {
        margin: 0 40px 20px 0; }
        .announcerNewsIndexTopicListUl li:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .announcerNewsIndexTopicListUl li {
        margin: 20px auto; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexTopicListUl li {
        width: 100%;
        margin: 0px auto 20px;
        justify-content: center;
        display: flex;
        align-items: center; }
        .announcerNewsIndexTopicListUl li:last-of-type {
          margin-bottom: 0; } }

.announcerNewsIndexArticlesRankListArea {
  background: linear-gradient(-90deg, #3F1983, #111113);
  background-size: 400% 400%;
  background-position: 0 0;
  -webkit-animation: gradientShift 10s ease infinite;
          animation: gradientShift 10s ease infinite; }

.announcerNewsIndexArticlesRankList {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0; }
  .announcerNewsIndexArticlesRankList li {
    width: calc(33.3333% - 27px);
    margin: 0 40px 50px 0;
    border-radius: 10px;
    border: 1px solid #fff;
    position: relative;
    counter-increment: stepRank;
    display: block; }
    @media screen and (max-width: 1024px) {
      .announcerNewsIndexArticlesRankList li {
        width: calc(50% - 20px); } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexArticlesRankList li {
        width: 92%;
        margin: 0 auto 30px; } }
    .announcerNewsIndexArticlesRankList li:nth-of-type(3n) {
      margin: 0 0 50px; }
      @media screen and (max-width: 1024px) {
        .announcerNewsIndexArticlesRankList li:nth-of-type(3n) {
          width: calc(50% - 20px);
          margin: 0 40px 50px 0; } }
      @media screen and (max-width: 767px) {
        .announcerNewsIndexArticlesRankList li:nth-of-type(3n) {
          width: 92%;
          margin: 0 auto 30px; } }
    @media screen and (max-width: 1024px) {
      .announcerNewsIndexArticlesRankList li:nth-of-type(2n) {
        margin: 0 0 50px; } }
    @media screen and (max-width: 767px) {
      .announcerNewsIndexArticlesRankList li:nth-of-type(2n) {
        width: 92%;
        margin: 0 auto 30px; } }
    .announcerNewsIndexArticlesRankList li::after {
      content: counter(stepRank);
      color: #FFE500;
      font-size: 1.8rem;
      width: 3rem;
      height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      position: absolute;
      left: -1.5rem;
      top: -1.5rem;
      font-weight: bold; }
    .announcerNewsIndexArticlesRankList li:nth-of-type(1)::after, .announcerNewsIndexArticlesRankList li:nth-of-type(2)::after, .announcerNewsIndexArticlesRankList li:nth-of-type(3)::after {
      width: 3.6rem;
      height: 3.6rem;
      font-size: 2.4rem;
      left: -1.8rem;
      top: -1.8rem; }
  .announcerNewsIndexArticlesRankList a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 16px 16px 16px 24px; }
    .announcerNewsIndexArticlesRankList a:hover {
      color: #FFE500; }

.announcerNewsIndexArticlesImg {
  width: 150px;
  aspect-ratio: 1/1;
  margin-right: 17px; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexArticlesImg {
      width: 120px; } }
  .announcerNewsIndexArticlesImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.announcerNewsIndexArticlesText {
  flex: 1;
  display: flex;
  flex-direction: column; }
  .announcerNewsIndexArticlesText h3 {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .announcerNewsIndexArticlesText > div {
    font-size: 0.6rem;
    display: flex;
    flex-direction: column; }
    .announcerNewsIndexArticlesText > div p {
      margin-right: 5px; }
      .announcerNewsIndexArticlesText > div p:last-of-type {
        margin-right: 0; }

.announcerNewsArea {
  padding: 0px 0 80px; }

.announcerNewsTab {
  width: 92%;
  margin: 0 auto 70px; }
  .announcerNewsTab a {
    display: block;
    color: #fff; }
  @media screen and (max-width: 768px) {
    .announcerNewsTab {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsTab {
      margin-bottom: 40px;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .announcerNewsTab {
      margin-bottom: 32px; } }

.announcerNewsContentContainer {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .announcerNewsContentContainer {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .announcerNewsContentContainer {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsContentContainer {
      margin-bottom: 40px; } }

.announcerNews_NewsTabList {
  display: flex;
  flex-wrap: wrap; }
  .announcerNews_NewsTabList li {
    width: calc((100% - 60px )/4);
    margin: 0 20px 60px 0; }
    .announcerNews_NewsTabList li .newsBoxEach {
      margin: auto; }
    @media screen and (max-width: 1280px) {
      .announcerNews_NewsTabList li {
        width: calc((100% - 60px )/3); } }
    @media screen and (max-width: 1024px) {
      .announcerNews_NewsTabList li {
        width: calc((100% - 40px )/2); } }
    @media screen and (max-width: 767px) {
      .announcerNews_NewsTabList li {
        width: calc((100% - 0px ));
        margin: 0 auto 32px; } }
    @media screen and (max-width: 500px) {
      .announcerNews_NewsTabList li {
        margin: 0 auto 16px; } }
    .announcerNews_NewsTabList li:nth-of-type(4n) {
      margin-right: 0; }
      @media screen and (max-width: 1280px) {
        .announcerNews_NewsTabList li:nth-of-type(4n) {
          margin-right: 20px; } }
    @media screen and (max-width: 1280px) {
      .announcerNews_NewsTabList li:nth-of-type(3n) {
        margin-right: 0px; } }
    @media screen and (max-width: 1024px) {
      .announcerNews_NewsTabList li:nth-of-type(3n) {
        margin-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .announcerNews_NewsTabList li:nth-of-type(2n) {
        margin-right: 0; } }

.characterContentContainer {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .characterContentContainer {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .characterContentContainer {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .characterContentContainer {
      margin-bottom: 40px; } }

.characterTabList {
  display: flex;
  flex-wrap: wrap; }
  .characterTabList li {
    width: calc((100% - 60px )/4);
    margin: 0 20px 60px 0; }
    .characterTabList li .newsBoxEach {
      margin: auto; }
    @media screen and (max-width: 1280px) {
      .characterTabList li {
        width: calc((100% - 60px )/3); } }
    @media screen and (max-width: 1024px) {
      .characterTabList li {
        width: calc((100% - 40px )/2); } }
    @media screen and (max-width: 767px) {
      .characterTabList li {
        width: calc((100% - 0px ));
        margin: 0 auto 32px; } }
    @media screen and (max-width: 500px) {
      .characterTabList li {
        margin: 0 auto 16px; } }
    .characterTabList li:nth-of-type(4n) {
      margin-right: 0; }
      @media screen and (max-width: 1280px) {
        .characterTabList li:nth-of-type(4n) {
          margin-right: 20px; } }
    @media screen and (max-width: 1280px) {
      .characterTabList li:nth-of-type(3n) {
        margin-right: 0px; } }
    @media screen and (max-width: 1024px) {
      .characterTabList li:nth-of-type(3n) {
        margin-right: 20px; } }
    @media screen and (max-width: 1024px) {
      .characterTabList li:nth-of-type(2n) {
        margin-right: 0; } }

.topicsContentContainer {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .topicsContentContainer {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .topicsContentContainer {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .topicsContentContainer {
      margin-bottom: 40px; } }

.topicsFirst {
  position: relative;
  display: block;
  margin-bottom: 100px;
  color: #fff; }
  @media screen and (max-width: 820px) {
    .topicsFirst {
      margin-bottom: 50px; } }
  .topicsFirst:hover img {
    transform: scale(1.2); }
  .topicsFirst:hover .showMoreYBtn {
    border: 1px solid #FFE500;
    background-color: #2e2e2e;
    color: #fff; }

.topicsFirstPic {
  aspect-ratio: 6/2.45;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .topicsFirstPic {
      margin-bottom: 18px; } }
  .topicsFirstPic::after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0000008c;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .topicsFirstPic::after {
        display: none; } }
  .topicsFirstPic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 1s; }

.topicsFirstInfo {
  width: 92%;
  max-width: 1216px;
  border-bottom: 18px solid #fff;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 28px; }
  @media screen and (max-width: 767px) {
    .topicsFirstInfo {
      flex-direction: column;
      position: relative;
      padding: 15px 15px 27px;
      width: 100%; } }

.topicsFirstText {
  flex: 1;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .topicsFirstText {
      margin-right: 0; } }
  .topicsFirstText h1 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 50px;
    max-width: 768px; }
    @media screen and (max-width: 1280px) {
      .topicsFirstText h1 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 768px) {
      .topicsFirstText h1 {
        font-size: 3rem;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .topicsFirstText h1 {
        font-size: 2rem; } }
  .topicsFirstText p {
    font-size: 1.25rem;
    max-width: 590px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .topicsFirstText p {
        margin-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .topicsFirstText p {
        font-size: 1rem; } }

.topicsLists {
  width: 92%;
  max-width: 1216px;
  margin: 0 auto; }
  .topicsLists li {
    margin-bottom: 90px; }
    @media screen and (max-width: 820px) {
      .topicsLists li {
        margin-bottom: 45px; } }
    .topicsLists li:nth-of-type(2n) .topicsListItem {
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .topicsLists li:nth-of-type(2n) .topicsListItem {
          flex-direction: column; } }
      .topicsLists li:nth-of-type(2n) .topicsListItem .topicsListItemMore {
        text-align: left; }
        @media screen and (max-width: 767px) {
          .topicsLists li:nth-of-type(2n) .topicsListItem .topicsListItemMore {
            text-align: center; } }

.topicsListItem {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .topicsListItem {
      flex-direction: column; } }
  .topicsListItem .topicsListItemMore {
    text-align: right;
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      .topicsListItem .topicsListItemMore {
        text-align: center; } }
  .topicsListItem:hover .topicsItemPic {
    padding: 10px;
    opacity: 1; }
    .topicsListItem:hover .topicsItemPic:before {
      background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
      background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
      transform: scaleX(1) rotate(180deg);
      transition-delay: 0s, 0.2s, 0.4s; }
  .topicsListItem:hover .showMoreYBtn {
    border: 1px solid #FFE500;
    background-color: #2e2e2e;
    color: #fff; }

.topicsItemPic {
  aspect-ratio: 5/4.54;
  width: 48.7%;
  position: relative;
  transition: 0.8s;
  opacity: 0.5; }
  @media screen and (max-width: 767px) {
    .topicsItemPic {
      width: 100%; } }
  .topicsItemPic:before {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    top: calc(4px / -1);
    left: calc(4px / -1);
    background: linear-gradient(to right, #FFE500 0%, #FFE500 100%), linear-gradient(to top, #FFE500 50%, transparent 50%), linear-gradient(to top, #FFE500 50%, transparent 50%), linear-gradient(to right, #FFE500 0%, #FFE500 100%), linear-gradient(to left, #FFE500 0%, #FFE500 100%);
    background-size: 100% 4px, 4px 200%, 4px 200%, 0% 4px, 0% 4px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out,
 background-size 0.2s ease-in-out;
    transform: scaleX(0) rotate(180deg);
    transition-delay: 0.4s, 0.2s, 0s; }
  .topicsItemPic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.8s; }

.topicsItemInfos {
  flex: 1;
  max-width: 488px;
  margin: 0 auto;
  position: relative;
  padding: 20px; }
  .topicsItemInfos h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px; }
    @media screen and (max-width: 1280px) {
      .topicsItemInfos h2 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 768px) {
      .topicsItemInfos h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .topicsItemInfos h2 {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  .topicsItemInfos p {
    font-size: 1.25rem;
    line-height: 1.6; }
    @media screen and (max-width: 500px) {
      .topicsItemInfos p {
        font-size: 1rem;} }

.programmeTopicEach {
  aspect-ratio: 5/2.233;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center; }
  @media screen and (max-width: 1024px) {
    .programmeTopicEach {
      padding: 30px 20px; } }
  @media screen and (max-width: 767px) {
    .programmeTopicEach {
      padding: 40px 20px; } }
  .programmeTopicEach::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }

.programmeTopicEachInfo {
  position: relative;
  z-index: 2;
  color: #fff;
  display: block;
  width: 100%; }

.programmeTopicEachText > h2 {
  width: 92%;
  margin: 0 auto;
  max-width: 1300px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.5rem; }
  @media screen and (max-width: 1280px) {
    .programmeTopicEachText > h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .programmeTopicEachText > h2 {
      font-size: 1.5rem; } }

.programmeTopicEachText > p {
  max-width: 810px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6; }
  @media screen and (max-width: 1280px) {
    .programmeTopicEachText > p {
      margin: 0 auto 20px; } }
  @media screen and (max-width: 767px) {
    .programmeTopicEachText > p {
      margin: 0 auto 60px; } }
    @media screen and (max-width: 500px) {
      .programmeTopicEachText > p {
        font-size: 1rem; } }

.programmeTopicEachSwiperArea {
  max-width: 1120px;
  width: 92%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .programmeTopicEachSwiperArea {
      width: 100%;
      margin: 0 auto -90px; } }

.programmeTopicEachSwiperContainer {
  max-width: 1120px; }

.programmeTopicEachSwiper {
  max-width: 932px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .programmeTopicEachSwiper {
      width: 92%;
      margin: 0 0 0 auto; } }

.announcerNewsTopicArticleBanner {
  aspect-ratio: 5/2.233;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: url(https://cc.tvbs.com.tw/img/upload/2022/07/30/20220730185440-909bd419.jpg) no-repeat center center/cover fixed;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply; }
  @media screen and (max-width: 767px) {
    .announcerNewsTopicArticleBanner {
      aspect-ratio: 4/2.93; } }

.announcerNewsTopicArticleBannerTitle h1 {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 0 auto 86px;
  max-width: 580px;
  line-height: 1.4; }
  @media screen and (max-width: 1280px) {
    .announcerNewsTopicArticleBannerTitle h1 {
      font-size: 3.4rem; } }
  @media screen and (max-width: 820px) {
    .announcerNewsTopicArticleBannerTitle h1 {
      margin: 0 auto 46px;
      font-size: 3rem;
      max-width: 700px;
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .announcerNewsTopicArticleBannerTitle h1 {
      font-size: 1.5rem;
      width: 92%; } }
  .announcerNewsTopicArticleBannerTitle h1::before, .announcerNewsTopicArticleBannerTitle h1::after {
    content: "";
    width: 180px;
    height: 18px;
    background-color: #FFE500;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 820px) {
      .announcerNewsTopicArticleBannerTitle h1::before, .announcerNewsTopicArticleBannerTitle h1::after {
        height: 16px; } }
    @media screen and (max-width: 767px) {
      .announcerNewsTopicArticleBannerTitle h1::before, .announcerNewsTopicArticleBannerTitle h1::after {
        height: 14px; } }
  .announcerNewsTopicArticleBannerTitle h1::before {
    top: -40px; }
    @media screen and (max-width: 820px) {
      .announcerNewsTopicArticleBannerTitle h1::before {
        top: -20px; } }
  .announcerNewsTopicArticleBannerTitle h1::after {
    bottom: -40px; }
    @media screen and (max-width: 820px) {
      .announcerNewsTopicArticleBannerTitle h1::after {
        bottom: -20px; } }

.announcerNewsTopicArticleBannerTitle p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.7; }

.announcerNewsTopicArticleText {
  line-height: 1.875rem;
  max-width: 800px;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    .announcerNewsTopicArticleText {
      padding: 60px 0; } }
  @media screen and (max-width: 500px) {
    .announcerNewsTopicArticleText {
      padding: 40px 0; } }

.announcerNewsTopicArticleListsWrap {
  background-color: #ffffff14;
  padding: 80px 0 75px;}
  @media screen and (max-width: 767px) {
    .announcerNewsTopicArticleListsWrap {
      padding: 60px 0 50px; } }

.announcerNewsTopicArticleLists {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1280px) {
    .announcerNewsTopicArticleLists {
      width: 92%;
      justify-content: center; 
    } }
  .announcerNewsTopicArticleLists li {
    margin-right: 32px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .announcerNewsTopicArticleLists li {
        margin: 0 auto 20px; } }
    .announcerNewsTopicArticleLists li:nth-of-type(4n) {
      margin-right: 0; }
      @media screen and (max-width: 1280px) {
        .announcerNewsTopicArticleLists li:nth-of-type(4n) {
          margin-right: 32px; } }
      @media screen and (max-width: 767px) {
        .announcerNewsTopicArticleLists li:nth-of-type(4n) {
          margin: 0 auto 20px; } }
    @media screen and (max-width: 820px) {
      .announcerNewsTopicArticleLists li:nth-of-type(2n) {
        margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .announcerNewsTopicArticleLists li:nth-of-type(2n) {
        margin: 0 auto 20px; } }

div:has(.announcerNewsMoreTopicBtn) {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    div:has(.announcerNewsMoreTopicBtn) {
      margin: 50px 0; } }

@media screen and (max-width: 767px) {
  .announcerNewsMoreTopicBtn {
    width: 290px; } }

.announcerNewsArticleBox {
  display: flex; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleBox {
      flex-direction: column; } }

.announcerNewsArticleLeft {
  flex: 1;
  margin-right: 60px; }
  @media screen and (max-width: 1024px) {
    .announcerNewsArticleLeft {
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleLeft {
      margin: auto; } }

.announcerNewsArticleRight {
  width: 335px; }
  @media screen and (max-width: 1024px) {
    .announcerNewsArticleRight {
      width: 290px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleRight {
      width: 100%; } }

.announcerNewsArticle {
  color: #fff;
  border-bottom: 1px solid #ffffff59;
  margin-bottom: 40px; }

.announcerNewsArticleTopRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-grow: 1; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleTopRow {
      flex-wrap: wrap;
      margin-bottom: 15px; } }

.changFzBtn {
  position: relative;
  padding: 0 10px;
  cursor: pointer; }
  .changFzBtn:hover {
    color: #FFE500;
    font-weight: bold; }
  .changFzBtn + .changFzBtn::before {
    padding: 0 10px;
    content: "|";
    position: absolute;
    left: -10px;
    top: 0%;
    color: #fff;
    font-weight: normal; }

.changFzBtnActive {
  color: #FFE500;
  font-weight: bold; }

.announcerNewsArticleTitleArea {
  border-bottom: 1px solid #ffffff59;
  margin-bottom: 40px;
  padding-bottom: 23px; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleTitleArea {
      margin-bottom: 15px; } }
  .announcerNewsArticleTitleArea h1 {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .announcerNewsArticleTitleArea h1 {
        margin-bottom: 15px;
        font-size: 2rem; } }

.announcerNewsArticleTime {
  display: flex;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleTime {
      margin-bottom: 15px; } }
  .announcerNewsArticleTime p {
    font-size: 0.75rem;
    margin-right: 10px; }

.announcerNewsArticleTitleBottom {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.announcerNewsArticleAuthor {
  font-size: 0.75rem; }

.announcerNewsArticleShare {
  display: flex;
  align-items: center; }
  .announcerNewsArticleShare ul {
    display: flex; }
  .announcerNewsArticleShare span {
    display: inline-block;
    margin-right: 14px; }
  .announcerNewsArticleShare li {
    margin-right: 14px; }
    .announcerNewsArticleShare li:last-of-type {
      margin-right: 0; }
  .announcerNewsArticleShare a {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem; }
    .announcerNewsArticleShare a:hover {
      color: #FFE500; }

.announcerNewsArticleContent {
  padding-bottom: 48px; }
  .announcerNewsArticleContent > p {
    line-height: 1.875;
    margin: 20px 0; }
  .announcerNewsArticleContent h2,
  .announcerNewsArticleContent h3,
  .announcerNewsArticleContent h4,
  .announcerNewsArticleContent h5,
  .announcerNewsArticleContent h6 {
    font-weight: bold;
    line-height: 2; }
  .announcerNewsArticleContent h2 {
    font-size: 2rem; }
  .announcerNewsArticleContent h3 {
    font-size: 1.8rem; }
  .announcerNewsArticleContent h4 {
    font-size: 1.6rem; }
  .announcerNewsArticleContent h5 {
    font-size: 1.4rem; }
  .announcerNewsArticleContent h6 {
    font-size: 1.2rem; }
  .announcerNewsArticleContent ul,
  .announcerNewsArticleContent ol {
    list-style-position: inside;
    margin: 20px 0 20px 20px; }
  .announcerNewsArticleContent li {
    margin-bottom: 10px; }
  .announcerNewsArticleContent ul {
    list-style: disc; }
  .announcerNewsArticleContent ol {
    list-style: decimal; }
  .announcerNewsArticleContent b,
  .announcerNewsArticleContent strong {
    font-weight: bold; }
  .announcerNewsArticleContent i,
  .announcerNewsArticleContent em {
    font-style: italic; }
  .announcerNewsArticleContent a {
    color: #FFE500;
    text-decoration: underline; }
  .announcerNewsArticleContent sub {
    vertical-align: sub;
    font-size: smaller; }
  .announcerNewsArticleContent sup {
    vertical-align: super;
    font-size: smaller; }
  .announcerNewsArticleContent blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px; }

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }
  .videoContainer iframe,
  .videoContainer object,
  .videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.announcerNewsArticleContentTags {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap; }
  .announcerNewsArticleContentTags a {
    color: #fff;
    display: inline-block;
    padding: 3px 5px; }
    .announcerNewsArticleContentTags a:hover {
      color: #FFE500; }

.announcerNewsArticleAbout {
  margin-bottom: 50px; }
  .announcerNewsArticleAbout > h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
    @media screen and (max-width: 820px) {
      .announcerNewsArticleAbout > h2 {
        font-size: 1.6rem; } }

.announcerNewsArticleAboutList li {
  border-bottom: 1px solid #ffffff59; }
  .announcerNewsArticleAboutList li:last-of-type {
    border-bottom: none; }

.announcerNewsArticleAboutList a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 16px 0; }
  .announcerNewsArticleAboutList a:hover {
    color: #FFE500; }

.announcerNewsArticleAboutImg {
  width: 72px;
  aspect-ratio: 1/1;
  margin-right: 12px; }
  .announcerNewsArticleAboutImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.announcerNewsArticleAboutText {
  flex: 1; }
  .announcerNewsArticleAboutText h3 {
    font-size: 0.875rem;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .announcerNewsArticleAboutText > div {
    flex-direction: column;
    font-size: 0.6875rem; }
    .announcerNewsArticleAboutText > div p {
      margin-right: 5px; }
      .announcerNewsArticleAboutText > div p:last-of-type {
        margin-right: 0; }

.announcerNewsArticleAboutPerformanceList li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 26px auto 40px; }

.greenRoomTabWrap {
  width: 92%;
  max-width: 1216px;
  margin: 0 auto; }

.greenRoomTab {
  justify-content: flex-start; }
  .greenRoomTab a {
    color: #fff; }

.greenRoomListAreaWrap {
  background: linear-gradient(180deg, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%); }

.greenRoomListArea {
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 90px;
  min-height: 465px; }
  @media screen and (max-width: 1600px) {
    .greenRoomListArea {
      max-width: 1216px;
      padding: 104px 0 40px 0; } }
  @media screen and (max-width: 767px) {
    .greenRoomListArea {
      min-height: 315px;
      padding: 24px 0 40px 0; } }

.greenRoomListTitle {
  color: #FFE500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 2; }
  @media screen and (max-width: 1600px) {
    .greenRoomListTitle {
      font-size: 2.6rem;
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      top: 0.8rem; } }
  @media screen and (max-width: 820px) {
    .greenRoomListTitle {
      font-size: 2.3rem;
      top: 0.6875rem; } }
  @media screen and (max-width: 767px) {
    .greenRoomListTitle {
      font-size: 2rem;
      position: relative;
      top: auto;
      left: auto;
      margin-bottom: 20px; } }
  @media screen and (max-width: 500px) {
    .greenRoomListTitle {
      font-size: 1.5rem;} }

.greenRoomListSwiperArea {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1360px;}

.greenRoomListSwiper {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%; }
  @media screen and (max-width: 500px) {
    .greenRoomListSwiper {
      width: 80%; } }

.emptyInfoText {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-align: center;
  padding-top: 120px;
  }
  @media screen and (max-width: 767px) {
    .emptyInfoText {
      padding-top: 80px; } }
  @media screen and (max-width: 500px) {
    .emptyInfoText {
      padding-top: 40px;
      font-size: 1.25rem; } }

.rankingArea {
  color: #fff; }

.rankingAreaStatusChangeBtnTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px; }
  .rankingAreaStatusChangeBtnTab li {
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
    letter-spacing: 10px;
    position: relative;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      .rankingAreaStatusChangeBtnTab li {
        font-size: 1.2rem;
        padding: 0 10px;
        letter-spacing: 5px; } }
    .rankingAreaStatusChangeBtnTab li:first-of-type::after {
      content: "|";
      right: -10px;
      position: absolute;
      color: #fff; }
  .rankingAreaStatusChangeBtnTab li.active {
    color: #FFE500;
    font-weight: bold; }
    .rankingAreaStatusChangeBtnTab li.active a {
      color: #FFE500; }
  .rankingAreaStatusChangeBtnTab a {
    color: #fff; }

.rankingContainer {
  max-width: 1216px;
  margin: 0 auto 100px;
  width: 92%; }

.rankingTypeChangeTab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 83px; }
  @media screen and (max-width: 767px) {
    .rankingTypeChangeTab {
      margin-bottom: 40px; } }
  .rankingTypeChangeTab li {
    display: inline-block;
    padding: 10px 54px;
    border-radius: 25px;
    background-color: #ffffff59;
    margin-right: 18px;
    cursor: pointer;
    border: 1px solid transparent; }
    @media screen and (max-width: 767px) {
      .rankingTypeChangeTab li {
        padding: 8px 25px; } }
    @media screen and (max-width: 375px) {
      .rankingTypeChangeTab li {
        padding: 5px 15px;
        margin-right: 8px; } }
    .rankingTypeChangeTab li:last-of-type {
      margin-right: 0; }
    .rankingTypeChangeTab li:hover {
      background-color: #ffffff14;
      border: 1px solid #fff; }
  .rankingTypeChangeTab li.active {
    background-color: #ffffff14; }

.rankingListOl li {
  position: relative;
  counter-increment: step;
  display: flex;
  align-items: center;
  padding: 25px 20px 25px 0;
  border-bottom: 1px solid #FFFFFF59; }
  @media screen and (max-width: 767px) {
    .rankingListOl li {
      padding: 20px 5px 20px 0; } }
  .rankingListOl li::before {
    content: counter(step);
    font-size: 3.75rem;
    color: #FFE500;
    text-shadow: 0px 8px 10px #FFE500;
    font-weight: bold;
    min-width: 5rem;
    text-align: right; }
    @media screen and (max-width: 1280px) {
      .rankingListOl li::before {
        font-size: 3rem;
        min-width: 4.8rem; } }
    @media screen and (max-width: 820px) {
      .rankingListOl li::before {
        font-size: 2.8rem;
        min-width: 4.3rem; } }
    @media screen and (max-width: 768px) {
      .rankingListOl li::before {
        font-size: 2.5rem;
        min-width: 4rem; } }
    @media screen and (max-width: 767px) {
      .rankingListOl li::before {
        font-size: 1.5rem;
        min-width: 2.1rem; } }

.rankingEachRow {
  display: flex;
  align-items: center;
  padding-left: 32px; }
  @media screen and (max-width: 1280px) {
    .rankingEachRow {
      padding-left: 24px; } }
  @media screen and (max-width: 767px) {
    .rankingEachRow {
      padding-left: 12px; } }

.rankingImgBox {
  width: 196px;
  aspect-ratio: 4/2.63;
  border: 1px solid #FFFFFF80;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 33px; }
  @media screen and (max-width: 1280px) {
    .rankingImgBox {
      margin-right: 25px; } }
  @media screen and (max-width: 768px) {
    .rankingImgBox {
      margin-right: 15px;
      width: 180px; } }
  @media screen and (max-width: 767px) {
    .rankingImgBox {
      width: 120px;
      margin-right: 10px; } }
  .rankingImgBox a {
    display: block;
    width: 100%;
    height: 100%; }
    .rankingImgBox a:hover img {
      transform: scale(1.1); }
  .rankingImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s; }

.rankingInfoArea {
  flex: 1; }

.rankingTags {
  margin-bottom: 12px; }
  @media screen and (max-width: 767px) {
    .rankingTags {
      display: none; } }
  .rankingTags a {
    display: inline-block;
    background-color: #ffffff14;
    border-radius: 10px;
    padding: 5px 20px;
    color: #fff;
    margin: 0 12px 10px 0; }
    .rankingTags a:last-of-type {
      margin-right: 0; }
    .rankingTags a:hover {
      background-color: #FFFFFF80; }
    @media screen and (max-width: 767px) {
      .rankingTags a {
        font-size: 0.7rem;
        padding: 5px 10px; } }

.rankingInfoText {
  display: block;
  color: #fff; }
  .rankingInfoText:hover h2 {
    color: #FFE500; }
  .rankingInfoText h2 {
    font-size: 1.25rem;
    font-weight: bold; }

.rankingDramaInfo span {
  font-size: 0.75rem; }

.rankingDramaHot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  color: #FFE500;
  border-radius: 20px;
  background-color: #ffffff14;
  margin: 10px 0; }
  .rankingDramaHot img {
    margin-right: 10px; }
  .rankingDramaHot span {
    font-size: 0.75rem; }

.performanceIndexArea {
  position: relative; }

.performanceFilterBtn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFE500;
  color: #2e2e2e;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid transparent; }
  .performanceFilterBtn:hover {
    border: 1px solid #FFE500;
    background-color: transparent;
    color: #FFE500; }
  .performanceFilterBtn i {
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .performanceFilterBtn {
        font-size: 1rem;
        padding: 8px 12px; }
      .performanceFilterBtn i {
        margin-right: 0; } }
  @media screen and (max-width: 500px) {
    .performanceFilterBtn {
      padding: 8px 12px;
      font-size: 0.875rem; }
      .performanceFilterBtn span {
        display: none; } }

.performanceIndexTabWrap {
  width: 92%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative; }

.performanceIndexTab {
  justify-content: flex-start; }
  .performanceIndexTab a {
    color: #fff; }

.performanceIndexListAreaWrap {
  background: linear-gradient(180deg, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%); }

.performanceIndexListArea {
  max-width: 1440px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 90px;
  min-height: 744px; }
  @media screen and (max-width: 1600px) {
    .performanceIndexListArea {
      max-width: 1216px;} }
  @media screen and (max-width: 767px) {
    .performanceIndexListArea {
      min-height: 400px;
      padding: 30px 0 45px; } }

.performanceIndexListTitle {
  color: #FFE500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 2; }
  @media screen and (max-width: 1600px) {
    .performanceIndexListTitle {
      font-size: 2.6rem;
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      position: relative; } }
  @media screen and (max-width: 767px) {
    .performanceIndexListTitle {
      font-size: 2rem;
      margin: 20px 0 0; } }
  @media screen and (max-width: 500px) {
    .greenRoomListTitle {
      font-size: 1.5rem;} }

.performanceIndexListSwiperContainerWrap {
  position: relative;
  margin: 0 auto; }

.performanceIndexListSwiperContainer {
  position: relative;
  height: 744px;
  max-width: 1170px;
  margin: 0 auto; }
  @media screen and (max-width: 820px) {
    .performanceIndexListSwiperContainer {
      height: 726px; } }
  @media screen and (max-width: 500px) {
    .performanceIndexListSwiperContainer {
      height: 400px; } }

.performanceIndexListSwiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }
  .performanceIndexListSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }

.performanceIndexListNotEnough {
  max-width: 1160px;
  margin: 0px auto; }
  .performanceIndexListNotEnough ul {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .performanceIndexListNotEnough ul {
        flex-wrap: nowrap;
        overflow: auto; } }
  .performanceIndexListNotEnough li {
    width: 100%;
    margin: 0px 0 25px; }
    @media screen and (max-width: 767px) {
      .performanceIndexListNotEnough li {
        margin: 0 12.5px 25px; } }
    .performanceIndexListNotEnough li .performanceBoxEach {
      margin: 0 auto; }
    @media screen and (min-width: 640px) {
      .performanceIndexListNotEnough li {
        width: calc((100% - 50px) / 2);
        margin-top: 25px;
        margin-right: 25px; }
        .performanceIndexListNotEnough li:nth-of-type(3n) {
          margin-right: 25px; }
        .performanceIndexListNotEnough li:nth-of-type(4n) {
          margin-right: 25px; } }
    @media screen and (min-width: 760px) {
      .performanceIndexListNotEnough li {
        width: calc((100% - 50px) / 3); }
        .performanceIndexListNotEnough li:nth-of-type(3n) {
          margin-right: 0px; }
        .performanceIndexListNotEnough li:nth-of-type(4n) {
          margin-right: 25px; } }
    @media screen and (min-width: 820px) {
      .performanceIndexListNotEnough li {
        width: calc((100% - 50px) / 3); }
        .performanceIndexListNotEnough li:nth-of-type(3n) {
          margin-right: 0px; }
        .performanceIndexListNotEnough li:nth-of-type(4n) {
          margin-right: 25px; } }
    @media screen and (min-width: 960px) {
      .performanceIndexListNotEnough li {
        width: calc((100% - 75px) / 4); }
        .performanceIndexListNotEnough li:nth-of-type(3n) {
          margin-right: 25px; }
        .performanceIndexListNotEnough li:nth-of-type(4n) {
          margin-right: 0px; }
        .performanceIndexListNotEnough li:nth-of-type(5n) {
          margin-right: 25px; } }
    @media screen and (min-width: 1200px) {
      .performanceIndexListNotEnough li {
        width: calc((100% - 100px) / 5); }
        .performanceIndexListNotEnough li:nth-of-type(4n) {
          margin-right: 25px; }
        .performanceIndexListNotEnough li:nth-of-type(5n) {
          margin-right: 0; } }

.calendarContainer {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .calendarContainer {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .calendarContainer {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .calendarContainer {
      margin-bottom: 40px; } }
.calenderAreaContainer{
  max-width: 1216px;
  width: 92%;
  margin: 0 auto;
}
.calendarTopArea {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #140C34;
  color: #fff;
  margin-bottom: 23px; }

.calendarTopRow {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px;
}

.calendarDateRange {
  display: flex;
  align-items: center; }

.calendarDateRangeArrow {
  display: inline-block;
  color: #FFE500;
  font-weight: bold;
  cursor: pointer; }

.calendarMonthText {
  font-size: 1.5rem;
  margin: 0 20px; }
  @media screen and (max-width: 767px) {
    .calendarMonthText {
      font-size: 1rem; } }

.calendarDateChoose {
  margin: 0 20px; }
  @media screen and (max-width: 767px) {
    .calendarDateChoose {
      margin: 0 10px; } }

.calendarDateChooseInputBox {
  position: relative;
  width: 100%; }

.calendarDateChooseInputBoxLabel {
  display: block;
  cursor: pointer;
  background-color: #ffffff14;
  border-radius: 8px;
  width: 220px;
  height: 60px;
  position: relative; }
  @media screen and (max-width: 820px) {
    .calendarDateChooseInputBoxLabel {
      width: 200px; } }
  @media screen and (max-width: 767px) {
    .calendarDateChooseInputBoxLabel {
      width: 70px;
      height: 45px; } }
  .calendarDateChooseInputBoxLabel::before, .calendarDateChooseInputBoxLabel::after {
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    color: #FFE500;
    pointer-events: auto;
    z-index: -1; }
  .calendarDateChooseInputBoxLabel::before {
    content: "\f133";
    left: 15px; }
  .calendarDateChooseInputBoxLabel::after {
    content: "\f107";
    right: 10px; }

.calendarDateChooseInputBoxInput {
  padding-left: 50px;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: none;
  color: #111113;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  font-size: 1.25rem; }
  @media screen and (max-width: 767px) {
    .calendarDateChooseInputBoxInput {
      font-size: 1rem;
      opacity: 0; } }
  .calendarDateChooseInputBoxInput::-webkit-input-placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput::-moz-placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput:-ms-input-placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput::-ms-input-placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput::placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
  .calendarDateChooseInputBoxInput::-webkit-datetime-edit-month-field, .calendarDateChooseInputBoxInput::-webkit-datetime-edit-day-field, .calendarDateChooseInputBoxInput::-webkit-datetime-edit-year-field, .calendarDateChooseInputBoxInput::-webkit-datetime-edit-text {
    color: #EEEEEE; }
    @media screen and (max-width: 767px) {
      .calendarDateChooseInputBoxInput::-webkit-datetime-edit-month-field, .calendarDateChooseInputBoxInput::-webkit-datetime-edit-day-field, .calendarDateChooseInputBoxInput::-webkit-datetime-edit-year-field, .calendarDateChooseInputBoxInput::-webkit-datetime-edit-text {
        display: none; } }

.advancedFilterBtn {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .advancedFilterBtn {
      padding: 8px 12px;
      font-size: 1rem; } }
  @media screen and (max-width: 500px) {
    .advancedFilterBtn {
      font-size: 0.875rem; } }
  @media screen and (max-width: 375px) {
    .advancedFilterBtn span {
      display: none; } 
  }

.calendarSevenDaysArea {
  color: #fff;
  border-bottom: 2px solid #FFFFFF80;
  margin-bottom: 40px; }

.calendarSevenDaysList {
  display: flex;
  align-items: stretch; }
  @media screen and (max-width: 820px) {
    .calendarSevenDaysList {
      overflow-x: auto;
      overflow-y: hidden; } }
  .calendarSevenDaysList > li {
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
    width: calc(100% / 7); }
    @media screen and (max-width: 820px) {
      .calendarSevenDaysList > li {
        width: 167px;
        flex: 0 0 auto;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .calendarSevenDaysList > li {
        width: 150px; } }
    .calendarSevenDaysList > li:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 28px 24px 0 24px;
      border-color: #ffe600 transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
      visibility: hidden;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .calendarSevenDaysList > li:after {
          border-width: 20px 16px 0 16px; } }
    .calendarSevenDaysList > li:hover {
      border: 3px solid #FFE500; }
      .calendarSevenDaysList > li:hover:after {
        visibility: visible; }
  .calendarSevenDaysList > li.clandarSelectIng {
    border: 3px solid #FFE500;
    background-color: #ffe50026; }
    .calendarSevenDaysList > li.clandarSelectIng:after {
      visibility: visible; }

.calendarDateTitle {
  text-align: center;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    .calendarDateTitle {
      padding: 15px 0; } }

.dateNumber {
  font-size: 3rem;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .dateNumber {
      font-size: 2rem; } }

.calendarDateInfos ul {
  margin-bottom: 16px; }

.calendarDateInfos li {
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    .calendarDateInfos li {
      padding: 6px 8px; } }

.calendarSimpleInfo {
  border-bottom: 1px solid #FFFFFF80; }

.calendarSimpleInfoTag {
  font-size: 0.75rem;
  display: inline-block;
  padding: 3px 8px;
  background-color: #ffffff14;
  border-radius: 7px;
  margin-bottom: 8px; }

.calendarSimpleName {
  font-weight: bold;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.calendarSimplePlace {
  font-size: 0.75rem;
  margin-bottom: 8px; }

.calendarShowMoreBtn {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 auto;
  background-color: #FFFFFF80;
  padding: 8px 15px;
  border-radius: 20px;
  color: #2e2e2e;
  margin-bottom: 16px;
  font-weight: bold;
  letter-spacing: 2px; }

.calendarOneDayAllShowContainer {
  color: #fff;
  overflow-x: auto; }
  .calendarOneDayAllShowContainer .calendarTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 16px; }
    @media screen and (max-width: 820px) {
      .calendarOneDayAllShowContainer .calendarTable {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .calendarOneDayAllShowContainer .calendarTable {
        width: 800px; } }
    .calendarOneDayAllShowContainer .calendarTable thead th {
      font-weight: bold;
      padding: 20px 15px; }
      .calendarOneDayAllShowContainer .calendarTable thead th:nth-of-type(2n) {
        background-color: #242425; }
    .calendarOneDayAllShowContainer .calendarTable tbody tr {
      border-bottom: 1px solid #FFFFFF80; }
    .calendarOneDayAllShowContainer .calendarTable tbody td {
      padding: 10px 10px; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(2n) {
        background-color: #242425; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(1) {
        width: 116px; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(2) {
        width: 120px; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(3) {
        flex: 1; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(4) {
        width: 240px; }
        @media screen and (max-width: 1024px) {
          .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(4) {
            width: 180px; } }
        @media screen and (max-width: 767px) {
          .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(4) {
            width: 140px; } }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(5) {
        width: 240px; }
        @media screen and (max-width: 1024px) {
          .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(5) {
            width: 180px; } }
        @media screen and (max-width: 767px) {
          .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(5) {
            width: 140px; } }
    .calendarOneDayAllShowContainer .calendarTable tbody td:has(img) {
      padding: 10px 0; }
    .calendarOneDayAllShowContainer .calendarTable tbody a {
      color: #fff; }
      .calendarOneDayAllShowContainer .calendarTable tbody a:hover {
        text-decoration: underline; }
    .calendarOneDayAllShowContainer .calendarTable th,
    .calendarOneDayAllShowContainer .calendarTable td {
      vertical-align: middle; }
    .calendarOneDayAllShowContainer .calendarTable button {
      padding: 5px 5px;
      cursor: pointer;
      background-color: transparent;
      outline: none;
      color: #fff;
      border: none; }

.calendarTableShowMoreBtn {
  padding: 8px 25px;
  margin: 20px 0px; }

.calendarTablePic {
  width: 103px;
  height: 103px; }
  .calendarTablePic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.searchInputRow {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  border-bottom: 1px solid #FFE500;
  position: relative;
  transition: all 0.3s; }
  @media screen and (max-width: 1024px) {
    .searchInputRow {
      margin-bottom: 75px; } }
  @media screen and (max-width: 768px) {
    .searchInputRow {
      margin-bottom: 50px; } }
  .searchInputRow:focus-within {
    padding: 10px 20px; }
    @media screen and (max-width: 820px) {
      .searchInputRow:focus-within {
        padding: 8px 16px; } }
    @media screen and (max-width: 767px) {
      .searchInputRow:focus-within {
        padding: 5px 10px; } }
    .searchInputRow:focus-within::after {
      height: 100%; }
  .searchInputRow::after {
    content: "";
    width: 100%;
    height: 0%;
    border-top: 1px solid #FFE500;
    background-color: #ffffff14;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    z-index: -1; }
  .searchInputRow a {
    color: #FFE500;
    font-size: 2rem;
    margin-right: 22px; }
    @media screen and (max-width: 820px) {
      .searchInputRow a {
        font-size: 1.6rem;
        margin-right: 15px; } }
    @media screen and (max-width: 767px) {
      .searchInputRow a {
        font-size: 1.5rem;
        margin-right: 10px; } }
    .searchInputRow a:hover {
      color: #fff; }
      .searchInputRow a:hover i {
        transform: scale(1.2);
        transition: transform 0.1s; }
        @media screen and (max-width: 767px) {
          .searchInputRow a:hover i {
            transform: scale(1.1); } }
  .searchInputRow input {
    padding: 20px;
    background-color: transparent;
    width: 100%;
    border: none;
    color: #FFE500;
    font-size: 1.625rem; }
    @media screen and (max-width: 820px) {
      .searchInputRow input {
        font-size: 1.3rem;
        padding: 15px; } }
    @media screen and (max-width: 767px) {
      .searchInputRow input {
        font-size: 1rem;
        padding: 10px; } }
    .searchInputRow input::-webkit-input-placeholder {
      color: #6C6C6C; }
    .searchInputRow input::-moz-placeholder {
      color: #6C6C6C; }
    .searchInputRow input:-ms-input-placeholder {
      color: #6C6C6C; }
    .searchInputRow input::-ms-input-placeholder {
      color: #6C6C6C; }
    .searchInputRow input::placeholder {
      color: #6C6C6C; }
    .searchInputRow input:active, .searchInputRow input:focus {
      outline: none; }

.searchResultFirstPage {
  min-height: 60vh; }

.searchResultEmpty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh; }
  .searchResultEmpty p {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem; }

.searchResultTab li {
  width: 200px; }
  @media screen and (max-width: 767px) {
    .searchResultTab li {
      width: auto;
      flex: 1; } }
  .searchResultTab li a {
    display: block;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .searchResultTab li a {
        padding: 10px; } }

.searchResultArea {
  background-color: #00000080;
  color: #fff; }

.searchResultContent {
  padding: 32px 0; }

.searchResultPerformanceList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 28px; }
  @media screen and (max-width: 1600px) {
    .searchResultPerformanceList {
      padding: 0; } }
  .searchResultPerformanceList li {
    margin-bottom: 40px;
    width: 20%; }
    .searchResultPerformanceList li .performanceBoxEach {
      margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .searchResultPerformanceList li {
        width: 25%; } }
    @media screen and (max-width: 1023px) {
      .searchResultPerformanceList li {
        width: 33.3333%; } }
    @media screen and (max-width: 767px) {
      .searchResultPerformanceList li {
        width: 100%; } }

.searchResultNewsDeskList {
  display: flex;
  flex-wrap: wrap; }
  .searchResultNewsDeskList li {
    width: 25%;
    margin-bottom: 80px; }
    .searchResultNewsDeskList li .newsBoxEach {
      margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .searchResultNewsDeskList li {
        width: 33.3333%; } }
    @media screen and (max-width: 1024px) {
      .searchResultNewsDeskList li {
        width: 50%;
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .searchResultNewsDeskList li {
        width: 100%;
        margin-bottom: 35px; } }

.searchResultArtTeamList, .searchResultArtWorkerList {
  display: flex;
  flex-wrap: wrap; }
  .searchResultArtTeamList li, .searchResultArtWorkerList li {
    width: 33.3333%;
    margin-bottom: 46px; }
    .searchResultArtTeamList li .artTeamBox, .searchResultArtWorkerList li .artTeamBox {
      margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      .searchResultArtTeamList li, .searchResultArtWorkerList li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .searchResultArtTeamList li, .searchResultArtWorkerList li {
        width: 100%;
        margin-bottom: 35px; } }

.memberNotifyTab {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .memberNotifyTab {
      margin-bottom: 5px; } }
  .memberNotifyTab li {
    width: 200px; }
    @media screen and (max-width: 767px) {
      .memberNotifyTab li {
        width: auto;
        flex: 1; } }
    .memberNotifyTab li a {
      display: block;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .memberNotifyTab li a {
          padding: 10px; } }

.memberNotifyContent {
  color: #fff; }

.memberNotifyList li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #FFFFFF59;
  padding: 18px 30px 15px 0; }
  @media screen and (max-width: 767px) {
    .memberNotifyList li {
      flex-direction: column;
      align-items: flex-start;
      padding: 18px 0; } }
  .memberNotifyList li h2 {
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 10px; }
  .memberNotifyList li p {
    font-size: 0.6875rem; }

.notifyTyptTag {
  font-size: 0.75rem;
  background-color: #ffffff14;
  padding: 5px 0px;
  border-radius: 7px;
  margin-right: 25px;
  width: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .notifyTyptTag {
      margin-bottom: 15px; } }

.notifyTyptInfos {
  flex: 1;
  display: block;
  color: #fff; }
  .notifyTyptInfos:hover {
    color: #FFE500; }

.notifyDeletBtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .notifyDeletBtn {
      top: 30px;
      right: 15px; } }
  .notifyDeletBtn:hover {
    color: #FFE500;
    font-size: 1.3rem; }

.bannerArea {
  margin-bottom: 80px;
  width: 100%;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 1600px) {
    .bannerArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 820px) {
    .bannerArea {
      flex-direction: column;
      margin-bottom: 40px; } }

.bannerLeft {
  width: 70%;
  color: #fff;
  position: relative;
  margin-right: 24px;}
  @media screen and (max-width: 1280px) {
    .bannerLeft {
      margin-right: 16px; } }
  @media screen and (max-width: 820px) {
    .bannerLeft {
      width: 100%;
      margin-right: 0; } }
  .bannerLeft .swiper-pagination-bullet {
    background-color: #d9d9d9;
    width: 11px;
    height: 11px; }
  .bannerLeft .swiper-pagination-bullet-active {
    background-color: #FFE500; }

.bannerLeftSwiper .swiper-slide.bannerLeftSlide {
  position: relative;
  opacity: 0 !important;
  transition: opacity 1s ease; }

.bannerLeftSwiper .bannerLeftSlide.swiper-slide-active {
  opacity: 1 !important; }

.bannerLeftSlidePic {
  display: block;
  position: relative;
  aspect-ratio: 16/9; }
  .bannerLeftSlidePic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.bennerLeftSlideText {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  @media screen and (max-width: 767px) {
    .bennerLeftSlideText {
      position: relative;
      flex-direction: column;
      align-items: flex-start;
      padding: 12px 25px; } }

.bennerLeftSlideTitle {
  font-weight: 900;
  color: #FFE500;
  max-width: 60%;
  font-size: 2.5rem; }
  @media screen and (max-width: 1280px) {
    .bennerLeftSlideTitle {
      font-size: 2rem; } }
  @media screen and (max-width: 820px) {
    .bennerLeftSlideTitle {
      font-size: 1.8rem;
      max-width: 310px; } }
  @media screen and (max-width: 767px) {
    .bennerLeftSlideTitle {
      max-width: none;
      margin-bottom: 10px;
      font-size: 1.5rem; } }

.bennerLeftSlideIntroText {
  color: #fff;
  max-width: 350px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; }
  @media screen and (max-width: 820px) {
    .bennerLeftSlideIntroText {
      max-width: 300px; } }
  @media screen and (max-width: 767px) {
    .bennerLeftSlideIntroText {
      max-width: none;
      font-size: 0.75rem; } }

.bannerLeftSwiperPagination {
  bottom: -35px !important;
  z-index: 3; }
  @media screen and (max-width: 767px) {
    .bannerLeftSwiperPagination {
      bottom: -30px !important; }
  }

.bannerLeftSwiperPrev,
.bannerLeftSwiperNext {
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color .2s ease;
   }
  .bannerLeftSwiperPrev:hover,
  .bannerLeftSwiperNext:hover {
    background-color: rgba(255, 255, 255, 0.6); }
  @media screen and (max-width: 767px) {
    .bannerLeftSwiperPrev::after,
    .bannerLeftSwiperNext::after {
      background-size: 12px; } }

.bannerLeftSwiperPrev::after {
  background-image: url(../../assets/images/icon/layoutIcon/arrowPrev.svg); }

.bannerLeftSwiperNext::after {
  background-image: url(../../assets/images/icon/layoutIcon/arrowNext.svg); }

.bannerRight {
  width: calc(30% * 0.9);
  /* display: none;*/ } 
  @media screen and (max-width: 820px) {
    .bannerRight {
      width: 92%;
      margin: 80px auto 0; } }
.bannerRightTitle {
  margin-bottom: 17px; }
  .bannerRightTitle a {
    font-size: 1.875rem;
    color: #fff;
    font-size: 2.5rem; }
    @media screen and (max-width: 1280px) {
      .bannerRightTitle a {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .bannerRightTitle a {
        font-size: 1.5rem; } }
    .bannerRightTitle a:hover {
      color: #FFE500; }

.bannerRightBtn {
  padding: 5px 18px;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 15px; }

.bannerRankingListLi {
  display: flex;
  align-items: center;
  counter-increment: step;
  border-left: 10px solid transparent;
  padding-left: 10px;
  position: relative; }
  @media screen and (max-width: 1600px) {
    .bannerRankingListLi:nth-of-type(n + 6) {
      display: none; } }
  .bannerRankingListLi:hover {
    border-left: 10px solid #FFE500;
    background-color: #ffffff14; }
  .bannerRankingListLi::before {
    content: counter(step);
    color: #FFE500;
    font-size: 1.5rem;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .bannerRankingListLi:first-of-type::before {
    font-size: 2rem; }
  .bannerRankingListLi:first-of-type .bannerRateBox {
    margin-left: 24px; }
  .bannerRankingListLi:first-of-type .bannerRankingListLiPic {
    width: 81px; }

.bannerRateBox {
  border-bottom: 1px solid #fff;
  margin-left: 30px;
  padding: 3px 0;
  display: flex;
  width: 100%;
  position: relative; }
  .bannerRateBox:hover .bannerRankingListLiText {
    color: #FFE500; }
  .bannerRateBox:hover .bannerRankingListLiPic {
    border: 1px solid #FFE500; }

.bannerRankingListLiPic {
  width: 52px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  border-radius: 5px; }
  .bannerRankingListLiPic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.bannerRankingListLiText {
  color: #fff;
  padding: 10px;
  flex: 1; }
  .bannerRankingListLiText h3 {
    font-weight: 900;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .bannerRankingListLiText p {
    font-size: 0.875rem; }

.indexContentCuration {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 30px 0 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(17, 17, 19, 0.849) 30%, rgba(17, 17, 19, 0.65) 100%); }
  @media screen and (max-width: 767px) {
    .indexContentCuration {
      padding: 20px 0 60px; } }
  @media screen and (max-width: 500px) {
    .indexContentCuration {
      padding: 20px 0 40px; } }

.indexContentCurationBox {
  position: relative;
  padding: 10px 0; }
  .indexContentCurationBox::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(17, 17, 19, 0.9) 0%, rgba(17, 17, 19, 0) 25%, rgba(17, 17, 19, 0) 75%, rgba(17, 17, 19, 0.9) 100%); }

.indexContentCurationSwiper {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  overflow: visible;
  position: relative; }
  .indexContentCurationSwiper .performanceBoxEach {
    margin: 0 auto 10px; }

.indexContentCurationSwiperPrev::after {
  background-image: url(../../assets/images/icon/layoutIcon/arrowPrev.svg); }

.indexContentCurationSwiperNext::after {
  background-image: url(../../assets/images/icon/layoutIcon/arrowNext.svg); }

.indexPerformanecETFArea {
  background: rgba(17, 17, 19, 0.65); }
  @media screen and (max-width: 767px) {
    .indexPerformanecETFArea {
      margin-top: 0; } }

.indexPerformanecETFTab {
  position: relative;
  z-index: 3;
  max-width: 1440px; }
  .indexPerformanecETFTab li {
    flex: 1; }
    .indexPerformanecETFTab li a {
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      word-break: break-all; }
      @media screen and (max-width: 767px) {
        .indexPerformanecETFTab li a {
          padding: 7px 8px; } }

.indexPerformanecETFContentArea {
  padding: 43px 0;
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .indexPerformanecETFContentArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .indexPerformanecETFContentArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .indexPerformanecETFContentArea {
      margin-bottom: 40px; } }
  .indexPerformanecETFContentArea::before {
    width: 100%;
    content: "";
    height: 50%;
    transform: translateY(-50%);
    background-color: #FFE500;
    position: absolute;
    left: 0;
    top: 50%; }
    @media screen and (max-width: 1280px) {
      .indexPerformanecETFContentArea::before {
        height: 100%; } }

.indexPerformanecETFContent {
  position: relative; }

.indexPerformanecETFListWrap {
  position: relative;
  display: flex;
  max-width: 1094px;
  align-items: center;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .indexPerformanecETFListWrap {
      flex-direction: column;
      width: 92%; } }
  @media screen and (max-width: 767px) {
    .indexPerformanecETFListWrap {
      align-items: center; } }

.indexPerformanecETFContentBtn {
  font-size: 1.375rem;
  display: flex;
  align-items: center;
  color: #2e2e2e; }
  .indexPerformanecETFContentBtn > div {
    transition: 0.3s; }
    .indexPerformanecETFContentBtn > div:first-of-type {
      margin-right: 5%; }
    .indexPerformanecETFContentBtn > div:last-of-type {
      font-size: 3rem; }
  .indexPerformanecETFContentBtn:hover {
    text-decoration: underline; }
    .indexPerformanecETFContentBtn:hover > div:first-of-type {
      -webkit-animation: arrowMove 0.6s infinite;
              animation: arrowMove 0.6s infinite; }

@-webkit-keyframes arrowMove {
  0% {
    margin-right: 5%; }
  50% {
    margin-right: 10%; }
  100% {
    margin-right: 5%; } }

@keyframes arrowMove {
  0% {
    margin-right: 5%; }
  50% {
    margin-right: 10%; }
  100% {
    margin-right: 5%; } }

.indexPerformanecETFList {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  /* 定義三個欄位，第一欄較大 */
  grid-template-rows: 1fr 1fr;
  gap: 40px;
  /* 元素之間的間距 */
  height: 100%;
  /* 滿高 */
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1280px) {
    .indexPerformanecETFList {
      gap: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    .indexPerformanecETFList {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      /* 兩欄 */
      grid-template-rows: auto;
      /* 自動調整列高 */
      gap: 16px;
      /* 欄位間距 */
      max-width: 500px;
      /* 設定容器最大寬度 */
      grid-template-areas: "item1 item1"
 "item2 item3"
 "item5 item4"; } }
  @media screen and (max-width: 767px) {
    .indexPerformanecETFList {
      display: flex;
      flex-direction: column; } }
  .indexPerformanecETFList li {
    display: flex;
    align-items: center;
    justify-content: center; }
    .indexPerformanecETFList li .performanceBoxTextBox {
      background-color: #343434; }
    .indexPerformanecETFList li:first-child {
      grid-column: 1 / 2;
      /* 占據第一欄 */
      grid-row: 1 / 3;
      /* 占據兩行 */
      align-self: stretch;
      /* 拉伸使其高度與右側項目對齊 */ }
      @media screen and (max-width: 1024px) {
        .indexPerformanecETFList li:first-child {
          grid-area: item1; } }
      .indexPerformanecETFList li:first-child .performanceBoxEach {
        width: 100%; }
        @media screen and (max-width: 1024px) {
          .indexPerformanecETFList li:first-child .performanceBoxEach {
            width: 350px; } }
        @media screen and (max-width: 767px) {
          .indexPerformanecETFList li:first-child .performanceBoxEach {
            width: 212px; } }
      .indexPerformanecETFList li:first-child .performanceBoxImgBox {
        aspect-ratio: 4/5.29; }
        @media screen and (max-width: 1024px) {
          .indexPerformanecETFList li:first-child .performanceBoxImgBox {
            aspect-ratio: 2/1.85; } }
    .indexPerformanecETFList li:nth-child(2) {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      align-self: start; }
      @media screen and (max-width: 1024px) {
        .indexPerformanecETFList li:nth-child(2) {
          grid-area: item2; } }
    .indexPerformanecETFList li:nth-child(3) {
      grid-column: 3 / 4;
      grid-row: 1 / 2;
      align-self: start; }
      @media screen and (max-width: 1024px) {
        .indexPerformanecETFList li:nth-child(3) {
          grid-area: item3; } }
    .indexPerformanecETFList li:nth-child(4) {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      align-self: end; }
      @media screen and (max-width: 1024px) {
        .indexPerformanecETFList li:nth-child(4) {
          grid-area: item4; } }
    .indexPerformanecETFList li:nth-child(5) {
      grid-column: 3 / 4;
      grid-row: 2 / 3;
      align-self: end; }
      @media screen and (max-width: 1024px) {
        .indexPerformanecETFList li:nth-child(5) {
          grid-area: item5; } }

.indexAnnouncerNewsArea {
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 80px;
  gap: 32px;
  @media screen and (max-width: 767px) {
    margin-bottom: 60px;
    gap: 24px;
  }}

.indexAreaTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 0 auto; }
  .indexAreaTitle h2 {
    font-weight: bold;
    color: #FFE500;
    font-size: 2rem; }
    @media screen and (max-width: 1280px) {
      .indexAreaTitle h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .indexAreaTitle h2 {
        font-size: 1.5rem; } }
  .indexAreaTitle .yellowBtn {
    margin-left: 20px; }

.indexNewsList {
  display: flex;
  flex-wrap: wrap;
  max-width: 968px;
  margin: 0 auto;
  width: 92%; }
  @media screen and (max-width: 1024px) {
    .indexNewsList {
      max-width: 768px; } }
  @media screen and (max-width: 375px) {
    .indexNewsList {
      width: 100%; } }

  .indexNewsList li {
    margin-bottom: 24px;
    width: 33.3333%;
    text-align: center; }
    .indexNewsList li .newsBoxEach {
      margin: 0 auto;
      text-align: left; }
    @media screen and (max-width: 1024px) {
      .indexNewsList li {
        width: 50%;} }
    @media screen and (max-width: 767px) {
      .indexNewsList li {
        width: 100%;} }
    @media screen and (max-width: 500px) {
      .indexNewsList li {
        margin-bottom: 16px; } }


.indexGreenRoomArea {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
  margin-bottom: 80px; }

.indexGreenRoomContainer {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  width:96%; }
  .indexGreenRoomContent{
    max-width:810px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1024px) {
    .indexGreenRoomContainer {
      max-width: 840px; }
      .indexGreenRoomContent{
        max-width:660px;
  } }
  @media screen and (max-width: 768px) {
      .indexGreenRoomContent{
        max-width:600px;
  } }
  @media screen and (max-width: 640px) {
    .indexGreenRoomContainer {
      width:92%; }
    .indexGreenRoomContent{
      width: 72%;
  } }
  @media screen and (max-width: 375px) {
    .indexGreenRoomContainer {
      width:96%; }
    .indexGreenRoomContent{
      width: 80%;
  } }


.footerPagesContentArea {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .footerPagesContentArea {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .footerPagesContentArea {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .footerPagesContentArea {
      margin-bottom: 40px; } }

.footerPagesTitle {
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 64px; }
  @media screen and (max-width: 767px) {
    .footerPagesTitle {
      margin-bottom: 36px;
      font-size: 1.75rem; } }

.QAList {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .QAList li {
    width: calc(50% - 18px);
    margin-right: 36px;
    margin-bottom: 23px;
    background-color: #ffffff26;
    padding: 0px 18px 14px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer; }
    .QAList li:hover {
      background-color: #ffffff14; }
    .QAList li i {
      margin-right: 10px; }
    .QAList li:nth-of-type(2n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .QAList li:nth-of-type(2n) {
          margin: 0 auto 30px; } }
    @media screen and (max-width: 767px) {
      .QAList li {
        width: 92%;
        margin: 0 auto 30px; } }

.questionBox {
  font-weight: 900;
  display: flex;
  align-items: center;
  padding: 14px 0 14px;
  border-bottom: 1px solid #FFFFFF80;
  margin-bottom: 14px;
  cursor: pointer;
  transition: .3s; }

.questionBoxHide {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0; }

.answerBox {
  height: 0;
  overflow: hidden;
  line-height: 1.5;
  transition: all 0.3s ease; }

.answerBoxShow {
  height: auto; }

.contactUsTitleP {
  color: #fff;
  margin: -40px auto 50px;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .contactUsTitleP {
      margin: -20px auto 30px; } }

.contactUsForm {
  color: #fff;
  max-width: 1000px;
  width: 92%;
  margin: 0 auto; }
  .contactUsForm .contactUsFormTop {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; }
    @media screen and (max-width: 767px) {
      .contactUsForm .contactUsFormTop {
        gap: 16px; } }
    .contactUsForm .contactUsFormTop .contactUsRow {
      display: flex;
      align-items: center;
      flex: 1 1 calc(50% - 16px);
      gap: 16px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .contactUsForm .contactUsFormTop .contactUsRow {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 15px; } }
      .contactUsForm .contactUsFormTop .contactUsRow label {
        flex: none;
        width: 6rem;
        font-size: 0.75rem; }
        .contactUsForm .contactUsFormTop .contactUsRow label p {
          margin: 0; }
      .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox {
        flex: 1; }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox {
            width: 100%; } }
        .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox .contactUsInputWrap input,
        .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox .contactUsInputWrap textarea {
          width: 100%;
          padding: 14px 16px;
          border-radius: 15px;
          background-color: #ffffff14;
          outline: none;
          border: 1px solid transparent;
          color: #fff;
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox .contactUsInputWrap input,
            .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox .contactUsInputWrap textarea {
              padding: 10px 12px; } }
        .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox .contactUsInputWrap textarea {
          resize: vertical; }
      .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(5), .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(6) {
        flex: 1 1 100%; }
        .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(5) label, .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(6) label {
          width: 6rem; }
        .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(5) .contactUsInputBox, .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(6) .contactUsInputBox {
          flex: 1; }
      .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(6) {
        align-items: flex-start;
        margin-bottom: 46px; }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(6) {
            margin-bottom: 31px; } }
    .contactUsForm .contactUsFormTop .contactGenderRadiogroup {
      display: flex;
      align-items: center;
      gap: 16px; }
      .contactUsForm .contactUsFormTop .contactGenderRadiogroup label {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 1rem;
        width: auto;
        max-width: 5rem; }
        .contactUsForm .contactUsFormTop .contactGenderRadiogroup label input[type="radio"] {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          cursor: pointer;
          position: relative;
          border-radius: 100%;
          border: 2px solid #000;
          box-shadow: inset 0 0 0 2px #fff;
          width: 24px;
          height: 24px;
          transition: all 0.2s; }
          .contactUsForm .contactUsFormTop .contactGenderRadiogroup label input[type="radio"]:checked {
            background: #FFE500;
            box-shadow: inset 0 0 0 5px #111113;
            border: 2px solid #fff; }
      .contactUsForm .contactUsFormTop .contactGenderRadiogroup input {
        vertical-align: middle; }
  .contactUsForm .contactUsFormBottom {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    font-size: 0.75rem; }
    @media screen and (max-width: 767px) {
      .contactUsForm .contactUsFormBottom {
        gap: 16px; } }
    .contactUsForm .contactUsFormBottom .captchaRow {
      display: flex;
      align-items: center;
      flex: 1 1 calc(60% - 16px);
      gap: 16px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .contactUsForm .contactUsFormBottom .captchaRow {
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 15px; } }
      .contactUsForm .contactUsFormBottom .captchaRow a {
        color: #fff;
        font-size: 1.5rem; }
        .contactUsForm .contactUsFormBottom .captchaRow a:hover {
          color: #FFE500; }
      .contactUsForm .contactUsFormBottom .captchaRow label {
        flex: none;
        width: 6rem;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .contactUsForm .contactUsFormBottom .captchaRow label {
            width: 5rem; } }
      .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 10px; }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox {
            flex-direction: column;
            align-items: flex-start;
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox .contactUsInputWrap {
            width: 100%; } }
        .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox .contactUsInputWrap input {
          width: auto;
          padding: 14px 16px;
          border-radius: 15px;
          background-color: #ffffff14;
          outline: none;
          border: 1px solid transparent;
          color: #fff;
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox .contactUsInputWrap input {
              width: 100%; } }
        .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox .captchaBtns {
          display: flex;
          gap: 10px; }
      .contactUsForm .contactUsFormBottom .captchaRow .captchaDiv {
        margin-right: 10px; }
    .contactUsForm .contactUsFormBottom .privacyCheckRow {
      display: flex;
      align-items: center;
      flex: 1 1 calc(40% - 16px);
      gap: 16px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .contactUsForm .contactUsFormBottom .privacyCheckRow {
          margin-bottom: 15px;
          flex-direction: column;
          align-items: center; } }
      .contactUsForm .contactUsFormBottom .privacyCheckRow input[type="checkbox"] {
        margin-right: 8px; }
      .contactUsForm .contactUsFormBottom .privacyCheckRow label {
        margin: 0; }
        .contactUsForm .contactUsFormBottom .privacyCheckRow label a {
          color: #FFE500; }
          .contactUsForm .contactUsFormBottom .privacyCheckRow label a:hover {
            text-decoration: underline; }
      .contactUsForm .contactUsFormBottom .privacyCheckRow .sendContactFormBtn {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 5px 40px;
        font-size: 0.875rem;
        font-weight: 900; }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormBottom .privacyCheckRow .sendContactFormBtn {
            margin: auto; } }

@media screen and (max-width: 1024px) {
  .contactUsFormTop,
  .contactUsFormBottom {
    display: flex;
    flex-direction: column; }
  .contactUsRow,
  .captchaRow,
  .privacyCheckRow {
    flex: 1 1 100%; } }

.questionnaireStepper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px 0;
  max-width: 736px;
  margin: 0 auto; }
  .questionnaireStepper .questionnaireStep {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: gray;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .questionnaireStepper .questionnaireStep.completed {
      background-color: #FFE500;
      color: black; }
      .questionnaireStepper .questionnaireStep.completed::after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900; }
    .questionnaireStepper .questionnaireStep.current {
      background-color: white; }
  .questionnaireStepper .questionnaireLine {
    flex-grow: 1;
    height: 8px;
    background: linear-gradient(to right, gray, gray);
    transition: background 0.3s ease; }
    .questionnaireStepper .questionnaireLine.completed {
      background-color: #FFE500;
      background-image: none; }
    .questionnaireStepper .questionnaireLine.in-progress {
      background: linear-gradient(to right, #FFE500, gray); }

.questionnaireContent {
  display: none;
  padding: 20px;
  color: #fff;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .questionnaireContent {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .questionnaireContent {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .questionnaireContent {
      margin-bottom: 40px; } }
  .questionnaireContent.questionnaireContentActive {
    display: block; }
  .questionnaireContent h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #FFE500;
    margin-bottom: 18px; }
  .questionnaireContent h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFE500;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .questionnaireContent h3 {
        margin-bottom: 20px; } }

.questionnaireContentInner {
  position: relative; }

.questionnaireStyle1 {
  position: relative; }
  .questionnaireStyle1 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  .questionnaireStyle1 .questionnaireOption {
    width: calc((100% - 166px) / 3);
    margin: 0 83px 40px 0;
    position: relative;
    position: relative;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .questionnaireStyle1 .questionnaireOption {
        width: calc((100% - 80px) / 3);
        margin: 0 40px 40px 0; } }
    @media screen and (max-width: 767px) {
      .questionnaireStyle1 .questionnaireOption {
        width: 100%;
        margin: 0 auto 40px; } }
    .questionnaireStyle1 .questionnaireOption:nth-of-type(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .questionnaireStyle1 .questionnaireOption:nth-of-type(3n) {
          margin: 0 auto 40px; } }
    .questionnaireStyle1 .questionnaireOption input {
      position: absolute;
      width: 1px;
      top: 1px;
      opacity: 0; }
      .questionnaireStyle1 .questionnaireOption input:checked ~ label {
        color: #FFE500; }
      .questionnaireStyle1 .questionnaireOption input:checked ~ label .AOptionsBox::after {
        display: block; }
      .questionnaireStyle1 .questionnaireOption input:checked ~ label .questionnairePic {
        border: 5px solid #FFE500; }
    .questionnaireStyle1 .questionnaireOption .questionnairePic {
      aspect-ratio: 1/1;
      margin-bottom: 14px; }
      .questionnaireStyle1 .questionnaireOption .questionnairePic img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .questionnaireStyle1 .questionnaireOption .AOptionsBox {
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      border-radius: 50%;
      position: relative;
      margin-right: 10px;
      top: 5px;
      cursor: pointer; }
      .questionnaireStyle1 .questionnaireOption .AOptionsBox::after {
        position: absolute;
        content: "";
        display: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 10px;
        background-color: #FFE500;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-size: contain; }
    .questionnaireStyle1 .questionnaireOption label {
      position: relative;
      font-size: 1.25rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-weight: bold;
      cursor: pointer; }
  .questionnaireStyle1 .questionnaireText {
    display: flex; }

.questionnaireContentInnerPic {
  margin-bottom: 20px; }
  .questionnaireContentInnerPic img, .questionnaireContentInnerPic svg {
    height: auto;
    max-width: 100%;
    min-width: 800px; }
  @media screen and (max-width: 767px) {
    .questionnaireContentInnerPic {
      overflow: auto; }
      .questionnaireContentInnerPic img {
        width: 800px;
        max-width: none; } }

.questionnaireStyle2 ul {
  display: flex;
  flex-wrap: wrap; }

.questionnaireStyle2 .questionnaireOption {
  border: 1px solid #fff;
  border-radius: 5px;
  width: calc((100% - 105px) / 2);
  display: flex;
  position: relative;
  margin: 0 105px 24px 0; }
  @media screen and (max-width: 768px) {
    .questionnaireStyle2 .questionnaireOption {
      width: calc((100% - 60px) / 2);
      margin: 0 60px 24px 0; } }
  @media screen and (max-width: 767px) {
    .questionnaireStyle2 .questionnaireOption {
      width: calc((100% - 0px) / 1);
      margin: 0 0px 24px 0; } }
  .questionnaireStyle2 .questionnaireOption:nth-child(2n) {
    margin-right: 0; }
  .questionnaireStyle2 .questionnaireOption label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%; }
  .questionnaireStyle2 .questionnaireOption span {
    display: block; }
  .questionnaireStyle2 .questionnaireOption input {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    opacity: 0; }
    .questionnaireStyle2 .questionnaireOption input:checked ~ label {
      background-color: #ffe50080; }
      .questionnaireStyle2 .questionnaireOption input:checked ~ label .AOptionsBox::after {
        background-color: #FFE500;
        display: block; }

.questionnaireStyle2 .AOptionsBox {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  top: 1px;
  cursor: pointer; }
  .questionnaireStyle2 .AOptionsBox::after {
    position: absolute;
    content: "";
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFE500;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain; }

.questionnaireStyle3 {
  position: relative; }
  .questionnaireStyle3 ul {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  .questionnaireStyle3 .questionnaireOption {
    width: calc((100% - 166px) / 3);
    margin: 0 83px 40px 0;
    position: relative;
    position: relative;
    display: flex;
    align-items: flex-start; }
    @media screen and (max-width: 768px) {
      .questionnaireStyle3 .questionnaireOption {
        width: calc((100% - 80px) / 3);
        margin: 0 40px 40px 0; } }
    @media screen and (max-width: 767px) {
      .questionnaireStyle3 .questionnaireOption {
        width: 100%;
        margin: 0 auto 40px; } }
    .questionnaireStyle3 .questionnaireOption:nth-of-type(3n) {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .questionnaireStyle3 .questionnaireOption:nth-of-type(3n) {
          margin: 0 auto 40px; } }
    .questionnaireStyle3 .questionnaireOption input {
      position: absolute;
      width: 1px;
      top: 1px;
      opacity: 0; }
      .questionnaireStyle3 .questionnaireOption input:checked ~ label {
        color: #FFE500; }
      .questionnaireStyle3 .questionnaireOption input:checked ~ label .AOptionsBox {
        background-color: #FFE500;
        border: 1px solid #FFE500; }
        .questionnaireStyle3 .questionnaireOption input:checked ~ label .AOptionsBox::after, .questionnaireStyle3 .questionnaireOption input:checked ~ label .AOptionsBox::before {
          display: block; }
      .questionnaireStyle3 .questionnaireOption input:checked ~ label .questionnairePic {
        border: 5px solid #FFE500; }
    .questionnaireStyle3 .questionnaireOption .questionnairePic {
      aspect-ratio: 1/1;
      margin-bottom: 14px; }
      .questionnaireStyle3 .questionnaireOption .questionnairePic img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .questionnaireStyle3 .questionnaireOption .AOptionsBox {
      width: 20px;
      height: 20px;
      border: 1px solid #fff;
      position: relative;
      margin-right: 10px;
      top: 5px;
      cursor: pointer; }
      .questionnaireStyle3 .questionnaireOption .AOptionsBox::before, .questionnaireStyle3 .questionnaireOption .AOptionsBox::after {
        display: none;
        content: "";
        position: absolute; }
      .questionnaireStyle3 .questionnaireOption .AOptionsBox::before {
        width: 7px;
        height: 10px;
        left: 3px;
        top: 3px;
        border-bottom: 3px solid #111113;
        transform: rotate(50deg); }
      .questionnaireStyle3 .questionnaireOption .AOptionsBox::after {
        left: 0px;
        top: 0px;
        width: 15px;
        height: 12px;
        border-bottom: 3px solid #111113;
        transform: rotate(-50deg); }
    .questionnaireStyle3 .questionnaireOption label {
      position: relative;
      font-size: 1.25rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-weight: bold;
      cursor: pointer; }
  .questionnaireStyle3 .questionnaireText {
    display: flex; }

.questionnaireSkip {
  padding: 6px 70px;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #FFE500;
  background-color: transparent;
  color: #FFE500;
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 20px; }
  .questionnaireSkip:hover {
    background-color: #FFFFFF80;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .questionnaireSkip {
      padding: 6px 30px; } }

.questionnaireNext {
  padding: 6px 70px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    .questionnaireNext {
      padding: 6px 30px; } }

.questionnaireSubmit {
  padding: 6px 70px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 900; }
  @media screen and (max-width: 767px) {
    .questionnaireSubmit {
      padding: 6px 30px; } }

.characterTEST1BG {
  background-image: url(https://megapx-assets.dcard.tw/images/22b14202-8637-4f51-9e2d-3324427390f4/640.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative; }
  .characterTEST1BG::after {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #0000009d;
    position: absolute;
    left: 0;
    top: 0; }

.characterTEST1Banner {
  aspect-ratio: 2/1;
  display: block;
  position: relative;
  z-index: 2;
  background-image: url(https://s.yimg.com/ny/api/res/1.2/zRJq3gFosxEyKf_pPlPrhQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTY0MDtjZj13ZWJw/https://media.zenfs.com/ca/nownews.com/b5788996ddd90f705fabb1389734be35);
  background-size: cover;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .characterTEST1Banner {
      aspect-ratio: 4/3; } }
  .characterTEST1Banner:hover {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px); }
    .characterTEST1Banner:hover .characterTEST1BannerInner {
      background-color: #0000008a;
      border: 10px solid #FFE500;
      -webkit-backdrop-filter: blur(0px);
              backdrop-filter: blur(0px); }
      @media screen and (max-width: 767px) {
        .characterTEST1Banner:hover .characterTEST1BannerInner {
          border: 5px solid #FFE500; } }
    .characterTEST1Banner:hover .showMoreYBtn {
      border: 1px solid #FFE500;
      background-color: #2e2e2e;
      color: #fff; }

.characterTEST1BannerInner {
  background-color: #000000ad;
  border: 10px solid transparent;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 85%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 60px;
  color: #fff;
  transition: 0.5s; }
  @media screen and (max-width: 820px) {
    .characterTEST1BannerInner {
      padding: 25px;
      width: 92%; } }
  @media screen and (max-width: 768px) {
    .characterTEST1BannerInner {
      padding: 15px; } }
  .characterTEST1BannerInner h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
    @media screen and (max-width: 1280px) {
      .characterTEST1BannerInner h2 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 820px) {
      .characterTEST1BannerInner h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .characterTEST1BannerInner h2 {
        font-size: 1.3rem; } }
  .characterTEST1BannerInner h3 {
    font-size: 1.5rem; }
    @media screen and (max-width: 1280px) {
      .characterTEST1BannerInner h3 {
        font-size: 1.3rem; } }
    @media screen and (max-width: 820px) {
      .characterTEST1BannerInner h3 {
        font-size: 1.1rem; } }
    @media screen and (max-width: 767px) {
      .characterTEST1BannerInner h3 {
        font-size: 0.8rem; } }

.characterTEST1BannerInnerBtn {
  position: absolute;
  right: 5%;
  bottom: 5%; }
  @media screen and (max-width: 767px) {
    .characterTEST1BannerInnerBtn {
      bottom: 5px;
      right: 5px; } }

.characterTEST1List {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .characterTEST1List {
      flex-direction: column;
      align-items: center; } }
  .characterTEST1List li {
    width: 33.333333%; }
    @media screen and (max-width: 820px) {
      .characterTEST1List li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .characterTEST1List li {
        width: 80%; } }

.characterTEST1ListEach {
  display: block;
  position: relative; }

.characterTEST1ListEach {
  display: block;
  position: relative;
  transition: all 0.3s ease; }
  .characterTEST1ListEach:hover {
    border: 5px solid #FFE500;
    box-shadow: 0 0 10px rgba(187, 187, 187, 0.7);
    transform: scale(1.05);
    z-index: 2; }

.characterTEST1Name {
  color: #fff;
  background-color: #161616a9;
  font-size: 1.5rem;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .characterTEST1Name {
      font-size: 1rem; } }

.characterTEST1Pic {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: linear-gradient(-90deg, #3F1983, #111113); }
  .characterTEST1Pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.characterTEST2List {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .characterTEST2List {
      width: 100%; } }
  .characterTEST2List li:nth-of-type(2n) .characterTEST2ListEach {
    flex-direction: row-reverse; }
  .characterTEST2List li:nth-of-type(2n) .characterTEST2Pic {
    margin-left: 30px;
    margin-right: 0; }
    @media screen and (max-width: 375px) {
      .characterTEST2List li:nth-of-type(2n) .characterTEST2Pic {
        margin-left: 15px; } }

.characterTEST2ListEach {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  transition: all 0.3s ease; }
  .characterTEST2ListEach:hover .characterTEST2Pic img {
    transform: scale(1.1); }
  .characterTEST2ListEach:hover .characterTEST2Text {
    border-bottom: 3px solid transparent; }
    .characterTEST2ListEach:hover .characterTEST2Text::after {
      width: 100%; }
  .characterTEST2ListEach:hover .characterTEST2Name {
    color: #FFE500; }
    .characterTEST2ListEach:hover .characterTEST2Name::before {
      transform: rotate(-10deg) scale(1.2);
      color: #FFE500; }
    .characterTEST2ListEach:hover .characterTEST2Name::after {
      transform: rotate(10deg) scale(1.2);
      color: #FFE500; }

.characterTEST2Pic {
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px; }
  @media screen and (max-width: 820px) {
    .characterTEST2Pic {
      width: 250px; } }
  @media screen and (max-width: 767px) {
    .characterTEST2Pic {
      width: 160px;
      margin-right: 15px; } }
  @media screen and (max-width: 375px) {
    .characterTEST2Pic {
      width: 130px; } }
  .characterTEST2Pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.3s; }

.characterTEST2Text {
  flex: 1;
  background-color: #1f1f1f8e;
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom: 3px solid #fff;
  position: relative; }
  .characterTEST2Text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #FFE500;
    transition: 0.3s; }

.characterTEST2Name {
  position: relative;
  font-size: 2rem;
  font-style: italic;
  color: #fff;
  position: relative;
  padding: 50px 40px; }
  @media screen and (max-width: 768px) {
    .characterTEST2Name {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    .characterTEST2Name {
      font-size: 1rem;
      padding: 25px 20px; } }
  .characterTEST2Name::before, .characterTEST2Name::after {
    position: absolute;
    color: #fff;
    font-size: 3rem;
    transition: 0.5s; }
    @media screen and (max-width: 768px) {
      .characterTEST2Name::before, .characterTEST2Name::after {
        font-size: 2rem; } }
  .characterTEST2Name::before {
    content: "“";
    top: 10px;
    left: -10px; }
    @media screen and (max-width: 767px) {
      .characterTEST2Name::before {
        top: 0;
        left: -10px; } }
  .characterTEST2Name::after {
    content: "”";
    bottom: 10px;
    right: -10px; }
    @media screen and (max-width: 767px) {
      .characterTEST2Name::after {
        bottom: -15px;
        right: -5px; } }
