@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
.lt {
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	border-bottom:0;
}

.lt ul {
	margin:0;
	padding:0;
	list-style:none;
	color: #fff;
}

.lt ul li {
	display:block;
	padding:0;
	
}

.lt ul li:last-child {
	margin-bottom:10px;
}

.lt ul li a {
	font-size:12px;
	color:#fbfbfb;
}

.lt ul li a:hover {
	color:#fff;
}

.lt a {
	display:inline-block;
	padding:3px 0;
	font-size:13px;
	color:#fbfbfb;
	text-decoration:none;
}

.lt .date {
	color:#fbfbfb;
	float:right;
}

.lt .date:hover {
	color:#fff;
}

.lt .lt_title {
	width:100%;
	margin:0 0 30px;
	padding:0 0 10px;
	border-bottom:3px solid #e1e1e1;
	font-size:25px;
	letter-spacing:-2px;
	color:#333;
}


.bd_more a {
	position:absolute;
	top:-41px;
	right:0px;
	font-weight:bold;
	font-size:16px;
	color:#fff;
}

.lt .lt_more {
	position:absolute;
	top:35px;
	right:30px;
	font-weight:bold;
	font-size:16px;
}

.lt .lt_more:after {
	font-family: 'fontawesome';
    content: "\f055";
    margin-left: 5px;
    font-size: 16px;
}

.lt .lt_more a {
	display:inline-block;
	font-weight:500;
	font-size:16px;
}

.lt .cnt_cmt {
	display:inline-block;
	margin:0 0 0 3px;
	font-weight:bold;
}



/* lg */ 
@media (min-width:1200px) and (max-width:1399px) {

	.lt .lt_title {
		margin:0 0 20px;
	}

}


/* md */
@media (min-width:992px) and (max-width:1199px) {

	.lt .lt_title {
		margin:0 0 12px;
	}



}


/* sm */
@media (min-width:768px) and (max-width:991px) {


	.lt ul li {
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}




}


/* xs */
@media (max-width:767px) {

	.lt {
		background:;
		margin:0 0 28px;
	}

	.lt ul li {
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.lt ul li a {
		font-size:12px;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.lt a {
		padding:0;
	}

	.lt .lt_title {
		margin:0 0 20px;
		font-size:18px;
	}

	.lt .lt_more {
		top:30px;
		font-size:14px;
	}





}
