/* Minification failed. Returning unminified contents.
(1035,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1036,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.index_container {
    padding: 0 14px;
}

@media screen and (max-width: 769px) {
    .index_container {
        padding: 5% 14px 0;
    }
}

.banner_area {
    justify-content: space-between;
    margin-bottom: 40px;
}

.banner_main {
    width: 100%;
    display: flex;
    align-items: stretch;
    height: 100%;
    position: relative;
    perspective: 1000px;
}

.banner_main_container {
    width: 100%;
    height: 100%;
    max-height: 665px;
    overflow: hidden;
}

.banner_main_wrapper {
    width: 80%;
}

@media screen and (max-width: 769px) {
    .banner_main_wrapper {
        width: 100%;
    }
}

.banner_main_swiper_slide {
    aspect-ratio: 1.9047619048;
    margin: 0 auto;
}

    .banner_main_swiper_slide .banner_main_swiper_slide_a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        display: block;
        position: relative;
    }

        .banner_main_swiper_slide .banner_main_swiper_slide_a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .banner_main_swiper_slide .banner_main_swiper_slide_a h2 {
            width: 90%;
            margin: 0 auto;
            font-size: 1.75rem;
            position: absolute;
            bottom: 10%;
            left: 50%;
            transform: translateX(-50%);
            color: #fff;
            text-shadow: black 3px 3px 3px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

@media screen and (max-width: 769px) {
    .banner_main_swiper_slide .banner_main_swiper_slide_a h2 {
        font-size: 1.4rem;
    }
}

.banner_main_swiper_slide .banner_main_swiper_slide_a img {
    max-width: 100%;
    max-height: 100%;
}

.banner_main_swiper_slide.swiper-slide-next, .banner_main_swiper_slide.swiper-slide-prev {
    filter: opacity(50%);
    transition: 0.8s;
}

.banner_main_pagination {
    z-index: 3;
    bottom: -32px;
    justify-content: center;
    width: 100%;
}

    .banner_main_pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        margin-right: 10px;
    }

.index_h3 {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    display: block;
    z-index: 1;
    margin: 22px 0;
    color: #549e9b;
}

@media screen and (max-width: 767px) {
    .index_h3 {
        font-size: 1.125rem;
    }
}

.index_h3 .index_h3_div {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.index_h3 img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.index_h3 span {
    display: inline-block;
    vertical-align: middle;
}

.bannerSearchChoiceWrap, .bannerSearchChoiceSearcgBtn {
    display: none;
}

.hot_keywords {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2% auto 0%;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .hot_keywords {
        display: none;
        flex-wrap: wrap;
    }
}

.hot_keywords a {
    padding: 3px 10px;
    background-color: #549e9b;
    color: #fff;
    margin: 2px 7px;
    font-weight: normal;
    border-radius: 20px;
    display: inline-block;
}

    .hot_keywords a:hover {
        background-color: #86bab1;
    }

@media screen and (max-width: 767px) {
    .hot_keywords a {
        padding: 5px 8px;
        margin: 5px 4px;
        font-size: 0.9rem;
    }
}

.indexArticleSectionContainer {
    max-width: 1112px;
    margin: 0 auto 40px;
    width: 95%;
}

@media (max-width: 768px) {
    .indexArticleSectionContainer {
        margin: 0 auto 40px;
    }
}

.newArticleList {
    display: flex;
    flex-wrap: wrap;
}

    .newArticleList li {
        width: calc(25% - 12px);
        margin-right: 16px;
        margin-bottom: 16px;
    }

        .newArticleList li:nth-of-type(4n) {
            margin-right: 0;
        }

@media screen and (max-width: 767px) {
    .newArticleList li {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .newArticleList li:nth-of-type(2n) {
        margin-right: 0;
    }
}

.newArticleList a {
    display: block;
}

    .newArticleList a:hover .newArticleTitle {
        color: #549e9b;
        text-decoration: underline;
    }

.newArticleList .indexNewArticlePic {
    margin-bottom: 8px;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 1.9047619048;
}

    .newArticleList .indexNewArticlePic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.indexAreaReadMoreBtn {
    margin: 16px 0;
    display: flex;
    justify-content: flex-end;
}

    .indexAreaReadMoreBtn a {
        display: flex;
        align-items: center;
    }

        .indexAreaReadMoreBtn a:hover span {
            text-decoration: underline;
        }

    .indexAreaReadMoreBtn span {
        font-family: sans-serif, Microsoft JhengHei, Lato;
        font-size: 0.875rem;
        font-weight: bold;
        color: #171717;
        line-height: 1;
    }

    .indexAreaReadMoreBtn img {
        width: 20px;
        margin-left: 10px;
    }

.indexArtileTitle {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #414141;
}

    .indexArtileTitle:hover {
        text-decoration: underline;
        color: #549e9b;
    }

.indexArtileAuthor {
    color: #549e9b;
    font-size: 0.875rem;
}

    .indexArtileAuthor:hover {
        text-decoration: underline;
    }

.indexArtileDate {
    font-size: 0.875rem;
    color: #787575;
}

.editorRecommendationContainerWrap {
    background-color: #f3f5f7;
    padding: 12px 0 24px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .editorRecommendationContainerWrap {
        padding: 1px 0 20px;
    }
}

.editorRecommendationContainer {
    max-width: 1112px;
    margin: 0 auto 0px;
    width: 95%;
}

.EditorRecommendationSection {
    display: flex;
    flex-wrap: wrap;
}

.EditorPickMainCard {
    width: 48.02%;
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    .EditorPickMainCard {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.EditorPickMainCard a {
    display: block;
}

.EditorPickMainCardPic {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
    aspect-ratio: 1.9047619048;
}

    .EditorPickMainCardPic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.EditorPickMainCardTitle {
    font-size: 1.125rem;
}

.EditorPickSideCards {
    flex: 1;
}

.EditorPickSideCardEach {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.EditorPickSideCardPic {
    width: 39.85%;
    aspect-ratio: 1.9047619048;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
}

    .EditorPickSideCardPic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.EditorPickSideCardEachText {
    flex: 1;
}

.creatorArticleRow {
    display: flex;
    align-items: stretch;
    height: 666px;
}

@media (max-width: 820px) {
    .creatorArticleRow {
        height: auto;
    }
}

.creatorArticleRowTabHeader {
    display: flex;
}

.playerArticleBoxTab {
    width: 68.08%;
}

.playerArticleBox {
    width: 68.08%;
    height: 100%;
    position: relative;
}

    .playerArticleBox .indexAreaReadMoreBtn {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }

@media (max-width: 820px) {
    .playerArticleBox .indexAreaReadMoreBtn {
        position: relative;
        margin: 10px 0;
    }
}

.playerArticleList {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .playerArticleList {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .playerArticleEach {
        grid-column: auto !important;
        grid-row: auto !important;
        display: flex;
        width: 100%;
        align-items: center;
    }
}
/* 大卡片：各占 3 欄（總共6欄，分兩個大） */
.playerArticleEach.large:nth-of-type(1) {
    grid-column: 1 / span 3;
    grid-row: 1;
}

