@charset "utf-8";

/* 새글 스킨 (latest) */

.lat { max-width:520px; margin-right:0; margin-left:auto;}
.lat .lat_title { font-size:20px; color:#000; font-weight:500; margin-bottom:20px; text-transform:uppercase;}

.lat li {position:relative; margin:8px 0;}
.lat li .lt_subject { float:left; width:70%; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;}
.lat li .lt_subject a { font-size:14px; color:#444;}

.lt_info { float:left; width:100px; font-size:16px; color:#444; font-weight:500;}
.lt_info .lt_date { }

.lat .empty_li {font-size:17px; color:#777; text-align:center; margin-top:-50px;}

@media screen and (max-width:991px){	
	.lat { max-width:100%;}
}