#daum_canvas {
    // 기본 최대 크기 사이즈에 맞춘후 화면 onload 될 때 브라우저의 사이즈로 리사이징 됨.
              width: 2000px;
              height: 1280px; 
            }
#daum_map_detail {
    // 기본 최대 크기 사이즈에 맞춘후 화면 onload 될 때 브라우저의 사이즈로 리사이징 됨.
              width: 2000px;
              height: 1280px; 
            }
#daum_roadview {
    // 기본 최대 크기 사이즈에 맞춘후 화면 onload 될 때 브라우저의 사이즈로 리사이징 됨.
              width: 2000px;
              text-align: left;
            }

/* distance info layout*/
.dot {overflow:hidden;float:left;width:12px;height:12px;background: url('http://i1.daumcdn.net/localimg/localimages/07/mapapidoc/mini_circle.png');}    
.dotOverlay {position:relative;bottom:10px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;font-size:12px;padding:5px;background:#fff;}
.dotOverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}    
.number {font-weight:bold;color:#ee6152;}
.dotOverlay:after {content:'';position:absolute;margin-left:-6px;left:50%;bottom:-8px;width:11px;height:8px;background:url('http://i1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white_small.png')}
.distanceInfo {position:relative;top:5px;left:5px;list-style:none;margin:0;}
.distanceInfo .label {display:inline-block;width:50px;}
.distanceInfo:after {content:none;}

/*
.btnNavi{
display:inline-block;
padding:5px 10px;
border-radius:3px;
border:0px;
background:#000;
color:#fff
}
*/