.playerArticleEach.large:nth-of-type(2) {
    grid-column: 4 / span 3;
    grid-row: 1;
}
/* 小卡片：各占2欄，排在第二排 */
.playerArticleEach.small:nth-of-type(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.playerArticleEach.small:nth-of-type(4) {
    grid-column: 3 / span 2;
    grid-row: 2;
}

.playerArticleEach.small:nth-of-type(5) {
    grid-column: 5 / span 2;
    grid-row: 2;
}

.playerArticlePic {
    aspect-ratio: 1.5564202335;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
}

    .playerArticlePic a {
        display: block;
        width: 100%;
        height: 100%;
    }

@media (max-width: 767px) {
    .playerArticlePic {
        width: 40.4%;
        margin-right: 12px;
        margin-bottom: 0;
    }
}

.playerArticlePic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .playerArticlePicText {
        width: 59.6%;
    }
}

.creatorArticleListTab {
    width: calc(31.92% - 48px);
    margin-left: 48px;
}

.creatorArticleBox {
    width: calc(31.92% - 48px);
    margin-left: 48px;
    position: relative;
}

    .creatorArticleBox .indexAreaReadMoreBtn {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }

@media (max-width: 820px) {
    .creatorArticleBox .indexAreaReadMoreBtn {
        position: relative;
        margin: 10px 0;
    }
}

.creatorArticleList li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.creatorArticlePic {
    aspect-ratio: 1.1494252874;
    border-radius: 10px;
    overflow: hidden;
    width: 40.4%;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .creatorArticlePic {
        aspect-ratio: 1.5564202335;
    }
}

.creatorArticlePic a {
    display: block;
    width: 100%;
    height: 100%;
}

.creatorArticlePic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.creatorArticlePicText {
    width: 59.6%;
}

