/* <=== vhfaqquepg ===> */
.vhfaqquepg .fapadd{
    padding: 50px 0 100px;
}
.tpfaqquemm .mmitem{
    margin-bottom: 70px;
}
.tpfaqquemm .mmitem:last-child{
    margin-bottom: 0;
}
.tpfaqquemm .mmtitle{
    text-align: center;
    margin-bottom: 20px;
}
.tpfaqquemm .mmtitle, .tpfaqquemm .mmtitle h2, .tpfaqquemm .mmtitle h3{
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
}
.tpfaqquemm .mmcapts{
    color: #969696;
    font-size: 16px;
    line-height: 25px;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
}
.tpfaqquemm .mmwrap{
    max-width: 1070px;
    margin: 0 auto;
}
.itfaqquemm{
    margin-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 12px;
}
.itfaqquemm:last-child{
    margin-bottom: 0;
}
.itfaqquemm .mctitle{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    padding-right: 45px;
    cursor: pointer;
}
.itfaqquemm .mctitle::before{
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    font-size: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itfaqquemm.active .mctitle::before{
    transform: translate(0, -50%) rotate(180deg);
}
.itfaqquemm .mcconts{
    padding-top: 10px;
    display: none;
    color: #5c5c62;
    font-size: 16px;
    line-height: 25px;
    padding-right: 70px;
}
/* <=== vhfaqquepg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhfaqquepg ===> */
    .vhfaqquepg .fapadd{
        padding: 45px 0 75px;
    }
    .tpfaqquemm .mmtitle{
        margin-bottom: 10px;
    }
    .tpfaqquemm .mmtitle, .tpfaqquemm .mmtitle h2, .tpfaqquemm .mmtitle h3{
        font-size: 26px;
        line-height: 35px;
    }
    .tpfaqquemm .mmcapts{
        font-size: 15px;
        margin-bottom: 30px;
    }
    .itfaqquemm{
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .itfaqquemm .mctitle{
        font-size: 18px;
        line-height: 30px;
    }
    .tpfaqquemm .mmitem{
        margin-bottom: 45px;
    }
    .itfaqquemm .mcconts{
        font-size: 14px;
        line-height: 25px;
        padding-right: 35px;
    }
    /* <=== vhfaqquepg ===> */
}
@media all and (max-width: 767px){
    
}