--- src/main/webapp/WEB-INF/jsp/web/pop/infoListPop.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pop/infoListPop.jsp
... | ... | @@ -244,7 +244,7 @@ |
| 244 | 244 |
<p>선관위에 신고된 후보자 연락처로 발송</p> |
| 245 | 245 |
<p>메시지 시작 부분에 (선거운동정보) 표기</p> |
| 246 | 246 |
<p>후보자 전화번호 표기</p> |
| 247 |
- <p>불법수집정보 신고번호 118 표기</p> |
|
| 247 |
+ <p>불법수집정보 신고번호 1390 표기</p> |
|
| 248 | 248 |
<p>무료 수신거부 080 번호 표기</p> |
| 249 | 249 |
</div> |
| 250 | 250 |
</div> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -25,6 +25,8 @@ |
| 25 | 25 |
.tRight {text-align: right !important;}
|
| 26 | 26 |
.tLeft {text-align: left !important;}
|
| 27 | 27 |
|
| 28 |
+.icon{display:inline-block;}
|
|
| 29 |
+ |
|
| 28 | 30 |
.btn_text{padding:0 7px;}
|
| 29 | 31 |
|
| 30 | 32 |
.btn_28{height:28px;}
|
... | ... | @@ -44,6 +46,11 @@ |
| 44 | 46 |
|
| 45 | 47 |
.w100 {width: 100%;}
|
| 46 | 48 |
.h100 {height: 100%;}
|
| 49 |
+ |
|
| 50 |
+.form_wrap{display:flex;gap:4px;}
|
|
| 51 |
+.form_wrap.column{flex-direction:column;gap:8px;}
|
|
| 52 |
+ |
|
| 53 |
+.option_item{display:flex;font-size:15px;color:#444;font-weight:400;gap:4px;align-items:center;}
|
|
| 47 | 54 |
|
| 48 | 55 |
input[type=text]::-ms-celar, input[type=password]::-ms-clear, input[type=email]::-ms-clear, input[type=number]::-ms-clear, input[type=tel]::-ms-clear {display:none;width:0;height:0;}
|
| 49 | 56 |
input[type=text]::-ms-reveal, input[type=password]::-ms-reveal, input[type=email]::-ms-reveal, input[type=number]::-ms-reveal, input[type=tel]::-ms-reveal {display:none;width:0;height:0;}
|
... | ... | @@ -628,7 +635,7 @@ |
| 628 | 635 |
.send_top .get_excel .send_right .send_rev {margin: 20px 0 0;}
|
| 629 | 636 |
|
| 630 | 637 |
/* 선거문자 */ |
| 631 |
-.sub .election .heading {position:relative;padding-bottom: 13px;}
|
|
| 638 |
+.sub .election .heading {position:relative;}
|
|
| 632 | 639 |
.sub .election .heading>div:first-child {margin-top: 2px;}
|
| 633 | 640 |
.sub .election .heading .election_btnWrap {position:absolute;right:0;top:0;}
|
| 634 | 641 |
.sub .election .heading button {height: 42px; padding: 0 12px; border: 1px solid #002c9a; border-radius: 5px; margin-left: 2px; font-size: 15px; line-height: 2; color: #002c9a;}
|
... | ... | @@ -640,6 +647,7 @@ |
| 640 | 647 |
|
| 641 | 648 |
/* 2023/12/01 선거문자 - 20건문자(수동문자)전송 추가 */ |
| 642 | 649 |
/* .sub .election .receipt_number_table_wrap .listType{height:346px;} */
|
| 650 |
+.sub .election .tType1 tbody tr td.putText .put_left.long textarea{height:220px;margin:8px 0 4px 0;}
|
|
| 643 | 651 |
.sub .election .receipt_number_table_wrap .listType{height:351px;}
|
| 644 | 652 |
.sub .election .receipt_number_table_wrap .put_left{width:calc(100% - 26%);border:0;padding:0;background:#fff;}
|
| 645 | 653 |
.sub .election .receipt_number_table_wrap .put_left .listType,.sub .election .receipt_number_table_wrap .listType .receipt_number_table{width:100%;}
|
... | ... | @@ -657,8 +665,8 @@ |
| 657 | 665 |
.sub .election .receipt_number_table_wrap .receipt_number_table tbody tr td label{display:inline-block;width:calc(100% - 64px);}
|
| 658 | 666 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info{width:calc(100% - 10px);height:calc(100% - 193px);background:#f2f2f2;margin:10px 0 0 10px;padding:10px;border-radius:5px;box-sizing:border-box;}
|
| 659 | 667 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info dt{display:flex;font-size:15px;font-weight:500;margin:0 0 8px 0;justify-content:space-between;align-items:center;letter-spacing:-0.5px;}
|
| 660 |
-.sub .election .receipt_number_table_wrap .put_right .receipt_info dd{font-size:14px;text-align:right;background:#fff;margin:0 0 8px 0;padding:3px 6px;border-radius:5px;}
|
|
| 661 |
-.sub .election .receipt_number_table_wrap .put_right .receipt_info dd:last-child{margin:0 0 0 0;}
|
|
| 668 |
+.sub .election .receipt_number_table_wrap .put_right .receipt_info dd{font-size:14px;text-align:right;background:#fff;margin:0 0 8px 0;padding:5px 6px;border-radius:5px;}
|
|
| 669 |
+/* .sub .election .receipt_number_table_wrap .put_right .receipt_info dd:last-child{margin:0 0 0 0;} */
|
|
| 662 | 670 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info dd b{font-size:16px;font-weight:500;}
|
| 663 | 671 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset{font-size:14px;font-weight:500;color:#333;}
|
| 664 | 672 |
.sub .election .receipt_number_table_wrap .put_right .receipt_info .btn_reset i{display:inline-block;width:15px;height:13px;margin:-1px 2px 0 0;background:url(/publish/images/icon_reset.png) no-repeat center center;}
|
... | ... | @@ -666,12 +674,12 @@ |
| 666 | 674 |
.sub .election .receipt_number_table_wrap .list_bottom{width:100%;}
|
| 667 | 675 |
.sub .election .list_bottom .pagination{display:inline-flex;width:auto;margin:0;justify-content:flex-start;}
|
| 668 | 676 |
.sub .election .list_bottom .pagination button{display:inline-flex;align-items:center;justify-content:center;height:32px;}
|
| 669 |
-.sub .election .list_bottom .list_bottom_right{float:none;display:inline-flex;justify-content:flex-end;align-items:center;}
|
|
| 670 |
-.sub .election .list_bottom .list_bottom_right p{margin:0 10px 0 0;}
|
|
| 671 |
-.sub .election .list_bottom .list_bottom_right button{width:95px;height:32px;font-size:14px;padding:0 2px;font-weight:400 !important;}
|
|
| 672 |
-.sub .election .list_bottom .list_bottom_right>button{margin:0 4px 0 0;}
|
|
| 673 |
-.sub .election .list_bottom .list_bottom_right .btn_yellow{display:inline-flex;align-items:center;justify-content:center;padding:0 2px;}
|
|
| 674 |
-.sub .election .list_bottom .list_bottom_right .btn_yellow i.qmMark{background:url(/publish/images/content/qmIcon_black.png) no-repeat center;margin:0 0 0 2px;}
|
|
| 677 |
+.sub .election .receipt_num_top{float:none;display:flex;align-items:flex-start;gap:8px;}
|
|
| 678 |
+.sub .election .receipt_num_top.right{margin:0 0 8px auto;justify-content:flex-end;}
|
|
| 679 |
+.sub .election .receipt_num_top p{margin:0 10px 0 0;}
|
|
| 680 |
+.sub .election .receipt_num_top button{height:40px;font-size:16px;padding:0 16px;font-weight:400 !important;}
|
|
| 681 |
+.sub .election .receipt_num_top .btn_yellow{display:inline-flex;align-items:center;justify-content:center;padding:0 2px;}
|
|
| 682 |
+.sub .election .receipt_num_top .btn_yellow i.qmMark{background:url(/publish/images/content/qmIcon_black.png) no-repeat center;margin:0 0 0 2px;}
|
|
| 675 | 683 |
|
| 676 | 684 |
/* 2023/12/07 선거문자 - 20건문자(수동문자) 전송 추가 table에서 ul로 변경 */ |
| 677 | 685 |
.sub .election .receipt_number_table_wrap .table_ul{display:flex;flex-wrap:wrap;text-align:center;align-content:flex-start;}
|
... | ... | @@ -687,7 +695,7 @@ |
| 687 | 695 |
.sub .election .receipt_number_table_wrap .thead_ul li .btn_sort_up{margin:-4px 0 0 4px;}
|
| 688 | 696 |
.sub .election .receipt_number_table_wrap .tbody_ul{position:relative;height:calc(100% - 40px);overflow:hidden;}
|
| 689 | 697 |
.sub .election .receipt_number_table_wrap .tbody_ul::after{position:absolute;content:"";width:100%;height:100%;background:url(/publish/images/content/tbody_li_line.png) left 0px;left:0;top:0;}
|
| 690 |
-.sub .election .receipt_number_table_wrap .tbody_ul li{width:calc(100%/2);height:31px;justify-content:flex-start;}
|
|
| 698 |
+.sub .election .receipt_number_table_wrap .tbody_ul li{width:calc(100%/2);height:28px;font-size:15px;justify-content:flex-start;}
|
|
| 691 | 699 |
.sub .election .receipt_number_table_wrap .tbody_ul li .input_wrap{position:relative;width:60px;}
|
| 692 | 700 |
.sub .election .receipt_number_table_wrap .tbody_ul li .input_wrap::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);}
|
| 693 | 701 |
.sub .election .receipt_number_table_wrap .tbody_ul li label{width:calc(100% - 60px);}
|
... | ... | @@ -695,19 +703,25 @@ |
| 695 | 703 |
|
| 696 | 704 |
/* 2024/10/21 선거문자 - 20건문자(수동문자) 20줄 */ |
| 697 | 705 |
.sub .election .table_20{justify-content:space-between;}
|
| 698 |
-.sub .election .table_20 .put_left{width:calc(100% - 240px);}
|
|
| 706 |
+.sub .election .table_20 .put_left{width:calc(100% - 200px);}
|
|
| 699 | 707 |
.sub .election .table_20 .put_left .list_top{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 10px 0;}
|
| 700 | 708 |
.sub .election .table_20 .put_left .receipt_total_text{font-size:16px;}
|
| 701 | 709 |
.sub .election .table_20 .put_left .receipt_total_text span{font-weight:500;}
|
| 702 | 710 |
.sub .election .table_20 .put_left .list_top .btnType9{width:80px;height:30px;font-size:15px;font-weight:400;}
|
| 703 |
-.sub .election .table_20 .put_right{width:225px;max-width:225px;align-self:flex-end;margin:0 0 50px 0;}
|
|
| 711 |
+.sub .election .table_20 .put_right{display:flex;width:200px;max-width:200px;margin:40px 0 50px 0;flex-direction:column;}
|
|
| 712 |
+.sub .election .table_20 .put_right .btnType{max-width:100%;}
|
|
| 704 | 713 |
.sub .election .table_20 .put_right .receipt_info{height:auto;padding:20px 15px;}
|
| 714 |
+.sub .election .table_20 .put_right .btn_wrap{display:flex;width:calc(100% - 10px);margin:0 0 0 10px;gap:4px;flex-direction:column;}
|
|
| 715 |
+.sub .election .table_20 .put_right .btn_wrap .btn_popup_wrap button{width:100%;margin:0;}
|
|
| 716 |
+.sub .election .table_20 .thead_ul.table_ul_20,.sub .election .table_20 .thead_ul.table_ul_20 li{height:34px;font-size:15px;}
|
|
| 705 | 717 |
.sub .election .table_20 .tbody_ul.table_ul_20 li{width:100%;}
|
| 706 | 718 |
.sub .election .table_20 .table_ul.table_ul_20 li:nth-child(2n)::after{display:block;}
|
| 707 | 719 |
.sub .election .table_20 .table_ul.table_ul_20 .input_wrap{width:60px;}
|
| 708 | 720 |
.sub .election .table_20 .table_ul.table_ul_20 .td_name{width:20%;}
|
| 709 | 721 |
.sub .election .table_20 .table_ul.table_ul_20 .td_number{width:40%;}
|
| 710 |
-.sub .election .table_20 .table_ul.table_ul_20 .td_status{width:calc(40% - 60px);}
|
|
| 722 |
+.sub .election .table_20 .table_ul.table_ul_20 .td_status{width:calc(40% - 60px);font-weight:400;}
|
|
| 723 |
+.sub .election .table_20 .table_ul.table_ul_20 .td_status.exclude{color:#666;font-weight:500;}
|
|
| 724 |
+.sub .election .table_20 .table_ul.table_ul_20 .td_status.complete{color:#222;}
|
|
| 711 | 725 |
.sub .election .table_20 .table_ul.table_ul_20 div{position:relative;}
|
| 712 | 726 |
.sub .election .table_20 .table_ul.table_ul_20 div::after{position:absolute;content:"";width:1px;height:16px;background:#d4d4d4;right:0;top:50%;transform:translateY(-50%);}
|
| 713 | 727 |
.sub .election .table_20 .table_ul.table_ul_20.tbody_ul li:last-child{border-bottom:0;}
|
... | ... | @@ -722,6 +736,27 @@ |
| 722 | 736 |
.sub .election .table_20 .put_right dd.cf_box{font-size:14px;padding:0;background:transparent;text-align:left;}
|
| 723 | 737 |
.sub .election .table_20 .put_right dd.cf_box span{font-weight:500;}
|
| 724 | 738 |
|
| 739 |
+/* 2026/02/02 선거문자 */ |
|
| 740 |
+.sub .election .receipt_num_top.right button{height:32px;padding:0 10px;font-size:15px;}
|
|
| 741 |
+.sub .election .send_20 .btn_02{display:flex;margin:0 0 5px 10px;gap:4px;}
|
|
| 742 |
+.sub .election .send_20 .btn_02 button{width:auto;height:40px;padding:0 10px;whtie-space:nowrap;}
|
|
| 743 |
+.sub .election .send_20 .btn_02 .election_button{display:flex;width:calc(100% - 80px);height:40px;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer;}
|
|
| 744 |
+.sub .election .send_20 .btn_02 .election_button input{width:0;height:0;overflow:hidden;}
|
|
| 745 |
+.sub .election .send_20 .btn_02 .election_button:has(input:checked){font-weight:500;border:1px solid #002c9a;color:#002c9a;background:#E8F0FF;}
|
|
| 746 |
+.sub .election .send_20 .list_bottom{justify-content:center;}
|
|
| 747 |
+.sub .election .receipt_info .qmMark{width:20px;height:20px;background:url(/publish/images/content/qmIcon_gray.png) no-repeat center;}
|
|
| 748 |
+.sub .election .receipt_info .info{width:20px;height:20px;background:url(/publish/images/content/icon_info.png) no-repeat center;}
|
|
| 749 |
+.sub .election .receipt_info .title{display:flex;line-height:1.2;align-items:flex-start;gap:6px;}
|
|
| 750 |
+ |
|
| 751 |
+.sub .election .receipt_info .title:has(.qmMark:hover)+.send_hover_cont{display:block;width:250px;top:calc(100% + 5px);left:calc(100% - 20px);padding:15px 15px 10px 15px;}
|
|
| 752 |
+.sub .election .receipt_info .exclude .title:has(.qmMark:hover)+.send_hover_cont{width:220px;}
|
|
| 753 |
+ |
|
| 754 |
+.sub .election .receipt_number_table_wrap .put_right .receipt_info .info_text{display:flex;font-size:14px;font-weight:400;color:#222;text-align:center;padding:14px 0 0 0;margin:20px 0 0 0;border-top:1px solid #d5d5d5;justify-content:center;align-items:center;flex-direction:column;gap:4px;background:transparent;}
|
|
| 755 |
+.sub .election .put_right .form_wrap{margin:8px 0 0 10px;}
|
|
| 756 |
+.sub .election .put_right .send_btn{margin:10px 0 0 10px;}
|
|
| 757 |
+.sub .election .put_right .send_btn button{width:100%;height:45px;font-size:18px;}
|
|
| 758 |
+ |
|
| 759 |
+ |
|
| 725 | 760 |
/* send_bottom */ |
| 726 | 761 |
.send_bottom {position: relative;margin: 60px 0 0 0;}
|
| 727 | 762 |
.send_bottom .bottom_content {background-color: #fff;padding: 40px;border-radius: 10px;}
|
--- src/main/webapp/publish/css/popupLayer.css
+++ src/main/webapp/publish/css/popupLayer.css
... | ... | @@ -41,6 +41,9 @@ |
| 41 | 41 |
.popup_table_type2 th{padding: 10px 0 0 0; text-align: left; font-weight: 500;}
|
| 42 | 42 |
.popup_table_type2 td{padding: 10px; text-align: right;}
|
| 43 | 43 |
|
| 44 |
+.btn_wrap.popup{display:flex;max-width:50%;margin:20px auto 0 auto;justify-content:center;align-items:center;gap:8px;}
|
|
| 45 |
+.btn_wrap.popup button{width:auto;height:42px;border-radius:5px;font-size:18px;flex:1;}
|
|
| 46 |
+ |
|
| 44 | 47 |
/* 메인 팝업 */ |
| 45 | 48 |
/* .layer_popup_wrap{position: fixed; width: 100%; height: 100%; z-index: 999; background-color: rgba(0,0,0,0.5); left: 0; top: 0;} */
|
| 46 | 49 |
.layer_popup_wrap{position:fixed;left:50%;top:39%;margin:60px 0 0;z-index:999;transform:translate(-50%,-50%);}
|
... | ... | @@ -714,13 +717,13 @@ |
| 714 | 717 |
.adpop_cont.adpop2 .adpop1_bottom div p {font-size: 16px; color: #666; font-weight: 300; letter-spacing: -1px; line-height: 1.5;}
|
| 715 | 718 |
|
| 716 | 719 |
/* 선거문자 발송규정 */ |
| 717 |
-.adpop_cont.adpop3 .adpop1_top {background-image: url(/publish/images/content/adpop_top3.png); height: 385px; border-radius: 5px 5px 0 0; margin-bottom: 0;}
|
|
| 720 |
+.adpop_cont.adpop3 .adpop1_top {background-image: url(/publish/images/content/adpop_top4.png); height: 385px; border-radius: 5px 5px 0 0; margin-bottom: 0;}
|
|
| 718 | 721 |
.adpop_cont.adpop3 .adpop1_top>div>p {padding-bottom: 0px;}
|
| 719 | 722 |
.adpop_cont.adpop3 .adpop1_top>div>div>p {margin-bottom: 9px;}
|
| 720 | 723 |
.adpop_cont.adpop3 .adpop1_top>div>div>p:last-child {margin-bottom: 0;}
|
| 721 | 724 |
.adpop_cont.adpop3 .adpop1_top>div>p>span {font-weight: 100; font-size: 34px;}
|
| 722 | 725 |
.adpop_cont.adpop3 .adpop1_top>div>span {font-size: 15px; font-weight: 300; line-height: 1.3; padding-bottom: 15px; display: inline-block;}
|
| 723 |
-.adpop2_middle {background-color: #ddd; padding: 20px; border-radius: 0 0 5px 5px; margin-bottom: 30px; box-sizing: border-box;font-size: 15px; font-weight: 400; letter-spacing: -0.75px; line-height: 1.4;}
|
|
| 726 |
+.adpop2_middle {background-color: #ddd; padding: 20px; border-radius: 0 0 5px 5px; margin-bottom: 30px; box-sizing: border-box;font-size: 15px; font-weight: 400; letter-spacing: -1.2px; line-height: 1.4;}
|
|
| 724 | 727 |
.adpop2_middle p:first-child {font-weight: 600; color: #002c9a; padding-bottom: 3px;}
|
| 725 | 728 |
.adpop2_bottom .adpop2_title {font-size: 20px; font-weight: 500; font-family: 'GmarketSansMedium'; margin-bottom: 20px;}
|
| 726 | 729 |
.adpop2_bottom .adpop2_title i {background-image: url(/publish/images/content/adpop_icon.png); width: 19px; height: 23px; margin: 0 8px 3px 0;}
|
+++ src/main/webapp/publish/images/content/adpop_top4.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/content/icon_info.png
| Binary file is not shown |
+++ src/main/webapp/publish/images/content/qmIcon_gray.png
| Binary file is not shown |
--- src/main/webapp/publish/info_popup.html
+++ src/main/webapp/publish/info_popup.html
... | ... | @@ -461,6 +461,75 @@ |
| 461 | 461 |
</div> |
| 462 | 462 |
</div> |
| 463 | 463 |
<!-- // 카톡발송 > 친구톡 --> |
| 464 |
+ |
|
| 465 |
+ <div class="info_popup ad_layer candidate_popup02" id="electionRule"> |
|
| 466 |
+ <div class="popup_heading"> |
|
| 467 |
+ <p>선거문자 발송규정</p> |
|
| 468 |
+ </div> |
|
| 469 |
+ <div class="layer_in"> |
|
| 470 |
+ <div class="adpop_cont adpop3 current"> |
|
| 471 |
+ <div class="adpop1_top"> |
|
| 472 |
+ <div> |
|
| 473 |
+ <p>선거문자 발송규정<span>을<br>준수해주세요</span></p> |
|
| 474 |
+ <span>문자발송 전 반드시 공직선거법 제82조의5<br> |
|
| 475 |
+ <span class="c_e40000 fwRg">“선거운동정보의 전송제한”</span>을 확인 후 전송해주시기 바랍니다. |
|
| 476 |
+ </span> |
|
| 477 |
+ <div> |
|
| 478 |
+ <p>선관위에 신고된 후보자 연락처로 발송</p> |
|
| 479 |
+ <p>메시지 시작 부분에 (선거운동정보) 표기</p> |
|
| 480 |
+ <p>후보자 전화번호 표기</p> |
|
| 481 |
+ <p>불법수집정보 신고번호 1390 표기</p> |
|
| 482 |
+ <p>무료 수신거부 080 번호 표기</p> |
|
| 483 |
+ </div> |
|
| 484 |
+ </div> |
|
| 485 |
+ </div> |
|
| 486 |
+ <div class="adpop2_middle"> |
|
| 487 |
+ <p>- 규정 위반 시 공직선거법 제255조제4항에 의거 법적 제재(1년 이하의 징역 또는 100만원 이하의 벌금)를 받을 수 있습니다.</p> |
|
| 488 |
+ <p>- 문자온에서는 선거문자 전송 시 선관위 규정을 최대한 준수하여 서비스를 제공하고 있으나 미미한 점이 있을 수 있습니다.<br> |
|
| 489 |
+ 선거문자 전송 시 선관위 규정을 사전에 반드시 확인하시기 바라며, 미확인으로 인한 법적책임은 전송자 본인에게 있음을 알려드립니다.</p> |
|
| 490 |
+ </div> |
|
| 491 |
+ <div class="adpop2_bottom"> |
|
| 492 |
+ <p class="adpop2_title"><i></i>선거문자 이용 시 참고 법률 안내</p> |
|
| 493 |
+ <div> |
|
| 494 |
+ <p>1. 선거문자 발송 건수 및 발신번호 등록</p> |
|
| 495 |
+ <p>제59조(선거운동기간)<br> |
|
| 496 |
+ 2. 문자메시지를 전송하는 방법으로 선거운동을 하는 경우. 이 경우 자동 동보통신의 방법(동시 수신대상자가 20명을 |
|
| 497 |
+ 초과하거나 그 대상자가 20명 이하인 경우에도 프로그램을 이용하여 수신자를 자동으로 선택하여 전송하는 방식을 |
|
| 498 |
+ 말한다. 이하 같다)으로 전송할 수 있는 자는 후보자와 예비후보자에 한하되, 그 횟수는 8회(후보자의 경우 예비후보자 |
|
| 499 |
+ 로서 전송한 횟수를 포함한다)를 넘을 수 없으며, 중앙선거관리위원회규칙에 따라 신고한 1개의 전화번호만을 |
|
| 500 |
+ 사용하여야 한다.</p> |
|
| 501 |
+ </div> |
|
| 502 |
+ <div> |
|
| 503 |
+ <p>2. 선거문자 필수 입력사항</p> |
|
| 504 |
+ <p>제82조의5(선거운동정보의 전송제한)<br> |
|
| 505 |
+ ② 예비후보자 또는 후보자가 제59조제2호ㆍ제3호에 따라 선거운동 목적의 정보(이하 “선거운동정보”라 한다)를 자동 |
|
| 506 |
+ 동보통신의 방법으로 문자메시지로 전송하거나 전송대행업체에 위탁하여 전자우편으로 전송하는 때에는 다음 각 호의 |
|
| 507 |
+ 사항을 선거운동정보에 명시하여야 한다.<br><br> |
|
| 508 |
+ 1. 선거운동정보에 해당하는 사실<br> |
|
| 509 |
+ 2. 문자메시지를 전송하는 경우 그의 전화번호<br> |
|
| 510 |
+ 3. 불법수집정보 신고 전화번호<br> |
|
| 511 |
+ 4. 수신거부의 의사표시를 쉽게 할 수 있는 조치 및 방법에 관한 사항</p> |
|
| 512 |
+ </div> |
|
| 513 |
+ <!-- <div> |
|
| 514 |
+ <p>3. 선거문자 발송 시간 제한</p> |
|
| 515 |
+ <p>제109조<br> |
|
| 516 |
+ 전화를 이용한 선거운동은 야간(오후 11시부터 다음 날 오전 6시까지를 말한다)에는 이를 할 수 없다.</p> |
|
| 517 |
+ </div> --> |
|
| 518 |
+ <div> |
|
| 519 |
+ <p>3. 추가 참고 법률</p> |
|
| 520 |
+ <p>공직선거법 제60조의3(예비후보자 등의 선거운동)<br> |
|
| 521 |
+ 공직선거법 제82조의4(정보통신망을 이용한 선거운동)<br> |
|
| 522 |
+ 공직선거법 제122조의2(선거비용의 보전 등)<br> |
|
| 523 |
+ 공직선거법 제255조(부정선거운동죄)<br> |
|
| 524 |
+ 공직선거법 제256조(각종제한규정위반죄) 제3항</p> |
|
| 525 |
+ </div> |
|
| 526 |
+ </div> |
|
| 527 |
+ </div><!--// 선거문자 발송규정 안내 --> |
|
| 528 |
+ </div> |
|
| 529 |
+ <div style="margin: 0 auto 30px auto; text-align: center;"> |
|
| 530 |
+ <button type="button" class="election_btn" onclick="electionBtn();"><i></i>선거관리위원회 바로가기</button> |
|
| 531 |
+ </div> |
|
| 532 |
+</div> |
|
| 464 | 533 |
|
| 465 | 534 |
</body> |
| 466 | 535 |
|
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
... | ... | @@ -1448,9 +1448,13 @@ |
| 1448 | 1448 |
var scrT = $(this).scrollTop(); |
| 1449 | 1449 |
var t = scrT + 213; |
| 1450 | 1450 |
var h = Math.round($('.send_top').find('.send_right').outerHeight());
|
| 1451 |
- var revT = $('.send_rev').length ? Math.round($('.send_rev:visible').offset().top) : null;
|
|
| 1451 |
+ var $rev = $('.send_rev:visible');
|
|
| 1452 | 1452 |
|
| 1453 |
- if ($(".cont").find(".tabType1 .tab.active").text().trim() == "대량문자(광고문자)") {
|
|
| 1453 |
+ var revT = $rev.length ? Math.round($rev.offset().top) : null; |
|
| 1454 |
+ /*var revT = $('.send_rev').length ? Math.round($('.send_rev:visible').offset().top) : null;*/
|
|
| 1455 |
+ var title = $(".cont").find(".tabType1 .tab.active").text().trim();
|
|
| 1456 |
+ |
|
| 1457 |
+ if (title == "대량문자(광고문자)") {
|
|
| 1454 | 1458 |
if (t > ofsT && scrT !== 0) {
|
| 1455 | 1459 |
// send_rev 영역에 도달한 경우 멈춤 |
| 1456 | 1460 |
if (scrT + pH > revT) {
|
... | ... | @@ -1474,8 +1478,9 @@ |
| 1474 | 1478 |
'transition': 'all 0.2s' |
| 1475 | 1479 |
}); |
| 1476 | 1480 |
} |
| 1477 |
- } else if ($(".cont").find(".tabType4 .tab.active").text().trim() == "알림톡") {
|
|
| 1481 |
+ } else if (title == "알림톡") {
|
|
| 1478 | 1482 |
if (t > ofsT && t - ofsT < h - pH) {
|
| 1483 |
+ |
|
| 1479 | 1484 |
$('.send_top .send_right .phone').css({
|
| 1480 | 1485 |
'top': t - ofsT, |
| 1481 | 1486 |
'transition': 'all 0.2s' |
... | ... | @@ -1491,6 +1496,22 @@ |
| 1491 | 1496 |
'transition': 'all 0.2s' |
| 1492 | 1497 |
}); |
| 1493 | 1498 |
} |
| 1499 |
+ } else if(title == "20건 수동문자") {
|
|
| 1500 |
+ var scrollTop = $(window).scrollTop(); |
|
| 1501 |
+ var startTop = $('.send_top').offset().top;
|
|
| 1502 |
+ |
|
| 1503 |
+ var $phone = $('.send_top .send_right .phone');
|
|
| 1504 |
+ var stopTop = $('.billingAmount:visible').offset().top - 500;
|
|
| 1505 |
+ var moveTop = scrollTop - startTop + 20; |
|
| 1506 |
+ var maxTop = stopTop - startTop - $phone.outerHeight() - 20; |
|
| 1507 |
+ |
|
| 1508 |
+ if (scrollTop > startTop) {
|
|
| 1509 |
+ if (moveTop < 0) moveTop = 0; |
|
| 1510 |
+ if (moveTop > maxTop) moveTop = maxTop; |
|
| 1511 |
+ $phone.css({ top: moveTop });
|
|
| 1512 |
+ } else {
|
|
| 1513 |
+ $phone.css({ top: 0 });
|
|
| 1514 |
+ } |
|
| 1494 | 1515 |
} else {
|
| 1495 | 1516 |
if (t > ofsT && t - ofsT < h - pH) {
|
| 1496 | 1517 |
$('.send_top .send_right .phone').css({
|
--- src/main/webapp/publish/js/publish.js
+++ src/main/webapp/publish/js/publish.js
... | ... | @@ -15,18 +15,22 @@ |
| 15 | 15 |
// checkTarget → 체크박스([name='']) / checkTime → 몇초 간격으로 체크 될지 |
| 16 | 16 |
var checkLength = checkTarget.length; // 체크박스 몇개인지 |
| 17 | 17 |
var cnt = 0; // 몇개 체크됐는지 |
| 18 |
+ publishCommon.isHolding = true; |
|
| 18 | 19 |
var checkEvent = setInterval(function () {
|
| 19 |
- if (this.count == 0) {} else if (cnt >= checkLength) {
|
|
| 20 |
+ if (this.count == 0) {}
|
|
| 21 |
+ else if (!publishCommon.isHolding || cnt >= checkLength) {
|
|
| 20 | 22 |
clearInterval(checkEvent); // 자동체크 끝. |
| 23 |
+ return; |
|
| 21 | 24 |
} |
| 22 | 25 |
$(checkTarget[cnt]).prop('checked', true); // 체크박스 체크.
|
| 23 | 26 |
//$(checkTarget[cnt]).attr("checked", "checked"); // 체크박스 체크.
|
| 24 | 27 |
$($target).on("mouseup", function () {
|
| 25 | 28 |
//마우스떼면 멈춤 |
| 26 |
- clearInterval(checkEvent); |
|
| 29 |
+ publishCommon.isHolding = false; |
|
| 30 |
+ clearInterval(checkEvent); |
|
| 27 | 31 |
}); |
| 28 | 32 |
cnt++; |
| 29 |
- fnChkCallToChange(); |
|
| 33 |
+ //fnChkCallToChange(); |
|
| 30 | 34 |
}, checkTime); |
| 31 | 35 |
}, |
| 32 | 36 |
clickCheck: function (checkTarget) {
|
... | ... | @@ -72,6 +76,11 @@ |
| 72 | 76 |
}); |
| 73 | 77 |
|
| 74 | 78 |
}, |
| 79 |
+ uncheckAll: function (checkName) {
|
|
| 80 |
+ $("input:checkbox[name='"+checkName+"']").each(function () {
|
|
| 81 |
+ $(this).prop("checked", false);
|
|
| 82 |
+ }); |
|
| 83 |
+ }, |
|
| 75 | 84 |
clickCheckPrice: function () {
|
| 76 | 85 |
|
| 77 | 86 |
fnChkCallToChange(); |
+++ src/main/webapp/publish/sub_election_v2025.html
... | ... | @@ -0,0 +1,2643 @@ |
| 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 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.css"> | |
| 19 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> | |
| 20 | + | |
| 21 | + <script src="/publish/js/jquery-3.5.0.js"></script> | |
| 22 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script> | |
| 23 | + <script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> | |
| 24 | + <script src="/publish/js/common.js"></script> | |
| 25 | + <!-- <script src="/js/MJUtill.js"></script> --> | |
| 26 | + <script src="/publish/js/content.js"></script> | |
| 27 | + <script src="/publish/js/popup.js"></script> | |
| 28 | + <script src="/publish/js/popupLayer.js"></script> | |
| 29 | + <script src="/publish/js/publish.js"></script> | |
| 30 | + | |
| 31 | + <!-- 외부 script / css --> | |
| 32 | + <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> | |
| 33 | + <link rel="stylesheet" href="//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css"> | |
| 34 | + | |
| 35 | + <script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> | |
| 36 | + <script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> | |
| 37 | + <script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> | |
| 38 | + | |
| 39 | + <script> | |
| 40 | + $(function(){ | |
| 41 | + | |
| 42 | + // 즉시/예약 시 예약설정 노출 | |
| 43 | + $("[name=reserYn]").change(function(){ | |
| 44 | + var thisVal = $(this).val(); | |
| 45 | + if(thisVal == "Y"){ | |
| 46 | + $(".use_enter,.rev_selected").show(); | |
| 47 | + $(".send_content").css("padding","0"); | |
| 48 | + }else{ | |
| 49 | + $(".use_enter,.rev_selected").hide(); | |
| 50 | + $(".send_content").removeAttr("style"); | |
| 51 | + } | |
| 52 | + }); | |
| 53 | + | |
| 54 | + | |
| 55 | + /* td_number가 아닐 때 selectable 자체 차단 */ | |
| 56 | + $(".table_20 .tbody_ul").on("mousedown", function (e) { | |
| 57 | + if (!$(e.target).closest(".td_number").length) { | |
| 58 | + e.preventDefault(); | |
| 59 | + e.stopImmediatePropagation(); | |
| 60 | + } | |
| 61 | + }); | |
| 62 | + | |
| 63 | + /* td_number에서만 항상 다중 선택 모드 */ | |
| 64 | + $(".table_20 .tbody_ul").on("mousedown", ".td_number", function (e) { | |
| 65 | + e.ctrlKey = true; | |
| 66 | + }); | |
| 67 | + | |
| 68 | + /* selectable */ | |
| 69 | + $(".table_20 .tbody_ul").selectable({ | |
| 70 | + filter: ".td_number", | |
| 71 | + | |
| 72 | + selected: function (event, ui) { | |
| 73 | + $(ui.selected) | |
| 74 | + .closest("li") | |
| 75 | + .addClass("ui-selected") | |
| 76 | + .find("input[type=checkbox]") | |
| 77 | + .prop("checked", true); | |
| 78 | + }, | |
| 79 | + | |
| 80 | + unselected: function (event, ui) { | |
| 81 | + $(ui.unselected) | |
| 82 | + .closest("li") | |
| 83 | + .removeClass("ui-selected") | |
| 84 | + .find("input[type=checkbox]") | |
| 85 | + .prop("checked", false); | |
| 86 | + } | |
| 87 | + }); | |
| 88 | + | |
| 89 | + | |
| 90 | + // 1명씩 선택 클릭 시 | |
| 91 | + onlongclick(".btn_check_one", 20, function (e) { | |
| 92 | + var checkbox = $('[name=receipt_number_check]'); | |
| 93 | + publishCommon.longMousePressCheck(checkbox, 20, $(".btn_check_one")); | |
| 94 | + }); | |
| 95 | + | |
| 96 | + | |
| 97 | + // 선거문구 쓰는지 안쓰는지 체크 | |
| 98 | + $(".election_button").on("click", function () { | |
| 99 | + if ($(this).find("input").is(":checked")) { | |
| 100 | + // 체크된 상태 | |
| 101 | + $(".send_20").find(".ad_txt, .deny_txt").show(); | |
| 102 | + $(".send_20+.send_right").find(".ad_tit,.deny_receipt").show(); | |
| 103 | + } else { | |
| 104 | + // 체크 안 된 상태 | |
| 105 | + $(".send_20").find(".ad_txt, .deny_txt").hide(); | |
| 106 | + $(".send_20+.send_right").find(".ad_tit,.deny_receipt").hide(); | |
| 107 | + } | |
| 108 | + }); | |
| 109 | + | |
| 110 | + | |
| 111 | + // sendBySpace 설정에 따라 Space / Enter 키로 수신번호 자동 선택 후 발송 처리 | |
| 112 | + var enterTimer = null; | |
| 113 | + $(document).on("keydown", function (e) { | |
| 114 | + | |
| 115 | + var isChecked = $("input:checkbox[name='sendBySpace']").is(":checked"); | |
| 116 | + var checkbox = $('[name=receipt_number_check]'); | |
| 117 | + var checkedCnt = checkbox.filter(":checked").length; | |
| 118 | + | |
| 119 | + // Space 발송 | |
| 120 | + if (e.keyCode === 32 && isChecked && !$(".put_text").is(':focus')) { | |
| 121 | + e.preventDefault(); | |
| 122 | + | |
| 123 | + if (checkedCnt > 0) { | |
| 124 | + setTimeout(function () { | |
| 125 | + $(".btn_send").click(); | |
| 126 | + }, 500); | |
| 127 | + alert("전송완료"); | |
| 128 | + } else { | |
| 129 | + alert("발송할 대상을 선택해 주세요."); | |
| 130 | + return; | |
| 131 | + } | |
| 132 | + } | |
| 133 | + | |
| 134 | + // Enter 길게 | |
| 135 | + if (e.keyCode === 13 && !isChecked && !$(".put_text").is(':focus')) { | |
| 136 | + e.preventDefault(); | |
| 137 | + | |
| 138 | + if (enterTimer) return; // 반복 방지 | |
| 139 | + | |
| 140 | + enterTimer = setTimeout(function () { | |
| 141 | + | |
| 142 | + publishCommon.longMousePressCheck(checkbox,20,$(".btn_check_one")); | |
| 143 | + | |
| 144 | + setTimeout(function () { | |
| 145 | + var totalCnt = checkbox.length; | |
| 146 | + var checkedCnt = checkbox.filter(":checked").length; | |
| 147 | + | |
| 148 | + if (totalCnt > 0 && totalCnt === checkedCnt) { | |
| 149 | + //$(".btn_send").click(); | |
| 150 | + alert("전송완료"); | |
| 151 | + } | |
| 152 | + // ❌ 아니면 아무 것도 안 함 | |
| 153 | + }, 600); | |
| 154 | + | |
| 155 | + }, 500); | |
| 156 | + } | |
| 157 | + }); | |
| 158 | + | |
| 159 | + | |
| 160 | + $(document).on("keyup", function (e) { | |
| 161 | + if (e.keyCode === 13) { | |
| 162 | + clearTimeout(enterTimer); | |
| 163 | + enterTimer = null; | |
| 164 | + publishCommon.isHolding = false; | |
| 165 | + } | |
| 166 | + }); | |
| 167 | + | |
| 168 | + }) | |
| 169 | + | |
| 170 | + function confirmAlert() { | |
| 171 | + if (confirm('후보자를 등록 하시겠습니까?')) { | |
| 172 | + alert('후보자 등록이 완료되었습니다.'); | |
| 173 | + } | |
| 174 | + } | |
| 175 | + </script> | |
| 176 | + | |
| 177 | +</head> | |
| 178 | + | |
| 179 | +<body> | |
| 180 | + | |
| 181 | +<!-- 선거문자 이용안내 data-tooltip:alert_layer_popup --> | |
| 182 | +<div class="tooltip-wrap"> | |
| 183 | + <div class="popup-com alert_layer_popup" tabindex="0" data-tooltip-con="alert_layer_popup" data-focus="alert_layer_popup" data-focus-prev="alert_layer_popup-close" style="width: 450px;"> | |
| 184 | + <div class="popup_heading"> | |
| 185 | + <p>선거문자 이용안내</p> | |
| 186 | + <button type="button" class="tooltip-close" data-focus="alert_layer_popup-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 187 | + </div> | |
| 188 | + | |
| 189 | + <div class="layer_in"> | |
| 190 | + <p>선거문자 발송은 후보자 등록 후 이용 가능합니다. <br />등록을 먼저 진행해주세요.</p> | |
| 191 | + <div class="btn_wrap popup"> | |
| 192 | + <button type="button" class="btnType fill_blue tooltip-close" data-tooltip="candidate_popup01">확인</button> | |
| 193 | + <button type="button" class="btnType fill_gray tooltip-close" data-focus="alert_layer_popup-close" data-focus-next="alert_layer_popup">닫기</button> | |
| 194 | + </div> | |
| 195 | + </div> | |
| 196 | + | |
| 197 | + </div> | |
| 198 | +</div> | |
| 199 | +<!-- //선거문자 이용안내 data-tooltip:alert_layer_popup --> | |
| 200 | + | |
| 201 | +<!-- 선거문자 이용안내 data-tooltip:alert_layer_popup --> | |
| 202 | +<div class="tooltip-wrap"> | |
| 203 | + <div class="popup-com alert_layer_popup alert_layer_popup02" tabindex="0" data-tooltip-con="alert_layer_popup02" data-focus="alert_layer_popup" data-focus-prev="alert_layer_popup02-close" style="width: 450px;"> | |
| 204 | + <div class="popup_heading"> | |
| 205 | + <p>선거문자 이용안내</p> | |
| 206 | + <button type="button" class="tooltip-close" data-focus="alert_layer_popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 207 | + </div> | |
| 208 | + | |
| 209 | + <div class="layer_in"> | |
| 210 | + <p>선거문자 발송은 개인회원이 후보자 등록 후 <br />이용 가능합니다.</p> | |
| 211 | + <div class="btn_wrap popup"> | |
| 212 | + <button type="button" class="btnType fill_blue tooltip-close" onclick="location.href='/web/main/mainPage.do'">메인화면 바로가기</button> | |
| 213 | + </div> | |
| 214 | + </div> | |
| 215 | + | |
| 216 | + </div> | |
| 217 | +</div> | |
| 218 | +<!-- //선거문자 이용안내 data-tooltip:alert_layer_popup --> | |
| 219 | + | |
| 220 | +<!-- 후보자등록 팝업 data-tooltip:candidate_popup01 --> | |
| 221 | +<div class="tooltip-wrap"> | |
| 222 | + <div class="popup-com candidate_layer candidate_popup01" tabindex="0" data-tooltip-con="candidate_popup01" data-focus="candidate_popup01" data-focus-prev="candidate_popup01-close" style="width: 620px;"> | |
| 223 | + <div class="popup_heading"> | |
| 224 | + <p>후보자 등록</p> | |
| 225 | + <button type="button" class="tooltip-close" data-focus="candidate_popup01-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 226 | + </div> | |
| 227 | + | |
| 228 | + <form id="candiForm" name="candiForm" method="post"> | |
| 229 | + <input type="hidden" id="dataType" name="dataType" value="Reg"/> | |
| 230 | + | |
| 231 | + <div class="layer_in"> | |
| 232 | + <p class="adr_pop_title">선거문자는 반드시 <span class="c_002c9a">후보자 등록</span>을 하셔야만 이용 가능합니다. <br/>입력하신 내용은 세금계산서 발행을 위한 정보로만 사용됩니다.</p> | |
| 233 | + <div class="candidate_table"> | |
| 234 | + <p>후보자</p> | |
| 235 | + <table> | |
| 236 | + <caption>후보자 등록을 위한 성명, 주민등록번호, 주소를 입력하는 표</caption> | |
| 237 | + <colgroup> | |
| 238 | + <col style="width: 125px;"> | |
| 239 | + <col style="width: auto;"> | |
| 240 | + </colgroup> | |
| 241 | + <tbody> | |
| 242 | + <tr> | |
| 243 | + <th scope="row">성명</th> | |
| 244 | + <td> | |
| 245 | + <label for="candidateNm" class="label"></label> | |
| 246 | + <input type="text" id="candidateNm" name="candidateNm" value="" placeholder="후보자 성명 입력" onfocus="this.placeholder=''" onblur="this.placeholder='후보자 성명 입력'" class="inputLight"> | |
| 247 | + </td> | |
| 248 | + </tr> | |
| 249 | + <tr class="residentNum"> | |
| 250 | + <th scope="row">주민등록번호</th> | |
| 251 | + <td> | |
| 252 | + <label for="regidentNo1" class="label"></label> | |
| 253 | + <input type="text" id="regidentNo1" name="regidentNo1" value="" maxlength="6" placeholder="주민등록번호 앞 6자리" onfocus="this.placeholder=''" onblur="this.placeholder='주민등록번호 앞 6자리'" class="inputLight"> | |
| 254 | + <span>-</span> | |
| 255 | + <label for="regidentNo2" class="label"></label> | |
| 256 | + <input type="password" id="regidentNo2" name="regidentNo2" value="" maxlength="7" placeholder="주민등록번호 뒤 7자리" onfocus="this.placeholder=''" onblur="this.placeholder='주민등록번호 뒤 7자리'" class="inputLight"> | |
| 257 | + </td> | |
| 258 | + </tr> | |
| 259 | + <tr> | |
| 260 | + <th scope="row">주소</th> | |
| 261 | + <td> | |
| 262 | + <label for="candidateAddr" class="label"></label> | |
| 263 | + <input type="text" id="candidateAddr" name="candidateAddr" value=""> | |
| 264 | + </td> | |
| 265 | + </tr> | |
| 266 | + </tbody> | |
| 267 | + </table> | |
| 268 | + </div> | |
| 269 | + <div class="candidate_table" style="margin-top: 40px;"> | |
| 270 | + <p>담당자</p> | |
| 271 | + <table> | |
| 272 | + <caption>후보자 등록을 위한 성명, 주민등록번호, 주소를 입력하는 표</caption> | |
| 273 | + <colgroup> | |
| 274 | + <col style="width: 125px;"> | |
| 275 | + <col style="width: auto;"> | |
| 276 | + </colgroup> | |
| 277 | + <tbody> | |
| 278 | + <tr> | |
| 279 | + <th scope="row">성명</th> | |
| 280 | + <td> | |
| 281 | + <label for="managerNm" class="label"></label> | |
| 282 | + <input type="text" id="managerNm" name="managerNm" value="" placeholder="담당자 성명 입력" onfocus="this.placeholder=''" onblur="this.placeholder='담당자 성명 입력'" class="inputLight"> | |
| 283 | + </td> | |
| 284 | + </tr> | |
| 285 | + <tr> | |
| 286 | + <th scope="row">휴대폰</th> | |
| 287 | + <td> | |
| 288 | + <label for="phoneNo" class="label"></label> | |
| 289 | + <input type="text" id="phoneNo" name="phoneNo" value="" placeholder="‘-’ 없이 숫자만 입력" onfocus="this.placeholder=''" onblur="this.placeholder='‘-’ 없이 숫자만 입력'" class="inputLight"> | |
| 290 | + </td> | |
| 291 | + </tr> | |
| 292 | + <tr class="emailWrap3"> | |
| 293 | + <th scope="row">이메일</th> | |
| 294 | + <td> | |
| 295 | + <label for="email" class="label"></label> | |
| 296 | + <input type="text" id="email" name="email" value=""> | |
| 297 | + <span>@</span> | |
| 298 | + <label for="emailDomain" class="label"></label> | |
| 299 | + <input type="text" id="emailDomain" name="emailDomain" value=""> | |
| 300 | + <label for="" class="label">이메일 선택</label> | |
| 301 | + <select class="list_selType1" id="taxEmailSelect" onchange="emailChange(this)"> | |
| 302 | + <option value="">직접입력</option> | |
| 303 | + </select> | |
| 304 | + </td> | |
| 305 | + </tr> | |
| 306 | + </tbody> | |
| 307 | + </table> | |
| 308 | + </div> | |
| 309 | + <div class="btn_wrap popup"> | |
| 310 | + <button type="button" class="btnType fill_blue tooltip-close" onclick="confirmAlert();">등록</button> | |
| 311 | + <button type="button" class="btnType fill_gray tooltip-close" data-focus="candidate_popup01-close" data-focus-next="alert_layer_popup">닫기</button> | |
| 312 | + </div> | |
| 313 | + </div> | |
| 314 | + | |
| 315 | + </form> | |
| 316 | + </div> | |
| 317 | +</div> | |
| 318 | +<!--// 후보자등록 팝업 --> | |
| 319 | + | |
| 320 | +<!--선거문자 이용안내 팝업 --> | |
| 321 | +<div class="tooltip-wrap"> | |
| 322 | + <div class="popup-com ad_layer candidate_popup03" tabindex="0" data-tooltip-con="candidate_popup03" data-focus="candidate_popup03" data-focus-prev="candidate_popup03-close" style="width: 795px"> | |
| 323 | + <div class="popup_heading"> | |
| 324 | + <p>선거문자 안내</p> | |
| 325 | + <button type="button" class="tooltip-close" data-focus="candidate_popup03-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 326 | + </div> | |
| 327 | + <div class="layer_in"> | |
| 328 | + <img src="/publish/images/content/candidatePop_banner.png" alt="선거문자 이용안내 배너" class="candidate_banner"> | |
| 329 | + <ul class="info_list"> | |
| 330 | + <li>- 90byte 초과 시, 자동으로 장문으로 전환됩니다. 장문 문자는 최대 2,000byte까지만 작성할 수 있습니다.</li> | |
| 331 | + <li>- 그림문자 1건당 최대 3장까지 이미지 첨부 가능 [권장 사이즈 : <strong>640 x 960</strong>픽셀 / 최대용량 : <strong>10MB</strong> 이내]</li> | |
| 332 | + <li>- 선거문자는 반드시 발송규정을 사전 확인 후 발송해 주시기 바랍니다.</li> | |
| 333 | + </ul> | |
| 334 | + <!-- 이용방법/혜택 --> | |
| 335 | + <div class="cdpop_cont current" id="listTab2_1"> | |
| 336 | + <div> | |
| 337 | + <p class="cdpop_title"> | |
| 338 | + <i class="cdpop_title_icon1"></i>선거문자 이용방법 | |
| 339 | + <span class="customReq"> | |
| 340 | + <button type="button" onclick="goToCustom();"><i></i>선거문자 맞춤제작</button> | |
| 341 | + </span> | |
| 342 | + </p> | |
| 343 | + <ul class="cdpop_info"> | |
| 344 | + <li> | |
| 345 | + <i class="info_step1"></i> | |
| 346 | + <div> | |
| 347 | + <p>회원가입</p> | |
| 348 | + </div> | |
| 349 | + </li> | |
| 350 | + <li> | |
| 351 | + <i class="info_step2"></i> | |
| 352 | + <div> | |
| 353 | + <p>후보자등록</p> | |
| 354 | + </div> | |
| 355 | + </li> | |
| 356 | + <li> | |
| 357 | + <i class="info_step3"></i> | |
| 358 | + <div> | |
| 359 | + <p>전용계좌</p> | |
| 360 | + </div> | |
| 361 | + </li> | |
| 362 | + <li> | |
| 363 | + <i class="info_step4"></i> | |
| 364 | + <div> | |
| 365 | + <p>발신번호 인증</p> | |
| 366 | + </div> | |
| 367 | + </li> | |
| 368 | + <li> | |
| 369 | + <i class="info_step5"></i> | |
| 370 | + <div> | |
| 371 | + <p>문자전송</p> | |
| 372 | + </div> | |
| 373 | + </li> | |
| 374 | + <li> | |
| 375 | + <i class="info_step6"></i> | |
| 376 | + <div> | |
| 377 | + <p>세금계산서</p> | |
| 378 | + </div> | |
| 379 | + </li> | |
| 380 | + </ul> | |
| 381 | + </div> | |
| 382 | + <div> | |
| 383 | + <p class="cdpop_title"><i class="cdpop_title_icon2"></i>문자온 선거문자만의 장점 및 혜택</p> | |
| 384 | + <ul class="cdpop_benefit"> | |
| 385 | + <li> | |
| 386 | + <div> | |
| 387 | + <i class="benefit1"></i> | |
| 388 | + <p>한 번에 대량으로 보내야 한다면?<span>30만건까지 동시 전송 가능</span></p> | |
| 389 | + </div> | |
| 390 | + <p>문자온의 대량전송(엑셀·TXT) 모듈을 통해 | |
| 391 | + 30만건의 대량문자도 쉽고 빠르게 전송 가능합니다.</p> | |
| 392 | + </li> | |
| 393 | + <li> | |
| 394 | + <div> | |
| 395 | + <i class="benefit2"></i> | |
| 396 | + <p>수신거부 번호가 필요하세요?<span>080 수신거부 번호 무료제공</span></p> | |
| 397 | + </div> | |
| 398 | + <p>선거문자 발송규정 준수를 위해 | |
| 399 | + 080 수신거부 번호를 무료로 제공해 드립니다.</p> | |
| 400 | + </li> | |
| 401 | + <li> | |
| 402 | + <div> | |
| 403 | + <i class="benefit3"></i> | |
| 404 | + <p>주소록 등록이 번거로우신가요?<span>주소록 등록 무료대행</span></p> | |
| 405 | + </div> | |
| 406 | + <p>주소록 등록파일(엑셀·TXT)을 문자온에 제공해 | |
| 407 | + 주시면 무료로 빠르고 신속하게 등록해 드립니다.</p> | |
| 408 | + </li> | |
| 409 | + <li> | |
| 410 | + <div> | |
| 411 | + <i class="benefit4"></i> | |
| 412 | + <p>홍보효과를 높이고 싶다면?<span>후보자만의 그림문자 맞춤제작</span></p> | |
| 413 | + </div> | |
| 414 | + <p>선거공약, 인사말, 후보자 사진 등을 넣어 그림문자를 | |
| 415 | + 맞춤 제작하여 홍보효과를 극대화할 수 있습니다.</p> | |
| 416 | + </li> | |
| 417 | + <li> | |
| 418 | + <div> | |
| 419 | + <i class="benefit5"></i> | |
| 420 | + <p>오류·실패건의 문자를 보상받고 싶다면?<span>오류·실패건 문자 100% 환불</span></p> | |
| 421 | + </div> | |
| 422 | + <p>번호오류, 수신거부, 수신실패 등으로 인해 문자전송이 | |
| 423 | + 실패한 경우 100% 환불(자동충전)해 드립니다.</p> | |
| 424 | + </li> | |
| 425 | + <li> | |
| 426 | + <div> | |
| 427 | + <i class="benefit6 "></i> | |
| 428 | + <p>전송결과가 궁금하다면?<span>실시간 전송결과 확인 가능</span></p> | |
| 429 | + </div> | |
| 430 | + <p>전송결과 및 실패사유를 실시간으로 제공해드립니다.</p> | |
| 431 | + </li> | |
| 432 | + <li> | |
| 433 | + <div> | |
| 434 | + <i class="benefit7"></i> | |
| 435 | + <p>20건씩 나눠서 보내야한다면?<span>20건씩 분할 예약 전송 가능</span></p> | |
| 436 | + </div> | |
| 437 | + <p>누구나 쉽고 편리하게 20건씩 나눠서 분할 전송이 가능합니다.</p> | |
| 438 | + </li> | |
| 439 | + <li> | |
| 440 | + <div> | |
| 441 | + <i class="benefit8"></i> | |
| 442 | + <p>필요한 서류가 있다면?<span>문자온에서 간편하게 신청 가능</span></p> | |
| 443 | + </div> | |
| 444 | + <p>문자온에서 발송내역서 출력이 가능하며, | |
| 445 | + 세금계산서는 메일로 자동으로 발행됩니다.</p> | |
| 446 | + </li> | |
| 447 | + </ul> | |
| 448 | + </div> | |
| 449 | + </div><!--// 이용방법/혜택 --> | |
| 450 | + </div> | |
| 451 | + <div class="popup_btn_wrap2" style="margin: 0 auto 30px auto;"> | |
| 452 | + <button type="button" class="tooltip-close" data-focus="candidate_popup03-close" data-focus-next="candidate_popup03">닫기</button> | |
| 453 | + </div> | |
| 454 | + </div> | |
| 455 | +</div> | |
| 456 | +<!--// 선거문자 이용안내 팝업 --> | |
| 457 | + | |
| 458 | + | |
| 459 | + <!-- toast(시작) --> | |
| 460 | + <div class="toast_popup success"> | |
| 461 | + <i class="icon check"></i> | |
| 462 | + <p class="title">처리가 완료되었습니다.</p> | |
| 463 | + <button type="button" class="btn_close" onclick="publishCommon.toastsUtil('','active','success')"><i></i></button> | |
| 464 | + </div> | |
| 465 | + <!-- toast(끝) --> | |
| 466 | + | |
| 467 | + <div data-include-path="/publish/layout/_header.html"></div> | |
| 468 | + <div class="mask"></div> | |
| 469 | + | |
| 470 | + <!-- content 영역 --> | |
| 471 | + <div id="container" class="cont sub"> | |
| 472 | + <div class="inner"> | |
| 473 | + <!-- send top --> | |
| 474 | + <div class="send_top"> | |
| 475 | + <!-- tab button --> | |
| 476 | + <ul class="tabType1"> | |
| 477 | + <li class="tab active"><button type="button" onclick="TabType1(this,'1');">자동동보문자</button></li> | |
| 478 | + <li class="tab"><button type="button" onclick="TabType1(this,'2');">20건 수동문자</button></li> | |
| 479 | + </ul> | |
| 480 | + <!--// tab button --> | |
| 481 | + <!-- tab content1 --> | |
| 482 | + <div class="top_content current election contentArea" id="tab1_1"> | |
| 483 | + <div class="heading"> | |
| 484 | + <h2>자동동보문자</h2> | |
| 485 | + <div class="election_btnWrap"> | |
| 486 | + <button type="button" class="button2 info" onclick="infoListPop('electionRule','792','800');">발송규정</button> | |
| 487 | + <button type="button" class="button2 info" data-tooltip="candidate_popup03">사용안내</button> | |
| 488 | + <button type="button" class="btnType" data-tooltip="alert_layer_popup"><i class="election_btn1"></i>후보자 등록</button> | |
| 489 | + </div> | |
| 490 | + </div> | |
| 491 | + <div class="send_general"> | |
| 492 | + <!-- send left 문자 보내기 입력 --> | |
| 493 | + <div class="send_left"> | |
| 494 | + <table class="tType1"> | |
| 495 | + <caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption> | |
| 496 | + <colgroup> | |
| 497 | + <col style="width: 120px;"> | |
| 498 | + <col style="width: auto;"> | |
| 499 | + </colgroup> | |
| 500 | + <tbody> | |
| 501 | + | |
| 502 | + <tr> | |
| 503 | + <th scope="row">발신번호</th> | |
| 504 | + <td class="put_num"> | |
| 505 | + <label for="num" class="label"></label> | |
| 506 | + <select id="num" class="sel_number"> | |
| 507 | + <option value="">010-1234-5678</option> | |
| 508 | + <option value="">010-1234-5678</option> | |
| 509 | + <option value="">010-1234-5678</option> | |
| 510 | + <option value="">010-1234-5678</option> | |
| 511 | + </select> | |
| 512 | + <button type="button" class="btnType btnType6">번호등록</button> | |
| 513 | + </td> | |
| 514 | + </tr> | |
| 515 | + | |
| 516 | + <tr class="msg_title active"> | |
| 517 | + <th scope="row">제목</th> | |
| 518 | + <td> | |
| 519 | + <ul class="title_wrap"> | |
| 520 | + <li> | |
| 521 | + <input id="title_y" type="radio" name="title_status" value="Y" onchange="titleStatus(this);"> | |
| 522 | + <label for="title_y">사용</label> | |
| 523 | + <input id="title_n" type="radio" name="title_status" value="N" onchange="titleStatus(this);" checked="checked"> | |
| 524 | + <label for="title_n">사용안함</label> | |
| 525 | + </li> | |
| 526 | + <li class="textbox"> | |
| 527 | + <label for="mmsSubject" class="label"></label> | |
| 528 | + <input type="text" size="20" id="mmsSubject" name="mmsSubject" class="w100" maxlength="20" placeholder="" onfocus="this.placeholder=''"> | |
| 529 | + </li> | |
| 530 | + </ul> | |
| 531 | + </td> | |
| 532 | + </tr> | |
| 533 | + <!-- 단문 --> | |
| 534 | + <tr> | |
| 535 | + <th scope="row" class="vTop">내용</th> | |
| 536 | + <td class="putText"> | |
| 537 | + <div class="clearfix"> | |
| 538 | + <div class="put_left long"> | |
| 539 | + <!-- 업로드한 이미지의 썸네일 영역 --> | |
| 540 | + <ul class="thumb_wrap liOnImg ui-sortable"></ul> | |
| 541 | + <!-- //업로드한 이미지의 썸네일 영역 --> | |
| 542 | + <label for="smsTxtArea" class="label"></label> | |
| 543 | + <div class="ad_txt"> | |
| 544 | + <p>(선거운동정보)</p> | |
| 545 | + </div> | |
| 546 | + <textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> | |
| 547 | + <div class="text_length"> | |
| 548 | + <div class="deny_txt">불법수집정보 신고번호 : <br>선거관리위원회 ☎1390<br>무료거부 0808800858</div> | |
| 549 | + <div name="afterDeny"> | |
| 550 | + <p> | |
| 551 | + <span class="fwMd" id="msgLeng">81 / </span> | |
| 552 | + <span class="c_002c9a fwMd" id="limitLeng">90</span>byte | |
| 553 | + </p> | |
| 554 | + <span class="msg_com msg_short">단문</span> | |
| 555 | + </div> | |
| 556 | + </div> | |
| 557 | + </div> | |
| 558 | + <div class="put_right"> | |
| 559 | + <div class="btn_popup_wrap spc_wrap"> | |
| 560 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 561 | + <div class="send_miniPop spc_character"> | |
| 562 | + <div class="tab_character"> | |
| 563 | + <a href="#none" class="on">특수문자</a> | |
| 564 | + <a href="#none">웃음</a> | |
| 565 | + <a href="#none">슬픔</a> | |
| 566 | + <a href="#none">분노</a> | |
| 567 | + <a href="#none">사랑</a> | |
| 568 | + <a href="#none">그외</a> | |
| 569 | + </div> | |
| 570 | + <!-- 특수문자 --> | |
| 571 | + <div class="cnt_character on"> | |
| 572 | + <div class="box_character"> | |
| 573 | + <a href="#">※</a> | |
| 574 | + <a href="#">☆</a> | |
| 575 | + <a href="#">★</a> | |
| 576 | + <a href="#">○</a> | |
| 577 | + <a href="#">●</a> | |
| 578 | + <a href="#">◎</a> | |
| 579 | + <a href="#">◇</a> | |
| 580 | + <a href="#">◆</a> | |
| 581 | + <a href="#">□</a> | |
| 582 | + <a href="#">■</a> | |
| 583 | + <a href="#">△</a> | |
| 584 | + <a href="#">▲</a> | |
| 585 | + <a href="#">▽</a> | |
| 586 | + <a href="#">▼</a> | |
| 587 | + <a href="#">→</a> | |
| 588 | + <a href="#">←</a> | |
| 589 | + <a href="#">↑</a> | |
| 590 | + <a href="#">↓</a> | |
| 591 | + <a href="#">↔</a> | |
| 592 | + <a href="#">〓</a> | |
| 593 | + <a href="#">◁</a> | |
| 594 | + <a href="#">♪</a> | |
| 595 | + <a href="#">◀</a> | |
| 596 | + <a href="#">▷</a> | |
| 597 | + <a href="#">▶</a> | |
| 598 | + <a href="#">♤</a> | |
| 599 | + <a href="#">♠</a> | |
| 600 | + <a href="#">♡</a> | |
| 601 | + <a href="#">♥</a> | |
| 602 | + <a href="#">♧</a> | |
| 603 | + <a href="#">♣</a> | |
| 604 | + <a href="#">⊙</a> | |
| 605 | + <a href="#">◈</a> | |
| 606 | + <a href="#">▣</a> | |
| 607 | + <a href="#">◐</a> | |
| 608 | + <a href="#">◑</a> | |
| 609 | + <a href="#">▒</a> | |
| 610 | + <a href="#">▦</a> | |
| 611 | + <a href="#">♨</a> | |
| 612 | + <a href="#">☏</a> | |
| 613 | + <a href="#">☎</a> | |
| 614 | + <a href="#">☞</a> | |
| 615 | + <a href="#">☜</a> | |
| 616 | + <a href="#">㈜</a> | |
| 617 | + <a href="#">™</a> | |
| 618 | + <a href="#">℡</a> | |
| 619 | + <a href="#">ㆀ</a> | |
| 620 | + <a href="#">ε</a> | |
| 621 | + <a href="#">『</a> | |
| 622 | + <a href="#">』</a> | |
| 623 | + <a href="#">ⓛ</a> | |
| 624 | + <a href="#">∏</a> | |
| 625 | + <a href="#">ご</a> | |
| 626 | + <a href="#">♂</a> | |
| 627 | + <a href="#">↗</a> | |
| 628 | + <a href="#">↙</a> | |
| 629 | + <a href="#">↖</a> | |
| 630 | + <a href="#">↘</a> | |
| 631 | + <a href="#">ψ</a> | |
| 632 | + </div> | |
| 633 | + </div> | |
| 634 | + <!-- //특수문자 --> | |
| 635 | + | |
| 636 | + <!-- 웃음 --> | |
| 637 | + <div class="cnt_character emt_character"> | |
| 638 | + <div class="box_character"> | |
| 639 | + <a href="#">⌒⌒</a> | |
| 640 | + <a href="#">^_^</a> | |
| 641 | + <a href="#">^0^</a> | |
| 642 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 643 | + <a href="#">(/^^)/</a> | |
| 644 | + <a href="#">^o^~♬</a> | |
| 645 | + <a href="#">^.~</a> | |
| 646 | + <a href="#">^-^b</a> | |
| 647 | + <a href="#">^▽^</a> | |
| 648 | + <a href="#">^ε^</a> | |
| 649 | + <a href="#">(^^)γ</a> | |
| 650 | + <a href="#">(~^^)~</a> | |
| 651 | + <a href="#">☆(~.^)/</a> | |
| 652 | + <a href="#">(*^o^*)</a> | |
| 653 | + <a href="#">n_n</a> | |
| 654 | + <a href="#">↖(^▽^)↗</a> | |
| 655 | + <a href="#">( ̄∇ ̄)</a> | |
| 656 | + <a href="#">(*^.^)♂</a> | |
| 657 | + <a href="#">*^^*</a> | |
| 658 | + <a href="#">ㅎ.ㅎ</a> | |
| 659 | + <a href="#">=^.^=</a> | |
| 660 | + <a href="#">^▽^</a> | |
| 661 | + <a href="#">~_~</a> | |
| 662 | + <a href="#">(=^▽^)/♪</a> | |
| 663 | + </div> | |
| 664 | + </div> | |
| 665 | + <!-- //웃음 --> | |
| 666 | + | |
| 667 | + <!-- 슬픔 --> | |
| 668 | + <div class="cnt_character emt_character"> | |
| 669 | + <div class="box_character"> | |
| 670 | + <a href="#">(づ_T)</a> | |
| 671 | + <a href="#">(ㅠ.ㅠ)</a> | |
| 672 | + <a href="#">(#_-)</a> | |
| 673 | + <a href="#">o(T^T)o</a> | |
| 674 | + <a href="#">ㅠ.ㅠ</a> | |
| 675 | + <a href="#">(-_-メ)</a> | |
| 676 | + <a href="#">Y.Y</a> | |
| 677 | + <a href="#">TmT</a> | |
| 678 | + <a href="#">ご.ご</a> | |
| 679 | + <a href="#">(=_=;)</a> | |
| 680 | + <a href="#">⊇.⊆</a> | |
| 681 | + <a href="#">(o_Φ)</a> | |
| 682 | + <a href="#">∋.∈</a> | |
| 683 | + <a href="#">(___)_</a> | |
| 684 | + <a href="#">(-.¥)</a> | |
| 685 | + <a href="#">@_O</a> | |
| 686 | + <a href="#">●⊙</a> | |
| 687 | + <a href="#">(♨_♨)</a> | |
| 688 | + <a href="#">(X_X)</a> | |
| 689 | + <a href="#">Θ_Θ</a> | |
| 690 | + <a href="#">(∏.∏)</a> | |
| 691 | + <a href="#">(づ_ど)</a> | |
| 692 | + <a href="#">( ̄^ ̄)</a> | |
| 693 | + </div> | |
| 694 | + </div> | |
| 695 | + <!-- //슬픔 --> | |
| 696 | + | |
| 697 | + <!-- 분노 --> | |
| 698 | + <div class="cnt_character emt_character"> | |
| 699 | + <div class="box_character"> | |
| 700 | + <a href="#">Θ_Θ</a> | |
| 701 | + <a href="#">=-_-a</a> | |
| 702 | + <a href="#">('o')</a> | |
| 703 | + <a href="#">(`へ´)</a> | |
| 704 | + <a href="#">(-ヘㅡメ)凸</a> | |
| 705 | + <a href="#">⊙⊙ㆀ</a> | |
| 706 | + <a href="#">⊙.⊙</a> | |
| 707 | + <a href="#">ㅡㅡ+</a> | |
| 708 | + <a href="#">(`o´)y</a> | |
| 709 | + <a href="#">づºДº)つ</a> | |
| 710 | + <a href="#">O_O</a> | |
| 711 | + <a href="#">(@.@)</a> | |
| 712 | + <a href="#">★.★</a> | |
| 713 | + <a href="#">(;¬_¬)</a> | |
| 714 | + <a href="#">┏(;-_-)┛</a> | |
| 715 | + <a href="#">┏(-_-メ)┓</a> | |
| 716 | + <a href="#">(><ㆀ)/</a> | |
| 717 | + <a href="#">--メ凸</a> | |
| 718 | + <a href="#">(`_)乂(_′)</a> | |
| 719 | + <a href="#">(-_-)c+_=)</a> | |
| 720 | + </div> | |
| 721 | + </div> | |
| 722 | + <!-- //분노 --> | |
| 723 | + | |
| 724 | + <!-- 사랑 --> | |
| 725 | + <div class="cnt_character emt_character"> | |
| 726 | + <div class="box_character"> | |
| 727 | + <a href="#">♥.♥</a> | |
| 728 | + <a href="#">^o^~♬</a> | |
| 729 | + <a href="#">(*^}{^*)</a> | |
| 730 | + <a href="#">ⓛⓞⓥⓔ</a> | |
| 731 | + <a href="#">(*_*)</a> | |
| 732 | + <a href="#">(♡.♡)</a> | |
| 733 | + <a href="#">ε♡₃ε♥</a> | |
| 734 | + <a href="#">(*..)(..*)</a> | |
| 735 | + <a href="#">(~.^)s</a> | |
| 736 | + <a href="#">☞♡☜</a> | |
| 737 | + <a href="#">*♥o♥*</a> | |
| 738 | + <a href="#">(/^o^)/♡</a> | |
| 739 | + <a href="#">@-m-m--</a> | |
| 740 | + <a href="#">=>>------▷♡</a> | |
| 741 | + <a href="#">(*^^)σ(^_^)</a> | |
| 742 | + <a href="#">(*^-^)♡(^o^*)</a> | |
| 743 | + <a href="#">(づ^.^)づ~♡</a> | |
| 744 | + <a href="#">\(*^▽^*)ノ</a> | |
| 745 | + <a href="#">*⌒З^)^.⌒*)</a> | |
| 746 | + <a href="#">(づ ̄³ ̄)づ~</a> | |
| 747 | + <a href="#">(づ ̄³ ̄)づ</a> | |
| 748 | + <a href="#">(^*^)kiss</a> | |
| 749 | + <a href="#">(*'-⌒*)ⓥ</a> | |
| 750 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 751 | + </div> | |
| 752 | + </div> | |
| 753 | + <!-- //사랑 --> | |
| 754 | + | |
| 755 | + <!-- 그외 --> | |
| 756 | + <div class="cnt_character emt_character emt_etc "> | |
| 757 | + <div class="box_character"> | |
| 758 | + <a href="#"><:3)--</a> | |
| 759 | + <a href="#">(^(oo)^)</a> | |
| 760 | + <a href="#">(:::[</a> | |
| 761 | + <a href="#">]:::)</a> | |
| 762 | + <a href="#">[( ̄. ̄)]zZ</a> | |
| 763 | + <a href="#">(``)(``)</a> | |
| 764 | + <a href="#">(T(oo)T)</a> | |
| 765 | + <a href="#">(^.^)=O)#.#)</a> | |
| 766 | + <a href="#">?‥…─━★</a> | |
| 767 | + <a href="#">(__)zzz</a> | |
| 768 | + <a href="#">(=ㅅ)=333</a> | |
| 769 | + <a href="#"><(>.<ㆀ)></a> | |
| 770 | + <a href="#">>(/////)<</a> | |
| 771 | + <a href="#">((ど(</a> | |
| 772 | + <a href="#">^0^</a> | |
| 773 | + <a href="#">)つ))</a> | |
| 774 | + <a href="#">■■■■■□90%</a> | |
| 775 | + <a href="#">( ̄_ ̄>-(^▽^;)</a> | |
| 776 | + <a href="#">∑⊙)++333=◀</a> | |
| 777 | + <a href="#">(ノ^_^)ノ~~⑩</a> | |
| 778 | + <a href="#">(^▽^)/\(^_^)</a> | |
| 779 | + <a href="#">(*.*)@==(`.`)</a> | |
| 780 | + <a href="#">(っㅡㅡ)つ━●</a> | |
| 781 | + <a href="#">(``)(</a> | |
| 782 | + <a href="#">:)(..)(:</a> | |
| 783 | + <a href="#">(``)</a> | |
| 784 | + </div> | |
| 785 | + </div> | |
| 786 | + <!-- //그외 --> | |
| 787 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 788 | + </div> | |
| 789 | + </div> | |
| 790 | + <div class="btn_popup_wrap convers_wrap"> | |
| 791 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> | |
| 792 | + <div class="send_miniPop convers"> | |
| 793 | + <div> | |
| 794 | + <div class="convers_top"> | |
| 795 | + <span>특정문구 일괄변환이란?</span> | |
| 796 | + <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의<br> 메시지를 발송하는 기능</p> | |
| 797 | + </div> | |
| 798 | + <div class="convers_middle"><a href="javascript:void(0)" class="changeWord" value="[*이름*]">[*이름*]</a></div> | |
| 799 | + <div class="convers_bottom"> | |
| 800 | + <a href="javascript:void(0)" class="changeWord" value="[*1*]">[*1*]</a> | |
| 801 | + <a href="javascript:void(0)" class="changeWord" value="[*2*]">[*2*]</a> | |
| 802 | + <a href="javascript:void(0)" class="changeWord" value="[*3*]">[*3*]</a> | |
| 803 | + <a href="javascript:void(0)" class="changeWord" value="[*4*]">[*4*]</a> | |
| 804 | + </div> | |
| 805 | + </div> | |
| 806 | + <button type="button" class="btn_close" onclick="miniPopup(this);">닫기</button> | |
| 807 | + </div> | |
| 808 | + </div> | |
| 809 | + <button type="button" class="btnType btnType7">내문자함</button> | |
| 810 | + <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> | |
| 811 | + <div class="send_btnWrap"> | |
| 812 | + <button type="button" class="btnType btnType9">문자저장</button> | |
| 813 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 814 | + </div> | |
| 815 | + </div> | |
| 816 | + </div> | |
| 817 | + <p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p> | |
| 818 | + </td> | |
| 819 | + </tr> | |
| 820 | + <!-- 포토 --> | |
| 821 | + <tr> | |
| 822 | + <th scope="row" class="vTop">받는사람</th> | |
| 823 | + <td class="putText"> | |
| 824 | + | |
| 825 | + <div class="clearfix receipt_num"> | |
| 826 | + <div class="receipt_num_top"> | |
| 827 | + <label for="" class="label">받는 번호입력</label> | |
| 828 | + <textarea name="callTo" id="callTo" cols="30" rows="10" class="receipt_num" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;height:84px;"></textarea> | |
| 829 | + <div class="btn_popup_wrap"> | |
| 830 | + <button type="button" class="btnType btnType6 btn_add_number addCallToF">번호추가<i class="qmMark"></i></button> | |
| 831 | + <span style="display:block;margin:6px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span> | |
| 832 | + <!-- <span style="display:block;"><span class="vMiddle">*</span> 일부 안심번호(050*)는 발송이 제한될 수 있습니다.</span> --> | |
| 833 | + <div class="error_hover_cont send_hover_cont"> | |
| 834 | + <p>줄바꿈(Enter) 기준으로 핸드폰 번호 입력이 가능합니다.</p> | |
| 835 | + <span> | |
| 836 | + (예시)<br> | |
| 837 | + 010-1234-0001↵<br> | |
| 838 | + 010-1235-0002↵<br> | |
| 839 | + 01012350003↵<br> | |
| 840 | + 01012350004↵<br> | |
| 841 | + </span> | |
| 842 | + </div> | |
| 843 | + </div> | |
| 844 | + </div> | |
| 845 | + <div class="receipt_num_midde receipt_number_table_wrap"> | |
| 846 | + <div class="put_left"> | |
| 847 | + | |
| 848 | + <div class="listType list01"> | |
| 849 | + <div class="list_table list_head"> | |
| 850 | + <div class="cb_wrap"> | |
| 851 | + <label for="" class="label"></label> | |
| 852 | + <input type="checkbox"> | |
| 853 | + </div> | |
| 854 | + <div class="list_table_num"> | |
| 855 | + <p>번호</p> | |
| 856 | + <img src="/publish/images/sortUp.png"> | |
| 857 | + <img src="/publish/images/sortDown.png"> | |
| 858 | + </div> | |
| 859 | + <div class="list_table_name"> | |
| 860 | + <p>이름</p> | |
| 861 | + <img src="/publish/images/sortUp.png"> | |
| 862 | + <img src="/publish/images/sortDown.png"> | |
| 863 | + </div> | |
| 864 | + </div> | |
| 865 | + <div class="list_table list_body"> | |
| 866 | + <div class="cb_wrap"> | |
| 867 | + <label for="" class="label"></label> | |
| 868 | + <input type="checkbox"> | |
| 869 | + </div> | |
| 870 | + <div class="list_table_num"> | |
| 871 | + <p>010-1234-5678</p> | |
| 872 | + </div> | |
| 873 | + <div class="list_table_name"> | |
| 874 | + <p>홍길동</p> | |
| 875 | + </div> | |
| 876 | + </div> | |
| 877 | + <div class="list_table list_body"> | |
| 878 | + <div class="cb_wrap"> | |
| 879 | + <label for="" class="label"></label> | |
| 880 | + <input type="checkbox"> | |
| 881 | + </div> | |
| 882 | + <div class="list_table_num"> | |
| 883 | + <p>010-1234-5678</p> | |
| 884 | + </div> | |
| 885 | + <div class="list_table_name"> | |
| 886 | + <p>홍길동</p> | |
| 887 | + </div> | |
| 888 | + </div> | |
| 889 | + </div> | |
| 890 | + | |
| 891 | + <div class="list_bottom"> | |
| 892 | + <div class="remove_btnWrap"> | |
| 893 | + <button type="button" class="btnType15"><i class="remove_img"></i>전체삭제</button> | |
| 894 | + <button type="button" class="btnType15"><i class="remove_img"></i>선택삭제</button> | |
| 895 | + </div> | |
| 896 | + <div class="list_bottom_right"> | |
| 897 | + <p>총 <span class="c_e40000">120</span>건 / 중복 <span class="c_002c9a">9</span>건</p> | |
| 898 | + <button type="button" class="address_reg2">주소록에 등록</button> | |
| 899 | + </div> | |
| 900 | + </div> | |
| 901 | + </div> | |
| 902 | + <div class="put_right"> | |
| 903 | + <div class="btn_popup_wrap spc_wrap"> | |
| 904 | + <button type="button" data-tooltip="popup06" class="btnType btnType7">주소록 불러오기</button> | |
| 905 | + </div> | |
| 906 | + <div class="btn_popup_wrap"> | |
| 907 | + <button type="button" data-tooltip="popup02" class="btnType btnType7">엑셀 불러오기</button> | |
| 908 | + </div> | |
| 909 | + <div class="btn_popup_wrap"> | |
| 910 | + <button type="button" data-tooltip="popup03" class="btnType btnType7 tab1">최근 전송내역</button> | |
| 911 | + </div> | |
| 912 | + <div class="btn_popup_wrap"> | |
| 913 | + <button type="button" data-tooltip="popup03" class="btnType btnType7 tab2">자주보내는 번호</button> | |
| 914 | + </div> | |
| 915 | + <div class="btn_popup_wrap"> | |
| 916 | + <button type="button" data-tooltip="popup05" class="btnType btnType7 tab2" onclick="getMjMsgSentListAll('1');">재전송</button> | |
| 917 | + </div> | |
| 918 | + <!-- <div class="btn_popup_wrap check_validity_wrap"> | |
| 919 | + <button type="button" class="btnType btnType7">오류 검사<i class="qmMark error_qm"></i></button> | |
| 920 | + <div class="error_hover_cont send_hover_cont"> | |
| 921 | + <p>등록하신 전화번호(형식 등)가 정확하게 입력되었는지 오류여부를 자동으로 검사할 수 있습니다.</p> | |
| 922 | + <span>(예시) 010-1234-0001(O),<br> 010-123-0001(X)</span> | |
| 923 | + </div> | |
| 924 | + </div> --> | |
| 925 | + </div> | |
| 926 | + | |
| 927 | + </div> | |
| 928 | + | |
| 929 | + </div> | |
| 930 | + </td> | |
| 931 | + </tr> | |
| 932 | + <tr> | |
| 933 | + <th colspan="2" class="billingAmount"> | |
| 934 | + <div> | |
| 935 | + <div class="final_pay"> | |
| 936 | + <div class="pay_info_list"> | |
| 937 | + <p>발송금액 :</p> | |
| 938 | + <div class="info" id="repPriceTxt" style="display: none;"> | |
| 939 | + 단문 : <strong>20</strong>건<span>/</span>장문 : <strong>150</strong>건<span>/</span>그림문자 : <strong>30</strong>건 | |
| 940 | + </div> | |
| 941 | + </div> | |
| 942 | + <p class="price"><span id="repPriceTxt"></span><span id="totalPriceTxt">0</span> 원<span></span></p> | |
| 943 | + </div> | |
| 944 | + <p style="text-align: right; font-size: 14px; color: #666; margin: -10px 0 15px 0; font-weight: 300;">* 이벤트회원의 발송금액은 이벤트단가를 적용하여 계산된 금액이므로 실제 발송금액과 다를 수 있습니다.</p> | |
| 945 | + <div class="pay_type clearfix"> | |
| 946 | + <div> | |
| 947 | + <input type="radio" id="radio_bill_1" name="radio_bill" checked="checked"> | |
| 948 | + <label for="radio_bill_1">보유잔액</label> | |
| 949 | + | |
| 950 | + <label for="userMoney" class="label">보유잔액</label> | |
| 951 | + <input type="text" id="userMoney" name="userMoney" value="0" readonly=""> | |
| 952 | + <span class="won">원</span> | |
| 953 | + <button type="button" class="btnType btnType21" onclick="location.href='/web/member/pay/PayView.do'">충전</button> | |
| 954 | + </div> | |
| 955 | + <div><button type="button" data-tooltip="popup07" class="btnType btnType3 btn_event_cash">이벤트 잔액</button></div> | |
| 956 | + </div> | |
| 957 | + <!--발송금액 아래 등급별 가격안내 추가--> | |
| 958 | + <div class="my_price_wrap"> | |
| 959 | + <div class="center-line"></div> | |
| 960 | + <ul> | |
| 961 | + <li class="title"> | |
| 962 | + <img src="/publish/images/content/icon_mypage_message.png" alt="">나의 단가 <span>:</span> | |
| 963 | + </li> | |
| 964 | + <li class="price_line"> | |
| 965 | + <span class="type">단문</span> | |
| 966 | + <span class="price">18</span>원 | |
| 967 | + <span class="line">/ </span> | |
| 968 | + </li> | |
| 969 | + <li class="price_line"> | |
| 970 | + <span class="type">장문</span> | |
| 971 | + <span class="price">50</span>원 | |
| 972 | + <span class="line">/ </span> | |
| 973 | + </li> | |
| 974 | + <li class="price_line"> | |
| 975 | + <span class="type">그림</span> | |
| 976 | + <span class="price">90</span>원 | |
| 977 | + (2장 : 110원 / 3장 : 130원) | |
| 978 | + </li> | |
| 979 | + </ul> | |
| 980 | + </div> | |
| 981 | + </div> | |
| 982 | + </th> | |
| 983 | + </tr> | |
| 984 | + <!-- <tr> | |
| 985 | + <th scope="row">추천인 ID</th> | |
| 986 | + <td class="check_num"> | |
| 987 | + <input id="radio5" type="radio" name="recom" checked="checked"> | |
| 988 | + <label for="radio5">없음</label> | |
| 989 | + <input id="radio6" type="radio" name="recom"> | |
| 990 | + <label for="radio6">있음</label> | |
| 991 | + <div> | |
| 992 | + <label for="id" class="label"></label> | |
| 993 | + <input type="text" size="20" id="id" placeholder="추천인 아이디 입력" onfocus="this.placeholder=''" onblur="this.placeholder='추천인 아이디 입력'"> | |
| 994 | + <button type="button" class="btnType btnType9">추천인 확인</button> | |
| 995 | + </div> | |
| 996 | + </td> | |
| 997 | + </tr> --> | |
| 998 | + </tbody> | |
| 999 | + </table> | |
| 1000 | + </div><!-- send left 문자 보내기 입력 --> | |
| 1001 | + <!-- send right 문자 보내기 미리보기 --> | |
| 1002 | + <div class="send_right"> | |
| 1003 | + <div class="phone"> | |
| 1004 | + <div class="phoneIn"> | |
| 1005 | + <div> | |
| 1006 | + <p class="prev_p"><img src="/publish/images/search.png">미리보기</p> | |
| 1007 | + <div class="text_length2 clearfix" style="display: none;"> | |
| 1008 | + <span class="msg_com msg_short">단문</span> | |
| 1009 | + <div> | |
| 1010 | + <span>글자크기</span> | |
| 1011 | + <button type="button"><img src="/publish/images/content/font_plus.png"></button> | |
| 1012 | + <button type="button"><img src="/publish/images/content/font_minus.png"></button> | |
| 1013 | + </div> | |
| 1014 | + </div> | |
| 1015 | + <div class="text_length2 clearfix"> | |
| 1016 | + <span class="msg_com msg_photo">포토</span> | |
| 1017 | + <ul class="photo_msg_num"> | |
| 1018 | + <li onclick="imgClick(0);"><a href="#none">1</a></ li> | |
| 1019 | + <li onclick="imgClick(1);"><a href="#none">2</a></ li> | |
| 1020 | + <li onclick="imgClick(2);"><a href="#none">3</a></ li> | |
| 1021 | + </ul> | |
| 1022 | + <div> | |
| 1023 | + <span>글자크기</span> | |
| 1024 | + <button type="button"><img src="/publish/images/content/font_plus.png"></button> | |
| 1025 | + <button type="button"><img src="/publish/images/content/font_minus.png"></button> | |
| 1026 | + </div> | |
| 1027 | + </div> | |
| 1028 | + <!-- 텍스트 미리보기 --> | |
| 1029 | + <div class="text_preview"> | |
| 1030 | + <div class="preiew_img"> | |
| 1031 | + <div class="img_box"> | |
| 1032 | + <img src="/publish/images/content/photo_sample01.jpg"> | |
| 1033 | + </div> | |
| 1034 | + <div class="img_box"> | |
| 1035 | + <img src="/publish/images/content/photo_sample01.jpg"> | |
| 1036 | + </div> | |
| 1037 | + <div class="img_box"> | |
| 1038 | + <img src="/publish/images/content/excel.jpg"> | |
| 1039 | + </div> | |
| 1040 | + </div> | |
| 1041 | + <div class="preview_auto"> | |
| 1042 | + <p class="ad_tit">(선거운동정보)</p> | |
| 1043 | + <p class="none_txt">내용을 입력해주세요.</p> | |
| 1044 | + <p class="realtime"></p> | |
| 1045 | + <p class="deny_receipt">불법수집정보 신고번호:<br />선거관리위원회 ☎1390 <br />무료거부 0808800858</p> | |
| 1046 | + </div> | |
| 1047 | + </div> | |
| 1048 | + <!-- //텍스트 미리보기 --> | |
| 1049 | + </div> | |
| 1050 | + </div> | |
| 1051 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 1052 | + </div> | |
| 1053 | + <div class="phone_bottom"> | |
| 1054 | + <div class="send_rev"> | |
| 1055 | + <div class="send_content"> | |
| 1056 | + <div class="rev_radio"> | |
| 1057 | + <ul> | |
| 1058 | + <li><input type="radio" id="reserYnN" name="reserYn" value="N" checked="checked"><label for="reserYnN">즉시</label></li> | |
| 1059 | + <li><input type="radio" id="reserYnY" name="reserYn" value="Y"><label for="reserYnY">예약</label></li> | |
| 1060 | + </ul> | |
| 1061 | + </div> | |
| 1062 | + <div class="send_btn"> | |
| 1063 | + <button type="button" class="btnType btnType11" onclick="publishCommon.toastsUtil('처리가 완료되었습니다.','active', 'success')">발송하기</button> | |
| 1064 | + <button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button> | |
| 1065 | + </div> | |
| 1066 | + </div> | |
| 1067 | + <div class="rev_selected" style="display:none;"> | |
| 1068 | + <div class="rev_top"> | |
| 1069 | + <span>날짜 :</span> | |
| 1070 | + <div class="calendar_wrap"> | |
| 1071 | + <input type="text" class="startDate inp calendar picker__input" title="검색 시작일" id="startDate" name="startDate" value="" data-datecontrol="true" readonly="" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="startDate_root"> | |
| 1072 | + </div> | |
| 1073 | + <div class="selBox"> | |
| 1074 | + <select class="selType1" id="msgResHour" name="msgResHour"> | |
| 1075 | + <option value="00">00시</option> | |
| 1076 | + <option value="01">01시</option> | |
| 1077 | + <option value="02">02시</option> | |
| 1078 | + <option value="03">03시</option> | |
| 1079 | + <option value="04">04시</option> | |
| 1080 | + <option value="05">05시</option> | |
| 1081 | + <option value="06">06시</option> | |
| 1082 | + <option value="07">07시</option> | |
| 1083 | + <option value="08">08시</option> | |
| 1084 | + <option value="09">09시</option> | |
| 1085 | + <option value="10">10시</option> | |
| 1086 | + <option value="11">11시</option> | |
| 1087 | + <option value="12">12시</option> | |
| 1088 | + <option value="13">13시</option> | |
| 1089 | + <option value="14">14시</option> | |
| 1090 | + <option value="15">15시</option> | |
| 1091 | + <option value="16">16시</option> | |
| 1092 | + <option value="17">17시</option> | |
| 1093 | + <option value="18">18시</option> | |
| 1094 | + <option value="19">19시</option> | |
| 1095 | + <option value="20">20시</option> | |
| 1096 | + <option value="21">21시</option> | |
| 1097 | + <option value="22">22시</option> | |
| 1098 | + <option value="23">23시</option> | |
| 1099 | + <option value="24">24시</option> | |
| 1100 | + </select> | |
| 1101 | + <select class="selType1" id="msgResMin" name="msgResMin"> | |
| 1102 | + <option value="00">00분</option> | |
| 1103 | + <option value="05">05분</option> | |
| 1104 | + <option value="10">10분</option> | |
| 1105 | + <option value="15">15분</option> | |
| 1106 | + <option value="20">20분</option> | |
| 1107 | + <option value="25">25분</option> | |
| 1108 | + <option value="30">30분</option> | |
| 1109 | + <option value="35">35분</option> | |
| 1110 | + <option value="40">40분</option> | |
| 1111 | + <option value="45">45분</option> | |
| 1112 | + <option value="50">50분</option> | |
| 1113 | + <option value="55">55분</option> | |
| 1114 | + </select> | |
| 1115 | + </div> | |
| 1116 | + </div> | |
| 1117 | + </div> | |
| 1118 | + | |
| 1119 | + </div> | |
| 1120 | + </div> | |
| 1121 | + </div> | |
| 1122 | + </div> | |
| 1123 | + <!--// send right 문자 보내기 미리보기 --> | |
| 1124 | + </div> | |
| 1125 | + <!-- tab content2 --> | |
| 1126 | + <div class="top_content election contentArea" id="tab1_2"> | |
| 1127 | + <div class="heading"> | |
| 1128 | + <h2>20건 수동문자</h2> | |
| 1129 | + <div class="election_btnWrap"> | |
| 1130 | + <button type="button" class="button2 info" onclick="infoListPop('electionRule','792','800');">발송규정</button> | |
| 1131 | + <button type="button" class="button2 info" data-tooltip="candidate_popup03">사용안내</button> | |
| 1132 | + <button type="button" class="btnType" data-tooltip="alert_layer_popup02"><i class="election_btn1"></i>후보자 등록</button> | |
| 1133 | + </div> | |
| 1134 | + </div> | |
| 1135 | + <div class="send_general"> | |
| 1136 | + <!-- send left 문자 보내기 입력 --> | |
| 1137 | + <div class="send_left send_20"> | |
| 1138 | + <table class="tType1"> | |
| 1139 | + <caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption> | |
| 1140 | + <colgroup> | |
| 1141 | + <col style="width: 120px;"> | |
| 1142 | + <col style="width: auto;"> | |
| 1143 | + </colgroup> | |
| 1144 | + <tbody> | |
| 1145 | + <tr> | |
| 1146 | + <th scope="row">발신번호</th> | |
| 1147 | + <td class="put_num"> | |
| 1148 | + <label for="num" class="label"></label> | |
| 1149 | + <select id="num" class="sel_number"> | |
| 1150 | + <option value="">010-1234-5678</option> | |
| 1151 | + <option value="">010-1234-5678</option> | |
| 1152 | + <option value="">010-1234-5678</option> | |
| 1153 | + <option value="">010-1234-5678</option> | |
| 1154 | + </select> | |
| 1155 | + <button type="button" class="btnType btnType6">번호변경</button> | |
| 1156 | + </td> | |
| 1157 | + </tr> | |
| 1158 | + <tr class="msg_title active"> | |
| 1159 | + <th scope="row">제목</th> | |
| 1160 | + <td> | |
| 1161 | + <ul class="title_wrap"> | |
| 1162 | + <li> | |
| 1163 | + <input id="title_y" type="radio" name="title_status" value="Y" onchange="titleStatus(this);"> | |
| 1164 | + <label for="title_y">사용</label> | |
| 1165 | + <input id="title_n" type="radio" name="title_status" value="N" onchange="titleStatus(this);" checked="checked"> | |
| 1166 | + <label for="title_n">사용안함</label> | |
| 1167 | + </li> | |
| 1168 | + <li class="textbox"> | |
| 1169 | + <label for="mmsSubject" class="label"></label> | |
| 1170 | + <input type="text" size="20" id="mmsSubject" name="mmsSubject" class="w100" maxlength="20" placeholder="" onfocus="this.placeholder=''"> | |
| 1171 | + </li> | |
| 1172 | + </ul> | |
| 1173 | + </td> | |
| 1174 | + </tr> | |
| 1175 | + <!-- 단문 --> | |
| 1176 | + <tr> | |
| 1177 | + <th scope="row" class="vTop">내용</th> | |
| 1178 | + <td class="putText"> | |
| 1179 | + <div class="clearfix"> | |
| 1180 | + <div class="put_left short"> | |
| 1181 | + <!-- 업로드한 이미지의 썸네일 영역 --> | |
| 1182 | + <ul class="thumb_wrap liOnImg ui-sortable"></ul> | |
| 1183 | + <!-- //업로드한 이미지의 썸네일 영역 --> | |
| 1184 | + <label for="smsTxtArea" class="label"></label> | |
| 1185 | + <div class="ad_txt"> | |
| 1186 | + <p>(선거운동정보)</p> | |
| 1187 | + </div><textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> | |
| 1188 | + <div class="text_length"> | |
| 1189 | + <div class="deny_txt">불법수집정보 신고번호 :<br>선거관리위원회 ☎1390<br>무료거부 0808800858</div> | |
| 1190 | + <div name="afterDeny"> | |
| 1191 | + <p> | |
| 1192 | + <span class="fwMd" id="msgLeng">81 / </span> | |
| 1193 | + <span class="c_002c9a fwMd" id="limitLeng">90</span>byte | |
| 1194 | + </p> | |
| 1195 | + <span class="msg_com msg_short">단문</span> | |
| 1196 | + </div> | |
| 1197 | + </div> | |
| 1198 | + </div> | |
| 1199 | + <div class="put_right"> | |
| 1200 | + <div class="btn_popup_wrap spc_wrap"> | |
| 1201 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 1202 | + <div class="send_miniPop spc_character"> | |
| 1203 | + <div class="tab_character"> | |
| 1204 | + <a href="#none" class="on">특수문자</a> | |
| 1205 | + <a href="#none">웃음</a> | |
| 1206 | + <a href="#none">슬픔</a> | |
| 1207 | + <a href="#none">분노</a> | |
| 1208 | + <a href="#none">사랑</a> | |
| 1209 | + <a href="#none">그외</a> | |
| 1210 | + </div> | |
| 1211 | + <!-- 특수문자 --> | |
| 1212 | + <div class="cnt_character on"> | |
| 1213 | + <div class="box_character"> | |
| 1214 | + <a href="#">※</a> | |
| 1215 | + <a href="#">☆</a> | |
| 1216 | + <a href="#">★</a> | |
| 1217 | + <a href="#">○</a> | |
| 1218 | + <a href="#">●</a> | |
| 1219 | + <a href="#">◎</a> | |
| 1220 | + <a href="#">◇</a> | |
| 1221 | + <a href="#">◆</a> | |
| 1222 | + <a href="#">□</a> | |
| 1223 | + <a href="#">■</a> | |
| 1224 | + <a href="#">△</a> | |
| 1225 | + <a href="#">▲</a> | |
| 1226 | + <a href="#">▽</a> | |
| 1227 | + <a href="#">▼</a> | |
| 1228 | + <a href="#">→</a> | |
| 1229 | + <a href="#">←</a> | |
| 1230 | + <a href="#">↑</a> | |
| 1231 | + <a href="#">↓</a> | |
| 1232 | + <a href="#">↔</a> | |
| 1233 | + <a href="#">〓</a> | |
| 1234 | + <a href="#">◁</a> | |
| 1235 | + <a href="#">♪</a> | |
| 1236 | + <a href="#">◀</a> | |
| 1237 | + <a href="#">▷</a> | |
| 1238 | + <a href="#">▶</a> | |
| 1239 | + <a href="#">♤</a> | |
| 1240 | + <a href="#">♠</a> | |
| 1241 | + <a href="#">♡</a> | |
| 1242 | + <a href="#">♥</a> | |
| 1243 | + <a href="#">♧</a> | |
| 1244 | + <a href="#">♣</a> | |
| 1245 | + <a href="#">⊙</a> | |
| 1246 | + <a href="#">◈</a> | |
| 1247 | + <a href="#">▣</a> | |
| 1248 | + <a href="#">◐</a> | |
| 1249 | + <a href="#">◑</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 | + <a href="#">㈜</a> | |
| 1258 | + <a href="#">™</a> | |
| 1259 | + <a href="#">℡</a> | |
| 1260 | + <a href="#">ㆀ</a> | |
| 1261 | + <a href="#">ε</a> | |
| 1262 | + <a href="#">『</a> | |
| 1263 | + <a href="#">』</a> | |
| 1264 | + <a href="#">ⓛ</a> | |
| 1265 | + <a href="#">∏</a> | |
| 1266 | + <a href="#">ご</a> | |
| 1267 | + <a href="#">♂</a> | |
| 1268 | + <a href="#">↗</a> | |
| 1269 | + <a href="#">↙</a> | |
| 1270 | + <a href="#">↖</a> | |
| 1271 | + <a href="#">↘</a> | |
| 1272 | + <a href="#">ψ</a> | |
| 1273 | + </div> | |
| 1274 | + </div> | |
| 1275 | + <!-- //특수문자 --> | |
| 1276 | + | |
| 1277 | + <!-- 웃음 --> | |
| 1278 | + <div class="cnt_character emt_character"> | |
| 1279 | + <div class="box_character"> | |
| 1280 | + <a href="#">⌒⌒</a> | |
| 1281 | + <a href="#">^_^</a> | |
| 1282 | + <a href="#">^0^</a> | |
| 1283 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 1284 | + <a href="#">(/^^)/</a> | |
| 1285 | + <a href="#">^o^~♬</a> | |
| 1286 | + <a href="#">^.~</a> | |
| 1287 | + <a href="#">^-^b</a> | |
| 1288 | + <a href="#">^▽^</a> | |
| 1289 | + <a href="#">^ε^</a> | |
| 1290 | + <a href="#">(^^)γ</a> | |
| 1291 | + <a href="#">(~^^)~</a> | |
| 1292 | + <a href="#">☆(~.^)/</a> | |
| 1293 | + <a href="#">(*^o^*)</a> | |
| 1294 | + <a href="#">n_n</a> | |
| 1295 | + <a href="#">↖(^▽^)↗</a> | |
| 1296 | + <a href="#">( ̄∇ ̄)</a> | |
| 1297 | + <a href="#">(*^.^)♂</a> | |
| 1298 | + <a href="#">*^^*</a> | |
| 1299 | + <a href="#">ㅎ.ㅎ</a> | |
| 1300 | + <a href="#">=^.^=</a> | |
| 1301 | + <a href="#">^▽^</a> | |
| 1302 | + <a href="#">~_~</a> | |
| 1303 | + <a href="#">(=^▽^)/♪</a> | |
| 1304 | + </div> | |
| 1305 | + </div> | |
| 1306 | + <!-- //웃음 --> | |
| 1307 | + | |
| 1308 | + <!-- 슬픔 --> | |
| 1309 | + <div class="cnt_character emt_character"> | |
| 1310 | + <div class="box_character"> | |
| 1311 | + <a href="#">(づ_T)</a> | |
| 1312 | + <a href="#">(ㅠ.ㅠ)</a> | |
| 1313 | + <a href="#">(#_-)</a> | |
| 1314 | + <a href="#">o(T^T)o</a> | |
| 1315 | + <a href="#">ㅠ.ㅠ</a> | |
| 1316 | + <a href="#">(-_-メ)</a> | |
| 1317 | + <a href="#">Y.Y</a> | |
| 1318 | + <a href="#">TmT</a> | |
| 1319 | + <a href="#">ご.ご</a> | |
| 1320 | + <a href="#">(=_=;)</a> | |
| 1321 | + <a href="#">⊇.⊆</a> | |
| 1322 | + <a href="#">(o_Φ)</a> | |
| 1323 | + <a href="#">∋.∈</a> | |
| 1324 | + <a href="#">(___)_</a> | |
| 1325 | + <a href="#">(-.¥)</a> | |
| 1326 | + <a href="#">@_O</a> | |
| 1327 | + <a href="#">●⊙</a> | |
| 1328 | + <a href="#">(♨_♨)</a> | |
| 1329 | + <a href="#">(X_X)</a> | |
| 1330 | + <a href="#">Θ_Θ</a> | |
| 1331 | + <a href="#">(∏.∏)</a> | |
| 1332 | + <a href="#">(づ_ど)</a> | |
| 1333 | + <a href="#">( ̄^ ̄)</a> | |
| 1334 | + </div> | |
| 1335 | + </div> | |
| 1336 | + <!-- //슬픔 --> | |
| 1337 | + | |
| 1338 | + <!-- 분노 --> | |
| 1339 | + <div class="cnt_character emt_character"> | |
| 1340 | + <div class="box_character"> | |
| 1341 | + <a href="#">Θ_Θ</a> | |
| 1342 | + <a href="#">=-_-a</a> | |
| 1343 | + <a href="#">('o')</a> | |
| 1344 | + <a href="#">(`へ´)</a> | |
| 1345 | + <a href="#">(-ヘㅡメ)凸</a> | |
| 1346 | + <a href="#">⊙⊙ㆀ</a> | |
| 1347 | + <a href="#">⊙.⊙</a> | |
| 1348 | + <a href="#">ㅡㅡ+</a> | |
| 1349 | + <a href="#">(`o´)y</a> | |
| 1350 | + <a href="#">づºДº)つ</a> | |
| 1351 | + <a href="#">O_O</a> | |
| 1352 | + <a href="#">(@.@)</a> | |
| 1353 | + <a href="#">★.★</a> | |
| 1354 | + <a href="#">(;¬_¬)</a> | |
| 1355 | + <a href="#">┏(;-_-)┛</a> | |
| 1356 | + <a href="#">┏(-_-メ)┓</a> | |
| 1357 | + <a href="#">(><ㆀ)/</a> | |
| 1358 | + <a href="#">--メ凸</a> | |
| 1359 | + <a href="#">(`_)乂(_′)</a> | |
| 1360 | + <a href="#">(-_-)c+_=)</a> | |
| 1361 | + </div> | |
| 1362 | + </div> | |
| 1363 | + <!-- //분노 --> | |
| 1364 | + | |
| 1365 | + <!-- 사랑 --> | |
| 1366 | + <div class="cnt_character emt_character"> | |
| 1367 | + <div class="box_character"> | |
| 1368 | + <a href="#">♥.♥</a> | |
| 1369 | + <a href="#">^o^~♬</a> | |
| 1370 | + <a href="#">(*^}{^*)</a> | |
| 1371 | + <a href="#">ⓛⓞⓥⓔ</a> | |
| 1372 | + <a href="#">(*_*)</a> | |
| 1373 | + <a href="#">(♡.♡)</a> | |
| 1374 | + <a href="#">ε♡₃ε♥</a> | |
| 1375 | + <a href="#">(*..)(..*)</a> | |
| 1376 | + <a href="#">(~.^)s</a> | |
| 1377 | + <a href="#">☞♡☜</a> | |
| 1378 | + <a href="#">*♥o♥*</a> | |
| 1379 | + <a href="#">(/^o^)/♡</a> | |
| 1380 | + <a href="#">@-m-m--</a> | |
| 1381 | + <a href="#">=>>------▷♡</a> | |
| 1382 | + <a href="#">(*^^)σ(^_^)</a> | |
| 1383 | + <a href="#">(*^-^)♡(^o^*)</a> | |
| 1384 | + <a href="#">(づ^.^)づ~♡</a> | |
| 1385 | + <a href="#">\(*^▽^*)ノ</a> | |
| 1386 | + <a href="#">*⌒З^)^.⌒*)</a> | |
| 1387 | + <a href="#">(づ ̄³ ̄)づ~</a> | |
| 1388 | + <a href="#">(づ ̄³ ̄)づ</a> | |
| 1389 | + <a href="#">(^*^)kiss</a> | |
| 1390 | + <a href="#">(*'-⌒*)ⓥ</a> | |
| 1391 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 1392 | + </div> | |
| 1393 | + </div> | |
| 1394 | + <!-- //사랑 --> | |
| 1395 | + | |
| 1396 | + <!-- 그외 --> | |
| 1397 | + <div class="cnt_character emt_character emt_etc "> | |
| 1398 | + <div class="box_character"> | |
| 1399 | + <a href="#"><:3)--</a> | |
| 1400 | + <a href="#">(^(oo)^)</a> | |
| 1401 | + <a href="#">(:::[</a> | |
| 1402 | + <a href="#">]:::)</a> | |
| 1403 | + <a href="#">[( ̄. ̄)]zZ</a> | |
| 1404 | + <a href="#">(``)(``)</a> | |
| 1405 | + <a href="#">(T(oo)T)</a> | |
| 1406 | + <a href="#">(^.^)=O)#.#)</a> | |
| 1407 | + <a href="#">?‥…─━★</a> | |
| 1408 | + <a href="#">(__)zzz</a> | |
| 1409 | + <a href="#">(=ㅅ)=333</a> | |
| 1410 | + <a href="#"><(>.<ㆀ)></a> | |
| 1411 | + <a href="#">>(/////)<</a> | |
| 1412 | + <a href="#">((ど(</a> | |
| 1413 | + <a href="#">^0^</a> | |
| 1414 | + <a href="#">)つ))</a> | |
| 1415 | + <a href="#">■■■■■□90%</a> | |
| 1416 | + <a href="#">( ̄_ ̄>-(^▽^;)</a> | |
| 1417 | + <a href="#">∑⊙)++333=◀</a> | |
| 1418 | + <a href="#">(ノ^_^)ノ~~⑩</a> | |
| 1419 | + <a href="#">(^▽^)/\(^_^)</a> | |
| 1420 | + <a href="#">(*.*)@==(`.`)</a> | |
| 1421 | + <a href="#">(っㅡㅡ)つ━●</a> | |
| 1422 | + <a href="#">(``)(</a> | |
| 1423 | + <a href="#">:)(..)(:</a> | |
| 1424 | + <a href="#">(``)</a> | |
| 1425 | + </div> | |
| 1426 | + </div> | |
| 1427 | + <!-- //그외 --> | |
| 1428 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 1429 | + </div> | |
| 1430 | + </div> | |
| 1431 | + <div class="btn_wrap btn_02"> | |
| 1432 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">[*이름*]</button> | |
| 1433 | + <!-- <button type="button" class="btnType btnType7" onclick="miniPopup(this)">선거문구</button> --> | |
| 1434 | + <label for="election_text" class="election_button btnType btnType7"> | |
| 1435 | + <input type="checkbox" id="election_text"/>선거문구 | |
| 1436 | + </label> | |
| 1437 | + </div> | |
| 1438 | + | |
| 1439 | + <button type="button" class="btnType btnType7">내문자함</button> | |
| 1440 | + <button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button> | |
| 1441 | + <div class="send_btnWrap"> | |
| 1442 | + <button type="button" class="btnType btnType9">문자저장</button> | |
| 1443 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 1444 | + </div> | |
| 1445 | + </div> | |
| 1446 | + </div> | |
| 1447 | + <p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p> | |
| 1448 | + </td> | |
| 1449 | + </tr> | |
| 1450 | + <!-- 포토 --> | |
| 1451 | + <tr> | |
| 1452 | + <th scope="row" class="vTop">받는사람</th> | |
| 1453 | + <td class="putText"> | |
| 1454 | + <div class="clearfix receipt_num"> | |
| 1455 | + <!-- <div class="receipt_num_top" style="gap:6px;align-items:center;"> | |
| 1456 | + <label for="" class="label">받는 번호입력</label> | |
| 1457 | + <input type="text" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;"> | |
| 1458 | + <button type="button" class="btnType btnType6">번호추가</button> | |
| 1459 | + <span><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span> | |
| 1460 | + </div> --> | |
| 1461 | + | |
| 1462 | + <div class="receipt_num_midde receipt_number_table_wrap table_20"> | |
| 1463 | + <div class="put_left"> | |
| 1464 | + <div class="receipt_num_top right"> | |
| 1465 | + <div class="btn_popup_wrap"> | |
| 1466 | + <button type="button" class="btnType btn_yellow fill btn_check_one">1명씩 선택<i class="qmMark"></i></button> | |
| 1467 | + <div class="error_hover_cont send_hover_cont"> | |
| 1468 | + <p>마우스를 누르고 있으면 받는사람을 연속적으로 20명까지 선택할 수 있습니다.</p> | |
| 1469 | + </div> | |
| 1470 | + </div> | |
| 1471 | + <button type="button" class="btnType btn_gray fill" onclick="publishCommon.uncheckAll('receipt_number_check');">선택해제</button> | |
| 1472 | + </div> | |
| 1473 | + <div class="listType list" style="height:647px;"> | |
| 1474 | + <ul class="thead_ul table_ul table_ul_20"> | |
| 1475 | + <li class="input_wrap"> | |
| 1476 | + <!-- <div class="input_wrap"><input type="checkbox" id="checkAll" name="receipt_number_check"></div> --> | |
| 1477 | + </li> | |
| 1478 | + <li class="td_name"> | |
| 1479 | + 이름 | |
| 1480 | + <button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button> | |
| 1481 | + <button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button> | |
| 1482 | + </li> | |
| 1483 | + <li class="td_number"> | |
| 1484 | + 번호 | |
| 1485 | + <button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button> | |
| 1486 | + <button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button> | |
| 1487 | + </li> | |
| 1488 | + <li class="td_status"> | |
| 1489 | + 발송여부 | |
| 1490 | + <button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button> | |
| 1491 | + <button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button> | |
| 1492 | + </li> | |
| 1493 | + </ul> | |
| 1494 | + <ul class="tbody_ul table_ul table_ul_20"> | |
| 1495 | + <li> | |
| 1496 | + <div class="input_wrap"></div> | |
| 1497 | + <div class="td_name">김길동</div> | |
| 1498 | + <div class="td_number">010-1234-5678</div> | |
| 1499 | + <div class="td_status complete">발송완료</div> | |
| 1500 | + </li> | |
| 1501 | + <li> | |
| 1502 | + <div class="input_wrap"></div> | |
| 1503 | + <div class="td_name">김길동</div> | |
| 1504 | + <div class="td_number">010-1234-5678</div> | |
| 1505 | + <div class="td_status exclude">발송제외</div> | |
| 1506 | + </li> | |
| 1507 | + <li> | |
| 1508 | + <div class="input_wrap"><input type="checkbox" id="check03" name="receipt_number_check"></div> | |
| 1509 | + <div class="td_name">김길동</div> | |
| 1510 | + <div class="td_number">010-1234-5678</div> | |
| 1511 | + <div class="td_status c_002c9a">발송전</div> | |
| 1512 | + </li> | |
| 1513 | + <li> | |
| 1514 | + <div class="input_wrap"><input type="checkbox" id="check04" name="receipt_number_check"></div> | |
| 1515 | + <div class="td_name">김길동</div> | |
| 1516 | + <div class="td_number">010-1234-5678</div> | |
| 1517 | + <div class="td_status c_002c9a">발송전</div> | |
| 1518 | + </li> | |
| 1519 | + <li> | |
| 1520 | + <div class="input_wrap"><input type="checkbox" id="check05" name="receipt_number_check"></div> | |
| 1521 | + <div class="td_name">김길동</div> | |
| 1522 | + <div class="td_number">010-1234-5678</div> | |
| 1523 | + <div class="td_status c_002c9a">발송전</div> | |
| 1524 | + </li> | |
| 1525 | + <li> | |
| 1526 | + <div class="input_wrap"><input type="checkbox" id="check06" name="receipt_number_check"></div> | |
| 1527 | + <div class="td_name">김길동</div> | |
| 1528 | + <div class="td_number">010-1234-5678</div> | |
| 1529 | + <div class="td_status c_002c9a">발송전</div> | |
| 1530 | + </li> | |
| 1531 | + <li> | |
| 1532 | + <div class="input_wrap"><input type="checkbox" id="check07" name="receipt_number_check"></div> | |
| 1533 | + <div class="td_name">김길동</div> | |
| 1534 | + <div class="td_number">010-1234-5678</div> | |
| 1535 | + <div class="td_status c_002c9a">발송전</div> | |
| 1536 | + </li> | |
| 1537 | + <li> | |
| 1538 | + <div class="input_wrap"><input type="checkbox" id="check08" name="receipt_number_check"></div> | |
| 1539 | + <div class="td_name">김길동</div> | |
| 1540 | + <div class="td_number">010-1234-5678</div> | |
| 1541 | + <div class="td_status c_002c9a">발송전</div> | |
| 1542 | + </li> | |
| 1543 | + <li> | |
| 1544 | + <div class="input_wrap"><input type="checkbox" id="check09" name="receipt_number_check"></div> | |
| 1545 | + <div class="td_name">김길동</div> | |
| 1546 | + <div class="td_number">010-1234-5678</div> | |
| 1547 | + <div class="td_status c_002c9a">발송전</div> | |
| 1548 | + </li> | |
| 1549 | + <li> | |
| 1550 | + <div class="input_wrap"><input type="checkbox" id="check10" name="receipt_number_check"></div> | |
| 1551 | + <div class="td_name">김길동</div> | |
| 1552 | + <div class="td_number">010-1234-5678</div> | |
| 1553 | + <div class="td_status c_002c9a">발송전</div> | |
| 1554 | + </li> | |
| 1555 | + <li> | |
| 1556 | + <div class="input_wrap"><input type="checkbox" id="check11" name="receipt_number_check"></div> | |
| 1557 | + <div class="td_name">김길동</div> | |
| 1558 | + <div class="td_number">010-1234-5678</div> | |
| 1559 | + <div class="td_status c_002c9a">발송전</div> | |
| 1560 | + </li> | |
| 1561 | + <li> | |
| 1562 | + <div class="input_wrap"><input type="checkbox" id="check12" name="receipt_number_check"></div> | |
| 1563 | + <div class="td_name">김길동</div> | |
| 1564 | + <div class="td_number">010-1234-5678</div> | |
| 1565 | + <div class="td_status c_002c9a">발송전</div> | |
| 1566 | + </li> | |
| 1567 | + <li> | |
| 1568 | + <div class="input_wrap"><input type="checkbox" id="check13" name="receipt_number_check"></div> | |
| 1569 | + <div class="td_name">김길동</div> | |
| 1570 | + <div class="td_number">010-1234-5678</div> | |
| 1571 | + <div class="td_status c_002c9a">발송전</div> | |
| 1572 | + </li> | |
| 1573 | + <li> | |
| 1574 | + <div class="input_wrap"><input type="checkbox" id="check14" name="receipt_number_check"></div> | |
| 1575 | + <div class="td_name">김길동</div> | |
| 1576 | + <div class="td_number">010-1234-5678</div> | |
| 1577 | + <div class="td_status c_002c9a">발송전</div> | |
| 1578 | + </li> | |
| 1579 | + <li> | |
| 1580 | + <div class="input_wrap"><input type="checkbox" id="check15" name="receipt_number_check"></div> | |
| 1581 | + <div class="td_name">김길동</div> | |
| 1582 | + <div class="td_number">010-1234-5678</div> | |
| 1583 | + <div class="td_status c_002c9a">발송전</div> | |
| 1584 | + </li> | |
| 1585 | + <li> | |
| 1586 | + <div class="input_wrap"><input type="checkbox" id="check16" name="receipt_number_check"></div> | |
| 1587 | + <div class="td_name">김길동</div> | |
| 1588 | + <div class="td_number">010-1234-5678</div> | |
| 1589 | + <div class="td_status c_002c9a">발송전</div> | |
| 1590 | + </li> | |
| 1591 | + <li> | |
| 1592 | + <div class="input_wrap"><input type="checkbox" id="check17" name="receipt_number_check"></div> | |
| 1593 | + <div class="td_name">김길동</div> | |
| 1594 | + <div class="td_number">010-1234-5678</div> | |
| 1595 | + <div class="td_status c_002c9a">발송전</div> | |
| 1596 | + </li> | |
| 1597 | + <li> | |
| 1598 | + <div class="input_wrap"><input type="checkbox" id="check18" name="receipt_number_check"></div> | |
| 1599 | + <div class="td_name">김길동</div> | |
| 1600 | + <div class="td_number">010-1234-5678</div> | |
| 1601 | + <div class="td_status c_002c9a">발송전</div> | |
| 1602 | + </li> | |
| 1603 | + <li> | |
| 1604 | + <div class="input_wrap"><input type="checkbox" id="check19" name="receipt_number_check"></div> | |
| 1605 | + <div class="td_name">김길동</div> | |
| 1606 | + <div class="td_number">010-1234-5678</div> | |
| 1607 | + <div class="td_status c_002c9a">발송전</div> | |
| 1608 | + </li> | |
| 1609 | + <li> | |
| 1610 | + <div class="input_wrap"><input type="checkbox" id="check20" name="receipt_number_check"></div> | |
| 1611 | + <div class="td_name">김길동</div> | |
| 1612 | + <div class="td_number">010-1234-5678</div> | |
| 1613 | + <div class="td_status c_002c9a">발송전</div> | |
| 1614 | + </li> | |
| 1615 | + <li> | |
| 1616 | + <div class="input_wrap"><input type="checkbox" id="check21" name="receipt_number_check"></div> | |
| 1617 | + <div class="td_name">김길동</div> | |
| 1618 | + <div class="td_number">010-1234-5678</div> | |
| 1619 | + <div class="td_status c_002c9a">발송전</div> | |
| 1620 | + </li> | |
| 1621 | + </ul> | |
| 1622 | + </div> | |
| 1623 | + <div class="list_bottom"> | |
| 1624 | + <ul class="pagination"> | |
| 1625 | + <li class="page_first"><a href="#" title="첫페이지" onclick="customSampleListAjax(1);return false;"><button type="button"><img src="/publish/images/content/page_first.png" alt="첫페이지"></button></a></li> | |
| 1626 | + <li class="page_prev"><a href="#" title="이전10페이지" onclick="customSampleListAjax(1);return false;"><button type="button"><img src="/publish/images/content/page_prev.png" alt="이전10페이지"></button></a></li> | |
| 1627 | + <li class="on"><button type="button"><a href="#" title="현재페이지">1</a></button></li> | |
| 1628 | + <li><button type="button" onclick="customSampleListAjax(2);return false;"><a href="#" title="2페이지">2</a></button></li> | |
| 1629 | + <li><button type="button" onclick="customSampleListAjax(3);return false;"><a href="#" title="3페이지">3</a></button></li> | |
| 1630 | + <li><button type="button" onclick="customSampleListAjax(4);return false;"><a href="#" title="4페이지">4</a></button></li> | |
| 1631 | + <li><button type="button" onclick="customSampleListAjax(5);return false;"><a href="#" title="5페이지">5</a></button></li> | |
| 1632 | + <li class="page_next"><a href="#" title="다음10페이지" onclick="customSampleListAjax(11);return false;"><button type="button"><img src="/publish/images/content/page_next.png" alt="다음10페이지"></button></a></li> | |
| 1633 | + <li class="page_last"><a href="#" title="마지막페이지" onclick="customSampleListAjax(52);return false;"><button type="button"><img src="/publish/images/content/page_last.png" alt="마지막페이지"></button></a></li> | |
| 1634 | + </ul> | |
| 1635 | + <!-- <div class="list_bottom_right"> | |
| 1636 | + <input type="checkbox" id="page_auto"><label for="page_auto">다음페이지 자동넘김</label> | |
| 1637 | + </div> --> | |
| 1638 | + </div> | |
| 1639 | + </div> | |
| 1640 | + <div class="put_right"> | |
| 1641 | + | |
| 1642 | + <div class="btn_wrap"> | |
| 1643 | + <button type="button" class="btnType btnType7">주소록 불러오기</button> | |
| 1644 | + <button type="button" class="btnType btnType7">엑셀 불러오기</button> | |
| 1645 | + <!-- <div class="btn_popup_wrap"> | |
| 1646 | + <button type="button" class="btnType btnType3">오류 검사 <i class="qmMark"></i></button> | |
| 1647 | + <div class="error_hover_cont send_hover_cont"> | |
| 1648 | + <p>마우스를 계속 누르고 있으면 받는 사람이 연속으로 선택됩니다.</p> | |
| 1649 | + <span>(예시) 010-1234-0001(O) / 010-123-0001(X)</span> | |
| 1650 | + </div> | |
| 1651 | + </div> --> | |
| 1652 | + </div> | |
| 1653 | + | |
| 1654 | + <dl class="receipt_info"> | |
| 1655 | + <dt>전체 받는사람 <button type="button" class="btn_reset"><i></i>초기화</button></dt> | |
| 1656 | + <dd> | |
| 1657 | + <p><b>10,000,000</b>명</p> | |
| 1658 | + </dd> | |
| 1659 | + <dt> | |
| 1660 | + <div class="btn_popup_wrap"> | |
| 1661 | + <div class="title"> | |
| 1662 | + 발송완료 <i class="icon qmMark"></i> | |
| 1663 | + </div> | |
| 1664 | + <div class="error_hover_cont send_hover_cont"> | |
| 1665 | + <p>실제 발송결과는 발송결과 페이지에서<br />확인하실 수 있습니다.</p> | |
| 1666 | + </div> | |
| 1667 | + </div> | |
| 1668 | + </dt> | |
| 1669 | + <dd> | |
| 1670 | + <p><b class="c_e40000">20</b>명</p> | |
| 1671 | + </dd> | |
| 1672 | + <dt> | |
| 1673 | + <div class="btn_popup_wrap exclude"> | |
| 1674 | + <div class="title"> | |
| 1675 | + 발송제외 <i class="icon qmMark"></i> | |
| 1676 | + </div> | |
| 1677 | + <div class="error_hover_cont send_hover_cont"> | |
| 1678 | + <p>수신거부로 인해 발송 대상에서<br />제외된 상태입니다.</p> | |
| 1679 | + </div> | |
| 1680 | + </div> | |
| 1681 | + </dt> | |
| 1682 | + <dd> | |
| 1683 | + <p><b class="c_666">20</b>명</p> | |
| 1684 | + </dd> | |
| 1685 | + <dt>잔여 받는사람</dt> | |
| 1686 | + <dd> | |
| 1687 | + <p><b class="c_002c9a">20</b>명</p> | |
| 1688 | + </dd> | |
| 1689 | + | |
| 1690 | + <dd class="info_text"> | |
| 1691 | + <i class="icon info"></i> | |
| 1692 | + <p> | |
| 1693 | + 불러온 명단은 화면<br /> | |
| 1694 | + 이동 시에도 유지되며,<br />필요시 초기화 할 수 있습니다. | |
| 1695 | + </p> | |
| 1696 | + </dd> | |
| 1697 | + </dl> | |
| 1698 | + | |
| 1699 | + <div class="form_wrap column"> | |
| 1700 | + <label class="option_item" for="autoPageMove"> | |
| 1701 | + <input type="checkbox" id="autoPageMove" name="autoPageMove"> | |
| 1702 | + <span class="option_label">다음페이지 자동넘김</span> | |
| 1703 | + </label> | |
| 1704 | + <label class="option_item" for="sendBySpace"> | |
| 1705 | + <input type="checkbox" id="sendBySpace" name="sendBySpace"> | |
| 1706 | + <span class="option_label">스페이스바로 발송하기</span> | |
| 1707 | + </label> | |
| 1708 | + </div> | |
| 1709 | + | |
| 1710 | + <div class="send_btn"> | |
| 1711 | + <!-- <button type="button" class="btnType btnType11 btn_send" onclick="javascript:fn_sendMsgData();">발송하기</button> --> | |
| 1712 | + <button type="button" class="btnType btnType11 btn_send" onclick="javascript:fn_sendMsgData();">발송하기</button> | |
| 1713 | + </div> | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + </div> | |
| 1719 | + | |
| 1720 | + </div> | |
| 1721 | + | |
| 1722 | + </div> | |
| 1723 | + </td> | |
| 1724 | + </tr> | |
| 1725 | + <tr> | |
| 1726 | + <th colspan="2" class="billingAmount"> | |
| 1727 | + <div> | |
| 1728 | + <div class="final_pay"> | |
| 1729 | + <div class="pay_info_list"> | |
| 1730 | + <p>발송금액 :</p> | |
| 1731 | + <div class="info" id="repPriceTxt" style="display: none;"> | |
| 1732 | + 단문 : <strong>20</strong>건<span>/</span>장문 : <strong>150</strong>건<span>/</span>그림문자 : <strong>30</strong>건 | |
| 1733 | + </div> | |
| 1734 | + </div> | |
| 1735 | + <p class="price"><span id="repPriceTxt"></span><span id="totalPriceTxt">0</span> 원<span></span></p> | |
| 1736 | + </div> | |
| 1737 | + <p style="text-align: right; font-size: 14px; color: #666; margin: -10px 0 15px 0; font-weight: 300;">* 이벤트회원의 발송금액은 이벤트단가를 적용하여 계산된 금액이므로 실제 발송금액과 다를 수 있습니다.</p> | |
| 1738 | + <div class="pay_type clearfix"> | |
| 1739 | + <div> | |
| 1740 | + <input type="radio" id="radio_bill_1" name="radio_bill" checked="checked"> | |
| 1741 | + <label for="radio_bill_1">보유잔액</label> | |
| 1742 | + | |
| 1743 | + <label for="userMoney" class="label">보유잔액</label> | |
| 1744 | + <input type="text" id="userMoney" name="userMoney" value="0" readonly=""> | |
| 1745 | + <span class="won">원</span> | |
| 1746 | + <button type="button" class="btnType btnType21" onclick="location.href='/web/member/pay/PayView.do'">충전</button> | |
| 1747 | + </div> | |
| 1748 | + <div><button type="button" data-tooltip="popup07" class="btnType btnType3 btn_event_cash">이벤트 잔액</button></div> | |
| 1749 | + </div> | |
| 1750 | + <!--발송금액 아래 등급별 가격안내 추가--> | |
| 1751 | + <div class="my_price_wrap"> | |
| 1752 | + <div class="center-line"></div> | |
| 1753 | + <ul> | |
| 1754 | + <li class="title"> | |
| 1755 | + <img src="/publish/images/content/icon_mypage_message.png" alt="">나의 단가 <span>:</span> | |
| 1756 | + </li> | |
| 1757 | + <li class="price_line"> | |
| 1758 | + <span class="type">단문</span> | |
| 1759 | + <span class="price">18</span>원 | |
| 1760 | + <span class="line">/ </span> | |
| 1761 | + </li> | |
| 1762 | + <li class="price_line"> | |
| 1763 | + <span class="type">장문</span> | |
| 1764 | + <span class="price">50</span>원 | |
| 1765 | + <span class="line">/ </span> | |
| 1766 | + </li> | |
| 1767 | + <li class="price_line"> | |
| 1768 | + <span class="type">그림</span> | |
| 1769 | + <span class="price">90</span>원 | |
| 1770 | + (2장 : 110원 / 3장 : 130원) | |
| 1771 | + </li> | |
| 1772 | + </ul> | |
| 1773 | + </div> | |
| 1774 | + </div> | |
| 1775 | + </th> | |
| 1776 | + </tr> | |
| 1777 | + <tr> | |
| 1778 | + <th scope="row">추천인 ID</th> | |
| 1779 | + <td class="check_num"> | |
| 1780 | + <input id="radio5" type="radio" name="recom" checked="checked"> | |
| 1781 | + <label for="radio5">없음</label> | |
| 1782 | + <input id="radio6" type="radio" name="recom"> | |
| 1783 | + <label for="radio6">있음</label> | |
| 1784 | + <div> | |
| 1785 | + <label for="id" class="label"></label> | |
| 1786 | + <input type="text" size="20" id="id" placeholder="추천인 아이디 입력" onfocus="this.placeholder=''" onblur="this.placeholder='추천인 아이디 입력'"> | |
| 1787 | + <button type="button" class="btnType btnType9">추천인 확인</button> | |
| 1788 | + </div> | |
| 1789 | + </td> | |
| 1790 | + </tr> | |
| 1791 | + </tbody> | |
| 1792 | + </table> | |
| 1793 | + </div><!-- send left 문자 보내기 입력 --> | |
| 1794 | + <!-- send right 문자 보내기 미리보기 --> | |
| 1795 | + <div class="send_right"> | |
| 1796 | + <div class="phone"> | |
| 1797 | + <div class="phoneIn"> | |
| 1798 | + <div> | |
| 1799 | + <p class="prev_p"><img src="/publish/images/search. png">미리보기</p> | |
| 1800 | + <div class="text_length2 clearfix" style="display: none;"> | |
| 1801 | + <span class="msg_com msg_short">단문</span> | |
| 1802 | + <div> | |
| 1803 | + <span>글자크기</span> | |
| 1804 | + <button type="button"><img src="/publish/images/content/font_plus.png"></button> | |
| 1805 | + <button type="button"><img src="/publish/images/content/font_minus.png"></button> | |
| 1806 | + </div> | |
| 1807 | + </div> | |
| 1808 | + <div class="text_length2 clearfix"> | |
| 1809 | + <span class="msg_com msg_photo">포토</span> | |
| 1810 | + <ul class="photo_msg_num"> | |
| 1811 | + <li onclick="imgClick(0);"><a href="#none">1</a></ li> | |
| 1812 | + <li onclick="imgClick(1);"><a href="#none">2</a></ li> | |
| 1813 | + <li onclick="imgClick(2);"><a href="#none">3</a></ li> | |
| 1814 | + </ul> | |
| 1815 | + <div> | |
| 1816 | + <span>글자크기</span> | |
| 1817 | + <button type="button"><img src="/publish/images/content/font_plus.png"></button> | |
| 1818 | + <button type="button"><img src="/publish/images/content/font_minus.png"></button> | |
| 1819 | + </div> | |
| 1820 | + </div> | |
| 1821 | + <!-- 텍스트 미리보기 --> | |
| 1822 | + <div class="text_preview"> | |
| 1823 | + <div class="preiew_img"> | |
| 1824 | + <div class="img_box"> | |
| 1825 | + <img src="/publish/images/content/photo_sample01.jpg"> | |
| 1826 | + </div> | |
| 1827 | + <div class="img_box"> | |
| 1828 | + <img src="/publish/images/content/photo_sample01.jpg"> | |
| 1829 | + </div> | |
| 1830 | + <div class="img_box"> | |
| 1831 | + <img src="/publish/images/content/excel.jpg"> | |
| 1832 | + </div> | |
| 1833 | + </div> | |
| 1834 | + <div class="preview_auto"> | |
| 1835 | + <p class="ad_tit">(선거운동정보)</p> | |
| 1836 | + <p class="none_txt">내용을 입력해주세요.</p> | |
| 1837 | + <p class="realtime"></p> | |
| 1838 | + <p class="deny_receipt">불법수집정보 신고번호:<br />선거관리위원회 ☎1390<br />무료거부 0808800858</p> | |
| 1839 | + </div> | |
| 1840 | + </div> | |
| 1841 | + <!-- //텍스트 미리보기 --> | |
| 1842 | + </div> | |
| 1843 | + </div> | |
| 1844 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 1845 | + </div> | |
| 1846 | + <div class="phone_bottom" style="bottom: 130px;"> | |
| 1847 | + <!-- <div class="send_rev"> | |
| 1848 | + <div class="send_content"> | |
| 1849 | + <div class="rev_radio"> | |
| 1850 | + <ul> | |
| 1851 | + <li><input type="radio" id="reserYnN" name="reserYn" value="N" checked="checked"><label for="reserYnN">즉시</label></li> | |
| 1852 | + <li><input type="radio" id="reserYnY" name="reserYn" value="Y"><label for="reserYnY">예약</label></li> | |
| 1853 | + </ul> | |
| 1854 | + </div> | |
| 1855 | + <div class="send_btn"> | |
| 1856 | + <button type="button" class="btnType btnType11" onclick="javascript:fn_sendMsgData(); return false;">발송하기</button> | |
| 1857 | + <button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button> | |
| 1858 | + </div> | |
| 1859 | + </div> | |
| 1860 | + 엔터키로 발송 체크박스 | |
| 1861 | + <div class="use_enter" style="display: none;"> | |
| 1862 | + <input type="checkbox" id="enterChk" name="enterChk"> | |
| 1863 | + <label for="enterChk" id="lblEnterKey">Enter키로 발송하기</label>예약일땐 'Enter키로 예약하기'로 변경부탁드려요 | |
| 1864 | + </div> | |
| 1865 | + <div class="rev_selected" style="display: none;"> | |
| 1866 | + <div class="rev_top"> | |
| 1867 | + <span>날짜 :</span> | |
| 1868 | + <div class="calendar_wrap"> | |
| 1869 | + <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"> | |
| 1870 | + </div> | |
| 1871 | + <label for="msgResHour" class="label">시 선택</label> | |
| 1872 | + <div class="selBox"> | |
| 1873 | + <select class="selType1" id="msgResHour" name="msgResHour"> | |
| 1874 | + <option value="00">00시</option> | |
| 1875 | + <option value="01">01시</option> | |
| 1876 | + <option value="02">02시</option> | |
| 1877 | + <option value="03">03시</option> | |
| 1878 | + <option value="04">04시</option> | |
| 1879 | + <option value="05">05시</option> | |
| 1880 | + <option value="06">06시</option> | |
| 1881 | + <option value="07">07시</option> | |
| 1882 | + <option value="08">08시</option> | |
| 1883 | + <option value="09">09시</option> | |
| 1884 | + <option value="10">10시</option> | |
| 1885 | + <option value="11">11시</option> | |
| 1886 | + <option value="12">12시</option> | |
| 1887 | + <option value="13">13시</option> | |
| 1888 | + <option value="14">14시</option> | |
| 1889 | + <option value="15">15시</option> | |
| 1890 | + <option value="16">16시</option> | |
| 1891 | + <option value="17">17시</option> | |
| 1892 | + <option value="18">18시</option> | |
| 1893 | + <option value="19">19시</option> | |
| 1894 | + <option value="20">20시</option> | |
| 1895 | + <option value="21">21시</option> | |
| 1896 | + <option value="22">22시</option> | |
| 1897 | + <option value="23">23시</option> | |
| 1898 | + <option value="24">24시</option> | |
| 1899 | + </select> | |
| 1900 | + <select class="selType1" id="msgResMin" name="msgResMin"> | |
| 1901 | + <option value="00">00분</option> | |
| 1902 | + <option value="05">05분</option> | |
| 1903 | + <option value="10">10분</option> | |
| 1904 | + <option value="15">15분</option> | |
| 1905 | + <option value="20">20분</option> | |
| 1906 | + <option value="25">25분</option> | |
| 1907 | + <option value="30">30분</option> | |
| 1908 | + <option value="35">35분</option> | |
| 1909 | + <option value="40">40분</option> | |
| 1910 | + <option value="45">45분</option> | |
| 1911 | + <option value="50">50분</option> | |
| 1912 | + <option value="55">55분</option> | |
| 1913 | + </select> | |
| 1914 | + </div> | |
| 1915 | + </div> | |
| 1916 | + </div> | |
| 1917 | + </div> --> | |
| 1918 | + </div> | |
| 1919 | + </div> | |
| 1920 | + </div> | |
| 1921 | + <!--// send right 문자 보내기 미리보기 --> | |
| 1922 | + </div> | |
| 1923 | + <!--// tab content2 --> | |
| 1924 | + </div> | |
| 1925 | + <!--// tab content1 --> | |
| 1926 | + | |
| 1927 | + <div class="send_bottom"> | |
| 1928 | + <!-- tab button --> | |
| 1929 | + <ul class="tabType2"> | |
| 1930 | + <li class="tab"><button type="button" onclick="TabType2(this,'1');">문자 샘플</button></li> | |
| 1931 | + <li class="tab active"><button type="button" onclick="TabType2(this,'2');">그림문자 샘플</button></li> | |
| 1932 | + <li class="tab"><button type="button" onclick="TabType2(this,'3');">지도/약도 추가</button></li> | |
| 1933 | + <li class="tab"><button type="button" onclick="TabType2(this,'4');">내 문자함</button></li> | |
| 1934 | + </ul> | |
| 1935 | + <!--// tab button --> | |
| 1936 | + <div class="search_sample"> | |
| 1937 | + <input type="text" placeholder="문자샘플 검색" onfocus="this.placeholder=''" onblur="this.placeholder='문자샘플 검색'"> | |
| 1938 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 1939 | + </div> | |
| 1940 | + <!-- tab content1 --> | |
| 1941 | + <div class="bottom_content" id="tab2_1"> | |
| 1942 | + <div class="area_tabs"> | |
| 1943 | + <div class="top_tab"> | |
| 1944 | + <div class="tab_depth1"> | |
| 1945 | + <a href="#none" class="on">전체</a> | |
| 1946 | + <a href="#none">기업</a> | |
| 1947 | + <a href="#none">개인</a> | |
| 1948 | + <div class="on_active">전체</div> | |
| 1949 | + </div> | |
| 1950 | + <div class="tab_depth2"> | |
| 1951 | + <a href="#none" class="on">단문문자</a> | |
| 1952 | + <a href="#none">장문문자</a> | |
| 1953 | + </div> | |
| 1954 | + <select name="" id="" class="selType2"> | |
| 1955 | + <option value="">2줄보기</option> | |
| 1956 | + <option value="">4줄보기</option> | |
| 1957 | + <option value="">6줄보기</option> | |
| 1958 | + </select> | |
| 1959 | + <div class="customReq"> | |
| 1960 | + <button type="button"><i></i>맞춤제작 요청</button> | |
| 1961 | + </div> | |
| 1962 | + </div> | |
| 1963 | + <div class="bottom_tab"> | |
| 1964 | + <div class="tab_depth3"> | |
| 1965 | + <a href="#none">All</a> | |
| 1966 | + <a href="#none" class="on">BEST</a> | |
| 1967 | + <a href="#none">요일</a> | |
| 1968 | + <a href="#none">계절/날씨</a> | |
| 1969 | + <a href="#none">선거</a> | |
| 1970 | + <a href="#none">기념일데이</a> | |
| 1971 | + <a href="#none">경조사</a> | |
| 1972 | + <a href="#none">모임/행사</a> | |
| 1973 | + <a href="#none">명절</a> | |
| 1974 | + <a href="#none">연말연시</a> | |
| 1975 | + <a href="#none">감사/축하</a> | |
| 1976 | + <a href="#none">사랑/우정</a> | |
| 1977 | + <a href="#none">격려/위로</a> | |
| 1978 | + <a href="#none">유머/코믹</a> | |
| 1979 | + <a href="#none">좋은글/명언</a> | |
| 1980 | + <a href="#none">운세/별자리</a> | |
| 1981 | + <a href="#none">종교</a> | |
| 1982 | + </div> | |
| 1983 | + <div class="tab_depth4"> | |
| 1984 | + <a href="#none" class="on">#봄인사</a> | |
| 1985 | + <a href="#none">#좋은글</a> | |
| 1986 | + <a href="#none">#초대/답례</a> | |
| 1987 | + </div> | |
| 1988 | + </div> | |
| 1989 | + </div> | |
| 1990 | + <ul class="area_tabcontent msg_sample"> | |
| 1991 | + <li> | |
| 1992 | + <div class="tit_text_wrap"> | |
| 1993 | + <p class="tit_text">화이트 데이 화이트 데이 화이트 데이</p> | |
| 1994 | + </div> | |
| 1995 | + <div class="msg_cont"> | |
| 1996 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 1997 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 1998 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 1999 | + *""* <br> | |
| 2000 | + *◆○* <br> | |
| 2001 | + *♡◎★* <br> | |
| 2002 | + ######## <br> | |
| 2003 | + \_____/<br> | |
| 2004 | + </div> | |
| 2005 | + </div> | |
| 2006 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2007 | + </li> | |
| 2008 | + <li> | |
| 2009 | + <div class="tit_text_wrap"> | |
| 2010 | + <p class="tit_text">화이트 데이</p> | |
| 2011 | + </div> | |
| 2012 | + <div class="msg_cont"> | |
| 2013 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2014 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2015 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2016 | + *""* <br> | |
| 2017 | + *◆○* <br> | |
| 2018 | + *♡◎★* <br> | |
| 2019 | + ######## <br> | |
| 2020 | + \_____/<br> | |
| 2021 | + </div> | |
| 2022 | + </div> | |
| 2023 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2024 | + </li> | |
| 2025 | + <li> | |
| 2026 | + <div class="tit_text_wrap"> | |
| 2027 | + <p class="tit_text">화이트 데이</p> | |
| 2028 | + </div> | |
| 2029 | + <div class="msg_cont"> | |
| 2030 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2031 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2032 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2033 | + *""* <br> | |
| 2034 | + *◆○* <br> | |
| 2035 | + *♡◎★* <br> | |
| 2036 | + ######## <br> | |
| 2037 | + \_____/<br> | |
| 2038 | + </div> | |
| 2039 | + </div> | |
| 2040 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2041 | + </li> | |
| 2042 | + <li> | |
| 2043 | + <div class="tit_text_wrap"> | |
| 2044 | + <p class="tit_text">화이트 데이</p> | |
| 2045 | + </div> | |
| 2046 | + <div class="msg_cont"> | |
| 2047 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2048 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2049 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2050 | + *""* <br> | |
| 2051 | + *◆○* <br> | |
| 2052 | + *♡◎★* <br> | |
| 2053 | + ######## <br> | |
| 2054 | + \_____/<br> | |
| 2055 | + </div> | |
| 2056 | + </div> | |
| 2057 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2058 | + </li> | |
| 2059 | + <li> | |
| 2060 | + <div class="tit_text_wrap"> | |
| 2061 | + <p class="tit_text">화이트 데이</p> | |
| 2062 | + </div> | |
| 2063 | + <div class="msg_cont"> | |
| 2064 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2065 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2066 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2067 | + *""* <br> | |
| 2068 | + *◆○* <br> | |
| 2069 | + *♡◎★* <br> | |
| 2070 | + ######## <br> | |
| 2071 | + \_____/<br> | |
| 2072 | + </div> | |
| 2073 | + </div> | |
| 2074 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2075 | + </li> | |
| 2076 | + <li> | |
| 2077 | + <div class="tit_text_wrap"> | |
| 2078 | + <p class="tit_text">화이트 데이</p> | |
| 2079 | + </div> | |
| 2080 | + <div class="msg_cont"> | |
| 2081 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2082 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2083 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2084 | + *""* <br> | |
| 2085 | + *◆○* <br> | |
| 2086 | + *♡◎★* <br> | |
| 2087 | + ######## <br> | |
| 2088 | + \_____/<br> | |
| 2089 | + </div> | |
| 2090 | + </div> | |
| 2091 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2092 | + </li> | |
| 2093 | + <li> | |
| 2094 | + <div class="tit_text_wrap"> | |
| 2095 | + <p class="tit_text">화이트 데이</p> | |
| 2096 | + </div> | |
| 2097 | + <div class="msg_cont"> | |
| 2098 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2099 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2100 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2101 | + *""* <br> | |
| 2102 | + *◆○* <br> | |
| 2103 | + *♡◎★* <br> | |
| 2104 | + ######## <br> | |
| 2105 | + \_____/<br> | |
| 2106 | + </div> | |
| 2107 | + </div> | |
| 2108 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2109 | + </li> | |
| 2110 | + <li> | |
| 2111 | + <div class="tit_text_wrap"> | |
| 2112 | + <p class="tit_text">화이트 데이</p> | |
| 2113 | + </div> | |
| 2114 | + <div class="msg_cont"> | |
| 2115 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2116 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2117 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2118 | + *""* <br> | |
| 2119 | + *◆○* <br> | |
| 2120 | + *♡◎★* <br> | |
| 2121 | + ######## <br> | |
| 2122 | + \_____/<br> | |
| 2123 | + </div> | |
| 2124 | + </div> | |
| 2125 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2126 | + </li> | |
| 2127 | + <li> | |
| 2128 | + <div class="tit_text_wrap"> | |
| 2129 | + <p class="tit_text">화이트 데이</p> | |
| 2130 | + </div> | |
| 2131 | + <div class="msg_cont"> | |
| 2132 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2133 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2134 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2135 | + *""* <br> | |
| 2136 | + *◆○* <br> | |
| 2137 | + *♡◎★* <br> | |
| 2138 | + ######## <br> | |
| 2139 | + \_____/<br> | |
| 2140 | + </div> | |
| 2141 | + </div> | |
| 2142 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2143 | + </li> | |
| 2144 | + <li> | |
| 2145 | + <div class="tit_text_wrap"> | |
| 2146 | + <p class="tit_text">화이트 데이</p> | |
| 2147 | + </div> | |
| 2148 | + <div class="msg_cont"> | |
| 2149 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2150 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2151 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2152 | + *""* <br> | |
| 2153 | + *◆○* <br> | |
| 2154 | + *♡◎★* <br> | |
| 2155 | + ######## <br> | |
| 2156 | + \_____/<br> | |
| 2157 | + </div> | |
| 2158 | + </div> | |
| 2159 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2160 | + </li> | |
| 2161 | + </ul> | |
| 2162 | + <!-- pagination --> | |
| 2163 | + <ul class="pagination"> | |
| 2164 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 2165 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 2166 | + <li class="on"><button>1</button></li> | |
| 2167 | + <li><button>2</button></li> | |
| 2168 | + <li><button>3</button></li> | |
| 2169 | + <li><button>4</button></li> | |
| 2170 | + <li><button>5</button></li> | |
| 2171 | + <li><button>6</button></li> | |
| 2172 | + <li><button>7</button></li> | |
| 2173 | + <li><button>8</button></li> | |
| 2174 | + <li><button>9</button></li> | |
| 2175 | + <li><button>10</button></li> | |
| 2176 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 2177 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 2178 | + </ul><!-- pagination --> | |
| 2179 | + </div> | |
| 2180 | + <!--// tab content1 --> | |
| 2181 | + <!--// tab content2 --> | |
| 2182 | + <div class="bottom_content current" id="tab2_2"> | |
| 2183 | + <div class="area_tabs"> | |
| 2184 | + <div class="top_tab"> | |
| 2185 | + <div class="tab_depth1"> | |
| 2186 | + <a href="#none" class="on">전체</a> | |
| 2187 | + <a href="#none">기업</a> | |
| 2188 | + <a href="#none">개인</a> | |
| 2189 | + <div class="on_active">전체</div> | |
| 2190 | + </div> | |
| 2191 | + <div class="tab_depth2"> | |
| 2192 | + <a href="#none" class="on">그림문자</a> | |
| 2193 | + </div> | |
| 2194 | + <select name="" id="" class="selType2"> | |
| 2195 | + <option value="">2줄보기</option> | |
| 2196 | + <option value="">4줄보기</option> | |
| 2197 | + <option value="">6줄보기</option> | |
| 2198 | + </select> | |
| 2199 | + <div class="customReq"> | |
| 2200 | + <button type="button"><i></i>맞춤제작 요청</button> | |
| 2201 | + </div> | |
| 2202 | + </div> | |
| 2203 | + <div class="bottom_tab"> | |
| 2204 | + <div class="tab_depth3"> | |
| 2205 | + <a href="#none">All</a> | |
| 2206 | + <a href="#none" class="on">BEST</a> | |
| 2207 | + <a href="#none">요일</a> | |
| 2208 | + <a href="#none">계절/날씨</a> | |
| 2209 | + <a href="#none">선거</a> | |
| 2210 | + <a href="#none">기념일데이</a> | |
| 2211 | + <a href="#none">경조사</a> | |
| 2212 | + <a href="#none">모임/행사</a> | |
| 2213 | + <a href="#none">명절</a> | |
| 2214 | + <a href="#none">연말연시</a> | |
| 2215 | + <a href="#none">감사/축하</a> | |
| 2216 | + <a href="#none">사랑/우정</a> | |
| 2217 | + <a href="#none">격려/위로</a> | |
| 2218 | + <a href="#none">유머/코믹</a> | |
| 2219 | + <a href="#none">좋은글/명언</a> | |
| 2220 | + <a href="#none">운세/별자리</a> | |
| 2221 | + <a href="#none">종교</a> | |
| 2222 | + </div> | |
| 2223 | + <div class="tab_depth4"> | |
| 2224 | + <a href="#none" class="on">#봄인사</a> | |
| 2225 | + <a href="#none">#좋은글</a> | |
| 2226 | + <a href="#none">#초대/답례</a> | |
| 2227 | + </div> | |
| 2228 | + </div> | |
| 2229 | + </div> | |
| 2230 | + <ul class="area_tabcontent photo_sample"> | |
| 2231 | + <li class="hover_photo"> | |
| 2232 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample01.jpg" alt=""></div> | |
| 2233 | + <div class="tit_text_wrap"> | |
| 2234 | + <p class="tit_text">추석 입니다 추석 입니다 추석 입니다 추석 입니다</p> | |
| 2235 | + </div> | |
| 2236 | + <div class="photo_cont"> | |
| 2237 | + <img src="/publish/images/content/photo_sample01.jpg" alt=""> | |
| 2238 | + </div> | |
| 2239 | + </li> | |
| 2240 | + <li> | |
| 2241 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample02.jpg" alt=""></div> | |
| 2242 | + <div class="tit_text_wrap"> | |
| 2243 | + <p class="tit_text">추석</p> | |
| 2244 | + </div> | |
| 2245 | + <div class="photo_cont"> | |
| 2246 | + <img src="/publish/images/content/photo_sample02.jpg" alt=""> | |
| 2247 | + </div> | |
| 2248 | + </li> | |
| 2249 | + <li> | |
| 2250 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample03.jpg" alt=""></div> | |
| 2251 | + <div class="tit_text_wrap"> | |
| 2252 | + <p class="tit_text">추석</p> | |
| 2253 | + </div> | |
| 2254 | + <div class="photo_cont"> | |
| 2255 | + <img src="/publish/images/content/photo_sample03.jpg" alt=""> | |
| 2256 | + </div> | |
| 2257 | + </li> | |
| 2258 | + <li> | |
| 2259 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample04.jpg" alt=""></div> | |
| 2260 | + <div class="tit_text_wrap"> | |
| 2261 | + <p class="tit_text">추석</p> | |
| 2262 | + </div> | |
| 2263 | + <div class="photo_cont"> | |
| 2264 | + <img src="/publish/images/content/photo_sample04.jpg" alt=""> | |
| 2265 | + </div> | |
| 2266 | + </li> | |
| 2267 | + <li> | |
| 2268 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample05.jpg" alt=""></div> | |
| 2269 | + <div class="tit_text_wrap"> | |
| 2270 | + <p class="tit_text">추석</p> | |
| 2271 | + </div> | |
| 2272 | + <div class="photo_cont"> | |
| 2273 | + <img src="/publish/images/content/photo_sample05.jpg" alt=""> | |
| 2274 | + </div> | |
| 2275 | + </li> | |
| 2276 | + <li> | |
| 2277 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample06.jpg" alt=""></div> | |
| 2278 | + <div class="tit_text_wrap"> | |
| 2279 | + <p class="tit_text">추석</p> | |
| 2280 | + </div> | |
| 2281 | + <div class="photo_cont"> | |
| 2282 | + <img src="/publish/images/content/photo_sample06.jpg" alt=""> | |
| 2283 | + </div> | |
| 2284 | + </li> | |
| 2285 | + <li> | |
| 2286 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample07.jpg" alt=""></div> | |
| 2287 | + <div class="tit_text_wrap"> | |
| 2288 | + <p class="tit_text">추석</p> | |
| 2289 | + </div> | |
| 2290 | + <div class="photo_cont"> | |
| 2291 | + <img src="/publish/images/content/photo_sample07.jpg" alt=""> | |
| 2292 | + </div> | |
| 2293 | + </li> | |
| 2294 | + <li> | |
| 2295 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample08.jpg" alt=""></div> | |
| 2296 | + <div class="tit_text_wrap"> | |
| 2297 | + <p class="tit_text">추석</p> | |
| 2298 | + </div> | |
| 2299 | + <div class="photo_cont"> | |
| 2300 | + <img src="/publish/images/content/photo_sample08.jpg" alt=""> | |
| 2301 | + </div> | |
| 2302 | + </li> | |
| 2303 | + <li> | |
| 2304 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample09.jpg" alt=""></div> | |
| 2305 | + <div class="tit_text_wrap"> | |
| 2306 | + <p class="tit_text">추석</p> | |
| 2307 | + </div> | |
| 2308 | + <div class="photo_cont"> | |
| 2309 | + <img src="/publish/images/content/photo_sample09.jpg" alt=""> | |
| 2310 | + </div> | |
| 2311 | + </li> | |
| 2312 | + <li> | |
| 2313 | + <div class="hover_cont"><img src="/publish/images/content/photo_sample10.jpg" alt=""></div> | |
| 2314 | + <div class="tit_text_wrap"> | |
| 2315 | + <p class="tit_text">추석</p> | |
| 2316 | + </div> | |
| 2317 | + <div class="photo_cont"> | |
| 2318 | + <img src="/publish/images/content/photo_sample10.jpg" alt=""> | |
| 2319 | + </div> | |
| 2320 | + </li> | |
| 2321 | + </ul> | |
| 2322 | + <!-- pagination --> | |
| 2323 | + <ul class="pagination"> | |
| 2324 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 2325 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 2326 | + <li class="on"><button>1</button></li> | |
| 2327 | + <li><button>2</button></li> | |
| 2328 | + <li><button>3</button></li> | |
| 2329 | + <li><button>4</button></li> | |
| 2330 | + <li><button>5</button></li> | |
| 2331 | + <li><button>6</button></li> | |
| 2332 | + <li><button>7</button></li> | |
| 2333 | + <li><button>8</button></li> | |
| 2334 | + <li><button>9</button></li> | |
| 2335 | + <li><button>10</button></li> | |
| 2336 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 2337 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 2338 | + </ul><!-- pagination --> | |
| 2339 | + </div> | |
| 2340 | + <!--// tab content2 --> | |
| 2341 | + <!--tab content3 --> | |
| 2342 | + <div class="bottom_content" id="tab2_3"> | |
| 2343 | + <div class="map_search"> | |
| 2344 | + <label for="" class="label"></label> | |
| 2345 | + <input type="text" placeholder="도로명 또는 지번을 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='도로명 또는 지번을 입력해주세요.'"> | |
| 2346 | + <button type="button" class="btnType map_check">확인</button> | |
| 2347 | + <button type="button" class="btnType map_add">약도링크 추가</button> | |
| 2348 | + <p><span class="vMiddle">*</span> 지도링크는 입력메시지 끝부분에 추가됩니다.</p> | |
| 2349 | + </div> | |
| 2350 | + <img src="/publish/images/content/imsi_map.PNG" alt="지도" style="width: 100%;"> | |
| 2351 | + </div> | |
| 2352 | + <!--// tab content3 --> | |
| 2353 | + <!-- tab content4 --> | |
| 2354 | + <div class="bottom_content" id="tab2_4"> | |
| 2355 | + <div class="search_wrap clearfix"> | |
| 2356 | + <div class="btn_left"> | |
| 2357 | + <span>· 기간</span> | |
| 2358 | + <div class="calendar_wrap"> | |
| 2359 | + <input type="text" class="startDate inp calendar" title="검색 시작일" id="startDate" name=myMsgStDt value="" data-datecontrol="true"> | |
| 2360 | + <span class="dateEtc">~</span> | |
| 2361 | + <input type="text" class="endDate inp calendar" title="검색 종료일" id="endDate" name="myMsgEndDt" value="" data-datecontrol="true"> | |
| 2362 | + </div> | |
| 2363 | + <div class="search"> | |
| 2364 | + <label for="id" class="label"></label> | |
| 2365 | + <input type="text" id="id" placeholder="내보관함 검색" onfocus="this.placeholder=''" onblur="this.placeholder='내보관함 검색'"> | |
| 2366 | + <button type="button" class="btnType btnType2">검색</button> | |
| 2367 | + </div> | |
| 2368 | + </div> | |
| 2369 | + <div class="btn_right"> | |
| 2370 | + <button type="button">최근순<i></i></button> | |
| 2371 | + <select name="" id="" class="selType2"> | |
| 2372 | + <option value="">전체보기</option> | |
| 2373 | + <option value="">완료</option> | |
| 2374 | + <option value="">수정중</option> | |
| 2375 | + <option value="">수정요청</option> | |
| 2376 | + </select> | |
| 2377 | + <select name="" id="" class="selType2"> | |
| 2378 | + <option value="">2줄보기</option> | |
| 2379 | + <option value="">4줄보기</option> | |
| 2380 | + <option value="">6줄보기</option> | |
| 2381 | + </select> | |
| 2382 | + </div> | |
| 2383 | + </div> | |
| 2384 | + <div class="search_wrap_btn"> | |
| 2385 | + <button type="button" class="btnType15"><i class="add_img"></i>전체선택</button> | |
| 2386 | + <button type="button" class="btnType15"><i class="remove_img"></i>선택삭제</button> | |
| 2387 | + <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> | |
| 2388 | + </div> | |
| 2389 | + <ul class="area_tabcontent msg_sample myBox"> | |
| 2390 | + <li> | |
| 2391 | + <div class="tit_text_wrap"> | |
| 2392 | + <label for="" class="label">내 문자함 체크</label> | |
| 2393 | + <input type="checkbox" id=""> | |
| 2394 | + <p class="tit_text">화이트 데이 화이트 데이 화이트 데이</p> | |
| 2395 | + </div> | |
| 2396 | + <div class="msg_cont"> | |
| 2397 | + <div class="photo_cont"> | |
| 2398 | + <img src="/publish/images/content/photo_sample01.jpg" alt=""> | |
| 2399 | + </div> | |
| 2400 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2401 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2402 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2403 | + *""* <br> | |
| 2404 | + *◆○* <br> | |
| 2405 | + *♡◎★* <br> | |
| 2406 | + ######## <br> | |
| 2407 | + \_____/<br> | |
| 2408 | + </div> | |
| 2409 | + </div> | |
| 2410 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2411 | + <div class="myphoto_info"> | |
| 2412 | + <p>2021-01-01</p> | |
| 2413 | + </div> | |
| 2414 | + </li> | |
| 2415 | + <li> | |
| 2416 | + <div class="tit_text_wrap"> | |
| 2417 | + <label for="" class="label">내 문자함 체크</label> | |
| 2418 | + <input type="checkbox" id=""> | |
| 2419 | + <p class="tit_text">화이트 데이</p> | |
| 2420 | + </div> | |
| 2421 | + <div class="msg_cont"> | |
| 2422 | + <div class="msg_text">즐거운 화이트데이입니다. <br> | |
| 2423 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br> | |
| 2424 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~ | |
| 2425 | + </div> | |
| 2426 | + </div> | |
| 2427 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2428 | + <div class="myphoto_info"> | |
| 2429 | + <p>2021-01-01</p> | |
| 2430 | + </div> | |
| 2431 | + </li> | |
| 2432 | + <li> | |
| 2433 | + <div class="tit_text_wrap"> | |
| 2434 | + <label for="" class="label">내 문자함 체크</label> | |
| 2435 | + <input type="checkbox" id=""> | |
| 2436 | + <p class="tit_text">화이트 데이</p> | |
| 2437 | + </div> | |
| 2438 | + <div class="msg_cont"> | |
| 2439 | + <div class="photo_cont"> | |
| 2440 | + <img src="/publish/images/content/photo_sample02.jpg" alt=""> | |
| 2441 | + </div> | |
| 2442 | + <div class="photo_cont"> | |
| 2443 | + <img src="/publish/images/content/photo_sample03.jpg" alt=""> | |
| 2444 | + </div> | |
| 2445 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2446 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2447 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2448 | + *""* <br> | |
| 2449 | + *◆○* <br> | |
| 2450 | + *♡◎★* <br> | |
| 2451 | + ######## <br> | |
| 2452 | + \_____/<br> | |
| 2453 | + </div> | |
| 2454 | + </div> | |
| 2455 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2456 | + <div class="myphoto_info"> | |
| 2457 | + <p>2021-01-01</p> | |
| 2458 | + </div> | |
| 2459 | + </li> | |
| 2460 | + <li> | |
| 2461 | + <div class="tit_text_wrap"> | |
| 2462 | + <label for="" class="label">내 문자함 체크</label> | |
| 2463 | + <input type="checkbox" id=""> | |
| 2464 | + <p class="tit_text">화이트 데이</p> | |
| 2465 | + </div> | |
| 2466 | + <div class="msg_cont"> | |
| 2467 | + <div class="photo_cont"> | |
| 2468 | + <img src="/publish/images/content/photo_sample01.jpg" alt=""> | |
| 2469 | + </div> | |
| 2470 | + </div> | |
| 2471 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2472 | + <div class="myphoto_info"> | |
| 2473 | + <p>2021-01-01</p> | |
| 2474 | + </div> | |
| 2475 | + </li> | |
| 2476 | + <li> | |
| 2477 | + <div class="tit_text_wrap"> | |
| 2478 | + <label for="" class="label">내 문자함 체크</label> | |
| 2479 | + <input type="checkbox" id=""> | |
| 2480 | + <p class="tit_text">화이트 데이</p> | |
| 2481 | + </div> | |
| 2482 | + <div class="msg_cont"> | |
| 2483 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2484 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2485 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2486 | + *""* <br> | |
| 2487 | + *◆○* <br> | |
| 2488 | + *♡◎★* <br> | |
| 2489 | + ######## <br> | |
| 2490 | + \_____/<br> | |
| 2491 | + </div> | |
| 2492 | + </div> | |
| 2493 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2494 | + <div class="myphoto_info"> | |
| 2495 | + <p>2021-01-01</p> | |
| 2496 | + </div> | |
| 2497 | + </li> | |
| 2498 | + <li> | |
| 2499 | + <div class="tit_text_wrap"> | |
| 2500 | + <label for="" class="label">내 문자함 체크</label> | |
| 2501 | + <input type="checkbox" id=""> | |
| 2502 | + <p class="tit_text">화이트 데이</p> | |
| 2503 | + </div> | |
| 2504 | + <div class="msg_cont"> | |
| 2505 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2506 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2507 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2508 | + *""* <br> | |
| 2509 | + *◆○* <br> | |
| 2510 | + *♡◎★* <br> | |
| 2511 | + ######## <br> | |
| 2512 | + \_____/<br> | |
| 2513 | + </div> | |
| 2514 | + </div> | |
| 2515 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2516 | + <div class="myphoto_info"> | |
| 2517 | + <p>2021-01-01</p> | |
| 2518 | + </div> | |
| 2519 | + </li> | |
| 2520 | + <li> | |
| 2521 | + <div class="tit_text_wrap"> | |
| 2522 | + <label for="" class="label">내 문자함 체크</label> | |
| 2523 | + <input type="checkbox" id=""> | |
| 2524 | + <p class="tit_text">화이트 데이</p> | |
| 2525 | + </div> | |
| 2526 | + <div class="msg_cont"> | |
| 2527 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2528 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2529 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2530 | + *""* <br> | |
| 2531 | + *◆○* <br> | |
| 2532 | + *♡◎★* <br> | |
| 2533 | + ######## <br> | |
| 2534 | + \_____/<br> | |
| 2535 | + </div> | |
| 2536 | + </div> | |
| 2537 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2538 | + <div class="myphoto_info"> | |
| 2539 | + <p>2021-01-01</p> | |
| 2540 | + </div> | |
| 2541 | + </li> | |
| 2542 | + <li> | |
| 2543 | + <div class="tit_text_wrap"> | |
| 2544 | + <label for="" class="label">내 문자함 체크</label> | |
| 2545 | + <input type="checkbox" id=""> | |
| 2546 | + <p class="tit_text">화이트 데이</p> | |
| 2547 | + </div> | |
| 2548 | + <div class="msg_cont"> | |
| 2549 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2550 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2551 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2552 | + *""* <br> | |
| 2553 | + *◆○* <br> | |
| 2554 | + *♡◎★* <br> | |
| 2555 | + ######## <br> | |
| 2556 | + \_____/<br> | |
| 2557 | + </div> | |
| 2558 | + </div> | |
| 2559 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2560 | + <div class="myphoto_info"> | |
| 2561 | + <p>2021-01-01</p> | |
| 2562 | + </div> | |
| 2563 | + </li> | |
| 2564 | + <li> | |
| 2565 | + <div class="tit_text_wrap"> | |
| 2566 | + <label for="" class="label">내 문자함 체크</label> | |
| 2567 | + <input type="checkbox" id=""> | |
| 2568 | + <p class="tit_text">화이트 데이</p> | |
| 2569 | + </div> | |
| 2570 | + <div class="msg_cont"> | |
| 2571 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2572 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2573 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br> | |
| 2574 | + *""* <br> | |
| 2575 | + *◆○* <br> | |
| 2576 | + *♡◎★* <br> | |
| 2577 | + ######## <br> | |
| 2578 | + \_____/<br> | |
| 2579 | + </div> | |
| 2580 | + </div> | |
| 2581 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2582 | + <div class="myphoto_info"> | |
| 2583 | + <p>2021-01-01</p> | |
| 2584 | + </div> | |
| 2585 | + </li> | |
| 2586 | + <li> | |
| 2587 | + <div class="tit_text_wrap"> | |
| 2588 | + <label for="" class="label">내 문자함 체크</label> | |
| 2589 | + <input type="checkbox" id=""> | |
| 2590 | + <p class="tit_text">화이트 데이</p> | |
| 2591 | + </div> | |
| 2592 | + <div class="msg_cont"> | |
| 2593 | + <div class="msg_text">즐거운 화이트데이입니다. <br><br> | |
| 2594 | + 달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br> | |
| 2595 | + 맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>hayeon1014! | |
| 2596 | + *""* <br> | |
| 2597 | + *◆○* <br> | |
| 2598 | + *♡◎★* <br> | |
| 2599 | + ######## <br> | |
| 2600 | + \_____/<br> | |
| 2601 | + </div> | |
| 2602 | + </div> | |
| 2603 | + <p class="info_text">0 / <span class="limit_text">90</span>byte</p> | |
| 2604 | + <div class="myphoto_info"> | |
| 2605 | + <p>2021-01-01</p> | |
| 2606 | + </div> | |
| 2607 | + </li> | |
| 2608 | + </ul> | |
| 2609 | + <!-- pagination --> | |
| 2610 | + <ul class="pagination"> | |
| 2611 | + <li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li> | |
| 2612 | + <li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li> | |
| 2613 | + <li class="on"><button>1</button></li> | |
| 2614 | + <li><button>2</button></li> | |
| 2615 | + <li><button>3</button></li> | |
| 2616 | + <li><button>4</button></li> | |
| 2617 | + <li><button>5</button></li> | |
| 2618 | + <li><button>6</button></li> | |
| 2619 | + <li><button>7</button></li> | |
| 2620 | + <li><button>8</button></li> | |
| 2621 | + <li><button>9</button></li> | |
| 2622 | + <li><button>10</button></li> | |
| 2623 | + <li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li> | |
| 2624 | + <li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li> | |
| 2625 | + </ul><!-- pagination --> | |
| 2626 | + </div> | |
| 2627 | + <!--// tab content4 --> | |
| 2628 | + | |
| 2629 | + </div> | |
| 2630 | + </div> | |
| 2631 | + <!--// send top --> | |
| 2632 | + | |
| 2633 | + </div> | |
| 2634 | + </div> | |
| 2635 | + <!--// content 영역 --> | |
| 2636 | + <!-- footer 영역 --> | |
| 2637 | + <div data-include-path="/publish/layout/_footer.html"></div> | |
| 2638 | + <!--// footer 영역 --> | |
| 2639 | + <div class='long-click'>0.3s Long-Click</div> | |
| 2640 | + <p>버튼을 꾹~ 눌러보세요!</p> | |
| 2641 | +</body> | |
| 2642 | + | |
| 2643 | +</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?