@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&family=Sora:wght@100..800&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; }

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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body,
html {
  font-family: "Sora","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: 1216px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.containerS {
  width: 92%;
  max-width: 1216px;
  margin: 0 auto;
  z-index: 2;
  position: relative; }

.fs900 {
  font-weight: 700; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dBlock {
  display: block; }

.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justifyBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justifyStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.justifyEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.textCenter {
  text-align: center; }

.marginX {
  margin: auto; }

.perspective {
  -webkit-perspective: 1000;
          perspective: 1000; }

@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  66% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes imgScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  66% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #130e28;
  padding: 16px 0px;
  z-index: 13; }
  @media screen and (max-width: 1024px) {
    .header {
      padding: 16px 0px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 16px 0; } }

.headerContainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 1216px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 100px;
    aspect-ratio: 100/50;
    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: 1024px) {
      .logo a {
        width: 84px; } }
    @media screen and (max-width: 767px) {
      .logo a {
        width: 80px; } }

@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-bottom: 20px; } }

.firstMenuUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .firstMenuUl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.firstMenuLi {
  position: relative; }
  @media screen and (max-width: 767px) {
    .firstMenuLi {
      width: 80%;
      margin: 0 auto;
      background-color: rgba(255, 255, 255, 0.2);
      border-radius: 20px; } }
  @media screen and (max-width: 500px) {
    .firstMenuLi {
      width: 92%; } }
  .firstMenuLi + .firstMenuLi {
    margin-left: 24px; }
    @media screen and (max-width: 1024px) {
      .firstMenuLi + .firstMenuLi {
        margin-left: 8px; } }
    @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; } }
    @media screen and (max-width: 500px) {
      .firstMenuLi + .firstMenuLi {
        margin-top: 12px; } }
  .firstMenuLi:hover .menuA {
    background-color: #FFE500;
    color: #111113;
    border-radius: 30px; }
    .firstMenuLi:hover .menuA .menuIcon path {
      stroke: #5f5f5f; }
    .firstMenuLi:hover .menuA .menuIcon.fillIcon path {
      fill: #5f5f5f; }
  .firstMenuLi:hover .subMenuUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .firstMenuLi:hover .subMenuUlPadding {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 25px; }
    @media screen and (max-width: 767px) {
      .firstMenuLi:hover .subMenuUlPadding {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        height: auto; } }

.cls-1 {
  fill: none !important; }

.menuA {
  color: #FFE500;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 8px 16px;
  font-weight: 500; }
  @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;
      width: 100%; }
      .menuA .menuIcon path {
        stroke: #111113; } }

.menuIcon {
  width: 18px;
  margin-right: 6px; }

.subMenuUl {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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)); }
  @media screen and (max-width: 767px) {
    .subMenuUl {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: transparent;
      top: auto;
      left: auto;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0); } }
  .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: "";
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .subMenuUl::before {
        display: none; } }

.subMenuLi {
  display: block;
  border-bottom: 1px solid #00000040; }
  @media screen and (max-width: 767px) {
    .subMenuLi {
      border-bottom: none; } }
  .subMenuLi:last-of-type {
    border-bottom: none; }

.subMenuA {
  color: #2e2e2e;
  white-space: nowrap;
  padding: 8px 21px;
  display: block; }
  @media screen and (max-width: 767px) {
    .subMenuA {
      color: #FFE500;
      text-align: center; } }
  .subMenuA:hover {
    background-color: #000;
    color: #fff; }

.subMenuUlPadding,
.hamBtnBox {
  display: none; }

@media screen and (max-width: 767px) {
  .subMenuUlPadding {
    display: block; } }

@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;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .hamBtnInput:checked ~ .headerActionArea .hamBtnLabel span::after {
        top: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); } }

@media screen and (max-width: 767px) {
  .RWDMenuBg {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #130b32;
    display: none;
    width: 100%;
    overflow-y: auto;
    z-index: 9; } }

.hamBtnLabel {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hamBtnLabel span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFE500;
    position: relative; }
    .hamBtnLabel span::before, .hamBtnLabel span::after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #FFE500;
      position: absolute; }
    .hamBtnLabel span::before {
      top: -8px; }
    .hamBtnLabel span::after {
      top: 8px; }

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

.headerMemberActionBtnBox {
  position: relative;
  color: #fff;
  margin-right: 25px; }
  @media screen and (max-width: 1024px) {
    .headerMemberActionBtnBox {
      margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .headerMemberActionBtnBox {
      margin-right: 6px; } }
  .headerMemberActionBtnBox:hover .headerMemberActionBtn {
    background-color: #FFE500; }
    .headerMemberActionBtnBox:hover .headerMemberActionBtn .svg path {
      stroke: #5f5f5f; }
  .headerMemberActionBtnBox:hover .headerMemberActionPaddingTop {
    display: block; }

.headerMemberActionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .headerMemberActionBtn img {
    width: 24px;
    height: 24px; }

.headerSearctBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 78px; }
  @media screen and (max-width: 768px) {
    .footerTop {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 767px) {
    .footerTop {
      margin-bottom: 24px; } }

.footerLogo a {
  display: block; }

@media screen and (max-width: 768px) {
  .footerLogo {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .footerMenu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .footerSNSArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footerSNS {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footerTermsOfUse a {
    color: #2e2e2e;
    display: inline-block;
    padding: 5px 10px;
    font-size: 0.75rem; }
    .footerTermsOfUse a:hover {
      text-decoration: underline; }

.index2Right footer {
  padding: 27px 40px 0; }
  @media screen and (max-width: 1024px) {
    .index2Right footer {
      padding: 0 24px; } }
  @media screen and (max-width: 767px) {
    .index2Right footer {
      padding: 0; } }

.index2Right .footerCantainer {
  width: 100%;
  max-width: none; }

@media screen and (max-width: 1280px) {
  .index2Right .footerLogo {
    width: 200px; } }

@media screen and (max-width: 1024px) {
  .index2Right .footerLogo {
    width: 247px;
    margin-bottom: 24px; } }

@media screen and (max-width: 1024px) {
  .index2Right .footerTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; } }

.headerIndex {
  padding: 16px 40px;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .headerIndex {
      padding: 16px 24px; } }
  @media screen and (max-width: 767px) {
    .headerIndex {
      padding: 16px 0; } }

.headerIndexContainer {
  max-width: none;
  width: 100%; }

.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: 700; }
  .goToTopBtn img {
    position: absolute;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            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: 700;
      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: 700;
    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,
.swiperPrevBtn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 5;
  -webkit-box-shadow: 3px 3px 8px #414141;
          box-shadow: 3px 3px 8px #414141;
  -webkit-transform: background-color .2s ease;
      -ms-transform: background-color .2s ease;
          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 {
  right: 0; }
  .swiperNextBtn::after {
    background-image: url(../../assets/images/icon/layoutIcon/arrowRightYellow.svg); }

.swiperPrevBtn {
  left: 0; }
  .swiperPrevBtn::after {
    background-image: url(../../assets/images/icon/layoutIcon/arrowLeftYellow.svg); }

.paginationNav {
  margin: 40px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .paginationNav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.pagination {
  margin-right: 16px; }
  @media screen and (max-width: 768px) {
    .pagination {
      margin: 0 auto 15px; } }

.pageItem:first-of-type {
  margin-right: 4px; }

.pageItem:last-of-type {
  margin-left: 4px; }

.pageItem.pageItemDisable .pageLink {
  color: #4D4D4F; }
  .pageItem.pageItemDisable .pageLink:hover {
    background-color: transparent;
    cursor: default; }

.pageLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1rem;
  color: #fff;
  margin: 0 4px; }
  @media screen and (max-width: 500px) {
    .pageLink {
      width: 24px;
      height: 24px;
      margin: 0 2px; } }
  .pageLink:hover {
    background-color: #FFE500;
    color: #2a2a2a;
    font-weight: 700; }

.pageLink.pageLinkActive {
  background-color: #FFE500;
  color: #2a2a2a;
  font-weight: 700; }

.pageJumpRow span {
  color: #fff; }

.pageJumpRow input {
  border: 1px solid #FFFFFF80;
  border-radius: 2px;
  padding: 8px 15px;
  background: #ffffff14;
  width: 60px;
  margin: 0 10px;
  color: #FFE500; }

@media (min-width: 768px) {
  .pager-mobile-only {
    display: none !important; } }

@media (max-width: 767.98px) {
  .pager-desktop-only {
    display: none !important; } }

.tabRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1216px;
  margin: 0 auto;
  list-style-type: none;
  width: 92%; }
  .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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 230, 0, 0.5)), color-stop(80%, rgba(255, 229, 0, 0.2)));
      background: -o-linear-gradient(top, rgba(255, 230, 0, 0.5) 0%, rgba(255, 229, 0, 0.2) 80%);
      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: 700; }
      @media screen and (max-width: 767px) {
        .tabRow li.active {
          border-top: 6px solid #FFE500; } }

.tabContent {
  display: none; }
  .tabContent.active {
    display: block; }

.performanceBoxEach {
  max-width: 232px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dcdcdc40; }

.performanceBoxA {
  display: block; }
  .performanceBoxA:hover .performanceBoxImgBox {
    text-decoration: underline; }
    .performanceBoxA:hover .performanceBoxImgBox img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.performanceBoxImgBox {
  position: relative;
  aspect-ratio: 2/1.65;
  overflow: hidden; }
  .performanceBoxImgBox::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.9) 100%);
    position: absolute;
    left: 0;
    top: 0; }
  .performanceBoxImgBox > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.performanceBoxInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 400;
  width: 100%;
  z-index: 2;
  text-align: left;
  padding: 5px 16px 8px; }

.performanceBoxTextBox {
  background-color: #dcdcdc26;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  color: #fff;
  padding: 14px 16px;
  text-align: left; }

.performanceBoxName {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.125rem;
  margin-bottom: 40px;
  height: 3.15rem; }
  @media screen and (max-width: 767px) {
    .performanceBoxName {
      font-size: 1rem;
      margin-bottom: 24px; } }
  .performanceBoxName > a {
    display: block;
    color: #fff;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .performanceBoxName > a:hover {
      text-decoration: underline; }

.performanceBoxDate {
  margin-bottom: 4px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1; }

.performanceBoxPlace {
  margin-bottom: 4px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1; }

.performanceBoxTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap; }
  .performanceBoxTags .performanceBoxTag {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 12px;
    color: #fff;
    font-size: 0.75rem; }
    .performanceBoxTags .performanceBoxTag:hover {
      text-decoration: underline; }

