.topic
{
	clear: both;
	margin: 20px;
	font: normal 12px dotum;
}

.topic h2
{
	font-size: 16px;
	padding-top: 4px;
	padding-right: 5px;
}

.topic h2 a
{
	letter-spacing: -1px;
	line-height: 125%;
}

.topic .img_preview
{
	float: left;
	margin: 0 15px 7px 0;
	width: 200px;
	height: 125px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.topic .img_preview img
{
	width: 200px;
	height: 125px;
	cursor: pointer;
}

.topic .post_info
{
	font: normal 11px dotum;
	color: #C5C5C5;
}

.topic .post_info .category
{
	color: #01BABD;
	margin-right: 6px;
}

.topic .post_info .date
{
	font: normal 8pt tahoma;
	margin-left: 6px;
}

.topic .post_content
{
	margin: 5px 0;
	line-height: 140%;
	overflow: hidden;
}

/*////////////////////////////////////////*/

.coverpost
{
	clear: both;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	font: normal 12px dotum;
}

.coverpost h2
{
	font-size: 12px;
	padding-top: 4px;
	padding-right: 5px;
}

.coverpost h2 a
{
	letter-spacing: -1px;
	line-height: 125%;
}

.coverpost .img_preview
{
	float: left;
	margin: 0 7px 7px 0;
	width: 104px;
	height: 78px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.coverpost .img_preview img
{
	width: 104px;
	height: 78px;
	cursor: pointer;
}

.coverpost .post_info
{
	font: normal 11px dotum;
	color: #C5C5C5;
}

.coverpost .post_info .category
{
	color: #01BABD;
	margin-right: 6px;
}

.coverpost .post_info .date
{
	font: normal 8pt tahoma;
	margin-left: 6px;
}

.coverpost .post_content
{
	margin: 5px 0;
	line-height: 140%;
	overflow: hidden;
}

.clear
{
	clear: both;
}
