@charset "utf-8";

.latest_gx_search{position:relative; margin-bottom:20px;}
.latest_gx_search .item > .de_icon{
	position:absolute; top:0; right:0; width:40px; height:36px; line-height:40px; background-color:rgba(0,0,0,0.30); font-size:12px; color:#fff; font-weight:700; text-align:center; z-index:2; 
	transition:all .4s;
	opacity:1;
	border-radius:2px 20px 2px 20px;
		-moz-border-radius:2px 20px 2px 20px;
		-webkit-border-radius:2px 20px 2px 20px;
}
.latest_gx_search .item > .de_icon > i{font-size:18px;}
.owl-item:hover .de_icon{opacity:0;}
.owl-item.active .de_icon{
	top:1px;
	border-radius:2px 6px 2px 20px;
		-moz-border-radius:2px 6px 2px 20px;
		-webkit-border-radius:2px 6px 2px 20px;
}

.latest_gx_search .item > h3{
	margin-top:15px; padding:40px 20px 20px 20px; height:140px; line-height:24px; background-color:#eee; text-align:center; transition:all .4s;
	border-radius:20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px; 
}
.latest_gx_search .item > h3 > span{display:block; margin-bottom:5px; font-size:17px;}
.latest_gx_search .item > h3 > a{display:block; height:100%; font-size:17px; color:#333; font-weight:800;}
.latest_gx_search .item > h3 > span > img{
	width:30%; height:30%;
	border-radius:20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
}
.latest_gx_search .owl-item:hover .item > h3, .latest_gx_search .owl-item.active .item > h3{
	transform:translateY(-10%);
		-o-transform:translateY(-10%);
		-ms-transform:translateY(-10%);
		-webkit-transform:translateY(-10%);
}
.latest_gx_search .owl-item:hover .item > h3{background-color:#ccc; color:#fff;}
.latest_gx_search .owl-item.active .item > h3{background-color:#f74d71; color:#fff;}
.latest_gx_search .owl-item.active .item > h3 > span{
	font-size:17px; font-weight:800;
	background-color:rgba(0,0,0,0.60); width:60%; margin-left:20%;
	border-radius:20px;
		-moz-border-radius:20px;
		-webkit-border-radius:20px;
}
.latest_gx_search .owl-item.active .item > h3 > span > i{margin-top:4px;}
.latest_gx_search .owl-item.active:nth-child(n+5){margin-left:-6px;}
.latest_gx_search .owl-item.active:nth-child(n+7){margin-left:-8px;}

/*게시물 없음*/
.gx_search_empty_div{
	position:relative; margin-top:65px; height:200px; line-height:200px; background-color:#f5f5f5; text-align:center; 
	border-radius:8px;
	-moz-border-radius:px;
	-webkit-border-radius:px; 
}