/* Minification failed. Returning unminified contents.
(70,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(79,32): run-time error CSS1039: Token not allowed after unary operator: '-frame-color'
(96,32): run-time error CSS1039: Token not allowed after unary operator: '-frame-color'
(118,17): run-time error CSS1039: Token not allowed after unary operator: '-banner-frame-offset'
(165,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1421,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1422,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 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.banner_main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    position: relative;
    padding-bottom: 25px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .banner_main .banner_main_pagination {
        z-index: 3;
        bottom: 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

        .banner_main .banner_main_pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            border: 1px solid #fff;
            margin-right: 10px;
        }

.banner_main_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_main_wrapper {
    width: 80%;
}

@media screen and (max-width: 769px) {
    .banner_main_wrapper {
        width: 100%;
    }
}

.banner_main_swiper_slide {
    aspect-ratio: 720/378;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    --banner-frame-offset: 0px;
}

    .banner_main_swiper_slide::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        display: none;
        background-color: var(--frame-color, #e3c45a);
        pointer-events: none;
    }

    .banner_main_swiper_slide .banner_main_swiper_slide_tag {
        position: absolute;
        top: 12px;
        right: 11px;
        z-index: 4;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: calc(100% - 24px);
        padding: 8px 16px;
        background-color: var(--frame-color, #e3c45a);
        color: #431905;
        font-size: 1rem;
        white-space: nowrap;
        border-radius: 0 0 0 18px;
        pointer-events: none;
    }

@media screen and (max-width: 769px) {
    .banner_main_swiper_slide .banner_main_swiper_slide_tag {
        max-width: calc(100% - 20px);
        padding: 8px 14px;
        font-size: 0.75rem;
    }
}

.banner_main_swiper_slide .banner_main_swiper_slide_a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    inset: var(--banner-frame-offset);
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
}

    .banner_main_swiper_slide .banner_main_swiper_slide_a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        z-index: 1;
        pointer-events: none;
    }

    .banner_main_swiper_slide .banner_main_swiper_slide_a h2 {
        width: 90%;
        margin: 0 auto;
        font-size: 1.75rem;
        position: absolute;
        bottom: 36px;
        left: 40px;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        z-index: 3;
    }

@media screen and (max-width: 769px) {
    .banner_main_swiper_slide .banner_main_swiper_slide_a h2 {
        font-size: 1.4rem;
        bottom: 16px;
        left: 24px;
    }
}

.banner_main_swiper_slide .banner_main_swiper_slide_a img {
    max-width: 100%;
    max-height: 100%;
}

.banner_main_swiper_slide.has-frame {
    --banner-frame-offset: 15px;
}

    .banner_main_swiper_slide.has-frame::before {
        display: block;
    }

    .banner_main_swiper_slide.has-frame .banner_main_swiper_slide_a {
        border-radius: 24px;
    }

.banner_main_swiper_slide .banner_main_swiper_slide_a1 {
    background-image: url("../../assets/images/index/840_390_banner.png");
}

.banner_main_swiper_slide .banner_main_swiper_slide_a2 {
    background-image: url("https://hips.hearstapps.com/hmg-prod/images/091306-66ebfb23cdadd.jpeg?crop=1xw:1xh;center,top");
}

.banner_main_swiper_slide .banner_main_swiper_slide_a3 {
    background-image: url("https://dailyview.tw/_next/image?url=https%3A%2F%2F2024-dailyview.s3.ap-northeast-1.amazonaws.com%2FContent%2FUpload%2FPopular%2FImages%2F2024-03%2F7eed0172-b049-4f48-9e78-fa8128723a9b_m.jpg&w=1080&q=75");
}

.banner_main_swiper_slide.swiper-slide-next,
.banner_main_swiper_slide.swiper-slide-prev {
    -webkit-filter: opacity(50%);
    filter: opacity(50%);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.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;
}

.grayWrap {
    background-color: #f3f5f7;
}

.indexSectionContainer {
    max-width: 1112px;
    margin: 0 auto 40px;
    width: 95%;
}

.bannerSearchChoiceWrap,
.bannerSearchChoiceSearcgBtn {
    display: none;
}

.hot_keywords {
    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: 2% auto 0%;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .hot_keywords {
        display: none;
        -ms-flex-wrap: wrap;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: 4/2.1;
}

    .newArticleList .indexNewArticlePic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.indexAreaReadMoreBtn {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .indexAreaReadMoreBtn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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 {
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: 4/2.1;
}

    .EditorPickMainCardPic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.EditorPickMainCardTitle {
    font-size: 1.125rem;
}

.EditorPickSideCards {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.EditorPickSideCardEach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.EditorPickSideCardPic {
    width: 39.85%;
    aspect-ratio: 4/2.1;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
}

    .EditorPickSideCardPic img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.EditorPickSideCardEachText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.creatorArticleRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 666px;
}

@media (max-width: 820px) {
    .creatorArticleRow {
        height: auto;
    }
}

.creatorArticleRowTabHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 4/2.57;
    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 {
    -o-object-fit: cover;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.creatorArticlePic {
    aspect-ratio: 4/3.48;
    border-radius: 10px;
    overflow: hidden;
    width: 40.4%;
    margin-right: 12px;
}

@media (max-width: 767px) {
    .creatorArticlePic {
        aspect-ratio: 4/2.57;
    }
}

.creatorArticlePic a {
    display: block;
    width: 100%;
    height: 100%;
}

.creatorArticlePic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.creatorArticlePicText {
    width: 59.6%;
}

@media (max-width: 820px) {
    .creatorArticleRow {
        display: block;
    }

    .creatorArticleRowTabHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        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: 97.5%;
        margin: 30px 0 30px 2.5%;
    }
}

.indexPlayerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
}

@media (max-width: 1280px) {
    .indexPlayerList {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        .indexPlayerList::-webkit-scrollbar {
            display: none;
            width: 4px;
        }

        .indexPlayerList::-webkit-scrollbar-track-piece {
            background: rgba(0, 0, 0, 0.1019607843);
            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(16.6666666667% - 20px);
    margin-right: 40px;
}

    .indexPlayerList li:last-of-type {
        margin-right: 0;
    }

@media (max-width: 820px) {
    .indexPlayerList li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indexPlayerListHead {
    width: 108px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: 0 auto 18px;
}

@media (max-width: 600px) {
    .indexPlayerListHead {
        width: 100%;
        max-width: 120px;
    }
}

.indexPlayerListHead img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.indexPlayerEach {
    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;
}

    .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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
}

    .specialEditionListSlide a:hover .specialEditionPic {
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        opacity: 0.8;
    }

.specialEditionListSlide h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0.65) 100%);
    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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .specialEditionListSlide h3 {
        padding: 11px 16px;
    }
}

.specialEditionContentWrap {
    position: relative;
    aspect-ratio: 272/204;
    overflow: hidden;
    border-radius: 10px;
}

.specialEditionPic {
    width: 100%;
    height: 100%;
}

    .specialEditionPic img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
    }

.popularTopicListBg {
    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: 97.5%;
        margin: 30px 0 30px 2.5%;
    }
}

.popularTopicList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .popularTopicList {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 16px;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        .popularTopicList::-webkit-scrollbar {
            width: 3px;
        }
}

@media (max-width: 767px) and (max-width: 767px) {
    .popularTopicList::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 767px) {
    .popularTopicList::-webkit-scrollbar-track-piece {
        background: rgba(0, 0, 0, 0.1019607843);
        border-radius: 10px;
    }

    .popularTopicList::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #549e9b;
    }
}

.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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        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: 266/200;
}

    .popularTopicList .popularTopicPic img {
        -o-object-fit: cover;
        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;
    }

.specialEdition2SectionUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionUl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    }

        .specialEdition2SectionUl::-webkit-scrollbar {
            display: none;
            height: 5px;
        }
}

.specialEdition2SectionUl li {
    width: calc((100% - 48px) / 4);
    margin-right: 16px;
}

    .specialEdition2SectionUl li:last-of-type {
        margin-right: 0;
    }

@media screen and (max-width: 767px) {
    .specialEdition2SectionUl li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: min(160px, 60vw);
        margin-right: 10px;
        scroll-snap-align: start;
    }
}

.specialEdition2SectionUl li > a {
    display: block;
    aspect-ratio: 266/435;
}

    .specialEdition2SectionUl li > a:hover .specialEdition2SectionBoxPic img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.specialEdition2SectionBox {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.specialEdition2SectionBoxPic {
    width: 100%;
    height: 100%;
    position: relative;
}

    .specialEdition2SectionBoxPic::after {
        content: "";
        position: absolute;
        inset: 0;
        height: calc(100% - 103px);
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
        pointer-events: none;
    }

@media screen and (max-width: 767px) {
    .specialEdition2SectionBoxPic::after {
        height: calc(100% - 80px);
    }
}

.specialEdition2SectionBoxPic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.specialEdition2SectionBoxBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 103px;
    padding: 40px 12px 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#549e9b));
    background-image: -o-linear-gradient(top, #000000 0%, #549e9b 100%);
    background-image: linear-gradient(to bottom, #000000 0%, #549e9b 100%);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionBoxBottom {
        min-height: 80px;
        padding: 20px 8px 10px;
    }
}

.specialEdition2SectionBoxIcon {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionBoxIcon {
        width: 30px;
        height: 30px;
    }
}

.specialEdition2SectionBoxIcon img {
    width: 100%;
    height: 100%;
    display: block;
}

.specialEdition2SectionTag {
    display: block;
    color: #f7d36c;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 4px;
}

.specialEdition2SectionTitle {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .specialEdition2SectionTitle {
        font-size: 1rem;
    }
}

: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;
    }


