
/* 圖片輪播覆寫 */
    .owl-theme .owl-controls .owl-page.active span {
        width: 16px;
        height: 16px;
        background-color: #8bd5e2 ;
        border-radius: 50%;
        border: unset !important;
    }

    .owl-theme .owl-controls .owl-page span {
        border: 2px solid #8bd5e2 !important;

    }

    .owl-theme .owl-controls .owl-page {
        width:24px;
    }

    .owl-theme .owl-controls .owl-pagination {
        margin-top:40px;
    }

    .font-yellow {
        display: inline-block;
        position: relative;
        color: #ffb43e;
        font-weight: bold;       
    }

    /* .font-yellow::before {
        display: inline-block;
        content: "";
        width: 90%;
        height: 12px;
        position: absolute;
        left: 5px;
        background: #ffb43e;
        bottom: 7px;
        opacity: 0.17;
    } */

    /* .recommend {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 396px;
    }
    
    .feature-box {
        transform: scale(1);
        transition: all 0.6s cubic-bezier(0.15, 0.85, 0.35, 1.25);
    } */
    
    .slick-current .feature-box {
        transform: scale(1.1);
    }
    
    .slick-prev:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/app/arr-left.png) no-repeat;
        background-size: 25%;
        background-position: center;
        border-radius: 50%;
        background-color: white;
    }
    
    .slick-next:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../img/app/arr-right.png) no-repeat;
        background-size: 25%;
        background-position: center;
        border-radius: 50%;
        background-color: white;
    }
    
    .slick-slide img {
        margin: 0 auto;
    }
    
    .slick-prev,.slick-next{
        color: transparent;
        outline: none;
        background: transparent;
        width: 40px!important;
        height: 40px!important;

        
    }

    @media screen and (min-width: 768px) {
        .slick-prev,.slick-next{
        width: 60px!important;
        height: 60px!important;
        }

        .slick-prev {
            left:-60px!important;
        }
        .slick-next {
            right:-60px!important;
        }
    }

    @media screen and (min-width: 1280px) {
        .slick-prev,.slick-next{
        width: 80px!important;
        height: 80px!important;
        }
        .slick-prev {
            left:-76px!important;
        }
        .slick-next {
            right:-76px!important;
        }
    }

    /* .feature-box-color-bg img {
        margin-bottom: 15px;
    }
    
    .feature-box-footer {
        color: #fff;
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    
    .footer-cta-btns {
        height: 144px;
        width: 120px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        float: left;
        margin-left: 9px;
    }
    
    @media screen and (min-width: 768px) {
        .footer-cta-btns {
            height: 174px;
            width: 140px;
            margin-left: 7px;
        }
    } */