.x-gallery-outer {
	border: 0;
	text-align: center;
}
.x-gallery {
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
	overflow:hidden;
}
.x-gallery li{float:left;width:31.5%;margin:0 2.75% 0 0;position:relative;}
.x-gallery li:nth-child(3n){margin:0;}
.x-gallery .photo img {
	width: 100%;
	height: auto;
}
/*.x-gallery .text {
position:absolute;
	bottom:0em;
	z-index:100;
	background:black;
	opacity: 0.7;
	width: 100%;
	font-size: 1em;
	text-align: left;
	padding:20px 0;
	text-align:center;
}*/
.x-gallery .text {
	color: white;
	text-align:left;
}
.x-gallery .text a {
	color: white;
}
/*.x-gallery .text .title{position:absolute;left:0;top:35px;font-size:16px;color:#fff;font-family: "Nanum Barun Gothic", sans-serif;background-color:#ff6633;display:inline-block;line-height:35px;padding:0 8px;width:167px;border-radius:0 30px 30px 0;}*/
.x-gallery .text .title{position:absolute;left:0;top:0px;color:#fff;font-family: "Nanum Barun Gothic", sans-serif;background-color:#ff6633;display:inline-block;padding:0 8px;width:75px;height:70px;line-height:70px;text-align:center;}
.x-gallery .text .title span{display:inline-block;vertical-align:middle;font-size:16px;line-height:24px;}
.x-gallery .text .desc {
	margin:15px 0 35px 0;
	font-size: 15px;
	line-height:24px;
	/*height: 1em;*/
	overflow:hidden;
	color:#999999;
	text-align:left;
}

@media (max-width: 1070px){
	.x-gallery li{width:330px;display:inline-block;float:none;margin:0 5px;}
	.x-gallery li:nth-child(3n){margin:0 5px;}
}


@media(max-width:800px){
	
}

@media(max-width:500px){
	.x-gallery li{width:auto;margin:0;}
	.x-gallery li:nth-child(3n){margin:0;}
	.x-gallery .text .desc{font-size:14px;line-height:22px;margin:15px 0 20px 0;}
}	