diff --git a/src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomListAjax.jsp index 492aa2be..f30fc55d 100644 --- a/src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomListAjax.jsp @@ -16,14 +16,20 @@ $(document).ready(function (){
  • + + <%-- 이미지 alt 값 셋팅 --%> + + + +
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/msgcampain/PhotoListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgcampain/PhotoListAjax.jsp index e9093a6b..72d77c82 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgcampain/PhotoListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgcampain/PhotoListAjax.jsp @@ -21,8 +21,13 @@ --%>
    + <%-- 이미지 alt 값 셋팅 --%> + + + + <%-- --%> - &fileSn=" alt=""> + &fileSn=" alt="">
    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 ac080d06..1fc951bf 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 @@ -3817,28 +3817,29 @@ function getMjMsgSentListAll(pageNo) { - -
    + +
    +
    +
    @@ -4072,7 +4079,7 @@ function getMjMsgSentListAll(pageNo) {

    20건 문자(수동문자) 전송

    - + diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp index 27d59238..55c3d8d3 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/MainPhotoListAjax.jsp @@ -66,7 +66,11 @@ $(document).ready(function(){
    <%-- --%> - &fileSn=" alt="" onerror="this.src='/publish/images/main/template02.jpg';"> + + + + + &fileSn=" alt="" onerror="this.src='/publish/images/main/template02.jpg';">
    diff --git a/src/main/webapp/WEB-INF/jsp/web/msgdata/PhotoListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/msgdata/PhotoListAjax.jsp index c77c6e0a..622cb39b 100644 --- a/src/main/webapp/WEB-INF/jsp/web/msgdata/PhotoListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/msgdata/PhotoListAjax.jsp @@ -21,8 +21,12 @@ --%>
    + + + + <%-- --%> - &fileSn=" alt=""> + &fileSn=" alt="">
    diff --git a/src/main/webapp/publish/css/popupLayer.css b/src/main/webapp/publish/css/popupLayer.css index 9ef8a53d..87480710 100644 --- a/src/main/webapp/publish/css/popupLayer.css +++ b/src/main/webapp/publish/css/popupLayer.css @@ -1132,6 +1132,20 @@ .toast_popup .title{font-size:16px;font-weight:500;color:#fff;line-height:1.5;} .toast_popup .btn_close{display:inline-block;width:20px;height:20px;background:url(/publish/images/icon_toast_close.png) no-repeat center center;} +/*20건 문자(수동문자) 이용안내 팝업*/ +.tw_wrap .con .tw_title{padding: 0 0 10px 0;} +.tw_wrap .tw_title01_icon{background-image: url(/publish/images/popup/tw_popup/title01_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;} +.tw_wrap .con .tw_title .tw_title02_icon{background-image: url(/publish/images/popup/tw_popup/title02_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;} +.tw_wrap .con .tw_title .tw_title03_icon{background-image: url(/publish/images/popup/tw_popup/title03_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;} +.tw_wrap .con .tw_title .tw_title04_icon{background-image: url(/publish/images/popup/tw_popup/title04_icon.png); width: 28px; height: 24px; margin: 0 5px 0 0;} +.tw_wrap .con .tw_title .tw_title05_icon{background-image: url(/publish/images/popup/tw_popup/title05_icon.png); width: 28px; height: 24px; margin: 2px 5px 0 0;} +.tw_wrap .con .tw_con ul li{font-size: 17px; color: #222; font-weight: 500; line-height: 1.8;} +.tw_wrap .con .tw_con ul .te{line-height: 1.4; text-indent: -10px; word-break: keep-all; margin: 0 0 10px 13px;} +.tw_wrap .con .tw_con ul .sub_te{font-size: 16px; color: #666; font-weight: 400; line-height: 1.5; margin: -5px 0 0 11px;} +.tw_wrap .con .tw_con .sub_li li{font-size: 16px; color: #666; font-weight: 400; line-height: 1.6; margin: 0 0 0 11px;} +.tw_wrap .con .tw_con .li_02{margin: 10px 0 0 0;} +.tw_wrap .con .tw_con img{width: 100%; margin: 22px 0 40px 0;} + /* ie */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { diff --git a/src/main/webapp/publish/images/popup/tw_popup/title01_icon.png b/src/main/webapp/publish/images/popup/tw_popup/title01_icon.png new file mode 100644 index 00000000..0886f916 Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/title01_icon.png differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/title02_icon.png b/src/main/webapp/publish/images/popup/tw_popup/title02_icon.png new file mode 100644 index 00000000..b387b41e Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/title02_icon.png differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/title03_icon.png b/src/main/webapp/publish/images/popup/tw_popup/title03_icon.png new file mode 100644 index 00000000..2a9886d5 Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/title03_icon.png differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/title04_icon.png b/src/main/webapp/publish/images/popup/tw_popup/title04_icon.png new file mode 100644 index 00000000..1bc1992d Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/title04_icon.png differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/title05_icon.png b/src/main/webapp/publish/images/popup/tw_popup/title05_icon.png new file mode 100644 index 00000000..83e47d13 Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/title05_icon.png differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/tw_banner.png b/src/main/webapp/publish/images/popup/tw_popup/tw_banner.png new file mode 100644 index 00000000..517ea2bc Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/tw_banner.png differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/tw_con_01.jpg b/src/main/webapp/publish/images/popup/tw_popup/tw_con_01.jpg new file mode 100644 index 00000000..a1306eda Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/tw_con_01.jpg differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/tw_con_02.jpg b/src/main/webapp/publish/images/popup/tw_popup/tw_con_02.jpg new file mode 100644 index 00000000..5f5d3d77 Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/tw_con_02.jpg differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/tw_con_03.jpg b/src/main/webapp/publish/images/popup/tw_popup/tw_con_03.jpg new file mode 100644 index 00000000..be7b5267 Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/tw_con_03.jpg differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/tw_con_04.jpg b/src/main/webapp/publish/images/popup/tw_popup/tw_con_04.jpg new file mode 100644 index 00000000..e488ee8f Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/tw_con_04.jpg differ diff --git a/src/main/webapp/publish/images/popup/tw_popup/tw_con_05.jpg b/src/main/webapp/publish/images/popup/tw_popup/tw_con_05.jpg new file mode 100644 index 00000000..ecf4f47f Binary files /dev/null and b/src/main/webapp/publish/images/popup/tw_popup/tw_con_05.jpg differ