.x-gallery-outer {
	border: 0;
	text-align: center;
}
.x-gallery {
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
}
.x-gallery li {
	display:inline-block;
	position:relative;
	width: /*32%;*/24%;
	margin: 0.15%;
}
.x-gallery .photo img {
	width: 100%;
	height: auto;
}
.x-gallery .text {
	position:absolute;
	/*bottom:0em;*/
    bottom:-30px;
	z-index:100;
/*	background:black;*/
	opacity: 0.7;
	width: 100%;
/*	font-size: 1em;*/
    font-size:14px;
	text-align: center;border:0px solid red;
}
.x-gallery .text a {
	color:#333;
    text-decoration: none;
}
.x-gallery .text a:hover{
    color:#000;
}
.x-gallery .text .title {
	margin-bottom:0.25em;
	padding: 0 0 0.4em 0;
	font-size: 1em;
    font-family: 'Malgun Gothic';
	font-weight: bold;
	height: 23px;
	overflow:hidden;
}
.x-gallery .text .desc {
	margin-bottom: 0.25em;
	padding: 0 0.4em;
	font-size: 1em;
	height: 1em;
	overflow:hidden;
}
.desc{display:none;}

@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;
	}
}
