/* menu public css */

#image-placehoder {
	z-index:1;
	position: relative;
}

#image-placehode img {
	z-index: 1;
	display:block;
}

.image-holder {
	position: absolute;
	display: block;
	text-indent: -99999px;
	z-index: 1;
	cursor: pointer;
	background: rgba(0,0,0,0);
	background: url(/pages/image/blank.png);
}

#image-detail {
	position: fixed;
	display: none;
	width: 658px;
	height: 442px;
	top: 50%;
	margin-top: -221px;
	left: 50%;
	margin-left: -327px;
	z-index: 1000000;
	background: #FFF;
}

#image-detail>img {
	width: inherit;
	height: inherit;
	border:0;
}

#xbutton {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width:25px;
	height:25px;
	background:url('/pages/image/xbutton.png');
	cursor: pointer;
	margin-right:-24px;
}

#overlay {
	position: fixed;
	display: none;
	z-index: 999999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/pages/image/blank_bg.png);
	background: rgba(0, 0, 0, 0.7);
}

/* 학원 둘러보기 */
div.nomargin {
	margin-right: 0px;
}

.pic {
	float: left;
	margin: 5px;
	width: 176px;
	height: 168px;
}

.pic a {
    width: 176px;
    height: 168px;
    text-indent: -99999px;
    display: block;
}