.performanceBoxWant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .performanceBoxWant p {
    font-size: 0.75rem;
    max-width: 50%;
    padding: 4px 0px;
    color: #FFFFFF99; }

.performanceBoxWantLike {
  color: #FFE500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px;
  border-radius: 6px;
  font-size: 0.75rem;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, -webkit-transform 0.2s;
  -o-transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s; }
  .performanceBoxWantLike img {
    width: 14px;
    margin-right: 4px;
    display: inline-block; }
    .performanceBoxWantLike img.boop {
      -webkit-animation: wantBoop 0.3s ease-out;
              animation: wantBoop 0.3s ease-out; }
  @media (hover: none) and (pointer: coarse) {
    .performanceBoxWantLike:active {
      background-color: rgba(255, 229, 0, 0.1);
      -webkit-transform: scale(0.96);
          -ms-transform: scale(0.96);
              transform: scale(0.96); } }
  @media (hover: hover) and (pointer: fine) {
    .performanceBoxWantLike:hover {
      background-color: rgba(255, 229, 0, 0.1); } }

@media (prefers-reduced-motion: reduce) {
  .performanceBoxWantLike img {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important; } }

@-webkit-keyframes wantBoop {
  0% {
    -webkit-transform: none;
            transform: none; }
  20% {
    -webkit-transform: rotate(-3deg) scale(2);
            transform: rotate(-3deg) scale(2); }
  50% {
    -webkit-transform: rotate(-3deg) scale(1);
            transform: rotate(-3deg) scale(1); }
  75% {
    -webkit-transform: rotate(-3deg) scale(2);
            transform: rotate(-3deg) scale(2); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes wantBoop {
  0% {
    -webkit-transform: none;
            transform: none; }
  20% {
    -webkit-transform: rotate(-3deg) scale(2);
            transform: rotate(-3deg) scale(2); }
  50% {
    -webkit-transform: rotate(-3deg) scale(1);
            transform: rotate(-3deg) scale(1); }
  75% {
    -webkit-transform: rotate(-3deg) scale(2);
            transform: rotate(-3deg) scale(2); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.newsBoxEachA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff; }
  @media screen and (max-width: 500px) {
    .newsBoxEachA {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .newsBoxEachA:hover .newsBoxEachImgBox img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .newsBoxEachA:hover .newsBoxEachTitle {
    margin-bottom: 4px;
    text-decoration: underline; }
  .newsBoxEachA:hover .newsBoxChange {
    padding-bottom: 4px; }

.newsBoxEachImgBox {
  border: 1px solid #ffffff80;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 280 / 177;
  margin-bottom: 12px;
  min-width: 100px; }
  @media screen and (max-width: 500px) {
    .newsBoxEachImgBox {
      aspect-ratio: 1 / 1;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      width: 100px;
      height: auto;
      margin-bottom: 0;
      margin-right: 8px; } }
  .newsBoxEachImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block; }

.newsBoxEachInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 8px;
  text-align: left;
  min-width: 0; }
  @media screen and (max-width: 500px) {
    .newsBoxEachInfo {
      padding: 0; } }

.newsBoxEachTitle {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.8rem;
  margin-bottom: 8px; }

.newsBoxChange {
  color: #FFFFFFCC; }
  .newsBoxChange p {
    font-size: 0.75rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    position: relative; }
  .newsBoxChange span {
    overflow: hidden; }
    .newsBoxChange span::before {
      content: "|";
      position: relative;
      display: inline-block;
      margin: 0 4px; }

.newsBoxAuthor {
  font-size: 0.625rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  height: 1rem; }
  .newsBoxAuthor span {
    position: relative;
    margin-right: 5px; }
    .newsBoxAuthor span::before {
      content: "|";
      position: relative;
      display: inline-block;
      margin: 0 5px; }

.newsBoxEachTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0; }
  .newsBoxEachTags .newsBoxTag {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    margin-right: 10px;
    color: #fff;
    font-size: 0.75rem; }
    .newsBoxEachTags .newsBoxTag:hover {
      text-decoration: underline; }

.artTeamBox {
  max-width: 180px; }
  .artTeamBox a {
    display: block;
    color: #fff; }
    .artTeamBox a:hover .artTeamImgBox img {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .artTeamBox a:hover h3 {
      text-decoration: underline; }
  .artTeamBox h3 {
    font-size: 1.125rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    height: 2rem; }
    @media screen and (max-width: 500px) {
      .artTeamBox h3 {
        font-size: 1rem; } }
  .artTeamBox p {
    color: #fff;
    font-size: 0.875rem;
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; }

.artTeamImgBox {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #FFFFFF80;
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 16px; }
  @media screen and (max-width: 500px) {
    .artTeamImgBox {
      margin-bottom: 12px; } }
  .artTeamImgBox img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.yellowBtn, .messageSubmitBtn.yellowBtn {
  display: inline-block;
  text-align: center;
  background-color: #FFE500;
  border-radius: 20px;
  color: #2e2e2e;
  border: 1px solid transparent;
  padding: 8px 20px;
  font-weight: 600; }
  .yellowBtn:hover {
    border: 1px solid #FFE500;
    background-color: transparent;
    color: #FFE500; }

.notEnoughSlideUl {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  overflow-y: visible;
  gap: 15px;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    .notEnoughSlideUl {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0 0 0 auto;
      padding-bottom: 10px; } }
  .notEnoughSlideUl > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.performanceFilterBg {
  background-color: #000000c2;
  position: fixed;
  z-index: 14;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.performanceFilterWrap {
  margin: 100px 0; }
  @media screen and (max-width: 767px) {
    .performanceFilterWrap {
      margin: 30px 0; } }

.performanceFilterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff; }

.performanceFilter {
  position: relative;
  width: 90%;
  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: 600;
  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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 1rem; } }

.performanceFilterTabContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton {
      font-size: 1.25rem;
      padding: 28px 30px 20px;
      cursor: pointer;
      color: #fff;
      border-bottom: 8px solid transparent;
      -webkit-transition: background-color 0.3s, border-color 0.3s;
      -o-transition: background-color 0.3s, border-color 0.3s;
      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: 0.8rem;
          padding: 15px 8px 9px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-bottom: 6px solid transparent; } }
      .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton.active {
        background-color: #ffe50033;
        border-color: #FFE500;
        font-weight: 600;
        color: #FFE500; }
      .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton:hover {
        background-color: #4a4a9a; }
      .performanceFilterTabContainer .performanceFilterTabButtons .performanceFilterTabButton span {
        font-size: 0.625rem; }
        @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: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                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;
          -webkit-transition: background-color 0.3s, border-color 0.3s;
          -o-transition: background-color 0.3s, border-color 0.3s;
          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: 10px 15px; } }
          .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabButtons .subTabButton.active {
            background-color: #ffe50033;
            border-left: 8px solid #FFE500;
            color: #FFE500;
            font-weight: 600; }
            @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.625rem; }
      .performanceFilterTabContainer .performanceFilterTabContent .subTabContainer .subTabContent {
        display: none;
        background-color: #392966;
        padding: 20px 30px;
        border-radius: 4px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .performanceFilterTabBottom {
      padding: 18px 15px; } }

.clearAllPerformanceOption {
  font-size: 1.25rem;
  color: #FFFFFF80;
  font-weight: 600; }
  .clearAllPerformanceOption:hover {
    color: #fff; }

.sendPerformanceOption {
  padding: 8px 40px;
  font-weight: 600;
  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; } }

.performanceModalBg {
  display: none;
  background-color: #000000c2;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.performanceEventWrap {
  padding: 30px 0;
  width: 100%;
  height: 100%; }
  .performanceEventWrap .performanceEventWDialog {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  .performanceEventWrap .performanceEventContent {
    max-width: 768px;
    width: 92%;
    height: 90%;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    background-color: #2e2e2e; }
    @media screen and (max-width: 500px) {
      .performanceEventWrap .performanceEventContent {
        height: auto; } }
  .performanceEventWrap .modalHeader {
    background-color: #535366;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 12px;
    font-size: 1.25rem; }
    @media screen and (max-width: 500px) {
      .performanceEventWrap .modalHeader {
        padding: 12px; } }
    .performanceEventWrap .modalHeader .closeModalBtn {
      cursor: pointer;
      padding: 0 8px; }
  .performanceEventWrap .modalBody {
    margin: 12px 0;
    max-height: calc(720px - 60px);
    overflow-y: scroll;
    /* 滾動條軌道 */
    /* 滑塊（可拖動的部分） */ }
    @media screen and (max-width: 500px) {
      .performanceEventWrap .modalBody {
        padding-top: 8px;
        max-height: calc(560px - 60px); } }
    .performanceEventWrap .modalBody::-webkit-scrollbar {
      width: 8px; }
    .performanceEventWrap .modalBody::-webkit-scrollbar-track {
      background: #2e2e2e;
      border-radius: 10px; }
    .performanceEventWrap .modalBody::-webkit-scrollbar-thumb {
      background: #3e3e3e;
      border-radius: 10px; }
    .performanceEventWrap .modalBody::-webkit-scrollbar-thumb:hover {
      background: #3e3e3e; }
    .performanceEventWrap .modalBody a {
      color: #fff; }
    .performanceEventWrap .modalBody .performanceBoxWantLike {
      color: #FFE500; }
    .performanceEventWrap .modalBody .modalEventItem {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 8px;
      width: 100%;
      padding: 5px 16px 5px 0; }
      @media screen and (max-width: 500px) {
        .performanceEventWrap .modalBody .modalEventItem {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 4px;
          padding: 5px 12px 5px 0; } }
      .performanceEventWrap .modalBody .modalEventItem:last-child {
        margin-bottom: 0; }
      .performanceEventWrap .modalBody .modalEventItem:hover {
        background-color: #3b3b3b; }
    .performanceEventWrap .modalBody .eventTime {
      font-size: 1rem;
      padding: 0 16px; }
      @media screen and (max-width: 500px) {
        .performanceEventWrap .modalBody .eventTime {
          font-size: 0.875rem;
          padding: 0 12px 0 12px; } }
    .performanceEventWrap .modalBody .evnetContent {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .performanceEventWrap .modalBody .evnetContent .img-container {
        margin-right: 12px;
        width: 69px;
        aspect-ratio: 1/1.33;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden; }
        .performanceEventWrap .modalBody .evnetContent .img-container img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .performanceEventWrap .modalBody .evnetContent .eventName {
        margin-bottom: 4px;
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 500;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media screen and (max-width: 500px) {
          .performanceEventWrap .modalBody .evnetContent .eventName {
            font-size: 0.875rem; } }
        .performanceEventWrap .modalBody .evnetContent .eventName:hover {
          text-decoration: underline; }
      .performanceEventWrap .modalBody .evnetContent .eventOrganizer {
        font-size: 0.75rem;
        line-height: 1.25;
        color: #ffffffcc;
        font-weight: 400;
        margin-bottom: 8px; }
        .performanceEventWrap .modalBody .evnetContent .eventOrganizer:hover {
          text-decoration: underline; }
    .performanceEventWrap .modalBody .showMoreBtn {
      border-radius: 50px;
      border: 1px solid #9d9d9d;
      font-size: 1rem;
      font-weight: 600;
      padding: 4px 16px;
      white-space: nowrap;
      display: none;
      margin-left: 12px; }
      @media screen and (max-width: 500px) {
        .performanceEventWrap .modalBody .showMoreBtn {
          display: block;
          font-size: 0.75rem;
          padding: 4px 12px; } }
      .performanceEventWrap .modalBody .showMoreBtn:hover {
        background-color: #FFE500;
        border: 1px solid transparent;
        color: #2e2e2e; }
    .performanceEventWrap .modalBody .performanceBoxWant {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 0.75rem; }
      .performanceEventWrap .modalBody .performanceBoxWant > p {
        margin-right: 8px;
        color: #ffffff99;
        font-size: 0.75rem;
        max-width: none; }

.loadingIcon {
  text-align: center;
  padding: 80px 0; }
  .loadingIcon img {
    width: 24px;
    -webkit-animation: loadingIconTurn 2s infinite;
            animation: loadingIconTurn 2s infinite; }
  @media screen and (max-width: 767px) {
    .loadingIcon {
      padding: 60px 0; } }

@-webkit-keyframes loadingIconTurn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loadingIconTurn {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.announcerNewsHorizontal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .announcerNewsHorizontal a:hover {
    color: #FFE500; }

.announcerNewsHorizontal .announcerNewsArticleAboutImg {
  width: 69px;
  aspect-ratio: 1/1;
  margin-right: 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FFFFFF80; }
  .announcerNewsHorizontal .announcerNewsArticleAboutImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.announcerNewsHorizontal .announcerNewsArticleAboutText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .announcerNewsHorizontal .announcerNewsArticleAboutText h3 {
    margin-bottom: 4px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500; }
  .announcerNewsHorizontal .announcerNewsArticleAboutText > div {
    font-size: 0.75rem;
    color: #FFFFFFCC;
    line-height: 1.25; }

.performanceBoxHorizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .performanceBoxHorizontal .information {
    font-size: 0.75rem;
    color: #ffffffcc;
    font-weight: 400;
    margin-bottom: 4px; }
  .performanceBoxHorizontal .announcerArticleAboutPerformancesPic {
    aspect-ratio: 1/1.33;
    width: 87px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .performanceBoxHorizontal .announcerArticleAboutPerformancesPic:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .performanceBoxHorizontal .announcerArticleAboutPerformancesPic img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .performanceBoxHorizontal .title {
    margin-bottom: 16px; }
    .performanceBoxHorizontal .title a {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.4;
      color: #fff; }
      .performanceBoxHorizontal .title a:hover {
        color: #FFE500; }
  .performanceBoxHorizontal .announcerArticleAboutPerformancesInfo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .performanceBoxHorizontal .performanceBoxWant p {
    color: #ffffff99; }

.index2ArticleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0; }
  @media screen and (max-width: 500px) {
    .index2ArticleBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.index2ArticleBoxInfos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 24px; }
  @media screen and (max-width: 500px) {
    .index2ArticleBoxInfos {
      margin-right: 0; } }

.index2ArticleTop {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 8px; }
  @media screen and (max-width: 500px) {
    .index2ArticleTop {
      font-size: 0.75rem; } }

.index2ArticleType {
  color: #FFE500;
  margin-right: 8px; }
  .index2ArticleType:hover {
    color: #ffe500cc; }

.index2ArticleUpdate {
  color: #ffffffcc; }

.index2ArticleUpdateAuthor {
  display: inline-block;
  padding-left: 12px;
  position: relative; }
  .index2ArticleUpdateAuthor::before {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    left: 4px;
    top: 50%;
    position: absolute;
    background-color: #ffffffcc;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.index2ArticleText {
  color: #fff;
  display: block; }
  .index2ArticleText:hover .index2ArticleTitle {
    text-decoration: underline; }

.index2ArticleTitle {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 8px; }
  @media screen and (max-width: 767px) {
    .index2ArticleTitle {
      font-size: 1.125rem; } }

.index2ArticleContent {
  line-height: 1.7;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem; }

.index2ArticleBoxPic {
  aspect-ratio: 190/120;
  width: 22.2%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FFFFFF80; }
  @media screen and (max-width: 1024px) {
    .index2ArticleBoxPic {
      width: 35%; } }
  @media screen and (max-width: 500px) {
    .index2ArticleBoxPic {
      width: 100%;
      margin-bottom: 16px; } }
  .index2ArticleBoxPic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .index2ArticleBoxPic a {
    display: block;
    width: 100%;
    height: 100%; }
    .index2ArticleBoxPic a:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.indexActorsBox {
  width: 158px;
  padding: 20px 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff14;
  border-radius: 20px; }

.indexActorsBoxImg {
  display: block;
  border-radius: 50%;
  border: 1px solid #FFFFFF80;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 88px;
  margin-bottom: 16px; }
  .indexActorsBoxImg:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .indexActorsBoxImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

.indexActorsBoxType {
  display: block;
  color: #FFE500;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 4px; }
  .indexActorsBoxType:hover {
    color: #ffe500cc; }

.indexActorsBoxName {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 1.25;
  height: 2.5rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  .indexActorsBoxName:hover {
    text-decoration: underline; }

.indexActorsBoxMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .indexActorsBoxMore .yellowBtn {
    padding: 8px 16px; }

.indexActorsBoxImgMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }

.indexActorsBoxImgMorePic {
  border: 1px solid #FFFFFF80;
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 36px;
  margin-left: -9px; }
  .indexActorsBoxImgMorePic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.index2ETFListBox > a {
  display: block; }
  .index2ETFListBox > a:hover .index2ETFBoxTitle {
    text-decoration: underline; }
  .index2ETFListBox > a:hover .index2ETFListBoxImg img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.index2ETFListBoxImg {
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px; }
  .index2ETFListBoxImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.index2ETFBoxTitle {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
  color: #fff; }
  @media screen and (max-width: 500px) {
    .index2ETFBoxTitle {
      font-size: 1rem; } }

.index2ETFBoxText {
  font-size: 0.875rem;
  line-height: 1.7;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #ffffffcc; }
  @media screen and (max-width: 500px) {
    .index2ETFBoxText {
      font-size: 0.875rem; } }

.index2FriendlyUnitBox a {
  display: block; }
  .index2FriendlyUnitBox a:hover .index2FriendlyUnitImg img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.index2FriendlyUnitBox .index2FriendlyUnitImg {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #FFFFFF80; }
  .index2FriendlyUnitBox .index2FriendlyUnitImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.AD {
  color: #A69F61;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #D7D5BA;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .AD iframe {
    width: 100%; }

.ADtype1 {
  width: 300px;
  height: 250px; }

.ADtype2 {
  width: 300px;
  height: 600px; }

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .performanceSpecial {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .performanceTopArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .performanceMemberActionArea {
      -ms-flex-item-align: end;
          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;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    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;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.75) 100%);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
    padding-left: 1.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .performanceInfoList li div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (max-width: 767px) {
        .performanceInfoList li div {
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: auto;
                  flex: auto; } }
    .performanceInfoList li::before {
      content: "•";
      color: #FFE500;
      position: absolute;
      left: 0;
      font-size: 1.5em; }
  .performanceInfoList h3 {
    font-weight: 700;
    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: 600;
  color: #FFE500;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, black 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: 600;
  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: 95%;
  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: 95%;
  max-width: 1280px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 90%; } }
    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    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; } }

.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .toCommemt textarea {
    background-color: #ffffff20;
    margin-right: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 14px 16px;
    resize: none;
    overflow: hidden;
    color: #EEEEEE;
    min-height: 50px; }
    .toCommemt textarea::-webkit-input-placeholder {
      color: #EEEEEE; }
    .toCommemt textarea::-webkit-input-placeholder, .toCommemt textarea::-moz-placeholder, .toCommemt textarea:-ms-input-placeholder, .toCommemt textarea::-ms-input-placeholder, .toCommemt textarea::placeholder {
      color: #EEEEEE; }
  .toCommemt .toCommemtBtns {
    position: relative; }
    .toCommemt .toCommemtBtns label {
      position: relative;
      cursor: pointer;
      font-weight: 700;
      font-size: 0.875rem;
      padding: 3px 20px;
      border-radius: 8px;
      color: #111113;
      background-color: #EEEEEE;
      margin-right: 20px;
      display: inline-block; }
      .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; }

@media screen and (max-width: 767px) {
  .toCommemt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

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

@media screen and (max-width: 767px) {
  .toCommemt .toCommemtBtns {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .toCommemt .toCommemtBtns label {
    margin-right: 10px;
    text-align: center;
    width: calc(33.3333% - 10px); } }

.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: 700;
  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: 95%;
  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 {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 90%;
        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: 700;
    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: 90%;
  max-width: 860px;
  margin: 0 auto 80px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 768px) {
    .facebookIframeArea {
      margin: 0 auto 40px; } }
  @media screen and (max-width: 767px) {
    .facebookIframeArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .artWorkerPageContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .artWorkerInfoList th {
    font-weight: 700;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: disc;
    color: #FFE500;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .artWorkerQuickTour ul {
        width: 90%; } }
  .artWorkerQuickTour li {
    margin: 0 10px 0 25px; }
  .artWorkerQuickTour a {
    display: inline-block;
    font-weight: 700;
    color: #FFE500; }
    .artWorkerQuickTour a:hover {
      text-decoration: underline; }

.artWorkerMainIntroduce {
  line-height: 1.6; }
  .artWorkerMainIntroduce h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFE500;
    margin-bottom: 27px; }
  .artWorkerMainIntroduce h3 {
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    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: 600;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .artTeamIntroBanner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; } }
  .artTeamIntroBanner h1 {
    color: #FFE500;
    font-weight: 700;
    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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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 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: 90%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .stagePhotoSwiperContainer {
      width: 100%; } }

.stagePhotoSwiper {
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .stagePhotoSwiper {
      width: 95%;
      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: 95%;
      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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 600;
    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: 95%;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vmin; }

.memberLoginContainer {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 80%; }
  @media screen and (max-width: 767px) {
    .memberLoginContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 20px; } }

.memberLoginWelcomeArea {
  width: 50%;
  border-right: 2px solid #FFFFFF80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @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: 95%;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 820px) {
    .loginBtns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: 700; }
    .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @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;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }

.otherLoginWay {
  margin: 0 auto; }
  .otherLoginWay a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 622px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 820px) {
    .registerStepCheck {
      margin: 20px auto 40px;
      width: 90%; } }

.registerStepCheckBtn {
  font-size: 1rem;
  font-weight: 600;
  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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffe600), to(#86838e));
  background: -o-linear-gradient(left, #ffe600 0%, #86838e 100%);
  background: linear-gradient(to right, #ffe600 0%, #86838e 100%); }

.registerStepCheckLine.registerStepCheckLineDone {
  background: #FFE500; }

.registerForm {
  max-width: 1300px;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 36px; }
  @media screen and (max-width: 767px) {
    .registerRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 18px; } }
  .registerRow > label {
    text-align: justify;
    margin: 10px 30px 0 0;
    width: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 375px) {
    .registerRowInputBox > div:first-of-type {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .registerRowInputBox > div:first-of-type > a {
        margin: 10px 0; }
    .registerRowInputBox > div:has(.registerRowPassword) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .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.625rem;
    color: #FFFFFF80;
    padding-left: 12px;
    margin: 10px 0; }

.registerRowInputWrap {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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.625rem;
  margin: 10px 0;
  display: none; }

.errorHint {
  color: #FFE500;
  font-size: 0.625rem;
  margin: 10px 0;
  display: none; }

.watchPasswordBtn {
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  color: #FFFFFF80;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .watchPasswordBtn {
      font-size: 1rem; } }

@media screen and (max-width: 375px) {
  .registerRowPassword {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.registerGenderRadiogroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px; }
  .registerGenderRadiogroup label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
            box-shadow: inset 0 0 0 2px #fff;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .registerGenderRadiogroup input[type="radio"]:checked {
      background: #FFE500;
      -webkit-box-shadow: inset 0 0 0 5px #111113;
              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%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 500;
    z-index: 2; }

.twzipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .twzipcode {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.form-control {
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 14px 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px; }
  .identityType > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 10px 0; }
    .identityType > div label {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 0.875rem; }

.registerPrivacyRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .registerPrivacyRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .registerPrivacyRow .registerPrivacy {
    -webkit-box-align: center;
        -ms-flex-align: center;
            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% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  25% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg); }
  50% {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg); }
  75% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }

@keyframes scaleLOGO {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  25% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg); }
  50% {
    -webkit-transform: scale(1) rotate(-10deg);
            transform: scale(1) rotate(-10deg); }
  75% {
    -webkit-transform: scale(1.2) rotate(10deg);
            transform: scale(1.2) rotate(10deg); }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: 700; }

.memberCenterMenuA.memberCenterMenuAActive {
  font-weight: 700;
  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;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1600px) {
    .memberCollectPerformanceList {
      padding: 0; } }
  .memberCollectPerformanceList li {
    margin-bottom: 32px;
    width: calc((100% - 20px * 4) / 5);
    margin-right: 20px; }
    .memberCollectPerformanceList li:nth-of-type(5n) {
      margin-right: 0; }
    @media screen and (max-width: 1280px) {
      .memberCollectPerformanceList li {
        width: calc((100% - 20px * 3) / 4); }
        .memberCollectPerformanceList li:nth-of-type(5n) {
          margin-right: 20px; }
        .memberCollectPerformanceList li:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .memberCollectPerformanceList li {
        width: calc((100% - 20px * 2) / 3); }
        .memberCollectPerformanceList li:nth-of-type(4n) {
          margin-right: 20px; }
        .memberCollectPerformanceList li:nth-of-type(3n) {
          margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .memberCollectPerformanceList li {
        width: calc((100% - 20px ) / 2); }
        .memberCollectPerformanceList li:nth-of-type(3n) {
          margin-right: 20px; }
        .memberCollectPerformanceList li:nth-of-type(2n) {
          margin-right: 0px; } }
    @media screen and (max-width: 500px) {
      .memberCollectPerformanceList li {
        width: 100%;
        margin: 0 auto 20px; }
        .memberCollectPerformanceList li:nth-of-type(5n) {
          margin-right: 0; }
        .memberCollectPerformanceList li:nth-of-type(3n) {
          margin: 0 auto 20px; } }
  .memberCollectPerformanceList .performanceBoxEach {
    max-width: none; }
    @media screen and (max-width: 500px) {
      .memberCollectPerformanceList .performanceBoxEach {
        max-width: 230px;
        margin: 0 auto; } }

.memberCollectArtTeamList, .memberCollectArtWorkerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
    margin-bottom: 32px;
    width: calc((100% - 20px * 4) / 5);
    margin-right: 20px; }
    .memberCollectArtTeamList li:nth-of-type(5n), .memberCollectArtWorkerList li:nth-of-type(5n) {
      margin-right: 0; }
    .memberCollectArtTeamList li .artTeamBox, .memberCollectArtWorkerList li .artTeamBox {
      margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
        width: calc((100% - 20px * 3) / 4); }
        .memberCollectArtTeamList li:nth-of-type(5n), .memberCollectArtWorkerList li:nth-of-type(5n) {
          margin-right: 20px; }
        .memberCollectArtTeamList li:nth-of-type(4n), .memberCollectArtWorkerList li:nth-of-type(4n) {
          margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
        width: calc((100% - 20px * 2) / 3); }
        .memberCollectArtTeamList li:nth-of-type(4n), .memberCollectArtWorkerList li:nth-of-type(4n) {
          margin-right: 20px; }
        .memberCollectArtTeamList li:nth-of-type(3n), .memberCollectArtWorkerList li:nth-of-type(3n) {
          margin-right: 0px; } }
    @media screen and (max-width: 500px) {
      .memberCollectArtTeamList li, .memberCollectArtWorkerList li {
        width: calc((100% - 20px * 1) / 2); }
        .memberCollectArtTeamList li:nth-of-type(3n), .memberCollectArtWorkerList li:nth-of-type(3n) {
          margin-right: 20px; }
        .memberCollectArtTeamList li:nth-of-type(2n), .memberCollectArtWorkerList li:nth-of-type(2n) {
          margin-right: 0px; } }

.noticeTitle {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .noticeTitle {
      font-size: 1.8rem;
      max-width: 95%; } }

.privacyPolicyStatementBox {
  width: 90%;
  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: 700; }
  .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: 600;
    margin: 20px 0; }
  .privacyPolicyStatementBox h3 {
    font-size: 1.3rem;
    font-weight: 600; }
  .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: 600; }

.systemErrorImg {
  text-align: center;
  margin: 200px auto;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .systemErrorImg {
      margin: 100px auto; } }

.announcerNewsIndexBannerContainer {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexBannerContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: 700; }
        @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 {
            -o-text-overflow: ellipsis;
               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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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;
    -webkit-box-shadow: none;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  margin: -60px 0 120px auto;
  max-width: 1777px;
  width: 92%; }
  .announcerNewsIndexNewsListArea h2 {
    color: #fff;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 2.5rem;
    font-weight: 600; }

@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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-left: 10px; } }

@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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  max-width: 1586px;
  margin: 0 0 0 auto; }

@media screen and (max-width: 767px) {
  .announcerNewsIndexNewsListBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            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; } }

@media screen and (max-width: 1280px) {
  .announcerNewsIndexArticlesArea {
    margin-bottom: 40px; } }

.announcerNewsIndexArticlesAreaContainer {
  max-width: 1216px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1280px) {
    .announcerNewsIndexArticlesAreaContainer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexArticlesTitle {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .announcerNewsIndexArticlesTitle h2 {
    font-size: 2.5rem;
    font-weight: 600;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto; }
  @media screen and (max-width: 767px) {
    .announcerNewsIndexArticleListUl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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: 600;
    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: 768px) {
    .announcerNewsIndexArticlesBottomText {
      font-size: 1rem; } }

.announcerNewsIndexBottomAreaContainer {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%; }

.announcerNewsIndexTopicListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .announcerNewsIndexTopicListUl {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .announcerNewsIndexTopicListUl li {
    width: calc((100% - 32px * 3) / 4);
    min-width: 0;
    margin-right: 32px; }
    .announcerNewsIndexTopicListUl li:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .announcerNewsIndexTopicListUl li {
        width: calc((100% - 20px * 3) / 4);
        margin-right: 20px; } }
    @media screen and (max-width: 768px) {
      .announcerNewsIndexTopicListUl li {
        width: calc((100% - 20px * 1) / 2);
        margin: 0 20px 20px 0; }
        .announcerNewsIndexTopicListUl li:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .announcerNewsIndexTopicListUl li {
        width: 100%;
        margin: 0 auto 20px; } }
  .announcerNewsIndexTopicListUl li:has(.performanceBoxEach) .performanceBoxEach {
    max-width: none; }
  @media screen and (max-width: 500px) {
    .announcerNewsIndexTopicListUl li:has(.performanceBoxEach) {
      width: calc((100% - 20px * 1) / 2);
      margin: 0 20px 20px 0; }
      .announcerNewsIndexTopicListUl li:has(.performanceBoxEach):nth-of-type(2n) {
        margin-right: 0; } }

.announcerNewsIndexArticlesRankListArea {
  background: -webkit-gradient(linear, right top, left top, from(#3f1983), to(#111113));
  background: -o-linear-gradient(right, #3f1983, #111113);
  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; }

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

.announcerNewsIndexArticlesRankList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 90%;
        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: 90%;
          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: 90%;
        margin: 0 auto 30px; } }
    .announcerNewsIndexArticlesRankList li::after {
      content: counter(stepRank);
      color: #FFE500;
      font-size: 1.8rem;
      width: 3rem;
      height: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      position: absolute;
      left: -1.5rem;
      top: -1.5rem;
      font-weight: 600; }
    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    padding: 16px 16px 16px 24px; }
    .announcerNewsIndexArticlesRankList a:hover .announcerNewsIndexArticlesImg img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .announcerNewsIndexArticlesRankList a:hover .announcerNewsIndexArticlesText h3 {
      color: #FFE500; }

.announcerNewsIndexArticlesImg {
  width: 150px;
  border: 1px solid #ffffff80;
  border-radius: 8px;
  overflow: hidden;
  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%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.announcerNewsIndexArticlesText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .announcerNewsIndexArticlesText h3 {
    margin-bottom: 10px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .announcerNewsIndexArticlesText > div {
    font-size: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #FFFFFFCC; }
    .announcerNewsIndexArticlesText > div p {
      margin-right: 5px; }
      .announcerNewsIndexArticlesText > div p:last-of-type {
        margin-right: 0; }

.announcerNewsArea {
  padding: 0px 0 40px; }
  @media screen and (max-width: 500px) {
    .announcerNewsArea .swiperNextBtn,
    .announcerNewsArea .swiperPrevBtn {
      display: none; } }

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

.announcerNewsContentContainer,
.characterContentContainer {
  max-width: 1216px;
  margin: 0 auto;
  width: 92%;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .announcerNewsContentContainer,
    .characterContentContainer {
      margin-bottom: 7px; } }
  @media screen and (max-width: 768px) {
    .announcerNewsContentContainer,
    .characterContentContainer {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsContentContainer,
    .characterContentContainer {
      margin-bottom: 40px; } }

.announcerNews_NewsTabList,
.characterTabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px; }
  @media screen and (max-width: 767px) {
    .announcerNews_NewsTabList,
    .characterTabList {
      gap: 24px; } }
  .announcerNews_NewsTabList li,
  .characterTabList li {
    width: calc((100% - 96px) / 4);
    margin: 0 0 32px 0; }
    @media screen and (max-width: 1024px) {
      .announcerNews_NewsTabList li,
      .characterTabList li {
        width: calc((100% - 32px) / 2); } }
    @media screen and (max-width: 767px) {
      .announcerNews_NewsTabList li,
      .characterTabList li {
        margin: 0; } }
    @media screen and (max-width: 500px) {
      .announcerNews_NewsTabList li,
      .characterTabList li {
        width: 100%; } }

.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 {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .topicsFirst:hover .showMoreYBtn {
    border: 1px solid #FFE500;
    background-color: transparent;
    color: #FFE500; }

.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%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

.topicsFirstInfo {
  width: 92%;
  max-width: 1216px;
  border-bottom: 18px solid #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .topicsFirstInfo {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      padding: 15px 15px 27px;
      width: 100%; } }

.topicsFirstText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .topicsFirstText {
      margin-right: 0; } }
  .topicsFirstText h1 {
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 24px;
    max-width: 768px; }
    @media screen and (max-width: 1280px) {
      .topicsFirstText h1 {
        font-size: 2.5rem;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .topicsFirstText h1 {
        font-size: 2rem; } }
  .topicsFirstText p {
    max-width: 728px;
    line-height: 1.875;
    font-size: 1.125rem; }
    @media screen and (max-width: 767px) {
      .topicsFirstText p {
        margin-bottom: 20px;
        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 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .topicsLists li:nth-of-type(2n) .topicsListItem {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .topicsListItem {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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%;
      -webkit-transform: scaleX(1) rotate(180deg);
          -ms-transform: scaleX(1) rotate(180deg);
              transform: scaleX(1) rotate(180deg);
      -webkit-transition-delay: 0s, 0.2s, 0.4s;
           -o-transition-delay: 0s, 0.2s, 0.4s;
              transition-delay: 0s, 0.2s, 0.4s; }
  .topicsListItem:hover .showMoreYBtn {
    border: 1px solid #FFE500;
    background-color: transparent;
    color: #FFE500; }

.topicsItemPic {
  aspect-ratio: 5/4.54;
  width: 48.7%;
  position: relative;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  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: -webkit-gradient(linear, left top, right top, from(#FFE500), to(#FFE500)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFE500), color-stop(50%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FFE500), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, from(#FFE500), to(#FFE500)), -webkit-gradient(linear, right top, left top, from(#FFE500), to(#FFE500));
    background: -o-linear-gradient(left, #FFE500 0%, #FFE500 100%), -o-linear-gradient(bottom, #FFE500 50%, transparent 50%), -o-linear-gradient(bottom, #FFE500 50%, transparent 50%), -o-linear-gradient(left, #FFE500 0%, #FFE500 100%), -o-linear-gradient(right, #FFE500 0%, #FFE500 100%);
    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;
    -webkit-transition: background-position 0.2s ease-in-out, background-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: background-position 0.2s ease-in-out, background-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: scaleX(0) rotate(180deg);
        -ms-transform: scaleX(0) rotate(180deg);
            transform: scaleX(0) rotate(180deg);
    -webkit-transition-delay: 0.4s, 0.2s, 0s;
         -o-transition-delay: 0.4s, 0.2s, 0s;
            transition-delay: 0.4s, 0.2s, 0s; }
  .topicsItemPic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }

.topicsItemInfos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 488px;
  margin: 0 auto;
  position: relative;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .topicsItemInfos {
      max-width: none;
      padding: 20px 0; } }
  .topicsItemInfos h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px; }
    @media screen and (max-width: 1280px) {
      .topicsItemInfos h2 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .topicsItemInfos h2 {
        font-size: 1.75rem;
        margin-bottom: 20px; } }
  .topicsItemInfos p {
    line-height: 1.875;
    font-size: 1.125rem; }
    @media screen and (max-width: 767px) {
      .topicsItemInfos p {
        font-size: 1rem; } }

.programmeTopicEach {
  padding: 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center; }
  @media screen and (max-width: 768px) {
    .programmeTopicEach {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    .programmeTopicEach {
      padding: 60px 0px; } }
  .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 {
  width: 92%;
  margin: 0 auto; }
  .programmeTopicEachText > h2 {
    margin: 0 auto;
    width: 80%;
    font-weight: 700;
    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.75rem;
        width: 100%; } }
  .programmeTopicEachText > p {
    width: 66.7%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 1.125rem;
    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 32px;
        font-size: 1rem;
        width: 100%; } }

.programmeTopicEachSwiperArea {
  max-width: 1216px;
  width: 96%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .programmeTopicEachSwiperArea {
      margin: 0 0 0 auto; } }
  .programmeTopicEachSwiperArea:has(.notEnoughSlideUl) {
    margin: 0 auto; }
  .programmeTopicEachSwiperArea .notEnoughSlideUl li .performanceBoxEach {
    max-width: 240px; }

.programmeTopicEachSwiperContainer {
  max-width: 1120px;
  margin: 0 auto; }

.programmeTopicEachSwiper {
  max-width: 1008px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .programmeTopicEachSwiper {
      width: 100%; } }
  .programmeTopicEachSwiper .performanceBoxEach {
    max-width: none; }

.announcerNewsTopicArticleBanner {
  aspect-ratio: 5/2.233;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: 700;
  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: 96%; } }
  .announcerNewsTopicArticleBannerTitle h1::before, .announcerNewsTopicArticleBannerTitle h1::after {
    content: "";
    width: 180px;
    height: 18px;
    background-color: #FFE500;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-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.625rem;
  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; } }

.announcerNewsTopicArticleListsWrap {
  background-color: #ffffff14;
  padding: 146px 0 203px; }
  @media screen and (max-width: 1280px) {
    .announcerNewsTopicArticleListsWrap {
      padding: 100px 0 150px; } }
  @media screen and (max-width: 1024px) {
    .announcerNewsTopicArticleListsWrap {
      padding: 80px 0 75px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsTopicArticleListsWrap {
      padding: 60px 0 50px; } }

.announcerNewsTopicArticleLists {
  max-width: 1216px;
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px; }
  @media screen and (max-width: 767px) {
    .announcerNewsTopicArticleLists {
      gap: 24px; } }
  .announcerNewsTopicArticleLists li {
    width: calc((100% - 96px )/4);
    margin: 0 0 32px 0; }
    @media screen and (max-width: 1024px) {
      .announcerNewsTopicArticleLists li {
        width: calc((100% - 32px )/2); } }
    @media screen and (max-width: 767px) {
      .announcerNewsTopicArticleLists li {
        margin: 0; } }
    @media screen and (max-width: 500px) {
      .announcerNewsTopicArticleLists li {
        width: 100%; } }

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: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.announcerNewsArticleLeft {
  width: calc(100% - 335px - 100px);
  margin-right: 100px;
  min-width: 0; }
  @media screen and (max-width: 1024px) {
    .announcerNewsArticleLeft {
      width: calc(100% - 290px - 30px);
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleLeft {
      width: 100%;
      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;
  min-width: 0;
  margin-bottom: 40px;
  overflow-x: hidden; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticle {
      border-bottom: 1px solid #ffffff59; } }

.announcerNewsArticleTopRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleTopRow {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 15px; } }

.changFzBtn {
  position: relative;
  padding: 0 10px;
  cursor: pointer; }
  .changFzBtn:hover {
    color: #FFE500;
    font-weight: 600; }
  .changFzBtn + .changFzBtn::before {
    padding: 0 10px;
    content: "|";
    position: absolute;
    left: -10px;
    top: 0%;
    color: #fff;
    font-weight: 500; }

.changFzBtnActive {
  color: #FFE500;
  font-weight: 600; }

.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: 700;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .announcerNewsArticleTitleArea h1 {
        margin-bottom: 15px;
        font-size: 2rem; } }

.announcerNewsArticleTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .announcerNewsArticleTime {
      margin-bottom: 15px; } }
  .announcerNewsArticleTime p {
    font-size: 0.625rem;
    margin-right: 10px; }

.announcerNewsArticleTitleBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.announcerNewsArticleAuthor {
  font-size: 0.625rem; }

.announcerNewsArticleShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .announcerNewsArticleShare ul {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  overflow-x: hidden; }
  .announcerNewsArticleContent > p {
    line-height: 1.875;
    margin: 20px 0; }
  .announcerNewsArticleContent h2,
  .announcerNewsArticleContent h3,
  .announcerNewsArticleContent h4,
  .announcerNewsArticleContent h5,
  .announcerNewsArticleContent h6 {
    font-weight: 600;
    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: 600; }
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .announcerNewsArticleContentTags a {
    color: #fff;
    display: inline-block;
    padding: 3px 5px; }
    .announcerNewsArticleContentTags a:hover {
      color: #FFE500; }

.announcerArticleAboutPerformancesList li {
  margin-bottom: 20px; }
  .announcerArticleAboutPerformancesList li:last-of-type {
    margin-bottom: 0; }

.announcerNewsArticleAbout {
  margin-bottom: 50px; }
  .announcerNewsArticleAbout > h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px; }
    @media screen and (max-width: 820px) {
      .announcerNewsArticleAbout > h2 {
        font-size: 1.6rem; } }
  .announcerNewsArticleAbout .announcerNewsHorizontal {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.announcerArticleAboutHotList li {
  border-bottom: 1px solid #ffffff59;
  counter-increment: step;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .announcerArticleAboutHotList li:last-of-type {
    border-bottom: none; }
  .announcerArticleAboutHotList li::before {
    color: #FFE500;
    content: counter(step);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    margin-right: 12px;
    width: 30px;
    text-align: center;
    display: inline-block; }
  .announcerArticleAboutHotList li:nth-child(n + 4)::before {
    font-size: 1.25rem; }
  .announcerArticleAboutHotList li:nth-child(n + 4) .announcerNewsArticleAboutImg {
    display: none; }
  .announcerArticleAboutHotList li:nth-child(n + 4) .announcerNewsArticleAboutText > div {
    display: none; }
  .announcerArticleAboutHotList li:nth-child(n + 4) .announcerNewsArticleAboutText h3 {
    margin-bottom: 0; }

.announcerArticleAboutHotList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 16px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .announcerArticleAboutHotList a:hover {
    color: #FFE500; }

.announcerArticleAboutList li {
  border-bottom: 1px solid #ffffff59;
  counter-increment: step;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .announcerArticleAboutList li:last-of-type {
    border-bottom: none; }

.articleWrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
  font-size: 0.875rem;
  border: 1px solid #fff;
  scrollbar-width: thin;
  scrollbar-color: #FFE500 #ffffff14; }
  .articleWrapper::-webkit-scrollbar {
    height: 6px; }
  .articleWrapper::-webkit-scrollbar-track {
    background: #ffffff14;
    border-radius: 50px; }
  .articleWrapper::-webkit-scrollbar-thumb {
    background: #FFE500;
    border-radius: 50px; }
  .articleWrapper::-webkit-scrollbar-thumb:hover {
    background: #ffea33; }
  .articleWrapper .articleTable {
    border-collapse: collapse;
    color: #fff;
    min-width: 600px;
    width: 100%;
    line-height: 1.8;
    word-break: break-all;
    border: none; }
    .articleWrapper .articleTable th,
    .articleWrapper .articleTable td {
      border: 1px solid #fff;
      padding: 8px 16px;
      text-align: left;
      vertical-align: top;
      min-width: 120px;
      word-break: break-all; }
    .articleWrapper .articleTable thead th {
      font-weight: 600;
      border-bottom: 1px solid #fff; }
    .articleWrapper .articleTable tbody th {
      font-weight: 600; }
    .articleWrapper .articleTable td {
      font-weight: 400; }
    .articleWrapper .articleTable thead tr:first-child th {
      border-top: none; }
    .articleWrapper .articleTable tbody tr:last-child td,
    .articleWrapper .articleTable tbody tr:last-child th {
      border-bottom: none; }
    .articleWrapper .articleTable tr th:first-child,
    .articleWrapper .articleTable tr td:first-child {
      border-left: none; }
    .articleWrapper .articleTable tr th:last-child,
    .articleWrapper .articleTable tr td:last-child {
      border-right: none; }

.greenRoomTabWrap {
  width: 92%;
  max-width: 1216px;
  margin: 0 auto; }

.greenRoomTab {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .greenRoomTab a {
    color: #fff; }

.greenRoomListAreaWrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 229, 0, 0.2)), to(rgba(255, 229, 0, 0)));
  background: -o-linear-gradient(top, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%); }

.greenRoomListArea {
  max-width: 1335px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 90px; }
  @media screen and (max-width: 768px) {
    .greenRoomListArea {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    .greenRoomListArea {
      padding: 30px 0; } }

.greenRoomListTitle {
  color: #FFE500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 2.5rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 2;
  line-height: 1; }
  @media screen and (max-width: 1500px) {
    .greenRoomListTitle {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      position: relative; } }
  @media screen and (max-width: 1280px) {
    .greenRoomListTitle {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      position: relative; } }
  @media screen and (max-width: 767px) {
    .greenRoomListTitle {
      font-size: 2rem;
      margin: 20px 0 0; } }

.greenRoomListSwiperArea {
  position: relative;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .greenRoomListSwiperArea .artTeamBox {
      max-width: none; } }

.greenRoomListSwiper {
  max-width: 1216px;
  margin: 0 auto; }

.emptyInfoText {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin: 130px auto; }

.rankingArea {
  color: #fff; }

.rankingAreaStatusChangeBtnTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: 600; }
    .rankingAreaStatusChangeBtnTab li.active a {
      color: #FFE500; }
  .rankingAreaStatusChangeBtnTab a {
    color: #fff; }

.rankingContainer {
  max-width: 1216px;
  margin: 0 auto 100px;
  width: 95%; }

.rankingTypeChangeTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 600;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .rankingImgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.rankingInfoArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: 600; }

.rankingDramaInfo span {
  font-size: 0.625rem; }

.rankingDramaHot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 25px;
  color: #FFE500;
  border-radius: 20px;
  background-color: #ffffff14;
  margin: 10px 0; }
  .rankingDramaHot img {
    margin-right: 10px; }
  .rankingDramaHot span {
    font-size: 0.625rem; }

.performanceIndexArea {
  position: relative; }

.performanceFilterBtn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFE500;
  color: #2e2e2e;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  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 i {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .performanceFilterBtn {
      padding: 5px 15px; }
      .performanceFilterBtn span {
        display: none; } }

.performanceIndexTabWrap {
  width: 92%;
  max-width: 1216px;
  margin: 0 auto;
  position: relative; }

.performanceIndexTab {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .performanceIndexTab a {
    color: #fff; }

.performanceIndexListAreaWrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 229, 0, 0.2)), to(rgba(255, 229, 0, 0)));
  background: -o-linear-gradient(top, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%); }

.performanceIndexListArea {
  max-width: 1335px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 90px;
  min-height: 744px; }
  @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: 2.5rem;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: -1.5rem;
  z-index: 2;
  line-height: 1; }
  @media screen and (max-width: 1500px) {
    .performanceIndexListTitle {
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      position: relative; } }
  @media screen and (max-width: 1280px) {
    .performanceIndexListTitle {
      -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; } }

.performanceIndexListSwiperContainerWrap {
  position: relative;
  margin: 0 auto; }

.performanceIndexListSwiperContainer {
  position: relative;
  height: 700px;
  max-width: 1216px;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .performanceIndexListSwiperContainer {
      height: 670px; } }
  @media screen and (max-width: 1024px) {
    .performanceIndexListSwiperContainer {
      height: 720px; } }
  @media screen and (max-width: 820px) {
    .performanceIndexListSwiperContainer {
      height: 680px; } }
  @media screen and (max-width: 500px) {
    .performanceIndexListSwiperContainer {
      height: 320px; } }

.performanceIndexListSwiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.performanceIndexListNotEnough {
  max-width: 1216px;
  margin: 0px auto; }
  .performanceIndexListNotEnough ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 1280px) {
      .performanceIndexListNotEnough ul {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow: auto; } }
  .performanceIndexListNotEnough li {
    width: calc((100% - 20px * 4) / 5);
    margin: 0px 20px 25px 0; }
    .performanceIndexListNotEnough li:nth-of-type(5n) {
      margin: 0 0 25px 0; }
    @media screen and (max-width: 1280px) {
      .performanceIndexListNotEnough li {
        width: auto;
        margin: 0px 15px 25px 0; }
        .performanceIndexListNotEnough li:nth-of-type(5n) {
          margin: 0px 15px 25px 0; } }
    .performanceIndexListNotEnough li .performanceBoxEach {
      margin: 0 auto;
      min-width: 200px; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 8px; }

.calendarDateRange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calendarDateRangeArrow {
  display: inline-block;
  color: #ffe500;
  font-weight: 600;
  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; }
  .calendarDateChooseInputBoxLabel::before, .calendarDateChooseInputBoxLabel::after {
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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; }

@media screen and (max-width: 820px) {
  .calendarDateChooseInputBoxLabel {
    width: 200px; } }

@media screen and (max-width: 767px) {
  .calendarDateChooseInputBoxLabel {
    width: 70px;
    height: 45px; } }

.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; }
  .calendarDateChooseInputBoxInput::-webkit-input-placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput::-webkit-input-placeholder, .calendarDateChooseInputBoxInput::-moz-placeholder, .calendarDateChooseInputBoxInput:-ms-input-placeholder, .calendarDateChooseInputBoxInput::-ms-input-placeholder, .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 {
    font-size: 1rem;
    opacity: 0; } }

@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: 600;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .calendarSevenDaysList > li {
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
    width: calc(100% / 7); }
    .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%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      visibility: hidden;
      z-index: 1; }
    .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; }

@media screen and (max-width: 820px) {
  .calendarSevenDaysList {
    overflow-x: auto;
    overflow-y: hidden; } }

@media screen and (max-width: 820px) {
  .calendarSevenDaysList > li {
    width: 167px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .calendarSevenDaysList > li {
    width: 150px; } }

@media screen and (max-width: 767px) {
  .calendarSevenDaysList > li:after {
    border-width: 20px 16px 0 16px; } }

.calendarDateTitle {
  text-align: center;
  padding: 30px 0; }

@media screen and (max-width: 767px) {
  .calendarDateTitle {
    padding: 15px 0; } }

.dateNumber {
  font-size: 3rem;
  font-weight: 600; }

@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: 600;
  margin-bottom: 8px;
  -o-text-overflow: ellipsis;
     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: 600;
  letter-spacing: 2px; }

.calendarOneDayAllShowContainer {
  color: #fff;
  overflow-x: auto; }
  .calendarOneDayAllShowContainer .calendarTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 16px; }
    .calendarOneDayAllShowContainer .calendarTable thead th {
      font-weight: 600;
      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) {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(4), .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(5) {
        width: 240px; }
      .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; }

@media screen and (max-width: 820px) {
  .calendarOneDayAllShowContainer .calendarTable {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .calendarOneDayAllShowContainer .calendarTable {
    width: 800px; } }

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 8px; }

.calendarDateRange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.calendarDateRangeArrow {
  display: inline-block;
  color: #ffe500;
  font-weight: 600;
  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; }
  .calendarDateChooseInputBoxLabel::before, .calendarDateChooseInputBoxLabel::after {
    position: absolute;
    font-family: "FontAwesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-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; }

@media screen and (max-width: 820px) {
  .calendarDateChooseInputBoxLabel {
    width: 200px; } }

@media screen and (max-width: 767px) {
  .calendarDateChooseInputBoxLabel {
    width: 70px;
    height: 45px; } }

.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; }
  .calendarDateChooseInputBoxInput::-webkit-input-placeholder {
    color: #fff;
    font-size: 1rem;
    letter-spacing: 2px; }
  .calendarDateChooseInputBoxInput::-webkit-input-placeholder, .calendarDateChooseInputBoxInput::-moz-placeholder, .calendarDateChooseInputBoxInput:-ms-input-placeholder, .calendarDateChooseInputBoxInput::-ms-input-placeholder, .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 {
    font-size: 1rem;
    opacity: 0; } }

@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: 600;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .calendarSevenDaysList > li {
    border: 3px solid transparent;
    cursor: pointer;
    position: relative;
    width: calc(100% / 7); }
    .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%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      visibility: hidden;
      z-index: 1; }
    .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; }

@media screen and (max-width: 820px) {
  .calendarSevenDaysList {
    overflow-x: auto;
    overflow-y: hidden; } }

@media screen and (max-width: 820px) {
  .calendarSevenDaysList > li {
    width: 167px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .calendarSevenDaysList > li {
    width: 150px; } }

@media screen and (max-width: 767px) {
  .calendarSevenDaysList > li:after {
    border-width: 20px 16px 0 16px; } }

.calendarDateTitle {
  text-align: center;
  padding: 30px 0; }

@media screen and (max-width: 767px) {
  .calendarDateTitle {
    padding: 15px 0; } }

.dateNumber {
  font-size: 3rem;
  font-weight: 600; }

@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: 600;
  margin-bottom: 8px;
  -o-text-overflow: ellipsis;
     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: 600;
  letter-spacing: 2px; }

.calendarOneDayAllShowContainer {
  color: #fff;
  overflow-x: auto; }
  .calendarOneDayAllShowContainer .calendarTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 16px; }
    .calendarOneDayAllShowContainer .calendarTable thead th {
      font-weight: 600;
      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) {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(4), .calendarOneDayAllShowContainer .calendarTable tbody td:nth-of-type(5) {
        width: 240px; }
      .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; }

@media screen and (max-width: 820px) {
  .calendarOneDayAllShowContainer .calendarTable {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .calendarOneDayAllShowContainer .calendarTable {
    width: 800px; } }

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

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

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

.calenderMonthArea {
  color: white;
  margin-top: 40px;
  overflow-y: auto;
  height: 700px; }

.calenderMonthHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 76px;
  z-index: 10;
  background-color: #140c34;
  color: #fff; }

@media screen and (max-width: 1073px) {
  .calenderMonthHeader {
    top: 146px; } }

.calenderGrid {
  width: 14.2857142857%; }

.headerItem {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 10px;
  text-align: center; }

.calenderBodyList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff; }

@media screen and (max-width: 767px) {
  .headerItem {
    display: none; }
  .calenderGrid {
    width: 100%; } }

.bodyItem {
  cursor: pointer;
  padding: 4px 4px 12px 4px;
  border-top: 1px solid #aeaeae; }
  .bodyItem:hover .bodyItemTitle {
    background-color: #ffe500;
    color: #2e2e2e;
    border-radius: 30px; }
    .bodyItem:hover .bodyItemTitle .weekNameMobile {
      color: #6d6d6d; }
  .bodyItem:hover .showMoreBtn {
    border: 1px solid transparent;
    color: #111113;
    background-color: #FFE500; }
  .bodyItem.active {
    background-color: rgba(255, 229, 0, 0.2); }
    .bodyItem.active .bodyItemTitle {
      background-color: #ffe500;
      color: #2e2e2e;
      border-radius: 30px; }
      .bodyItem.active .bodyItemTitle .weekNameMobile {
        color: #6d6d6d; }
    .bodyItem.active .showMoreBtn {
      border: 1px solid transparent;
      color: #111113;
      background-color: #FFE500; }
  .bodyItem .bodyItemTitle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 45%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 8px; }
    .bodyItem .bodyItemTitle .calenderDate {
      font-size: 1.5rem;
      font-weight: 600; }
    .bodyItem .bodyItemTitle .weekNameMobile {
      display: none;
      margin-left: 8px;
      font-size: 0.875rem;
      color: #dbdbdb; }
  .bodyItem .bodyItemInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin: 12px 0; }
  .bodyItem .calenderEventItem {
    border-left: 3px solid #fffbcc;
    padding: 4px 0px 4px 8px; }
    .bodyItem .calenderEventItem .calenderEventTag {
      display: inline-block;
      font-size: 0.75rem;
      padding: 2px 8px;
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.15);
      margin-bottom: 4px; }
    .bodyItem .calenderEventItem .calenderEventName {
      font-size: 1.125rem;
      font-weight: 600;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
  .bodyItem .bodyItemFooter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bodyItem .showMoreBtn {
    border-radius: 30px;
    border: 1px solid #9d9d9d;
    font-size: 1rem;
    font-weight: 600;
    padding: 4px 16px; }

@media screen and (max-width: 767px) {
  .bodyItem {
    min-height: 84px;
    padding: 4px 0px 12px 8px; }
    .bodyItem.disabled {
      display: none; }
    .bodyItem .bodyItemTitle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      min-width: 10%;
      padding: 4px 16px 4px 8px; }
      .bodyItem .bodyItemTitle .weekNameMobile {
        display: block; }
    .bodyItem .bodyItemFooter {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

@media screen and (max-width: 500px) {
  .bodyItem .bodyItemTitle .calenderDate {
    font-size: 1.25rem; }
  .bodyItem .bodyItemInfo {
    gap: 8px;
    margin: 8px 0; }
  .bodyItem .calenderEventItem {
    border-left: 3px solid #fffbcc;
    padding: 4px 0px 4px 8px; }
    .bodyItem .calenderEventItem .calenderEventName {
      font-size: 1rem; } }

.calendarFilterBtnGroup {
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media screen and (max-width: 767px) {
  .calendarFilterBtnGroup {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.simpleFilterTabs .tabItem {
  cursor: pointer;
  background-color: transparent;
  color: #ffe500;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 12px 24px;
  border: 1px solid #ffe500;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .simpleFilterTabs .tabItem:first-child {
    border-radius: 30px 0px 0px 30px; }
  .simpleFilterTabs .tabItem:last-child {
    border-radius: 0px 30px 30px 0px; }
  .simpleFilterTabs .tabItem:hover {
    background-color: rgba(255, 229, 0, 0.6); }
  .simpleFilterTabs .tabItem.active {
    background-color: #ffe500;
    color: #2e2e2e; }

@media screen and (max-width: 768px) {
  .simpleFilterTabs .tabItem {
    font-size: 1rem; } }

@media screen and (max-width: 500px) {
  .simpleFilterTabs .tabItem {
    font-size: 0.875rem;
    padding: 8px 8px; } }

.searchInputRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  border-bottom: 1px solid #FFE500;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    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 {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: -webkit-transform 0.1s;
        transition: -webkit-transform 0.1s;
        -o-transition: transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s; }
        @media screen and (max-width: 767px) {
          .searchInputRow a:hover i {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60vh; }
  .searchResultEmpty p {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem; }

.searchResultTab li {
  width: 200px; }
  @media screen and (max-width: 767px) {
    .searchResultTab li {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1600px) {
    .searchResultPerformanceList {
      padding: 0; } }
  .searchResultPerformanceList li {
    margin-bottom: 32px;
    width: calc((100% - 20px * 4) / 5);
    margin-right: 20px; }
    .searchResultPerformanceList li:nth-of-type(5n) {
      margin-right: 0; }
    @media screen and (max-width: 1280px) {
      .searchResultPerformanceList li {
        width: calc((100% - 20px * 3) / 4); }
        .searchResultPerformanceList li:nth-of-type(5n) {
          margin-right: 20px; }
        .searchResultPerformanceList li:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 1024px) {
      .searchResultPerformanceList li {
        width: calc((100% - 20px * 2) / 3); }
        .searchResultPerformanceList li:nth-of-type(4n) {
          margin-right: 20px; }
        .searchResultPerformanceList li:nth-of-type(3n) {
          margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .searchResultPerformanceList li {
        width: calc((100% - 20px ) / 2); }
        .searchResultPerformanceList li:nth-of-type(3n) {
          margin-right: 20px; }
        .searchResultPerformanceList li:nth-of-type(2n) {
          margin-right: 0px; } }
    @media screen and (max-width: 500px) {
      .searchResultPerformanceList li {
        width: 100%;
        margin: 0 auto 20px; }
        .searchResultPerformanceList li:nth-of-type(5n) {
          margin-right: 0; }
        .searchResultPerformanceList li:nth-of-type(3n) {
          margin: 0 auto 20px; } }
  .searchResultPerformanceList .performanceBoxEach {
    max-width: none; }
    @media screen and (max-width: 500px) {
      .searchResultPerformanceList .performanceBoxEach {
        max-width: 230px;
        margin: 0 auto; } }

.searchResultNewsDeskList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px; }
  @media screen and (max-width: 767px) {
    .searchResultNewsDeskList {
      gap: 24px; } }
  .searchResultNewsDeskList li {
    width: calc((100% - 96px )/4);
    margin: 0 0 32px 0; }
    @media screen and (max-width: 1024px) {
      .searchResultNewsDeskList li {
        width: calc((100% - 32px )/2); } }
    @media screen and (max-width: 767px) {
      .searchResultNewsDeskList li {
        margin: 0; } }
    @media screen and (max-width: 500px) {
      .searchResultNewsDeskList li {
        width: 100%; } }

.searchResultArtTeamList, .searchResultArtWorkerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .searchResultArtTeamList li, .searchResultArtWorkerList li {
    margin-bottom: 32px;
    width: calc((100% - 20px * 4) / 5);
    margin-right: 20px; }
    .searchResultArtTeamList li:nth-of-type(5n), .searchResultArtWorkerList li:nth-of-type(5n) {
      margin-right: 0; }
    .searchResultArtTeamList li .artTeamBox, .searchResultArtWorkerList li .artTeamBox {
      margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .searchResultArtTeamList li, .searchResultArtWorkerList li {
        width: calc((100% - 20px * 3) / 4); }
        .searchResultArtTeamList li:nth-of-type(5n), .searchResultArtWorkerList li:nth-of-type(5n) {
          margin-right: 20px; }
        .searchResultArtTeamList li:nth-of-type(4n), .searchResultArtWorkerList li:nth-of-type(4n) {
          margin-right: 0px; } }
    @media screen and (max-width: 767px) {
      .searchResultArtTeamList li, .searchResultArtWorkerList li {
        width: calc((100% - 20px * 2) / 3); }
        .searchResultArtTeamList li:nth-of-type(4n), .searchResultArtWorkerList li:nth-of-type(4n) {
          margin-right: 20px; }
        .searchResultArtTeamList li:nth-of-type(3n), .searchResultArtWorkerList li:nth-of-type(3n) {
          margin-right: 0px; } }
    @media screen and (max-width: 500px) {
      .searchResultArtTeamList li, .searchResultArtWorkerList li {
        width: calc((100% - 20px * 1) / 2); }
        .searchResultArtTeamList li:nth-of-type(3n), .searchResultArtWorkerList li:nth-of-type(3n) {
          margin-right: 20px; }
        .searchResultArtTeamList li:nth-of-type(2n), .searchResultArtWorkerList li:nth-of-type(2n) {
          margin-right: 0px; } }

.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;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 18px 0; } }
  .memberNotifyList li h2 {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 10px; }
  .memberNotifyList li p {
    font-size: 0.5rem; }

.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #fff; }
  .notifyTyptInfos:hover {
    color: #FFE500; }

.notifyDeletBtn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media screen and (max-width: 1600px) {
  .bannerArea {
    margin-bottom: 60px; } }

@media screen and (max-width: 820px) {
  .bannerArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; } }

.bannerLeft {
  width: 70%;
  color: #fff;
  position: relative;
  margin-right: 24px; }
  .bannerLeft .swiper-pagination-bullet {
    background-color: #d9d9d9;
    width: 11px;
    height: 11px; }
  .bannerLeft .swiper-pagination-bullet-active {
    background-color: #ffe500; }

@media screen and (max-width: 1280px) {
  .bannerLeft {
    margin-right: 16px; } }

@media screen and (max-width: 820px) {
  .bannerLeft {
    width: 100%;
    margin-right: 0; } }

.bannerLeftSwiper .swiper-slide.bannerLeftSlide {
  position: relative;
  opacity: 0 !important;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }

@media screen and (max-width: 767px) {
  .bennerLeftSlideText {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 25px; } }

.bennerLeftSlideTitle {
  font-weight: 700;
  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;
  -o-text-overflow: ellipsis;
     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);
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.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; }
    .bannerRightTitle a:hover {
      color: #ffe500; }

@media screen and (max-width: 1280px) {
  .bannerRightTitle a {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .bannerRightTitle a {
    font-size: 1.5rem; } }

.bannerRightBtn {
  padding: 5px 18px;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 15px; }

.bannerRankingListLi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: step;
  border-left: 10px solid transparent;
  padding-left: 10px;
  position: relative; }
  .bannerRankingListLi:hover {
    border-left: 10px solid #ffe500;
    background-color: #ffffff14; }
  .bannerRankingListLi::before {
    content: counter(step);
    color: #ffe500;
    font-size: 1.5rem;
    font-weight: 700;
    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; }

@media screen and (max-width: 1600px) {
  .bannerRankingListLi:nth-of-type(n + 6) {
    display: none; } }

.bannerRateBox {
  border-bottom: 1px solid #fff;
  margin-left: 30px;
  padding: 3px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .bannerRankingListLiText h3 {
    font-weight: 700;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .bannerRankingListLiText p {
    font-size: 0.875rem; }

.bannerLeftSlideItem {
  display: block;
  position: relative; }
  .bannerLeftSlideItem .bannerImgContainer {
    width: 100%;
    aspect-ratio: 16/9; }
    .bannerLeftSlideItem .bannerImgContainer img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .bannerLeftSlideItem .bannerTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 12px 24px;
    background-color: #000;
    min-height: 136px; }
    .bannerLeftSlideItem .bannerTitle h2 {
      color: #ffe500;
      font-weight: 700;
      font-size: 2.25rem;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }

@media screen and (max-width: 500px) {
  .bannerLeftSlideItem .bannerTitle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 10px;
    background-color: #000;
    min-height: 76px; }
    .bannerLeftSlideItem .bannerTitle h2 {
      font-size: 1.625rem; } }

.commentDialogContent {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  background-color: #2e2e2e; }
  .commentDialogContent .dialogHeader {
    background-color: #535366;
    padding: 8px 12px;
    font-size: 1.5rem; }
  .commentDialogContent .dialogBody {
    margin: 8px 0;
    max-height: 80vh;
    overflow-y: scroll;
    /* 滾動條軌道 */
    /* 滑塊（可拖動的部分） */ }
    .commentDialogContent .dialogBody::-webkit-scrollbar {
      width: 8px; }
    .commentDialogContent .dialogBody::-webkit-scrollbar-track {
      background: #2e2e2e;
      border-radius: 10px; }
    .commentDialogContent .dialogBody::-webkit-scrollbar-thumb {
      background: #3e3e3e;
      border-radius: 10px; }
      .commentDialogContent .dialogBody::-webkit-scrollbar-thumb:hover {
        background: #3e3e3e; }
    .commentDialogContent .dialogBody .dialogCommentList {
      padding: 0 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 12px; }
    .commentDialogContent .dialogBody .dialogCommentItem {
      background-color: #3b3b3b;
      padding: 8px 12px;
      border-radius: 8px; }

@media screen and (max-width: 1440px) {
  .commentDialogContent .dialogBody {
    max-height: 65vh; } }

@media screen and (max-width: 1023px) {
  .commentDialogContent .dialogBody {
    max-height: 60vh; } }

@media screen and (max-width: 820px) {
  .commentDialogContent .dialogBody {
    max-height: 60vh;
    overflow-x: scroll;
    overflow-y: hidden; }
    .commentDialogContent .dialogBody .dialogCommentList {
      padding: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
    .commentDialogContent .dialogBody .dialogCommentItem {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 400px; } }

@media screen and (max-width: 500px) {
  .commentDialogContent .dialogHeader {
    background-color: #535366;
    padding: 8px 12px;
    font-size: 1.25rem; }
  .commentDialogContent .dialogBody {
    max-height: 60vh; }
    .commentDialogContent .dialogBody .dialogCommentItem {
      padding: 8px;
      width: 280px; } }

.indexMessageArea {
  margin-bottom: 80px; }

@media screen and (max-width: 1024px) {
  .indexMessageArea {
    margin-bottom: 7px; } }

@media screen and (max-width: 768px) {
  .indexMessageArea {
    margin-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .indexMessageArea {
    margin-bottom: 40px; } }

.indexMessageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .indexMessageList li {
    width: calc((100% - 96px) / 4);
    margin-bottom: 100px;
    margin-right: 32px; }
    .indexMessageList li:nth-of-type(4n) {
      margin-right: 0; }

@media screen and (max-width: 1024px) {
  .indexMessageList li {
    width: calc((100% - 64px) / 3);
    margin-bottom: 60px; } }

@media screen and (max-width: 768px) {
  .indexMessageList li {
    width: calc((100% - 32px) / 2); } }

@media screen and (max-width: 767px) {
  .indexMessageList li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; } }

@media screen and (max-width: 1024px) {
  .indexMessageList li:nth-of-type(4n) {
    margin-right: 32px; } }

@media screen and (max-width: 767px) {
  .indexMessageList li:nth-of-type(4n) {
    margin-right: 0; } }

@media screen and (max-width: 1024px) {
  .indexMessageList li:nth-of-type(3n) {
    margin-right: 0px; } }

@media screen and (max-width: 768px) {
  .indexMessageList li:nth-of-type(3n) {
    margin-right: 32px; } }

@media screen and (max-width: 767px) {
  .indexMessageList li:nth-of-type(3n) {
    margin-right: 0; } }

@media screen and (max-width: 768px) {
  .indexMessageList li:nth-of-type(2n) {
    margin-right: 0; } }

.indexMessageListBox {
  color: #fff; }
  .indexMessageListBox h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px; }
  .indexMessageListBox a {
    color: #ffe500; }
    .indexMessageListBox a:hover {
      text-decoration: underline; }
  .indexMessageListBox p {
    word-break: break-all;
    font-size: 1rem; }

@media screen and (max-width: 500px) {
  .indexMessageListBox h3 {
    font-size: 1.125rem; } }

@media screen and (max-width: 500px) {
  .indexMessageListBox p {
    font-size: 0.875rem; } }

.indexMessageStatusRow {
  font-size: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px; }

.indexMessageUserId {
  font-size: 0.875rem; }

@media screen and (max-width: 500px) {
  .indexMessageUserId {
    font-size: 0.75rem; } }

.indexMessageStatus {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 6px;
  margin-left: 8px;
  font-weight: 700; }

.indexMessageStatusPush {
  background-color: #0e5b44; }

.indexMessageStatusBoo {
  background-color: #b12121; }

.indexMessageStatusArrow {
  background-color: rgba(255, 255, 255, 0.0784314); }

.indexContentCuration {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 30px 0 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(17, 17, 19, 0.849)), to(rgba(17, 17, 19, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(17, 17, 19, 0.849) 30%, rgba(17, 17, 19, 0.65) 100%);
  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: -webkit-gradient(linear, left top, right top, from(rgba(17, 17, 19, 0.9)), color-stop(25%, rgba(17, 17, 19, 0)), color-stop(75%, rgba(17, 17, 19, 0)), to(rgba(17, 17, 19, 0.9)));
    background: -o-linear-gradient(left, 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%);
    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; }

.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 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .indexPerformanecETFTab li a {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%;
      word-break: break-all; }
      @media screen and (max-width: 767px) {
        .indexPerformanecETFTab li a {
          padding: 7px 8px; } }

.indexETFArea {
  padding-top: 20px;
  margin-bottom: 80px;
  background: #261d50;
  background: -webkit-gradient(linear, left top, left bottom, from(#261d50), color-stop(80%, #221c3d), to(#1a1a1a));
  background: -o-linear-gradient(top, #261d50 0%, #221c3d 80%, #1a1a1a 100%);
  background: linear-gradient(180deg, #261d50 0%, #221c3d 80%, #1a1a1a 100%); }
  .indexETFArea .indexETFContent {
    padding: 24px 0;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .indexETFArea .ETFImgContainer {
    max-width: 480px;
    min-width: 480px;
    aspect-ratio: 16/9; }
    .indexETFArea .ETFImgContainer img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .indexETFArea .ETFBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .indexETFArea .ETFBody .ETFInfo {
      margin-bottom: 32px; }
      .indexETFArea .ETFBody .ETFInfo h4 {
        font-size: 2rem;
        color: #ffe500;
        font-weight: 700;
        margin-bottom: 12px;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .indexETFArea .ETFBody .ETFInfo p {
        font-size: 1.25rem;
        color: #fff;
        font-weight: 400;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
  @media screen and (max-width: 767px) {
    .indexETFArea .indexETFContent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px; }
    .indexETFArea .ETFImgContainer {
      min-width: unset;
      max-width: 100%;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .indexETFArea {
      margin-bottom: 40px; }
      .indexETFArea .indexETFContent {
        padding: 0; }
        .indexETFArea .indexETFContent.containerS {
          width: 100%; }
      .indexETFArea .ETFBody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding: 0px 16px 24px; }
        .indexETFArea .ETFBody .ETFInfo {
          margin-bottom: 24px; }
          .indexETFArea .ETFBody .ETFInfo h4 {
            font-size: 1.5rem; }
          .indexETFArea .ETFBody .ETFInfo p {
            font-size: 1rem; } }

.indexAnnouncerNewsArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  .indexAnnouncerNewsArea {
    margin-bottom: 60px; } }

.indexAreaTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92%;
  margin: 0 auto 32px; }
  .indexAreaTitle h2 {
    font-weight: 600;
    color: #ffe500;
    font-size: 2rem; }
  .indexAreaTitle .yellowBtn {
    margin-left: 20px; }

@media screen and (max-width: 1280px) {
  .indexAreaTitle h2 {
    font-size: 2rem; } }

@media screen and (max-width: 767px) {
  .indexAreaTitle h2 {
    font-size: 1.5rem; } }

.indexNewsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 968px;
  margin: 0 auto 8px;
  width: 95%; }
  .indexNewsList li {
    margin-bottom: 24px;
    margin-right: 42px;
    width: calc((100% - 84px) / 3);
    text-align: center; }
    @media screen and (max-width: 768px) {
      .indexNewsList li {
        margin-right: 24px;
        width: calc((100% - 48px) / 3); } }
    @media screen and (max-width: 500px) {
      .indexNewsList li {
        width: 100%;
        margin-bottom: 16px; } }
    .indexNewsList li:nth-of-type(3n) {
      margin-right: 0; }

.indexGreenRoomArea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  margin-bottom: 80px; }

.indexGreenRoomContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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%; } }

.marqueeArea {
  margin-bottom: 120px; }
  .marqueeArea .marqueeContainer {
    width: 100%;
    overflow: hidden; }
  .marqueeArea .marqueeWrapper {
    background-color: #2a2a2a;
    padding: 60px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: marquee-scroll var(--duration, 10s) linear infinite;
    animation: marquee-scroll var(--duration, 10s) linear infinite; }
  .marqueeArea .wrapperNoMarquee {
    background-color: #2a2a2a;
    padding: 60px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px; }
  .marqueeArea .marqueeItem {
    display: inline-block;
    border-radius: 20px;
    padding: 16px 24px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 20px; }
    .marqueeArea .marqueeItem:hover .img-container {
      width: 104px;
      aspect-ratio: 1.18181818; }
      .marqueeArea .marqueeItem:hover .img-container img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .marqueeArea .marqueeItem .img-container {
      width: 104px;
      aspect-ratio: 1.18181818; }
      .marqueeArea .marqueeItem .img-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media screen and (max-width: 500px) {
    .marqueeArea .wrapperNoMarquee {
      row-gap: 24px; }
    .marqueeArea .marqueeItem {
      margin: 0 12px; }
      .marqueeArea .marqueeItem .img-container {
        width: 88px; }
    .marqueeArea .marqueeWrapper {
      padding: 40px 0; } }

@-webkit-keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.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: 600;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          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: 95%;
        margin: 0 auto 30px; } }

.questionBox {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0 14px;
  border-bottom: 1px solid #FFFFFF80;
  margin-bottom: 14px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.questionBoxHide {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0; }

.answerBox {
  height: 0;
  overflow: hidden;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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: 90%;
  margin: 0 auto; }
  .contactUsForm .contactUsFormTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px; }
    @media screen and (max-width: 767px) {
      .contactUsForm .contactUsFormTop {
        gap: 16px; } }
    .contactUsForm .contactUsFormTop .contactUsRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 16px);
              flex: 1 1 calc(50% - 16px);
      gap: 16px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .contactUsForm .contactUsFormTop .contactUsRow {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-bottom: 15px; } }
      .contactUsForm .contactUsFormTop .contactUsRow label {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 6rem;
        font-size: 0.75rem; }
        .contactUsForm .contactUsFormTop .contactUsRow label p {
          margin: 0; }
      .contactUsForm .contactUsFormTop .contactUsRow .contactUsInputBox {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                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;
          -webkit-box-sizing: border-box;
                  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) {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                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 {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
      .contactUsForm .contactUsFormTop .contactUsRow:nth-of-type(6) {
        -webkit-box-align: start;
            -ms-flex-align: start;
                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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px; }
      .contactUsForm .contactUsFormTop .contactGenderRadiogroup label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                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;
          -webkit-box-shadow: inset 0 0 0 2px #fff;
                  box-shadow: inset 0 0 0 2px #fff;
          width: 24px;
          height: 24px;
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .contactUsForm .contactUsFormTop .contactGenderRadiogroup label input[type="radio"]:checked {
            background: #FFE500;
            -webkit-box-shadow: inset 0 0 0 5px #111113;
                    box-shadow: inset 0 0 0 5px #111113;
            border: 2px solid #fff; }
      .contactUsForm .contactUsFormTop .contactGenderRadiogroup input {
        vertical-align: middle; }
  .contactUsForm .contactUsFormBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
    font-size: 0.75rem; }
    @media screen and (max-width: 767px) {
      .contactUsForm .contactUsFormBottom {
        gap: 16px; } }
    .contactUsForm .contactUsFormBottom .captchaRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(60% - 16px);
              flex: 1 1 calc(60% - 16px);
      gap: 16px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .contactUsForm .contactUsFormBottom .captchaRow {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  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 {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 6rem;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .contactUsForm .contactUsFormBottom .captchaRow label {
            width: 5rem; } }
      .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px; }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    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;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox .contactUsInputWrap input {
              width: 100%; } }
        .contactUsForm .contactUsFormBottom .captchaRow .contactUsInputBox .captchaBtns {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          gap: 10px; }
      .contactUsForm .contactUsFormBottom .captchaRow .captchaDiv {
        margin-right: 10px; }
    .contactUsForm .contactUsFormBottom .privacyCheckRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(40% - 16px);
              flex: 1 1 calc(40% - 16px);
      gap: 16px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .contactUsForm .contactUsFormBottom .privacyCheckRow {
          margin-bottom: 15px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
        padding: 5px 40px;
        font-size: 0.875rem;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .contactUsForm .contactUsFormBottom .privacyCheckRow .sendContactFormBtn {
            margin: auto; } }

@media screen and (max-width: 1024px) {
  .contactUsFormTop,
  .contactUsFormBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contactUsRow,
  .captchaRow,
  .privacyCheckRow {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; } }

.questionnaireStepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .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 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(gray), to(gray));
    background: -o-linear-gradient(left, gray, gray);
    background: linear-gradient(to right, gray, gray);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .questionnaireStepper .questionnaireLine.completed {
      background-color: #FFE500;
      background-image: none; }
    .questionnaireStepper .questionnaireLine.in-progress {
      background: -webkit-gradient(linear, left top, right top, from(#FFE500), to(gray));
      background: -o-linear-gradient(left, #FFE500, gray);
      background: linear-gradient(to right, #FFE500, gray); }

.questionnaireContent {
  display: none;
  padding: 20px;
  color: #fff;
  margin-bottom: 80px; }
  .questionnaireContent.questionnaireContentActive {
    display: block; }
  .questionnaireContent h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFE500;
    margin-bottom: 18px; }
  .questionnaireContent h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FFE500;
    margin-bottom: 40px; }

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

@media screen and (max-width: 767px) {
  .questionnaireContent h3 {
    margin-bottom: 20px; } }

.questionnaireContentInner {
  position: relative; }

.questionnaireStyle1 {
  position: relative; }
  .questionnaireStyle1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .questionnaireStyle1 .questionnaireOption {
    width: calc((100% - 166px) / 3);
    margin: 0 83px 40px 0;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .questionnaireStyle1 .questionnaireOption:nth-of-type(3n) {
      margin-right: 0; }
    .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%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -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: 600;
      cursor: pointer; }
  .questionnaireStyle1 .questionnaireText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

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

@media screen and (max-width: 767px) {
  .questionnaireStyle1 .questionnaireOption:nth-of-type(3n) {
    margin: 0 auto 40px; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.questionnaireStyle2 .questionnaireOption {
  border: 1px solid #fff;
  border-radius: 5px;
  width: calc((100% - 105px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 105px 24px 0; }
  .questionnaireStyle2 .questionnaireOption:nth-child(2n) {
    margin-right: 0; }
  .questionnaireStyle2 .questionnaireOption label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: #FFE500; }
      .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%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFE500;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain; }

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

.questionnaireStyle3 {
  position: relative; }
  .questionnaireStyle3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
  .questionnaireStyle3 .questionnaireOption {
    width: calc((100% - 166px) / 3);
    margin: 0 83px 40px 0;
    position: relative;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .questionnaireStyle3 .questionnaireOption:nth-of-type(3n) {
      margin-right: 0; }
    .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;
        -webkit-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
                transform: rotate(50deg); }
      .questionnaireStyle3 .questionnaireOption .AOptionsBox::after {
        left: 0px;
        top: 0px;
        width: 15px;
        height: 12px;
        border-bottom: 3px solid #111113;
        -webkit-transform: rotate(-50deg);
            -ms-transform: rotate(-50deg);
                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: 600;
      cursor: pointer; }
  .questionnaireStyle3 .questionnaireText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

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

@media screen and (max-width: 767px) {
  .questionnaireStyle3 .questionnaireOption:nth-of-type(3n) {
    margin: 0 auto 40px; } }

.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: #fff;
    color: #fff; }

@media screen and (max-width: 767px) {
  .questionnaireSkip {
    padding: 6px 30px; } }

.questionnaireNext, .questionnaireSubmit {
  padding: 6px 70px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 900; }

@media screen and (max-width: 767px) {
  .questionnaireNext {
    padding: 6px 30px; } }

@media screen and (max-width: 767px) {
  .questionnaireSubmit {
    padding: 6px 30px; } }

.index2Wrap {
  height: calc(100dvh - 82px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .index2Wrap {
      height: auto; } }

.index2Left {
  width: 35%;
  height: 100%; }
  @media screen and (max-width: 1024px) {
    .index2Left {
      width: 40%; } }
  @media screen and (max-width: 768px) {
    .index2Left {
      width: 100%;
      aspect-ratio: 4/3;
      height: auto; } }

.index2BannerSwiper {
  width: 100%;
  height: 100%;
  position: relative; }
  .index2BannerSwiper .index2BannerSwiperScrollbar {
    width: 4px;
    background: #ffe50040;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    position: absolute; }
    .index2BannerSwiper .index2BannerSwiperScrollbar .swiper-scrollbar-drag {
      background: #FFE500;
      border-radius: 0; }
    @media screen and (max-width: 768px) {
      .index2BannerSwiper .index2BannerSwiperScrollbar {
        width: 100%;
        height: 4px;
        left: 0;
        bottom: 0;
        top: auto; } }

.index2BannerSlide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }
  .index2BannerSlide::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(78, 58, 155, 0)), color-stop(60%, rgba(78, 58, 155, 0)), to(#4e3a9b));
    background: -o-linear-gradient(top, rgba(78, 58, 155, 0) 0%, rgba(78, 58, 155, 0) 60%, #4e3a9b 100%);
    background: linear-gradient(to bottom, rgba(78, 58, 155, 0) 0%, rgba(78, 58, 155, 0) 60%, #4e3a9b 100%);
    content: "";
    width: calc(100% - 0px);
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    pointer-events: none; }

.index2bannerPic {
  width: 100%;
  height: 100%;
  display: block; }
  .index2bannerPic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.index2bannerTitleArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 28px 32px;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .index2bannerTitleArea {
      padding: 24px 28px; } }
  @media screen and (max-width: 500px) {
    .index2bannerTitleArea {
      padding: 24px 20px; } }

.index2bannerTitleAreaType {
  color: #FFE500;
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 500;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .index2bannerTitleAreaType {
      margin-bottom: 4px; } }
  @media screen and (max-width: 500px) {
    .index2bannerTitleAreaType {
      font-size: 0.75rem; } }
  .index2bannerTitleAreaType:hover {
    color: #ffe500cc; }

.index2bannerTitle {
  margin-bottom: 8px; }
  @media screen and (max-width: 768px) {
    .index2bannerTitle {
      margin-bottom: 4px; } }
  .index2bannerTitle a {
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    @media screen and (max-width: 500px) {
      .index2bannerTitle a {
        font-size: 1.25rem; } }

.index2bannerTitleAreaUpdate {
  color: #ffffff9a;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 400; }
  @media screen and (max-width: 500px) {
    .index2bannerTitleAreaUpdate {
      font-size: 0.75rem; } }

.index2Right {
  width: 65%;
  height: 100%;
  overflow: auto; }
  .index2Right::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 1024px) {
    .index2Right {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .index2Right {
      width: 100%; } }
  .index2Right .footerCantainer {
    width: 100%; }

.index2RightContainer {
  padding: 0 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .index2RightContainer {
      padding: 0 24px; } }
  @media screen and (max-width: 500px) {
    .index2RightContainer {
      padding: 0 16px 16px;
      margin-bottom: 24px; } }

.index2ArticleList li {
  border-bottom: 1px solid #ffffff59; }

.index2RightContainerFull {
  padding-left: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .index2RightContainerFull {
      padding-left: 24px; } }
  @media screen and (max-width: 500px) {
    .index2RightContainerFull {
      padding: 0px; } }
  .index2RightContainerFull .index2RightBlockTitleArea {
    padding-right: 40px; }
    @media screen and (max-width: 1024px) {
      .index2RightContainerFull .index2RightBlockTitleArea {
        padding-right: 24px; } }
    @media screen and (max-width: 500px) {
      .index2RightContainerFull .index2RightBlockTitleArea {
        padding: 0 16px 0; } }

.index2RightBlockTitleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px; }

.index2RightBlockTitle {
  color: #FFE500;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .index2RightBlockTitle {
      font-size: 1.25rem; } }

.index2RightBlockTitleMore {
  font-size: 0.875rem;
  color: #ffffffcc;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .index2RightBlockTitleMore:hover {
    color: #FFE500; }
    .index2RightBlockTitleMore:hover span {
      background-image: url(../../assets/images/icon/layoutIcon/more-arrow_hover.svg); }
  .index2RightBlockTitleMore span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 4px 4px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../../assets/images/icon/layoutIcon/more-arrow_default.svg); }

.index2PerformanceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  padding-right: 40px; }
  @media screen and (max-width: 1024px) {
    .index2PerformanceList {
      padding-right: 24px; } }
  @media screen and (max-width: 500px) {
    .index2PerformanceList {
      padding: 0 16px; } }
  .index2PerformanceList::-webkit-scrollbar {
    display: none; }
  .index2PerformanceList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.index2ActorsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  padding-right: 40px; }
  .index2ActorsList::-webkit-scrollbar {
    display: none; }
  .index2ActorsList li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  @media screen and (max-width: 1024px) {
    .index2ActorsList {
      padding-right: 24px; } }
  @media screen and (max-width: 500px) {
    .index2ActorsList {
      padding: 0 16px; } }

.index2OMGList {
  position: relative; }
  .index2OMGList .index2OMGListSwiper {
    margin-bottom: 16px; }
  .index2OMGList .index2OMGListSwiperPagination {
    bottom: auto;
    top: auto;
    left: auto;
    position: relative; }
  .index2OMGList .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9D9D9;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  .index2OMGList .swiper-pagination-bullet-active {
    background-color: #FFE500;
    width: 28px;
    border-radius: 8px; }

.index2OMGSlide {
  background-color: #ffffff14;
  border: 1px solid #dcdcdc40;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media screen and (max-width: 500px) {
    .index2OMGSlide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.index2OMGSlideImg {
  display: block;
  width: 45%;
  height: 224px;
  min-height: 0;
  overflow: hidden; }
  .index2OMGSlideImg:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  @media screen and (max-width: 500px) {
    .index2OMGSlideImg {
      aspect-ratio: 1.65/1;
      width: 100%; } }
  .index2OMGSlideImg img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.index2OMGSlideTextArea {
  width: 55%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 500px) {
    .index2OMGSlideTextArea {
      width: 100%; } }

.index2OMGSlideType {
  font-size: 0.875rem;
  color: #FFE500;
  margin-bottom: 8px;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block; }
  .index2OMGSlideType:hover {
    color: #ffe500cc; }
  @media screen and (max-width: 500px) {
    .index2OMGSlideType {
      font-size: 0.75rem; } }

.index2OMGSlideIntro {
  color: #fff; }
  .index2OMGSlideIntro:hover .index2OMGSlideTitle {
    text-decoration: underline; }
  .index2OMGSlideIntro p {
    font-size: 1rem;
    color: #ffffffcc;
    line-height: 1.6;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    @media screen and (max-width: 500px) {
      .index2OMGSlideIntro p {
        font-size: 0.875rem; } }

.index2OMGSlideTitle {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media screen and (max-width: 500px) {
    .index2OMGSlideTitle {
      font-size: 1.125rem; } }

.index2TheaterList {
  position: relative; }
  .index2TheaterList .index2TheaterListSwiper {
    margin-bottom: 16px; }
  .index2TheaterList .index2TheaterListSwiperPagination {
    bottom: auto;
    top: auto;
    left: auto;
    position: relative; }
  .index2TheaterList .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9D9D9;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  .index2TheaterList .swiper-pagination-bullet-active {
    background-color: #FFE500;
    width: 28px;
    border-radius: 8px; }

.index2TheaterListSwiper {
  background-color: #ffffff14;
  padding: 24px;
  border-radius: 24px; }
  .index2TheaterListSwiper .index2TheaterSlide {
    width: calc(100% - 48px);
    border: 1px solid #DCDCDC40;
    background-color: #FFFFFF14;
    padding: 28px;
    border-radius: 20px;
    overflow: hidden; }
    .index2TheaterListSwiper .index2TheaterSlide:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 500px) {
      .index2TheaterListSwiper .index2TheaterSlide {
        width: calc(100% - 24px);
        padding: 16px; } }

.index2TheaterUserArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }

.index2TheaterUserHead {
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px; }
  .index2TheaterUserHead img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.index2TheaterUserIDBox {
  line-height: 1.4; }
  .index2TheaterUserIDBox .index2TheaterUserID {
    font-weight: 600;
    color: #fff;
    font-size: 0.875rem; }
  .index2TheaterUserIDBox .index2TheaterUserDate {
    font-size: 0.75rem;
    color: #FFFFFF99;
    font-weight: 400; }

.index2TheaterComment {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #fff;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8; }
  @media screen and (max-width: 500px) {
    .index2TheaterComment {
      font-size: 0.875rem; } }

.index2TheaterCommentImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.index2TheaterCommentImg {
  height: 152px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .index2TheaterCommentImg img {
    height: 100%; }

.index2ETFList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .index2ETFList li {
    width: calc((100% - 48px) / 3);
    margin-right: 24px; }
    .index2ETFList li:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .index2ETFList li {
        width: calc((100% - 24px) / 2); }
        .index2ETFList li:last-of-type {
          display: none; }
        .index2ETFList li:nth-of-type(2) {
          margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .index2ETFList li {
        width: calc((100% - 16px) / 2);
        margin-right: 16px; } }

.index2FriendlyUnitArea {
  padding: 32px 40px;
  background-color: #FFFFFF14;
  border-radius: 24px; }
  @media screen and (max-width: 500px) {
    .index2FriendlyUnitArea {
      padding: 28px 32px; } }

.index2FriendlyUnitTitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #FFE500;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .index2FriendlyUnitTitle {
      font-size: 1.25rem; } }

.index2FriendlyUnitList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 40px; }
  @media screen and (max-width: 768px) {
    .index2FriendlyUnitList {
      gap: 16px 24px; } }
  .index2FriendlyUnitList li {
    width: 96px; }
    @media screen and (max-width: 768px) {
      .index2FriendlyUnitList li {
        width: 84px; } }

.messageBoardListTitle {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .messageBoardListTitle {
      margin-bottom: 16px; } }
  .messageBoardListTitle h1 {
    color: #FFE500;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 8px; }
    @media screen and (max-width: 820px) {
      .messageBoardListTitle h1 {
        font-size: 2.75rem; } }
    @media screen and (max-width: 767px) {
      .messageBoardListTitle h1 {
        font-size: 2.5rem; } }
  .messageBoardListTitle p {
    font-weight: 400;
    color: #fff;
    font-size: 1.125rem; }
    @media screen and (max-width: 767px) {
      .messageBoardListTitle p {
        font-size: 1rem; } }

.messageBoardListUl {
  padding-bottom: 40px; }

.messageBoardLi {
  margin-bottom: 24px; }
  .messageBoardLi:last-of-type {
    margin-bottom: 0; }

.messageBoardEachBox {
  background-color: #ffffff14;
  border-radius: 20px;
  padding: 24px 18px;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .messageBoardEachBox {
      padding: 20px 14px; } }

.messageBoardIdArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding: 0 6px; }

.messageBoardIdHeadPic {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #dcdcdc40;
  margin-right: 12px; }
  @media screen and (max-width: 767px) {
    .messageBoardIdHeadPic {
      width: 32px;
      height: 32px; } }
  .messageBoardIdHeadPic > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 50%; }

.messageBoardIdHeadPicFrom {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff80;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .messageBoardIdHeadPicFrom img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block; }

.messageBoardIdName {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: 600; }
  @media screen and (max-width: 500px) {
    .messageBoardIdName {
      font-size: 0.875rem; } }

.messageBoardMessageTime {
  color: #ffffff99;
  font-size: 0.75rem; }
  .messageBoardMessageTime > a {
    color: #FFE500;
    display: inline-block;
    margin-left: 8px; }

.messageContent {
  color: #fff;
  padding: 0 6px; }
  .messageContent > p {
    margin: 0px 0 24px;
    font-size: 1rem;
    line-height: 1.7;
    word-break: break-all; }
  .messageContent .messageContentHashtags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px; }
  .messageContent .messageContentHashtag {
    color: #CCCEF9;
    position: relative; }
    .messageContent .messageContentHashtag::before {
      content: "#";
      color: #CCCEF9; }

.messageContentPic {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #dcdcdc40;
  overflow: hidden;
  margin-bottom: 24px;
  vertical-align: bottom; }
  .messageContentPic img {
    display: block;
    max-width: 100%;
    max-height: 280px;
    width: auto;
    height: auto; }

.messageContentReactionBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.messageContentReactionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 6px;
  margin-right: 8px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent; }
  @media screen and (max-width: 500px) {
    .messageContentReactionBtn {
      margin-right: 4px; } }
  .messageContentReactionBtn:hover {
    background-color: #ffffff14; }
    .messageContentReactionBtn:hover .messageContentReactionNum {
      color: #fff; }
    .messageContentReactionBtn:hover .messageContentReplyIcon {
      background-image: url(../../assets/images/icon/layoutIcon/comment-white.svg); }
    .messageContentReactionBtn:hover .messageContentLikeIcon {
      background-image: url(../../assets/images/icon/layoutIcon/like-white.svg); }
    .messageContentReactionBtn:hover .messageContentEmojiIcon {
      background-image: url(../../assets/images/icon/layoutIcon/emoji-puzzled-white.svg); }
  .messageContentReactionBtn:last-of-type {
    margin-right: 0; }

.messageContentReactionIcon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center; }
  .messageContentReactionIcon img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }

.messageContentReactionNum {
  font-size: 0.875rem;
  color: #d3d3d4;
  line-height: 1; }

.messageContentReplyIcon {
  background-image: url(../../assets/images/icon/layoutIcon/comment-grey.svg); }

.messageContentLikeIcon {
  background-image: url(../../assets/images/icon/layoutIcon/like-gray.svg); }

.messageContentLike.is-liked .messageContentLikeIcon {
  background-image: url(../../assets/images/icon/layoutIcon/like-yellow-solid.svg); }

.messageContentLike.is-liked .messageContentReactionNum {
  color: #FFE500; }

.messageContentEmojiIcon {
  background-image: url(../../assets/images/icon/layoutIcon/emoji-puzzled-grey.svg); }

.messageContentEmoji.is-reacted .messageContentEmojiIcon {
  background-image: url(../../assets/images/icon/layoutIcon/emoji-puzzled-yellow.svg); }

.messageContentEmoji.is-reacted .messageContentReactionNum {
  color: #FFE500; }

.messageContentLike.is-liked:hover .messageContentReactionNum,
.messageContentEmoji.is-reacted:hover .messageContentReactionNum {
  color: #FFE500; }

.messageContentLike.is-liked:hover .messageContentLikeIcon,
.messageContentEmoji.is-reacted:hover .messageContentLikeIcon {
  background-image: url(../../assets/images/icon/layoutIcon/like-yellow-solid.svg); }

.messageContentLike.is-liked:hover .messageContentEmojiIcon,
.messageContentEmoji.is-reacted:hover .messageContentEmojiIcon {
  background-image: url(../../assets/images/icon/layoutIcon/emoji-puzzled-yellow.svg); }

.messageBoardSingleArea {
  padding-bottom: 40px; }

.messageBoardSingleEachBox {
  background-color: #ffffff14;
  border-radius: 20px; }

.messageBoardSingleContent .messageContentPic img {
  max-height: 600px; }

.messageBoardSingleEachBoxTop {
  border-bottom: 1px solid #dcdcdc40;
  padding: 24px 18px; }
  @media screen and (max-width: 767px) {
    .messageBoardSingleEachBoxTop {
      padding: 20px 14px; } }

.messageBoardSingleEmpty {
  padding: 40px 0; }
  .messageBoardSingleEmpty p {
    color: #ffffffcc;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 0.875rem; }

.messageOpenFormBtn {
  font-size: 1rem;
  font-weight: 700; }

.messageBoardSingleEachBoxBottomTitle {
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFE500;
  line-height: 1.5;
  padding: 24px 24px 0; }
  @media screen and (max-width: 500px) {
    .messageBoardSingleEachBoxBottomTitle {
      padding: 20px 20px 0; } }

.is-hidden {
  display: none; }

.messageBoardSingleCommentsArea .messageBoardIdName {
  font-size: 0.875rem; }

.messageBoardSingleForm {
  padding: 16px 24px  16px 0; }
  @media screen and (max-width: 820px) {
    .messageBoardSingleForm {
      padding: 16px 20px; } }

.messageBoardSingleFormHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  padding: 0 24px; }
  @media screen and (max-width: 820px) {
    .messageBoardSingleFormHeader {
      padding: 0; } }
  @media screen and (max-width: 767px) {
    .messageBoardSingleFormHeader {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.messageBoardSingleUserName {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem; }

.messageBoardSingleFormContent {
  width: calc(100% - 76px);
  margin: -20px 0 0 auto; }
  @media screen and (max-width: 820px) {
    .messageBoardSingleFormContent {
      width: 100%;
      margin: 0 auto; } }

.messageBoardSingleTextareaWrap {
  position: relative;
  line-height: 1.7;
  margin-bottom: 12px; }

.messageBoardSingleTextarea {
  width: 100%;
  min-height: 108px;
  resize: none;
  border-radius: 12px;
  background: #ffffff14;
  padding: 12px 16px calc(12px + 1rem * 1.7);
  color: #fff;
  overflow: hidden;
  line-height: 1.7;
  border: none;
  font-size: 1rem;
  outline: none;
  border: 1px solid transparent;
  word-break: break-all; }
  .messageBoardSingleTextarea::-webkit-input-placeholder {
    color: #ffffff80; }
  .messageBoardSingleTextarea::-moz-placeholder {
    color: #ffffff80; }
  .messageBoardSingleTextarea:-ms-input-placeholder {
    color: #ffffff80; }
  .messageBoardSingleTextarea::-ms-input-placeholder {
    color: #ffffff80; }
  .messageBoardSingleTextarea::placeholder {
    color: #ffffff80; }
  .messageBoardSingleTextarea:focus, .messageBoardSingleTextarea:focus-within {
    border: 1px solid #dcdcdc40; }

.messageBoardSingleTextareaCount {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #ffffff80;
  font-size: 0.75rem;
  line-height: 1.7; }

.messageBoardAnonRow {
  margin-bottom: 20px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 500px) {
    .messageBoardAnonRow {
      margin-bottom: 12px; } }

.messageBoardAnonLabel {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.messageBoardAnonCheckbox {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0 8px 0 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  background-color: #ffffff14;
  border: 0.8px solid #d9d9d933; }
  .messageBoardAnonCheckbox::after {
    content: "";
    position: absolute; }
  .messageBoardAnonCheckbox:checked {
    background: #ffffff;
    border-color: #ffffff; }
    .messageBoardAnonCheckbox:checked::after {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(calc(-50% + 0px), calc(-50% - 1px)) rotate(45deg);
          -ms-transform: translate(calc(-50% + 0px), calc(-50% - 1px)) rotate(45deg);
              transform: translate(calc(-50% + 0px), calc(-50% - 1px)) rotate(45deg);
      width: 7px;
      height: 11px;
      border-right: 3px solid #333333;
      border-bottom: 3px solid #333333; }
  .messageBoardAnonCheckbox:focus-visible {
    outline: none;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 229, 0, 0.6);
            box-shadow: 0 0 0 2px rgba(255, 229, 0, 0.6); }

.messageBoardAnonNicknameWrap {
  max-width: 160px; }
  @media screen and (max-width: 375px) {
    .messageBoardAnonNicknameWrap {
      max-width: 120px; } }

.messageBoardAnonNicknameInput {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 4px 4px;
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  font-size: 0.875rem; }
  .messageBoardAnonNicknameInput:focus, .messageBoardAnonNicknameInput:focus-within {
    border-bottom: 1px solid #fff; }
  .messageBoardAnonNicknameInput::-webkit-input-placeholder {
    color: #ffffff80; }
  .messageBoardAnonNicknameInput::-moz-placeholder {
    color: #ffffff80; }
  .messageBoardAnonNicknameInput:-ms-input-placeholder {
    color: #ffffff80; }
  .messageBoardAnonNicknameInput::-ms-input-placeholder {
    color: #ffffff80; }
  .messageBoardAnonNicknameInput::placeholder {
    color: #ffffff80; }

.messageBoardSingleFormBottom {
  margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
    .messageBoardSingleFormBottom {
      margin-bottom: 16px; } }

.messageSubmitBtn {
  background: #887b0a;
  color: #2a2a2a;
  font-size: 1rem;
  cursor: not-allowed;
  margin-right: 8px;
  pointer-events: none;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  color: #2e2e2e;
  border: 1px solid transparent;
  padding: 8px 20px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .messageSubmitBtn {
      padding: 6px 10px; } }

.messageSubmitBtn.yellowBtn {
  pointer-events: auto;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .messageSubmitBtn.yellowBtn {
      padding: 6px 10px; } }

.messageBoardPolicy {
  font-size: 0.75rem;
  color: #ffffffcc; }
  .messageBoardPolicy a {
    color: #FFE500;
    text-decoration: underline; }

.messageBoardSingleList > li {
  padding: 32px 24px;
  border-bottom: 1px solid #dcdcdc40; }
  @media screen and (max-width: 820px) {
    .messageBoardSingleList > li {
      padding: 32px 20px; } }
  .messageBoardSingleList > li:last-of-type {
    border-bottom: 1px solid transparent; }

.messageBoardSingleList .messageBoardIdArea {
  margin-bottom: 0; }

.messageBoardSingleIdArea {
  padding: 0; }

.messageBoardReplyItem {
  padding: 16px 0; }

.messageBoardReplyContent {
  width: calc(100% - 52px);
  margin: 0px 0 0 auto;
  color: #fff; }
  @media screen and (max-width: 820px) {
    .messageBoardReplyContent .messageContentReactionBtns {
      margin-left: -6px; } }
  @media screen and (max-width: 767px) {
    .messageBoardReplyContent {
      width: calc(100% - 44px); }
      .messageBoardReplyContent .messageBoardReplyTime {
        margin-bottom: 8px; } }
  .messageBoardReplyContent p {
    width: 100%;
    word-break: break-all;
    margin-bottom: 12px;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      .messageBoardReplyContent p {
        margin-bottom: 8px; } }

.messageBoardReplyBottomRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 820px) {
    .messageBoardReplyBottomRow {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.messageBoardReplyTime {
  font-size: 0.875rem;
  line-height: 1;
  color: #ffffff99;
  white-space: nowrap;
  margin-right: 16px; }
  @media screen and (max-width: 820px) {
    .messageBoardReplyTime {
      margin-bottom: 12px; } }
  @media screen and (max-width: 500px) {
    .messageBoardReplyTime {
      font-size: 0.75rem; } }

.messageBoardReplyInlineForm {
  padding: 16px 0; }
  .messageBoardReplyInlineForm .messageBoardSingleFormHeader {
    padding: 0; }
  .messageBoardReplyInlineForm .messageBoardSingleFormContent {
    width: calc(100% - 52px); }
    @media screen and (max-width: 500px) {
      .messageBoardReplyInlineForm .messageBoardSingleFormContent {
        width: 100%; } }

.messageBoardChildList {
  width: calc(100% - 52px);
  margin: 16px 0 0 auto; }
  @media screen and (max-width: 767px) {
    .messageBoardChildList {
      width: calc(100% - 44px); } }
  .messageBoardChildList .messageBoardReplyItem {
    border-bottom: none; }
    .messageBoardChildList .messageBoardReplyItem:last-of-type {
      padding-bottom: 0; }

.messageCancelBtn {
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 1rem;
  background-color: transparent;
  cursor: pointer; }
  .messageCancelBtn:hover {
    border: 1px solid #FFE500;
    color: #FFE500; }
  @media screen and (max-width: 767px) {
    .messageCancelBtn {
      padding: 6px 10px; } }

.messageBoardChildToggleBtn {
  margin: 8px 0 0 52px;
  padding: 0;
  border: none;
  background: transparent;
  color: #FFFFFF80;
  font-size: 0.875rem;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .messageBoardChildToggleBtn {
      margin: 8px 0 0 44px; } }
  .messageBoardChildToggleBtn .messageBoardChildCount {
    margin: 0 2px; }
  .messageBoardChildToggleBtn::before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #FFFFFF80;
    margin-right: 8px; }

.messageBoardChildList.is-collapsed {
  display: none; }

.is-at {
  color: #FFE500; }

.performanceTypeTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0 16px; }
  @media screen and (max-width: 767px) {
    .performanceTypeTags {
      padding: 30px 0 16px; } }
  .performanceTypeTags p {
    font-size: 1rem;
    color: #ffffffcc;
    margin-right: 4px;
    margin-bottom: 8px; }
    @media screen and (max-width: 500px) {
      .performanceTypeTags p {
        font-size: 0.875rem; } }
  .performanceTypeTags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .performanceTypeTags li {
    margin-right: 8px;
    margin-bottom: 8px; }
    .performanceTypeTags li:last-of-type {
      margin-right: 0; }
  .performanceTypeTags a {
    display: inline-block;
    color: #FFE500;
    border: 1px solid #FFE500;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 1rem;
    white-space: nowrap; }
    @media screen and (max-width: 500px) {
      .performanceTypeTags a {
        font-size: 0.875rem;
        padding: 6px 12px; } }
    .performanceTypeTags a:hover {
      color: #2a2a2a;
      background-color: #FFE500; }
  .performanceTypeTags a.active {
    color: #2a2a2a;
    background-color: #FFE500; }
    .performanceTypeTags a.active::before {
      content: url("../../assets/images/icon/layoutIcon/checkMark.svg");
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }

.performanceEachTypeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .performanceEachTypeList li {
    margin-right: 20px;
    margin-bottom: 24px;
    width: calc(20% - 16px); }
    @media screen and (max-width: 1024px) {
      .performanceEachTypeList li {
        width: calc(25% - 15px); } }
    @media screen and (max-width: 767px) {
      .performanceEachTypeList li {
        width: calc(33.3333% - 12px);
        margin-right: 18px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 500px) {
      .performanceEachTypeList li {
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 16px; } }
    .performanceEachTypeList li:nth-of-type(5n) {
      margin-right: 0; }
      @media screen and (max-width: 1024px) {
        .performanceEachTypeList li:nth-of-type(5n) {
          margin-right: 20px; } }
      @media screen and (max-width: 767px) {
        .performanceEachTypeList li:nth-of-type(5n) {
          margin-right: 18px; } }
      @media screen and (max-width: 500px) {
        .performanceEachTypeList li:nth-of-type(5n) {
          margin-right: 12px; } }
    @media screen and (max-width: 1024px) {
      .performanceEachTypeList li:nth-of-type(4n) {
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .performanceEachTypeList li:nth-of-type(4n) {
        margin-right: 18px; } }
    @media screen and (max-width: 500px) {
      .performanceEachTypeList li:nth-of-type(4n) {
        margin-right: 12px; } }
    @media screen and (max-width: 767px) {
      .performanceEachTypeList li:nth-of-type(3n) {
        margin-right: 0px; } }
    @media screen and (max-width: 500px) {
      .performanceEachTypeList li:nth-of-type(3n) {
        margin-right: 12px; } }
    @media screen and (max-width: 500px) {
      .performanceEachTypeList li:nth-of-type(2n) {
        margin-right: 0px; } }

.performanceTeamWrap {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 229, 0, 0.2)), to(rgba(255, 229, 0, 0)));
  background: -o-linear-gradient(top, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 229, 0, 0.2) 0%, rgba(255, 229, 0, 0) 100%); }

.performanceTeamContainer {
  max-width: 1216px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 40px 0; }

.performanceTeamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .performanceTeamList .artTeamBox {
      max-width: none; } }
  .performanceTeamList li {
    width: calc(16.66666% - 27px);
    margin-right: 32px;
    margin-bottom: 40px; }
    @media screen and (max-width: 1280px) {
      .performanceTeamList li {
        width: calc(16.66666% - 12px);
        margin-right: 14px; } }
    @media screen and (max-width: 1024px) {
      .performanceTeamList li {
        width: calc(33.333333% - 16px);
        margin-right: 24px; } }
    @media screen and (max-width: 500px) {
      .performanceTeamList li {
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 16px; } }
    .performanceTeamList li:nth-of-type(6n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .performanceTeamList li:nth-of-type(3n) {
        margin-right: 0; } }
    @media screen and (max-width: 500px) {
      .performanceTeamList li:nth-of-type(3n) {
        margin-right: 12px; } }
    @media screen and (max-width: 500px) {
      .performanceTeamList li:nth-of-type(2n) {
        margin-right: 0; } }

/*# sourceMappingURL=all.css.map */
