﻿.faqs-box{
    width: 100%;
    display: block;
    position: relative;
    min-height: calc(100vh - 90px);
    margin-top: 90px;
    box-sizing: border-box;
    padding: 170px 0;
}
.faqs-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.faqs-title-box{
    width: 100%;
    display: block;
    background-color: #fafafa;
}
.faqs-title-box .faqs-all-box{
    position: relative;
    top: -20px;
    box-sizing: border-box;
    padding-bottom: 40px;
}
.faqs-title{
    font-size: 36px;
    font-family: 'Noto Sans TC';
    color: #000;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-bottom: 50px;
}
.faqs-title-text{
    font-size: 18px;
    font-family: 'Noto Sans TC';
    color: #666;
    letter-spacing: 0.1em;
    line-height: 40px;
    margin-bottom: 40px;
}
.faqs-title-text p{
    font-weight: 300;
}

.faqs-tdx-box{
    width: 100%;
    display: block;
    margin-top: 80px;
}
.faqs-tdx-box .faqs-title-text a{
    color: #104a7b;
    position: relative;
}
.faqs-tdx-box .faqs-title-text a>i{
    margin-left: 5px;
    transform: scale(0.8);
}
.faqs-tdx-box .faqs-title-text a::after{
    content: "";
    width: 0%;
    height: 1px;
    background-color: #104a7b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s linear;
}
.faqs-tdx-box .faqs-title-text a:hover::after{
    width: 100%;
}
.faqs-tdx-box .faqs-title-text p{
    margin-top: 15px;
}
.faqs-tdx-box .faqs-title-text span{
    display: block;
}


.faqs-info-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 140px;
}
.faqs-info-title{
    font-size: 36px;
    font-family: 'Roboto';
    color: #000;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
}
.faqs-info{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
}
.faqs-info-q-en{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    color: #000;
}
.faqs-info-q-text{
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1em;
    line-height: 1.6;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 12px;
}
.faqs-info-a-box{
    margin-top: 50px;
}
.faqs-info-a-en{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    background-color: #104a7b;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto';
    color: #fff;
}
.faqs-info-a-text{
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #666;
    letter-spacing: 0.1em;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 5px;
}

.faqs-info-dashed-box{
    width: 100%;
    height: 1px;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
.faqs-info-dashed-box::after{
    content: '';
    width: 100%;
    height: 0;
    display: block;
    border-bottom: 4px dashed #d1d1d1;
    box-sizing: border-box;
}


.faqs-table-box{
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 0;
}
.faqs-table-info-box{
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.faqs-table-info-box:first-child{
    margin-top: 0;
}
.faqs-table-q-info,
.faqs-table-a-info{
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #000;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    position: relative;
}
.faqs-table-q-info{
    background-color: rgba(16, 75, 123, 0.1);
}
.faqs-table-a-info{
    margin-left: 38px;
}
/* .faqs-table-q-info::before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-left: 20px solid #e7edf2;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: -18px;
    pointer-events: none;
}
.faqs-table-q-info::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-left: 20px solid #d1d1d1;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 15px;
    right: -20px;
    pointer-events: none;
} */
.faqs-table-a-info::before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: -18px;
    pointer-events: none;
}
.faqs-table-a-info::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid transparent;
    border-right: 20px solid #d1d1d1;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 15px;
    left: -20px;
    pointer-events: none;
}


@media only screen and (max-width: 1200px){
    .faqs-all-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .faqs-box{
        min-height: calc(100vh - 63px);
        margin-top: 63px;
        padding: 80px 0;
    }
    .faqs-all-box{
        width: 750px;
    }
    .faqs-info-box{
        padding-top: 80px;
    }
}
@media only screen and (max-width: 768px){
    .faqs-box{
        padding: 40px 0;
    }
    .faqs-all-box{
        width: 550px;
    }
    .faqs-info-box{
        padding-top: 40px;
    }
    .faqs-title{
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .faqs-title-box .faqs-all-box{
        top: -15px;
        padding-bottom: 20px;
    }
    .faqs-title-text{
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .faqs-info{
        padding: 30px 0;
    }
    .faqs-info-a-box{
        margin-top: 30px;
    }
    .faqs-info-title{
        font-size: 28px;
        line-height: 34px;
    }
    .faqs-info-q-en{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .faqs-info-q-text {
        width: calc(100% - 40px);
        font-size: 16px;
        margin-top: 9px;
    }
    .faqs-info-a-en{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .faqs-info-a-text {
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 34px;
    }
}
@media only screen and (max-width: 550px){
    .faqs-box{
        min-height: calc(100vh - 47px);
        margin-top: 47px;
        padding: 20px 0;
        padding-top: 0;
    }
    .faqs-all-box{
        width: 95%;
    }
    .faqs-info-box{
        padding-top: 20px;
    }
    .faqs-title{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .faqs-title-box .faqs-all-box{
        top: 0;
        padding: 20px 0;
    }
    .faqs-title-text{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .faqs-info{
        padding: 10px 0;
    }
    .faqs-info-a-box{
        margin-top: 10px;
    }
    .faqs-info-title{
        font-size: 18px;
        line-height: 26px;
    }
    .faqs-info-q-en{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .faqs-info-q-text {
        width: calc(100% - 30px);
        font-size: 14px;
        margin-top: 6px;
        padding-left: 20px;
    }
    .faqs-info-a-en{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .faqs-info-a-text {
        width: calc(100% - 30px);
        font-size: 14px;
        line-height: 26px;
        padding-left: 20px;
    }

    .faqs-table-info-box{
        margin-top: 40px;
    }
    .faqs-table-q-info, 
    .faqs-table-a-info{
        width: 100%;
        font-size: 14px;
    } 
    .faqs-table-a-info{
        margin-left: 0;
        margin-top: 30px;
    }
    /* .faqs-table-q-info::before{
        border: none;
        border-right: 8px solid transparent;
        border-top: 14px solid #e7edf2;
        border-left: 8px solid transparent;
        top: calc(100% - 2px);
        right: 80%;
    }
    .faqs-table-q-info::after{
        border: none;
        border-right: 8px solid transparent;
        border-top: 14px solid #d1d1d1;
        border-left: 8px solid transparent;
        top: 100%;
        right: 80%;
    } */
    .faqs-table-a-info::before{
        border: none;
        border-right: 8px solid transparent;
        border-bottom: 14px solid #fff;
        border-left: 8px solid transparent;
        top: -12px;
        left: 80%;
    }
    .faqs-table-a-info::after{
        border: none;
        border-right: 8px solid transparent;
        border-bottom: 14px solid #d1d1d1;
        border-left: 8px solid transparent;
        top: -14px;
        left: 80%;
    }
}



/*animation*/
/*<-------------動畫------------->*/
@media only screen and (min-width: 1001px){
    .faqs-title,
    .faqs-info-title{
        opacity: 0;
    }
    .faqs-title.anima,
    .faqs-info-title.anima{
        animation: fadeInDown 1s ease 0s 1 both;
    }
    .faqs-title-text{
        animation: fadeInUp 1s ease 0s 1 both;
    }
    .faqs-all-box>img{
        animation: fade 1s ease 0.45s 1 both;
    }
    .faqs-info.anima{
        animation: fadeInUp 1s ease 0s 1 both;
    }
}

