/*-- 포토갤러리 --*/
.gallery-inner ul {
	margin:0 auto;
	width:810px;
}
li.gallery-box {
	margin:5px;
	float:left;
	width:260px;
	height:auto;
	border:1px solid #ddd;
	box-sizing: border-box;
}
li.ggallery-box a {
	text-decoration:none;
	color:#333;
}
span.box-img {
	display:block;
	width:100%;
	height:150px;
	overflow:hidden;
}
p.box-title {
	margin:10px 15px; 
	font-size:16px;
}
/*-- //포토갤러리 --*/