/* 
    Created on : 2025年7月21日, 下午4:25:14
    Author     : Shine
*/
/* Noto Sans TC (Chinese Traditional) 黑體字體（思源黑體）*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ftds-main *:not(.fa):not(.fas){
    font-family:"Noto Sans TC", '微軟正黑體', sans-serif !important;
    /*font-size: 16px;*/
    letter-spacing: 1px;
}
.content-header-inner .down-arrow{
    display: none;
}

.ftds-qa-header{
    margin-bottom: 6rem;
    text-align: center;
}

.ftds-qa-header .qa-stap{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #e1e1e1;
    border-radius: 99em;
    margin: 0 10px;
}

.ftds-qa-header .qa-stap.mark{
    width: 30px;
    height: 30px;
    /*background-color: #00964e;*/
    /*color: #fff;*/
    font-weight: 600;
    /*font-size: 14px;*/
    color: #fff;
    text-align: center;
}

.qa-item{
    margin-bottom: 3rem;
    display: none;
}

.qa-item.active{
    display: block;
}

.qa-item .question{
    font-size: 22px;
    color: #00964e;
    margin-bottom: 2rem;
}

ul.answers{
    padding: 0;
}

#ftds-qa-manage ul{
    list-style: none;
}

#ftds-qa-manage ul li .form-check{
    font-size: 18px;
    /*margin-bottom: 1rem;*/
    height: 100%;
    line-height: 50px;
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2em;
    margin-bottom: .125rem;
}

#ftds-qa-manage ul li .form-check input{
    position: absolute;
    top: 25%;
}

.form-check i::before{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    min-width: 20px;
    text-align: center;
}

.form-check-input:checked {
    background-color: #212121;
    border-color: #212121;
}

/** QA Right Block **/
#ftds-qa-background{
    color: #fff;
    background-position: center;
    background-size: cover;
    min-height: 480px;
    text-align: center;
}

.ftds-qa-callback{
    position: relative;
    background-position: center;
    background-size: cover;
    height: 200px;
    text-align: center;
    opacity: 0;
}

.ftds-qa-right-head{
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 ;
    text-shadow:2px 3px 5px #2d2d2d;
/*    text-shadow: 
        0 1px #16052e, 
        1px 0 #16052e, 
        -1px 0 #16052e, 
        0 -1px #16052e;*/
/*    text-shadow: -1px 0 #16052e, 0 1px #16052e,
        1px 0 #16052e, 0 -1px #16052e;*/
    letter-spacing:0.05em;
}

.ftds-qa-callback span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    font-weight: 600;
    font-size: 22px;
    opacity: 0;
}

.ftds-qa-next{
    opacity: 0;
}

.ftds-qa-next button.btn-next{
    min-width: 180px;
    color: #ffffff;
    background-color: #fd7e14;
    border: 2px #ffffff solid;
    /*box-shadow: 0 0 3px #ffffff;*/
}

.ftds-qa-next button.btn-next:hover{
    background-color: #dc3545;
}

.modal button.btn-next{
    min-width: 180px;
    color: #ffffff;
    background-color: #fd7e14;
    border: 1px #fd7e14 solid;
    /*box-shadow: 0 0 3px #ffffff;*/
}

.modal button.btn-next:hover{
    background-color: #dc3545;
    border: 1px #dc3545 solid;
}

span.ftds-qa-true{
    color: #28a745;
}

span.ftds-qa-false{
    color: #dc3545;
}

.modal *{
    font-family:"Noto Sans TC", '微軟正黑體', sans-serif !important;
    letter-spacing: 2px;
}

.modal-header{
    text-align: center;
    padding: 10px;
    display: block;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400;
    /*  position: absolute;
      left: 50%;
      transform: translateX(-50%);*/
}

.qa-end{
    line-height: 35px;
    font-size: 20px;
}

.qa-end span{
    padding: 0 20px;
}

#qa-replay, #qa-home{
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
}

@media only screen and (max-width:560px){
    .ftds-qa-header{
        margin-bottom: 2rem;
    }

    .bg-success, .bg-danger{
        color: #fff;
    }

    #ftds-qa-manage ul li .form-check {
        font-size: 16px;
        line-height: 40px;
    }

}

