@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* T O P */

.qab_content {
    width: 96%;
    margin: auto;
    max-width: 1200px;
    position: relative;
    padding: 10vh 2% 24px 2%;
    z-index: 100;
}


/* T O P */


/* S L I D E */

.qa_desc {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: left;
    /*font-family: 'sarabun';
    font-size: 23px;*/
}

.qa_title {
    /*border: 1px solid #ddd; */
    padding: 13px 8% 13px 2.5%;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: 0.3s cubic-bezier(.17, .67, .83, .67);
    margin-top: 12px;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 67, 112, 0.9);
    z-index: 100;
}

.qa_arr:after {
    content: '\2b';
    font-family: fontawesome;
    float: right;
    color: rgba(159, 239, 164, 1);
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 12px;
}

.qa_arr.active:after {
    content: '\f068';
    color: rgb(255 255 255);
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 0px;
}

.qa_title.active {
    background-color: rgba(26, 157, 255, 1);
    color: rgb(255 255 255);
    font-weight: 500;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: default;
}

.desc {
    padding: 16px 2% 24px 2%;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px -6px 45px 8px;
    box-shadow: rgb(0 0 0 / 16%) 0px -6px 45px 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    z-index: 99;
    position: relative;
}

.desc.active {
    display: block;
}


/* S L I D E */


/* 1 */

.qa_container {
    width: 96%;
    height: auto;
    position: relative;
    padding: 96px 2% 96px 2%;
    z-index: 110;
}

.qa_content {
    width: 100%;
    margin: auto;
    max-width: 1200px;
    position: relative;
}

.qa_l {
    width: 26%;
    max-width: 420px;
    height: auto;
    float: left;
    text-align: right;
    padding: 32px 2%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 5px 0px;
    -webkit-backdrop-filter: saturate(340%) blur(20px);
    backdrop-filter: saturate(340%) blur(20px);
}

.qa_r {
    width: 70%;
    height: auto;
    float: right;
    padding: 32px 2%;
}

.qa_sect_bg {
    margin: auto;
    z-index: 1;
    position: fixed;
    top: 0%;
}

.qa_bg_fixed {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    filter: brightness(1);
}

.qa_sect_cont {
    width: 100%;
    height: auto;
    margin: 40px auto 0px auto;
    position: relative;
    background-color: rgba(245, 248, 252, 0);
}

.qa_h_title {
    font-size: 32px;
    line-height: 44px;
    color: rgba(36, 36, 36, 1);
    margin-bottom: 20px;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.qa_h_subtitle {
    font-size: 22px;
    line-height: 26px;
    color: rgba(83, 83, 83, 1);
    font-weight: 300;
    letter-spacing: 0.3px;
}

.qa_alink {
    color: rgba(0, 67, 112, 1)!important;
    -webkit-text-stroke-width: 0.8px;
    transition: all 0.3s;
}

.qa_alink:hover {
    color: rgba(106, 185, 111, 1)!important;
    -webkit-text-stroke-width: 0.8px;
    transition: all 0.3s;
}


/* 1 */


/* 2 */


/* 2 */

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .qa_l {
        width: 100%;
        padding: 32px 3%;
        text-align: left;
    }
    .qa_r {
        width: 100%;
    }
}

@media (max-width: 849.98px) {}

@media (max-width: 819.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 639.98px) {
    .qa_bg_fixed {
        filter: brightness(1.09);
    }
    .qa_l {
        width: 96%;
        max-width: unset;
        text-align: center;
        margin: auto;
        float: none;
    }
    .qa_r {
        width: 100%;
        margin-top: unset;
        margin-right: unset;
        text-align: center;
    }
    .qab_content {
        width: 96%;
        padding: 16vh 2% 120px 2%;
    }
    .desc {
        padding: 16px 4% 24px 4%;
    }
}