@charset "UTF-8";

.facilities-wrap{
	width:788px;
	margin:0 auto;
}


.facilities-img-wrap{
	width:250px;
	height:200px;
	border:1px solid #a1a1a1;
	margin:6px;
	float:left;
	overflow:hidden;
}

.facilities-img-wrap:hover{
	cursor:pointer;
}

.facilities-img{
	width:250px;
	height:200px;
}

.facilities-img:hover{
	transform:scale(1.1);
	-webkit-transform:scale(1.1); /*  크롬 */
	-moz-transform:scale(1.1); /* FireFox */
	-o-transform:scale(1.1); /* Opera */
	transition: transform .35s;  
	-webkit-transition: transform .35s;
	-moz-transition: transform .35s;
	-o-transition: transform .35s;
}


.facilities-span-wrap{
	width:249px;
	height:35px;
	line-height:35px;
	background:rgba(28,50,109,0.6);
	position:absolute;
	z-index:1;
	margin-top:-40px;
	text-align:center;
}

.facilities-span{
	color:#e1e1e1;
	font-size:13px;
	font-weight:bold;	
}

.thumbnail_wrap.fac-manage{
	width:900px;
	margin:0 auto;
	min-height: 200px;
}

/* popup */

.body_img_wrap{
	width:100%;
	height:100%;
	min-width:1110px;
}

.img_wrap{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.9);
	z-index:201;
	position:absolute;
	left:0;
	top:0;
	min-width:1110px;
}

.img_wrap_div{
	width:960px;
	/* height:540px; */
	margin:70px auto;
	text-align:center;
}

.img_wrap_div img{
	border:5px solid #e1e1e1;
	width:100%;
	height:100%;
}

.img_span_wrap{
	z-index:3;
	width:100%;
	height:30px;
	margin-top:-40px;
	background:rgba(0,0,0,0.6);
}

.img_wrap_span{
	height:30px;
	padding:10px;
	width:100%;
	font-size:20px;
	color:WHITE;
	background:rgba(0,0,0,0.6);
}


.close_btn{
	width:70px;
	height:70px;
	position:absolute;
	right:10px;
	top:10px;
}

.close_btn_img{
	width:70px;
	height:70px;
}



/* 이미지 업로드 */

.image_upload{
	border-radius:3px;
	padding:5px 10px;
	border:1px solid #e1e1e1;
	float:right;
	text-decoration:none;
	text-align:center;
	color:#a0a0a0;
}

.image_upload:hover{
	color:#e1e1e1;
	background-color:#aaa;	
}


.paging_wrap{
	margin:15px 0;
	clear:both;
	height:45px;
}
