html,body {height:100%;}
.map_wrap {position:relative;overflow:hidden;width:100%;height:100%;}
.map_wrap #tch-map {width:100%;height:100%;position:relative;overflow:hidden;}
.map_wrap .info {width:150px;text-align:center;padding:6px 0;text-align:center}
.map_wrap .info a {display:inline-block;border:1px solid blue;}
.map_wrap .radius_border{border:1px solid #919191;border-radius:5px;}     
.map_wrap .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;}
.map_wrap .typecontrol span {display:block;width:65px;height:30px;float:left;text-align:center;line-height:30px;cursor:pointer;}
.map_wrap .typecontrol .btn {background:#fff;background:linear-gradient(#fff,  #e6e6e6);}       
.map_wrap .typecontrol .btn:hover {background:#f5f5f5;background:linear-gradient(#f5f5f5,#e3e3e3);}
.map_wrap .typecontrol .btn:active {background:#e6e6e6;background:linear-gradient(#e6e6e6, #fff);}    
.map_wrap .typecontrol .selected_btn {color:#fff;background:#425470;background:linear-gradient(#425470, #5b6d8a);}
.map_wrap .typecontrol .selected_btn:hover {color:#fff;}   
.map_wrap .zoomcontrol {position:absolute;top:50px;right:10px;width:36px;height:80px;overflow:hidden;z-index:1;background-color:#f5f5f5;} 
.map_wrap .zoomcontrol span {display:block;width:36px;height:40px;text-align:center;cursor:pointer;}     
.map_wrap .zoomcontrol span img {width:15px;height:15px;padding:12px 0;border:none;}             
.map_wrap .zoomcontrol span:first-child{border-bottom:1px solid #bfbfbf;}