#map-canvas, #map_canvas {
    width : 100%; /* 구글 지도 넓이 */
    height: 450px; /* 구글 지도 높이 */
    font-size:12px;
}

/* 말풍선관련 css 시작 */
.map_Heading { /* 말풍선 타이틀(회사명) css */
    line-height:30px;
    font-size:20px;
    font-weight:bold;
    color:#30C;
}

.map_Content { /* 말풍선 내용 css */
    font-size:11px;
    color:#333;
}

/* 말풍선  링크 css */
a:link.map_Content    { text-decoration: none; color: #333; }
a:active.map_Content  { text-decoration: none; color: #333; }
a:visited.map_Content { text-decoration: none; color: #333; }
a:hover.map_Content  { text-decoration: none; color: #A2002E; }
/* 말풍선관련 css 끝 */

@media print {
    html, body {
        height: auto;
    }
    #map_canvas {
        height: 650px;
    }
}