@charset "utf-8";

.faq-category .div-tab { margin-bottom:15px; }
.faq-category .dropdown { margin-bottom:15px; }
.faq-img img, .faq-html img, .faq-content img { width:auto; max-width:100%; border:0; }

.list_total {
    font-size: 15px;
    margin-bottom: 15px;
}

.faq-content {border-top: 1px solid #aaa;}
.faq-content #faq_accordion .panel-heading a {
    border-top: 1px solid #eee;
    color: #444;
    font-size: 0;
    padding: 18px;
    position: relative;
}
.faq-content #faq_accordion .panel:first-child .panel-heading a {border-top: none;}
.faq-content #faq_accordion .panel-heading a::after {
    content: "";
    background-image: url("/img/custom/arrow_select.svg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 18px;
    top: 25px;
    transition: all 0.3s;
}
.faq-content #faq_accordion .panel-heading a.active::after {transform: rotate(-180deg)}
.faq-content #faq_accordion .panel-heading a span {
    font-size: 15px;
    color: #0d51a0;
    width: 25px;
    display: inline-block;
    vertical-align: top;
}
.faq-content #faq_accordion .panel-heading a b {
    font-size: 15px;
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: top;
    padding-right: 80px;
}
.faq-content #faq_accordion .panel-heading a.active {
    border-bottom: 1px solid #eee !important;
    background: #f9f9f9;
}
.faq-content #faq_accordion .panel-body {
    padding: 18px;
    background: #f9f9f9;
}
.faq-content #faq_accordion .panel-body span {
    font-size: 15px;
    color: #bc0000;
    width: 25px;
    display: inline-block;
    vertical-align: top;
}
.faq-content #faq_accordion .panel-body b {
    font-size: 15px;
    width: calc(100% - 25px);
    display: inline-block;
    vertical-align: top;
}
.faq-content #faq_accordion .panel-body p { padding:0; margin:0; }
.faq-none { padding:50px 0; }


.faq-box .search_box {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    max-width: 450px;
    margin: 0 auto;
    font-size: 0;
}
.faq-box .search_box .form-group {
    display: inline-block;
    vertical-align: middle;
}
.faq-box .search_box .select_group {
    width: 120px;
    position: relative;
}
.faq-box .search_box .select_group::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
}
.faq-box .search_box .select_group select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    background-image: url("/img/custom/arrow_select.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 10px 6px;
}
.faq-box .search_box .select_group select::-ms-expand{display:none;/*for IE10,11*/}

.faq-box .search_box .input_group {width: calc(100% - 160px);}
.faq-box .search_box .button_group {
    width: 40px;
    margin-top: -3px;
}
.faq-box .search_box .form-control {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
}
.faq-box .search_box .button_group button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #555;
}

@media all and (max-width: 767px) {
    .list_total {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .faq-content #faq_accordion .panel-heading a {padding: 20px 10px;}
    .faq-content #faq_accordion .panel-heading a::after {right: 12px;}
    .faq-content #faq_accordion .panel-body {padding: 20px 10px;}
    .faq-box .search_box .select_group {width: 100px;}
    .faq-box .search_box .input_group {width: calc(100% - 140px)}
    .faq-box .search_box .button_group {width: 40px;}
    .faq-box .search_box .form-control {font-size: 12px;}
}