
		html, body{padding:0; margin:0;width:100%;height:100%;}
		#mapwrap{position:relative;overflow:hidden;width:100%;height:100%;}
		#toast{position:absolute;z-index:9999999;background-color:#fff;top:50%;left:50%;width:190px;margin:0 0 0 -95px;border-radius: 5px;font-size: 12px;line-height: 24px;text-align:center;display:none;}

		.radius_border{border:1px solid #919191;border-radius:5px;}

		.custom_typecontrol {position:absolute;top:10px;right:10px;overflow:hidden;width:130px;height:30px;margin:0;padding:0;z-index:1;font-size:12px;font-family:'Malgun Gothic', '¸¼Àº °íµñ', sans-serif;}
		.custom_typecontrol span {display:block;width:65px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
		.custom_typecontrol .btn {background:#fff;background:linear-gradient(#fff,  #e6e6e6);}       
		.custom_typecontrol .btn:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
		.custom_typecontrol .btn:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}    
		.custom_typecontrol .selected_btn {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
		.custom_typecontrol .selected_btn:hover {color:#fff;}  
		
		.custom_locationcontrol {position:absolute;top:50px;right:10px;width:36px;height:40px;overflow:hidden;z-index:1;background-color:#f5f5f5;} 
		.custom_locationcontrol span {display:block;width:36px;height:40px;text-align:center;cursor:pointer;}     
		.custom_locationcontrol span img {width:20px;height:20px;padding:10px 0;border:none;}             
		.custom_locationcontrol span:first-child{border-bottom:1px solid #bfbfbf;}    

		.custom_zoomcontrol {position:absolute;top:95px;right:10px;width:36px;height:80px;overflow:hidden;z-index:1;background-color:#f5f5f5;} 
		.custom_zoomcontrol span {display:block;width:36px;height:40px;text-align:center;cursor:pointer;}     
		.custom_zoomcontrol span img {width:15px;height:15px;padding:12px 0;border:none;}             
		.custom_zoomcontrol span:first-child{border-bottom:1px solid #bfbfbf;}    

		.label {margin-bottom: 105px;}
		.label * {display: inline-block;vertical-align: top;}
		.label .left {background: url("../image/tip_l.png") no-repeat;display: inline-block;height: 24px;overflow: hidden;vertical-align: top;width: 7px;}
		.label .center {background: url("../image/tip_bg.png") repeat-x;display: inline-block;height: 24px;font-size: 12px;line-height: 24px;}
		.label .right {background: url("../image/tip_r.png") -1px 0  no-repeat;display: inline-block;height: 24px;overflow: hidden;width: 6px;}

