diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php
index 8c74dafbd..daeec8e64 100644
--- a/adm/shop_admin/index.php
+++ b/adm/shop_admin/index.php
@@ -196,6 +196,10 @@ function get_max_value($arr)
}
?>
+
+ 주문
+ 취소
+
diff --git a/css/admin.css b/css/admin.css
index 366161a4f..c40debb52 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -453,6 +453,10 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
#sidx_graph_date {position:absolute;top:275px;left:15%;margin:0;padding:0;width:85%;border:1px solid #fff;list-style:none}
#sidx_graph_date li {position:relative;float:left;width:14%;font-family:tahoma;text-align:center}
#sidx_graph_date li span {position:absolute;top:-19px;right:0;width:1px;height:10px;background:#e9e9e9}
+#sidx_graph_legend {position:absolute;top:-25px;left:15%}
+#sidx_graph_legend span {display:inline-block;width:13px;height:13px;vertical-align:middle}
+#sidx_graph_legend #legend_order {background:#a0ca30}
+#sidx_graph_legend #legend_cancel {margin:0 0 0 10px;background:#ff8db6}
#sidx_stat {float:right;width:32%}
#sidx_stat h2 {padding:0 20px 0 0}