@charset "utf-8";

/* 새글 스킨 (latest) */
#lt_history { overflow:hidden; }
#lt_history ul {
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
#lt_history li {
	padding:0 50px 100px 0;
	transition:all 0.5s ease-in-out;
	display:flex;
	flex-direction:row;
}
@media all and (min-width:1601px) {
	#lt_history li { width:25%; }
}
@media all and (max-width:1600px) {
	#lt_history li { width:33.333%;	}
}
@media all and (max-width:1400px) {
	#lt_history li { width:50%;	}
}
#lt_history .year {
	width:120px;
	font-family:'Ubuntu', Sans-serif;
	font-size:36px;
	color:#212121;
	font-weight:700;
	text-align:left;
}
#lt_history article {
	font-size:16px;
	color:#727272;
	font-weight:400;
	line-height:2.35em;
	text-align:left;
}

#lt_history .empty_item {
	width:100%;
	font-size:16px;
	color:#555;
	line-height:500px;
	text-align:center;
	overflow:hidden;
}