﻿@charset "utf-8";

/* 최근게시물 스킨 (latest) */

#lt2 {height:48px; background:#f8d2a5; }
#lt2 .inner:after{display:block; clear:both; content:"";}
#lt2 .inner > div {float:left;}

#lt2 .inner .bd_tit {width:10%; height:24px; margin-top:12px;  border-right:1px solid #191c21; color:#191c21; text-align:center;}
#lt2 .inner .bd_area { width:83%; margin-top:10px; padding-left:10px; }
#lt2 .inner .st2_more {width:7%; max-width:68px; height:48px; line-height:48px; font-weight:bold;  background: #dda96c; text-align:center; }
#lt2 .inner .st2_more a {color:#fff;}

.lt {
	position:relative;
	width:100%;
	height:33px;
	margin:0;
	border-bottom:0;
	top:0px;
}

.lt ul {
	margin:0;
	padding:0;
	list-style:none;
}

.lt ul li {
	display:block;
	padding:0;
	height:15px;
	vertical-align:middle;
}

.lt ul li:last-child {
	border-bottom:0;
}

.lt ul li a {
	padding:0px 0;
	font-size:13px;
	color:#fff;
}

.lt ul li a:hover {
	color:#999;
}

.lt a {
	display:inline-block;
	padding:3px 0;
	font-size:13px;
	color:#3d3d3d;
	text-decoration:none;
}

.lt .date {
	float:right;
	margin-right:10px;
}

.lt .date:hover {
	color:#3d3d3d;
}

.lt .lt_title {
	width:100%;
	margin:0 0 30px;
	padding:0 0 10px;
	border-bottom:3px solid #e1e1e1;
	font-size:25px;
	letter-spacing:-2px;
	color:#333;
}


.bd_more a {
	position:absolute;
	top:-10px;
	right:-68px;
	width:68px;
	height:48px;
	line-height:48px;
	font-size:12px;
	color:#fff;
	background: #dda96c;
	text-align:center;
}

.lt .lt_more {
	position:absolute;
	top:35px;
	right:30px;
	font-weight:bold;
	font-size:16px;
}

.lt .lt_more:after {
	font-family: 'fontawesome';
    content: "\f055";
    margin-left: 5px;
    font-size: 16px;
}

.lt .lt_more a {
	display:inline-block;
	font-weight:500;
	font-size:16px;
}

.lt .cnt_cmt {
	display:inline-block;
	margin:0 0 0 3px;
	font-weight:bold;
}



/* lg */ 
@media (min-width:1200px) and (max-width:1399px) {

	.lt .lt_title {
		margin:0 0 20px;
	}

	.lt ul li a {
		padding:0px 0;
	}

}


/* md */
@media (min-width:992px) and (max-width:1199px) {
	.lt .lt_title {
		margin:0 0 12px;
	}

	.lt ul li a {
		padding:0px 0;
		font-size:12px;
	}


}


/* sm */
@media (min-width:768px) and (max-width:991px) {
	.lt {
		top:8px;
	}

	.lt ul li {
		font-size: 12px;
		padding: 3px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 38px !important;
	}

	.lt ul li a {
		font-size:12px;
		padding:0px 0;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 38px !important;
	}

	.lt .date {
		display:;
	}

}


/* xs */
@media (max-width:767px) {
	.lt {top:8px;}

	#lt2 .inner .bd_tit {
		width:19%; 
		height:24px; 
		margin-top:12px;  
		border-right:1px solid #191c21; 
		color:#191c21; 
		text-align:center;
	}
	
	#lt2 .inner .bd_area { 
		width:74%; 
		margin-top:10px; 
		padding-left:10px; 
	}

	.lt ul li {
		font-size: 12px;
		padding: 3px 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 37px !important;
	}

	.lt ul li a {
		font-size:12px;
		padding:0px 0;
		text-overflow:ellipsis;
		white-space: nowrap;
		overflow: hidden;
		height: 37px !important;
	}
	
	.lt a {
		padding:0;
	}

	.lt .lt_title {
		margin:0 0 20px;
		font-size:18px;
	}

	.bd_more a {
		position:absolute;
		top:-10px;
		right:-58px;
		width:68px;
		height:48px;
		line-height:48px;
		font-size:12px;
		color:#fff;
		background: #dda96c;
		text-align:center;
	}

	.lt .lt_more {
		top:30px;
		font-size:14px;
	}


	.lt .date {
		display:none;
	}


}

/* xs */
@media (max-width:450px) {
	.lt {top:8px;}
	#lt2 .inner .bd_tit {
		width:23%; 
		height:24px; 
		margin-top:12px;  
		border-right:1px solid #191c21; 
		color:#191c21; 
		text-align:center;
	}
	
	#lt2 .inner .bd_area { 
		width:70%; 
		margin-top:10px; 
		padding-left:10px; 
	}

	.lt ul li a {
		padding:0px 0px;
		height: 42px !important;
	}


	.lt .date {
		display:;
	}	
	
	.lt ul li {
		text-overflow:ellipsis;
		height: 42px !important;
}