최지우

최종 디자인 수정

...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 <script> 38 <script>
39 var mapContainer = document.getElementById('map'), // 지도를 표시할 div 39 var mapContainer = document.getElementById('map'), // 지도를 표시할 div
40 mapOption = { 40 mapOption = {
41 - center: new kakao.maps.LatLng(35.950000, 128.250000), 41 + center: new kakao.maps.LatLng(36.650000, 128.250000),
42 level: 12 // 지도의 확대 레벨 42 level: 12 // 지도의 확대 레벨
43 }; 43 };
44 44
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 body, html {height: 100%;} 30 body, html {height: 100%;}
31 .map_wrap, .map_wrap * {margin:0; padding:0;font-family:'Malgun Gothic',dotum,'돋움',sans-serif;font-size:12px;} 31 .map_wrap, .map_wrap * {margin:0; padding:0;font-family:'Malgun Gothic',dotum,'돋움',sans-serif;font-size:12px;}
32 .map_wrap {position:relative;width:100%;height:100%;} 32 .map_wrap {position:relative;width:100%;height:100%;}
33 -#category {position:absolute;top:25px;left:10px;border-radius: 5px; border:1px solid #909090;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);background: #fff;overflow: hidden;z-index: 2;} 33 +#category {position:absolute;top:20px;left:10px;border-radius: 5px; border:1px solid #909090;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);background: #fff;overflow: hidden;z-index: 2;}
34 #category li {float:left;list-style: none;width:50px;border-right:1px solid #acacac;padding:6px 0;text-align: center; cursor: pointer;} 34 #category li {float:left;list-style: none;width:50px;border-right:1px solid #acacac;padding:6px 0;text-align: center; cursor: pointer;}
35 #category li.on {background: #eee;} 35 #category li.on {background: #eee;}
36 #category li:hover {background: #ffe6e6;border-left:1px solid #acacac;margin-left: -1px;} 36 #category li:hover {background: #ffe6e6;border-left:1px solid #acacac;margin-left: -1px;}
...@@ -57,7 +57,7 @@ body, html {height: 100%;} ...@@ -57,7 +57,7 @@ body, html {height: 100%;}
57 57
58 58
59 .map_wrap a, .map_wrap a:hover, .map_wrap a:active{color:#000;text-decoration: none;} 59 .map_wrap a, .map_wrap a:hover, .map_wrap a:active{color:#000;text-decoration: none;}
60 -#menu_wrap {position:absolute;top:10px;left:1500px;bottom:70px;width:300px;margin:10px 0 30px 10px;padding:5px;overflow-y:auto;background:rgba(255, 255, 255, 0.7);z-index: 1;font-size:12px;border-radius: 10px;} 60 +#menu_wrap {position:absolute;top:60px;left:10px;bottom:70px;width:270px;margin:10px 0 30px 10px;padding:5px;overflow-y:auto;background:rgba(255, 255, 255, 0.7);z-index: 1;font-size:12px;border-radius: 10px;}
61 .bg_white {background:#fff;} 61 .bg_white {background:#fff;}
62 #placesList li {list-style: none;} 62 #placesList li {list-style: none;}
63 #placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;} 63 #placesList .item {position:relative;border-bottom:1px solid #888;overflow: hidden;cursor: pointer;min-height: 65px;}
......