@charset "utf-8";

.title {margin-bottom: 80px;}
#bo_cate {margin-bottom:50px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {display: flex;}
#bo_cate li {flex: 1;}
#bo_cate a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #428eea;
    border-radius: 10px 10px 0 0;
    background: transparent;
    transition: all .3s;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {color: #428eea;}
#bo_cate #bo_cate_on {
    color: #428eea;
    border: 2px solid #428eea;
    border-bottom: none;
}

#faq_hhtml {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 50px;
}
#faq_hhtml .video-wrap {
    max-width: 700px;
    margin: 0 auto;
}

#faq_wrap h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.faq_admin {text-align:right}
#faq_wrap ol {margin:0;padding:0;list-style:none}
#faq_wrap li {border-bottom:1px solid rgba(0,0,0,0.1);background:#fff;position:relative}
#faq_wrap li:first-child {border-top:2px solid #111}
#faq_wrap li h3 {
    position: relative;
    display: flex;
    align-items: start;
    font-weight: 600;
    cursor: pointer;
    padding: 36px 30px;
}
#faq_wrap li h3 .category {
    font-size: 16px;
    background: #428eea;
    padding: 3px 15px 4px;
    border-radius: 50px;
    color: #fff;
    min-width: fit-content;
}
#faq_wrap li h3 a {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 50px;
}
#faq_wrap li h3 .arrow {
    position: absolute;
    top: 39px;
    right: 30px;
}
#faq_wrap li h3 .arrow img {
    width: 14px;
    transition: all .3s;
}
#faq_wrap li h3.faq_li_open .arrow img {transform: rotate(-180deg)}

#faq_con .con_inner {display:none;}
#faq_con .con_inner .inner {
    background: #f6f8fc;
    padding: 30px;
    min-height: 150px;
    font-size: 18px;
}
@media all and (max-width: 767px) {
    .title {margin-bottom: 30px;}
    #bo_cate {margin-bottom: 20px;}
    #bo_cate ul {
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    #bo_cate li {
        flex: none;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #bo_cate a {
        font-size: 15px;
        display: inline-block;
        padding: 7px 8px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    #bo_cate #bo_cate_on {
        border: 1px solid #428eea;
        background: #428eea;
        color: #fff;
    }
    #faq_hhtml {
        padding: 20px;
        margin-bottom: 20px;
    }
    #faq_wrap li h3 {
        padding: 15px 10px;
        flex-wrap: wrap;
    }
    #faq_wrap li h3 .category {font-size: 14px;}
    #faq_wrap li h3 a {
        font-size: 16px;
        width: 100%;
        padding: 10px 0 0;
    }
    #faq_wrap li h3 .arrow {
        top: 15px;
        right: 10px;
    }
    #faq_con .con_inner .inner {
        padding: 20px;
        font-size: 16px;
        min-height: auto;
    }
}