diff --git a/adm/boardgroup_list.php b/adm/boardgroup_list.php
index baebd0b46..413d8e3a0 100644
--- a/adm/boardgroup_list.php
+++ b/adm/boardgroup_list.php
@@ -159,7 +159,7 @@ $colspan = 8;
-
=$s_upd?> |
+ =$s_upd?> |
diff --git a/css/admin.css b/css/admin.css
index 52dcffc7c..0f4aeeb3b 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -226,6 +226,7 @@ td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9
/* 회원메일발송 목록 */
.td_test, .td_send {width:50px;text-align:center}
.td_mng {width:110px;text-align:center}
+.td_smallmng {width:50px;text-align:center}
/* 투표관리 목록 */
.td_etc {width:80px;text-align:center}
/* 게시판관리 목록 */
diff --git a/css/default.css b/css/default.css
index 1187d1480..5d675ed12 100644
--- a/css/default.css
+++ b/css/default.css
@@ -81,11 +81,10 @@ a:active {color:#000;text-decoration:underline}
.gnb_js .gnb_1depth a {text-align:center}
.gnb_js .gnb_1depth_air a {float:none;background:#f7f7f2;color:#000}
.gnb_js .gnb_1depth_on a {float:none;background:#fff;color:#000}
-.gnb_js ul ul {position:absolute;top:35px}
-.gnb_js .gnb_ul2 {width:1px;height:1px;overflow:hidden}
+.gnb_js .gnb_sub_ul {position:absolute;top:35px;width:1px;height:1px;overflow:hidden}
.gnb_js .gnb_2depth a {display:inline-block;float:none !important;padding:0 10px;width:161px;text-align:left}
-.gnb_1depth_over .gnb_ul2 {left:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff}
-.gnb_1depth_over2 .gnb_ul2 {right:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff}
+.gnb_1depth_over .gnb_sub_ul {left:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff}
+.gnb_1depth_over2 .gnb_sub_ul {right:-1px;width:181px;height:auto;border:1px solid #c3c7c5;border-top:0;background:#fff}
/* 배포시에는 필요없는 부분 */
#sirgle_title {height:100px;color:#fff;font-size:3em}
diff --git a/head.php b/head.php
index 54f33a20f..b79533c40 100644
--- a/head.php
+++ b/head.php
@@ -137,7 +137,7 @@ if ($config['cf_include_head']) {
?>
=$row['gr_subject']?>
-
+
$sql2 = " select * from {$g4['board_table']} where gr_id = '{$row['gr_id']}' order by bo_order ";
$result2 = sql_query($sql2);