diff --git a/css/default.css b/css/default.css
index 6683f9f88..76a8c35ce 100644
--- a/css/default.css
+++ b/css/default.css
@@ -99,12 +99,12 @@ pre {overflow-x:scroll;font-size:1.1em}
.btn_win a {display:inline-block;padding:0 10px;height:22px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2em;cursor:pointer}
/* 기본테이블 */
-table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0;border:1px solid #ddd}
+table {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
+caption {padding:0 0 10px;text-align:left}
+th {padding:12px 0 8px;border-top:5px solid #ddd;background:#fff}
+th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
-caption {padding:0 0 10px;text-align:left}
-th {padding:12px 0 8px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
-th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
td {padding:10px 5px 7px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.5em;word-break:break-all}
table a {color:#000;text-decoration:none}
.bo_sideview td {padding:7px 5px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
@@ -113,7 +113,7 @@ table a {color:#000;text-decoration:none}
/* 폼 테이블 */
.frm_tbl {}
.frm_tbl caption {padding-top:10px;font-size:1.2em;font-weight:bold}
-.frm_tbl th {padding-left:10px;width:100px;border-top:1px solid #eee;border-bottom:1px solid #eee;text-align:left}
+.frm_tbl th {padding-left:10px;width:100px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:transparent;text-align:left}
.frm_tbl td {padding:7px 10px;border-color:#eee;background:transparent}
.frm_tbl textarea,
.frm_input {padding:2px 2px 3px;border:1px solid #d7d7d7;background:#fff;vertical-align:middle}
@@ -414,10 +414,10 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
#bo_v a {color:#000;text-decoration:none}
#bo_v_h1 {padding:30px 20px 10px;font-size:1.2em;line-height:1.4em}
#bo_v_h1 span {display:inline-block;margin-right:5px;color:#109ff1}
-#bo_v_info {padding:0 20px 15px;border-bottom:1px solid #f0f0f0}
+#bo_v_info {padding:0 20px}
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
-#bo_v_top {margin:15px 0 10px;padding:0 20px;zoom:1}
+#bo_v_top {padding:10px 20px 10px;border-bottom:10px solid #f0f0f0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {margin:0;padding:0;height:0;overflow:hidden}
#bo_v_top ul {list-style:none}
@@ -455,9 +455,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
.bo_v_com li {float:left;margin-left:5px}
/* 게시판 댓글 */
-#bo_vc {margin:0 20px 10px;padding:10px 20px 20px 20px;background:#f9f9f9}
+#bo_vc {margin:0 0 10px;padding:10px 20px 0;border-top:10px solid #eee}
#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden}
-#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #eee}
+#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px solid #ddd}
#bo_vc header {position:relative;padding:8px 0}
#bo_vc header .icon_reply {position:absolute;top:8px;left:-20px}
#bo_vc h1 {width:0;height:0;overflow:hidden}
diff --git a/skin/board/neo/view.skin.php b/skin/board/neo/view.skin.php
index a503ebf6c..35e69b0f0 100644
--- a/skin/board/neo/view.skin.php
+++ b/skin/board/neo/view.skin.php
@@ -15,6 +15,27 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
작성자 =$view['name']?> if ($is_ip_view) { echo " ($ip)"; } ?>작성일=date("y-m-d H:i", strtotime($view['wr_datetime']))?>조회=number_format($view['wr_hit'])?>회댓글=number_format($view['wr_comment'])?>건
+
+
if ($view['file']['count']) {
$cnt = 0;
@@ -78,27 +99,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
} ?>
-
-