.lt_title {display:block; text-align: left; position: relative;}
.lt_title a {font-size: 18px; font-family: nanumB; color:#ff9935;}
.lt_more {position:absolute; top:0;right:0; font-size: 14px;}
.x-gallery-outer {
	border: 0;
	text-align: center;
}
.x-gallery {
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
}
.x-gallery li {
	float: left;
	margin-left: 15px;
	width: 210px;
	margin-top: 20px;
}
.x-gallery li:first-child {margin-left: 0;}
.x-gallery .photo img {
}
.x-gallery .text {

	margin-top: 5px;
	
	width: 100%;
	font-size: 14px;
	text-align: left;
}
.x-gallery .text a {
	color:#313131;
}
.x-gallery .text .title {
	font-family: nanumB;
	font-size: 14px;
	text-align: center;
}
.x-gallery .text .desc {
	height: 30px;
}
.x-gallery .text .desc a {
	padding: 0 10px; box-sizing:border-box;
	line-height: 30px;
	display: block;
	font-size: 14px;
	color:#666;
}
@media all and ( max-width: 50em ) {
	.x-gallery li:nth-child(3) {
		display: none;
	}
	.x-gallery li {
		width: 32%;
	}
	.x-gallery .text .desc {
		display:none;
	}
}
