.no-js .owl-carousel, .owl-carousel.owl-loaded{
    overflow: hidden;
}


figure, .ftds-owl-slider .item figure a img {
    margin: 0px;
}
.ftds-owl-slider .item figure,.ftds-owl-slider .item figure a{
    /*display: flex;*/
    aspect-ratio: 4 / 3;    
}

.ftds-owl-slider .item h4{
    margin: 10px 0px !important;
    font-family: '微軟正黑體';
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.ftds-category-slider h3{
    position: relative;
    margin: 0 0 50px 0;
    font-family: '微軟正黑體';
    font-weight: 600;
}



.ftds-category-slider h3::before {
    content: ' ';
    position: absolute;
    top: 38px;
    left: 0px;
    background-color: #fb3c0c;
    width: 60px;
    height: 3px;
}


.ftds-category-slider h3::after {
    content: ' ';
    position: absolute;
    top: 38px;
    left: calc(60px + 2px);

    background-color: #818181;
    width: 25px;
    height: 3px;
}