diff --git a/manager/css/main.css b/manager/css/main.css
new file mode 100644
index 000000000..9ca518dbc
--- /dev/null
+++ b/manager/css/main.css
@@ -0,0 +1,37 @@
+/* 전역 */
+body {padding-top: 5em; font-size: 0.9em;}
+/* 사이드바 폭 */
+.offcanvas.show,.offcanvas.showing,.offcanvas.hiding {width: 250px; }
+
+/* 로그인 */
+.container-login button {margin-top: 20px; width: 100%;}
+.container-login h2 {text-align: center;}
+
+/* viplist 전체숫자 */
+.viplist_head {}
+.mod-label {width:200px;}
+
+.unused td {color:gray !important}
+
+/* 중복체크 */
+.checkdup {height: 25px; text-align: right;}
+
+/* 베이커리용 CSS */
+.bakery tfoot {
+ font-weight: 600;
+}
+.sort-icon {
+ margin-left: 5px;
+ vertical-align: middle;
+}
+
+/* 인쇄시에만 출력되도록 */
+.only-print { display: none !important; }
+
+/* 프린트 시 출력되지 않도록 */
+@media print {
+ .no-print { display: none !important; }
+ header, footer { display: none; }
+ /* 얘는 출력되어야 함 */
+ .only-print { display: block !important; }
+}
diff --git a/manager/css/vip.css b/manager/css/vip.css
deleted file mode 100644
index daac916e1..000000000
--- a/manager/css/vip.css
+++ /dev/null
@@ -1,17 +0,0 @@
-/* 전역 */
-body {padding-top: 5em; font-size: 0.9em;}
-/* 사이드바 폭 */
-.offcanvas.show,.offcanvas.showing,.offcanvas.hiding {width: 250px; }
-
-/* 로그인 */
-.container-login button {margin-top: 20px; width: 100%;}
-.container-login h2 {text-align: center;}
-
-/* viplist 전체숫자 */
-.viplist_head {}
-.mod-label {width:200px;}
-
-.unused td {color:gray !important}
-
-/* 중복체크 */
-.checkdup {height: 25px; text-align: right;}
\ No newline at end of file
diff --git a/manager/head.php b/manager/head.php
index 4541382dc..7fd682e5b 100644
--- a/manager/head.php
+++ b/manager/head.php
@@ -22,7 +22,7 @@
-
+
@@ -37,7 +37,7 @@
$page = basename($_SERVER['PHP_SELF'], '.php'); // 로그인 했다면 현재 페이지 이름 구함
?>
-