/* Minification failed. Returning unminified contents.
(49,1): run-time error CSS1019: Unexpected token, found '@import'
(49,9): run-time error CSS1019: Unexpected token, found 'url(mainStyle.css?v=12)'
(685,42): run-time error CSS1039: Token not allowed after unary operator: '-duration'
(686,34): run-time error CSS1039: Token not allowed after unary operator: '-duration'
(736,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(737,8): run-time error CSS1035: Expected colon, found '{'
(744,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(745,8): run-time error CSS1035: Expected colon, found '{'
 */
.collectBtn, .btn_login, .registerCheckBtn, .registerNextStpeBtn, .registerPrivacy, .identityType > div, .collectBtn > a, #loadMoreComments {
    cursor: pointer !important;
}

.youDontKnowListUl li { width:33.33%;}

.systemErrorTitle a {
    color: #FFE500;
}

.announcerNewsArticleShare a, .showMoreYBtn, .clearAllPerformanceOption, .saveMemberInfoBtn, .sendContactFormBtn {
    cursor: pointer;
}

.calendarDateRangeArrow a{color:white;}

.memberNotifyArea .showMoreYBtn{ margin:30px;}

.embed-responsive {
    width: 100%;
    height: 40vw;
    max-height: 620px;
    margin: 1.5rem 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.youDontKnowListUl a{
    color: #FFE500;
    text-decoration: underline;
}
@charset "UTF-8";
@import url(mainStyle.css?v=12);
.calendarFilterBtnGroup {
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .calendarFilterBtnGroup {
    justify-content: space-between;
    flex-grow: 1;
  }
}

.simpleFilterTabs .tabItem {
  cursor: pointer;
  background-color: transparent;
  color: #ffe500;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 12px 24px;
  border: 1px solid #ffe500;
  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;
  }
}

.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 {
  box-sizing: border-box;
  padding: 16px 12px 24px;
  background-color: #000;
  min-height: 136px;
}
.bannerLeftSlideItem .bannerTitle h2 {
  color: #ffe500;
  font-weight: bold;
  font-size: 2.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 500px) {
  .bannerLeftSlideItem .bannerTitle {
    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;
  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: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .commentDialogContent .dialogBody .dialogCommentItem {
    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: flex;
  flex-wrap: wrap;
}

.indexMessageList li {
  width: calc((100% - 96px) / 4);
  margin-bottom: 100px;
  margin-right: 32px;
}

@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;
  }
}
.indexMessageList li:nth-of-type(4n) {
  margin-right: 0;
}

@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: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
  .indexMessageListBox h3 {
    font-size: 1.125rem;
  }
}

.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 p {
    font-size: 0.875rem;
  }
}
.indexMessageStatusRow {
  font-size: 0.875rem;
  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: 900;
}

.indexMessageStatusPush {
  background-color: #0e5b44;
}

.indexMessageStatusBoo {
  background-color: #b12121;
}

.indexMessageStatusArrow {
  background-color: rgba(255, 255, 255, 0.0784313725);
}

.performanceBoxEach {
  width: 212px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .performanceBoxEach {
    border-radius: 10px;
  }
}
.performanceBoxA {
  display: block;
}

.performanceBoxA:hover .performanceBoxImgBox img {
  transform: scale(1.1);
}

.performanceBoxA:hover .performanceBoxTextBox {
  text-decoration: underline;
}

.performanceBoxImgBox {
  position: relative;
  aspect-ratio: 2/1.85;
  overflow: hidden;
}

.performanceBoxImgBox > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.performanceBoxInfo {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 0.75rem;
  width: 100%;
  z-index: 2;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px 0 8px 16px;
}

.performanceBoxTextBox {
  background-color: rgba(217, 217, 217, 0.2);
  color: #fff;
  padding: 14px 16px;
  height: 124px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .performanceBoxTextBox {
    padding: 7px 8px;
  }
}
.performanceBoxName {
  font-weight: 900;
  font-size: 1rem;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.2rem;
}

.performanceBoxName > a {
  display: block;
  color: #fff;
}

