diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
index df438c48..beba3800 100644
--- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
@@ -4160,6 +4160,13 @@ function getMjMsgSentListAll(pageNo) {
※ 단말기 설정에 따라 다르게 보일 수 있습니다
+
diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css
index 4974f25f..b061f2a9 100644
--- a/src/main/webapp/publish/css/content.css
+++ b/src/main/webapp/publish/css/content.css
@@ -534,6 +534,11 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
.preview_auto .none_txt {color: #999; font-weight: 300;}
/* 핸드폰 안에 내용 길어져서 스크롤 생길 때 */
.send_top .send_right .phone .addText {color: #002c9a;text-align: center; font-size: 14px; padding-top: 10px; margin:0 0 10px 0;}
+.send_top .send_right .preview_util{display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d5d5d5;margin:20px 0 0 0;padding:0 0 20px 0;}
+.send_top .send_right .preview_util>*{margin:0 2px;}
+.send_top .send_right .preview_util button{width:32px;height:32px;border-radius:5px;border:1px solid #d5d5d5;background:#F5f5f5;}
+.send_top .send_right .preview_util button img{margin:-2.5px 0 0 0;}
+.send_top .send_right .preview_util p{margin:0 20px;font-weight:500;}
/* 그림 문자 */
.send_top .send_right .phone .text_length2 .photo_msg_num {margin-left: 3px; float: left;}
@@ -544,7 +549,8 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
/* .send_top .send_right .phone .text_preview .preiew_img .img_box.on_scroll_img {max-width: 95% !important; margin-right: 15px;} */
/* 문자 예약 */
-.send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;}
+/* .send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;} */
+.send_top .send_right .phone_bottom {position: absolute; bottom: 37px; left: 0;}
.send_top .send_right .send_rev {width: 310px; margin: 50px 0 0; /*position:relative;*/}
.send_top .send_right .send_rev .rev_selected {background-color: #f5f5f5;padding: 15px 0 15px 10px;border: 1px solid #d6d8da;border-radius: 10px;}
.send_top .send_right .send_rev .rev_radio input[type="radio"]+label {color: #555;margin-right: 8px;}