@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */
.lt_pc {}

.lt {
/*	position: relative;*/
	width: 100%;
	height: auto;
}

.com_ban .lt ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.lt li {
	padding: 3px 0;
	color: #666;
	font-size: 1.2em;
}

.lt li:before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 3px;
	background: #444;
	margin-right: 3px;
	margin-bottom: 4px;
}

.lt li a {
	color: #555;
}

.lt li a strong {
	font-weight: 500;
}

.lt li a:hover {
	color: #006835;
}

.lt .lt_title {
	display: block;
	font-size: 1.8em;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}

.lt .lt_more {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.lt .lt_more a {
	color: #999;
	font-size: 12px;
}

.lt .cnt_cmt {
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: 500;
}

@media (max-width:1000px) {
	.lt li {
		font-size: 1em;
	}

	.lt .lt_title {
		padding: 0px 0 10px 0;
		font-size: 1.5em;
		margin-bottom: 10px;
	}

	.lt .lt_more a {
		font-size: 1em;
	}
}
@media(max-width:768px){
	
	.lt .lt_more{
		top: 20px;
		right: 20px;
	}
}