diff --git a/css/default.css b/css/default.css
index 3e82153dc..8c8c640b5 100644
--- a/css/default.css
+++ b/css/default.css
@@ -419,7 +419,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
.cnt_cmt {display:inline-block;margin:0 4px;color:#109ff1}
/* 게시판 읽기 */
-#bo_v_title {margin-bottom:10px;padding:0;font-weight:bold}
+#bo_v_title {margin-bottom:10px;padding:0;font-weight:bold;text-align:center}
#bo_v {position:relative;margin-bottom:30px}
#bo_v a {color:#000;text-decoration:none}
@@ -472,26 +472,27 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
/* 게시판 댓글 */
#bo_vc {margin:0 0 10px;padding:15px 20px 20px 20px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#f9f9f5}
-#bo_vc h2 {margin:0;padding:0;height:0;overflow:hidden}
-#bo_vc article {margin-bottom:5px;padding:0 0 10px;border-bottom:1px dotted #ccc}
-#bo_vc header {position:relative;padding:8px 0}
+#bo_vc h2 {margin-bottom:10px}
+#bo_vc article {padding:0 0 10px;border-top:1px solid #d9d9d9}
+#bo_vc header {position:relative;padding:15px 0 5px}
+#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .sv_member,
#bo_vc .sv_member {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
-#bo_vc header .icon_reply {position:absolute;top:8px;left:-20px}
#bo_vc h1 {width:0;height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc_empty {margin:0;padding:20px !important;border-bottom:1px dotted #ccc;text-align:center}
#bo_vc fieldset {margin:0 0 10px;padding:0}
-#bo_vc_w {position:relative;zoom:1}
-#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc #captcha {float:left;margin-left:10px;padding:0 5px 0 0;border:0}
#bo_vc #captcha a {display:inline-block;margin-right:5px;text-decoration:underline;vertical-align:middle}
#bo_vc .fs_input {margin-right:5px}
+#bo_vc_w {position:relative;border-top:1px solid #d9d9d9;zoom:1}
+#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
+#bo_vc_w h2 {padding:15px 0 5px}
#bo_vc_w #char_cnt {position:absolute;top:5px;right:10px}
#bo_vc_warea {clear:both;position:relative;margin:0 90px 10px 0}
#bo_vc_warea textarea {padding:3px;width:100%;height:50px;border:1px solid #ddd;background:#fff;vertical-align:middle}
@@ -503,6 +504,8 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}
+#bo_vc form {padding:0}
+
/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin-top:5px;border:1px solid #666;background:#484848}
diff --git a/skin/board/neo/view_comment.skin.php b/skin/board/neo/view_comment.skin.php
index ae319d8ba..81bfd7e85 100644
--- a/skin/board/neo/view_comment.skin.php
+++ b/skin/board/neo/view_comment.skin.php
@@ -24,7 +24,7 @@ var char_max = parseInt(=$comment_max?>); // 최대
//$str = preg_replace("/\[\\]/i", "", $str);
$str = preg_replace("/\[\]*\>[^\s]*\<\/a\>\]/i", "
", $str);
?>
-