/* map */
#canvas { float:left; position:relative; width: 360px; height:500px; margin: 0; }
#south { width: 360px; height:500px; position: absolute; top: 0px; left: 20px; }

div.loc_div {
    display: none;
    position: absolute;
    height: 20px;
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    text-align: center;

}
div.loc_div h2 { font-size: 1em; font-family: 'Malgun Gothic', dotum, sans-serif; margin-top: 0; margin-bottom: 0; }
/* loc_01~17 서울1, 부산2, 대구3, 인천4, 광주5, 대전6, 울산7, 세종8, 경기9, 강원10, 충북11, 충남12, 전북13, 전남14, 경북15, 경남16, 제주17 */
/* 시도명 나오는 부분 위치 조절 */
#loc_01{ left:80px; top:75px; }
#loc_02{ left:255px; top:345px; }
#loc_03{ left:170px; top:270px; }
#loc_04{ left:60px; top:75px; }
#loc_05{ left:60px; top:260px; }
#loc_06{ left:80px; top:165px; }
#loc_07{ left:265px; top:330px; }
#loc_08{ left:70px; top:165px; }
#loc_09{ left:80px; top:45px; }
#loc_10{ left:150px; top:45px; }
#loc_11{ left:120px; top:145px; }
#loc_12{ left:60px; top:165px; }
#loc_13{ left:60px; top:285px; }
#loc_14{ left:60px; top:340px; }
#loc_15{ left:170px; top:250px; }
#loc_16{ left:130px; top:340px; }
#loc_17{ left:80px; top:440px; }