.performanceBoxName > a:hover {
  text-decoration: underline;
}

.performanceBoxDate {
  margin-bottom: 6px;
}

.performanceBoxPlace {
  margin-bottom: 6px;
}

.performanceBoxTags {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.performanceBoxTags .performanceBoxTag {
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 12px;
  color: #fff;
  font-size: 0.75rem;
}

.performanceBoxTags .performanceBoxTag:hover {
  text-decoration: underline;
}

.newsBoxEach {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .newsBoxEach {
    width: 100%;
  }
}
.newsBoxEachA {
  box-sizing: border-box;
  flex-direction: column;
  color: #fff;
}

.newsBoxEachA:hover .newsBoxEachImgBox img {
  transform: scale(1.2);
}

.newsBoxEachA:hover .newsBoxEachTitle {
  margin-bottom: 8px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .newsBoxEachA {
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
  }
}
.newsBoxEachImgBox {
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3/1.97;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .newsBoxEachImgBox {
    width: 40%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
  .newsBoxEachImgBox {
    aspect-ratio: 1;
    min-width: 100px;
    max-width: 100px;
    border-radius: 8px;
  }
}

.newsBoxEachImgBox img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.newsBoxEachInfo {
  padding: 0 8px;
}

@media screen and (max-width: 767px) {
  .newsBoxEachInfo {
    padding: 0 0px 0 16px;
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .newsBoxEachInfo {
    padding: 0 0px 0 8px;
    width: auto;
  }
}
.newsBoxEachTitle {
  font-size: 1rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.75rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .newsBoxEachTitle {
    height: auto;
    font-size: 0.875rem;
  }
}
.newsBoxChange p {
  font-size: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  margin-right: 4px;
}

.newsBoxChange p:first-child {
  margin-bottom: 4px;
}

.newsBoxChange span {
  overflow: hidden;
}

.newsBoxChange span::before {
  content: "|";
  position: relative;
  display: inline-block;
  margin: 0 4px;
}

.newsBoxAuthor {
  font-size: 0.625rem;
  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: flex;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0;
}

.newsBoxEachTags .newsBoxTag {
  flex-shrink: 0;
  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;
}

@media screen and (max-width: 767px) {
  .announcerNewsIndexNewsListSwiper .newsBoxEach {
    width: 280px;
  }
  .announcerNewsIndexNewsListSwiper .newsBoxEachA {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
  .announcerNewsIndexNewsListSwiper .newsBoxEachImgBox {
    width: 100%;
    max-width: unset;
    aspect-ratio: 3/1.97;
    margin-bottom: 9px;
  }
}

.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;
  justify-content: center;
  margin: 0 auto;
  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 {
  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;
  transition: 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 {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.performanceModalBg {
  display: none;
  background-color: rgba(0, 0, 0, 0.7607843137);
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  transition: all 0.3s;
}

.performanceEventWrap {
  padding: 30px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.performanceEventWrap .performanceEventWDialog {
  justify-content: 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;
}
.performanceEventWrap .modalHeader {
  background-color: #535366;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  font-size: 1.25rem;
}
.performanceEventWrap .modalHeader .closeModalBtn {
  cursor: pointer;
  padding: 0 8px;
}
.performanceEventWrap .modalBody {
  margin: 12px 0;
  max-height: 660px;
  overflow-y: scroll;
  /* 滾動條軌道 */
  /* 滑塊（可拖動的部分） */
}
.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 .modalEventItem {
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
  gap: 16px;
  padding: 4px 12px;
}
.performanceEventWrap .modalBody .modalEventItem:last-child {
  margin-bottom: 0;
}
.performanceEventWrap .modalBody .modalEventItem:hover {
  background-color: #3b3b3b;
}
.performanceEventWrap .modalBody .eventTime {
  font-size: 1rem;
}
.performanceEventWrap .modalBody .evnetContent {
  align-items: center;
  flex-grow: 1;
}
.performanceEventWrap .modalBody .evnetContent .img-container {
  margin-right: 8px;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.performanceEventWrap .modalBody .evnetContent .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.performanceEventWrap .modalBody .evnetContent .eventName {
  margin-bottom: 8px;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.performanceEventWrap .modalBody .evnetContent .eventName:hover {
  text-decoration: underline;
}
.performanceEventWrap .modalBody .evnetContent .eventOrganizer {
  font-size: 0.875rem;
}
.performanceEventWrap .modalBody .evnetContent .eventOrganizer:hover {
  text-decoration: underline;
}
.performanceEventWrap .modalBody .showMoreBtn {
  border-radius: 30px;
  border: 1px solid #9D9D9D;
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 16px;
  white-space: nowrap;
}
.performanceEventWrap .modalBody .showMoreBtn:hover {
  background-color: #FFE500;
  color: #2e2e2e;
}
@media screen and (max-width: 500px) {
  .performanceEventWrap .performanceEventContent {
    height: auto;
  }
  .performanceEventWrap .modalBody {
    padding-top: 8px;
    max-height: 500px;
  }
  .performanceEventWrap .modalBody .modalEventItem {
    align-items: center;
    margin-bottom: 4px;
    gap: 8px;
    padding: 4px 8px;
  }
  .performanceEventWrap .modalBody .eventTime {
    font-size: 0.875rem;
  }
  .performanceEventWrap .modalBody .evnetContent .eventName {
    margin-bottom: 4px;
    font-size: 0.875rem;
  }
  .performanceEventWrap .modalBody .evnetContent .eventOrganizer {
    font-size: 0.75rem;
  }
  .performanceEventWrap .modalBody .showMoreBtn {
    font-size: 0.75rem;
    padding: 4px 12px;
  }
}

@media screen and (max-width: 767px) {
  .firstMenuLi {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
  }
  .firstMenuLi + .firstMenuLi {
    margin-left: auto;
    margin-top: 16px;
  }
  .menuA {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .firstMenuLi {
    width: 92%;
  }
  .firstMenuLi + .firstMenuLi {
    margin-top: 12px;
  }
}
.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: bold;
  padding: 10px;
  text-align: center;
}

.calenderBodyList {
  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.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 {
  color: #FFE500;
  border-color: #FFE500;
}
.bodyItem .bodyItemTitle {
  display: inline-flex;
  min-width: 45%;
  align-items: center;
  padding: 0 8px;
}
.bodyItem .bodyItemTitle .calenderDate {
  font-size: 1.5rem;
  font-weight: bold;
}
.bodyItem .bodyItemTitle .weekNameMobile {
  display: none;
  margin-left: 8px;
  font-size: 0.875rem;
  color: #DBDBDB;
}
.bodyItem .bodyItemInfo {
  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: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bodyItem .bodyItemFooter {
  align-items: center;
  justify-content: center;
}
.bodyItem .showMoreBtn {
  border-radius: 30px;
  border: 1px solid #9D9D9D;
  font-size: 1rem;
  font-weight: bold;
  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: inline-flex;
    min-width: 10%;
    padding: 4px 16px 4px 8px;
  }
  .bodyItem .bodyItemTitle .weekNameMobile {
    display: block;
  }
  .bodyItem .bodyItemFooter {
    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;
  }
}

.indexETFArea {
  padding-top: 20px;
  margin-bottom: 80px;
  background: rgb(38, 29, 80);
  background: linear-gradient(180deg, rgb(38, 29, 80) 0%, rgb(34, 28, 61) 80%, rgb(26, 26, 26) 100%);
}
.indexETFArea .indexETFContent {
  padding: 24px 0;
  gap: 48px;
  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 {
  flex-direction: column;
  align-items: flex-end;
}
.indexETFArea .ETFBody .ETFInfo {
  margin-bottom: 32px;
}
.indexETFArea .ETFBody .ETFInfo h4 {
  font-size: 2rem;
  color: #FFE500;
  font-weight: 900;
  margin-bottom: 12px;
  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;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .indexETFArea .indexETFContent {
    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 {
    flex-direction: column;
    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;
  }
}/*# sourceMappingURL=all.css.map */
