@charset "utf-8";

.faq-head {margin-bottom:45px;}
.faq-head h3 {font-size:32px;font-weight:500;}
.faq_cate_head {padding:15px 15px;}
.faq_cate_head h4 {font-size:18px;}

/* 분류 */
.cate-wrap {margin-bottom:45px;}
.cate-wrap .cate-ul {height:60px;border:1px solid #cad1db;display:flex;align-items:center;border-radius:10px;}
.cate-wrap .cate-ul li {position:relative;flex:1;display:flex;justify-content:center;}
.cate-wrap .cate-ul li:before {content:"";position:absolute;top:calc(50% - 10px);left:0;width:1px;height:20px;background:#ccc;}
.cate-wrap .cate-ul li:first-child:before {display:none;}
.cate-wrap .cate-ul li a {font-size:18px;}
.cate-wrap .cate-ul li a#bo_cate_on {font-weight:600;}

#bo_cate {margin-bottom:28px}
#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:28px;padding:5px 15px;border-radius:30px;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 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}

#faq_wrap {margin:10px 0 30px}
#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:50px;line-height:30px;padding:15px;padding-left:90px;position:relative;font-size:20px;font-weight:500;}
#faq_wrap li h3 .tit_btn {position:absolute;right:15px;top:15px;border:0;width:30px;height:30px;background:#fff;color:#c5cdd8;font-size:1.2em}
#faq_wrap li h3 .tit_btn:before {content:"";position:absolute;top:calc(50% - 6px);right:15px;width:2px;height:12px;background:#222;transition:all .15s;}
#faq_wrap li h3 .tit_btn:after {content:"";position:absolute;top:calc(50% - 1px);right:10px;width:12px;height:2px;background:#222;}
#faq_wrap li h3.faq_li_open .tit_btn:before {transform:rotate(90deg)}
#faq_wrap li h3 .tit_bg {display:inline-block;position:absolute;top:15px;left:10px;text-align:center;background:transparent;color:#999;border-radius:50%;width:30px;line-height:30px;height:30px;font-weight:700;}
#faq_wrap li h3.faq_li_open a {}

#faq_con .con_inner {position:relative;display:none;padding:20px 15px 20px 90px;background:#f9fafc;font-size:18px;font-weight:400;border-radius:10px;margin-bottom:10px;line-height:1.7;}
#faq_con .con_inner .tit_bg {display:inline-block;position:absolute;top:20px;left:10px;text-align:center;background:#63b6ea;color:#fff;border-radius:50%;width:30px;line-height:30px;height:30px;font-weight:400;}
#faq_con .con_inner .closer_btn {position:absolute;right:15px;top:15px;border:0;width:30px;height:30px;background:#fff;color:#3a8afd;font-size:1.2em}

#faq_sch {background:#f7f7f7;padding:30px;text-align:center;margin:0 0 10px}
#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:300px;height:45px;border-radius:0;border-radius:3px}
#faq_sch .btn_submit {padding:0 10px;height:45px;width:88px;font-size:1.083em;font-weight:bold;color:#fff;background:#434a54}
