/* °øÁö */
.notice_630 {
	position:absolute;
	width:630px; top:50%; left:50%;
	/* padding:20px 21px 20px 21px; */
	margin:-300px 0 0 -320px;
	border:3px solid #242424;
	background:#fff; white-space:normal;
}

.notice_650 {
	position:absolute;
	width:650px; top:50%; left:50%;
	/* padding:20px 21px 20px 21px; */
	margin:-300px 0 0 -320px;
	border:3px solid #242424;
	background:#fff; white-space:normal;
}


.notice_800 {
    position:absolute;
    width:800px; top:50%; left:50%;
    /* padding:20px 21px 20px 21px; */
    margin:-300px 0 0 -400px;
    border:3px solid #242424;
    background:#fff; white-space:normal;
}

.notice_700 {
    position:absolute;
    width:700px; top:50%; left:50%;
    /* padding:20px 21px 20px 21px; */
    margin:-300px 0 0 -360px;
    border:3px solid #242424;
    background:#fff; white-space:normal;
}


/*¹ÝÅõ¸í ·¹ÀÌ¾î À§Ä¡°íÁ¤*/
.mwMap{
	position:fixed; _position:absolute;
	top:0; left:0; width:100%; height:100%;
	z-index:10000;
}

/*¹è°æ ¹ÝÅõ¸í*/
.mwMap .bg{
	position:absolute;
	top:0; left:0; width:100%; height:100%;
	background:#fff;
	opacity:.5; filter:alpha(opacity=50);
	z-index:-1;
}
/*Á¦¸ñ*/
.mwMap .jqHead{
	background-color:#e0e0e0;
	height:40px;
	/*background-color:blue;*/
}

.mwMap .jqHead .jqHeadTitle{
	padding-top: 10px;
	text-align:center;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}

/*³»¿ë*/
.mwMap .jqBody {
	/*height:320px;*/
	padding: 10px;
	border:1px solid #E0E0E0;
	background-color:#fff;
	z-index:100;
	text-align:left;
}
/*²¿¸®*/
.mwMap .jqTail{
	background-color:#eeeeee;
	padding-top: 5px;
	height: 30px;
}

