@charset "utf-8";

/*****************************************
공통
*****************************************/
/* 타이틀 링크 */
#faq_list a{color:#fff;}
#faq_list a:hover{color:#0c79ce;}

/* 목록 */
#faq_list{clear: both;}
#faq_list .list_cont{width: 100%; border-top: 2px solid #111; overflow:hidden;}
	#faq_list .list_cont > li{
		border-bottom:1px solid #444;
	}
	#faq_list .list_cont > li > div{
		padding:15px 0 15px 50px;
		position:relative;
	}
	#faq_list .list_cont > li > div > span.faq_arrow{
		top:25px;
		right:25px;
		width:17px;
		height:9px;
		position:absolute;
		background: url(/pages/board/images/arrow_down.png) no-repeat 0 0;
	}
	#faq_list .list_cont > li.open > div > span.faq_arrow{
		background: url(/pages/board/images/arrow_up.png) no-repeat 0 0;
	}
	#faq_list .list_cont > li.open > div.faq_cont_a{
		display:block;
	}

	#faq_list .list_cont > li .faq_cont_q{
		background:#545454 url('/pages/board/images/icon_q_on.png') no-repeat 15px 51%;
	}
	#faq_list .list_cont > li .faq_cont_a{
		background:url('/pages/board/images/icon_a.png') no-repeat 15px 51%;
		display:none;
	}
	#faq_list .list_cont > li:hover{background:#f5f5f5;}


/*****************************************
최대 767
*****************************************/
@media (max-width:768px) {

}



/*****************************************
최소 768 ~ 1023
*****************************************/
@media (min-width:769px) and (max-width:1199px) {

}


/*****************************************
최소 1024 ~ 최대
*****************************************/
@media (min-width:1200px) {


}






