

	/********** ¸®½ºÆ® ***************/
	table.board_list{
		clear: left;
		border-collapse:collapse;
		border-top:2px solid #67BABB;
		border-bottom:1px solid #A7DEDF;
		width: 675px;
	}

	table.board_list th{
		background-color:#EDF6F6;
		border-left:1px solid #A7DEDF;
		border-bottom: 1px solid #A7DEDF;
		height:26px;
		color:#598D8E;
	}

	table.board_list td{
		border-bottom: 1px solid #D8D8D8;
		border-left: 1px solid #D8D8D8;
		height:22px;
		color: #666666;
	}


	table.board_list td.board_title{
		padding-left:15px;
		text-align:left;
	}

	table.board_list th.board_clear,table.board_list td.board_clear{
		  border-left:none;
	}



	/**********ÆäÀÌÁö ½ºÅ¸ÀÏ*******************/

	div.board_page{
		margin-top: 15px;
		width: 100%;
		text-align: center;

	}


	/*********°Ë»öÆäÀÌÁö****************/
	

	div.board_search{
		margin-bottom:12px;
		width: 675px;
	}

	div.board_search dl{
		width:100%;
	}

	div.board_search dl dd{
		float:left;
	}

	div.board_search dl dd.list_number{
		width:45%;
		text-align:left;
		padding-top:5px;
	}

	div.board_search dl dd.board_list_search{
		text-align:right;
		width:55%;
	}


	input#txt_search{
		border:1px solid #d1d1d1;
		height:16px;
	}





	/********** º¸±â ***************/
	table.board_view{
		clear: left;
		border-top:2px solid #a5adb4;
		width: 100%;
	}

	table.board_view th{

	}

	table.board_view th.board_title{
		
		border-right:1px solid #dbdcdd;
		border-bottom:1px solid #dbdcdd;
		background-color:#f8f9fa;
		height:29px;
		color:#666666;
	}

	table.board_view td{

	}


	table.board_view td.board_view_line{
		border-right:1px solid #dbdcdd;
		border-bottom:1px solid #dbdcdd;
		
	}




	table.board_view_new_list{
		border-collapse:collapse;
		border-top:1px solid #dbdcdd;
		background-color:#f8f9fa;
		text-align:left;
	}

	table.board_view_new_list th{
		border-bottom:1px solid #dbdcdd;
		padding-left:13px;
		height:28px;
		width:85px;
		
	}

	table.board_view_new_list td{
		border-bottom:1px solid #dbdcdd;
		padding-left:15px;
	}





	/*********¸ñ·Ï ¹öÆ° ½ºÅ¸ÀÏ*************/
	div.board_btn{
		margin-top:23px;
		padding-top:7px;
		padding-bottom:20px;
		border-top:1px solid #a5adb4;
		width: 100%;
		height: 20px;
		text-align: right;	
	}






	a:link		{ color:#555; text-decoration:none;}
	a:visited { color:#555; text-decoration:none; }
	a:hover	{ color:#555; text-decoration:none;}
	a:active	{ color:#555; text-decoration:none;}