.box-guide {
    background-color: #fff;
    padding: 13px 20px 12px;
    border-bottom: 1px solid #eaeef1;
}

.style-icons-font.sty-normal {
    color: #083f88;
    display: inline-block;
    margin-right: 3px;
    font-size: 22px;
    line-height: 1;
}

.box-guide .lb_guide {
    font-size: 17px;
    font-weight: 700;
}

.box-guide .lb_text_guide {
    color: #444;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: normal;
}

.box-star {
    background-color: #fff;
    padding: 20px;
}

.button-help.active {
    color: #fff;
    background-color: #3371e3;
}

.button-help {
    border: 1px solid #ddd;
    height: 65px;
    margin-bottom: 5%;
    width: 100%;
    color: #aaa;
}

.button-help .fas {
    position: absolute;
    padding-left: 8%;
    line-height: 63px;
    font-size: 40px;
}

.label-button {
    display: inline-block;
    font-size: 20px;
    line-height: 63px;
    padding-left: 30%;
    font-weight: normal;
}

.block-page-faq .title {
    padding-bottom: 0;
}

#main_detail .bottomline {
    width: 100%;
}

#main_detail .sizeText {
    font-size: 30px;
    font-weight: 700;
}

.block-page-faq .title h3 {
    margin: 0;
}

#main_detail .setColor {
    color: #023F88;
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.block-page-faq .lb_group {
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.block-page-faq .bx_detail {
    width: 100%;
    display: block;
    padding-top: 10px;
}

.faq-list {
    margin-bottom: 10px;
    clear: left;
}

.block-page-faq .faq-list .question {
    font-weight: 700;
    position: relative;
}

.block-page-faq .faq-list .bullet {
    color: #ed9327;
    font-size: 20px;
    position: absolute;
    line-height: 20px;
}

.block-page-faq .faq-list .hovUnder {
    padding-left: 20px;
    z-index: 1;
    position: relative;
    display: inline-block;
    color: #333;
    cursor: pointer;
}

.block-page-faq .lb_group span {
    font-size: 17px;
    color: #333;
}

.font-w-normal {
    font-weight: normal;
}

.hovUnder:hover {
    text-decoration: underline;
}

.faq-detail {
    display: block;
    position: relative;
    width: 100%;
}

.block-page-faq .faq-detail {
    display: none;
}

.block-page-faq .faq-detail .faq-inner {
    display: inline-block;
    padding-left: 20px;
    padding-top: 4px;
    width: 100%;
}

.wrapAns {
    border: 25px solid #f0f0f0;
    border-radius: 5px;
    background-color: #f0f0f0;
    line-height: 1.5;
}

.arrowwrap {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
    margin-left: 10px;
}

video:focus {
    outline: none;
}

@media (min-width: 767px) {
    #main_detail {
        display: block !important;
        padding-left: 35px;
    }
}

@media (max-width: 575.98px) {
    .wrapAns {
        border: 5px solid #f0f0f0;
        border-radius: 5px;
        background-color: #f0f0f0;
        line-height: 1.5;
    }
}