@charset "utf-8";
/* 새글 스킨 (latest) */

.lat {position:relative;overflow:hidden;}
.lat ul{border-top:1px solid #E0E0E0;}
.lat li {position:relative;border-bottom:1px solid #E0E0E0}
.lat li:last-child {border-bottom:none}
.lat li a {width:calc(100% - 70px); overflow:hidden;line-height:70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display:inline-block !important; }
.lat li:hover {color:#f58220}
.lat li:hover a{color:#f58220}
.lat .lt_date{position:absolute;top:20px;right:0;}

@media screen and (max-width:800px){
	.noticeWrap .lat {margin-top: 35px;}	
}
