@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt_hy {
	position:relative;
	padding:20px 40px;
}

.lt_hy:after{
	display:block;
	clear:both;
	content: '';
}

.lt_hy ul {
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}

.lt_hy h2 {
	font-size:1.154em;
}

.lt_hy .lt_h2{
	float:left;
	width:20%;
}

.lt_hy h2 a{
	color:#333;
	display: block;width:100%;
}

.lt_hy li {
	position:relative;
	line-height:60px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.lt_hy li a{
	color:#000;
	display:block;
	font-size:20px;
}

.lt_hy li .lt_date{
	color:#888;
	font-size:15px;
	position: absolute;
	right:0px;
	top:4px;
}

.lt_hy .lt_title{
	font-size:15px;
	letter-spacing: -1px;
}

.lt_hy .lt_more{
	font-weight: 400;
	color:#999 !important;
	margin-top: 20px;
	font-size:13px !important;
}

.lt_hy .fa-download{
	width:16px;
	height:16px;
	line-height:16px;
	background:#e89f31;
	color:#333;
	text-align:center;
	font-size:10px;
	border-radius:4px;
	vertical-align:middle;
}

.lt_hy .fa-link{
	width:16px;
	height:16px;
	line-height:16px;
	background:#ad68d8;
	color:#333;
	text-align:center;
	font-size:10px;
	border-radius:4px;
	vertical-align:middle;
	font-weight: normal;
}

.lt_hy .fa-heart{
	width:16px;
	height:16px;
	line-height:16px;
	background:#ff66b0;
	color:#333;
	text-align:center;
	font-size:10px;
	border-radius:4px;
	vertical-align:middle;
	font-weight: normal;
}

.lt_hy .new_icon{
	display:inline-block;
	width: 16px;
	line-height:16px;
	font-size:0.833em;
	color:#333;
	background:#e2e2e2;
	border-radius:4px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
}

.lt_hy .hot_icon{
	display:inline-block;
	width: 16px;
	line-height:16px;
	font-size:0.833em;
	color:#333;
	background:#e2e2e2;
	border-radius:4px;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:11px;
}

.lt_hy .fa-lock{
	display: inline-block;
	line-height: 14px;
	width: 16px;
	font-size: 0.833em;
	color: #333;
	background: #262b88;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
	border:1px solid #262b88;
}

.lt_hy .more {
	width:20%;
	display:inline-block;
	float:right;
	text-align:right;
	margin-top:4px;
}

 @media (max-width: 969px){
	 
	.lt_hy .lt_h2 {
		 width:17%;
	 }
	 
	 .lt_hy ul {
		 width:100%;
	 }
	 
	 .lt_hy .more {
		width:15%;
	}
	
	.lt_hy li a {
		font-size:13px;
		padding-top:2px;
	}
	
 }