@CHARSET "UTF-8";

#naver_map_api_key {
	width:300px;
}

#result_msg {
	background-color:#ffffe0;
	border-color:#e6db55;
	font-weight:bold;
}

.result_msg {
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	padding:6px .6em;
}

#map_review {
	float:left;
}

#view_map {
	border:1px solid #cccccc;
	width:400px;
	height:300px;
	background-color:#eeeeee;
}

div.view_map img {
    max-width: none !important;
    box-shadow: none;
}

#query {
	width:500px;
}

#map_list {
	float:left;
	padding-left:20px;
}

#map_list div {
	width:250px;
	height:300px;
	border:1px solid #cccccc;
	overflow-y:scroll;
	overflow:auto;
}

#map_list div ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#map_list div ul li:hover {
	cursor:pointer;
	background-color:#cccccc;
}

.curr_addr {
	cursor:pointer;
	background-color:#dfdfdf;
}

#map_option {
	padding-left:20px;
}

#zl {
	width:40px;
}

.map_size {
	width:43px;
}

#mapshortcode {
	width:100%;
}


.map_code {
	width:64px;
}

.nmap_base_pane img, .nmap_overlay_pane img {
	max-width:none;
}

.desc-info {
	display:none;
}

.map_center {
	margin:0 auto;
}

.map_right {
	float:right;
}