@charset "utf-8";

.title {text-align: center;}

#bo_cate {margin-bottom:80px}
#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 {
    height: 70px;
    background: #f5f5f5;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {color: #08285f}
#bo_cate #bo_cate_on {
    background: #08285f;
    color: #fff;
}

#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 .q-mark {
    font-size: 20px;
    color: #08285f;
    width: 65px;
}
#faq_wrap li h3 a {
    width: calc(100% - 80px);
    display: flex;
}
#faq_wrap li h3 .category {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    min-width: 100px;
}
#faq_wrap li h3 .subject {
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
}
#faq_wrap li h3 .tit_btn {
    position: relative;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
}
#faq_wrap li h3 .tit_btn span {
    width: 100%;
    height: 100%;
    display: block;
}
#faq_wrap li h3 .tit_btn span::before {
    content: "";
    background: #111;
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 7px;
    transition: all .2s;
}
#faq_wrap li h3 .tit_btn span::after {
    content: "";
    background: #111;
    width: 15px;
    height: 1px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    transition: all .2s;
}
#faq_wrap .faq_li_open .tit_btn span::before {width: 0;}

#faq_con .con_inner {
    display:none;
    padding: 30px 30px 50px;
    background: #f8f8f8;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

#faq_sch {margin-bottom: 80px;}
#faq_sch .search-bar {
    max-width: 800px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #111;
}
#faq_sch .frm_input {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    border: none !important;
    padding-right: 60px;
    box-shadow: none;
    font-size: 24px;
}
#faq_sch .frm_input::placeholder {color: rgba(0,0,0,0.2)}
#faq_sch .btn_submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #08285f;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    border-radius: 0;
}
#faq_sch .btn_submit b {
    font-size: 18px;
    color: #fff;
    padding-left: 8px;
}

@media all and (max-width: 767px) {
    #faq_sch {margin-bottom: 30px;}
    #faq_sch .search-bar {height: 50px;}
    #faq_sch .frm_input {
        font-size: 16px;
        padding: 0;
        padding-right: 50px;
    }
    #faq_sch .btn_submit {
        width: 65px;
        height: 36px;
    }
    #faq_sch .btn_submit img {width: 15px;}
    #faq_sch .btn_submit b {
        font-size: 15px;
        padding-left: 5px;
    }
    #bo_cate {margin-bottom: 30px;}
    #bo_cate a {
        font-size: 16px;
        height: 40px;
    }
    #faq_wrap li h3 {
        font-size: 16px;
        padding: 18px 15px;
    }
    #faq_wrap li h3 .q-mark {
        font-size: 16px;
        width: 30px;
    }
    #faq_wrap li h3 a {
        display: block;
        width: calc(100% - 45px);
        padding-right: 20px;
    }
    #faq_wrap li h3 .category {
        font-size: 14px;
        width: 100%;
    }
    #faq_wrap li h3 .subject {
        font-size: 16px;
        padding: 6px 0 0;
        display: block;
    }
    #faq_con .con_inner {
        padding: 15px;
        font-size: 16px;
    }
}