diff --git a/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp b/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
index 4556b489..942ca9e4 100644
--- a/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/msgcampain/tw/MsgTWDataSMLView.jsp
@@ -15,7 +15,7 @@
/* .send_top .send_right .phone_bottom{display:flex;align-items:center;} */
.send_top .send_right .send_rev{margin:0 !important;}
.send_top .send_right .phone_bottom{bottom:130px;}
-.send_top .send_right .send_rev .send_content{padding:0 !important;;}
+.send_top .send_right .send_rev .send_content{padding:0 !important;}
<% pageContext.setAttribute("newLineChar", "\r\n"); %>
@@ -4515,8 +4515,9 @@ function getMjMsgSentListAll(pageNo) {
-
+
+
날짜 :
diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css
index e667afa4..e1d7d057 100644
--- a/src/main/webapp/publish/css/content.css
+++ b/src/main/webapp/publish/css/content.css
@@ -532,7 +532,7 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
/* 문자 예약 */
.send_top .send_right .phone_bottom {position: absolute; bottom: 0; left: 0;}
-.send_top .send_right .send_rev {width: 310px; margin: 50px 0 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;}
.send_top .send_right .send_rev select+label {color: #555;font-weight: 300; font-size: 14px;}
@@ -554,6 +554,8 @@ input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email
.send_top .send_right .send_rev .send_content .rev_radio ul li input[type=radio] + label {vertical-align:top;}
.send_top .send_right .send_rev .send_content .send_btn {display:flex;width:245px;justify-content:space-between;}
.send_top .send_right .send_rev .send_content .send_btn button {width:calc(100%/2 - 4px);height:60px;}
+.send_top .send_right .send_rev .use_enter {position:absolute; padding:3px 0 0 65px; display:flex;align-items:center;}
+.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;}
/* sub1 엑셀 문자(대량 전송) */
.send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;}