diff --git a/adm/admin.head.php b/adm/admin.head.php
index 403bba5ab..be8a583ee 100644
--- a/adm/admin.head.php
+++ b/adm/admin.head.php
@@ -104,34 +104,29 @@ function imageview(id, w, h)
echo $gnb_str;
?>
-
+
+
+
+$value) {
+ if($key > 0) {
+ if ($menu_key == substr($menu['menu'.$key][0][0], 0, 2)) echo 1;
+ echo $nl.'- '.$value[1].'
';
+ $nl = PHP_EOL;
+ }
+}
+?>
+
+
+
-
-
-
-
- $value) {
- if($key > 0) {
- echo $nl.'- '.$value[1].'
';
- $nl = PHP_EOL;
- }
- }
- ?>
-
-
-
diff --git a/css/admin.css b/css/admin.css
index 6101f8a45..7e2f0213f 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -69,6 +69,11 @@ h2 {font-size:1.2em}
.gnb_js .gnb_grp_style:focus, .gnb_js .gnb_grp_style:hover {background:#484848 !important}
.gnb_js .gnb_grp_div {border-top:1px solid #eee}
+#lnb {margin:0;padding:10px 15px;list-style:none;zoom:1}
+#lnb:after {display:block;visibility:hidden;clear:both;content:""}
+#lnb li {float:left}
+#lnb a {display:inline-block;padding:5px;font-size:0.95em;letter-spacing:-0.1em}
+
/* 중간 레이아웃 */
#wrapper {z-index:5;margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}