/************************************* banner *************************************/
.custom-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.banner {
    text-align: left;
    color: #3B2680;
    padding-bottom: 30px;
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    
    padding-bottom: 60px;
}

.banner p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(59, 38, 128, 0.7);
}

/************************************* newBar *************************************/




.newBar {
    display: none;
    width: 100%;
    background-color: #FF4B6C;
    padding-top: 15px;
    padding-bottom: 15px;
}

.newBar p {
    margin-bottom: 0px;
    /*    display: inline;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.newBar p .myTitle {
    /*    display: inline;*/
    background: #fff;
    padding: 5px 10px;
    font-weight: bold;
    margin-right: 15px;
    color: #FF4B6C;
    border-radius: 999px;
}


/************************************* intro *************************************/
.intro {
    position: relative;
    background-color: #F2FFAA;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.7;
}

.intro .introIllu {
    display: none;
}

.oneIntro {
    margin-bottom: 30px;
}

.oneIntro img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.oneIntro h4 {
    font-family: SweiShearLegCJKtc-Medium;
    margin-bottom: 10px;
}

.intro .appStoreBlack,
.intro .googlePlayBlack {
    max-width: 152px;
    height: auto;
}

/************************************* newsSection *************************************/
.newsSection {
    
    
    position: relative;
    background-color: #FBFFE4;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.7;
}

.newsSection hgroup {
    position: relative;
    z-index: 1;
}

.newsSection .newsIllu {
    z-index: 0;
    display: inherit;
    position: absolute;
    right: 0px;
    top: 69px;
}

/* 手機版的新聞列表 */
.news {
    white-space: nowrap;
    overflow-x: auto;
    z-index: 1;
    position: relative;
    margin-top: 30px;
    margin-bottom: 45px;
}

/* 通用的 oneNew 樣式 */
.newsSection .oneNew {
    display: inline-block;
    width: 260px;
    margin-right: 20px;
    padding: 15px;
    background-color: #3B2680;
    border-radius: 15px;
    vertical-align: top;
    margin-bottom: 30px;
}

.newsSection .news .oneNew:first-child {
    margin-left: 15px;
}

.newsSection .news .oneNew:last-child {
    margin-right: 15px;
}

.newsSection .oneNew img {
    width: 230px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 15px;
}

.newsSection .oneNew .textArea {
    color: #fff;
    width: 230px;
    text-align: left;
}

.newsSection .oneNew h4 {
    color: #fff;
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.newsSection .oneNew .textArea p {
    margin-bottom: 0px;
}



/* Slick 輪播相關樣式 */
.news-slider {
    width: calc(1110px + 60px + 26px + 26px);

    position: relative;
    margin: 30px auto;
    padding: 0 50px;
}

/* 確保在較小螢幕時不會溢出 */
@media (max-width: 1222px) {
    .news-slider {
        width: 100%;
    }
}

.news-slider .slide-item {
    padding: 0 10px;
}


.newsSection .oneNew {

    margin-right: 0px;

}



/* Slick 箭頭樣式 */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 26px;
    height: 49px;
    background: none;
    border: none;
    /*    margin-top: calc(-0px;*/
    margin-top: -25px;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev:hover,
.slick-next:hover {
    opacity:
}

.slick-prev img,
.slick-next img {
    width: 100%;
    height: auto;
}



/************************************* videosSection *************************************/
/************************************* videosSection *************************************/
.videosSection {
    
/*
    display: none;
    
*/
    
    position: relative;
    background-color: #F2FFAA;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 1.7;
}

.videosSection hgroup {
    position: relative;
    z-index: 1;
}

.videosSection .videoIllu {
    z-index: 0;
    display: inherit;
    position: absolute;
    left: 0px;
    top: 69px;
}

/* 手機版的影片列表 */
.videos {
    white-space: nowrap;
    overflow-x: auto;
    z-index: 1;
    position: relative;
    margin-top: 30px;
    margin-bottom: 45px;
}

/* 共用的 oneVideo 樣式 */
.oneVideo {
    position: relative;
    display: inline-block;
    width: 355px;
    height: 200px;
    margin-right: 20px;
    padding: 15px;
    background-color: #3B2680;
    border-radius: 15px;
    vertical-align: top;
    margin-bottom: 30px;
    background-size: cover;
}

.videos .oneVideo:first-child {
    margin-left: 15px;
}

.videos .oneVideo:last-child {
    margin-right: 15px;
}

.oneVideo .videoPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -34px;
    margin-left: -24px;
}

.oneVideo .textArea {
    color: #fff;
    width: 325px;
    text-align: left;
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 15px;
}

.oneVideo h4 {
    color: #fff;
    font-family: "SweiShearLegCJKtc-Medium", sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}

.oneVideo .textArea p {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Slick 輪播相關樣式 - 影音專區 */
.video-slider {
    width: calc(1110px + 60px + 26px + 26px);
    position: relative;
    margin: 30px auto;
    padding: 0 50px;
}

@media (max-width: 1222px) {
    .video-slider {
        width: 100%;
    }
}

.video-slider .slide-item {
    padding: 0 10px;
}

/* 輪播中的 oneVideo 特殊樣式 */
.video-slider .oneVideo {
    margin-right: 0;
}

/* Slick 箭頭樣式 */
.video-slider .slick-prev,
.video-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 26px;
    height: 49px;
    background: none;
    border: none;
    margin-top: -25px;
}

.video-slider .slick-prev {
    left: 15px;
}

.video-slider .slick-next {
    right: 15px;
}

.video-slider .slick-prev:hover,
.video-slider .slick-next:hover {
    opacity: 0.8;
}

.video-slider .slick-prev img,
.video-slider .slick-next img {
    width: 100%;
    height: auto;
}