@media (max-width: 820px) {
    .creatorArticleRow {
        display: block;
    }

    .creatorArticleRowTabHeader {
        display: flex;
        border-bottom: 1px solid #ccc;
        margin-bottom: 1rem;
    }

        .creatorArticleRowTabHeader .index_h3 {
            width: auto;
            text-align: center;
            padding: 12px;
            font-size: 1.125rem;
            font-weight: bolder;
            color: #e9e9e9;
            cursor: pointer;
            border-bottom: 2px solid transparent;
            margin: 0;
        }

            .creatorArticleRowTabHeader .index_h3.active {
                color: #549e9b;
                font-weight: bold;
                background: #fff;
            }

    .playerArticleBox, .creatorArticleBox {
        display: none;
    }

        .playerArticleBox.active, .creatorArticleBox.active {
            display: block;
        }

    .playerArticleBox, .creatorArticleBox, .playerArticleBoxTab, .creatorArticleListTab {
        width: 100%;
        margin-left: 0;
    }
}

.indexPlayerListContainer {
    max-width: 1112px;
    margin: 0 auto 80px;
    width: 95%;
}

@media (max-width: 820px) {
    .indexPlayerListContainer {
        width: calc(100% - 2.5%);
        margin: 30px 0 30px 2.5%;
    }
}

.indexPlayerList {
    display: flex;
    padding: 16px 0;
}

@media (max-width: 1280px) {
    .indexPlayerList {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
    }

        .indexPlayerList::-webkit-scrollbar {
            display: none;
            width: 4px;
        }

        .indexPlayerList::-webkit-scrollbar-track-piece {
            background: #000 1a;
            border-radius: 10px;
        }

        .indexPlayerList::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #549e9b;
        }
}

@media (max-width: 767px) {
    .indexPlayerList {
        margin-left: 10px;
        padding: 16px 20px;
    }

        .indexPlayerList::-webkit-scrollbar {
            height: 5px;
        }
}

.indexPlayerList li {
    width: calc((100% / 6) - 20px);
    margin-right: 40px;
}

    .indexPlayerList li:last-of-type {
        margin-right: 0;
    }

@media (max-width: 820px) {
    .indexPlayerList li {
        flex: 0 0 auto;
        width: calc((20%) - 30px);
        margin-right: 30px;
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    .indexPlayerList li {
        margin-right: 50px;
        width: calc((38%) - 10px);
    }
}

@media (max-width: 370px) {
    .indexPlayerList li {
        margin-right: 30px;
        width: calc((45%) - 10px);
    }
}

.indexPlayerList .indexAreaReadMoreBtn {
    display: flex;
    align-items: center;
}

.indexPlayerListHead {
    width: 108px;
    border-radius: 50%;
    aspect-ratio: 1;
    overflow: hidden;
    margin: 0 auto 18px;
}

@media (max-width: 600px) {
    .indexPlayerListHead {
        width: 100%;
        max-width: 120px;
    }
}

.indexPlayerListHead img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.indexPlayerEach {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .indexPlayerEach:hover h3 {
        text-decoration: underline;
    }

    .indexPlayerEach:hover .indexAreaReadMoreBtn span {
        text-decoration: underline;
    }

    .indexPlayerEach h3 {
        font-size: 1.125rem;
        font-weight: bolder;
        color: #414141;
        height: 3.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .indexPlayerEach p {
        font-size: 1rem;
        height: 4.5rem;
        color: #707070;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

@media (max-width: 820px) {
    .indexPlayerEach p {
        display: none;
    }
}

.indexPlayerTag {
    font-size: 0.8125rem;
    display: inline-block;
    border-radius: 8px 0 8px 0;
    padding: 2px 8px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.indexPlayerTagBrown {
    color: #9e7f54;
    background-color: #f4eedd;
}

.indexPlayerTagRed {
    color: #bf5b65;
    background-color: #f4e3e3;
}

.specialEditionSection {
    position: relative;
    max-width: 1112px;
    margin: 0 auto 80px;
    width: 95%;
}

@media (max-width: 768px) {
    .specialEditionSection {
        margin: 0 auto 40px;
    }
}

.specialEditionSection .index_h3 {
    position: relative;
    margin: 20px 0;
}

.specialEditionSection .specialEditionSectionSwiperChangeBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .specialEditionSection .specialEditionSectionSwiperChangeBtn {
        display: none;
    }
}

.specialEditionSection .specialEditionSectionSwiperNext, .specialEditionSection .specialEditionSectionSwiperPrev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #4899ae;
}

    .specialEditionSection .specialEditionSectionSwiperNext::after, .specialEditionSection .specialEditionSectionSwiperPrev::after {
        color: #4899ae;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 20px;
    }

    .specialEditionSection .specialEditionSectionSwiperNext::after {
        content: "\f054";
    }

    .specialEditionSection .specialEditionSectionSwiperPrev::after {
        content: "\f053";
    }

.specialEditionSectionSwiper {
    margin-left: auto;
    margin-right: auto;
}

.specialEditionListSlide {
    position: relative;
}

@media screen and (max-width: 600px) {
    .specialEditionListSlide {
        height: calc((100% - 10px) / 2) !important;
    }
}

.specialEditionListSlide a {
    display: block;
    position: relative;
    max-height:202.88px;
}

    .specialEditionListSlide a:hover .specialEditionPic {
        transition: 0.8s;
        opacity: 0.8;
    }

.specialEditionListSlide h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.65) 100%);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
    font-size: 1.125rem;
    padding: 17px 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .specialEditionListSlide h3 {
        padding: 11px 16px;
    }
}

