/*
*------- reset ftds-bs4-styles.v2.css 原設定 ----------------------------------
*/
/* Noto Sans TC (Chinese Traditional) 黑體字體（思源黑體）*/
@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;
}

i:not(.mce-ico){
    font-size: 12px !important;
    color: #6c757d;
}
#ftds-main{
    padding-bottom: 60px;
}

.ftds-breadcrumb h1, .ftds-breadcrumb h2{
    margin-bottom: 15px;
}

#ftds-template h1, #ftds-template div.ftds-head-title{
    margin-bottom: 15px !important;
    font-size: 36px !important;
    font-weight: 400;
}

.ftds-head-title span{
    border-bottom: 5px #ff6c00 solid;
}


#ftds-template h2{
    font-size: 24px !important;
    line-height: 35px;
    font-weight: 400;
}

#ftds-template h3{
    font-size: 16px !important;
    margin-bottom: 15px !important;
    font-weight: 400;
}

#ftds-template h4{
    font-size: 15px !important;
    margin-bottom: 15px !important;
    font-weight: 400;
}

#ftds-template h5{
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

#ftds-template h6{
    font-size: 12px !important;
    margin-bottom: 10px !important;
    font-weight: 400;
}


#ftds-template .card-header h2{
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}


input.form-control::placeholder{
    color: #6c757d !important;
}

input.form-control{
    /*padding: 0 !important;*/
    font-size: 16px;
}

#qodef-page-inner{
    padding-top: 0px !important;
}


#ftds-main p{
    font-size: 16px !important;
}

.ftds-section{
    padding-top: 60px;
    font-size: 16px;
}

.modal-body label{
    font-size: 14px;
}


.ftds-blog-title, .ftds-blog-content {
    text-align: center;
    padding-bottom: 50px;
}

.ftds-blog-content{
    font-size: 16px;
}

.image-source-link {
    color: #98C3D1;
}

.post-breadcrumb{
    font-size: 0;
    padding-bottom: 15px;
}

.post-breadcrumb>a.breadcrumb-link{
    /*margin-right: 15px;*/
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400px;
    color: #0079e0
}

a.breadcrumb-link:hover{
    color: #e1251b;
}

.post-breadcrumb>i{
    color: #e1251b;
    font-size: 16px;
    padding: 0 10px;
}

.breadcrumb-text{
    font-size: 16px;
    color: #a1a1a1;
}

.ftds-btn{
    padding: 25px 0 25px 20px;
}

.ftds-btn .btn{
    font-size: 16px;
    border-radius: 99em;
}

.tab-content{
    padding-top: 35px;
}

ul#galleryTab li{
    padding: 0;
}

ul#galleryTab li button{
    border-radius: 6px 6px 0px 0px;
    color: #212121;
    border-color: #e9ecef #e9ecef #dee2e6;
}

ul#galleryTab li button.active{
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

ul.list-group li{
    margin: 0;
}

/**---*/
.ftds-artist-info{
    /*aspect-ratio: 1/1;*/
}

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

/*a.ftds-img-show::hover{
    transform: translateY(-10px);
}*/

a.ftds-img-show img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.border-radius-6 {
    border-radius: 6px;
}

/**--- img-show ---*/
a.ftds-img-show::after {
    content: '\f061';
    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;
    transform: scale(0);
}

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


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

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

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

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

a.ftds-card-show::after {
    content: '\f061';
    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;
    transform: scale(0);
}

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


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

a.ftds-card-show:hover::before {
    opacity: 0.8;
    transition: all 0.5s linear;
    border-radius: 10px;
}

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

#ftds-template span.badge{
    font-weight: 400;
    padding: 6px 10px;
    margin-bottom: 10px;
}

#ftds-template ul{
    list-style-type: none;
}

#ftds-template ul li{
    font-size: 14px;
}

.ftds-title, .ftds-year{
    font-weight: 600;
}

.ftds-size-12{
    font-size: 12px !important
}

.ftds-size-13{
    font-size: 13px !important
}

.ftds-size-14{
    font-size: 14px !important
}

.ftds-size-15{
    font-size: 15px !important
}

.ftds-size-16{
    font-size: 16px !important
}

.ftds-size-18{
    font-size: 18px !important
}

.ftds-size-20{
    font-size: 20px !important
}


