/*------------------------------------------------------------------------------------------------------------------------------
* @file 				faq_list.css
* @author 		hadamai <hadamai@naver.com>
* @brief 			CSS / TAG & ID & CLASS
------------------------------------------------------------------------------------------------------------------------------*/
input {padding:2px 0px 0px 4px; border:solid 1px #c1c1c1; color:#ccc; background:#3e3e3e;}

#contentsTitle {margin:0 0 22px 0; text-align:right;}
#contentsBottom {clear:both;}

#bd_box {float:right; width:550px; margin:0 0 0 0;}
	#bd_notice {clear:both; height:24px;}
		#btn_qna {float:left; width:104px; padding:0 0 0 11px;}
		*html #btn_qna {width:115px;}
		#notice_text {float:left; padding:5px 0 0 0;}
	#bd_title {height:23px; padding:8px 0 0 13px; border-top:solid 1px #808080; border-bottom:solid 1px #808080;}
	*html #bd_title {height:31px;}
		#bd_cat {float:left; margin:0 10px 0 0; padding:2px 0 0 0; color:#fff; font-weight:600;}
		#bd_cat_div {float:left; margin: 0 10px 0 0;}

	#bd_list {clear:both; margin:7px 0 0 0;}
		#bd_loop {clear:both;}
			.w_tt {height:16px; padding:0 0 0 13px; color:#b0b0b0;}
			.w_tto {height:16px; padding:0 0 0 13px; color:#fff; display:none;}
			.w_bd {display:none;}
				#body_bul {float:left; padding:0 0 0 29px;}
				#body_text
				{
					float:left; width:500px; color:#fff; line-height:13px; padding:1px 0 0 0; margin:0 0 20px 0;
				}
		#bd_bottom {clear:both; border-top:solid 1px #808080; margin:3px 0 17px 0;}

	#bd_footer {clear:both; height:39px; margin:0px 10px 0 0;}
		#btn_write {height:18px; margin:0 0 0 10px;}
		*html #btn_write {margin:0 0 0 7px;}

	#qna_box {clear:both; float:right; margin:0px 0px 0px 0;}
		#qna_text {clear:both; float:right; height:21px;}
		#qna_title {clear:both; float:right; height:81px;}
		#qna_btn {clear:both; float:right; margin:0 1px 0 0;}

#no_list {height:15px; padding:15px 10px; text-align:center;}

.pgn {font:300 11px arial; color:#ccc;}
a.pgn:link, a.pgn:visited {color:#999; text-decoration:none;}
a.pgn:hover, a.pgn:active {color:#ccc; text-decoration:none;}

.catlink {font:600 11px dotum; color:#8e8f8f;}
a.catlink:link, a.catlink:visited {color:#8e8f8f; text-decoration:none;}
a.catlink:hover, a.catlink:active {color:#fff; text-decoration:none;}


.c_w_tt {color:#b0b0b0;}
a.c_w_tt:link, a.c_w_tt:visited {color:#b0b0b0; text-decoration:none;}
a.c_w_tt:hover, a.c_w_tt:active {color:#fff; text-decoration:none;}

.c_w_tto {font-weight:600; color:#fff;}
a.c_w_tto:link, a.c_w_tto:visited {font-weight:600; color:#fff; text-decoration:none;}
a.c_w_tto:hover, a.c_w_tto:active {font-weight:600; color:#b0b0b0; text-decoration:none;}

