@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt_ga .info_tit { 
	position:relative;
	font-size:23px;
	padding-left:25px;
	color:#333;
}
.lt_ga .info_tit:before { 
	content:''; 
	display:block; 
	position:absolute; 
	top:8px;
	left:0;
	width:5px; 
	height:23px;
	background-color:#e75c5c;
}


.lt_ga {
	position:relative;
	margin:50px 0;
}

.lt_ga:after{
	display:block;
	clear:both;
	content: '';
}

.lt_ga ul {
	padding:0;
	list-style:none;
	float:left;
	width:100%;
	margin-top:20px;
}

.lt_ga h2 {
	float:left;
}

.lt_ga h2 a{
	color:#333;
	display: block;
	width:100%;
}

.lt_ga li {
	position:relative;
	float:left;
	width:25%;
	overflow:hidden;
}

.lt_ga li a {
	color:#555;
	display:block;
	font-size:14px;
	min-height:160px;
	max-height:160px;
}

.lt_ga li a .it_thum {
	width:100%;
	padding-right:10px;
}

.lt_ga li:last-child a .it_thum {
	padding-right:0;
}

.lt_ga li .lt_txt {
	display:none;
}

.lt_ga li .lt_ga_date{
	color:#888;
	font-size:0.92em;
	position: absolute;
	right:0px;
	top:4px;
}

.lt_ga_title{
	font-size:15px;
	letter-spacing: -1px;
}

.lt_ga_more{
	font-weight: 400;
	color:#999 !important;
	margin-top: 20px;
	font-size:13px !important;
}

.lt_ga .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_ga .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_ga .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_ga .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_ga .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_ga .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_ga .more {
	float:right;
	text-align:right;
	margin-top:4px;
}

 @media (max-width: 969px){
	.lt_ga {
		padding:20px;
	} 
	.lt_ga_h2 {
		width:17%;
	}
	 
	.lt_ga ul {
	}
	
	.lt_ga li {
		width:50%;
	}
	
	.lt_ga li a {
		font-size:13px;
	}

	.lt_ga li:nth-child(3) a, .lt_ga li:nth-child(4) a {
		margin-top:10px;
	}

	.lt_ga li:nth-child(even) a .it_thum {
		padding-right:0;
	}

	.lt_ga .more {
	}
	

	
 }