/*首頁-導覽列-位置右移*/
header .header-div .block-outer .navi {
    margin-left: 20px;
}

/*首頁-導覽列-文字放大*/
header .header-div .block-outer .navi ul li a {
    font-size: 20px;
}

/*首頁-bannaer-tag背景顏色加深*/
.section-home .home-swiper-banner .swiper-slide .info .tags .tag {
    background-color: rgba(44, 192, 226, 0.4);
}

/*首頁-bannaer-立即觀看背景顏色加深*/
.section-home .home-swiper-banner .swiper-slide .info .more a {
    background-color: rgba(44, 192, 226, 0.4);
}

/*首頁-bannaer-文字介紹顏色調整*/
.section-home .home-swiper-banner .swiper-slide .info .views-episod {
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
    font-size:16px;
}

/*首頁-bannaer-介紹位置調整*/
.section-home .home-swiper-banner .swiper-slide .info {
    left: 4%;
    top: 18%;
}

/*新聞-內容-文字放大*/
.section-hot-news-detail .news-detail-related .news-detail-div {
    font-size: 20px;
}

/*修改熱門新聞封面圖比例*/
#swiperHotNews .swiper-slide .img {
    aspect-ratio: 2/1.5;
}

/*新聞內文連結顏色*/
.section-hot-news-detail .news-detail-related .news-detail-div a {
    color:#24A6C4;
}

@media (max-width: 992px) {
    .section-member.section-member-detail .block-outer .member-center .member-navi .navi-outer {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .section-member.section-member-detail .block-outer .member-center .member-content.member-navi-use-sticky .tab-list .tab-links-outer {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}



@media (max-width: 750px) {
    /*手機版-banner-標題文字大小調整*/
    .section-home .home-swiper-banner .swiper-slide .info .title h1 {
        font-size: 26px;
    }
}


@media (max-width: 640px) {
    /*手機版-banner-介紹位置調整*/
    .section-home .home-swiper-banner .swiper-slide .info {
        top: auto;
	bottom: 6vh;
    }

    /*手機版-節目-搜尋結果*/
    .section-drama-list .filter-list-result .item {
        width: calc(50% - 20px);
    }

    .section-drama-list .tab-links-outer {
        margin-left: 10px;
        margin-right: 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .section-home .home-swiper-banner .swiper-slide .info .views-episod {
        font-size:14px;
    }
}

@media (max-width: 480px) {
    .swiperList .swiper-slide .info .program h3 {
        font-size: 14px;
    }

    .section-home .swiper-live-feed .swiper-slide .info .desc h3 {
        font-size: 14px;
    }
}

