.all_gallery_outer {
	font-family:'Nanum Barun Gothic', sans-serif;
	border: 0;
	margin-top:30px;

	}
.all_gallery {
	list-style:none;
	margin:0 0 0 0;
	padding:0;
	border: 0;
	text-align:left;
	}
.all_gallery li {
	display:inline-block;
	position:relative;
	width:18%;
	margin-right:15px;
	
	}

.all_gallery .photo img {
	width: 100%;
	height: auto;
	}
.all_gallery .photo {
	border:solid 1px #f4f4f4
	}
.all_gallery .photo:hover{border:solid 1px #000; box-shadow : 5px 5px 10px rgba(000,000,000,0.3);}
.all_gallery .text {
	position:absolute;
	bottom:0px;
	height:45px;
	z-index:100;
	background:rgba(000,000,000,0.5);
	width: 99%;
	left:1px;
	font-size: 14px;
	text-align: left;
	}
.all_gallery .text a {
	}
.all_gallery .text .title {
	margin-bottom:0.25em;
	padding: 10px;
	font-size: 14px;
	font-weight:100;
	height: 40px;
	overflow:hidden;
	color:#fff;
	}
.all_gallery .text .desc {
	padding:0;
	font-size:12px;
	height:35px;
	margin-top:10px;
	color:#585858;
	font-weight:100;
	}

.all_gallery .photo img {
	border-radius: <?=$radius?>px;
	}
	
.all_gallery .text {
	border-bottom-left-radius: <?=$radius?>px;
	border-bottom-right-radius: <?=$radius?>px;
}