@charset "utf-8";
/*메인 페이지용 css*/

.main_intro {
	border: 1px solid gray;
	font: 9pt Dotum,Tahoma;
	padding: 10px;
	margin-bottom: 20px;
}

/*최근게시물 div 왼쪽정렬*/
/*.main_lastest {	
	float: left;
}*/
.marginLeft {
	margin-left:5px;
}

/*게시판 타이틀*/
.main_lastest .bbsTitle {
	font: 9pt Dotum,Tahoma;
	font-weight:bold;
	padding:3px;
}

/*최근게시물 table*/
.main_lastest .lastestTable {
	width:100%;
	border:0px;
	border-collapse:collapse;
}
.main_lastest a {
	text-decoration:none;
	color:black;
}
.main_lastest a:hover{
	color:gray;
}
.main_lastest thead tr th{
	font: 9pt Dotum,Tahoma;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:black 1px solid;
	border-top:black 2px solid;
}
.main_lastest .num {
	/*width:50px;*/
	text-align:center;
}
.main_lastest .title {
	/*width:180px;*/
}
.main_lastest .writer {
	/*width:100px;*/
	text-align:center;
}
.main_lastest .date {
	/*width:60px;*/
	text-align:center;
}
.main_lastest tbody tr td{
	font:  9pt Dotum,Tahoma;
	padding-top:5px;
	padding-bottom:5px;
}
.main_lastest tfoot tr td{
	border-top:black 1px solid;
	font: 9pt Dotum,Tahoma;
	text-align:right;
	padding:3px;
}

.submenu a:link          { color:#000;     text-decoration:none;}
.submenu a:visited       { color:#000;     text-decoration:none;}
.submenu a:hover         { color:#7082a7;  text-decoration:none;}
.submenu a:active        { color:#666;     text-decoration:none;}
