@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
.lt {position:relative;}
.lt ul {padding:0;list-style:none;margin-top:10px;}
.lt ul li{border-bottom:2px dotted #ccc;box-sizing:border-box;padding:10px 0;color:#747474;font-size:14px;}
.lt ul li:last-child{border-bottom:none;}
.lt ul li span{display:inline-block;text-align:center;margin-right:1%;text-overflow: ellipsis;  overflow: hidden;  white-space: nowrap;}
.lt a {display:inline-block;padding:5px 0;color:#747474;text-decoration:none}
.lt .lt_title {display:inline-block;padding:10px 0}
.lt .lt_more {position:absolute;top:5px;right:10px}
.lt .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

.lt table{width:100%;}
.lt table th{background-color:#7b96e4;color:#fff;font-size:14px;margin-right:1%;padding:7px 0;border-radius:20px;box-sizing:border-box;}
.lt table th:last-child{margin-right:0;}

.lt .date{width:20%;}
.lt .name{width:15%;}
.lt .region{width:10%;}
.lt .sort{width:35%;}
.lt .buy{width:16%;margin-right:0;}



/*@media(max-width:1220px){
	.lt .date{display:none;}
	.lt .name{width:20%;}
	.lt .region{width:15%;}
	.lt .sort{width:40%;}
	.lt .buy{width:22%;}
	.lt table th{margin-right:1%; border-radius:10px;font-size:13px;}
	.lt ul li span{font-size:12px;margin-right:1%;}
	
}*/

@media(max-width:640px){
	.lt .date{display:none;}
	.lt .name{width:20%;}
	.lt .region{width:15%;}
	.lt .sort{width:40%;}
	.lt .buy{width:22%;}
	.lt ul li span{font-size:12px;}
}
