--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -242,13 +242,13 @@ |
| 242 | 242 |
/* 단문 */ |
| 243 | 243 |
.tType1 tbody tr td.putText .put_left.short textarea {height: 160px;margin:-5px 0 0;padding:0 5px;}
|
| 244 | 244 |
.tType1 tbody tr td.putText .put_left.short textarea::placeholder {color: #b5b5b5;}
|
| 245 |
-.tType1 tbody tr td.putText .put_left.short.on {border: 1px solid #002c9a;border-radius: 5px;background-color: #eef2f9;}
|
|
| 245 |
+.tType1 tbody tr td.putText .put_left.short.on {border: 1px solid #002c9a;border-radius: 5px;background-color: #eef2f9 !important;}
|
|
| 246 | 246 |
/* 장문 */ |
| 247 | 247 |
.tType1 tbody tr td.putText .put_left.long textarea {height: 380px;}
|
| 248 |
-.tType1 tbody tr td.putText .put_left.long.on {border: 1px solid #12bec9;border-radius: 5px;background-color: #eef5f9;}
|
|
| 248 |
+.tType1 tbody tr td.putText .put_left.long.on {border: 1px solid #12bec9;border-radius: 5px;background-color: #eef5f9 !important;}
|
|
| 249 | 249 |
/* 그림 */ |
| 250 | 250 |
/* .tType1 tbody tr td.putText .put_left.photo textarea {margin-top: 95px; height: 163px;} */
|
| 251 |
-.tType1 tbody tr td.putText .put_left.photo.on {border: 1px solid #e26ba9;border-radius: 5px;background-color: #f8f1f5;}
|
|
| 251 |
+.tType1 tbody tr td.putText .put_left.photo.on {border: 1px solid #e26ba9;border-radius: 5px;background-color: #f8f1f5 !important;}
|
|
| 252 | 252 |
/* 제목 */ |
| 253 | 253 |
.tType1 tbody tr.msg_title {display:none;}
|
| 254 | 254 |
.tType1 tbody tr.msg_title.active {display:table-row;}
|
... | ... | @@ -502,6 +502,9 @@ |
| 502 | 502 |
/* sub1 문자전송 */ |
| 503 | 503 |
/* send_top */ |
| 504 | 504 |
.send_top .top_content {background-color: #fff;padding: 30px 40px;border-radius: 10px;}
|
| 505 |
+.send_top .top_content .ad_text{display:inline-flex;height:40px;margin:-2px 0 0 8px;padding:0 20px;font-size:15px;font-weight:400;border:1px solid #afa2e9;border-radius:5px;background:#f0eefa;justify-content:center;align-items:center;vertical-align:middle;}
|
|
| 506 |
+.send_top .top_content .ad_text i{width:20px;height:20px;margin:0 8px 0 0;font-size:15px;font-weight:bold;color:#fff;text-align:center;border-radius:100%;background:#e40000;line-height:20px;}
|
|
| 507 |
+.send_top .top_content .ad_text a{color:#e40000;font-weight:bold;}
|
|
| 505 | 508 |
.send_top .send_price {display: inline-block;position: relative;margin-left:50px;vertical-align: middle;line-height: 25px;height: 27.5px;}
|
| 506 | 509 |
.send_top .send_price::after {content: "";position: absolute;background-color: #002c9a;width: 3px;height: 20px;border-radius: 2px; top: 50%;transform: translateY(-50%);left: -30px;}
|
| 507 | 510 |
.send_top .send_price li {display: inline-block;color: #555;padding-right: 7px;margin-right: 5px;position: relative; font-size: 15px; letter-spacing: -0.5px;}
|
... | ... | @@ -591,6 +594,8 @@ |
| 591 | 594 |
.send_top .send_right .send_rev .use_enter label {font-size:16px!important; padding:0 0 0 4px; font-weight:400!important;}
|
| 592 | 595 |
|
| 593 | 596 |
/* sub1 엑셀 문자(대량 전송) */ |
| 597 |
+.send_top .get_excel .button.ad_btn i{position:absolute;display:inline-block;width:47px;height:36px;background:url(/publish/images/required_read.gif) no-repeat center;left:-23px;top:-21px;}
|
|
| 598 |
+.send_top .get_excel .tType1 tbody tr td.putText .put_left{background:#f0eefa;}
|
|
| 594 | 599 |
.send_top .get_excel .send_right .phone {height: 93%; position: absolute; top: 0; right: 0;}
|
| 595 | 600 |
.send_general.sec .tType1 tbody tr:first-child {border-top: 0;}
|
| 596 | 601 |
.send_top .excelWrap {padding: 20px 0;}
|
+++ src/main/webapp/publish/images/required_read.gif
| Binary file is not shown |
+++ src/main/webapp/publish/sub1_2024.html
... | ... | @@ -0,0 +1,3152 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| 7 | + <title>문자온_문자전송</title> | |
| 8 | + | |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet"> | |
| 10 | + <link rel="stylesheet" href="/publish/css/reset.css"> | |
| 11 | + <link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> | |
| 12 | + <link rel="stylesheet" href="/publish/css/common.css"> | |
| 13 | + <link rel="stylesheet" href="/publish/css/button.css"> | |
| 14 | + <link rel="stylesheet" href="/publish/css/content.css"> | |
| 15 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 16 | + <link rel="stylesheet" href="/publish/css/popupLayer.css"> | |
| 17 | + | |
| 18 | + <script src="/publish/js/jquery-3.5.0.js"></script> | |
| 19 | + <script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> | |
| 20 | + <script src="/publish/js/common.js"></script> | |
| 21 | + <script src="/publish/js/content.js"></script> | |
| 22 | + <script src="/publish/js/popup.js"></script> | |
| 23 | + <script src="/publish/js/popupLayer.js"></script> | |
| 24 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script> | |
| 25 | + | |
| 26 | +</head> | |
| 27 | + | |
| 28 | +<body> | |
| 29 | + <div class="mask"></div> | |
| 30 | + | |
| 31 | + <!-- 전송내역 팝업 --> | |
| 32 | + <div class="tooltip-wrap"> | |
| 33 | + <div class="popup-com history_layer popup03" tabindex="0" data-tooltip-con="popup03" data-focus="popup03" data-focus-prev="popup03-close"> | |
| 34 | + <div class="popup_heading"> | |
| 35 | + <p><span>전송내역</p> | |
| 36 | + <button type="button" class="tooltip-close" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 37 | + </div> | |
| 38 | + <div class="layer_in"> | |
| 39 | + <!-- tab button --> | |
| 40 | + <ul class="tabType6"> | |
| 41 | + <li class="tab active"><button type="button" onclick="TabType(this,'1');">최근 전송내역</button></li> | |
| 42 | + <li class="tab"><button type="button" onclick="TabType(this,'2');">자주보내는 번호</button></li> | |
| 43 | + </ul> | |
| 44 | + <!--// tab button --> | |
| 45 | + <!-- 최근 전송내역 --> | |
| 46 | + <div class="history_cont current hascont"> | |
| 47 | + <div class="histroy_trans" id="latestMsgArea"> | |
| 48 | + <ul> | |
| 49 | + <li> | |
| 50 | + <input type="checkbox" id=""> | |
| 51 | + <label for="" class="label">최근 전송내역</label> | |
| 52 | + <p>010-1234-5678</p> | |
| 53 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 54 | + </li> | |
| 55 | + <li> | |
| 56 | + <input type="checkbox" id=""> | |
| 57 | + <label for="" class="label">최근 전송내역</label> | |
| 58 | + <p>010-1234-5678</p> | |
| 59 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 60 | + </li> | |
| 61 | + <li> | |
| 62 | + <input type="checkbox" id=""> | |
| 63 | + <label for="" class="label">최근 전송내역</label> | |
| 64 | + <p>010-1234-5678</p> | |
| 65 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 66 | + </li> | |
| 67 | + <li> | |
| 68 | + <input type="checkbox" id=""> | |
| 69 | + <label for="" class="label">최근 전송내역</label> | |
| 70 | + <p>010-1234-5678</p> | |
| 71 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 72 | + </li> | |
| 73 | + <li> | |
| 74 | + <input type="checkbox" id=""> | |
| 75 | + <label for="" class="label">최근 전송내역</label> | |
| 76 | + <p>010-1234-5678</p> | |
| 77 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 78 | + </li> | |
| 79 | + <li> | |
| 80 | + <input type="checkbox" id=""> | |
| 81 | + <label for="" class="label">최근 전송내역</label> | |
| 82 | + <p>010-1234-5678</p> | |
| 83 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 84 | + </li> | |
| 85 | + <li> | |
| 86 | + <input type="checkbox" id=""> | |
| 87 | + <label for="" class="label">최근 전송내역</label> | |
| 88 | + <p>010-1234-5678</p> | |
| 89 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 90 | + </li> | |
| 91 | + <li> | |
| 92 | + <input type="checkbox" id=""> | |
| 93 | + <label for="" class="label">최근 전송내역</label> | |
| 94 | + <p>010-1234-5678</p> | |
| 95 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 96 | + </li> | |
| 97 | + <li> | |
| 98 | + <input type="checkbox" id=""> | |
| 99 | + <label for="" class="label">최근 전송내역</label> | |
| 100 | + <p>010-1234-5678</p> | |
| 101 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 102 | + </li> | |
| 103 | + <li> | |
| 104 | + <input type="checkbox" id=""> | |
| 105 | + <label for="" class="label">최근 전송내역</label> | |
| 106 | + <p>010-1234-5678</p> | |
| 107 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 108 | + </li> | |
| 109 | + <li> | |
| 110 | + <input type="checkbox" id=""> | |
| 111 | + <label for="" class="label">최근 전송내역</label> | |
| 112 | + <p>010-1234-5678</p> | |
| 113 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 114 | + </li> | |
| 115 | + <li> | |
| 116 | + <input type="checkbox" id=""> | |
| 117 | + <label for="" class="label">최근 전송내역</label> | |
| 118 | + <p>010-1234-5678</p> | |
| 119 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 120 | + </li> | |
| 121 | + <li> | |
| 122 | + <input type="checkbox" id=""> | |
| 123 | + <label for="" class="label">최근 전송내역</label> | |
| 124 | + <p>010-1234-5678</p> | |
| 125 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 126 | + </li> | |
| 127 | + <li> | |
| 128 | + <input type="checkbox" id=""> | |
| 129 | + <label for="" class="label">최근 전송내역</label> | |
| 130 | + <p>010-1234-5678</p> | |
| 131 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 132 | + </li> | |
| 133 | + <li> | |
| 134 | + <input type="checkbox" id=""> | |
| 135 | + <label for="" class="label">최근 전송내역</label> | |
| 136 | + <p>010-1234-5678</p> | |
| 137 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 138 | + </li> | |
| 139 | + <li> | |
| 140 | + <input type="checkbox" id=""> | |
| 141 | + <label for="" class="label">최근 전송내역</label> | |
| 142 | + <p>010-1234-5678</p> | |
| 143 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 144 | + </li> | |
| 145 | + <li> | |
| 146 | + <input type="checkbox" id=""> | |
| 147 | + <label for="" class="label">최근 전송내역</label> | |
| 148 | + <p>010-1234-5678</p> | |
| 149 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 150 | + </li> | |
| 151 | + </ul> | |
| 152 | + </div> | |
| 153 | + <div class="popup_btn_wrap2 hisroy_btn"> | |
| 154 | + <button type="button">선택추가</button> | |
| 155 | + <button type="button">선택취소</button> | |
| 156 | + </div> | |
| 157 | + </div> | |
| 158 | + <!--// 최근 전송내역 --> | |
| 159 | + <!-- 자주보내는 번호 --> | |
| 160 | + <div class="history_cont hascont"> | |
| 161 | + <div class="histroy_trans" id="bookMarkMsgArea"> | |
| 162 | + <ul> | |
| 163 | + <li> | |
| 164 | + <input type="checkbox" id=""> | |
| 165 | + <label for="" class="label">최근 전송내역</label> | |
| 166 | + <p>010-1234-5678</p> | |
| 167 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 168 | + </li> | |
| 169 | + <li> | |
| 170 | + <input type="checkbox" id=""> | |
| 171 | + <label for="" class="label">최근 전송내역</label> | |
| 172 | + <p>010-1234-5678</p> | |
| 173 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 174 | + </li> | |
| 175 | + <li> | |
| 176 | + <input type="checkbox" id=""> | |
| 177 | + <label for="" class="label">최근 전송내역</label> | |
| 178 | + <p>010-1234-5678</p> | |
| 179 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 180 | + </li> | |
| 181 | + <li> | |
| 182 | + <input type="checkbox" id=""> | |
| 183 | + <label for="" class="label">최근 전송내역</label> | |
| 184 | + <p>010-1234-5678</p> | |
| 185 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 186 | + </li> | |
| 187 | + <li> | |
| 188 | + <input type="checkbox" id=""> | |
| 189 | + <label for="" class="label">최근 전송내역</label> | |
| 190 | + <p>010-1234-5678</p> | |
| 191 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 192 | + </li> | |
| 193 | + <li> | |
| 194 | + <input type="checkbox" id=""> | |
| 195 | + <label for="" class="label">최근 전송내역</label> | |
| 196 | + <p>010-1234-5678</p> | |
| 197 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 198 | + </li> | |
| 199 | + <li> | |
| 200 | + <input type="checkbox" id=""> | |
| 201 | + <label for="" class="label">최근 전송내역</label> | |
| 202 | + <p>010-1234-5678</p> | |
| 203 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 204 | + </li> | |
| 205 | + <li> | |
| 206 | + <input type="checkbox" id=""> | |
| 207 | + <label for="" class="label">최근 전송내역</label> | |
| 208 | + <p>010-1234-5678</p> | |
| 209 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 210 | + </li> | |
| 211 | + <li> | |
| 212 | + <input type="checkbox" id=""> | |
| 213 | + <label for="" class="label">최근 전송내역</label> | |
| 214 | + <p>010-1234-5678</p> | |
| 215 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 216 | + </li> | |
| 217 | + <li> | |
| 218 | + <input type="checkbox" id=""> | |
| 219 | + <label for="" class="label">최근 전송내역</label> | |
| 220 | + <p>010-1234-5678</p> | |
| 221 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 222 | + </li> | |
| 223 | + <li> | |
| 224 | + <input type="checkbox" id=""> | |
| 225 | + <label for="" class="label">최근 전송내역</label> | |
| 226 | + <p>010-1234-5678</p> | |
| 227 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 228 | + </li> | |
| 229 | + <li> | |
| 230 | + <input type="checkbox" id=""> | |
| 231 | + <label for="" class="label">최근 전송내역</label> | |
| 232 | + <p>010-1234-5678</p> | |
| 233 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 234 | + </li> | |
| 235 | + <li> | |
| 236 | + <input type="checkbox" id=""> | |
| 237 | + <label for="" class="label">최근 전송내역</label> | |
| 238 | + <p>010-1234-5678</p> | |
| 239 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 240 | + </li> | |
| 241 | + <li> | |
| 242 | + <input type="checkbox" id=""> | |
| 243 | + <label for="" class="label">최근 전송내역</label> | |
| 244 | + <p>010-1234-5678</p> | |
| 245 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 246 | + </li> | |
| 247 | + <li> | |
| 248 | + <input type="checkbox" id=""> | |
| 249 | + <label for="" class="label">최근 전송내역</label> | |
| 250 | + <p>010-1234-5678</p> | |
| 251 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 252 | + </li> | |
| 253 | + <li> | |
| 254 | + <input type="checkbox" id=""> | |
| 255 | + <label for="" class="label">최근 전송내역</label> | |
| 256 | + <p>010-1234-5678</p> | |
| 257 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 258 | + </li> | |
| 259 | + <li> | |
| 260 | + <input type="checkbox" id=""> | |
| 261 | + <label for="" class="label">최근 전송내역</label> | |
| 262 | + <p>010-1234-5678</p> | |
| 263 | + <button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> | |
| 264 | + </li> | |
| 265 | + </ul> | |
| 266 | + </div> | |
| 267 | + <div class="popup_btn_wrap2 hisroy_btn"> | |
| 268 | + <button type="button">선택추가</button> | |
| 269 | + <button type="button">선택취소</button> | |
| 270 | + </div> | |
| 271 | + </div> | |
| 272 | + <!--// 자주보내는 번호 --> | |
| 273 | + </div> | |
| 274 | + </div> | |
| 275 | + </div> | |
| 276 | + <!--// 전송내역 팝업 --> | |
| 277 | + | |
| 278 | + <!-- 엑셀 불러오기 --> | |
| 279 | + <div class="tooltip-wrap"> | |
| 280 | + <div class="popup-com import_layer popup02" tabindex="0" data-tooltip-con="popup02" data-focus="popup02" data-focus-prev="popup02-close"> | |
| 281 | + <div class="popup_heading"> | |
| 282 | + <p><span>엑셀</span> 불러오기</p> | |
| 283 | + <button type="button" class="tooltip-close" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 284 | + </div> | |
| 285 | + <div class="layer_in"> | |
| 286 | + <!-- 엑셀파일 불러오기 --> | |
| 287 | + <div class="hascont"> | |
| 288 | + <div class="titBox"> | |
| 289 | + <p>- 최대 2만 건까지 등록할 수 있습니다.</p> | |
| 290 | + <p>- [엑셀 불러오기]시 문서의 A, B, C, D열을 불러옵니다.(지원하는 파일 형식 : xls, xlsx)</p> | |
| 291 | + <p>- 이름 : 20byte, [*1*] [*2*] : 100byte까지 입력 가능합니다.</p> | |
| 292 | + <p>- 휴대폰 항목은 숫자, 하이픈(-)만 인식하며, 번호 앞에 0이 생략되어도 정상 등록됩니다. | |
| 293 | + </p> | |
| 294 | + <button type="button" class="excel_btn"><i></i>샘플파일 다운로드</button> | |
| 295 | + </div> | |
| 296 | + <div class="attachedFile"> | |
| 297 | + <label for="" class="attachedFile_label">첨부파일</label> | |
| 298 | + <input type="text" readonly> | |
| 299 | + <button type="button" class="btnType btnType6">찾아보기</button> | |
| 300 | + <p><span class="vMiddle">*</span> 첨부된 파일은 <span class="c_e40000">[추가]버튼을 클릭</span>하셔야 받는 사람에 등록됩니다.</p> | |
| 301 | + </div> | |
| 302 | + </div> | |
| 303 | + <!--// 엑셀파일 불러오기 --> | |
| 304 | + <div class="popup_btn_wrap2"> | |
| 305 | + <button type="button">추가</button> | |
| 306 | + <button type="button" class="tooltip-close" data-focus="popup02-close" data-focus-next="popup02">닫기</button> | |
| 307 | + </div> | |
| 308 | + </div> | |
| 309 | + </div> | |
| 310 | + </div> | |
| 311 | + <!--// 엑셀 불러오기 --> | |
| 312 | + | |
| 313 | + <!-- 주소록 불러오기 --> | |
| 314 | + <div class="tooltip-wrap"> | |
| 315 | + <div class="popup-com import_layer popup06" tabindex="0" data-tooltip-con="popup06" data-focus="popup06" data-focus-prev="popup06-close" style="width: 1000px"> | |
| 316 | + <div class="popup_heading"> | |
| 317 | + <p><span>주소록 불러오기</p> | |
| 318 | + <button type="button" class="tooltip-close" data-focus="popup06-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 319 | + </div> | |
| 320 | + <div class="layer_in"> | |
| 321 | + <div class="titBox"> | |
| 322 | + <p>- 주소록 수정 및 변경은 <span>[주소록 관리]</span>에서만 가능합니다.</p> | |
| 323 | + <button type="button" class="adr_admin">주소록 관리</button> | |
| 324 | + </div> | |
| 325 | + <div class="adr_wrap"> | |
| 326 | + <div class="adr_pop_left"> | |
| 327 | + <div class="adr_left_search"> | |
| 328 | + <label for="" class="label">그룹명 검색</label> | |
| 329 | + <input type="text" placeholder="그룹명 검색" onfocus="this.placeholder=''" onblur="this.placeholder='그룹명 검색'" class="inputLight"> | |
| 330 | + <button type="button"><img src="/publish/images/popup/search.png" alt="검색"></button> | |
| 331 | + </div> | |
| 332 | + <div class="adr_pop_box"> | |
| 333 | + <div> | |
| 334 | + <div class="adr_cb_wrap2"> | |
| 335 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">전체[<span>50</span>명]</p> | |
| 336 | + </div> | |
| 337 | + </div> | |
| 338 | + <div class="adr_pop_list"> | |
| 339 | + <div class="adr_cb_wrap2 active"> | |
| 340 | + <p><img src="/publish/images/content/open_folder2.png" alt="폴더 열림">그룹미지정[<span>10</span>명]</p> | |
| 341 | + </div> | |
| 342 | + <div class="adr_cb_wrap2"> | |
| 343 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호가 맞나요? 확실한가요?[<span>20</span>명]</p> | |
| 344 | + </div> | |
| 345 | + <div class="adr_cb_wrap2"> | |
| 346 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">직장[<span>20</span>명]</p> | |
| 347 | + </div> | |
| 348 | + <div class="adr_cb_wrap2"> | |
| 349 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>20</span>명]</p> | |
| 350 | + </div> | |
| 351 | + <div class="adr_cb_wrap2"> | |
| 352 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p> | |
| 353 | + </div> | |
| 354 | + <div class="adr_cb_wrap2"> | |
| 355 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p> | |
| 356 | + </div> | |
| 357 | + <div class="adr_cb_wrap2"> | |
| 358 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p> | |
| 359 | + </div> | |
| 360 | + <div class="adr_cb_wrap2"> | |
| 361 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p> | |
| 362 | + </div> | |
| 363 | + <div class="adr_cb_wrap2"> | |
| 364 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p> | |
| 365 | + </div> | |
| 366 | + <div class="adr_cb_wrap2"> | |
| 367 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p> | |
| 368 | + </div> | |
| 369 | + <div class="adr_cb_wrap2"> | |
| 370 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p> | |
| 371 | + </div> | |
| 372 | + <div class="adr_cb_wrap2"> | |
| 373 | + <p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p> | |
| 374 | + </div> | |
| 375 | + </div> | |
| 376 | + </div> | |
| 377 | + <div class="popup_btn"> | |
| 378 | + <button type="button" class="btnType">선택 그룹 추가</button> | |
| 379 | + </div> | |
| 380 | + </div> | |
| 381 | + <div class="adr_pop_right"> | |
| 382 | + <div class="clearfix"> | |
| 383 | + <div class="btnWrap_last"> | |
| 384 | + <label for="" class="label">카테고리 선택</label> | |
| 385 | + <select id="" class="selType2"> | |
| 386 | + <option>전체</option> | |
| 387 | + </select> | |
| 388 | + <label for="" class="label">검색어 입력</label> | |
| 389 | + <input type="text" placeholder="검색어를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요'"> | |
| 390 | + <button type="button" class="btnType btnType17">검색</button> | |
| 391 | + </div> | |
| 392 | + <!-- table --> | |
| 393 | + <div class="adr_excel adr_pop_list2"> | |
| 394 | + <!-- thead --> | |
| 395 | + <div class="adr_hd"> | |
| 396 | + <div> | |
| 397 | + <label for="" class="label">전체 선택</label> | |
| 398 | + <input type="checkbox"> | |
| 399 | + </div> | |
| 400 | + <div> | |
| 401 | + 그룹명 | |
| 402 | + <div class="sort_wrap"> | |
| 403 | + <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> | |
| 404 | + <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> | |
| 405 | + </div> | |
| 406 | + </div> | |
| 407 | + <div> | |
| 408 | + 이름 | |
| 409 | + <div class="sort_wrap"> | |
| 410 | + <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> | |
| 411 | + <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> | |
| 412 | + </div> | |
| 413 | + </div> | |
| 414 | + <div> | |
| 415 | + 휴대폰번호 | |
| 416 | + <div class="sort_wrap"> | |
| 417 | + <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> | |
| 418 | + <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> | |
| 419 | + </div> | |
| 420 | + </div> | |
| 421 | + <div>[*1*]</div> | |
| 422 | + <div>[*2*]</div> | |
| 423 | + <div>[*3*]</div> | |
| 424 | + <div>[*4*]</div> | |
| 425 | + </div> | |
| 426 | + <!-- tbody --> | |
| 427 | + <div class="adr_bd_wrap"> | |
| 428 | + <div class="adr_bd"> | |
| 429 | + <div> | |
| 430 | + <label for="" class="label">한 줄 선택</label> | |
| 431 | + <input type="checkbox"> | |
| 432 | + </div> | |
| 433 | + <div>가족</div> | |
| 434 | + <div>홍길동</div> | |
| 435 | + <div>010-1234-5678</div> | |
| 436 | + <div>변수1</div> | |
| 437 | + <div>변수2</div> | |
| 438 | + <div>변수3</div> | |
| 439 | + <div>변수4</div> | |
| 440 | + </div> | |
| 441 | + <div class="adr_bd"> | |
| 442 | + <div> | |
| 443 | + <label for="" class="label">한 줄 선택</label> | |
| 444 | + <input type="checkbox"> | |
| 445 | + </div> | |
| 446 | + <div>가족</div> | |
| 447 | + <div>홍길동</div> | |
| 448 | + <div>010-1234-5678</div> | |
| 449 | + <div>변수1</div> | |
| 450 | + <div>변수2</div> | |
| 451 | + <div>변수3</div> | |
| 452 | + <div>변수4</div> | |
| 453 | + </div> | |
| 454 | + <div class="adr_bd"> | |
| 455 | + <div> | |
| 456 | + <label for="" class="label">한 줄 선택</label> | |
| 457 | + <input type="checkbox"> | |
| 458 | + </div> | |
| 459 | + <div>가족</div> | |
| 460 | + <div>홍길동</div> | |
| 461 | + <div>010-1234-5678</div> | |
| 462 | + <div>변수1</div> | |
| 463 | + <div>변수2</div> | |
| 464 | + <div>변수3</div> | |
| 465 | + <div>변수4</div> | |
| 466 | + </div> | |
| 467 | + <div class="adr_bd"> | |
| 468 | + <div> | |
| 469 | + <label for="" class="label">한 줄 선택</label> | |
| 470 | + <input type="checkbox"> | |
| 471 | + </div> | |
| 472 | + <div>가족</div> | |
| 473 | + <div>홍길동</div> | |
| 474 | + <div>010-1234-5678</div> | |
| 475 | + <div>변수1</div> | |
| 476 | + <div>변수2</div> | |
| 477 | + <div>변수3</div> | |
| 478 | + <div>변수4</div> | |
| 479 | + </div> | |
| 480 | + <div class="adr_bd"> | |
| 481 | + <div> | |
| 482 | + <label for="" class="label">한 줄 선택</label> | |
| 483 | + <input type="checkbox"> | |
| 484 | + </div> | |
| 485 | + <div>가족</div> | |
| 486 | + <div>홍길동</div> | |
| 487 | + <div>010-1234-5678</div> | |
| 488 | + <div>변수1</div> | |
| 489 | + <div>변수2</div> | |
| 490 | + <div>변수3</div> | |
| 491 | + <div>변수4</div> | |
| 492 | + </div> | |
| 493 | + <div class="adr_bd"> | |
| 494 | + <div> | |
| 495 | + <label for="" class="label">한 줄 선택</label> | |
| 496 | + <input type="checkbox"> | |
| 497 | + </div> | |
| 498 | + <div>가족</div> | |
| 499 | + <div>홍길동</div> | |
| 500 | + <div>010-1234-5678</div> | |
| 501 | + <div>변수1</div> | |
| 502 | + <div>변수2</div> | |
| 503 | + <div>변수3</div> | |
| 504 | + <div>변수4</div> | |
| 505 | + </div> | |
| 506 | + <div class="adr_bd"> | |
| 507 | + <div> | |
| 508 | + <label for="" class="label">한 줄 선택</label> | |
| 509 | + <input type="checkbox"> | |
| 510 | + </div> | |
| 511 | + <div>가족</div> | |
| 512 | + <div>홍길동</div> | |
| 513 | + <div>010-1234-5678</div> | |
| 514 | + <div>변수1</div> | |
| 515 | + <div>변수2</div> | |
| 516 | + <div>변수3</div> | |
| 517 | + <div>변수4</div> | |
| 518 | + </div> | |
| 519 | + <div class="adr_bd"> | |
| 520 | + <div> | |
| 521 | + <label for="" class="label">한 줄 선택</label> | |
| 522 | + <input type="checkbox"> | |
| 523 | + </div> | |
| 524 | + <div>가족</div> | |
| 525 | + <div>홍길동</div> | |
| 526 | + <div>010-1234-5678</div> | |
| 527 | + <div>변수1</div> | |
| 528 | + <div>변수2</div> | |
| 529 | + <div>변수3</div> | |
| 530 | + <div>변수4</div> | |
| 531 | + </div> | |
| 532 | + <div class="adr_bd"> | |
| 533 | + <div> | |
| 534 | + <label for="" class="label">한 줄 선택</label> | |
| 535 | + <input type="checkbox"> | |
| 536 | + </div> | |
| 537 | + <div>가족</div> | |
| 538 | + <div>홍길동</div> | |
| 539 | + <div>010-1234-5678</div> | |
| 540 | + <div>변수1</div> | |
| 541 | + <div>변수2</div> | |
| 542 | + <div>변수3</div> | |
| 543 | + <div>변수4</div> | |
| 544 | + </div> | |
| 545 | + <div class="adr_bd"> | |
| 546 | + <div> | |
| 547 | + <label for="" class="label">한 줄 선택</label> | |
| 548 | + <input type="checkbox"> | |
| 549 | + </div> | |
| 550 | + <div>가족</div> | |
| 551 | + <div>홍길동</div> | |
| 552 | + <div>010-1234-5678</div> | |
| 553 | + <div>변수1</div> | |
| 554 | + <div>변수2</div> | |
| 555 | + <div>변수3</div> | |
| 556 | + <div>변수4</div> | |
| 557 | + </div> | |
| 558 | + <div class="adr_bd"> | |
| 559 | + <div> | |
| 560 | + <label for="" class="label">한 줄 선택</label> | |
| 561 | + <input type="checkbox"> | |
| 562 | + </div> | |
| 563 | + <div>가족</div> | |
| 564 | + <div>홍길동</div> | |
| 565 | + <div>010-1234-5678</div> | |
| 566 | + <div>변수1</div> | |
| 567 | + <div>변수2</div> | |
| 568 | + <div>변수3</div> | |
| 569 | + <div>변수4</div> | |
| 570 | + </div> | |
| 571 | + <div class="adr_bd"> | |
| 572 | + <div> | |
| 573 | + <label for="" class="label">한 줄 선택</label> | |
| 574 | + <input type="checkbox"> | |
| 575 | + </div> | |
| 576 | + <div>가족</div> | |
| 577 | + <div>홍길동</div> | |
| 578 | + <div>010-1234-5678</div> | |
| 579 | + <div>변수1</div> | |
| 580 | + <div>변수2</div> | |
| 581 | + <div>변수3</div> | |
| 582 | + <div>변수4</div> | |
| 583 | + </div> | |
| 584 | + </div> | |
| 585 | + </div> | |
| 586 | + <!--// table --> | |
| 587 | + </div> | |
| 588 | + <div class="popup_btn_wrap2"> | |
| 589 | + <button type="button">추가</button> | |
| 590 | + <button type="button" class="tooltip-close" data-focus="popup06-close" data-focus-next="popup06">닫기</button> | |
| 591 | + </div> | |
| 592 | + </div> | |
| 593 | + </div> | |
| 594 | + </div> | |
| 595 | + </div> | |
| 596 | + </div> | |
| 597 | + <!--// 주소록 불러오기 --> | |
| 598 | + | |
| 599 | + <!--광고문자 관련법규 안내 팝업 --> | |
| 600 | + <div class="tooltip-wrap"> | |
| 601 | + <div class="popup-com ad_layer adpopup01" tabindex="0" data-tooltip-con="adpopup01" data-focus="adpopup01" data-focus-prev="adpopup01-close" style="width: 795px"> | |
| 602 | + <div class="popup_heading"> | |
| 603 | + <p>광고문자 관련법규 안내</p> | |
| 604 | + <button type="button" class="tooltip-close" data-focus="adpopup01-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 605 | + </div> | |
| 606 | + <div class="layer_in"> | |
| 607 | + <div class="list_tab_wrap2 type5"> | |
| 608 | + <!-- tab button --> | |
| 609 | + <ul class="list_tab"> | |
| 610 | + <li class="tab active"><button type="button" onclick="listTab2(this,'1');">광고문자 전송규정 안내</button></li> | |
| 611 | + <li class="tab"><button type="button" onclick="listTab2(this,'2');">광고문자 수신동의 안내</button></li> | |
| 612 | + </ul> | |
| 613 | + <!--// tab button --> | |
| 614 | + </div> | |
| 615 | + <!-- 광고문자 전송규정 안내 --> | |
| 616 | + <div class="adpop_cont current" id="listTab2_1"> | |
| 617 | + <div class="adpop1_top"> | |
| 618 | + <div> | |
| 619 | + <p>의무사항</p> | |
| 620 | + <div> | |
| 621 | + <p>메시지 시작 부분에 (광고) 문구 표기<span>(광/고), (광 고), [광고], (00광고) 등과 같이 변칙 | |
| 622 | + 표기 금지</span></p> | |
| 623 | + <p>업체명, 연락처, 무료거부 표기<span>“업체명”이 기재될 경우 연락처 및 무료거부 표기가 | |
| 624 | + 없더라도 100% 광고문자로 간주</span></p> | |
| 625 | + <p>광고문자 전송시간<span>오전 8시부터 오후 9시까지만 전송 가능<br> | |
| 626 | + ※ 오후 9시 이후에는 광고문자 전송 불가</span></p> | |
| 627 | + </div> | |
| 628 | + </div> | |
| 629 | + </div> | |
| 630 | + <div class="adpop1_middle"> | |
| 631 | + <p>2015년 5월부터 광고전송에 대한 (광고)표시 의무가 본격 시행되었습니다.<br> | |
| 632 | + 자세한 관련 법규 관련 사항은 아래 한국인터넷진흥원(KISA)에서 제공하는 안내서를 참고하시기 바랍니다.</p> | |
| 633 | + <button type="button">불법스팸방지 안내서 5차 개정판</button> | |
| 634 | + <span>* 출처 : KISA 한국인터넷진흥원</span> | |
| 635 | + </div> | |
| 636 | + <div class="adpop1_bottom"> | |
| 637 | + <p>광고문자의 범위는 어디서부터 어디까지인가요?</p> | |
| 638 | + <div> | |
| 639 | + <div> | |
| 640 | + <p>영리목적의 광고성 정보 범위</p> | |
| 641 | + <p>· 영업을 하는 자가 고객에게 보내는 정보는 원칙적으로 모두 광고성 정보로 간주<br> | |
| 642 | + · 주된 정보가 광고성 정보가 아니더라도 부수적으로 광고성 정보가 포함되어 있다면 광고성 정보로 분류 | |
| 643 | + </p> | |
| 644 | + </div> | |
| 645 | + <div> | |
| 646 | + <p>광고성 정보의 예외</p> | |
| 647 | + <p>· 구매한 재화 또는 서비스에 대한 보증, 제품 리콜, 안전 또는 보안 관련 정보<br> | |
| 648 | + · 고객의 요청에 의해 발송되는 1회성 정보<br> | |
| 649 | + · 수신자가 금전적 대가를 지불하고 신청한 정보 | |
| 650 | + </p> | |
| 651 | + </div> | |
| 652 | + <div class="adpop1_bottom_in"> | |
| 653 | + <p>‘영리목적의 광고성 정보’의 적용범위</p> | |
| 654 | + <div> | |
| 655 | + <span>법률</span> | |
| 656 | + <div> | |
| 657 | + <p>제50조(영리목적의 광고성 정보 전송 제한)</p> | |
| 658 | + <p>① 누구든지 전자적 전송매체를 이용하여 영리목적의 광고성 정보를 전송하려면 그 수신자의 명시적인 사전 동의를 받아야한다. 다만, 다음 각 호의 어느 하나에 해당하는 경우에는 사전동의를 받지 아니한다.<br> | |
| 659 | + 1. 재화 등의 거래관계를 통하여 수신자로부터 직접 연락처를 수집한 자가 대통령령으로 정한 기간 이내에 자신이 처리하고 수신자와 거래한 것과 동종의 재화 등에 대한 영리목적의 광고성 정보를 전송 하려는 경우<br> | |
| 660 | + 2. “방문판매 등에 관한 법률”에 따른 전화권유판매자가 육성으로 수신자에게 개인정보의 수집출처를 고지하고 전화권유를 하는 경우</p> | |
| 661 | + </div> | |
| 662 | + </div> | |
| 663 | + <div> | |
| 664 | + <span>시행령</span> | |
| 665 | + <div> | |
| 666 | + <p>제61조(영리목적의 광고성 정보 전송기준)</p> | |
| 667 | + <p>① 법 제50조제1항제1호에서 “대통령령으로 정한 기간”이란 해당 재화 등의 거래가 종료된 날부터 6개월을 말한다.</p> | |
| 668 | + </div> | |
| 669 | + </div> | |
| 670 | + <div class="adpop1_bottom_req"> | |
| 671 | + <p>누구든지 전자적 전송매체를 이용해 영리목적의 광고성 정보를 전송하는 경우<br> | |
| 672 | + 정보통신망법 제50조에서 정한 의무를 준수하여야 함</p> | |
| 673 | + </div> | |
| 674 | + </div> | |
| 675 | + </div> | |
| 676 | + </div> | |
| 677 | + </div> | |
| 678 | + <!--// 광고문자 전송규정 안내 --> | |
| 679 | + | |
| 680 | + <!-- 광고문자 수신동의 안내 --> | |
| 681 | + <div class="adpop_cont adpop2" id="listTab2_2"> | |
| 682 | + <div class="adpop1_top"> | |
| 683 | + <div> | |
| 684 | + <p>의무사항</p> | |
| 685 | + <span class="info">수신동의 여부를 받은날로부터 2년마다 재고지하여야 함</span> | |
| 686 | + <div> | |
| 687 | + <p>전송자 명칭<span>메시지 시작부분에 표기</span></p> | |
| 688 | + <p>날짜, 동의 사실<span>수신동의 날짜 및 수신에 동의한 사실을 입력</span></p> | |
| 689 | + <p>무료거부번호 표기<span>수신동의에 대한 유지 또는 철회 의사 표시</span></p> | |
| 690 | + </div> | |
| 691 | + </div> | |
| 692 | + </div> | |
| 693 | + <div class="adpop1_bottom"> | |
| 694 | + <div class="adpop1_bottom_in"> | |
| 695 | + <p>수신동의 여부 확인</p> | |
| 696 | + <div> | |
| 697 | + <span>법률</span> | |
| 698 | + <div> | |
| 699 | + <p>제50조(영리목적의 광고성 정보 전송 제한)</p> | |
| 700 | + <p>⑧ 제1항 또는 제3항에 따라 수신동의를 받은 자는 대통령령으로 정하는 바에 따라 정기적으로 광고성 정보 수신자의 수신동의 여부를 확인하여야 한다.<p> | |
| 701 | + </div> | |
| 702 | + </div> | |
| 703 | + <div> | |
| 704 | + <span>시행령</span> | |
| 705 | + <div> | |
| 706 | + <p>제62조의3(수신동의 여부 확인 방식)</p> | |
| 707 | + <p>① 법 제50조제1항 또는 제3항에 따라 수신자의 사전 동의를 받은 자는 같은 조 제8항에 따라 그 수신동의를 받은 날로부터 2년마다(매 2년이 되는 해의 수신동의를 받은 날과 같은 날 전까지를 말한다) 해당 수신자의 수신동의 여부를 확인하여야 한다.<br> | |
| 708 | + ② 제1항에 따라 수신동의 여부를 확인하려는 자는 수신자에게 다음 각 호의 사항을 밝혀야 한다.<br> | |
| 709 | + 1. 전송자의 명칭<br> | |
| 710 | + 2. 수신자의 수신동의 사실과 수신에 동의한 날짜<br> | |
| 711 | + 3. 수신동의에 대한 유지 또는 철회의 의사를 표시하는 방법</p> | |
| 712 | + </div> | |
| 713 | + </div> | |
| 714 | + <div class="adpop1_bottom_req"> | |
| 715 | + <p>누구든지 전자적 전송매체를 이용해 영리목적의광고성 정보를 전송하는 경우<br> | |
| 716 | + 정보통신망법 제50조에서 정한 의무를 준수하여야 함</p> | |
| 717 | + </div> | |
| 718 | + </div> | |
| 719 | + </div> | |
| 720 | + <div class="adpop1_bottom" style="border-top: 2px solid #000;"> | |
| 721 | + <p>수신동의가 무엇인가요?</p> | |
| 722 | + <div> | |
| 723 | + <p>· 광고성 문자 전송자는 최초 수신동의 여부를 받은날로부터 매 2년마다 수신자에게 재수신 동의를 하여야 합니다.</p> | |
| 724 | + <p>· 2018년 11월 29일 개정법 시행 이전 발송한 광고성 문자 수신 동의 건에 대해서는 추가 수신동의를 받아야 하며, 광고성 문자 수신 동의를 받지 않고 문자전송 시 과태료가 부과되오니 반드시 유의하시기 바랍니다.</p> | |
| 725 | + <p>· 수신자의 의사표시 방법은 비용이 발생하지 않도록 적절한 조치를 취하여야 합니다.</p> | |
| 726 | + <p>· 수신자가 별도의 의사표시를 하지 않은 경우 기존 동의 의사는 계속 유지됩니다.</p> | |
| 727 | + </div> | |
| 728 | + </div> | |
| 729 | + <div class="adpop1_bottom"> | |
| 730 | + <p>수신동의 처리결과를 수신자에게 반드시 통지해야 하나요?</p> | |
| 731 | + <div> | |
| 732 | + <p>· 수신자가 수신거부 또는 수신동의 철회를 요청한 경우 접수일로부터 14일 이내에 그 결과를 수신자에게<br> 고지하여야 합니다.</p> | |
| 733 | + <p>· 수신동의 처리결과 통지는 광고성 정보 전송이 아니므로 ‘(광고)’나 ‘무료회신번호’ 등을 표기하지 않아도 됩니다.</p> | |
| 734 | + <p>· 수신자의 의사표시 방법은 비용이 발생하지 않도록 적절한 조치를 취하여야 합니다.</p> | |
| 735 | + <p class="c_e40000"> ex) 귀하가 2020년 8월 30일 요청하신 수신동의 철회요청이 정상적으로 처리되었습니다. 업체명</p> | |
| 736 | + </div> | |
| 737 | + </div> | |
| 738 | + </div> | |
| 739 | + <!--// 광고문자 수신동의 안내 --> | |
| 740 | + </div> | |
| 741 | + <div class="popup_btn_wrap2" style="margin: 0 auto 30px auto;"> | |
| 742 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 743 | + </div> | |
| 744 | + </div> | |
| 745 | + </div> | |
| 746 | + <!--// 광고문자 관련법규 안내 팝업 --> | |
| 747 | + | |
| 748 | + <!-- 이벤트 잔액 팝업 --> | |
| 749 | + <div class="tooltip-wrap"> | |
| 750 | + <div class="popup-com event_cash_popup popup07" tabindex="0" data-tooltip-con="popup07" data-focus="popup07" data-focus-prev="popup07-close"> | |
| 751 | + <div class="popup_heading"> | |
| 752 | + <p>이벤트 잔액</p> | |
| 753 | + <button type="button" class="tooltip-close" data-focus="popup07-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 754 | + </div> | |
| 755 | + <div class="layer_in"> | |
| 756 | + <div class="table_wrap"> | |
| 757 | + <div class="table_top"> | |
| 758 | + <p class="popup_title_18">첫 결제 이벤트 잔액(캐시)</p> | |
| 759 | + <p><span class="c_e40000 fwBold">100,000,000</span>원</p> | |
| 760 | + </div> | |
| 761 | + <table class="popup_table_type2"> | |
| 762 | + <colgroup> | |
| 763 | + <col style="width: 25%;"> | |
| 764 | + <col style="width: auto;"> | |
| 765 | + </colgroup> | |
| 766 | + <tbody> | |
| 767 | + <tr> | |
| 768 | + <th>단문(7.5)</th> | |
| 769 | + <td><span class="c_002c9a fwBold">13</span>건</td> | |
| 770 | + </tr> | |
| 771 | + <tr> | |
| 772 | + <th>장문(32)</th> | |
| 773 | + <td><span class="c_002c9a fwBold">13</span>건</td> | |
| 774 | + </tr> | |
| 775 | + <tr> | |
| 776 | + <th>그림 1장(59)</th> | |
| 777 | + <td><span class="c_002c9a fwBold">13</span>건</td> | |
| 778 | + </tr> | |
| 779 | + <tr> | |
| 780 | + <th>그림 2장(67)</th> | |
| 781 | + <td><span class="c_002c9a fwBold">13</span>건</td> | |
| 782 | + </tr> | |
| 783 | + <tr> | |
| 784 | + <th>그림 3장(70)</th> | |
| 785 | + <td><span class="c_002c9a fwBold">13</span>건</td> | |
| 786 | + </tr> | |
| 787 | + </tbody> | |
| 788 | + </table> | |
| 789 | + </div> | |
| 790 | + <div class="popup_btn_wrap2"> | |
| 791 | + <button type="button">닫기</button> | |
| 792 | + </div> | |
| 793 | + </div> | |
| 794 | + </div> | |
| 795 | + </div> | |
| 796 | + <!--// 이벤트 잔액 팝업 --> | |
| 797 | + | |
| 798 | + <div class="quickMenu"> | |
| 799 | + <div> | |
| 800 | + <p class="quick_title">QUICK<br>MENU</p> | |
| 801 | + <p class="quick_title2">QUICK</p> | |
| 802 | + <ul class="quickMenuIn"> | |
| 803 | + <li> | |
| 804 | + <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a> | |
| 805 | + <div class="hover_cont">이용안내</div> | |
| 806 | + </li> | |
| 807 | + <li> | |
| 808 | + <a href="#"><i class="quick2"></i><span>채팅상담</span></a> | |
| 809 | + <div class="hover_cont">채팅상담</div> | |
| 810 | + </li> | |
| 811 | + <li> | |
| 812 | + <a href="#"><i class="quick3"></i><span>원격지원</span></a> | |
| 813 | + <div class="hover_cont">원격지원</div> | |
| 814 | + </li> | |
| 815 | + <li> | |
| 816 | + <a href="#"><i class="quick4"></i><span>맞춤제작</span></a> | |
| 817 | + <div class="hover_cont">맞춤제작</div> | |
| 818 | + </li> | |
| 819 | + <li> | |
| 820 | + <a href="#"><i class="quick5"></i><span>주소록 등록</span></a> | |
| 821 | + <div class="hover_cont">주소록 등록</div> | |
| 822 | + </li> | |
| 823 | + <li> | |
| 824 | + <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a> | |
| 825 | + <div class="hover_cont">엑셀 대량전송</div> | |
| 826 | + </li> | |
| 827 | + <li> | |
| 828 | + <a href="#"><i class="quick7"></i><span>견적서</span></a> | |
| 829 | + <div class="hover_cont">견적서</div> | |
| 830 | + </li> | |
| 831 | + <li> | |
| 832 | + <a href="#"><i class="quick8"></i><span>결제</span></a> | |
| 833 | + <div class="hover_cont">결제</div> | |
| 834 | + </li> | |
| 835 | + <li> | |
| 836 | + <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a> | |
| 837 | + <div class="hover_cont">영수증/계산서</div> | |
| 838 | + </li> | |
| 839 | + </ul> | |
| 840 | + <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> | |
| 841 | + </div> | |
| 842 | + </div> | |
| 843 | + <!--// quick 메뉴 --> | |
| 844 | + <!-- header 영역 --> | |
| 845 | + <header id="header" class="header sub"> | |
| 846 | + <!-- header top 영역 --> | |
| 847 | + <div class="header_top"> | |
| 848 | + <div class="inner"> | |
| 849 | + <ul class="menu_left"> | |
| 850 | + <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> | |
| 851 | + <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> | |
| 852 | + <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> | |
| 853 | + </ul> | |
| 854 | + <ul class="menu_right"> | |
| 855 | + <li><a href="#">충전하기</a></li> | |
| 856 | + <li class="SortLine"><a href="#">요금안내</a></li> | |
| 857 | + <li class="SortLine"><a href="#">이용안내</a></li> | |
| 858 | + <li class="SortLine"><a href="#">1:1고객상담</a></li> | |
| 859 | + </ul> | |
| 860 | + </div> | |
| 861 | + </div><!-- header top 영역 --> | |
| 862 | + <!-- header body 영역 --> | |
| 863 | + <div class="header_body"> | |
| 864 | + <div class="inner table"> | |
| 865 | + <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1> | |
| 866 | + <ul class="gnbWrap table_cell"> | |
| 867 | + <li><a href="#">문자발송</a></li> | |
| 868 | + <li><a href="#">선거문자</a></li> | |
| 869 | + <li><a href="#">카톡전송</a></li> | |
| 870 | + <li><a href="#">맞춤제작</a></li> | |
| 871 | + <li><a href="#">주소록 관리</a></li> | |
| 872 | + <li><a href="#">발송결과</a></li> | |
| 873 | + <li><a href="#">예약관리</a></li> | |
| 874 | + <li><a href="#">결제내역</a></li> | |
| 875 | + </ul> | |
| 876 | + <div class="s_menu"> | |
| 877 | + <i class="allSearch_info"><span>문자검색</span></i> | |
| 878 | + <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> | |
| 879 | + <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> | |
| 880 | + </div> | |
| 881 | + </div> | |
| 882 | + <!-- search popup 영역 --> | |
| 883 | + <div class="pop_search"> | |
| 884 | + <div class="inner"> | |
| 885 | + <div class="area_search"> | |
| 886 | + <select name="" id=""> | |
| 887 | + <option value="">그림문자</option> | |
| 888 | + <option value="">단문문자</option> | |
| 889 | + <option value="">장문문자</option> | |
| 890 | + <option value="">GIF</option> | |
| 891 | + </select> | |
| 892 | + <input type="text" placeholder="문자샘플 검색하기" onfocus="this.placeholder=''" onblur="this.placeholder='문자샘플 검색하기'"> | |
| 893 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 894 | + </div> | |
| 895 | + <div class="area_popular"> | |
| 896 | + <p><i></i>인기검색어</p> | |
| 897 | + <ul class="popular_tag"> | |
| 898 | + <li><a href="#">#정월대보름</a></li> | |
| 899 | + <li class="on"><a href="#">#추석</a></li> | |
| 900 | + <li><a href="#">#가을인사</a></li> | |
| 901 | + <li><a href="#">#좋은하루</a></li> | |
| 902 | + </ul> | |
| 903 | + </div> | |
| 904 | + <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button> | |
| 905 | + </div> | |
| 906 | + </div> | |
| 907 | + <!--// search popup 영역 --> | |
| 908 | + </div> | |
| 909 | + <!--// header body 영역 --> | |
| 910 | + <div id="login" class="login2"> | |
| 911 | + <div class="inner table"> | |
| 912 | + <div class="login_left table_cell"> | |
| 913 | + <div class="login_info"> | |
| 914 | + <i></i> | |
| 915 | + <div class="login2_name"> | |
| 916 | + <p>홍길동홍길동홍길동홍길동</p> | |
| 917 | + <span>(개인) 님</span> | |
| 918 | + </div> | |
| 919 | + <div class="session"> | |
| 920 | + <span>08:46</span> | |
| 921 | + <button type="button">연장</button> | |
| 922 | + </div> | |
| 923 | + <button type="button" class="btnType btnType3">마이페이지</button> | |
| 924 | + <button type="button" class="btnType btnType2">로그아웃</button> | |
| 925 | + </div> | |
| 926 | + <div class="check_money"> | |
| 927 | + <i></i> | |
| 928 | + <p>보유잔액 <span class="fwMd">3,000</span>원</p> | |
| 929 | + <button type="button" class="btnType btnType3">충전</button> | |
| 930 | + <button type="button" class="btnType btnType3">전용계좌</button> | |
| 931 | + </div> | |
| 932 | + <div class="point"> | |
| 933 | + <i></i> | |
| 934 | + <p>포인트 <span class="fwMd">1,000</span>원</p> | |
| 935 | + <button type="button" class="btnType btnType3">교환</button> | |
| 936 | + </div> | |
| 937 | + </div> | |
| 938 | + <div class="login_right"> | |
| 939 | + <button type="button" class="btnType btnType14"><i></i>이동통신사 스팸 규격 안내</button> | |
| 940 | + <!-- <button type="button">스팸필터링 번호도용차단</button> --> | |
| 941 | + </div> | |
| 942 | + </div> | |
| 943 | + </div> | |
| 944 | + <!--// login 영역 --> | |
| 945 | + </header> | |
| 946 | + <!--// header 영역 --> | |
| 947 | + <div class="mask"></div> | |
| 948 | + | |
| 949 | + <!-- content 영역 --> | |
| 950 | + <div id="container" class="cont sub"> | |
| 951 | + <div class="inner"> | |
| 952 | + <!-- send top --> | |
| 953 | + <div class="send_top"> | |
| 954 | + <!-- tab button --> | |
| 955 | + <ul class="tabType1"> | |
| 956 | + <li class="tab active"><button type="button" onclick="TabType1(this,'1');">일반문자</button></li> | |
| 957 | + <li class="tab"><button type="button" onclick="TabType1(this,'2');">대량문자(광고문자)</button></li> | |
| 958 | + </ul> | |
| 959 | + <!--// tab button --> | |
| 960 | + <!-- tab content1 --> | |
| 961 | + <div class="top_content current" id="tab1_1"> | |
| 962 | + <div class="heading"> | |
| 963 | + <h2>일반문자 <span class="ad_text"><i>i</i>광고성 메시지는 <a href="TabType1(this,'2');">[대량문자]</a> 탭을 이용해주세요</span></h2> | |
| 964 | + <button type="button" class="button info" onclick="infoPop('selectMsgDataView1');">사용안내</button> | |
| 965 | + </div> | |
| 966 | + <div class="send_general"> | |
| 967 | + <!-- send left 문자 보내기 입력 --> | |
| 968 | + <div class="send_left"> | |
| 969 | + <table class="tType1"> | |
| 970 | + <caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption> | |
| 971 | + <colgroup> | |
| 972 | + <col style="width: 120px;"> | |
| 973 | + <col style="width: auto;"> | |
| 974 | + </colgroup> | |
| 975 | + <tbody> | |
| 976 | + <tr> | |
| 977 | + <th scope="row">문자분류</th> | |
| 978 | + <td class="send_cf"> | |
| 979 | + <input id="radio3" type="radio" name="send_clas2" checked="checked"> | |
| 980 | + <label for="radio3">일반</label> | |
| 981 | + <input id="radio4" type="radio" name="send_clas2"> | |
| 982 | + <label for="radio4">광고</label> | |
| 983 | + </td> | |
| 984 | + </tr> | |
| 985 | + <tr> | |
| 986 | + <th scope="row">발신번호</th> | |
| 987 | + <td class="put_num"> | |
| 988 | + <label for="num" class="label"></label> | |
| 989 | + <select id="num" class="sel_number"> | |
| 990 | + <option value="">010-1234-5678</option> | |
| 991 | + <option value="">010-1234-5678</option> | |
| 992 | + <option value="">010-1234-5678</option> | |
| 993 | + <option value="">010-1234-5678</option> | |
| 994 | + </select> | |
| 995 | + <button type="button" class="btnType btnType6">번호추가</button> | |
| 996 | + </td> | |
| 997 | + </tr> | |
| 998 | + <tr> | |
| 999 | + <th scope="row">제목</th> | |
| 1000 | + <td> | |
| 1001 | + <!-- 단문일 때 --> | |
| 1002 | + <label for="text" class="label"></label> | |
| 1003 | + <input type="text" size="20" id="text" class="w100" placeholder="" onfocus="this.placeholder=''" disabled> | |
| 1004 | + <!-- 장문일 때 --> | |
| 1005 | + <!-- <input type="text" size="20" id="text" class="w100" placeholder="제목을 입력해주세요 (최대30byte, 발송관리용)" onfocus="this.placeholder=''" onblur="this.placeholder='제목을 입력해주세요 (최대30byte, 발송관리용)'"> --> | |
| 1006 | + </td> | |
| 1007 | + </tr> | |
| 1008 | + <!-- 단문 --> | |
| 1009 | + <tr> | |
| 1010 | + <th scope="row" class="vTop">내용</th> | |
| 1011 | + <td class="putText"> | |
| 1012 | + <div class="clearfix"> | |
| 1013 | + <div class="put_left short"> | |
| 1014 | + <div class="ad_txt"> | |
| 1015 | + <p>(광고)</p> | |
| 1016 | + </div> | |
| 1017 | + <label for="textarea" class="label"></label> | |
| 1018 | + <textarea id="textarea" class="put_text" placeholder="내용을 입력해주세요. | |
| 1019 | +-90btye 초과 시 LMS 자동전환 | |
| 1020 | +-파일첨부 시 MMS 자동전환"></textarea> | |
| 1021 | + <div class="text_length"> | |
| 1022 | + <div> | |
| 1023 | + <p>무료 거부 080-0000-0000</p> | |
| 1024 | + </div> | |
| 1025 | + <div> | |
| 1026 | + <p><span class="fwMd">15 /<span><span class="c_002c9a fwMd"> 90</span>byte</p> | |
| 1027 | + <span class="msg_com msg_short">단문</span> | |
| 1028 | + </div> | |
| 1029 | + </div> | |
| 1030 | + </div> | |
| 1031 | + <div class="put_right"> | |
| 1032 | + <div class="btn_popup_wrap spc_wrap"> | |
| 1033 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 1034 | + <div class="send_miniPop spc_character"> | |
| 1035 | + <div class="tab_character"> | |
| 1036 | + <a href="#none" class="on">특수문자</a> | |
| 1037 | + <a href="#none">웃음</a> | |
| 1038 | + <a href="#none">슬픔</a> | |
| 1039 | + <a href="#none">분노</a> | |
| 1040 | + <a href="#none">사랑</a> | |
| 1041 | + <a href="#none">그외</a> | |
| 1042 | + </div> | |
| 1043 | + <!-- 특수문자 --> | |
| 1044 | + <div class="cnt_character on"> | |
| 1045 | + <div class="box_character"> | |
| 1046 | + <a href="#">※</a> | |
| 1047 | + <a href="#">☆</a> | |
| 1048 | + <a href="#">★</a> | |
| 1049 | + <a href="#">○</a> | |
| 1050 | + <a href="#">●</a> | |
| 1051 | + <a href="#">◎</a> | |
| 1052 | + <a href="#">◇</a> | |
| 1053 | + <a href="#">◆</a> | |
| 1054 | + <a href="#">□</a> | |
| 1055 | + <a href="#">■</a> | |
| 1056 | + <a href="#">△</a> | |
| 1057 | + <a href="#">▲</a> | |
| 1058 | + <a href="#">▽</a> | |
| 1059 | + <a href="#">▼</a> | |
| 1060 | + <a href="#">→</a> | |
| 1061 | + <a href="#">←</a> | |
| 1062 | + <a href="#">↑</a> | |
| 1063 | + <a href="#">↓</a> | |
| 1064 | + <a href="#">↔</a> | |
| 1065 | + <a href="#">〓</a> | |
| 1066 | + <a href="#">◁</a> | |
| 1067 | + <a href="#">♪</a> | |
| 1068 | + <a href="#">◀</a> | |
| 1069 | + <a href="#">▷</a> | |
| 1070 | + <a href="#">▶</a> | |
| 1071 | + <a href="#">♤</a> | |
| 1072 | + <a href="#">♠</a> | |
| 1073 | + <a href="#">♡</a> | |
| 1074 | + <a href="#">♥</a> | |
| 1075 | + <a href="#">♧</a> | |
| 1076 | + <a href="#">♣</a> | |
| 1077 | + <a href="#">⊙</a> | |
| 1078 | + <a href="#">◈</a> | |
| 1079 | + <a href="#">▣</a> | |
| 1080 | + <a href="#">◐</a> | |
| 1081 | + <a href="#">◑</a> | |
| 1082 | + <a href="#">▒</a> | |
| 1083 | + <a href="#">▦</a> | |
| 1084 | + <a href="#">♨</a> | |
| 1085 | + <a href="#">☏</a> | |
| 1086 | + <a href="#">☎</a> | |
| 1087 | + <a href="#">☞</a> | |
| 1088 | + <a href="#">☜</a> | |
| 1089 | + <a href="#">㈜</a> | |
| 1090 | + <a href="#">™</a> | |
| 1091 | + <a href="#">℡</a> | |
| 1092 | + <a href="#">ㆀ</a> | |
| 1093 | + <a href="#">ε</a> | |
| 1094 | + <a href="#">『</a> | |
| 1095 | + <a href="#">』</a> | |
| 1096 | + <a href="#">ⓛ</a> | |
| 1097 | + <a href="#">∏</a> | |
| 1098 | + <a href="#">ご</a> | |
| 1099 | + <a href="#">♂</a> | |
| 1100 | + <a href="#">↗</a> | |
| 1101 | + <a href="#">↙</a> | |
| 1102 | + <a href="#">↖</a> | |
| 1103 | + <a href="#">↘</a> | |
| 1104 | + <a href="#">ψ</a> | |
| 1105 | + </div> | |
| 1106 | + </div> | |
| 1107 | + <!-- //특수문자 --> | |
| 1108 | + | |
| 1109 | + <!-- 웃음 --> | |
| 1110 | + <div class="cnt_character emt_character"> | |
| 1111 | + <div class="box_character"> | |
| 1112 | + <a href="#">⌒⌒</a> | |
| 1113 | + <a href="#">^_^</a> | |
| 1114 | + <a href="#">^0^</a> | |
| 1115 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 1116 | + <a href="#">(/^^)/</a> | |
| 1117 | + <a href="#">^o^~♬</a> | |
| 1118 | + <a href="#">^.~</a> | |
| 1119 | + <a href="#">^-^b</a> | |
| 1120 | + <a href="#">^▽^</a> | |
| 1121 | + <a href="#">^ε^</a> | |
| 1122 | + <a href="#">(^^)γ</a> | |
| 1123 | + <a href="#">(~^^)~</a> | |
| 1124 | + <a href="#">☆(~.^)/</a> | |
| 1125 | + <a href="#">(*^o^*)</a> | |
| 1126 | + <a href="#">n_n</a> | |
| 1127 | + <a href="#">↖(^▽^)↗</a> | |
| 1128 | + <a href="#">( ̄∇ ̄)</a> | |
| 1129 | + <a href="#">(*^.^)♂</a> | |
| 1130 | + <a href="#">*^^*</a> | |
| 1131 | + <a href="#">ㅎ.ㅎ</a> | |
| 1132 | + <a href="#">=^.^=</a> | |
| 1133 | + <a href="#">^▽^</a> | |
| 1134 | + <a href="#">~_~</a> | |
| 1135 | + <a href="#">(=^▽^)/♪</a> | |
| 1136 | + </div> | |
| 1137 | + </div> | |
| 1138 | + <!-- //웃음 --> | |
| 1139 | + | |
| 1140 | + <!-- 슬픔 --> | |
| 1141 | + <div class="cnt_character emt_character"> | |
| 1142 | + <div class="box_character"> | |
| 1143 | + <a href="#">(づ_T)</a> | |
| 1144 | + <a href="#">(ㅠ.ㅠ)</a> | |
| 1145 | + <a href="#">(#_-)</a> | |
| 1146 | + <a href="#">o(T^T)o</a> | |
| 1147 | + <a href="#">ㅠ.ㅠ</a> | |
| 1148 | + <a href="#">(-_-メ)</a> | |
| 1149 | + <a href="#">Y.Y</a> | |
| 1150 | + <a href="#">TmT</a> | |
| 1151 | + <a href="#">ご.ご</a> | |
| 1152 | + <a href="#">(=_=;)</a> | |
| 1153 | + <a href="#">⊇.⊆</a> | |
| 1154 | + <a href="#">(o_Φ)</a> | |
| 1155 | + <a href="#">∋.∈</a> | |
| 1156 | + <a href="#">(___)_</a> | |
| 1157 | + <a href="#">(-.¥)</a> | |
| 1158 | + <a href="#">@_O</a> | |
| 1159 | + <a href="#">●⊙</a> | |
| 1160 | + <a href="#">(♨_♨)</a> | |
| 1161 | + <a href="#">(X_X)</a> | |
| 1162 | + <a href="#">Θ_Θ</a> | |
| 1163 | + <a href="#">(∏.∏)</a> | |
| 1164 | + <a href="#">(づ_ど)</a> | |
| 1165 | + <a href="#">( ̄^ ̄)</a> | |
| 1166 | + </div> | |
| 1167 | + </div> | |
| 1168 | + <!-- //슬픔 --> | |
| 1169 | + | |
| 1170 | + <!-- 분노 --> | |
| 1171 | + <div class="cnt_character emt_character"> | |
| 1172 | + <div class="box_character"> | |
| 1173 | + <a href="#">Θ_Θ</a> | |
| 1174 | + <a href="#">=-_-a</a> | |
| 1175 | + <a href="#">('o')</a> | |
| 1176 | + <a href="#">(`へ´)</a> | |
| 1177 | + <a href="#">(-ヘㅡメ)凸</a> | |
| 1178 | + <a href="#">⊙⊙ㆀ</a> | |
| 1179 | + <a href="#">⊙.⊙</a> | |
| 1180 | + <a href="#">ㅡㅡ+</a> | |
| 1181 | + <a href="#">(`o´)y</a> | |
| 1182 | + <a href="#">づºДº)つ</a> | |
| 1183 | + <a href="#">O_O</a> | |
| 1184 | + <a href="#">(@.@)</a> | |
| 1185 | + <a href="#">★.★</a> | |
| 1186 | + <a href="#">(;¬_¬)</a> | |
| 1187 | + <a href="#">┏(;-_-)┛</a> | |
| 1188 | + <a href="#">┏(-_-メ)┓</a> | |
| 1189 | + <a href="#">(><ㆀ)/</a> | |
| 1190 | + <a href="#">--メ凸</a> | |
| 1191 | + <a href="#">(`_)乂(_′)</a> | |
| 1192 | + <a href="#">(-_-)c+_=)</a> | |
| 1193 | + </div> | |
| 1194 | + </div> | |
| 1195 | + <!-- //분노 --> | |
| 1196 | + | |
| 1197 | + <!-- 사랑 --> | |
| 1198 | + <div class="cnt_character emt_character"> | |
| 1199 | + <div class="box_character"> | |
| 1200 | + <a href="#">♥.♥</a> | |
| 1201 | + <a href="#">^o^~♬</a> | |
| 1202 | + <a href="#">(*^}{^*)</a> | |
| 1203 | + <a href="#">ⓛⓞⓥⓔ</a> | |
| 1204 | + <a href="#">(*_*)</a> | |
| 1205 | + <a href="#">(♡.♡)</a> | |
| 1206 | + <a href="#">ε♡₃ε♥</a> | |
| 1207 | + <a href="#">(*..)(..*)</a> | |
| 1208 | + <a href="#">(~.^)s</a> | |
| 1209 | + <a href="#">☞♡☜</a> | |
| 1210 | + <a href="#">*♥o♥*</a> | |
| 1211 | + <a href="#">(/^o^)/♡</a> | |
| 1212 | + <a href="#">@-m-m--</a> | |
| 1213 | + <a href="#">=>>------▷♡</a> | |
| 1214 | + <a href="#">(*^^)σ(^_^)</a> | |
| 1215 | + <a href="#">(*^-^)♡(^o^*)</a> | |
| 1216 | + <a href="#">(づ^.^)づ~♡</a> | |
| 1217 | + <a href="#">\(*^▽^*)ノ</a> | |
| 1218 | + <a href="#">*⌒З^)^.⌒*)</a> | |
| 1219 | + <a href="#">(づ ̄³ ̄)づ~</a> | |
| 1220 | + <a href="#">(づ ̄³ ̄)づ</a> | |
| 1221 | + <a href="#">(^*^)kiss</a> | |
| 1222 | + <a href="#">(*'-⌒*)ⓥ</a> | |
| 1223 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 1224 | + </div> | |
| 1225 | + </div> | |
| 1226 | + <!-- //사랑 --> | |
| 1227 | + | |
| 1228 | + <!-- 그외 --> | |
| 1229 | + <div class="cnt_character emt_character emt_etc "> | |
| 1230 | + <div class="box_character"> | |
| 1231 | + <a href="#"><:3)--</a> | |
| 1232 | + <a href="#">(^(oo)^)</a> | |
| 1233 | + <a href="#">(:::[</a> | |
| 1234 | + <a href="#">]:::)</a> | |
| 1235 | + <a href="#">[( ̄. ̄)]zZ</a> | |
| 1236 | + <a href="#">(``)(``)</a> | |
| 1237 | + <a href="#">(T(oo)T)</a> | |
| 1238 | + <a href="#">(^.^)=O)#.#)</a> | |
| 1239 | + <a href="#">?‥…─━★</a> | |
| 1240 | + <a href="#">(__)zzz</a> | |
| 1241 | + <a href="#">(=ㅅ)=333</a> | |
| 1242 | + <a href="#"><(>.<ㆀ)></a> | |
| 1243 | + <a href="#">>(/////)<</a> | |
| 1244 | + <a href="#">((ど(</a> | |
| 1245 | + <a href="#">^0^</a> | |
| 1246 | + <a href="#">)つ))</a> | |
| 1247 | + <a href="#">■■■■■□90%</a> | |
| 1248 | + <a href="#">( ̄_ ̄>-(^▽^;)</a> | |
| 1249 | + <a href="#">∑⊙)++333=◀</a> | |
| 1250 | + <a href="#">(ノ^_^)ノ~~⑩</a> | |
| 1251 | + <a href="#">(^▽^)/\(^_^)</a> | |
| 1252 | + <a href="#">(*.*)@==(`.`)</a> | |
| 1253 | + <a href="#">(っㅡㅡ)つ━●</a> | |
| 1254 | + <a href="#">(``)(</a> | |
| 1255 | + <a href="#">:)(..)(:</a> | |
| 1256 | + <a href="#">(``)</a> | |
| 1257 | + </div> | |
| 1258 | + </div> | |
| 1259 | + <!-- //그외 --> | |
| 1260 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 1261 | + </div> | |
| 1262 | + </div> | |
| 1263 | + <div class="btn_popup_wrap convers_wrap"> | |
| 1264 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> | |
| 1265 | + <div class="send_miniPop convers"> | |
| 1266 | + <div> | |
| 1267 | + <div class="convers_top"> | |
| 1268 | + <span>특정문구 일괄변환이란?</span> | |
| 1269 | + <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의 메시지를 발송하는 기능</p> | |
| 1270 | + </div> | |
| 1271 | + <div class="convers_middle"><a href="#">#{이름}</a></div> | |
| 1272 | + <div class="convers_bottom"> | |
| 1273 | + <a href="#">#{1}</a> | |
| 1274 | + <a href="#">#{2}</a> | |
| 1275 | + <a href="#">#{3}</a> | |
| 1276 | + <a href="#">#{4}</a> | |
| 1277 | + </div> | |
| 1278 | + </div> | |
| 1279 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 1280 | + </div> | |
| 1281 | + </div> | |
| 1282 | + <button type="button" class="btnType btnType7">내문자함</button> | |
| 1283 | + <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> | |
| 1284 | + <div class="send_btnWrap"> | |
| 1285 | + <button type="button" class="btnType btnType9">문자저장</button> | |
| 1286 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 1287 | + </div> | |
| 1288 | + </div> | |
| 1289 | + </div> | |
| 1290 | + <p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p> | |
| 1291 | + </td> | |
| 1292 | + </tr> | |
| 1293 | + <!-- 포토 --> | |
| 1294 | + <tr> | |
| 1295 | + <th scope="row">내용</th> | |
| 1296 | + <td class="putText"> | |
| 1297 | + <div class="clearfix"> | |
| 1298 | + <div class="put_left photo"> | |
| 1299 | + <ul class="thumb_wrap"> | |
| 1300 | + <li class="on"> | |
| 1301 | + <div> | |
| 1302 | + <img src="/publish/images/content/thumb1.jpg" alt="thumb1"> | |
| 1303 | + </div> | |
| 1304 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 1305 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 1306 | + </li> | |
| 1307 | + <li> | |
| 1308 | + <div> | |
| 1309 | + <img src="/publish/images/content/thumb2.jpg" alt="thumb1"> | |
| 1310 | + </div> | |
| 1311 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 1312 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 1313 | + </li> | |
| 1314 | + <li> | |
| 1315 | + <div> | |
| 1316 | + <img src="/publish/images/content/thumb3.jpg" alt="thumb1"> | |
| 1317 | + </div> | |
| 1318 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 1319 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 1320 | + </li> | |
| 1321 | + </ul> | |
| 1322 | + <div class="ad_txt"> | |
| 1323 | + <p>(광고)</p> | |
| 1324 | + </div> | |
| 1325 | + <label for="textarea" class="label"></label> | |
| 1326 | + <textarea id="textarea" class="put_text"> | |
| 1327 | +해마다 찾아오는 봄이지만 | |
| 1328 | +봄맞이 대청소라는 말처럼, | |
| 1329 | +새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ | |
| 1330 | + | |
| 1331 | +"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을 | |
| 1332 | +깨끗이 비워보는 겁니다. | |
| 1333 | + | |
| 1334 | +새봄에 새마음으로 새롭게 시작해 보는 겁니다. | |
| 1335 | + | |
| 1336 | +해마다 찾아오는 봄이지만 | |
| 1337 | +봄맞이 대청소라는 말처럼, | |
| 1338 | +새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ | |
| 1339 | + | |
| 1340 | +"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을 | |
| 1341 | +깨끗이 비워보는 겁니다. | |
| 1342 | + | |
| 1343 | +새봄에 새마음으로 새롭게 시작해 보는 겁니다. | |
| 1344 | + | |
| 1345 | +해마다 찾아오는 봄이지만 | |
| 1346 | +봄맞이 대청소라는 말처럼, | |
| 1347 | +새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ | |
| 1348 | + | |
| 1349 | +"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을 | |
| 1350 | +깨끗이 비워보는 겁니다. | |
| 1351 | + | |
| 1352 | +새봄에 새마음으로 새롭게 시작해 보는 겁니다. | |
| 1353 | + </textarea> | |
| 1354 | + <div class="text_length"> | |
| 1355 | + <div> | |
| 1356 | + <p>무료 거부 080-0000-0000</p> | |
| 1357 | + </div> | |
| 1358 | + <div> | |
| 1359 | + <p><span class="fwMd">15 /<span><span class="c_002c9a fwMd"> 2000</span>byte</p> | |
| 1360 | + <span class="msg_com msg_photo">그림</span> | |
| 1361 | + </div> | |
| 1362 | + </div> | |
| 1363 | + </div> | |
| 1364 | + <div class="put_right"> | |
| 1365 | + <div class="btn_popup_wrap spc_wrap"> | |
| 1366 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 1367 | + </div> | |
| 1368 | + <div class="btn_popup_wrap"> | |
| 1369 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> | |
| 1370 | + <div class="send_miniPop convers"> | |
| 1371 | + <div> | |
| 1372 | + <div class="convers_top"> | |
| 1373 | + <span>특정문구 일괄변환이란?</span> | |
| 1374 | + <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의<br> 메시지를 발송하는 기능</p> | |
| 1375 | + </div> | |
| 1376 | + <div class="convers_middle"><a href="#">#{이름}</a></div> | |
| 1377 | + <div class="convers_bottom"> | |
| 1378 | + <a href="#">#{1}</a> | |
| 1379 | + <a href="#">#{2}</a> | |
| 1380 | + <a href="#">#{3}</a> | |
| 1381 | + <a href="#">#{4}</a> | |
| 1382 | + </div> | |
| 1383 | + </div> | |
| 1384 | + </div> | |
| 1385 | + </div> | |
| 1386 | + <button type="button" class="btnType btnType7">내문자함</button> | |
| 1387 | + <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> | |
| 1388 | + <div class="send_btnWrap"> | |
| 1389 | + <button type="button" class="btnType btnType9">문자저장</button> | |
| 1390 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 1391 | + </div> | |
| 1392 | + </div> | |
| 1393 | + </div> | |
| 1394 | + <p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p> | |
| 1395 | + </td> | |
| 1396 | + </tr> | |
| 1397 | + <tr> | |
| 1398 | + <th scope="row" class="vTop">받는사람</th> | |
| 1399 | + <td class="putText"> | |
| 1400 | + <div class="clearfix receipt_num"> | |
| 1401 | + <!-- <div class="receipt_num_top"> | |
| 1402 | + <label for="" class="label">받는 번호입력</label> | |
| 1403 | + <input type="text" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> | |
| 1404 | + <button type="button" class="btnType btnType6">번호추가</button> | |
| 1405 | + <span><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span> | |
| 1406 | + </div> --> | |
| 1407 | + <div class="receipt_num_top"> | |
| 1408 | + <label for="" class="label">받는 번호입력</label> | |
| 1409 | + <!-- <input type="text" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> --> | |
| 1410 | + <textarea name="" id="" cols="30" rows="10" class="receipt_num" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"></textarea> | |
| 1411 | + <!-- <button type="button" class="btnType btnType6">번호추가</button> --> | |
| 1412 | + <div class="btn_popup_wrap"> | |
| 1413 | + <button type="button" class="btnType btnType6 btn_add_number">번호추가<i class="qmMark"></i></button> | |
| 1414 | + <span style="display:block;margin:10px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span> | |
| 1415 | + <div class="error_hover_cont send_hover_cont"> | |
| 1416 | + <p>휴대폰 번호 입력 시 해당 휴대폰 번호에 대한 형식이 어긋나거나 휴대폰 번호에 오류가 있는지 등을 검사하는 기능</p> | |
| 1417 | + <span>(예시) 010-1234-0001(O) / 010-12345-0001(X)</span> | |
| 1418 | + </div> | |
| 1419 | + </div> | |
| 1420 | + </div> | |
| 1421 | + <div class="receipt_num_midde"> | |
| 1422 | + <div class="listType list01"> | |
| 1423 | + <div class="list_table list_head"> | |
| 1424 | + <div class="cb_wrap"> | |
| 1425 | + <label for="" class="label"></label> | |
| 1426 | + <input type="checkbox"> | |
| 1427 | + </div> | |
| 1428 | + <div class="list_table_num"> | |
| 1429 | + <p>번호</p> | |
| 1430 | + <img src="/publish/images/sortUp.png"> | |
| 1431 | + <img src="/publish/images/sortDown.png"> | |
| 1432 | + </div> | |
| 1433 | + <div class="list_table_name"> | |
| 1434 | + <p>이름</p> | |
| 1435 | + <img src="/publish/images/sortUp.png"> | |
| 1436 | + <img src="/publish/images/sortDown.png"> | |
| 1437 | + </div> | |
| 1438 | + </div> | |
| 1439 | + <div class="list_table list_body"> | |
| 1440 | + <div class="cb_wrap"> | |
| 1441 | + <label for="" class="label"></label> | |
| 1442 | + <input type="checkbox"> | |
| 1443 | + </div> | |
| 1444 | + <div class="list_table_num"> | |
| 1445 | + <p>010-1234-5678</p> | |
| 1446 | + </div> | |
| 1447 | + <div class="list_table_name"> | |
| 1448 | + <p>홍길동</p> | |
| 1449 | + </div> | |
| 1450 | + </div> | |
| 1451 | + <div class="list_table list_body"> | |
| 1452 | + <div class="cb_wrap"> | |
| 1453 | + <label for="" class="label"></label> | |
| 1454 | + <input type="checkbox"> | |
| 1455 | + </div> | |
| 1456 | + <div class="list_table_num"> | |
| 1457 | + <p>010-1234-5678</p> | |
| 1458 | + </div> | |
| 1459 | + <div class="list_table_name"> | |
| 1460 | + <p>홍길동</p> | |
| 1461 | + </div> | |
| 1462 | + </div> | |
| 1463 | + </div> | |
| 1464 | + <div class="put_right"> | |
| 1465 | + <div class="btn_popup_wrap spc_wrap"> | |
| 1466 | + <button type="button" data-tooltip="popup06" class="btnType btnType7">주소록 불러오기</button> | |
| 1467 | + </div> | |
| 1468 | + <div class="btn_popup_wrap"> | |
| 1469 | + <button type="button" data-tooltip="popup02" class="btnType btnType7">엑셀 불러오기</button> | |
| 1470 | + </div> | |
| 1471 | + <div class="btn_popup_wrap"> | |
| 1472 | + <button type="button" data-tooltip="popup03" class="btnType btnType7 tab1">최근 전송내역</button> | |
| 1473 | + </div> | |
| 1474 | + <div class="btn_popup_wrap"> | |
| 1475 | + <button type="button" data-tooltip="popup03" class="btnType btnType7 tab2">자주보내는 번호</button> | |
| 1476 | + </div> | |
| 1477 | + <div class="btn_popup_wrap check_validity_wrap"> | |
| 1478 | + <button type="button" class="btnType btnType7">오류 검사<i class="qmMark error_qm"></i></button> | |
| 1479 | + <div class="error_hover_cont send_hover_cont"> | |
| 1480 | + <p>등록하신 전화번호(형식 등)가 정확하게 입력되었는지 오류여부를 자동으로 검사할 수 있습니다.</p> | |
| 1481 | + <span>(예시) 010-1234-0001(O),<br> 010-123-0001(X)</span> | |
| 1482 | + </div> | |
| 1483 | + </div> | |
| 1484 | + </div> | |
| 1485 | + </div> | |
| 1486 | + <div class="list_bottom clearfix"> | |
| 1487 | + <div class="remove_btnWrap"> | |
| 1488 | + <button type="button" class="btnType15"><i class="remove_img"></i>전체삭제</button> | |
| 1489 | + <button type="button" class="btnType15"><i class="remove_img"></i>선택삭제</button> | |
| 1490 | + </div> | |
| 1491 | + <div class="list_bottom_right"> | |
| 1492 | + <p>총 <span class="c_e40000">120</span>건 / 중복 <span class="c_002c9a">9</span>건</p> | |
| 1493 | + <button type="button" class="address_reg2">주소록에 등록</button> | |
| 1494 | + </div> | |
| 1495 | + </div> | |
| 1496 | + </div> | |
| 1497 | + </td> | |
| 1498 | + </tr> | |
| 1499 | + <tr> | |
| 1500 | + <th colspan="2" class="billingAmount"> | |
| 1501 | + <div> | |
| 1502 | + <div class="final_pay"> | |
| 1503 | + <div class="pay_info_list"> | |
| 1504 | + <p>발송금액 :</p> | |
| 1505 | + <div class="info" id="repPriceTxt" style="display: none;"> | |
| 1506 | + 단문 : <strong>20</strong>건<span>/</span>장문 : <strong>150</strong>건<span>/</span>그림문자 : <strong>30</strong>건 | |
| 1507 | + </div> | |
| 1508 | + </div> | |
| 1509 | + <p class="price"><span id="repPriceTxt"></span><span id="totalPriceTxt">0</span> 원<span></span></p> | |
| 1510 | + </div> | |
| 1511 | + <p style="text-align: right; font-size: 14px; color: #666; margin: -10px 0 15px 0; font-weight: 300;">* 이벤트회원의 발송금액은 이벤트단가를 적용하여 계산된 금액이므로 실제 발송금액과 다를 수 있습니다.</p> | |
| 1512 | + <div class="pay_type clearfix"> | |
| 1513 | + <div> | |
| 1514 | + <input type="radio" id="radio_bill_1" name="radio_bill" checked="checked"> | |
| 1515 | + <label for="radio_bill_1">보유잔액</label> | |
| 1516 | + | |
| 1517 | + <label for="userMoney" class="label">보유잔액</label> | |
| 1518 | + <input type="text" id="userMoney" name="userMoney" value="0" readonly=""> | |
| 1519 | + <span class="won">원</span> | |
| 1520 | + <button type="button" class="btnType btnType21" onclick="location.href='/web/member/pay/PayView.do'">충전</button> | |
| 1521 | + </div> | |
| 1522 | + <div><button type="button" data-tooltip="popup07" class="btnType btnType3 btn_event_cash">이벤트 잔액</button></div> | |
| 1523 | + </div> | |
| 1524 | + <!--발송금액 아래 등급별 가격안내 추가--> | |
| 1525 | + <div class="my_price_wrap"> | |
| 1526 | + <div class="center-line"></div> | |
| 1527 | + <ul> | |
| 1528 | + <li class="title"> | |
| 1529 | + <img src="/publish/images/content/icon_mypage_message.png" alt="">나의 단가 <span>:</span> | |
| 1530 | + </li> | |
| 1531 | + <li class="price_line"> | |
| 1532 | + <span class="type">단문</span> | |
| 1533 | + <span class="price">18</span>원 | |
| 1534 | + <span class="line">/ </span> | |
| 1535 | + </li> | |
| 1536 | + <li class="price_line"> | |
| 1537 | + <span class="type">장문</span> | |
| 1538 | + <span class="price">50</span>원 | |
| 1539 | + <span class="line">/ </span> | |
| 1540 | + </li> | |
| 1541 | + <li class="price_line"> | |
| 1542 | + <span class="type">그림</span> | |
| 1543 | + <span class="price">90</span>원 | |
| 1544 | + (2장 : 110원 / 3장 : 130원) | |
| 1545 | + </li> | |
| 1546 | + </ul> | |
| 1547 | + </div> | |
| 1548 | + </div> | |
| 1549 | + </th> | |
| 1550 | + </tr> | |
| 1551 | + <tr> | |
| 1552 | + <th scope="row">추천인 ID</th> | |
| 1553 | + <td class="check_num"> | |
| 1554 | + <input id="radio5" type="radio" name="recom" checked="checked"> | |
| 1555 | + <label for="radio5">없음</label> | |
| 1556 | + <input id="radio6" type="radio" name="recom"> | |
| 1557 | + <label for="radio6">있음</label> | |
| 1558 | + <div> | |
| 1559 | + <label for="id" class="label"></label> | |
| 1560 | + <input type="text" size="20" id="id" placeholder="추천인 아이디 입력" onfocus="this.placeholder=''" onblur="this.placeholder='추천인 아이디 입력'"> | |
| 1561 | + <button type="button" class="btnType btnType9">추천인 확인</button> | |
| 1562 | + </div> | |
| 1563 | + </td> | |
| 1564 | + </tr> | |
| 1565 | + </tbody> | |
| 1566 | + </table> | |
| 1567 | + </div><!-- send left 문자 보내기 입력 --> | |
| 1568 | + <!-- send right 문자 보내기 미리보기 --> | |
| 1569 | + <div class="send_right"> | |
| 1570 | + <div class="phone"> | |
| 1571 | + <div class="phoneIn"> | |
| 1572 | + <div> | |
| 1573 | + <p class="prev_p"><img src="/publish/images/search. png">미리보기</p> | |
| 1574 | + <div class="text_length2 clearfix" style="display: none;"> | |
| 1575 | + <span class="msg_com msg_short">단문</span> | |
| 1576 | + <div> | |
| 1577 | + <span>글자크기</span> | |
| 1578 | + <button type="button"><img src="/publish/images/ content/font_plus.png"></button> | |
| 1579 | + <button type="button"><img src="/publish/images/ content/font_minus.png"></button> | |
| 1580 | + </div> | |
| 1581 | + </div> | |
| 1582 | + <div class="text_length2 clearfix"> | |
| 1583 | + <span class="msg_com msg_photo">포토</span> | |
| 1584 | + <ul class="photo_msg_num"> | |
| 1585 | + <li onclick="imgClick(0);"><a href="#none">1</a></ li> | |
| 1586 | + <li onclick="imgClick(1);"><a href="#none">2</a></ li> | |
| 1587 | + <li onclick="imgClick(2);"><a href="#none">3</a></ li> | |
| 1588 | + </ul> | |
| 1589 | + <div> | |
| 1590 | + <span>글자크기</span> | |
| 1591 | + <button type="button"><img src="/publish/images/ content/font_plus.png"></button> | |
| 1592 | + <button type="button"><img src="/publish/images/ content/font_minus.png"></button> | |
| 1593 | + </div> | |
| 1594 | + </div> | |
| 1595 | + <!-- 텍스트 미리보기 --> | |
| 1596 | + <div class="text_preview"> | |
| 1597 | + <div class="preiew_img"> | |
| 1598 | + <div class="img_box"> | |
| 1599 | + <img src="/publish/images/content/ photo_sample01.jpg"> | |
| 1600 | + </div> | |
| 1601 | + <div class="img_box"> | |
| 1602 | + <img src="/publish/images/content/ photo_sample01.jpg"> | |
| 1603 | + </div> | |
| 1604 | + <div class="img_box"> | |
| 1605 | + <img src="/publish/images/content/excel.jpg"> | |
| 1606 | + </div> | |
| 1607 | + </div> | |
| 1608 | + <div class="preview_auto"> | |
| 1609 | + <p class="ad_tit">(광고)</p> | |
| 1610 | + <p class="none_txt">내용을 입력해주세요.</p> | |
| 1611 | + <p class="realtime"></p> | |
| 1612 | + <p class="deny_receipt">무료 거부 080-0000-0000</p> | |
| 1613 | + </div> | |
| 1614 | + </div> | |
| 1615 | + <!-- //텍스트 미리보기 --> | |
| 1616 | + </div> | |
| 1617 | + </div> | |
| 1618 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 1619 | + </div> | |
| 1620 | + <div class="phone_bottom"> | |
| 1621 | + <div class="send_rev"> | |
| 1622 | + <div class="send_content"> | |
| 1623 | + <div class="rev_radio"> | |
| 1624 | + <ul> | |
| 1625 | + <li><input type="radio" id="reserYnN" name="reserYn" value="N" checked="checked"><label for="reserYnN">즉시</label></li> | |
| 1626 | + <li><input type="radio" id="reserYnY" name="reserYn" value="Y"><label for="reserYnY">예약</label></li> | |
| 1627 | + </ul> | |
| 1628 | + </div> | |
| 1629 | + <div class="send_btn"> | |
| 1630 | + <button type="button" class="btnType btnType11" onclick="javascript:fn_sendMsgData(); return false;">발송하기</button> | |
| 1631 | + <button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button> | |
| 1632 | + </div> | |
| 1633 | + </div> | |
| 1634 | + <div class="rev_selected" style="display:none;"> | |
| 1635 | + <div class="rev_top"> | |
| 1636 | + <span>날짜 :</span> | |
| 1637 | + <div class="calendar_wrap"> | |
| 1638 | + <input type="text" class="startDate2 inp resDate calendar02 picker__input" title="검색 시작일" id="startDate2" name="startDate2" value="" data-datecontrol="true" readonly="" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="startDate2_root"> | |
| 1639 | + </div> | |
| 1640 | + <div class="selBox"> | |
| 1641 | + <select class="selType1" id="msgResHour" name="msgResHour"> | |
| 1642 | + <option value="00">00시</option> | |
| 1643 | + <option value="01">01시</option> | |
| 1644 | + <option value="02">02시</option> | |
| 1645 | + <option value="03">03시</option> | |
| 1646 | + <option value="04">04시</option> | |
| 1647 | + <option value="05">05시</option> | |
| 1648 | + <option value="06">06시</option> | |
| 1649 | + <option value="07">07시</option> | |
| 1650 | + <option value="08">08시</option> | |
| 1651 | + <option value="09">09시</option> | |
| 1652 | + <option value="10">10시</option> | |
| 1653 | + <option value="11">11시</option> | |
| 1654 | + <option value="12">12시</option> | |
| 1655 | + <option value="13">13시</option> | |
| 1656 | + <option value="14">14시</option> | |
| 1657 | + <option value="15">15시</option> | |
| 1658 | + <option value="16">16시</option> | |
| 1659 | + <option value="17">17시</option> | |
| 1660 | + <option value="18">18시</option> | |
| 1661 | + <option value="19">19시</option> | |
| 1662 | + <option value="20">20시</option> | |
| 1663 | + <option value="21">21시</option> | |
| 1664 | + <option value="22">22시</option> | |
| 1665 | + <option value="23">23시</option> | |
| 1666 | + <option value="24">24시</option> | |
| 1667 | + </select> | |
| 1668 | + <select class="selType1" id="msgResMin" name="msgResMin"> | |
| 1669 | + <option value="00">00분</option> | |
| 1670 | + <option value="05">05분</option> | |
| 1671 | + <option value="10">10분</option> | |
| 1672 | + <option value="15">15분</option> | |
| 1673 | + <option value="20">20분</option> | |
| 1674 | + <option value="25">25분</option> | |
| 1675 | + <option value="30">30분</option> | |
| 1676 | + <option value="35">35분</option> | |
| 1677 | + <option value="40">40분</option> | |
| 1678 | + <option value="45">45분</option> | |
| 1679 | + <option value="50">50분</option> | |
| 1680 | + <option value="55">55분</option> | |
| 1681 | + </select> | |
| 1682 | + </div> | |
| 1683 | + <div class="rev_bottom"> | |
| 1684 | + <input type="checkbox" id="divideChk" name="divideChk"> | |
| 1685 | + <label for="divideChk">분할전송</label> | |
| 1686 | + <select class="selType1" id="divideCnt" name="divideCnt"> | |
| 1687 | + <option value="2">2</option> | |
| 1688 | + <option value="10">10</option> | |
| 1689 | + <option value="20">20</option> | |
| 1690 | + <option value="30">30</option> | |
| 1691 | + </select> | |
| 1692 | + <label for="divideCnt">건</label> | |
| 1693 | + <select class="selType1" id="divideTime" name="divideTime"> | |
| 1694 | + <option value="5">05분</option> | |
| 1695 | + <option value="10">10분</option> | |
| 1696 | + <option value="15">15분</option> | |
| 1697 | + <option value="20">20분</option> | |
| 1698 | + <option value="30">30분</option> | |
| 1699 | + </select> | |
| 1700 | + <label for="divideTime">간격</label> | |
| 1701 | + </div> | |
| 1702 | + </div> | |
| 1703 | + </div> | |
| 1704 | + | |
| 1705 | + </div> | |
| 1706 | + </div> | |
| 1707 | + </div> | |
| 1708 | + </div> | |
| 1709 | + <!--// send right 문자 보내기 미리보기 --> | |
| 1710 | + </div> | |
| 1711 | + <!-- tab content2 --> | |
| 1712 | + <div class="top_content get_excel" id="tab1_2"> | |
| 1713 | + <div class="heading"> | |
| 1714 | + <h2>대량문자(광고문자)</h2> | |
| 1715 | + <button type="button" class="button info ad_btn" onclick="infoPop('adrvertisement1');" style="right: 128px;"><i></i>광고규정</button> | |
| 1716 | + <button type="button" class="button info" onclick="infoPop('MsgExcelDataSMLView1');">사용안내</button> | |
| 1717 | + </div> | |
| 1718 | + <div class="send_general"> | |
| 1719 | + <!-- send left 문자 보내기 입력 --> | |
| 1720 | + <div class="send_left"> | |
| 1721 | + <table class="tType1"> | |
| 1722 | + <caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption> | |
| 1723 | + <colgroup> | |
| 1724 | + <col style="width: 120px;"> | |
| 1725 | + <col style="width: auto;"> | |
| 1726 | + </colgroup> | |
| 1727 | + <tbody> | |
| 1728 | + <tr> | |
| 1729 | + <th scope="row">문자분류</th> | |
| 1730 | + <td class="send_cf"> | |
| 1731 | + <input id="radio1" type="radio" name="send_clas" checked="checked"> | |
| 1732 | + <label for="radio1">일반</label> | |
| 1733 | + <input id="radio2" type="radio" name="send_clas"> | |
| 1734 | + <label for="radio2">광고</label> | |
| 1735 | + </td> | |
| 1736 | + </tr> | |
| 1737 | + <tr> | |
| 1738 | + <th scope="row">발신번호</th> | |
| 1739 | + <td class="put_num"> | |
| 1740 | + <label for="num" class="label"></label> | |
| 1741 | + <select id="num" class="sel_number"> | |
| 1742 | + <option value="">010-1234-5678</option> | |
| 1743 | + <option value="">010-1234-5678</option> | |
| 1744 | + <option value="">010-1234-5678</option> | |
| 1745 | + <option value="">010-1234-5678</option> | |
| 1746 | + </select> | |
| 1747 | + <button type="button" class="btnType btnType6">번호추가</button> | |
| 1748 | + </td> | |
| 1749 | + </tr> | |
| 1750 | + <tr> | |
| 1751 | + <th scope="row">제목</th> | |
| 1752 | + <td> | |
| 1753 | + <!-- 단문일 때 --> | |
| 1754 | + <label for="text" class="label"></label> | |
| 1755 | + <input type="text" size="20" id="text" class="w100" placeholder="" onfocus="this.placeholder=''" disabled> | |
| 1756 | + <!-- 장문일 때 --> | |
| 1757 | + <!-- <input type="text" size="20" id="text" class="w100" placeholder="제목을 입력해주세요 (최대30byte, 발송관리용)" onfocus="this.placeholder=''" onblur="this.placeholder='제목을 입력해주세요 (최대30byte, 발송관리용)'"> --> | |
| 1758 | + </td> | |
| 1759 | + </tr> | |
| 1760 | + <!-- 단문 --> | |
| 1761 | + <tr> | |
| 1762 | + <th scope="row" class="vTop">내용</th> | |
| 1763 | + <td class="putText"> | |
| 1764 | + <div class="clearfix"> | |
| 1765 | + <div class="put_left short"> | |
| 1766 | + <div class="ad_txt"> | |
| 1767 | + <p>(광고)</p> | |
| 1768 | + </div> | |
| 1769 | + <label for="textarea" class="label"></label> | |
| 1770 | + <textarea id="textarea" class="put_text" placeholder="내용을 입력해주세요. | |
| 1771 | +-90btye 초과 시 LMS 자동전환 | |
| 1772 | +-파일첨부 시 MMS 자동전환"></textarea> | |
| 1773 | + <div class="text_length"> | |
| 1774 | + <div> | |
| 1775 | + <p>무료 거부 080-0000-0000</p> | |
| 1776 | + </div> | |
| 1777 | + <div> | |
| 1778 | + <p><span class="fwMd">15 /<span><span class="c_002c9a fwMd"> 90</span>byte</p> | |
| 1779 | + <span class="msg_com msg_short">단문</span> | |
| 1780 | + </div> | |
| 1781 | + </div> | |
| 1782 | + </div> | |
| 1783 | + <div class="put_right"> | |
| 1784 | + <div class="btn_popup_wrap spc_wrap"> | |
| 1785 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 1786 | + <div class="send_miniPop spc_character"> | |
| 1787 | + <div class="tab_character"> | |
| 1788 | + <a href="#none" class="on">특수문자</a> | |
| 1789 | + <a href="#none">웃음</a> | |
| 1790 | + <a href="#none">슬픔</a> | |
| 1791 | + <a href="#none">분노</a> | |
| 1792 | + <a href="#none">사랑</a> | |
| 1793 | + <a href="#none">그외</a> | |
| 1794 | + </div> | |
| 1795 | + <!-- 특수문자 --> | |
| 1796 | + <div class="cnt_character on"> | |
| 1797 | + <div class="box_character"> | |
| 1798 | + <a href="#">※</a> | |
| 1799 | + <a href="#">☆</a> | |
| 1800 | + <a href="#">★</a> | |
| 1801 | + <a href="#">○</a> | |
| 1802 | + <a href="#">●</a> | |
| 1803 | + <a href="#">◎</a> | |
| 1804 | + <a href="#">◇</a> | |
| 1805 | + <a href="#">◆</a> | |
| 1806 | + <a href="#">□</a> | |
| 1807 | + <a href="#">■</a> | |
| 1808 | + <a href="#">△</a> | |
| 1809 | + <a href="#">▲</a> | |
| 1810 | + <a href="#">▽</a> | |
| 1811 | + <a href="#">▼</a> | |
| 1812 | + <a href="#">→</a> | |
| 1813 | + <a href="#">←</a> | |
| 1814 | + <a href="#">↑</a> | |
| 1815 | + <a href="#">↓</a> | |
| 1816 | + <a href="#">↔</a> | |
| 1817 | + <a href="#">〓</a> | |
| 1818 | + <a href="#">◁</a> | |
| 1819 | + <a href="#">♪</a> | |
| 1820 | + <a href="#">◀</a> | |
| 1821 | + <a href="#">▷</a> | |
| 1822 | + <a href="#">▶</a> | |
| 1823 | + <a href="#">♤</a> | |
| 1824 | + <a href="#">♠</a> | |
| 1825 | + <a href="#">♡</a> | |
| 1826 | + <a href="#">♥</a> | |
| 1827 | + <a href="#">♧</a> | |
| 1828 | + <a href="#">♣</a> | |
| 1829 | + <a href="#">⊙</a> | |
| 1830 | + <a href="#">◈</a> | |
| 1831 | + <a href="#">▣</a> | |
| 1832 | + <a href="#">◐</a> | |
| 1833 | + <a href="#">◑</a> | |
| 1834 | + <a href="#">▒</a> | |
| 1835 | + <a href="#">▦</a> | |
| 1836 | + <a href="#">♨</a> | |
| 1837 | + <a href="#">☏</a> | |
| 1838 | + <a href="#">☎</a> | |
| 1839 | + <a href="#">☞</a> | |
| 1840 | + <a href="#">☜</a> | |
| 1841 | + <a href="#">㈜</a> | |
| 1842 | + <a href="#">™</a> | |
| 1843 | + <a href="#">℡</a> | |
| 1844 | + <a href="#">ㆀ</a> | |
| 1845 | + <a href="#">ε</a> | |
| 1846 | + <a href="#">『</a> | |
| 1847 | + <a href="#">』</a> | |
| 1848 | + <a href="#">ⓛ</a> | |
| 1849 | + <a href="#">∏</a> | |
| 1850 | + <a href="#">ご</a> | |
| 1851 | + <a href="#">♂</a> | |
| 1852 | + <a href="#">↗</a> | |
| 1853 | + <a href="#">↙</a> | |
| 1854 | + <a href="#">↖</a> | |
| 1855 | + <a href="#">↘</a> | |
| 1856 | + <a href="#">ψ</a> | |
| 1857 | + </div> | |
| 1858 | + </div> | |
| 1859 | + <!-- //특수문자 --> | |
| 1860 | + | |
| 1861 | + <!-- 웃음 --> | |
| 1862 | + <div class="cnt_character emt_character"> | |
| 1863 | + <div class="box_character"> | |
| 1864 | + <a href="#">⌒⌒</a> | |
| 1865 | + <a href="#">^_^</a> | |
| 1866 | + <a href="#">^0^</a> | |
| 1867 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 1868 | + <a href="#">(/^^)/</a> | |
| 1869 | + <a href="#">^o^~♬</a> | |
| 1870 | + <a href="#">^.~</a> | |
| 1871 | + <a href="#">^-^b</a> | |
| 1872 | + <a href="#">^▽^</a> | |
| 1873 | + <a href="#">^ε^</a> | |
| 1874 | + <a href="#">(^^)γ</a> | |
| 1875 | + <a href="#">(~^^)~</a> | |
| 1876 | + <a href="#">☆(~.^)/</a> | |
| 1877 | + <a href="#">(*^o^*)</a> | |
| 1878 | + <a href="#">n_n</a> | |
| 1879 | + <a href="#">↖(^▽^)↗</a> | |
| 1880 | + <a href="#">( ̄∇ ̄)</a> | |
| 1881 | + <a href="#">(*^.^)♂</a> | |
| 1882 | + <a href="#">*^^*</a> | |
| 1883 | + <a href="#">ㅎ.ㅎ</a> | |
| 1884 | + <a href="#">=^.^=</a> | |
| 1885 | + <a href="#">^▽^</a> | |
| 1886 | + <a href="#">~_~</a> | |
| 1887 | + <a href="#">(=^▽^)/♪</a> | |
| 1888 | + </div> | |
| 1889 | + </div> | |
| 1890 | + <!-- //웃음 --> | |
| 1891 | + | |
| 1892 | + <!-- 슬픔 --> | |
| 1893 | + <div class="cnt_character emt_character"> | |
| 1894 | + <div class="box_character"> | |
| 1895 | + <a href="#">(づ_T)</a> | |
| 1896 | + <a href="#">(ㅠ.ㅠ)</a> | |
| 1897 | + <a href="#">(#_-)</a> | |
| 1898 | + <a href="#">o(T^T)o</a> | |
| 1899 | + <a href="#">ㅠ.ㅠ</a> | |
| 1900 | + <a href="#">(-_-メ)</a> | |
| 1901 | + <a href="#">Y.Y</a> | |
| 1902 | + <a href="#">TmT</a> | |
| 1903 | + <a href="#">ご.ご</a> | |
| 1904 | + <a href="#">(=_=;)</a> | |
| 1905 | + <a href="#">⊇.⊆</a> | |
| 1906 | + <a href="#">(o_Φ)</a> | |
| 1907 | + <a href="#">∋.∈</a> | |
| 1908 | + <a href="#">(___)_</a> | |
| 1909 | + <a href="#">(-.¥)</a> | |
| 1910 | + <a href="#">@_O</a> | |
| 1911 | + <a href="#">●⊙</a> | |
| 1912 | + <a href="#">(♨_♨)</a> | |
| 1913 | + <a href="#">(X_X)</a> | |
| 1914 | + <a href="#">Θ_Θ</a> | |
| 1915 | + <a href="#">(∏.∏)</a> | |
| 1916 | + <a href="#">(づ_ど)</a> | |
| 1917 | + <a href="#">( ̄^ ̄)</a> | |
| 1918 | + </div> | |
| 1919 | + </div> | |
| 1920 | + <!-- //슬픔 --> | |
| 1921 | + | |
| 1922 | + <!-- 분노 --> | |
| 1923 | + <div class="cnt_character emt_character"> | |
| 1924 | + <div class="box_character"> | |
| 1925 | + <a href="#">Θ_Θ</a> | |
| 1926 | + <a href="#">=-_-a</a> | |
| 1927 | + <a href="#">('o')</a> | |
| 1928 | + <a href="#">(`へ´)</a> | |
| 1929 | + <a href="#">(-ヘㅡメ)凸</a> | |
| 1930 | + <a href="#">⊙⊙ㆀ</a> | |
| 1931 | + <a href="#">⊙.⊙</a> | |
| 1932 | + <a href="#">ㅡㅡ+</a> | |
| 1933 | + <a href="#">(`o´)y</a> | |
| 1934 | + <a href="#">づºДº)つ</a> | |
| 1935 | + <a href="#">O_O</a> | |
| 1936 | + <a href="#">(@.@)</a> | |
| 1937 | + <a href="#">★.★</a> | |
| 1938 | + <a href="#">(;¬_¬)</a> | |
| 1939 | + <a href="#">┏(;-_-)┛</a> | |
| 1940 | + <a href="#">┏(-_-メ)┓</a> | |
| 1941 | + <a href="#">(><ㆀ)/</a> | |
| 1942 | + <a href="#">--メ凸</a> | |
| 1943 | + <a href="#">(`_)乂(_′)</a> | |
| 1944 | + <a href="#">(-_-)c+_=)</a> | |
| 1945 | + </div> | |
| 1946 | + </div> | |
| 1947 | + <!-- //분노 --> | |
| 1948 | + | |
| 1949 | + <!-- 사랑 --> | |
| 1950 | + <div class="cnt_character emt_character"> | |
| 1951 | + <div class="box_character"> | |
| 1952 | + <a href="#">♥.♥</a> | |
| 1953 | + <a href="#">^o^~♬</a> | |
| 1954 | + <a href="#">(*^}{^*)</a> | |
| 1955 | + <a href="#">ⓛⓞⓥⓔ</a> | |
| 1956 | + <a href="#">(*_*)</a> | |
| 1957 | + <a href="#">(♡.♡)</a> | |
| 1958 | + <a href="#">ε♡₃ε♥</a> | |
| 1959 | + <a href="#">(*..)(..*)</a> | |
| 1960 | + <a href="#">(~.^)s</a> | |
| 1961 | + <a href="#">☞♡☜</a> | |
| 1962 | + <a href="#">*♥o♥*</a> | |
| 1963 | + <a href="#">(/^o^)/♡</a> | |
| 1964 | + <a href="#">@-m-m--</a> | |
| 1965 | + <a href="#">=>>------▷♡</a> | |
| 1966 | + <a href="#">(*^^)σ(^_^)</a> | |
| 1967 | + <a href="#">(*^-^)♡(^o^*)</a> | |
| 1968 | + <a href="#">(づ^.^)づ~♡</a> | |
| 1969 | + <a href="#">\(*^▽^*)ノ</a> | |
| 1970 | + <a href="#">*⌒З^)^.⌒*)</a> | |
| 1971 | + <a href="#">(づ ̄³ ̄)づ~</a> | |
| 1972 | + <a href="#">(づ ̄³ ̄)づ</a> | |
| 1973 | + <a href="#">(^*^)kiss</a> | |
| 1974 | + <a href="#">(*'-⌒*)ⓥ</a> | |
| 1975 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 1976 | + </div> | |
| 1977 | + </div> | |
| 1978 | + <!-- //사랑 --> | |
| 1979 | + | |
| 1980 | + <!-- 그외 --> | |
| 1981 | + <div class="cnt_character emt_character emt_etc "> | |
| 1982 | + <div class="box_character"> | |
| 1983 | + <a href="#"><:3)--</a> | |
| 1984 | + <a href="#">(^(oo)^)</a> | |
| 1985 | + <a href="#">(:::[</a> | |
| 1986 | + <a href="#">]:::)</a> | |
| 1987 | + <a href="#">[( ̄. ̄)]zZ</a> | |
| 1988 | + <a href="#">(``)(``)</a> | |
| 1989 | + <a href="#">(T(oo)T)</a> | |
| 1990 | + <a href="#">(^.^)=O)#.#)</a> | |
| 1991 | + <a href="#">?‥…─━★</a> | |
| 1992 | + <a href="#">(__)zzz</a> | |
| 1993 | + <a href="#">(=ㅅ)=333</a> | |
| 1994 | + <a href="#"><(>.<ㆀ)></a> | |
| 1995 | + <a href="#">>(/////)<</a> | |
| 1996 | + <a href="#">((ど(</a> | |
| 1997 | + <a href="#">^0^</a> | |
| 1998 | + <a href="#">)つ))</a> | |
| 1999 | + <a href="#">■■■■■□90%</a> | |
| 2000 | + <a href="#">( ̄_ ̄>-(^▽^;)</a> | |
| 2001 | + <a href="#">∑⊙)++333=◀</a> | |
| 2002 | + <a href="#">(ノ^_^)ノ~~⑩</a> | |
| 2003 | + <a href="#">(^▽^)/\(^_^)</a> | |
| 2004 | + <a href="#">(*.*)@==(`.`)</a> | |
| 2005 | + <a href="#">(っㅡㅡ)つ━●</a> | |
| 2006 | + <a href="#">(``)(</a> | |
| 2007 | + <a href="#">:)(..)(:</a> | |
| 2008 | + <a href="#">(``)</a> | |
| 2009 | + </div> | |
| 2010 | + </div> | |
| 2011 | + <!-- //그외 --> | |
| 2012 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 2013 | + </div> | |
| 2014 | + </div> | |
| 2015 | + <div class="btn_popup_wrap convers_wrap"> | |
| 2016 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> | |
| 2017 | + <div class="send_miniPop convers"> | |
| 2018 | + <div> | |
| 2019 | + <div class="convers_top"> | |
| 2020 | + <span>특정문구 일괄변환이란?</span> | |
| 2021 | + <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의 메시지를 발송하는 기능</p> | |
| 2022 | + </div> | |
| 2023 | + <div class="convers_middle"><a href="#">#{이름}</a></div> | |
| 2024 | + <div class="convers_bottom"> | |
| 2025 | + <a href="#">#{1}</a> | |
| 2026 | + <a href="#">#{2}</a> | |
| 2027 | + <a href="#">#{3}</a> | |
| 2028 | + <a href="#">#{4}</a> | |
| 2029 | + </div> | |
| 2030 | + </div> | |
| 2031 | + </div> | |
| 2032 | + </div> | |
| 2033 | + <button type="button" class="btnType btnType7">내문자함</button> | |
| 2034 | + <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> | |
| 2035 | + <div class="send_btnWrap"> | |
| 2036 | + <button type="button" class="btnType btnType9">문자저장</button> | |
| 2037 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 2038 | + </div> | |
| 2039 | + </div> | |
| 2040 | + </div> | |
| 2041 | + <p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p> | |
| 2042 | + </td> | |
| 2043 | + </tr> | |
| 2044 | + <!-- 포토 --> | |
| 2045 | + <tr style="display: none;"> | |
| 2046 | + <th scope="row">내용</th> | |
| 2047 | + <td class="putText"> | |
| 2048 | + <div class="clearfix"> | |
| 2049 | + <div class="put_left photo"> | |
| 2050 | + <ul class="thumb_wrap"> | |
| 2051 | + <li class="on"> | |
| 2052 | + <div> | |
| 2053 | + <img src="/publish/images/content/thumb1.jpg" alt="thumb1"> | |
| 2054 | + </div> | |
| 2055 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 2056 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 2057 | + </li> | |
| 2058 | + <li> | |
| 2059 | + <div> | |
| 2060 | + <img src="/publish/images/content/thumb2.jpg" alt="thumb1"> | |
| 2061 | + </div> | |
| 2062 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 2063 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 2064 | + </li> | |
| 2065 | + <li> | |
| 2066 | + <div> | |
| 2067 | + <img src="/publish/images/content/thumb3.jpg" alt="thumb1"> | |
| 2068 | + </div> | |
| 2069 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 2070 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 2071 | + </li> | |
| 2072 | + </ul> | |
| 2073 | + <div class="ad_txt"> | |
| 2074 | + <p>(광고)</p> | |
| 2075 | + </div> | |
| 2076 | + <label for="textarea" class="label"></label> | |
| 2077 | + <textarea id="textarea" class="put_text"> | |
| 2078 | +해마다 찾아오는 봄이지만 | |
| 2079 | +봄맞이 대청소라는 말처럼, | |
| 2080 | +새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ | |
| 2081 | + | |
| 2082 | +"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을 | |
| 2083 | +깨끗이 비워보는 겁니다. | |
| 2084 | + | |
| 2085 | +새봄에 새마음으로 새롭게 시작해 보는 겁니다. | |
| 2086 | + | |
| 2087 | +해마다 찾아오는 봄이지만 | |
| 2088 | +봄맞이 대청소라는 말처럼, | |
| 2089 | +새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ | |
| 2090 | + | |
| 2091 | +"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을 | |
| 2092 | +깨끗이 비워보는 겁니다. | |
| 2093 | + | |
| 2094 | +새봄에 새마음으로 새롭게 시작해 보는 겁니다. | |
| 2095 | + | |
| 2096 | +해마다 찾아오는 봄이지만 | |
| 2097 | +봄맞이 대청소라는 말처럼, | |
| 2098 | +새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ | |
| 2099 | + | |
| 2100 | +"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을 | |
| 2101 | +깨끗이 비워보는 겁니다. | |
| 2102 | + | |
| 2103 | +새봄에 새마음으로 새롭게 시작해 보는 겁니다. | |
| 2104 | + </textarea> | |
| 2105 | + <div class="text_length"> | |
| 2106 | + <div> | |
| 2107 | + <p>무료 거부 080-0000-0000</p> | |
| 2108 | + </div> | |
| 2109 | + <div> | |
| 2110 | + <p><span class="fwMd">15 /<span><span class="c_002c9a fwMd"> 2000</span>byte</p> | |
| 2111 | + <span class="msg_com msg_photo">그림</span> | |
| 2112 | + </div> | |
| 2113 | + </div> | |
| 2114 | + </div> | |
| 2115 | + <div class="put_right"> | |
| 2116 | + <div class="btn_popup_wrap spc_wrap"> | |
| 2117 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 2118 | + <div class="send_miniPop spc_character"> | |
| 2119 | + <div> | |
| 2120 | + <a href="#"></a> | |
| 2121 | + <a href="#"></a> | |
| 2122 | + <a href="#"></a> | |
| 2123 | + <a href="#"></a> | |
| 2124 | + <a href="#"></a> | |
| 2125 | + <a href="#"></a> | |
| 2126 | + <a href="#"></a> | |
| 2127 | + <a href="#"></a> | |
| 2128 | + <a href="#"></a> | |
| 2129 | + <a href="#"></a> | |
| 2130 | + <a href="#"></a> | |
| 2131 | + <a href="#"></a> | |
| 2132 | + <a href="#"></a> | |
| 2133 | + <a href="#"></a> | |
| 2134 | + <a href="#"></a> | |
| 2135 | + <a href="#"></a> | |
| 2136 | + <a href="#"></a> | |
| 2137 | + <a href="#"></a> | |
| 2138 | + <a href="#"></a> | |
| 2139 | + <a href="#"></a> | |
| 2140 | + <a href="#"></a> | |
| 2141 | + <a href="#"></a> | |
| 2142 | + <a href="#"></a> | |
| 2143 | + <a href="#"></a> | |
| 2144 | + <a href="#"></a> | |
| 2145 | + <a href="#"></a> | |
| 2146 | + <a href="#"></a> | |
| 2147 | + <a href="#"></a> | |
| 2148 | + <a href="#"></a> | |
| 2149 | + <a href="#"></a> | |
| 2150 | + <a href="#"></a> | |
| 2151 | + <a href="#"></a> | |
| 2152 | + <a href="#"></a> | |
| 2153 | + <a href="#"></a> | |
| 2154 | + <a href="#"></a> | |
| 2155 | + <a href="#"></a> | |
| 2156 | + <a href="#"></a> | |
| 2157 | + <a href="#"></a> | |
| 2158 | + <a href="#"></a> | |
| 2159 | + <a href="#"></a> | |
| 2160 | + <a href="#"></a> | |
| 2161 | + <a href="#"></a> | |
| 2162 | + <a href="#"></a> | |
| 2163 | + <a href="#"></a> | |
| 2164 | + <a href="#"></a> | |
| 2165 | + | |
| 2166 | + </div> | |
| 2167 | + </div> | |
| 2168 | + </div> | |
| 2169 | + <div class="btn_popup_wrap"> | |
| 2170 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> | |
| 2171 | + <div class="send_miniPop convers"> | |
| 2172 | + <div> | |
| 2173 | + <div class="convers_top"> | |
| 2174 | + <span>특정문구 일괄변환이란?</span> | |
| 2175 | + <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의<br> 메시지를 발송하는 기능</p> | |
| 2176 | + </div> | |
| 2177 | + <div class="convers_middle"><a href="#">#{이름}</a></div> | |
| 2178 | + <div class="convers_bottom"> | |
| 2179 | + <a href="#">#{1}</a> | |
| 2180 | + <a href="#">#{2}</a> | |
| 2181 | + <a href="#">#{3}</a> | |
| 2182 | + <a href="#">#{4}</a> | |
| 2183 | + </div> | |
| 2184 | + </div> | |
| 2185 | + </div> | |
| 2186 | + </div> | |
| 2187 | + <button type="button" class="btnType btnType7">내문자함</button> | |
| 2188 | + <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> | |
| 2189 | + <div class="send_btnWrap"> | |
| 2190 | + <button type="button" class="btnType btnType9">문자저장</button> | |
| 2191 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 2192 | + </div> | |
| 2193 | + </div> | |
| 2194 | + </div> | |
| 2195 | + <p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p> | |
| 2196 | + </td> | |
| 2197 | + </tr> | |
| 2198 | + </tbody> | |
| 2199 | + </table> | |
| 2200 | + </div><!-- send left 문자 보내기 입력 --> | |
| 2201 | + <!-- send right 문자 보내기 미리보기 --> | |
| 2202 | + <div class="send_right"> | |
| 2203 | + <div class="phone"> | |
| 2204 | + <div class="phoneIn"> | |
| 2205 | + <div> | |
| 2206 | + <p class="prev_p"><img src="/publish/images/search. png">미리보기</p> | |
| 2207 | + <div class="text_length2 clearfix" style="display: none;"> | |
| 2208 | + <span class="msg_com msg_short">단문</span> | |
| 2209 | + <div> | |
| 2210 | + <span>글자크기</span> | |
| 2211 | + <button type="button"><img src="/publish/images/ content/font_plus.png"></button> | |
| 2212 | + <button type="button"><img src="/publish/images/ content/font_minus.png"></button> | |
| 2213 | + </div> | |
| 2214 | + </div> | |
| 2215 | + <div class="text_length2 clearfix"> | |
| 2216 | + <span class="msg_com msg_photo">포토</span> | |
| 2217 | + <ul class="photo_msg_num"> | |
| 2218 | + <li onclick="imgClick(0);"><a href="#none">1</a></ li> | |
| 2219 | + <li onclick="imgClick(1);"><a href="#none">2</a></ li> | |
| 2220 | + <li onclick="imgClick(2);"><a href="#none">3</a></ li> | |
| 2221 | + </ul> | |
| 2222 | + <div> | |
| 2223 | + <span>글자크기</span> | |
| 2224 | + <button type="button"><img src="/publish/images/ content/font_plus.png"></button> | |
| 2225 | + <button type="button"><img src="/publish/images/ content/font_minus.png"></button> | |
| 2226 | + </div> | |
| 2227 | + </div> | |
| 2228 | + <!-- 텍스트 미리보기 --> | |
| 2229 | + <div class="text_preview"> | |
| 2230 | + <div class="preiew_img"> | |
| 2231 | + <div class="img_box"> | |
| 2232 | + <img src="/publish/images/content/ photo_sample01.jpg"> | |
| 2233 | + </div> | |
| 2234 | + <div class="img_box"> | |
| 2235 | + <img src="/publish/images/content/ photo_sample01.jpg"> | |
| 2236 | + </div> | |
| 2237 | + <div class="img_box"> | |
| 2238 | + <img src="/publish/images/content/excel.jpg"> | |
| 2239 | + </div> | |
| 2240 | + </div> | |
| 2241 | + <div class="preview_auto"> | |
| 2242 | + <p class="ad_tit">(광고)</p> | |
| 2243 | + <p class="none_txt">내용을 입력해주세요.</p> | |
| 2244 | + <p class="realtime"></p> | |
| 2245 | + <p class="deny_receipt">무료 거부 080-0000-0000</p> | |
| 2246 | + </div> | |
| 2247 | + </div> | |
| 2248 | + <!-- //텍스트 미리보기 --> | |
| 2249 | + </div> | |
| 2250 | + </div> | |
| 2251 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 2252 | + </div> | |
| 2253 | + </div> | |
| 2254 | + <!--// send right 문자 보내기 미리보기 --> | |
| 2255 | + </div> | |
| 2256 | + <!-- excel 대량 불러오기 --> | |
| 2257 | + <div class="excelWrap"> | |
| 2258 | + <div> | |
| 2259 | + <div class="excel_selBox"> | |
| 2260 | + <div> | |
| 2261 | + <button type="button" class="excel_btn btnType"><i class="uproad"></i>엑셀 불러오기</button> | |
| 2262 | + </div> | |
| 2263 | + <div> | |
| 2264 | + <button type="button" class="excel_btn"><i class="downroad"></i>엑셀 샘플 다운로드</button> | |
| 2265 | + <!-- <button type="button" class="btnType btnType14"><i></i>번호입력형식안내</button> --> | |
| 2266 | + </div> | |
| 2267 | + </div> | |
| 2268 | + <div class="file_add"> | |
| 2269 | + <p><img src="/publish/images/content/file_add.png" alt="파일 붙여넣기">마우스로 엑셀 파일을 여기에 끌어다 놓으세요</p> | |
| 2270 | + </div> | |
| 2271 | + <div class="excel_middle2"> | |
| 2272 | + <p>총 <span class="c_e40000 fwBold">120</span>건 / 중복 <span class="c_002c9a fwBold">9</span>건</p> | |
| 2273 | + <button type="button" class="btnType btnType6">번호추가</button> | |
| 2274 | + </div> | |
| 2275 | + <div class="drag_drop_wrap"> | |
| 2276 | + <img src="/publish/images/content/excel.jpg" style="width: 100%;"> | |
| 2277 | + </div> | |
| 2278 | + <div class="excel_middle"> | |
| 2279 | + <div class="select_btnWrap clearfix"> | |
| 2280 | + <div> | |
| 2281 | + <button type="button"><i class="remove_img"></i>선택삭제</button> | |
| 2282 | + <button type="button"><i class="remove_img"></i>오류번호삭제</button> | |
| 2283 | + <button type="button" class="check_validity">오류 검사<i></i></button> | |
| 2284 | + </div> | |
| 2285 | + <div> | |
| 2286 | + <button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button> | |
| 2287 | + </div> | |
| 2288 | + </div> | |
| 2289 | + </div> | |
| 2290 | + </div> | |
| 2291 | + </div> | |
| 2292 | + <div class="send_general sec"> | |
| 2293 | + <div class="send_left"> | |
| 2294 | + <table class="tType1"> | |
| 2295 | + <caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption> | |
| 2296 | + <colgroup> | |
| 2297 | + <col style="width: 100px;"> | |
| 2298 | + <col style="width: auto;"> | |
| 2299 | + </colgroup> | |
| 2300 | + <tbody> | |
| 2301 | + <tr> | |
| 2302 | + <th colspan="2" class="billingAmount"> | |
| 2303 | + <div> | |
| 2304 | + <div class="final_pay"> | |
| 2305 | + <p>결제금액 :</p> | |
| 2306 | + <p class="price"><span>200,000</span>원<span>(부가세 포함)</span></p> | |
| 2307 | + </div> | |
| 2308 | + <div class="pay_type clearfix"> | |
| 2309 | + <div> | |
| 2310 | + <label for="" class="label">충전 금액</label> | |
| 2311 | + <input id="radio_bill_1" type="radio" name="radio_bill" checked="checked"> | |
| 2312 | + <label for="radio_bill_1">내 충전금 (<span>3,000</span>원)</label> | |
| 2313 | + </div> | |
| 2314 | + <div> | |
| 2315 | + <label for="" class="label">포인트 금액</label> | |
| 2316 | + <input type="text" placeholder="199,700" readonly> | |
| 2317 | + <button type="button" class="btnType btnType3">충전</button> | |
| 2318 | + </div> | |
| 2319 | + </div> | |
| 2320 | + </div> | |
| 2321 | + </th> | |
| 2322 | + </tr> | |
| 2323 | + <tr> | |
| 2324 | + <th scope="row">추천인 ID</th> | |
| 2325 | + <td class="check_num"> | |
| 2326 | + <input id="radio5" type="radio" name="recom" checked="checked"> | |
| 2327 | + <label for="radio5">없음</label> | |
| 2328 | + <input id="radio6" type="radio" name="recom"> | |
| 2329 | + <label for="radio6">있음</label> | |
| 2330 | + <div> | |
| 2331 | + <label for="id" class="label"></label> | |
| 2332 | + <input type="text" size="20" id="id" placeholder="추천인 아이디 입력" onfocus="this.placeholder=''" onblur="this.placeholder='추천인 아이디 입력'"> | |
| 2333 | + <button type="button" class="btnType btnType9">추천인 확인</button> | |
| 2334 | + </div> | |
| 2335 | + </td> | |
| 2336 | + </tr> | |
| 2337 | + </tbody> | |
| 2338 | + </table> | |
| 2339 | + </div> | |
| 2340 | + <div class="send_right"> | |
| 2341 | + <div class="send_rev"> | |
| 2342 | + <div class="rev_radio"> | |
| 2343 | + <input id="radio11" type="radio" name="reser2" checked="checked"> | |
| 2344 | + <label for="radio11">즉시</label> | |
| 2345 | + <input id="radio12" type="radio" name="reser2"> | |
| 2346 | + <label for="radio12">예약</label> | |
| 2347 | + </div> | |
| 2348 | + <div class="rev_selected"> | |
| 2349 | + <div class="rev_top"> | |
| 2350 | + <span>날짜 :</span> | |
| 2351 | + <div class="calendar_wrap"> | |
| 2352 | + <input type="text" class="startDate2 inp" title="검색 시작일" id="startDate2" name="startDate2" value="" data-datecontrol="true"> | |
| 2353 | + </div> | |
| 2354 | + <label for="" class="label">시 선택</label> | |
| 2355 | + <div class="selBox"> | |
| 2356 | + <select class="selType1"> | |
| 2357 | + <option>00시</option> | |
| 2358 | + <option>10시</option> | |
| 2359 | + <option>20시</option> | |
| 2360 | + </select> | |
| 2361 | + <label for="" class="label">분 선택</label> | |
| 2362 | + <select class="selType1"> | |
| 2363 | + <option>00분</option> | |
| 2364 | + <option>25분</option> | |
| 2365 | + <option>50분</option> | |
| 2366 | + </select> | |
| 2367 | + </div> | |
| 2368 | + </div> | |
| 2369 | + <div class="rev_bottom"> | |
| 2370 | + <input type="checkbox"> | |
| 2371 | + <label for="">분할전송</label> | |
| 2372 | + <select class="selType1"> | |
| 2373 | + <option>00시</option> | |
| 2374 | + <option>10시</option> | |
| 2375 | + <option>20시</option> | |
| 2376 | + </select> | |
| 2377 | + <label for="">건</label> | |
| 2378 | + <select class="selType1"> | |
| 2379 | + <option>00분</option> | |
| 2380 | + <option>25분</option> | |
| 2381 | + <option>50분</option> | |
| 2382 | + </select> | |
| 2383 | + <label>간격</label> | |
| 2384 | + </div> | |
| 2385 | + </div> | |
| 2386 | + </div> | |
| 2387 | + <div class="send_btn"> | |
| 2388 | + <button type="button" class="btnType btnType10">테스트 발송<img src="/publish/images/content/qmIcon.png"></button> | |
| 2389 | + <button type="button" class="btnType btnType11">발송하기</button> | |
| 2390 | + </div> | |
| 2391 | + </div> | |
| 2392 | + </div> | |
| 2393 | + </div> | |
| 2394 | + </div> | |
| 2395 | + <!--// tab content1 --> | |
| 2396 | + | |
| 2397 | + <!--// tab content2 --> | |
| 2398 | + <div class="send_bottom"> | |
| 2399 | + <!-- tab button --> | |
| 2400 | + <ul class="tabType2"> | |
| 2401 | + <li class="tab"><button type="button" onclick="TabType2(this,'1');">문자 샘플</button></li> | |
| 2402 | + <li class="tab active"><button type="button" onclick="TabType2(this,'2');">그림문자 샘플</button></li> | |
| 2403 | + <li class="tab"><button type="button" onclick="TabType2(this,'3');">지도/약도 추가</button></li> | |
| 2404 | + <li class="tab"><button type="button" onclick="TabType2(this,'4');">내 문자함</button></li> | |
| 2405 | + </ul> | |
| 2406 | + <!--// tab button --> | |
| 2407 | + <div class="search_sample"> | |
| 2408 | + <input type="text" placeholder="문자샘플 검색" onfocus="this.placeholder=''" onblur="this.placeholder='문자샘플 검색'"> | |
| 2409 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 2410 | + </div> | |
| 2411 | + <!-- tab content1 --> | |
| 2412 | + <div class="bottom_content" id="tab2_1"> | |
| 2413 | + <div class="area_tabs"> | |
| 2414 | + <div class="top_tab"> | |
| 2415 | + <div class="tab_depth1"> | |
| 2416 | + <a href="#none" class="on">전체</a> | |
| 2417 | + <a href="#none">기업</a> | |
| 2418 | + <a href="#none">개인</a> | |
| 2419 | + <div class="on_active">전체</div> | |
| 2420 | + </div> | |
| 2421 | + <div class="tab_depth2"> | |
| 2422 | + <a href="#none" class="on">단문문자</a> | |
| 2423 | + <a href="#none">장문문자</a> | |
| 2424 | + </div> | |
| 2425 | + <select name="" id="" class="selType2"> | |
| 2426 | + <option value="">2줄보기</option> | |
| 2427 | + <option value="">4줄보기</option> | |
| 2428 | + <option value="">6줄보기</option> | |
| 2429 | + </select> | |
| 2430 | + <div class="customReq"> | |
| 2431 | + <button type="button"><i></i>맞춤제작 요청</button> | |
| 2432 | + </div> | |
| 2433 | + </div> | |
| 2434 | + <div class="bottom_tab"> | |
| 2435 | + <div class="tab_depth3"> | |
| 2436 | + <a href="#none">All</a> | |
| 2437 | + <a href="#none" class="on">BEST</a> | |
| 2438 | + <a href="#none">요일</a> | |
| 2439 | + <a href="#none">계절/날씨</a> | |
| 2440 | + <a href="#none">선거</a> | |
| 2441 | + <a href="#none">기념일데이</a> | |
| 2442 | + <a href="#none">경조사</a> | |
| 2443 | + <a href="#none">모임/행사</a> | |
| 2444 | + <a href="#none">명절</a> | |
| 2445 | + <a href="#none">연말연시</a> | |
| 2446 | + <a href="#none">감사/축하</a> | |
| 2447 | + <a href="#none">사랑/우정</a> | |
| 2448 | + <a href="#none">격려/위로</a> | |
| 2449 | + <a href="#none">유머/코믹</a> | |
| 2450 | + <a href="#none">좋은글/명언</a> | |
| 2451 | + <a href="#none">운세/별자리</a> | |
| 2452 | + <a href="#none">종교</a> | |
| 2453 | + </div> | |
| 2454 | + <div class="tab_depth4"> | |
| 2455 | + <a href="#none" class="on">#봄인사</a> | |
| 2456 | + <a href="#none">#좋은글</a> | |
| 2457 | + <a href="#none">#초대/답례</a> | |
| 2458 | + </div> | |
| 2459 | + </div> | |
| 2460 | + </div> | |
| 2461 | + <ul class="area_tabcontent msg_sample"> | |
| 2462 | + <li> | |
| 2463 | + <div class="tit_text_wrap"> | |
| 2464 | + <p class="tit_text">화이트 데이 화이트 데이 화이트 데이</p> | |
| 2465 | + </div> | |
| 2466 | + <div class="msg_cont"> | |
| 2467 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2468 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2469 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2470 | + *""* <br> | |
| 2471 | + *◆○* <br> | |
| 2472 | + *♡◎★* <br> | |
| 2473 | + ######## <br> | |
| 2474 | + \_____/<br> | |
| 2475 | + </div> | |
| 2476 | + </div> | |
| 2477 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2478 | + </li> | |
| 2479 | + <li> | |
| 2480 | + <div class="tit_text_wrap"> | |
| 2481 | + <p class="tit_text">화이트 데이</p> | |
| 2482 | + </div> | |
| 2483 | + <div class="msg_cont"> | |
| 2484 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2485 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2486 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2487 | + *""* <br> | |
| 2488 | + *◆○* <br> | |
| 2489 | + *♡◎★* <br> | |
| 2490 | + ######## <br> | |
| 2491 | + \_____/<br> | |
| 2492 | + </div> | |
| 2493 | + </div> | |
| 2494 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2495 | + </li> | |
| 2496 | + <li> | |
| 2497 | + <div class="tit_text_wrap"> | |
| 2498 | + <p class="tit_text">화이트 데이</p> | |
| 2499 | + </div> | |
| 2500 | + <div class="msg_cont"> | |
| 2501 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2502 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2503 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2504 | + *""* <br> | |
| 2505 | + *◆○* <br> | |
| 2506 | + *♡◎★* <br> | |
| 2507 | + ######## <br> | |
| 2508 | + \_____/<br> | |
| 2509 | + </div> | |
| 2510 | + </div> | |
| 2511 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2512 | + </li> | |
| 2513 | + <li> | |
| 2514 | + <div class="tit_text_wrap"> | |
| 2515 | + <p class="tit_text">화이트 데이</p> | |
| 2516 | + </div> | |
| 2517 | + <div class="msg_cont"> | |
| 2518 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2519 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2520 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2521 | + *""* <br> | |
| 2522 | + *◆○* <br> | |
| 2523 | + *♡◎★* <br> | |
| 2524 | + ######## <br> | |
| 2525 | + \_____/<br> | |
| 2526 | + </div> | |
| 2527 | + </div> | |
| 2528 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2529 | + </li> | |
| 2530 | + <li> | |
| 2531 | + <div class="tit_text_wrap"> | |
| 2532 | + <p class="tit_text">화이트 데이</p> | |
| 2533 | + </div> | |
| 2534 | + <div class="msg_cont"> | |
| 2535 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2536 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2537 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2538 | + *""* <br> | |
| 2539 | + *◆○* <br> | |
| 2540 | + *♡◎★* <br> | |
| 2541 | + ######## <br> | |
| 2542 | + \_____/<br> | |
| 2543 | + </div> | |
| 2544 | + </div> | |
| 2545 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2546 | + </li> | |
| 2547 | + <li> | |
| 2548 | + <div class="tit_text_wrap"> | |
| 2549 | + <p class="tit_text">화이트 데이</p> | |
| 2550 | + </div> | |
| 2551 | + <div class="msg_cont"> | |
| 2552 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2553 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2554 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2555 | + *""* <br> | |
| 2556 | + *◆○* <br> | |
| 2557 | + *♡◎★* <br> | |
| 2558 | + ######## <br> | |
| 2559 | + \_____/<br> | |
| 2560 | + </div> | |
| 2561 | + </div> | |
| 2562 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2563 | + </li> | |
| 2564 | + <li> | |
| 2565 | + <div class="tit_text_wrap"> | |
| 2566 | + <p class="tit_text">화이트 데이</p> | |
| 2567 | + </div> | |
| 2568 | + <div class="msg_cont"> | |
| 2569 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2570 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2571 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2572 | + *""* <br> | |
| 2573 | + *◆○* <br> | |
| 2574 | + *♡◎★* <br> | |
| 2575 | + ######## <br> | |
| 2576 | + \_____/<br> | |
| 2577 | + </div> | |
| 2578 | + </div> | |
| 2579 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2580 | + </li> | |
| 2581 | + <li> | |
| 2582 | + <div class="tit_text_wrap"> | |
| 2583 | + <p class="tit_text">화이트 데이</p> | |
| 2584 | + </div> | |
| 2585 | + <div class="msg_cont"> | |
| 2586 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2587 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2588 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2589 | + *""* <br> | |
| 2590 | + *◆○* <br> | |
| 2591 | + *♡◎★* <br> | |
| 2592 | + ######## <br> | |
| 2593 | + \_____/<br> | |
| 2594 | + </div> | |
| 2595 | + </div> | |
| 2596 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2597 | + </li> | |
| 2598 | + <li> | |
| 2599 | + <div class="tit_text_wrap"> | |
| 2600 | + <p class="tit_text">화이트 데이</p> | |
| 2601 | + </div> | |
| 2602 | + <div class="msg_cont"> | |
| 2603 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2604 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2605 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2606 | + *""* <br> | |
| 2607 | + *◆○* <br> | |
| 2608 | + *♡◎★* <br> | |
| 2609 | + ######## <br> | |
| 2610 | + \_____/<br> | |
| 2611 | + </div> | |
| 2612 | + </div> | |
| 2613 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2614 | + </li> | |
| 2615 | + <li> | |
| 2616 | + <div class="tit_text_wrap"> | |
| 2617 | + <p class="tit_text">화이트 데이</p> | |
| 2618 | + </div> | |
| 2619 | + <div class="msg_cont"> | |
| 2620 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2621 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2622 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2623 | + *""* <br> | |
| 2624 | + *◆○* <br> | |
| 2625 | + *♡◎★* <br> | |
| 2626 | + ######## <br> | |
| 2627 | + \_____/<br> | |
| 2628 | + </div> | |
| 2629 | + </div> | |
| 2630 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2631 | + </li> | |
| 2632 | + </ul> | |
| 2633 | + <!-- pagination --> | |
| 2634 | + <ul class="pagination"> | |
| 2635 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 2636 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 2637 | + <li class="on"><button>1</button></li> | |
| 2638 | + <li><button>2</button></li> | |
| 2639 | + <li><button>3</button></li> | |
| 2640 | + <li><button>4</button></li> | |
| 2641 | + <li><button>5</button></li> | |
| 2642 | + <li><button>6</button></li> | |
| 2643 | + <li><button>7</button></li> | |
| 2644 | + <li><button>8</button></li> | |
| 2645 | + <li><button>9</button></li> | |
| 2646 | + <li><button>10</button></li> | |
| 2647 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 2648 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 2649 | + </ul><!-- pagination --> | |
| 2650 | + </div> | |
| 2651 | + <!--// tab content1 --> | |
| 2652 | + <!--// tab content2 --> | |
| 2653 | + <div class="bottom_content current" id="tab2_2"> | |
| 2654 | + <div class="area_tabs"> | |
| 2655 | + <div class="top_tab"> | |
| 2656 | + <div class="tab_depth1"> | |
| 2657 | + <a href="#none" class="on">전체</a> | |
| 2658 | + <a href="#none">기업</a> | |
| 2659 | + <a href="#none">개인</a> | |
| 2660 | + <div class="on_active">전체</div> | |
| 2661 | + </div> | |
| 2662 | + <div class="tab_depth2"> | |
| 2663 | + <a href="#none" class="on">그림문자</a> | |
| 2664 | + </div> | |
| 2665 | + <select name="" id="" class="selType2"> | |
| 2666 | + <option value="">2줄보기</option> | |
| 2667 | + <option value="">4줄보기</option> | |
| 2668 | + <option value="">6줄보기</option> | |
| 2669 | + </select> | |
| 2670 | + <div class="customReq"> | |
| 2671 | + <button type="button"><i></i>맞춤제작 요청</button> | |
| 2672 | + </div> | |
| 2673 | + </div> | |
| 2674 | + <div class="bottom_tab"> | |
| 2675 | + <div class="tab_depth3"> | |
| 2676 | + <a href="#none">All</a> | |
| 2677 | + <a href="#none" class="on">BEST</a> | |
| 2678 | + <a href="#none">요일</a> | |
| 2679 | + <a href="#none">계절/날씨</a> | |
| 2680 | + <a href="#none">선거</a> | |
| 2681 | + <a href="#none">기념일데이</a> | |
| 2682 | + <a href="#none">경조사</a> | |
| 2683 | + <a href="#none">모임/행사</a> | |
| 2684 | + <a href="#none">명절</a> | |
| 2685 | + <a href="#none">연말연시</a> | |
| 2686 | + <a href="#none">감사/축하</a> | |
| 2687 | + <a href="#none">사랑/우정</a> | |
| 2688 | + <a href="#none">격려/위로</a> | |
| 2689 | + <a href="#none">유머/코믹</a> | |
| 2690 | + <a href="#none">좋은글/명언</a> | |
| 2691 | + <a href="#none">운세/별자리</a> | |
| 2692 | + <a href="#none">종교</a> | |
| 2693 | + </div> | |
| 2694 | + <div class="tab_depth4"> | |
| 2695 | + <a href="#none" class="on">#봄인사</a> | |
| 2696 | + <a href="#none">#좋은글</a> | |
| 2697 | + <a href="#none">#초대/답례</a> | |
| 2698 | + </div> | |
| 2699 | + </div> | |
| 2700 | + </div> | |
| 2701 | + <ul class="area_tabcontent photo_sample"> | |
| 2702 | + <li class="hover_photo"> | |
| 2703 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample01.jpg" alt=""></div> | |
| 2704 | + <div class="tit_text_wrap"> | |
| 2705 | + <p class="tit_text">추석 입니다 추석 입니다 추석 입니다 추석 입니다</p> | |
| 2706 | + </div> | |
| 2707 | + <div class="photo_cont"> | |
| 2708 | + <img src="/publish/images/content/photo_sample01.jpg" alt=""> | |
| 2709 | + </div> | |
| 2710 | + </li> | |
| 2711 | + <li> | |
| 2712 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample02.jpg" alt=""></div> | |
| 2713 | + <div class="tit_text_wrap"> | |
| 2714 | + <p class="tit_text">추석</p> | |
| 2715 | + </div> | |
| 2716 | + <div class="photo_cont"> | |
| 2717 | + <img src="/publish/images/content/photo_sample02.jpg" alt=""> | |
| 2718 | + </div> | |
| 2719 | + </li> | |
| 2720 | + <li> | |
| 2721 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample03.jpg" alt=""></div> | |
| 2722 | + <div class="tit_text_wrap"> | |
| 2723 | + <p class="tit_text">추석</p> | |
| 2724 | + </div> | |
| 2725 | + <div class="photo_cont"> | |
| 2726 | + <img src="/publish/images/content/photo_sample03.jpg" alt=""> | |
| 2727 | + </div> | |
| 2728 | + </li> | |
| 2729 | + <li> | |
| 2730 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample04.jpg" alt=""></div> | |
| 2731 | + <div class="tit_text_wrap"> | |
| 2732 | + <p class="tit_text">추석</p> | |
| 2733 | + </div> | |
| 2734 | + <div class="photo_cont"> | |
| 2735 | + <img src="/publish/images/content/photo_sample04.jpg" alt=""> | |
| 2736 | + </div> | |
| 2737 | + </li> | |
| 2738 | + <li> | |
| 2739 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample05.jpg" alt=""></div> | |
| 2740 | + <div class="tit_text_wrap"> | |
| 2741 | + <p class="tit_text">추석</p> | |
| 2742 | + </div> | |
| 2743 | + <div class="photo_cont"> | |
| 2744 | + <img src="/publish/images/content/photo_sample05.jpg" alt=""> | |
| 2745 | + </div> | |
| 2746 | + </li> | |
| 2747 | + <li> | |
| 2748 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample06.jpg" alt=""></div> | |
| 2749 | + <div class="tit_text_wrap"> | |
| 2750 | + <p class="tit_text">추석</p> | |
| 2751 | + </div> | |
| 2752 | + <div class="photo_cont"> | |
| 2753 | + <img src="/publish/images/content/photo_sample06.jpg" alt=""> | |
| 2754 | + </div> | |
| 2755 | + </li> | |
| 2756 | + <li> | |
| 2757 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample07.jpg" alt=""></div> | |
| 2758 | + <div class="tit_text_wrap"> | |
| 2759 | + <p class="tit_text">추석</p> | |
| 2760 | + </div> | |
| 2761 | + <div class="photo_cont"> | |
| 2762 | + <img src="/publish/images/content/photo_sample07.jpg" alt=""> | |
| 2763 | + </div> | |
| 2764 | + </li> | |
| 2765 | + <li> | |
| 2766 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample08.jpg" alt=""></div> | |
| 2767 | + <div class="tit_text_wrap"> | |
| 2768 | + <p class="tit_text">추석</p> | |
| 2769 | + </div> | |
| 2770 | + <div class="photo_cont"> | |
| 2771 | + <img src="/publish/images/content/photo_sample08.jpg" alt=""> | |
| 2772 | + </div> | |
| 2773 | + </li> | |
| 2774 | + <li> | |
| 2775 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample09.jpg" alt=""></div> | |
| 2776 | + <div class="tit_text_wrap"> | |
| 2777 | + <p class="tit_text">추석</p> | |
| 2778 | + </div> | |
| 2779 | + <div class="photo_cont"> | |
| 2780 | + <img src="/publish/images/content/photo_sample09.jpg" alt=""> | |
| 2781 | + </div> | |
| 2782 | + </li> | |
| 2783 | + <li> | |
| 2784 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample10.jpg" alt=""></div> | |
| 2785 | + <div class="tit_text_wrap"> | |
| 2786 | + <p class="tit_text">추석</p> | |
| 2787 | + </div> | |
| 2788 | + <div class="photo_cont"> | |
| 2789 | + <img src="/publish/images/content/photo_sample10.jpg" alt=""> | |
| 2790 | + </div> | |
| 2791 | + </li> | |
| 2792 | + </ul> | |
| 2793 | + <!-- pagination --> | |
| 2794 | + <ul class="pagination"> | |
| 2795 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 2796 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 2797 | + <li class="on"><button>1</button></li> | |
| 2798 | + <li><button>2</button></li> | |
| 2799 | + <li><button>3</button></li> | |
| 2800 | + <li><button>4</button></li> | |
| 2801 | + <li><button>5</button></li> | |
| 2802 | + <li><button>6</button></li> | |
| 2803 | + <li><button>7</button></li> | |
| 2804 | + <li><button>8</button></li> | |
| 2805 | + <li><button>9</button></li> | |
| 2806 | + <li><button>10</button></li> | |
| 2807 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 2808 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 2809 | + </ul><!-- pagination --> | |
| 2810 | + </div> | |
| 2811 | + <!--// tab content2 --> | |
| 2812 | + <!--tab content3 --> | |
| 2813 | + <div class="bottom_content" id="tab2_3"> | |
| 2814 | + <div class="map_search"> | |
| 2815 | + <label for="" class="label"></label> | |
| 2816 | + <input type="text" placeholder="도로명 또는 지번을 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='도로명 또는 지번을 입력해주세요.'"> | |
| 2817 | + <button type="button" class="btnType map_check">확인</button> | |
| 2818 | + <button type="button" class="btnType map_add">약도링크 추가</button> | |
| 2819 | + <p><span class="vMiddle">*</span> 지도링크는 입력메시지 끝부분에 추가됩니다.</p> | |
| 2820 | + </div> | |
| 2821 | + <img src="/publish/images/content/imsi_map.PNG" alt="지도" style="width: 100%;"> | |
| 2822 | + </div> | |
| 2823 | + <!--// tab content3 --> | |
| 2824 | + <!-- tab content4 --> | |
| 2825 | + <div class="bottom_content" id="tab2_4"> | |
| 2826 | + <div class="search_wrap clearfix"> | |
| 2827 | + <div class="btn_left"> | |
| 2828 | + <span>· 기간</span> | |
| 2829 | + <div class="calendar_wrap"> | |
| 2830 | + <input type="text" class="startDate3 inp" title="검색 시작일" id="startDate3" name="startDate3" value="" data-datecontrol="true"> | |
| 2831 | + <div class="calendar_in" id="calendarName_startDate3" style="z-index: 9;"> | |
| 2832 | + <button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate3-lry','',this)"></button> | |
| 2833 | + <div id="startDate3-lry" class="calendarPop" style="display: none;"> | |
| 2834 | + <iframe id="startDate3-ifrm" name="startDate3-ifrm" class="calendar-frame" src="/publish/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe> | |
| 2835 | + </div> | |
| 2836 | + </div> | |
| 2837 | + <span class="dateEtc">~</span> | |
| 2838 | + <input type="text" class="endDate inp" title="검색 종료일" id="endDate" name="endDate" value="" data-datecontrol="true"> | |
| 2839 | + <div class="calendar_in" id="calendarName_endDate" style="z-index: 0;"> | |
| 2840 | + <button type="button" value="달력 팝업 열기" onclick="return calendarOpen('endDate-lry','',this)"></button> | |
| 2841 | + </div> | |
| 2842 | + </div> | |
| 2843 | + <div class="search"> | |
| 2844 | + <label for="id" class="label"></label> | |
| 2845 | + <input type="text" id="id" placeholder="내보관함 검색" onfocus="this.placeholder=''" onblur="this.placeholder='내보관함 검색'"> | |
| 2846 | + <button type="button" class="btnType btnType2">검색</button> | |
| 2847 | + </div> | |
| 2848 | + </div> | |
| 2849 | + <div class="btn_right"> | |
| 2850 | + <button type="button">최근순<i></i></button> | |
| 2851 | + <select name="" id="" class="selType2"> | |
| 2852 | + <option value="">전체보기</option> | |
| 2853 | + <option value="">완료</option> | |
| 2854 | + <option value="">수정중</option> | |
| 2855 | + <option value="">수정요청</option> | |
| 2856 | + </select> | |
| 2857 | + <select name="" id="" class="selType2"> | |
| 2858 | + <option value="">2줄보기</option> | |
| 2859 | + <option value="">4줄보기</option> | |
| 2860 | + <option value="">6줄보기</option> | |
| 2861 | + </select> | |
| 2862 | + </div> | |
| 2863 | + </div> | |
| 2864 | + <div class="search_wrap_btn"> | |
| 2865 | + <button type="button" class="btnType15"><i class="add_img"></i>전체선택</button> | |
| 2866 | + <button type="button" class="btnType15"><i class="remove_img"></i>선택삭제</button> | |
| 2867 | + <p><span class="fwBold c_222">·</span> 총 <span class="c_e40000 fwRg">11</span>건의 보관된 문자가 있습니다. <span class="fwRg c_222"> 메시지를 클릭</span>하시면, <span class="fwRg c_222">발송창에 입력</span>됩니다.<span class="add_text">(내용 수정 및 저장은 발송창에서만 가능)</span></p> | |
| 2868 | + </div> | |
| 2869 | + <ul class="area_tabcontent msg_sample myBox"> | |
| 2870 | + <li> | |
| 2871 | + <div class="tit_text_wrap"> | |
| 2872 | + <label for="" class="label">내 문자함 체크</label> | |
| 2873 | + <input type="checkbox" id=""> | |
| 2874 | + <p class="tit_text">화이트 데이 화이트 데이 화이트 데이</p> | |
| 2875 | + </div> | |
| 2876 | + <div class="msg_cont"> | |
| 2877 | + <div class="photo_cont"> | |
| 2878 | + <img src="/publish/images/content/photo_sample01.jpg" alt=""> | |
| 2879 | + </div> | |
| 2880 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2881 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2882 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2883 | + *""* <br> | |
| 2884 | + *◆○* <br> | |
| 2885 | + *♡◎★* <br> | |
| 2886 | + ######## <br> | |
| 2887 | + \_____/<br> | |
| 2888 | + </div> | |
| 2889 | + </div> | |
| 2890 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2891 | + <div class="myphoto_info"> | |
| 2892 | + <p>2021-01-01</p> | |
| 2893 | + </div> | |
| 2894 | + </li> | |
| 2895 | + <li> | |
| 2896 | + <div class="tit_text_wrap"> | |
| 2897 | + <label for="" class="label">내 문자함 체크</label> | |
| 2898 | + <input type="checkbox" id=""> | |
| 2899 | + <p class="tit_text">화이트 데이</p> | |
| 2900 | + </div> | |
| 2901 | + <div class="msg_cont"> | |
| 2902 | + <div class="msg_text">즐거운 화이트데이입니다. <br> | |
| 2903 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br> | |
| 2904 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~ | |
| 2905 | + </div> | |
| 2906 | + </div> | |
| 2907 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2908 | + <div class="myphoto_info"> | |
| 2909 | + <p>2021-01-01</p> | |
| 2910 | + </div> | |
| 2911 | + </li> | |
| 2912 | + <li> | |
| 2913 | + <div class="tit_text_wrap"> | |
| 2914 | + <label for="" class="label">내 문자함 체크</label> | |
| 2915 | + <input type="checkbox" id=""> | |
| 2916 | + <p class="tit_text">화이트 데이</p> | |
| 2917 | + </div> | |
| 2918 | + <div class="msg_cont"> | |
| 2919 | + <div class="photo_cont"> | |
| 2920 | + <img src="/publish/images/content/photo_sample02.jpg" alt=""> | |
| 2921 | + </div> | |
| 2922 | + <div class="photo_cont"> | |
| 2923 | + <img src="/publish/images/content/photo_sample03.jpg" alt=""> | |
| 2924 | + </div> | |
| 2925 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2926 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2927 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2928 | + *""* <br> | |
| 2929 | + *◆○* <br> | |
| 2930 | + *♡◎★* <br> | |
| 2931 | + ######## <br> | |
| 2932 | + \_____/<br> | |
| 2933 | + </div> | |
| 2934 | + </div> | |
| 2935 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2936 | + <div class="myphoto_info"> | |
| 2937 | + <p>2021-01-01</p> | |
| 2938 | + </div> | |
| 2939 | + </li> | |
| 2940 | + <li> | |
| 2941 | + <div class="tit_text_wrap"> | |
| 2942 | + <label for="" class="label">내 문자함 체크</label> | |
| 2943 | + <input type="checkbox" id=""> | |
| 2944 | + <p class="tit_text">화이트 데이</p> | |
| 2945 | + </div> | |
| 2946 | + <div class="msg_cont"> | |
| 2947 | + <div class="photo_cont"> | |
| 2948 | + <img src="/publish/images/content/photo_sample01.jpg" alt=""> | |
| 2949 | + </div> | |
| 2950 | + </div> | |
| 2951 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2952 | + <div class="myphoto_info"> | |
| 2953 | + <p>2021-01-01</p> | |
| 2954 | + </div> | |
| 2955 | + </li> | |
| 2956 | + <li> | |
| 2957 | + <div class="tit_text_wrap"> | |
| 2958 | + <label for="" class="label">내 문자함 체크</label> | |
| 2959 | + <input type="checkbox" id=""> | |
| 2960 | + <p class="tit_text">화이트 데이</p> | |
| 2961 | + </div> | |
| 2962 | + <div class="msg_cont"> | |
| 2963 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2964 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2965 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2966 | + *""* <br> | |
| 2967 | + *◆○* <br> | |
| 2968 | + *♡◎★* <br> | |
| 2969 | + ######## <br> | |
| 2970 | + \_____/<br> | |
| 2971 | + </div> | |
| 2972 | + </div> | |
| 2973 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2974 | + <div class="myphoto_info"> | |
| 2975 | + <p>2021-01-01</p> | |
| 2976 | + </div> | |
| 2977 | + </li> | |
| 2978 | + <li> | |
| 2979 | + <div class="tit_text_wrap"> | |
| 2980 | + <label for="" class="label">내 문자함 체크</label> | |
| 2981 | + <input type="checkbox" id=""> | |
| 2982 | + <p class="tit_text">화이트 데이</p> | |
| 2983 | + </div> | |
| 2984 | + <div class="msg_cont"> | |
| 2985 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2986 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2987 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2988 | + *""* <br> | |
| 2989 | + *◆○* <br> | |
| 2990 | + *♡◎★* <br> | |
| 2991 | + ######## <br> | |
| 2992 | + \_____/<br> | |
| 2993 | + </div> | |
| 2994 | + </div> | |
| 2995 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2996 | + <div class="myphoto_info"> | |
| 2997 | + <p>2021-01-01</p> | |
| 2998 | + </div> | |
| 2999 | + </li> | |
| 3000 | + <li> | |
| 3001 | + <div class="tit_text_wrap"> | |
| 3002 | + <label for="" class="label">내 문자함 체크</label> | |
| 3003 | + <input type="checkbox" id=""> | |
| 3004 | + <p class="tit_text">화이트 데이</p> | |
| 3005 | + </div> | |
| 3006 | + <div class="msg_cont"> | |
| 3007 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 3008 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 3009 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 3010 | + *""* <br> | |
| 3011 | + *◆○* <br> | |
| 3012 | + *♡◎★* <br> | |
| 3013 | + ######## <br> | |
| 3014 | + \_____/<br> | |
| 3015 | + </div> | |
| 3016 | + </div> | |
| 3017 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 3018 | + <div class="myphoto_info"> | |
| 3019 | + <p>2021-01-01</p> | |
| 3020 | + </div> | |
| 3021 | + </li> | |
| 3022 | + <li> | |
| 3023 | + <div class="tit_text_wrap"> | |
| 3024 | + <label for="" class="label">내 문자함 체크</label> | |
| 3025 | + <input type="checkbox" id=""> | |
| 3026 | + <p class="tit_text">화이트 데이</p> | |
| 3027 | + </div> | |
| 3028 | + <div class="msg_cont"> | |
| 3029 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 3030 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 3031 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 3032 | + *""* <br> | |
| 3033 | + *◆○* <br> | |
| 3034 | + *♡◎★* <br> | |
| 3035 | + ######## <br> | |
| 3036 | + \_____/<br> | |
| 3037 | + </div> | |
| 3038 | + </div> | |
| 3039 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 3040 | + <div class="myphoto_info"> | |
| 3041 | + <p>2021-01-01</p> | |
| 3042 | + </div> | |
| 3043 | + </li> | |
| 3044 | + <li> | |
| 3045 | + <div class="tit_text_wrap"> | |
| 3046 | + <label for="" class="label">내 문자함 체크</label> | |
| 3047 | + <input type="checkbox" id=""> | |
| 3048 | + <p class="tit_text">화이트 데이</p> | |
| 3049 | + </div> | |
| 3050 | + <div class="msg_cont"> | |
| 3051 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 3052 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 3053 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 3054 | + *""* <br> | |
| 3055 | + *◆○* <br> | |
| 3056 | + *♡◎★* <br> | |
| 3057 | + ######## <br> | |
| 3058 | + \_____/<br> | |
| 3059 | + </div> | |
| 3060 | + </div> | |
| 3061 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 3062 | + <div class="myphoto_info"> | |
| 3063 | + <p>2021-01-01</p> | |
| 3064 | + </div> | |
| 3065 | + </li> | |
| 3066 | + <li> | |
| 3067 | + <div class="tit_text_wrap"> | |
| 3068 | + <label for="" class="label">내 문자함 체크</label> | |
| 3069 | + <input type="checkbox" id=""> | |
| 3070 | + <p class="tit_text">화이트 데이</p> | |
| 3071 | + </div> | |
| 3072 | + <div class="msg_cont"> | |
| 3073 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 3074 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 3075 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>hayeon1014! | |
| 3076 | + *""* <br> | |
| 3077 | + *◆○* <br> | |
| 3078 | + *♡◎★* <br> | |
| 3079 | + ######## <br> | |
| 3080 | + \_____/<br> | |
| 3081 | + </div> | |
| 3082 | + </div> | |
| 3083 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 3084 | + <div class="myphoto_info"> | |
| 3085 | + <p>2021-01-01</p> | |
| 3086 | + </div> | |
| 3087 | + </li> | |
| 3088 | + </ul> | |
| 3089 | + <!-- pagination --> | |
| 3090 | + <ul class="pagination"> | |
| 3091 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 3092 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 3093 | + <li class="on"><button>1</button></li> | |
| 3094 | + <li><button>2</button></li> | |
| 3095 | + <li><button>3</button></li> | |
| 3096 | + <li><button>4</button></li> | |
| 3097 | + <li><button>5</button></li> | |
| 3098 | + <li><button>6</button></li> | |
| 3099 | + <li><button>7</button></li> | |
| 3100 | + <li><button>8</button></li> | |
| 3101 | + <li><button>9</button></li> | |
| 3102 | + <li><button>10</button></li> | |
| 3103 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 3104 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 3105 | + </ul><!-- pagination --> | |
| 3106 | + </div> | |
| 3107 | + <!--// tab content4 --> | |
| 3108 | + | |
| 3109 | + </div> | |
| 3110 | + </div> | |
| 3111 | + <!--// send top --> | |
| 3112 | + | |
| 3113 | + </div> | |
| 3114 | + </div> | |
| 3115 | + <!--// content 영역 --> | |
| 3116 | + <!-- footer 영역 --> | |
| 3117 | + <footer id="footer" class="footer"> | |
| 3118 | + <div class="footer_top"> | |
| 3119 | + <div class="inner table"> | |
| 3120 | + <ul class="table_cell"> | |
| 3121 | + <li><a href="#">이용약관</a></li> | |
| 3122 | + <li class="SortLine fwRg c_white"><a href="#">개인정보취급방침</a></li> | |
| 3123 | + <li class="SortLine fwRg c_white"><a href="#">스팸관리정책</a></li> | |
| 3124 | + <li class="SortLine"><a href="#">불법스팸예방안내</a></li> | |
| 3125 | + </ul> | |
| 3126 | + </div> | |
| 3127 | + </div> | |
| 3128 | + <div class="footer_body"> | |
| 3129 | + <div class="inner table"> | |
| 3130 | + <div class="table_cell"> | |
| 3131 | + <a href="#" class="footer_logo"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a> | |
| 3132 | + <div class="footer_info"> | |
| 3133 | + <p>주소 : 경기도 남양주시 다산중앙로 19번길 21 1027호, 1028호(블루웨일 지식산업센터 1차)</p> | |
| 3134 | + <p>사업자번호 : 653-87-00858 | 대표 : 유인식 | 통신판매등록번호 : 제 다산-12345호 | 문의전화 : 070-4786-0007</p> | |
| 3135 | + <p>Copyright 2020 ⓒ MUNJAON co. Ltd, All rights reserved.</p> | |
| 3136 | + </div> | |
| 3137 | + <div class="footer_service_center"> | |
| 3138 | + <i></i> | |
| 3139 | + <div> | |
| 3140 | + <p>고객센터</p> | |
| 3141 | + <span class="footer_service_num">070-4786-0008</span> | |
| 3142 | + <span>E-mail : help@iten.co.kr</span> | |
| 3143 | + </div> | |
| 3144 | + </div> | |
| 3145 | + </div> | |
| 3146 | + </div> | |
| 3147 | + </div> | |
| 3148 | + </footer> | |
| 3149 | + <!--// footer 영역 --> | |
| 3150 | +</body> | |
| 3151 | + | |
| 3152 | +</html>(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?