@charset "utf-8";

#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 {color:#fff; background-color:#2a2a2a;}
#bo_cate #bo_cate_on {color:#fff;background-color:#2a2a2a;
/*font-weight:bold;border:1px solid #3a8afd; z-index:2;background:#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:50px;position:relative}*/
#faq_wrap li h3 .tit_btn {display:none;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_bg {display:inline-block;position:absolute;top:15px;left:15px;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:5px 5px 20px 50px}
#faq_con .con_inner .tit_bg {display:inline-block;position:absolute;top:10px;left:10px;text-align:center;background:#777;color:#fff;border-radius:50%;width:30px;line-height:30px;height:30px}
#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}

.faq_wr {padding:200px 0 80px;}
.faq_tit_wr .tit {font-size: 50px; word-break: keep-all; padding-bottom:50px;}
#bo_cate a {font-size:16px; display:inline-block; /*padding-right:15px;*/ margin-right:20px; position:relative;     padding: 10px 20px 7px; border-radius: 20px;    border: 1px solid #2a2a2a;}
#bo_cate li:last-child a {margin-right:0;}
/*#bo_cate a:after {content:""; position:absolute; height:60%; width:1px; background-color:#2a2a2a; right:0; top:50%; transform:translateY(-50%);} */
/*#bo_cate li:last-child a:after {display:none;}*/
#faq_wrap li h3 {padding: 20px 0;
    padding-left: 80px;
    position: relative; font-family: 'AppleSDGothicNeoR','Noto Sans KR', dotum, sans-serif;}
#faq_wrap li {
    border-bottom: 1px solid #ececec;
    color: #fff;}

#faq_wrap li h3 a {cursor: pointer; font-size: 24px;
	text-overflow:ellipsis;
overflow:hidden;
display: -webkit-box;
            -webkit-line-clamp:1; 
            -webkit-box-orient: vertical;

}
#faq_con .con_inner {
    padding: 20px 30px;
    border-top: 1px solid rgba(255,255,255,.3);
    color: #2a2a2a;
	    font-size: 16px;
    font-family: 'AppleSDGothicNeoR','Noto Sans KR', dotum, sans-serif;
    word-break: keep-all;
	
	}
#faq_wrap li h3:before {
    content: "";
    left:20px;
    right: auto;
    font-size: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    width:20px;
    height: 2px;
    background: #080809;
}

#faq_wrap li h3:after {
    content: '';
    position: absolute;
    width:20px;
    height: 2px;
    background: #080809;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left:20px;
    top: 50%;
    -webkit-transform: translateY(-50%),rotate(90deg);
    -ms-transform: translateY(-50%),rotate(90deg);
    transform: translateY(-50%),rotate(90deg);
    margin-top: -1px;
    -webkit-transition: transform .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
}



@media screen and (max-width:1280px) {
	.faq_tit_wr .tit {font-size:46px;}
	#bo_cate a {padding: 10px 15px 7px; margin-right:10px;}
}
@media screen and (max-width:1024px) {
	.faq_tit_wr .tit {font-size:42px;}
	#faq_wrap li h3 a {font-size: 20px;}
	#faq_wrap li h3 {padding-left: 70px;}
	#faq_con .con_inner {font-size: 14px;}
	#bo_cate .swiper-slide {border-radius: 20px; border: 1px solid #2a2a2a; text-align: center;}
	#bo_cate .swiper-slide:focus,#bo_cate .swiper-slide:hover, #bo_cate .swiper-slide:active {background-color:#2a2a2a;} 
	#bo_cate a {font-size:14px; border:none; padding:10px 0 7px; margin:0;}
	#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {color:#fff; background-color:transparent;}
	#bo_cate #bo_cate_on {color:#fff;background-color:#2a2a2a;width: 100%;}

	.swiper-container-cate {overflow:initial;}
}

@media screen and (max-width:768px) {
	.faq_tit_wr .tit {font-size:34px;}
	.faq_wr {padding: 150px 0 80px;}
	#faq_wrap li h3 a {font-size:18px;}
	#faq_wrap li h3 {padding: 15px 0; padding-left: 60px;}
	#faq_con .con_inner {padding: 20px;}
}

@media screen and (max-width:570px) {
	.faq_tit_wr .tit {font-size:30px;}
}

@media screen and (max-width: 480px) {
	.faq_tit_wr .tit {font-size:5.8vw; padding-bottom: 30px;}
	.faq_wr {padding:130px 0 50px;}
	#faq_wrap li h3 a {font-size:3.8vw;}
	#faq_con .con_inner {font-size: 3vw;}
	#faq_con .con_inner {padding: 15px;}

	#bo_cate a {font-size:3vw;}
	#bo_cate { margin-bottom: 20px;}
}
@media screen and (max-width:320px) {
	.faq_wr {padding:100px 0 50px;}
}