/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2025年5月23日, 上午11:11:23
    Author     : wishk
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ftds-main *:not(.fa):not(.fas):not(.mce-ico){
    font-family:"Noto Sans TC", '微軟正黑體', sans-serif !important;
    /*font-size: 16px;*/
    letter-spacing: 1px;
    /*line-height: 2;*/
}

.fa:before, .fas:before{
    font-size: 12px;
    display: table;
}


#ftds-grid-template{
    padding: 150px 0;
}

.category-filter{
    text-align: center;
}

ul#filter-list{
    display:inline-flex;
    list-style: none;
    margin: 0;
}

ul#filter-list li{
    margin: 0 10px;
}

a.ftds-trem-link{
    padding: 5px 8px;
    color: #212121;
    font-size: 14px;
}


#ftds-lang-option i::before{
    font-size: 30px;
    display: inline-block;
}

.ftds-grid-info{
    display: none;
}

.ftds-grid-info.active{
    display: flex;
    animation-name: slideInUp;
}

.ftds-grid-info article{
    position: relative;
}

a.ftds-img-show {
    /*aspect-ratio: 1/1 !important;*/
    overflow: hidden;
    height: auto;
    display: inline-block;
    position: relative;
}

a.ftds-img-show img {
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    /*min-width: 425px;*/
}

/*a.ftds-img-show::before {
    content: ' ';
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s linear;
}

a.ftds-img-show:hover::before {
    opacity: 0.5;
    transition: all 0.5s linear;
}*/

a.ftds-img-show::after {
    /*content: '\f061';*/
    /*content: ' ';*/
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    width: 80px;
    height: 80px;
    color: rgba(255,255,255,0.8);
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;

}

/*.row{
    margin: 0 -50px;
}*/

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

a.ftds-img-show:hover::after {
    transform: scale(1);
    transform: translate(-50%, -50%);
}

.ftdst-grid-info{
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s linear;
}

.ftds-grid-info{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

a.ftds-img-show:hover .ftdst-grid-info {
    opacity: 0.7;
    transition: all 0.5s linear;
}

.content-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
}

.content-text *{
    color: #ffffff;
}

.item-title{
    font-size: 14px;
}

.item-tag{
    font-size: 12px;
}

.item-tag span{
    margin-left: 10px;
    font-size: 12px;
}

.item-tag:before{
    content: '|';
    position: absolute;
    height: 100%;
    font-weight: 700;
}

nav.ftds-page-nav ul li{
    margin: 0px !important;
    margin-bottom: 2px !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}


.page-link {
  color: #212121;
}


@media only screen and (max-width:768px){
}