@charset "utf-8";

#bo_cate {margin-bottom:20px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {
    display: flex;
    flex-wrap: wrap;
}
#bo_cate li {
    display: flex;
    align-items: center;
}
#bo_cate li::after {
    content: "";
    background: rgba(0,0,0,0.1);
    width: 1px;
    height: 12px;
    display: inline-block;
    margin: 0 20px;
}
#bo_cate li:last-child::after {content: none;}
#bo_cate a {
    font-size: 16px;
    color: #333;
    transition: all .3s;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active,
#bo_cate #bo_cate_on {font-weight: bold;}

#faq_wrap {border-top: 2px solid #111;}
#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 {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
#faq_wrap li h3 {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    font-size: 16px;
}
#faq_wrap li h3 .category {
    width: 150px;
    padding-right: 10px;
}
#faq_wrap li h3 .tit_btn {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
}
#faq_wrap li h3 a {
    width: calc(100% - 150px);
    display: block;
    font-weight: 500;
}
#faq_wrap li h3 .tit_btn img {transition: all 0.3s}
#faq_wrap li h3.faq_li_open .tit_btn img {transform: rotate(-180deg);}

#faq_con .con_inner {
    display:none;
    padding: 30px 30px 50px;
    background: #efeae4;
    font-size: 16px;
    line-height: 1.5;
}

#faq_sch {
    background: #efeae4;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
}
#faq_sch .search-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
#faq_sch .search-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}
#faq_sch .sch_bar {
    max-width: 600px;
    width: 100%;
    position: relative;
}
#faq_sch .frm_input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    background: #fff;
    padding: 0 20px;
    border: none;
    font-size: 16px;
}
#faq_sch .btn_submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: none;
    border: none;
}

@media all and (max-width: 767px) {
    #faq_sch {
        padding: 15px;
        margin-bottom: 20px;
    }
    #faq_sch .search-box h3 {display: none;}
    #faq_sch .sch_bar {max-width: none;}
    #faq_sch .frm_input {font-size: 15px;}
    #bo_cate li {margin-bottom: 5px;}
    #bo_cate li::after {
        height: 10px;
        margin: 0 12px;
    }
    #bo_cate a {font-size: 15px;}
    #faq_wrap li h3 {
        font-size: 15px;
        padding: 15px 10px;
    }
    #faq_wrap li h3 .category {
        width: 100%;
        padding: 0 0 10px;
    }
    #faq_wrap li h3 a {width: 100%;}
    #faq_wrap li h3 .tit_btn {
        position: absolute;
        top: 15px;
        right: 10px;
    }
    #faq_con .con_inner {
        padding: 20px;
        font-size: 15px;
    }
}