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 2c0b4f71..62c09c36 100644
--- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
@@ -3197,7 +3197,7 @@ function checkNumber(event) {
-
+
-
+
-
+
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
index 8c79ca55..4a40522e 100644
--- a/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
+++ b/src/main/webapp/WEB-INF/jsp/web/msgsent/MsgSentReadyListAjax.jsp
@@ -186,7 +186,7 @@ $(document).ready(function(){
-
+
|
diff --git a/src/main/webapp/publish/css/button.css b/src/main/webapp/publish/css/button.css
index e86c23e4..b21ab896 100644
--- a/src/main/webapp/publish/css/button.css
+++ b/src/main/webapp/publish/css/button.css
@@ -80,7 +80,7 @@ textarea:-ms-input-placeholder {font-family: 'Noto Sans KR', sans-serif; font-we
.btnType22 {height:28px;padding:0 12px;font-size:14px;color:#222;background-color:#f8bd0e; font-weight:500;}
.btnType22:hover {background-color:#eea301;}
.btnType23 {background:#6a6c72; color:#fff; border-radius: 5px; font-size:14px; font-weight: 400; padding:4px 13px; margin:0 3px;} /*api에 사용*/
-.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼*/
+.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼 추가*/
/* 기타 반복 사용 */
/* 기타 버튼 타입 */
diff --git a/src/main/webapp/publish/js/popupLayer.js b/src/main/webapp/publish/js/popupLayer.js
index b48da7a0..553ef073 100644
--- a/src/main/webapp/publish/js/popupLayer.js
+++ b/src/main/webapp/publish/js/popupLayer.js
@@ -141,6 +141,7 @@ function tooltip() {
customPopup();
}else{}
+ /* 상세보기 버튼 클릭 시 레이어팝업*/
// 팝업이 보이고 있으면 마스크 노출/미노출
// 레이어 팝업 2개 뜰 경우
if($(".popup-com").is(":visible") !== true){
|