.box-modal {
	position: relative;
	width: 100vw;
	height: 75%;
	padding: 25px 0px 0px 0px;
	background: #fff;
	color: #3c3c3c;	
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }
.box-modal #map {
	width: 100%;
	height: 100%;
}
