@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
.lt {position:relative;margin:0;padding:0;}
.lt ul {margin:0;padding:0;list-style:none}
.lt ul li {display:block;}
.lt .date {float:right;}
.lt .date:hover {color:#3d3d3d;}
.lt a {display:inline-block;padding:3px 0;font-size:13px;color:#3d3d3d;text-decoration:none}
.lt a:hover {color:#ff706d;}
.lt .lt_title {display:none;padding:10px 0}
.lt .lt_more {display:none;top:5px;right:10px}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}





/* lg */ 
@media (min-width:1200px) {

}


/* md */
@media (min-width:992px) and (max-width:1199px) {

}


/* sm */
@media (min-width:768px) and (max-width:991px) {

}


/* xs */
@media (max-width:767px) {

	#st5 .lt ul li {
		font-size: 14px;
		padding: 3px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	#st5 .lt a {
		padding:0;
	}

}

/* xxs */
@media (max-width:450px) {
	
	#st5 .lt .date {
		display:none;
	}


}