.lbanner_text {
    display: none;
}

.faq_main .rec_desc {
    margin-top: 0;
}

.faq_main_list {
    margin-top: 40px;
}

.faq_main_div {
    padding: 20px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.faq_main_title {
    justify-content: space-between;
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}

.faq_main_title b {
    margin-left: 20px;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    display: block;
    background: url('img/faq_icon1.png') no-repeat;
    background-size: 100% 100%;
}

.faq_main_desc {
    font-family: Roboto-Light;
    font-weight: 300;
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
    padding: 0 15px;
    display: none;
}

.faq_main_div_active .faq_main_desc {
    display: block;
}

.faq_main_div_active b {
    width: 14px;
    height: 1px;
    background: url('img/faq_icon2.png') no-repeat;
    background-size: 100% 100%;
}

.big_title2 {
    margin-top: 5%;
}