@charset "utf-8";

/* 새글 스킨 (latest) */
.lat .lat_title { font-size:25px; color:#000; font-weight:500; padding-bottom:15px; margin-bottom:20px; border-bottom:#ccc solid 1px;;}
.lat .lat_title a { font-size:15px; color:#999; font-weight:300; float:right; position:relative; bottom:-10px;}

.lat ul {}
.lat li {position:relative;}
.lat li .lt_subject { float:left; width:80%; white-space: nowrap; overflow: hidden; text-overflow:ellipsis; margin-bottom:8px;}
.lat li .lt_subject a { font-size:17px; color:#444;}
.lat li .lt_subject a:hover {color:#000}

.lt_info { float:right;}
.lt_info .lt_date { font-size:15px; color:#777}

.lat .empty_li {line-height:100px; color:#ddd; text-align:center;}

@media screen and (max-width:767px){
	.lat .lat_title { font-size:17px; padding-bottom:10px; margin-bottom:15px;}
	.lat .lat_title a { font-size:12px; bottom:-10px;}
	
	.lat li .lt_subject { margin-bottom:5px;}
	.lat li .lt_subject a { font-size:14px;}
	.lt_info .lt_date { font-size:12px;}
}