.specialEditionContentWrap {
    position: relative;
    aspect-ratio: 1.3333333333;
    overflow: hidden;
    border-radius: 10px;
}

    .specialEditionPic img {
        object-fit: cover;
        display: block;
    }

.popularTopicListBg {
    background-color: #f3f5f7;
    padding: 12px 0 36px;
}

@media (max-width: 768px) {
    .popularTopicListBg {
        padding: 1px 0 20px;
    }
}

.popularTopicListContainer {
    max-width: 1112px;
    margin: 0 auto 4px;
    width: 95%;
}

@media (max-width: 767px) {
    .popularTopicListContainer {
        width: calc(100% - 2.5%);
        margin: 30px 0 30px 2.5%;
    }
}

.popularTopicList {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .popularTopicList {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
    }

        .popularTopicList::-webkit-scrollbar {
            width: 3px;
        }

        .popularTopicList::-webkit-scrollbar-track-piece {
            background: #000 1a;
            border-radius: 10px;
        }

        .popularTopicList::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #549e9b;
        }
}

@media (max-width: 767px) and (max-width: 767px) {
    .popularTopicList::-webkit-scrollbar {
        display: none;
    }
}

.popularTopicList li {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    background: #fff;
    overflow: hidden;
    width: calc(25% - 12px);
    margin-right: 16px;
    scroll-snap-align: start;
}

    .popularTopicList li:last-of-type {
        margin-right: 0;
    }

@media (max-width: 767px) {
    .popularTopicList li {
        flex: 0 0 auto;
        width: 40vw;
        margin-right: 16px;
    }

        .popularTopicList li:last-of-type {
            margin-right: 0;
        }
}

@media (max-width: 430px) {
    .popularTopicList li {
        width: 65vw;
    }
}

.popularTopicList a {
    display: block;
}

    .popularTopicList a:hover h3 span {
        color: #549e9b;
        text-decoration: underline;
    }

.popularTopicList .popularTopicPic {
    aspect-ratio: 1.33;
}

    .popularTopicList .popularTopicPic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.popularTopicList h3 {
    height: 6.5625rem;
    padding: 12px 16px;
}

    .popularTopicList h3 span {
        font-size: 1.125rem;
        font-weight: bolder;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #414141;
    }

:root {
    --swiper-theme-color: #549e9b;
    --swiper-pagination-bottom:-32px;
}
.menu-option .swiper-container {
    height: 100%;
}

.menu-option .swiper {
    width: 92%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.menu-option .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #f8f8f8;
    border-radius: 5px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menu-option .swiper-wrapper {
    margin: 0;
    padding: 0;
}

.menu-option .sws-active {
    border: 1px solid #73cac7;
    background: #f8f8f8;
}

.menu-option .swiper-slide:hover {
    border: 1px solid #73cac7;
}

.menu-option .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.menu-option .swiper-slide img {
    display: block;
    width: auto;
    height: 76%;
    object-fit: contain;
    position: absolute;
}

.menu-option .swiper-slide span {
    align-self: baseline;
    width: 99%;
    position: absolute;
    font-size: 16px;
    font-weight: bolder;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 65%);
    color: #86c8bc;
    margin: 0;
    padding: 0;
}

.menu-option .swiper-button-prev {
    background-image: unset;
    opacity: 0.5;
    left: 0;
}

.menu-option .swiper-button-next {
    background-image: unset;
    opacity: 0.6;
    right: 0;
}
    .menu-option .swiper-button-next.swiper-button-disabled, .menu-option .swiper-button-prev.swiper-button-disabled {
        opacity: 0.25;
    }

    .swiper-button-next, .swiper-button-prev {
        color: #009688;
    }


