diff --git a/adm/admin.head.php b/adm/admin.head.php
index 9b7df9ecc..b62be4ef3 100644
--- a/adm/admin.head.php
+++ b/adm/admin.head.php
@@ -147,4 +147,9 @@ function imageview(id, w, h)
+
+ 작게
+ 기본
+ 크게
+
=$g4['title']?>
diff --git a/css/admin.css b/css/admin.css
index 1595cc072..5ceb3a1fe 100644
--- a/css/admin.css
+++ b/css/admin.css
@@ -83,6 +83,7 @@ h2 {font-size:1.2em}
/* 중간 레이아웃 */
#wrapper {margin:30px auto;width:1000px;min-height:630px;height:auto !important;height:630px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
+
#qnb {float:right;margin:0;padding:0;list-style:none}
#qnb li {margin-bottom:20px}
#qnb a {display:block;width:40px;font-size:0.9em;text-align:center}
@@ -90,7 +91,12 @@ h2 {font-size:1.2em}
#qnb a:hover,
#qnb a:active {text-decoration:none}
#qnb img {margin-bottom:5px}
-#container {float:left;width:942px}
+
+#container {position:relative;float:left;width:942px}
+
+/* 텍스트 크기 조절 */
+#text_size {position:absolute;top:0;right:0}
+#text_size button {padding:0 10px;height:30px;background:#000;color:#fff;cursor:pointer}
/* 하단 레이아웃 */
#ft {margin:20px 0;padding:5px 0;border-top:1px solid #d0d6d8}
diff --git a/css/mobile.css b/css/mobile.css
index c8d3bfb82..4976ec18f 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -71,6 +71,9 @@ pre {overflow-x:scroll;font-size:1.1em}
#container {position:relative;min-height:300px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
+/* 텍스트 크기 조절 */
+#text_size {margin:0 0 1em;text-align:center}
+
/* 하단 레이아웃 */
#ft {background:#484848}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
diff --git a/head.php b/head.php
index b79533c40..cef7d3bcd 100644
--- a/head.php
+++ b/head.php
@@ -161,7 +161,7 @@ if ($config['cf_include_head']) {
if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?>
=$g4['title']?> }?>
- 크게
작게
기본
+ 크게
\ No newline at end of file
diff --git a/mobile/head.php b/mobile/head.php
index 9d8062547..b9a0edd8f 100644
--- a/mobile/head.php
+++ b/mobile/head.php
@@ -112,3 +112,8 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
if ((!$bo_table || $w == 's' ) && !defined("_INDEX_")) {?>
=$g4['title']?> }?>
+
+ 작게
+ 기본
+ 크게
+
\ No newline at end of file