*{
	font-family: 'gulim';
	font-size:12px;
}
.clear{
	clear:both;
}
.search-btn{
	background:url(../images/search.png);
	width: 57px;
	height: 21px;
}
.underline{
	border-top:3px solid #7b7b7b;
	/*background:#7b7b7b;*/
}
img{
	border:0px;
}

a{
	text-decoration: none;
	color:black;
}
a:hover{
	color:red;
}

/*게시판 table*/
.border-table{
	border-collapse: collapse;
	color:#666666;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.list-title{
	text-align:left;
	overflow:hidden;height:14px;text-overflow:ellipsis;-o-text-overflow:ellipsis;
}
.border-table thead{
	font-weight:bold;
	border-bottom:1px solid #d7d7d7;
}
.border-table thead th,.border-table thead td{
	padding:10px 0px 10px 0px;
	background:url(../images/table_div.png) no-repeat;
}



.border-table tbody td{
	border-bottom:1px solid #d7d7d7;
	padding:5px 0px 5px 0px;

}

#nav{
	width:100%;
	/*margin:auto;*/
	text-align:center;
	font-size:20px;
}
.nav_page{
	padding:0px 5px 0px 5px;
	color:#999999;
}
.nav_current{
	padding:0px 5px 0px 5px;
	color:#d13135;
	font-weight:bold;
}