﻿@charset "utf-8";

#bo_cate {
    margin-bottom: 1.75rem
}

#bo_cate h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#bo_cate ul {
    zoom: 1
}

#bo_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#bo_cate li {
    display: inline-block;
    padding: 2px
}

#bo_cate a {
    display: block;
    line-height: 1.75rem;
    padding: 0.3125rem 0.9375rem;
    border-radius: 1.875rem;
    border: 1px solid #d6e9ff;
    color: #6794d3
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
    text-decoration: none;
    background: #3a8afd;
    color: #fff
}

#bo_cate #bo_cate_on {
    z-index: 2;
    background: #3a8afd;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3a8afd;
    -webkit-box-shadow: inset 0 2px 0.3125rem rgb(33, 135, 202);
    -moz-box-shadow: inset 0 2px 0.3125rem rgb(33, 135, 202);
    box-shadow: inset 0 2px 0.3125rem rgb(33, 135, 202)
}

#faq_wrap {
    margin: 0.625rem 0 1.875rem
}

#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 #ececec;
    background: #fff;
    position: relative
}

#faq_wrap li:first-child {
    border-top: 1px solid #ececec
}

#faq_wrap li h3 {
    min-height: 3.125rem;
    line-height: 1.875rem;
    padding: 0.9375rem;
    padding-left: 3.125rem;
    position: relative
}

#faq_wrap li h3 .tit_btn {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    border: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    color: #c5cdd8;
    font-size: 1.2em
}

#faq_wrap li h3 .tit_bg {
    display: inline-block;
    position: absolute;
    top: 0.9375rem;
    left: 0.9375rem;
    text-align: center;
    color: #000;
    font-size: 1.6em
}

#faq_wrap li h3.faq_li_open a {
    color: #3a8afd
}

#faq_con .con_inner {
    display: none;
    padding: 0.3125rem 0.3125rem 1.25rem 3.125rem
}

#faq_con .con_inner .tit_bg {
    display: inline-block;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    text-align: center;
    background: #777;
    color: #fff;
    border-radius: 50%;
    width: 1.875rem;
    line-height: 1.875rem;
    height: 1.875rem
}

#faq_con .con_inner .closer_btn {
    position: absolute;
    right: 0.9375rem;
    top: 0.9375rem;
    border: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    color: #3a8afd;
    font-size: 1.2em
}

#faq_sch {
    background: #f7f7f7;
    padding: 1.875rem;
    text-align: center;
    margin: 0 0 0.625rem
}

#faq_sch .sch_tit {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#faq_sch .frm_input {
    border: 1px solid #d0d3db;
    width: 18.75rem;
    height: 2.8125rem;
    border-radius: 0;
    border-radius: 0.1875rem
}

#faq_sch .btn_submit {
    padding: 0 0.625rem;
    height: 2.8125rem;
    width: 5.5rem;
    font-size: 1.083em;
    font-weight: bold;
    color: #fff;
    background: #434a54
}

/* ---------------------------------------------------- */
/* custom : sir.kr 및 비즈하우스 UI 커스텀 (FAQ 스킨)      */
/* ---------------------------------------------------- */

#bo_cate a {
    border: 1px solid #e5e7eb !important;
    color: #6b7280 !important;
    border-radius: 1.25rem !important;
    transition: all 0.15s;
}

#bo_cate a:hover,
#bo_cate a:focus,
#bo_cate #bo_cate_on {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
    box-shadow: none !important;
}

#faq_wrap li {
    border-color: #e5e7eb !important;
    border-radius: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    transition: box-shadow 0.15s;
}

#faq_wrap li:first-child {
    border-top: 1px solid #e5e7eb !important;
}

#faq_wrap li:hover {
    box-shadow: 0 2px 0.5rem rgba(0, 0, 0, 0.06);
}

#faq_wrap li h3.faq_li_open a {
    color: #2563eb !important;
}

#faq_con .con_inner .tit_bg {
    background: #2563eb !important;
}

#faq_sch {
    background: #f9fafb !important;
    border-radius: 0.75rem !important;
    border: 1px solid #e5e7eb;
}

#faq_sch .frm_input {
    border: 1px solid #e5e7eb !important;
    border-radius: 0.5rem !important;
}

#faq_sch .frm_input:focus {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 0.1875rem rgba(37, 99, 235, 0.1) !important;
}

#faq_sch .btn_submit {
    background: #2563eb !important;
    border-radius: 0.5rem !important;
}
