@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
.lt {
	position:relative;
	width:100%;
	height:auto;
	margin:0;
	padding:30px;
	border-bottom:0;
	float:left;
}

.lt ul {
	margin:0;
	padding:0;
	list-style:none;
}

.lt ul li {
	display:block;
	padding:0;
	border-bottom:1px solid #e1e1e1;
}

.lt ul li:last-child {
	border-bottom:0;
}

.lt ul li a {
	padding:20px 0;
	font-size:16px;
	color:#333;
}

.lt ul li a:hover {
	color:#f8bb00;
}

.lt a {
	display:inline-block;
	padding:3px 0;
	font-size:13px;
	color:#3d3d3d;
	text-decoration:none;
}

.lt .date {
	float:right;
}

.lt .date:hover {
	color:#3d3d3d;
}

.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;
}


.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;
	}

	.lt ul li a {
		padding:15px 0;
	}

}


/* md */
@media (min-width:992px) and (max-width:1199px) {

	.lt .lt_title {
		margin:0 0 12px;
	}

	.lt ul li a {
		padding:11px 0;
		font-size:14px;
	}


}


/* sm */
@media (min-width:768px) and (max-width:991px) {

	.lt {
		background:#fff;
		margin-bottom:28px;
	}

	.lt ul li a {
		padding:15px 0;
	}

}


/* xs */
@media (max-width:767px) {

	.lt {
		background:#fff;
		margin:0 0 28px;
	}

	.lt ul li {
		font-size: 14px;
		padding: 3px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.lt ul li a {
		font-size:14px;
		padding:10px 0;
		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;
	}

	.lt .date {
		display:none;
	}

	.lt .lt_more a {
		font-size: 14px;
	}


}
