.jt_maps_settings table.jt_maps tr td, .jt_maps_settings table.jt_maps tr th {
	border-bottom : 1px solid #e5e5e5;
}

.jt_maps_box { width: 100%; height: 100%; position: relative;}


/*  다음 지도  */
.daum_map {position:relative;overflow:hidden;width:100%;height:485px; }
.radius_border{border:1px solid #919191;border-radius:5px;}     

/* 지도타입 컨트롤 뷰*/
.custom_typecontrol { position: relative; right: 10px; float: right; overflow: hidden; width: 130px; height: 30px; margin: 0; padding: 0; z-index: 1000; font-size: 12px; }
.custom_typecontrol span {display:inline-block;width:50%;height:30px;float:right;text-align:center;line-height:30px;cursor:pointer;}
.custom_typecontrol span:first-child{float: left;}
.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_zoomcontrol { position: relative; top: 40px; right: -120px; float: right; width: 36px; height: 80px; overflow: hidden; z-index: 1000; 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;}   
.jt_maps_daum_box .btn { padding: 0px; }
.jt_maps_daum_control_box { width: 100%; height: 100%; position: absolute; padding-top: 10px; padding-right: 20px; }

