@charset "utf-8";

#bo_cate {margin-bottom:40px}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {
    display: flex;
    flex-wrap: wrap;
}
#bo_cate li {margin-right: 35px;}
#bo_cate a {
    font-size: 30px;
    color: rgba(0,0,0,0.3);
    transition: all .3s;
    font-weight: bold;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active,
#bo_cate #bo_cate_on {color: #111;}

#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: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    font-size: 18px;
    font-weight: bold;
}
#faq_wrap li h3 .category {
    width: 120px;
}
#faq_wrap li h3 .category > span {
    min-width: 70px;
    padding: 5px 20px;
    border-radius: 30px;
    background: #1b7ddf;
    color: #fff;
    font-size: 16px;
}
#faq_wrap li h3 .tit_btn {
    position: absolute;
    right: 20px;
    background: none;
    border: none;
}
#faq_wrap li h3 a {
    width: calc(100% - 120px);
    display: block;
    font-size: 20px;
}
#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: 50px;
    padding-left: 150px;
    background: #f6f8fc;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

#faq_sch {
    text-align: center;
    margin-bottom: 80px;
}
#faq_sch .title {margin-bottom: 60px;}
#faq_sch .title h2 {font-size: 50px;}
#faq_sch .search-bar {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    max-width: 800px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
#faq_sch .frm_input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    border: none !important;
    font-size: 18px;
    padding: 0 30px;
    padding-right: 60px;
}
#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 {margin-bottom: 30px;}
    #faq_sch .title {margin-bottom: 20px;}
    #faq_sch .title h2 {font-size: 24px;}
    #faq_sch .search-bar {height: 50px;}
    #faq_sch .frm_input {
        font-size: 16px;
        padding: 0 15px;
        padding-right: 50px;
    }
    #bo_cate {margin-bottom: 20px;}
    #bo_cate li {margin-right: 15px;}
    #bo_cate a {font-size: 18px;}
    #faq_wrap li h3 {
        font-size: 16px;
        padding: 18px 15px;
    }
    #faq_wrap li h3 .category {
        width: 100%;
        margin-bottom: 10px;
    }
    #faq_wrap li h3 .category > span {
        min-width: 50px;
        padding: 5px 15px;
        font-size: 14px;
    }
    #faq_wrap li h3 a {
        width: 100%;
        font-size: 16px;
    }
    #faq_wrap li h3 .tit_btn {
        position: absolute;
        top: 15px;
        right: 10px;
    }
    #faq_con .con_inner {
        padding: 15px;
        font-size: 16px;
    }
}