.btn {
    display: inline-block;
    font-family: '微軟正黑體';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* 
    Created on : 2019/10/17, 上午 11:16:39
    Author     : Shine
*/
.ftds-space{
    margin: 20px 0;
    height: 1px;
}

.ftds-div-title{
    padding: 15px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    font-weight: 600px;
    /*max-width: calc(100% - 1px);*/
}

.ftds-div-content{
    /*padding: 15px 0px;*/
    line-height: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 600px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}

.ftds-div-content-block{
    /*padding: 15px 0px;*/
    line-height: 60px;
    font-size: 16px;
    color: #000;
    font-weight: 600px;
    border-right: 1px #666 solid;
    border-bottom: 1px #666 solid;
}

/**-------- border set ----------------------**/
.ftds-b{
    border: 1px #666 solid;
}

.ftds-b-t{
    border-top: 1px #666 solid;
}

.ftds-b-b{
    border-bottom: 1px #666 solid;
}
.ftds-b-l{
    border-left: 1px #666 solid;
}
.ftds-b-r{
    border-right: 1px #666 solid;
}


.reg-title{
    padding: 0 15px 0px 15px;
    border-left: 5px solid;
    border-color: #28a745;
}

.reg-title h4{
    line-height: 30px;
    margin: 0;
}

.ftds-line, .ftds-double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid;
    border-color: #eee;
}

main .ftds-line-sm {
    margin: 20px 0;
}

.section{
    width: 100%;
    float: left;
}

.ftds-reg-select{
    width: calc(100% / 4 - 5px);
    height: 60px;
    background-color: #005e89;
    margin: 0 5px 5px 0 ;
    padding: 15px 0px;
    color: #fff;
    float: left;
}

.ftds-icon-block{
    text-align: center;
    float: left;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 99em;
    line-height: 60px;
    margin: 0 30px;
}


.ftds-icon-block i.fa{
    font-size: 35px;
    color: #000;
    line-height: 60px;
    /*padding-left: 20px;*/
}


/*------ PUBLIC ftds-form-system-public ftdsFormSystemPublicClass------------*/
.ftds-form-system-public label{
    vertical-align: baseline;
}

.ftds-label-checkbox, .ftds-label-radio{
    margin-right: 10px;
}
.ftds-form-system-public input[type="checkbox"], .ftds-form-system-public input[type="radio"]{
    min-height: auto !important;
}

.ftds-form-system-public .ftds-item-input{
    text-align: left;
}

/*--- ftds color-----------*/
.ftds-color-blue{
    color: #0000ff;
}
.ftds-color-indigo{
    color:#6610f2;
}
.ftds-color-purple{
    color:#6f42c1;
}
.ftds-color-pink{
    color: #e83e8c;
}
.ftds-color-red{
    color:#dc3545;
}
.ftds-color-orange{
    color: #fd7e14;
}
.ftds-color-yellow{
    color:#ffc107;
}
.ftds-color-green{
    color:#28a745;
}
.ftds-color-teal{
    color:#20c997;
}
.ftds-color-cyan{
    color: #17a2b8;
}
.ftds-color-white{
    color: #ffffff;
}
.ftds-color-gray{
    color: #666;
}
.ftds-color-gray-dark{
    color:#343a40;
}
.ftds-color-primary{
    color: #007bff;
}
.ftds-color-secondary{
    color: #666;
}
.ftds-color-success{
    color: #28a745;
}
.ftds-color-info{
    color: #17a2b8;
}
.ftds-color-warning{
    color: #ffc107;
}
.ftds-color-danger{
    color: #dc3545;
}
.ftds-color-light{
    color:#f8f9fa;
}
.ftds-color-dark{
    color: #343a40;
}
.ftds-color-eck{
    color:#005e89;
}
.ftds-color-info{
    color: #5c99b4;
}
.ftds-color-eee{
    color:#efefef;
}
.ftds-color-fe{
    color:#fefefe;
}
.ftds-color-item{
    color: #98f898;
}
.ftds-color-eck-btn{
    color: #007d9e;
}

/*--- ftds weight ---------*/
.ftds-weight{
    font-weight: bold;
}
.ftds-weight-600{
    font-weight: 600;
}
.ftds-weight-500{
    font-weight: 500;
}
.ftds-weight-400{
    font-weight: 400;
}


.ftds-head-title{
    position: relative;
}

.ftds-head-title:before{
    content: '';
    position: absolute;
    width: 150px;
    height: 2px;
    background-color: #f00;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.bg-primary *, .bg-secondary *, .bg-success *, .bg-danger *, .bg-dark *{
    color: #ffffff !important;
}

@media (max-width: 1380px){
}

@media (min-width: 1200px){
}

@media (max-width: 1200px){
}

@media (max-width: 800px){
}

@media (max-width: 480px){
}



