/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2023年4月6日, 下午12:03:41
    Author     : Shine
*/
#ftds-container{
    margin-bottom: 50px !important;
    height: 100%;
}

.form-title:before{
    content: ' ';
    position: absolute;
    top: 33px;
    left: 15px;
    background-color: #fb3c0c;
    width: 35%;
    height: 2px;
}

.form-title:after{
    content: ' ';
    position: absolute;
    top: 33px;
    left: calc(35% + 16px);
    background-color: #818181;
    width: 15%;
    height: 2px;
}

.nav__link{
    color: #818181;
    font-family: '微軟正黑體';
}

.nav__link.is-active{
    color: #16171e;
}

#ftds-filter-nav div{
    line-height: 35px;
    font-family: '微軟正黑體';
    height: 35px;

}

#ftds-filter-nav .form-title{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

#ftds-filter-nav .form-group select{
    height: 35px;
    font-size: 15px;
    font-family: '微軟正黑體';
    letter-spacing: 2px;
    font-weight: 500;
}

a.ftds-post-link {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.ftds-post-link::before {
    content: ' ';
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #212121;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    transform: scale(0);
    transition: all 0.2s ease-in-out;
    transition: all 0.5s linear;
}

a.ftds-post-link::after {
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /*    width: 80px;
        height: 80px;*/
    color: rgba(255,255,255,0.6);
    font-size: 35px;
    /*background: rgba(0,0,0,0.5);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    transform: scale(0);
}

a.ftds-post-link:hover::before {
    transform: scale(1);
    opacity: 0.65;
    transition: all 0.5s linear;
}
a.ftds-post-link:hover::after {
    transform: scale(1);
    transform: translate(-50%, -50%);
    transition: all 1s linear;

}

a.ftds-post-link img {
    transform: scale(1,1);
    transition: all 0.5s ease;
}


a.ftds-post-link:hover img {
    transform: scale(1.5,1.5);
    transition: all 0.5s ease-in-out;
}

.ftds-sortable .card .card-infos *{
    font-family: '微軟正黑體';

}

ul.card__text__list li{
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #212121;
}


.post_score{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    line-height: 50px;
    background-color: #fb420e;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    letter-spacing: 1px;
    font-family: '微軟正黑體';
    font-weight: 600;
    font-size: 13px;
}

