Index: data/themes/widgets/popup.edc
===================================================================
--- data/themes/widgets/popup.edc	(리비전 70426)
+++ data/themes/widgets/popup.edc	(작업 사본)
@@ -81,7 +81,7 @@ group { name: "elm/label/base/popup/default";
 group { name: "elm/popup/base/default";
    styles {
       style { name: "popup_title_style";
-         base: "font=Sans font_size=15 align=center color=#ffffff wrap=mixed ellipsis=1.0";
+         base: "font=Sans font_size=38 align=center color=#ffffff wrap=mixed ellipsis=1.0";
          tag:  "br" "\n";
          tag:  "tab" "\t";
       }
@@ -91,7 +91,8 @@ group { name: "elm/popup/base/default";
          type: RECT;
          scale : 1;
          description { state: "default" 0.0;
-            min: 400 0;
+            min: 620 0;
+            max: 620 1120;
             color: 237 237 237 255;
             align: 0.0 0.0;
          }
@@ -100,7 +101,7 @@ group { name: "elm/popup/base/default";
          type: RECT;
          scale : 1;
          description { state: "default" 0.0;
-            min: 400 50;
+            min: 620 64;
             fixed : 1 1;
             align: 0.5 0.0;
             visible: 0;
@@ -123,8 +124,8 @@ group { name: "elm/popup/base/default";
          type: RECT;
          scale: 1;
          description { state: "default" 0.0;
-            min: 10 0;
-            max: 10 0;
+            min: 14 0;
+            max: 14 0;
             fixed: 1 1;
             align: 0.0 0.0;
             visible: 0;
@@ -135,8 +136,8 @@ group { name: "elm/popup/base/default";
          type: RECT;
          scale: 1;
          description { state: "default" 0.0;
-            min: 10 0;
-            max: 10 0;
+            min: 14 0;
+            max: 14 0;
             fixed: 1 1;
             align: 1.0 1.0;
             visible: 0;
@@ -147,8 +148,8 @@ group { name: "elm/popup/base/default";
          type: SWALLOW;
          scale: 1;
          description { state: "default" 0.0;
-            min: 48 48;
-            max: 48 48;
+            min: 62 62;
+            max: 62 62;
             fixed: 1 1;
             align: 0.0 0.5;
             rel1 {
@@ -191,11 +192,24 @@ group { name: "elm/popup/base/default";
             visible: 1;
          }
       }
+      part { name: "elm.text.title.rect";
+         type: RECT;
+         scale:1;
+         description { state: "default" 0.0;
+            color: 255 0 0 125;
+            rel1 {
+               to: "elm.text.title";
+            }
+            rel2 {
+               to: "elm.text.title";
+            }
+         }
+      }
       part { name: "elm.swallow.content";
          type: SWALLOW;
          scale : 1;
          description { state: "default" 0.0;
-            min: 400 0;
+            min: 624 0;
             fixed: 1 0;
             rel1 {
                relative: 0.5 0.0;
@@ -236,7 +250,7 @@ group { name: "elm/popup/base/default";
          type: RECT;
          scale : 1;
          description { state: "default" 0.0;
-            min: 400 60;
+            min: 624 96;
             fixed : 1 1;
             align: 0.5 1.0;
             visible: 0;
Index: src/bin/test_popup.c
===================================================================
--- src/bin/test_popup.c	(리비전 70426)
+++ src/bin/test_popup.c	(작업 사본)
@@ -94,7 +94,7 @@ _popup_center_title_text_1button_cb(void *data, Ev
    evas_object_size_hint_weight_set(popup, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
    elm_object_text_set(popup, "This Popup has title area, content area and "
                        "action area set, action area has one button Close");
-   elm_object_part_text_set(popup, "title,text", "Title");
+   elm_object_part_text_set(popup, "title,text", "<b>ami_memine</b>  RT @MailPlug [RT이벤트] 국내 최저가 도메인이 8,900원! 사업의 시작은 도메인 http://t.co/PvIw1gWd");
    btn = elm_button_add(popup);
    elm_object_text_set(btn, "Close");
    elm_object_part_content_set(popup, "button1", btn);
