diff --git a/shop/index.php b/shop/index.php
index 8d30e8f6f..acb2195c6 100644
--- a/shop/index.php
+++ b/shop/index.php
@@ -1,6 +1,7 @@
diff --git a/skin/latest/shop_basic/latest.skin.php b/skin/latest/shop_basic/latest.skin.php
new file mode 100644
index 000000000..df33929b4
--- /dev/null
+++ b/skin/latest/shop_basic/latest.skin.php
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+ -
+ ";
+ if ($list[$i]['is_notice'])
+ echo "".$list[$i]['subject']."";
+ else
+ echo $list[$i]['subject'];
+
+ if ($list[$i]['comment_cnt'])
+ echo $list[$i]['comment_cnt'];
+
+ echo "";
+
+ // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
+ // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
+
+ if (isset($list[$i]['icon_new'])) echo " " . $list[$i]['icon_new'];
+ if (isset($list[$i]['icon_hot'])) echo " " . $list[$i]['icon_hot'];
+ if (isset($list[$i]['icon_file'])) echo " " . $list[$i]['icon_file'];
+ if (isset($list[$i]['icon_link'])) echo " " . $list[$i]['icon_link'];
+ if (isset($list[$i]['icon_secret'])) echo " " . $list[$i]['icon_secret'];
+ ?>
+
+
+
+ - 게시물이 없습니다.
+
+
+
+
diff --git a/skin/latest/shop_basic/style.css b/skin/latest/shop_basic/style.css
new file mode 100644
index 000000000..82f0b96d2
--- /dev/null
+++ b/skin/latest/shop_basic/style.css
@@ -0,0 +1,7 @@
+/* 새글 스킨 (latest) */
+.lt_pc {float:left;margin-left:20px}
+.lt {position:relative;float:left;margin-bottom:20px;padding-bottom:10px;width:354px;height:150px;border-bottom:1px solid #ddd}
+.lt ul {margin:0 0 10px;padding:0;list-style:none}
+.lt li {padding:3px 0}
+.lt_title {display:block;padding:10px 0 8px}
+.lt_more {position:absolute;top:10px;right:0}
\ No newline at end of file
diff --git a/skin/latest/shop_notice/latest.skin.php b/skin/latest/shop_notice/latest.skin.php
deleted file mode 100644
index ba29ea17f..000000000
--- a/skin/latest/shop_notice/latest.skin.php
+++ /dev/null
@@ -1,20 +0,0 @@
-
-if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
-?>
-
-
- for ($i=0; $i
-
-
-
- =$list[$i][subject]?>
- =$list[$i][comment_cnt]?> |
-
-
- if ($i < $rows-1) { echo " |
"; } ?>
- } ?>
-
- if (count($list) == 0) { ?>
-| 게시물이 없습니다. |
- } ?>
-