diff --git a/bbs/memo_view.php b/bbs/memo_view.php
index cb1c41e98..2d328c036 100644
--- a/bbs/memo_view.php
+++ b/bbs/memo_view.php
@@ -65,10 +65,8 @@ $mb = get_member($memo['me_'.$unkind.'_mb_id']);
echo '';
-<<<<<<< HEAD
-=======
$member_skin_path = $g4['path'].'/skin/member/'.$config['cf_member_skin'];
->>>>>>> fca2c7be504cccbd5466136a893f3d3ed875554c
+
include_once($member_skin_path.'/memo_view.skin.php');
include_once($g4['path'].'/tail.sub.php');
diff --git a/css/default.css b/css/default.css
index 40386acbd..65f47cb78 100644
--- a/css/default.css
+++ b/css/default.css
@@ -215,9 +215,9 @@ a {color:#000;text-decoration:none}
.highlight {font-weight:bold;color:#ff4679}
/* 버튼 */
-.btn01 {display:inline-block;padding:0 10px;height:24px;border:1px solid #ff5e1c;background:#ff4679;color:#fff;text-decoration:none;line-height:2.2em}
-.btn02 {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2.2em}
-.btn03 {display:inline-block;padding:0 10px;height:24px;border:1px solid #494949;background:#494949;color:#fff;text-decoration:none;line-height:2.2em}
+.btn01 {display:inline-block;padding:0 10px;height:24px;border:1px solid #ff5e1c !important;background:#ff4679 !important;color:#fff !important;text-decoration:none;line-height:2.2em}
+.btn02 {display:inline-block;padding:0 10px;height:24px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none;line-height:2.2em}
+.btn03 {display:inline-block;padding:0 10px;height:24px;border:1px solid #494949 !important;background:#494949 !important;color:#fff !important;text-decoration:none;line-height:2.2em}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {padding:0 15px;height:30px;border:0;background:#ff4679;color:#fff;letter-spacing:-0.1em;vertical-align:top}
.btn_cancel {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:2.5em}
diff --git a/skin/member/neo/memo_view.skin.php b/skin/member/neo/memo_view.skin.php
index 256f79666..a7dbc0732 100644
--- a/skin/member/neo/memo_view.skin.php
+++ b/skin/member/neo/memo_view.skin.php
@@ -31,7 +31,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if($next_link) { ?>
다음쪽지
} ?>
- if ($kind == 'recv') { ?>답장 } ?>
+ if ($kind == 'recv') { ?>답장 } ?>
목록보기