3166 lines
131 KiB
HTML
3166 lines
131 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="ko">
|
||
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<title>문자온_선거전송</title>
|
||
|
||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
|
||
<link rel="stylesheet" href="/publish/css/reset.css">
|
||
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css">
|
||
<link rel="stylesheet" href="/publish/css/common.css">
|
||
<link rel="stylesheet" href="/publish/css/button.css">
|
||
<link rel="stylesheet" href="/publish/css/content.css">
|
||
<link rel="stylesheet" href="/publish/css/font.css">
|
||
<link rel="stylesheet" href="/publish/css/popupLayer.css">
|
||
|
||
<script src="/publish/js/jquery-3.5.0.js"></script>
|
||
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script>
|
||
<script src="/publish/js/common.js"></script>
|
||
<script src="/publish/js/content.js"></script>
|
||
<script src="/publish/js/popup.js"></script>
|
||
<script src="/publish/js/popupLayer.js"></script>
|
||
<script src="/publish/js/publish.js"></script>
|
||
|
||
|
||
<!-- 외부 script / css -->
|
||
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
|
||
|
||
<script>
|
||
$(document).ready(function () {
|
||
$(".receipt_number_table_wrap .tbody_ul").selectable({
|
||
filter: "li",
|
||
stop: function () {
|
||
$(".ui-selected input",this).each(function () {
|
||
console.log("stop"+this);
|
||
this.checked = !this.checked;
|
||
if ($(this).is(':checked')) {
|
||
console.log($(this));
|
||
$(this).closest(".ui-widget-content").addClass("ui-selected");
|
||
} else {
|
||
$(this).closest(".ui-widget-content").removeClass("ui-selected");
|
||
}
|
||
});
|
||
}
|
||
});
|
||
|
||
$(".receipt_number_table_wrap .tbody_ul input[type='checkbox']",".receipt_number_table_wrap .tbody_ul input[type='checkbox']+label").click(function () {
|
||
if ($(this).is(':checked')) {
|
||
$(this).closest(".ui-widget-content").addClass("ui-selected");
|
||
} else {
|
||
$(this).closest(".ui-widget-content").removeClass("ui-selected");
|
||
}
|
||
});
|
||
|
||
$(".input_wrap #checkAll").click(function(){
|
||
var checkbox = $('[name=receipt_number_check]');
|
||
if($(this).is(":checked") !== true){
|
||
checkbox.prop("checked",false);
|
||
}else{
|
||
publishCommon.longMousePressCheck(checkbox, 100);
|
||
}
|
||
});
|
||
|
||
onlongclick(".btn_check_one", 100, function (e) {
|
||
var checkbox = $('[name=receipt_number_check]');
|
||
publishCommon.longMousePressCheck(checkbox, 100, $(".btn_check_one"));
|
||
});
|
||
|
||
|
||
$(".btn_check_one").click(function(){
|
||
var checkbox = $('[name=receipt_number_check]');
|
||
publishCommon.clickCheck(checkbox);
|
||
});
|
||
|
||
});
|
||
</script>
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div class="mask"></div>
|
||
|
||
<!-- toast(시작) -->
|
||
<div class="toast_popup success">
|
||
<i class="icon check"></i>
|
||
<p class="title">처리가 완료되었습니다.</p>
|
||
<button type="button" class="btn_close" onclick="publishCommon.toastsUtil('','active','success')"><i></i></button>
|
||
</div>
|
||
<!-- toast(끝) -->
|
||
|
||
<!-- 전송내역 팝업 -->
|
||
<div class="tooltip-wrap">
|
||
<div class="popup-com history_layer popup03" tabindex="0" data-tooltip-con="popup03" data-focus="popup03" data-focus-prev="popup03-close">
|
||
<div class="popup_heading">
|
||
<p><span>전송내역</p>
|
||
<button type="button" class="tooltip-close" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<!-- tab button -->
|
||
<ul class="tabType6">
|
||
<li class="tab active"><button type="button" onclick="TabType(this,'1');">최근 전송내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType(this,'2');">자주보내는 번호</button></li>
|
||
</ul>
|
||
<!--// tab button -->
|
||
<!-- 최근 전송내역 -->
|
||
<div class="history_cont current hascont">
|
||
<div class="histroy_trans" id="latestMsgArea">
|
||
<ul>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="popup_btn_wrap2 hisroy_btn">
|
||
<button type="button">선택추가</button>
|
||
<button type="button">선택취소</button>
|
||
</div>
|
||
</div>
|
||
<!--// 최근 전송내역 -->
|
||
<!-- 자주보내는 번호 -->
|
||
<div class="history_cont hascont">
|
||
<div class="histroy_trans" id="bookMarkMsgArea">
|
||
<ul>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<input type="checkbox" id="">
|
||
<label for="" class="label">최근 전송내역</label>
|
||
<p>010-1234-5678</p>
|
||
<button type="button"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="popup_btn_wrap2 hisroy_btn">
|
||
<button type="button">선택추가</button>
|
||
<button type="button">선택취소</button>
|
||
</div>
|
||
</div>
|
||
<!--// 자주보내는 번호 -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 전송내역 팝업 -->
|
||
|
||
<!-- 엑셀 불러오기 -->
|
||
<div class="tooltip-wrap">
|
||
<div class="popup-com import_layer popup02" tabindex="0" data-tooltip-con="popup02" data-focus="popup02" data-focus-prev="popup02-close">
|
||
<div class="popup_heading">
|
||
<p><span>엑셀</span> 불러오기</p>
|
||
<button type="button" class="tooltip-close" data-focus="popup02-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<!-- 엑셀파일 불러오기 -->
|
||
<div class="hascont">
|
||
<div class="titBox">
|
||
<p>- 최대 2만 건까지 등록할 수 있습니다.</p>
|
||
<p>- [엑셀 불러오기]시 문서의 A, B, C, D열을 불러옵니다.(지원하는 파일 형식 : xls, xlsx)</p>
|
||
<p>- 이름 : 20byte, [*1*] [*2*] : 100byte까지 입력 가능합니다.</p>
|
||
<p>- 휴대폰 항목은 숫자, 하이픈(-)만 인식하며, 번호 앞에 0이 생략되어도 정상 등록됩니다.
|
||
</p>
|
||
<button type="button" class="excel_btn"><i></i>샘플파일 다운로드</button>
|
||
</div>
|
||
<div class="attachedFile">
|
||
<label for="" class="attachedFile_label">첨부파일</label>
|
||
<input type="text" readonly>
|
||
<button type="button" class="btnType btnType6">찾아보기</button>
|
||
<p><span class="vMiddle">*</span> 첨부된 파일은 <span class="c_e40000">[추가]버튼을 클릭</span>하셔야 받는 사람에 등록됩니다.</p>
|
||
</div>
|
||
</div>
|
||
<!--// 엑셀파일 불러오기 -->
|
||
<div class="popup_btn_wrap2">
|
||
<button type="button">추가</button>
|
||
<button type="button" class="tooltip-close" data-focus="popup02-close" data-focus-next="popup02">닫기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 엑셀 불러오기 -->
|
||
|
||
<!-- 주소록 불러오기 -->
|
||
<div class="tooltip-wrap">
|
||
<div class="popup-com import_layer popup06" tabindex="0" data-tooltip-con="popup06" data-focus="popup06" data-focus-prev="popup06-close" style="width: 1000px">
|
||
<div class="popup_heading">
|
||
<p><span>주소록 불러오기</p>
|
||
<button type="button" class="tooltip-close" data-focus="popup06-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<div class="titBox">
|
||
<p>- 주소록 수정 및 변경은 <span>[주소록 관리]</span>에서만 가능합니다.</p>
|
||
<button type="button" class="adr_admin">주소록 관리</button>
|
||
</div>
|
||
<div class="adr_wrap">
|
||
<div class="adr_pop_left">
|
||
<div class="adr_left_search">
|
||
<label for="" class="label">그룹명 검색</label>
|
||
<input type="text" placeholder="그룹명 검색" onfocus="this.placeholder=''" onblur="this.placeholder='그룹명 검색'" class="inputLight">
|
||
<button type="button"><img src="/publish/images/popup/search.png" alt="검색"></button>
|
||
</div>
|
||
<div class="adr_pop_box">
|
||
<div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">전체[<span>50</span>명]</p>
|
||
</div>
|
||
</div>
|
||
<div class="adr_pop_list">
|
||
<div class="adr_cb_wrap2 active">
|
||
<p><img src="/publish/images/content/open_folder2.png" alt="폴더 열림">그룹미지정[<span>10</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호가 맞나요? 확실한가요?[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">직장[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">자주보내는 번호[<span>20</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p>
|
||
</div>
|
||
<div class="adr_cb_wrap2">
|
||
<p><img src="/publish/images/content/close_folder2.png" alt="폴더 닫힘">친구[<span>100</span>명]</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="popup_btn">
|
||
<button type="button" class="btnType">선택 그룹 추가</button>
|
||
</div>
|
||
</div>
|
||
<div class="adr_pop_right">
|
||
<div class="clearfix">
|
||
<div class="btnWrap_last">
|
||
<label for="" class="label">카테고리 선택</label>
|
||
<select id="" class="selType2">
|
||
<option>전체</option>
|
||
</select>
|
||
<label for="" class="label">검색어 입력</label>
|
||
<input type="text" placeholder="검색어를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요'">
|
||
<button type="button" class="btnType btnType17">검색</button>
|
||
</div>
|
||
<!-- table -->
|
||
<div class="adr_excel adr_pop_list2">
|
||
<!-- thead -->
|
||
<div class="adr_hd">
|
||
<div>
|
||
<label for="" class="label">전체 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>
|
||
그룹명
|
||
<div class="sort_wrap">
|
||
<button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button>
|
||
<button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
이름
|
||
<div class="sort_wrap">
|
||
<button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button>
|
||
<button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
휴대폰번호
|
||
<div class="sort_wrap">
|
||
<button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button>
|
||
<button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button>
|
||
</div>
|
||
</div>
|
||
<div>[*1*]</div>
|
||
<div>[*2*]</div>
|
||
<div>[*3*]</div>
|
||
<div>[*4*]</div>
|
||
</div>
|
||
<!-- tbody -->
|
||
<div class="adr_bd_wrap">
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
<div class="adr_bd">
|
||
<div>
|
||
<label for="" class="label">한 줄 선택</label>
|
||
<input type="checkbox">
|
||
</div>
|
||
<div>가족</div>
|
||
<div>홍길동</div>
|
||
<div>010-1234-5678</div>
|
||
<div>변수1</div>
|
||
<div>변수2</div>
|
||
<div>변수3</div>
|
||
<div>변수4</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// table -->
|
||
</div>
|
||
<div class="popup_btn_wrap2">
|
||
<button type="button">추가</button>
|
||
<button type="button" class="tooltip-close" data-focus="popup06-close" data-focus-next="popup06">닫기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 주소록 불러오기 -->
|
||
|
||
<!--광고문자 관련법규 안내 팝업 -->
|
||
<div class="tooltip-wrap">
|
||
<div class="popup-com ad_layer adpopup01" tabindex="0" data-tooltip-con="adpopup01" data-focus="adpopup01" data-focus-prev="adpopup01-close" style="width: 795px">
|
||
<div class="popup_heading">
|
||
<p>광고문자 관련법규 안내</p>
|
||
<button type="button" class="tooltip-close" data-focus="adpopup01-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<div class="list_tab_wrap2 type5">
|
||
<!-- tab button -->
|
||
<ul class="list_tab">
|
||
<li class="tab active"><button type="button" onclick="listTab2(this,'1');">광고문자 전송규정 안내</button></li>
|
||
<li class="tab"><button type="button" onclick="listTab2(this,'2');">광고문자 수신동의 안내</button></li>
|
||
</ul>
|
||
<!--// tab button -->
|
||
</div>
|
||
<!-- 광고문자 전송규정 안내 -->
|
||
<div class="adpop_cont current" id="listTab2_1">
|
||
<div class="adpop1_top">
|
||
<div>
|
||
<p>의무사항</p>
|
||
<div>
|
||
<p>메시지 시작 부분에 (광고) 문구 표기<span>(광/고), (광 고), [광고], (00광고) 등과 같이 변칙
|
||
표기 금지</span></p>
|
||
<p>업체명, 연락처, 무료거부 표기<span>“업체명”이 기재될 경우 연락처 및 무료거부 표기가
|
||
없더라도 100% 광고문자로 간주</span></p>
|
||
<p>광고문자 전송시간<span>오전 8시부터 오후 9시까지만 전송 가능<br>
|
||
※ 오후 9시 이후에는 광고문자 전송 불가</span></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="adpop1_middle">
|
||
<p>2015년 5월부터 광고전송에 대한 (광고)표시 의무가 본격 시행되었습니다.<br>
|
||
자세한 관련 법규 관련 사항은 아래 한국인터넷진흥원(KISA)에서 제공하는 안내서를 참고하시기 바랍니다.</p>
|
||
<button type="button">불법스팸방지 안내서 5차 개정판</button>
|
||
<span>* 출처 : KISA 한국인터넷진흥원</span>
|
||
</div>
|
||
<div class="adpop1_bottom">
|
||
<p>광고문자의 범위는 어디서부터 어디까지인가요?</p>
|
||
<div>
|
||
<div>
|
||
<p>영리목적의 광고성 정보 범위</p>
|
||
<p>· 영업을 하는 자가 고객에게 보내는 정보는 원칙적으로 모두 광고성 정보로 간주<br>
|
||
· 주된 정보가 광고성 정보가 아니더라도 부수적으로 광고성 정보가 포함되어 있다면 광고성 정보로 분류
|
||
</p>
|
||
</div>
|
||
<div>
|
||
<p>광고성 정보의 예외</p>
|
||
<p>· 구매한 재화 또는 서비스에 대한 보증, 제품 리콜, 안전 또는 보안 관련 정보<br>
|
||
· 고객의 요청에 의해 발송되는 1회성 정보<br>
|
||
· 수신자가 금전적 대가를 지불하고 신청한 정보
|
||
</p>
|
||
</div>
|
||
<div class="adpop1_bottom_in">
|
||
<p>‘영리목적의 광고성 정보’의 적용범위</p>
|
||
<div>
|
||
<span>법률</span>
|
||
<div>
|
||
<p>제50조(영리목적의 광고성 정보 전송 제한)</p>
|
||
<p>① 누구든지 전자적 전송매체를 이용하여 영리목적의 광고성 정보를 전송하려면 그 수신자의 명시적인 사전 동의를 받아야한다. 다만, 다음 각 호의 어느 하나에 해당하는 경우에는 사전동의를 받지 아니한다.<br>
|
||
1. 재화 등의 거래관계를 통하여 수신자로부터 직접 연락처를 수집한 자가 대통령령으로 정한 기간 이내에 자신이 처리하고 수신자와 거래한 것과 동종의 재화 등에 대한 영리목적의 광고성 정보를 전송 하려는 경우<br>
|
||
2. “방문판매 등에 관한 법률”에 따른 전화권유판매자가 육성으로 수신자에게 개인정보의 수집출처를 고지하고 전화권유를 하는 경우</p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<span>시행령</span>
|
||
<div>
|
||
<p>제61조(영리목적의 광고성 정보 전송기준)</p>
|
||
<p>① 법 제50조제1항제1호에서 “대통령령으로 정한 기간”이란 해당 재화 등의 거래가 종료된 날부터 6개월을 말한다.</p>
|
||
</div>
|
||
</div>
|
||
<div class="adpop1_bottom_req">
|
||
<p>누구든지 전자적 전송매체를 이용해 영리목적의 광고성 정보를 전송하는 경우<br>
|
||
정보통신망법 제50조에서 정한 의무를 준수하여야 함</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 광고문자 전송규정 안내 -->
|
||
|
||
<!-- 광고문자 수신동의 안내 -->
|
||
<div class="adpop_cont adpop2" id="listTab2_2">
|
||
<div class="adpop1_top">
|
||
<div>
|
||
<p>의무사항</p>
|
||
<span class="info">수신동의 여부를 받은날로부터 2년마다 재고지하여야 함</span>
|
||
<div>
|
||
<p>전송자 명칭<span>메시지 시작부분에 표기</span></p>
|
||
<p>날짜, 동의 사실<span>수신동의 날짜 및 수신에 동의한 사실을 입력</span></p>
|
||
<p>무료거부번호 표기<span>수신동의에 대한 유지 또는 철회 의사 표시</span></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="adpop1_bottom">
|
||
<div class="adpop1_bottom_in">
|
||
<p>수신동의 여부 확인</p>
|
||
<div>
|
||
<span>법률</span>
|
||
<div>
|
||
<p>제50조(영리목적의 광고성 정보 전송 제한)</p>
|
||
<p>⑧ 제1항 또는 제3항에 따라 수신동의를 받은 자는 대통령령으로 정하는 바에 따라 정기적으로 광고성 정보 수신자의 수신동의 여부를 확인하여야 한다.<p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<span>시행령</span>
|
||
<div>
|
||
<p>제62조의3(수신동의 여부 확인 방식)</p>
|
||
<p>① 법 제50조제1항 또는 제3항에 따라 수신자의 사전 동의를 받은 자는 같은 조 제8항에 따라 그 수신동의를 받은 날로부터 2년마다(매 2년이 되는 해의 수신동의를 받은 날과 같은 날 전까지를 말한다) 해당 수신자의 수신동의 여부를 확인하여야 한다.<br>
|
||
② 제1항에 따라 수신동의 여부를 확인하려는 자는 수신자에게 다음 각 호의 사항을 밝혀야 한다.<br>
|
||
1. 전송자의 명칭<br>
|
||
2. 수신자의 수신동의 사실과 수신에 동의한 날짜<br>
|
||
3. 수신동의에 대한 유지 또는 철회의 의사를 표시하는 방법</p>
|
||
</div>
|
||
</div>
|
||
<div class="adpop1_bottom_req">
|
||
<p>누구든지 전자적 전송매체를 이용해 영리목적의광고성 정보를 전송하는 경우<br>
|
||
정보통신망법 제50조에서 정한 의무를 준수하여야 함</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="adpop1_bottom" style="border-top: 2px solid #000;">
|
||
<p>수신동의가 무엇인가요?</p>
|
||
<div>
|
||
<p>· 광고성 문자 전송자는 최초 수신동의 여부를 받은날로부터 매 2년마다 수신자에게 재수신 동의를 하여야 합니다.</p>
|
||
<p>· 2018년 11월 29일 개정법 시행 이전 발송한 광고성 문자 수신 동의 건에 대해서는 추가 수신동의를 받아야 하며, 광고성 문자 수신 동의를 받지 않고 문자전송 시 과태료가 부과되오니 반드시 유의하시기 바랍니다.</p>
|
||
<p>· 수신자의 의사표시 방법은 비용이 발생하지 않도록 적절한 조치를 취하여야 합니다.</p>
|
||
<p>· 수신자가 별도의 의사표시를 하지 않은 경우 기존 동의 의사는 계속 유지됩니다.</p>
|
||
</div>
|
||
</div>
|
||
<div class="adpop1_bottom">
|
||
<p>수신동의 처리결과를 수신자에게 반드시 통지해야 하나요?</p>
|
||
<div>
|
||
<p>· 수신자가 수신거부 또는 수신동의 철회를 요청한 경우 접수일로부터 14일 이내에 그 결과를 수신자에게<br> 고지하여야 합니다.</p>
|
||
<p>· 수신동의 처리결과 통지는 광고성 정보 전송이 아니므로 ‘(광고)’나 ‘무료회신번호’ 등을 표기하지 않아도 됩니다.</p>
|
||
<p>· 수신자의 의사표시 방법은 비용이 발생하지 않도록 적절한 조치를 취하여야 합니다.</p>
|
||
<p class="c_e40000"> ex) 귀하가 2020년 8월 30일 요청하신 수신동의 철회요청이 정상적으로 처리되었습니다. 업체명</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 광고문자 수신동의 안내 -->
|
||
</div>
|
||
<div class="popup_btn_wrap2" style="margin: 0 auto 30px auto;">
|
||
<button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 광고문자 관련법규 안내 팝업 -->
|
||
|
||
<!-- 이벤트 잔액 팝업 -->
|
||
<div class="tooltip-wrap">
|
||
<div class="popup-com event_cash_popup popup07" tabindex="0" data-tooltip-con="popup07" data-focus="popup07" data-focus-prev="popup07-close">
|
||
<div class="popup_heading">
|
||
<p>이벤트 잔액</p>
|
||
<button type="button" class="tooltip-close" data-focus="popup07-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<div class="table_wrap">
|
||
<div class="table_top">
|
||
<p class="popup_title_18">첫 결제 이벤트 잔액(캐시)</p>
|
||
<p><span class="c_e40000 fwBold">100,000,000</span>원</p>
|
||
</div>
|
||
<table class="popup_table_type2">
|
||
<colgroup>
|
||
<col style="width: 25%;">
|
||
<col style="width: auto;">
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th>단문(7.5)</th>
|
||
<td><span class="c_002c9a fwBold">13</span>건</td>
|
||
</tr>
|
||
<tr>
|
||
<th>장문(32)</th>
|
||
<td><span class="c_002c9a fwBold">13</span>건</td>
|
||
</tr>
|
||
<tr>
|
||
<th>그림 1장(59)</th>
|
||
<td><span class="c_002c9a fwBold">13</span>건</td>
|
||
</tr>
|
||
<tr>
|
||
<th>그림 2장(67)</th>
|
||
<td><span class="c_002c9a fwBold">13</span>건</td>
|
||
</tr>
|
||
<tr>
|
||
<th>그림 3장(70)</th>
|
||
<td><span class="c_002c9a fwBold">13</span>건</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="popup_btn_wrap2">
|
||
<button type="button">닫기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 이벤트 잔액 팝업 -->
|
||
|
||
<div class="quickMenu">
|
||
<div>
|
||
<p class="quick_title">QUICK<br>MENU</p>
|
||
<p class="quick_title2">QUICK</p>
|
||
<ul class="quickMenuIn">
|
||
<li>
|
||
<a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a>
|
||
<div class="hover_cont">이용안내</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick2"></i><span>채팅상담</span></a>
|
||
<div class="hover_cont">채팅상담</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick3"></i><span>원격지원</span></a>
|
||
<div class="hover_cont">원격지원</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick4"></i><span>맞춤제작</span></a>
|
||
<div class="hover_cont">맞춤제작</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick5"></i><span>주소록 등록</span></a>
|
||
<div class="hover_cont">주소록 등록</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick6"></i><span>엑셀 전송</span></a>
|
||
<div class="hover_cont">엑셀 대량전송</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick7"></i><span>견적서</span></a>
|
||
<div class="hover_cont">견적서</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick8"></i><span>결제</span></a>
|
||
<div class="hover_cont">결제</div>
|
||
</li>
|
||
<li>
|
||
<a href="#"><i class="quick9"></i><span>영수증/계산서</span></a>
|
||
<div class="hover_cont">영수증/계산서</div>
|
||
</li>
|
||
</ul>
|
||
<button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button>
|
||
</div>
|
||
</div>
|
||
<!--// quick 메뉴 -->
|
||
<!-- header 영역 -->
|
||
<header id="header" class="header sub">
|
||
<!-- header top 영역 -->
|
||
<div class="header_top">
|
||
<div class="inner">
|
||
<ul class="menu_left">
|
||
<li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li>
|
||
<li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li>
|
||
<li><a href="#"><i class="hdTop_center"></i>고객센터</a></li>
|
||
</ul>
|
||
<ul class="menu_right">
|
||
<li><a href="#">충전하기</a></li>
|
||
<li class="SortLine"><a href="#">요금안내</a></li>
|
||
<li class="SortLine"><a href="#">이용안내</a></li>
|
||
<li class="SortLine"><a href="#">1:1고객상담</a></li>
|
||
</ul>
|
||
</div>
|
||
</div><!-- header top 영역 -->
|
||
<!-- header body 영역 -->
|
||
<div class="header_body">
|
||
<div class="inner table">
|
||
<h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1>
|
||
<ul class="gnbWrap table_cell">
|
||
<li><a href="#">문자발송</a></li>
|
||
<li><a href="#">선거문자</a></li>
|
||
<li><a href="#">카톡전송</a></li>
|
||
<li><a href="#">맞춤제작</a></li>
|
||
<li><a href="#">주소록 관리</a></li>
|
||
<li><a href="#">발송결과</a></li>
|
||
<li><a href="#">예약관리</a></li>
|
||
<li><a href="#">결제내역</a></li>
|
||
</ul>
|
||
<div class="s_menu">
|
||
<i class="allSearch_info"><span>문자검색</span></i>
|
||
<button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
|
||
<button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button>
|
||
</div>
|
||
</div>
|
||
<!-- search popup 영역 -->
|
||
<div class="pop_search">
|
||
<div class="inner">
|
||
<div class="area_search">
|
||
<select name="" id="">
|
||
<option value="">그림문자</option>
|
||
<option value="">단문문자</option>
|
||
<option value="">장문문자</option>
|
||
<option value="">GIF</option>
|
||
</select>
|
||
<input type="text" placeholder="문자샘플 검색하기" onfocus="this.placeholder=''" onblur="this.placeholder='문자샘플 검색하기'">
|
||
<button><img src="/publish/images/search02.png" alt=""></button>
|
||
</div>
|
||
<div class="area_popular">
|
||
<p><i></i>인기검색어</p>
|
||
<ul class="popular_tag">
|
||
<li><a href="#">#정월대보름</a></li>
|
||
<li class="on"><a href="#">#추석</a></li>
|
||
<li><a href="#">#가을인사</a></li>
|
||
<li><a href="#">#좋은하루</a></li>
|
||
</ul>
|
||
</div>
|
||
<button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button>
|
||
</div>
|
||
</div>
|
||
<!--// search popup 영역 -->
|
||
</div>
|
||
<!--// header body 영역 -->
|
||
<div id="login" class="login2">
|
||
<div class="inner table">
|
||
<div class="login_left table_cell">
|
||
<div class="login_info">
|
||
<i></i>
|
||
<div class="login2_name">
|
||
<p>홍길동홍길동홍길동홍길동</p>
|
||
<span>(개인) 님</span>
|
||
</div>
|
||
<div class="session">
|
||
<span>08:46</span>
|
||
<button type="button">연장</button>
|
||
</div>
|
||
<button type="button" class="btnType btnType3">마이페이지</button>
|
||
<button type="button" class="btnType btnType2">로그아웃</button>
|
||
</div>
|
||
<div class="check_money">
|
||
<i></i>
|
||
<p>보유잔액 <span class="fwMd">3,000</span>원</p>
|
||
<button type="button" class="btnType btnType3">충전</button>
|
||
<button type="button" class="btnType btnType3">전용계좌</button>
|
||
</div>
|
||
<div class="point">
|
||
<i></i>
|
||
<p>포인트 <span class="fwMd">1,000</span>원</p>
|
||
<button type="button" class="btnType btnType3">교환</button>
|
||
</div>
|
||
</div>
|
||
<div class="login_right">
|
||
<button type="button" class="btnType btnType14"><i></i>이동통신사 스팸 규격 안내</button>
|
||
<!-- <button type="button">스팸필터링 번호도용차단</button> -->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// login 영역 -->
|
||
</header>
|
||
<!--// header 영역 -->
|
||
<div class="mask"></div>
|
||
|
||
<!-- content 영역 -->
|
||
<div id="container" class="cont sub">
|
||
<div class="inner">
|
||
<!-- send top -->
|
||
<div class="send_top">
|
||
<!-- tab button -->
|
||
<ul class="tabType1">
|
||
<li class="tab active"><button type="button" onclick="TabType1(this,'1');">단문 · 장문 · 그림 문자</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'2');">대량 문자(엑셀·TXT)</button></li>
|
||
</ul>
|
||
<!--// tab button -->
|
||
<!-- tab content1 -->
|
||
<div class="top_content current election contentArea" id="tab1_1">
|
||
<div class="heading">
|
||
<h2>20건 문자(수동문자) 전송</h2>
|
||
<div class="election_btnWrap">
|
||
<button type="button" class="button2 info" onclick="infoPop('selectMsgDataView2');">발송규정</button>
|
||
<button type="button" class="button2 info" data-tooltip="candidate_popup03">사용안내</button>
|
||
<button type="button" class="btnType" onclick="javascript:fn_candidateLoginChk(); return false;"><i class="election_btn1"></i>후보자 등록</button>
|
||
<button type="button" class="btnType" onclick="location.href='/web/member/pay/BillPub.do'"><i class="election_btn2"></i>세금계산서</button>
|
||
<button type="button" class="btnType" onclick="location.href='/web/mjon/msgsent/selectMsgSentView.do'"><i class="election_btn3"></i>발송결과 출력하기</button>
|
||
</div>
|
||
</div>
|
||
<div class="send_general">
|
||
<!-- send left 문자 보내기 입력 -->
|
||
<div class="send_left">
|
||
<table class="tType1">
|
||
<caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption>
|
||
<colgroup>
|
||
<col style="width: 120px;">
|
||
<col style="width: auto;">
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th scope="row">발신번호</th>
|
||
<td class="put_num">
|
||
<label for="num" class="label"></label>
|
||
<select id="num" class="sel_number">
|
||
<option value="">010-1234-5678</option>
|
||
<option value="">010-1234-5678</option>
|
||
<option value="">010-1234-5678</option>
|
||
<option value="">010-1234-5678</option>
|
||
</select>
|
||
<button type="button" class="btnType btnType6">번호변경</button>
|
||
</td>
|
||
</tr>
|
||
<tr class="msg_title active">
|
||
<th scope="row">제목</th>
|
||
<td>
|
||
<ul class="title_wrap">
|
||
<li>
|
||
<input id="title_y" type="radio" name="title_status" value="Y" onchange="titleStatus(this);">
|
||
<label for="title_y">사용</label>
|
||
<input id="title_n" type="radio" name="title_status" value="N" onchange="titleStatus(this);" checked="checked">
|
||
<label for="title_n">사용안함</label>
|
||
</li>
|
||
<li class="textbox">
|
||
<label for="mmsSubject" class="label"></label>
|
||
<input type="text" size="20" id="mmsSubject" name="mmsSubject" class="w100" maxlength="20" placeholder="" onfocus="this.placeholder=''">
|
||
</li>
|
||
</ul>
|
||
</td>
|
||
</tr>
|
||
<!-- 단문 -->
|
||
<tr>
|
||
<th scope="row" class="vTop">내용</th>
|
||
<td class="putText">
|
||
<div class="clearfix">
|
||
<div class="put_left short">
|
||
<!-- 업로드한 이미지의 썸네일 영역 -->
|
||
<ul class="thumb_wrap liOnImg ui-sortable"></ul>
|
||
<!-- //업로드한 이미지의 썸네일 영역 -->
|
||
<label for="smsTxtArea" class="label"></label>
|
||
<div class="ad_txt">
|
||
<p>(선거운동정보)</p>
|
||
</div><textarea id="smsTxtArea" name="smsTxtArea" class="put_text" placeholder="내용을 입력해주세요.
|
||
-90btye 초과 시 LMS 자동전환
|
||
-파일첨부 시 MMS 자동전환"></textarea>
|
||
<div class="text_length">
|
||
<div class="deny_txt">후보자전화번호 <br>불법수집정보 신고번호 118번<br>무료거부 0808800858</div>
|
||
<div name="afterDeny">
|
||
<p>
|
||
<span class="fwMd" id="msgLeng">79 / </span>
|
||
<span class="c_002c9a fwMd" id="limitLeng">90</span>byte
|
||
</p>
|
||
<span class="msg_com msg_short">단문</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="put_right">
|
||
<div class="btn_popup_wrap spc_wrap">
|
||
<button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button>
|
||
<div class="send_miniPop spc_character">
|
||
<div class="tab_character">
|
||
<a href="#none" class="on">특수문자</a>
|
||
<a href="#none">웃음</a>
|
||
<a href="#none">슬픔</a>
|
||
<a href="#none">분노</a>
|
||
<a href="#none">사랑</a>
|
||
<a href="#none">그외</a>
|
||
</div>
|
||
<!-- 특수문자 -->
|
||
<div class="cnt_character on">
|
||
<div class="box_character">
|
||
<a href="#">※</a>
|
||
<a href="#">☆</a>
|
||
<a href="#">★</a>
|
||
<a href="#">○</a>
|
||
<a href="#">●</a>
|
||
<a href="#">◎</a>
|
||
<a href="#">◇</a>
|
||
<a href="#">◆</a>
|
||
<a href="#">□</a>
|
||
<a href="#">■</a>
|
||
<a href="#">△</a>
|
||
<a href="#">▲</a>
|
||
<a href="#">▽</a>
|
||
<a href="#">▼</a>
|
||
<a href="#">→</a>
|
||
<a href="#">←</a>
|
||
<a href="#">↑</a>
|
||
<a href="#">↓</a>
|
||
<a href="#">↔</a>
|
||
<a href="#">〓</a>
|
||
<a href="#">◁</a>
|
||
<a href="#">♪</a>
|
||
<a href="#">◀</a>
|
||
<a href="#">▷</a>
|
||
<a href="#">▶</a>
|
||
<a href="#">♤</a>
|
||
<a href="#">♠</a>
|
||
<a href="#">♡</a>
|
||
<a href="#">♥</a>
|
||
<a href="#">♧</a>
|
||
<a href="#">♣</a>
|
||
<a href="#">⊙</a>
|
||
<a href="#">◈</a>
|
||
<a href="#">▣</a>
|
||
<a href="#">◐</a>
|
||
<a href="#">◑</a>
|
||
<a href="#">▒</a>
|
||
<a href="#">▦</a>
|
||
<a href="#">♨</a>
|
||
<a href="#">☏</a>
|
||
<a href="#">☎</a>
|
||
<a href="#">☞</a>
|
||
<a href="#">☜</a>
|
||
<a href="#">㈜</a>
|
||
<a href="#">™</a>
|
||
<a href="#">℡</a>
|
||
<a href="#">ㆀ</a>
|
||
<a href="#">ε</a>
|
||
<a href="#">『</a>
|
||
<a href="#">』</a>
|
||
<a href="#">ⓛ</a>
|
||
<a href="#">∏</a>
|
||
<a href="#">ご</a>
|
||
<a href="#">♂</a>
|
||
<a href="#">↗</a>
|
||
<a href="#">↙</a>
|
||
<a href="#">↖</a>
|
||
<a href="#">↘</a>
|
||
<a href="#">ψ</a>
|
||
</div>
|
||
</div>
|
||
<!-- //특수문자 -->
|
||
|
||
<!-- 웃음 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">⌒⌒</a>
|
||
<a href="#">^_^</a>
|
||
<a href="#">^0^</a>
|
||
<a href="#">s( ̄▽ ̄)/</a>
|
||
<a href="#">(/^^)/</a>
|
||
<a href="#">^o^~♬</a>
|
||
<a href="#">^.~</a>
|
||
<a href="#">^-^b</a>
|
||
<a href="#">^▽^</a>
|
||
<a href="#">^ε^</a>
|
||
<a href="#">(^^)γ</a>
|
||
<a href="#">(~^^)~</a>
|
||
<a href="#">☆(~.^)/</a>
|
||
<a href="#">(*^o^*)</a>
|
||
<a href="#">n_n</a>
|
||
<a href="#">↖(^▽^)↗</a>
|
||
<a href="#">( ̄∇ ̄)</a>
|
||
<a href="#">(*^.^)♂</a>
|
||
<a href="#">*^^*</a>
|
||
<a href="#">ㅎ.ㅎ</a>
|
||
<a href="#">=^.^=</a>
|
||
<a href="#">^▽^</a>
|
||
<a href="#">~_~</a>
|
||
<a href="#">(=^▽^)/♪</a>
|
||
</div>
|
||
</div>
|
||
<!-- //웃음 -->
|
||
|
||
<!-- 슬픔 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">(づ_T)</a>
|
||
<a href="#">(ㅠ.ㅠ)</a>
|
||
<a href="#">(#_-)</a>
|
||
<a href="#">o(T^T)o</a>
|
||
<a href="#">ㅠ.ㅠ</a>
|
||
<a href="#">(-_-メ)</a>
|
||
<a href="#">Y.Y</a>
|
||
<a href="#">TmT</a>
|
||
<a href="#">ご.ご</a>
|
||
<a href="#">(=_=;)</a>
|
||
<a href="#">⊇.⊆</a>
|
||
<a href="#">(o_Φ)</a>
|
||
<a href="#">∋.∈</a>
|
||
<a href="#">(___)_</a>
|
||
<a href="#">(-.¥)</a>
|
||
<a href="#">@_O</a>
|
||
<a href="#">●⊙</a>
|
||
<a href="#">(♨_♨)</a>
|
||
<a href="#">(X_X)</a>
|
||
<a href="#">Θ_Θ</a>
|
||
<a href="#">(∏.∏)</a>
|
||
<a href="#">(づ_ど)</a>
|
||
<a href="#">( ̄^ ̄)</a>
|
||
</div>
|
||
</div>
|
||
<!-- //슬픔 -->
|
||
|
||
<!-- 분노 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">Θ_Θ</a>
|
||
<a href="#">=-_-a</a>
|
||
<a href="#">('o')</a>
|
||
<a href="#">(`へ´)</a>
|
||
<a href="#">(-ヘㅡメ)凸</a>
|
||
<a href="#">⊙⊙ㆀ</a>
|
||
<a href="#">⊙.⊙</a>
|
||
<a href="#">ㅡㅡ+</a>
|
||
<a href="#">(`o´)y</a>
|
||
<a href="#">づºДº)つ</a>
|
||
<a href="#">O_O</a>
|
||
<a href="#">(@.@)</a>
|
||
<a href="#">★.★</a>
|
||
<a href="#">(;¬_¬)</a>
|
||
<a href="#">┏(;-_-)┛</a>
|
||
<a href="#">┏(-_-メ)┓</a>
|
||
<a href="#">(><ㆀ)/</a>
|
||
<a href="#">--メ凸</a>
|
||
<a href="#">(`_)乂(_′)</a>
|
||
<a href="#">(-_-)c+_=)</a>
|
||
</div>
|
||
</div>
|
||
<!-- //분노 -->
|
||
|
||
<!-- 사랑 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">♥.♥</a>
|
||
<a href="#">^o^~♬</a>
|
||
<a href="#">(*^}{^*)</a>
|
||
<a href="#">ⓛⓞⓥⓔ</a>
|
||
<a href="#">(*_*)</a>
|
||
<a href="#">(♡.♡)</a>
|
||
<a href="#">ε♡₃ε♥</a>
|
||
<a href="#">(*..)(..*)</a>
|
||
<a href="#">(~.^)s</a>
|
||
<a href="#">☞♡☜</a>
|
||
<a href="#">*♥o♥*</a>
|
||
<a href="#">(/^o^)/♡</a>
|
||
<a href="#">@-m-m--</a>
|
||
<a href="#">=>>------▷♡</a>
|
||
<a href="#">(*^^)σ(^_^)</a>
|
||
<a href="#">(*^-^)♡(^o^*)</a>
|
||
<a href="#">(づ^.^)づ~♡</a>
|
||
<a href="#">\(*^▽^*)ノ</a>
|
||
<a href="#">*⌒З^)^.⌒*)</a>
|
||
<a href="#">(づ ̄³ ̄)づ~</a>
|
||
<a href="#">(づ ̄³ ̄)づ</a>
|
||
<a href="#">(^*^)kiss</a>
|
||
<a href="#">(*'-⌒*)ⓥ</a>
|
||
<a href="#">s( ̄▽ ̄)/</a>
|
||
</div>
|
||
</div>
|
||
<!-- //사랑 -->
|
||
|
||
<!-- 그외 -->
|
||
<div class="cnt_character emt_character emt_etc ">
|
||
<div class="box_character">
|
||
<a href="#"><:3)--</a>
|
||
<a href="#">(^(oo)^)</a>
|
||
<a href="#">(:::[</a>
|
||
<a href="#">]:::)</a>
|
||
<a href="#">[( ̄. ̄)]zZ</a>
|
||
<a href="#">(``)(``)</a>
|
||
<a href="#">(T(oo)T)</a>
|
||
<a href="#">(^.^)=O)#.#)</a>
|
||
<a href="#">?‥…─━★</a>
|
||
<a href="#">(__)zzz</a>
|
||
<a href="#">(=ㅅ)=333</a>
|
||
<a href="#"><(>.<ㆀ)></a>
|
||
<a href="#">>(/////)<</a>
|
||
<a href="#">((ど(</a>
|
||
<a href="#">^0^</a>
|
||
<a href="#">)つ))</a>
|
||
<a href="#">■■■■■□90%</a>
|
||
<a href="#">( ̄_ ̄>-(^▽^;)</a>
|
||
<a href="#">∑⊙)++333=◀</a>
|
||
<a href="#">(ノ^_^)ノ~~⑩</a>
|
||
<a href="#">(^▽^)/\(^_^)</a>
|
||
<a href="#">(*.*)@==(`.`)</a>
|
||
<a href="#">(っㅡㅡ)つ━●</a>
|
||
<a href="#">(``)(</a>
|
||
<a href="#">:)(..)(:</a>
|
||
<a href="#">(``)</a>
|
||
</div>
|
||
</div>
|
||
<!-- //그외 -->
|
||
<button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button>
|
||
</div>
|
||
</div>
|
||
<button type="button" class="btnType btnType7" onclick="miniPopup(this)">선거 필수문구 입력</button>
|
||
<button type="button" class="btnType btnType7">내문자함</button>
|
||
<button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button>
|
||
<div class="send_btnWrap">
|
||
<button type="button" class="btnType btnType9">문자저장</button>
|
||
<button type="button" class="btnType btnType9">초기화</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p>
|
||
</td>
|
||
</tr>
|
||
<!-- 포토 -->
|
||
<tr>
|
||
<th scope="row" class="vTop">받는사람</th>
|
||
<td class="putText">
|
||
<div class="clearfix receipt_num">
|
||
<div class="receipt_num_top">
|
||
<label for="" class="label">받는 번호입력</label>
|
||
<input type="text" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;">
|
||
<button type="button" class="btnType btnType6">번호추가</button>
|
||
<span><span class="vMiddle">*</span> 중복번호는 한번만 발송됩니다.</span>
|
||
</div>
|
||
<div class="receipt_num_midde receipt_number_table_wrap">
|
||
<div class="put_left">
|
||
<div class="listType list">
|
||
<ul class="thead_ul table_ul">
|
||
<li><!-- <div class="input_wrap"><input type="checkbox" id="checkAll" name="receipt_number_check"></div> --></li>
|
||
<li>
|
||
번호
|
||
<button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button>
|
||
<button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button>
|
||
</li>
|
||
<li></li>
|
||
<li>번호
|
||
<button type="button" class="btn_sort_up"><img src="/publish/images/sortUp.png"></button>
|
||
<button type="button" class="btn_sort_down"><img src="/publish/images/sortDown.png"></button></li>
|
||
</ul>
|
||
<ul class="tbody_ul table_ul">
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check1" name="receipt_number_check"></div>
|
||
<label for="check1">010-1234-0001</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check2" name="receipt_number_check"></div>
|
||
<label for="check2">010-1234-0002</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check3" name="receipt_number_check"></div>
|
||
<label for="check3">010-1234-0003</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check4" name="receipt_number_check"></div>
|
||
<label for="check4">010-1234-0004</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check5" name="receipt_number_check"></div>
|
||
<label for="check5">010-1234-0005</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check6" name="receipt_number_check"></div>
|
||
<label for="check6">010-1234-0006</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check7" name="receipt_number_check"></div>
|
||
<label for="check7">010-1234-0007</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check8" name="receipt_number_check"></div>
|
||
<label for="check8">010-1234-0008</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check9" name="receipt_number_check"></div>
|
||
<label for="check9">010-1234-0009</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check10" name="receipt_number_check"></div>
|
||
<label for="check10">010-1234-0010</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check11" name="receipt_number_check"></div>
|
||
<label for="check11">010-1234-0011</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check12" name="receipt_number_check"></div>
|
||
<label for="check12">010-1234-0012</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check13" name="receipt_number_check"></div>
|
||
<label for="check13">010-1234-0013</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check14" name="receipt_number_check"></div>
|
||
<label for="check14">010-1234-0014</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check15" name="receipt_number_check"></div>
|
||
<label for="check15">010-1234-0015</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check16" name="receipt_number_check"></div>
|
||
<label for="check16">010-1234-0016</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check17" name="receipt_number_check"></div>
|
||
<label for="check17">010-1234-0017</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check18" name="receipt_number_check"></div>
|
||
<label for="check18">010-1234-0018</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check19" name="receipt_number_check"></div>
|
||
<label for="check19">010-1234-0019</label>
|
||
</li>
|
||
<li class="ui-widget-content">
|
||
<div class="input_wrap"><input type="checkbox" id="check20" name="receipt_number_check"></div>
|
||
<label for="check20">010-1234-0020</label>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="list_bottom">
|
||
<ul class="pagination">
|
||
<!-- <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>
|
||
<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> -->
|
||
<li class="on"><button type="button"><a href="#" title="현재페이지">1</a></button></li>
|
||
<!-- <li><button type="button" onclick="customSampleListAjax(2);return false;"><a href="#" title="2페이지">2</a></button></li>
|
||
<li><button type="button" onclick="customSampleListAjax(3);return false;"><a href="#" title="3페이지">3</a></button></li>
|
||
<li><button type="button" onclick="customSampleListAjax(4);return false;"><a href="#" title="4페이지">4</a></button></li>
|
||
<li><button type="button" onclick="customSampleListAjax(5);return false;"><a href="#" title="5페이지">5</a></button></li>
|
||
<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>
|
||
<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> -->
|
||
</ul>
|
||
<div class="list_bottom_right">
|
||
<button type="button" class="btnType btn_gray fill">전체선택</button>
|
||
<div class="btn_popup_wrap">
|
||
<button type="button" class="btnType btn_yellow fill btn_check_one">1명씩 선택<i class="qmMark"></i></button>
|
||
<div class="error_hover_cont send_hover_cont">
|
||
<p>마우스를 누르고 있으면 받는사람을 연속적으로 20명까지 선택할 수 있습니다.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="put_right">
|
||
<button type="button" class="btnType btnType7">주소록 불러오기</button>
|
||
<button type="button" class="btnType btnType7">엑셀 불러오기</button>
|
||
<div class="btn_popup_wrap">
|
||
<button type="button" class="btnType btnType3">오류 검사 <i class="qmMark"></i></button>
|
||
<div class="error_hover_cont send_hover_cont">
|
||
<p>마우스를 계속 누르고 있으면 받는 사람이 연속으로 선택됩니다.</p>
|
||
<span>(예시) 010-1234-0001(O) / 010-123-0001(X)</span>
|
||
</div>
|
||
</div>
|
||
<dl class="receipt_info">
|
||
<dt>전체 받는사람 <button type="button" class="btn_reset"><i></i>초기화</button></dt>
|
||
<dd>
|
||
<p><b>10,000,000</b>명</p>
|
||
</dd>
|
||
<dt>전송완료</dt>
|
||
<dd>
|
||
<p><b class="c_e40000">20</b>명</p>
|
||
</dd>
|
||
<dt>잔여 받는사람</dt>
|
||
<dd>
|
||
<p><b class="c_002c9a">99,999,980</b>명</p>
|
||
</dd>
|
||
</dl>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2" class="billingAmount">
|
||
<div>
|
||
<div class="final_pay">
|
||
<div class="pay_info_list">
|
||
<p>발송금액 :</p>
|
||
<div class="info" id="repPriceTxt" style="display: none;">
|
||
단문 : <strong>20</strong>건<span>/</span>장문 : <strong>150</strong>건<span>/</span>그림문자 : <strong>30</strong>건
|
||
</div>
|
||
</div>
|
||
<p class="price"><span id="repPriceTxt"></span><span id="totalPriceTxt">0</span> 원<span></span></p>
|
||
</div>
|
||
<p style="text-align: right; font-size: 14px; color: #666; margin: -10px 0 15px 0; font-weight: 300;">* 이벤트회원의 발송금액은 이벤트단가를 적용하여 계산된 금액이므로 실제 발송금액과 다를 수 있습니다.</p>
|
||
<div class="pay_type clearfix">
|
||
<div>
|
||
<input type="radio" id="radio_bill_1" name="radio_bill" checked="checked">
|
||
<label for="radio_bill_1">보유잔액</label>
|
||
|
||
<label for="userMoney" class="label">보유잔액</label>
|
||
<input type="text" id="userMoney" name="userMoney" value="0" readonly="">
|
||
<span class="won">원</span>
|
||
<button type="button" class="btnType btnType21" onclick="location.href='/web/member/pay/PayView.do'">충전</button>
|
||
</div>
|
||
<div><button type="button" data-tooltip="popup07" class="btnType btnType3 btn_event_cash">이벤트 잔액</button></div>
|
||
</div>
|
||
<!--발송금액 아래 등급별 가격안내 추가-->
|
||
<div class="my_price_wrap">
|
||
<div class="center-line"></div>
|
||
<ul>
|
||
<li class="title">
|
||
<img src="/publish/images/content/icon_mypage_message.png" alt="">나의 단가 <span>:</span>
|
||
</li>
|
||
<li class="price_line">
|
||
<span class="type">단문</span>
|
||
<span class="price">18</span>원
|
||
<span class="line">/ </span>
|
||
</li>
|
||
<li class="price_line">
|
||
<span class="type">장문</span>
|
||
<span class="price">50</span>원
|
||
<span class="line">/ </span>
|
||
</li>
|
||
<li class="price_line">
|
||
<span class="type">그림</span>
|
||
<span class="price">90</span>원
|
||
(2장 : 110원 / 3장 : 130원)
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">추천인 ID</th>
|
||
<td class="check_num">
|
||
<input id="radio5" type="radio" name="recom" checked="checked">
|
||
<label for="radio5">없음</label>
|
||
<input id="radio6" type="radio" name="recom">
|
||
<label for="radio6">있음</label>
|
||
<div>
|
||
<label for="id" class="label"></label>
|
||
<input type="text" size="20" id="id" placeholder="추천인 아이디 입력" onfocus="this.placeholder=''" onblur="this.placeholder='추천인 아이디 입력'">
|
||
<button type="button" class="btnType btnType9">추천인 확인</button>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div><!-- send left 문자 보내기 입력 -->
|
||
<!-- send right 문자 보내기 미리보기 -->
|
||
<div class="send_right">
|
||
<div class="phone">
|
||
<div class="phoneIn">
|
||
<div>
|
||
<p class="prev_p"><img src="/publish/images/search. png">미리보기</p>
|
||
<div class="text_length2 clearfix" style="display: none;">
|
||
<span class="msg_com msg_short">단문</span>
|
||
<div>
|
||
<span>글자크기</span>
|
||
<button type="button"><img src="/publish/images/ content/font_plus.png"></button>
|
||
<button type="button"><img src="/publish/images/ content/font_minus.png"></button>
|
||
</div>
|
||
</div>
|
||
<div class="text_length2 clearfix">
|
||
<span class="msg_com msg_photo">포토</span>
|
||
<ul class="photo_msg_num">
|
||
<li onclick="imgClick(0);"><a href="#none">1</a></ li>
|
||
<li onclick="imgClick(1);"><a href="#none">2</a></ li>
|
||
<li onclick="imgClick(2);"><a href="#none">3</a></ li>
|
||
</ul>
|
||
<div>
|
||
<span>글자크기</span>
|
||
<button type="button"><img src="/publish/images/ content/font_plus.png"></button>
|
||
<button type="button"><img src="/publish/images/ content/font_minus.png"></button>
|
||
</div>
|
||
</div>
|
||
<!-- 텍스트 미리보기 -->
|
||
<div class="text_preview">
|
||
<div class="preiew_img">
|
||
<div class="img_box">
|
||
<img src="/publish/images/content/ photo_sample01.jpg">
|
||
</div>
|
||
<div class="img_box">
|
||
<img src="/publish/images/content/ photo_sample01.jpg">
|
||
</div>
|
||
<div class="img_box">
|
||
<img src="/publish/images/content/excel.jpg">
|
||
</div>
|
||
</div>
|
||
<div class="preview_auto">
|
||
<p class="ad_tit">(광고)</p>
|
||
<p class="none_txt">내용을 입력해주세요.</p>
|
||
<p class="realtime"></p>
|
||
<p class="deny_receipt">무료 거부 080-0000-0000</p>
|
||
</div>
|
||
</div>
|
||
<!-- //텍스트 미리보기 -->
|
||
</div>
|
||
</div>
|
||
<p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p>
|
||
</div>
|
||
<div class="phone_bottom">
|
||
<div class="send_rev">
|
||
<div class="send_content">
|
||
<div class="rev_radio">
|
||
<ul>
|
||
<li><input type="radio" id="reserYnN" name="reserYn" value="N" checked="checked"><label for="reserYnN">즉시</label></li>
|
||
<li><input type="radio" id="reserYnY" name="reserYn" value="Y"><label for="reserYnY">예약</label></li>
|
||
</ul>
|
||
</div>
|
||
<div class="send_btn">
|
||
<button type="button" class="btnType btnType11" onclick="publishCommon.toastsUtil('처리가 완료되었습니다.','active', 'success')">발송하기</button>
|
||
<button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button>
|
||
</div>
|
||
</div>
|
||
<div class="rev_selected" style="display:none;">
|
||
<div class="rev_top">
|
||
<span>날짜 :</span>
|
||
<div class="calendar_wrap">
|
||
<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">
|
||
</div>
|
||
<div class="selBox">
|
||
<select class="selType1" id="msgResHour" name="msgResHour">
|
||
<option value="00">00시</option>
|
||
<option value="01">01시</option>
|
||
<option value="02">02시</option>
|
||
<option value="03">03시</option>
|
||
<option value="04">04시</option>
|
||
<option value="05">05시</option>
|
||
<option value="06">06시</option>
|
||
<option value="07">07시</option>
|
||
<option value="08">08시</option>
|
||
<option value="09">09시</option>
|
||
<option value="10">10시</option>
|
||
<option value="11">11시</option>
|
||
<option value="12">12시</option>
|
||
<option value="13">13시</option>
|
||
<option value="14">14시</option>
|
||
<option value="15">15시</option>
|
||
<option value="16">16시</option>
|
||
<option value="17">17시</option>
|
||
<option value="18">18시</option>
|
||
<option value="19">19시</option>
|
||
<option value="20">20시</option>
|
||
<option value="21">21시</option>
|
||
<option value="22">22시</option>
|
||
<option value="23">23시</option>
|
||
<option value="24">24시</option>
|
||
</select>
|
||
<select class="selType1" id="msgResMin" name="msgResMin">
|
||
<option value="00">00분</option>
|
||
<option value="05">05분</option>
|
||
<option value="10">10분</option>
|
||
<option value="15">15분</option>
|
||
<option value="20">20분</option>
|
||
<option value="25">25분</option>
|
||
<option value="30">30분</option>
|
||
<option value="35">35분</option>
|
||
<option value="40">40분</option>
|
||
<option value="45">45분</option>
|
||
<option value="50">50분</option>
|
||
<option value="55">55분</option>
|
||
</select>
|
||
</div>
|
||
<!-- <div class="rev_bottom">
|
||
<input type="checkbox" id="divideChk" name="divideChk">
|
||
<label for="divideChk">분할전송</label>
|
||
<select class="selType1" id="divideCnt" name="divideCnt">
|
||
<option value="2">2</option>
|
||
<option value="10">10</option>
|
||
<option value="20">20</option>
|
||
<option value="30">30</option>
|
||
</select>
|
||
<label for="divideCnt">건</label>
|
||
<select class="selType1" id="divideTime" name="divideTime">
|
||
<option value="5">05분</option>
|
||
<option value="10">10분</option>
|
||
<option value="15">15분</option>
|
||
<option value="20">20분</option>
|
||
<option value="30">30분</option>
|
||
</select>
|
||
<label for="divideTime">간격</label>
|
||
</div> -->
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// send right 문자 보내기 미리보기 -->
|
||
</div>
|
||
</div>
|
||
<!--// tab content1 -->
|
||
<!-- tab content2 -->
|
||
<div class="top_content get_excel" id="tab1_2">
|
||
<div class="heading">
|
||
<h2>대량문자</h2>
|
||
</div>
|
||
<div class="titBox">
|
||
<p>- 각각 다른 사람에게 다른 내용의 메시지를 한번에 보낼 수 있습니다. (최대 1만 건)</p>
|
||
<p>- 광고성 메시지는 반드시 유의사항 확인 후 발송해 주시기 바랍니다. <span><a href="#" data-tooltip="adpopup01">[광고문자 관련규정 안내]</a></span></p>
|
||
<p>- 엑셀영역은 복사, 붙여넣기가 가능합니다.</p>
|
||
<button type="button" class="titBox_btn1"><i></i>사용안내</button>
|
||
</div>
|
||
<div class="send_general">
|
||
<!-- send left 문자 보내기 입력 -->
|
||
<div class="send_left">
|
||
<table class="tType1">
|
||
<caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption>
|
||
<colgroup>
|
||
<col style="width: 120px;">
|
||
<col style="width: auto;">
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th scope="row">문자분류</th>
|
||
<td class="send_cf">
|
||
<input id="radio1" type="radio" name="send_clas" checked="checked">
|
||
<label for="radio1">일반</label>
|
||
<input id="radio2" type="radio" name="send_clas">
|
||
<label for="radio2">광고</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">발신번호</th>
|
||
<td class="put_num">
|
||
<label for="num" class="label"></label>
|
||
<select id="num" class="sel_number">
|
||
<option value="">010-1234-5678</option>
|
||
<option value="">010-1234-5678</option>
|
||
<option value="">010-1234-5678</option>
|
||
<option value="">010-1234-5678</option>
|
||
</select>
|
||
<button type="button" class="btnType btnType6">번호추가</button>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">제목</th>
|
||
<td>
|
||
<!-- 단문일 때 -->
|
||
<label for="text" class="label"></label>
|
||
<input type="text" size="20" id="text" class="w100" placeholder="" onfocus="this.placeholder=''" disabled>
|
||
<!-- 장문일 때 -->
|
||
<!-- <input type="text" size="20" id="text" class="w100" placeholder="제목을 입력해주세요 (최대30byte, 발송관리용)" onfocus="this.placeholder=''" onblur="this.placeholder='제목을 입력해주세요 (최대30byte, 발송관리용)'"> -->
|
||
</td>
|
||
</tr>
|
||
<!-- 단문 -->
|
||
<tr>
|
||
<th scope="row" class="vTop">내용</th>
|
||
<td class="putText">
|
||
<div class="clearfix">
|
||
<div class="put_left short">
|
||
<div class="ad_txt">
|
||
<p>(광고)</p>
|
||
</div>
|
||
<label for="textarea" class="label"></label>
|
||
<textarea id="textarea" class="put_text" placeholder="내용을 입력해주세요.
|
||
-90btye 초과 시 LMS 자동전환
|
||
-파일첨부 시 MMS 자동전환"></textarea>
|
||
<div class="text_length">
|
||
<div>
|
||
<p>무료 거부 080-0000-0000</p>
|
||
</div>
|
||
<div>
|
||
<p><span class="fwMd">15 /<span><span class="c_002c9a fwMd"> 90</span>byte</p>
|
||
<span class="msg_com msg_short">단문</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="put_right">
|
||
<div class="btn_popup_wrap spc_wrap">
|
||
<button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button>
|
||
<div class="send_miniPop spc_character">
|
||
<div class="tab_character">
|
||
<a href="#none" class="on">특수문자</a>
|
||
<a href="#none">웃음</a>
|
||
<a href="#none">슬픔</a>
|
||
<a href="#none">분노</a>
|
||
<a href="#none">사랑</a>
|
||
<a href="#none">그외</a>
|
||
</div>
|
||
<!-- 특수문자 -->
|
||
<div class="cnt_character on">
|
||
<div class="box_character">
|
||
<a href="#">※</a>
|
||
<a href="#">☆</a>
|
||
<a href="#">★</a>
|
||
<a href="#">○</a>
|
||
<a href="#">●</a>
|
||
<a href="#">◎</a>
|
||
<a href="#">◇</a>
|
||
<a href="#">◆</a>
|
||
<a href="#">□</a>
|
||
<a href="#">■</a>
|
||
<a href="#">△</a>
|
||
<a href="#">▲</a>
|
||
<a href="#">▽</a>
|
||
<a href="#">▼</a>
|
||
<a href="#">→</a>
|
||
<a href="#">←</a>
|
||
<a href="#">↑</a>
|
||
<a href="#">↓</a>
|
||
<a href="#">↔</a>
|
||
<a href="#">〓</a>
|
||
<a href="#">◁</a>
|
||
<a href="#">♪</a>
|
||
<a href="#">◀</a>
|
||
<a href="#">▷</a>
|
||
<a href="#">▶</a>
|
||
<a href="#">♤</a>
|
||
<a href="#">♠</a>
|
||
<a href="#">♡</a>
|
||
<a href="#">♥</a>
|
||
<a href="#">♧</a>
|
||
<a href="#">♣</a>
|
||
<a href="#">⊙</a>
|
||
<a href="#">◈</a>
|
||
<a href="#">▣</a>
|
||
<a href="#">◐</a>
|
||
<a href="#">◑</a>
|
||
<a href="#">▒</a>
|
||
<a href="#">▦</a>
|
||
<a href="#">♨</a>
|
||
<a href="#">☏</a>
|
||
<a href="#">☎</a>
|
||
<a href="#">☞</a>
|
||
<a href="#">☜</a>
|
||
<a href="#">㈜</a>
|
||
<a href="#">™</a>
|
||
<a href="#">℡</a>
|
||
<a href="#">ㆀ</a>
|
||
<a href="#">ε</a>
|
||
<a href="#">『</a>
|
||
<a href="#">』</a>
|
||
<a href="#">ⓛ</a>
|
||
<a href="#">∏</a>
|
||
<a href="#">ご</a>
|
||
<a href="#">♂</a>
|
||
<a href="#">↗</a>
|
||
<a href="#">↙</a>
|
||
<a href="#">↖</a>
|
||
<a href="#">↘</a>
|
||
<a href="#">ψ</a>
|
||
</div>
|
||
</div>
|
||
<!-- //특수문자 -->
|
||
|
||
<!-- 웃음 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">⌒⌒</a>
|
||
<a href="#">^_^</a>
|
||
<a href="#">^0^</a>
|
||
<a href="#">s( ̄▽ ̄)/</a>
|
||
<a href="#">(/^^)/</a>
|
||
<a href="#">^o^~♬</a>
|
||
<a href="#">^.~</a>
|
||
<a href="#">^-^b</a>
|
||
<a href="#">^▽^</a>
|
||
<a href="#">^ε^</a>
|
||
<a href="#">(^^)γ</a>
|
||
<a href="#">(~^^)~</a>
|
||
<a href="#">☆(~.^)/</a>
|
||
<a href="#">(*^o^*)</a>
|
||
<a href="#">n_n</a>
|
||
<a href="#">↖(^▽^)↗</a>
|
||
<a href="#">( ̄∇ ̄)</a>
|
||
<a href="#">(*^.^)♂</a>
|
||
<a href="#">*^^*</a>
|
||
<a href="#">ㅎ.ㅎ</a>
|
||
<a href="#">=^.^=</a>
|
||
<a href="#">^▽^</a>
|
||
<a href="#">~_~</a>
|
||
<a href="#">(=^▽^)/♪</a>
|
||
</div>
|
||
</div>
|
||
<!-- //웃음 -->
|
||
|
||
<!-- 슬픔 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">(づ_T)</a>
|
||
<a href="#">(ㅠ.ㅠ)</a>
|
||
<a href="#">(#_-)</a>
|
||
<a href="#">o(T^T)o</a>
|
||
<a href="#">ㅠ.ㅠ</a>
|
||
<a href="#">(-_-メ)</a>
|
||
<a href="#">Y.Y</a>
|
||
<a href="#">TmT</a>
|
||
<a href="#">ご.ご</a>
|
||
<a href="#">(=_=;)</a>
|
||
<a href="#">⊇.⊆</a>
|
||
<a href="#">(o_Φ)</a>
|
||
<a href="#">∋.∈</a>
|
||
<a href="#">(___)_</a>
|
||
<a href="#">(-.¥)</a>
|
||
<a href="#">@_O</a>
|
||
<a href="#">●⊙</a>
|
||
<a href="#">(♨_♨)</a>
|
||
<a href="#">(X_X)</a>
|
||
<a href="#">Θ_Θ</a>
|
||
<a href="#">(∏.∏)</a>
|
||
<a href="#">(づ_ど)</a>
|
||
<a href="#">( ̄^ ̄)</a>
|
||
</div>
|
||
</div>
|
||
<!-- //슬픔 -->
|
||
|
||
<!-- 분노 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">Θ_Θ</a>
|
||
<a href="#">=-_-a</a>
|
||
<a href="#">('o')</a>
|
||
<a href="#">(`へ´)</a>
|
||
<a href="#">(-ヘㅡメ)凸</a>
|
||
<a href="#">⊙⊙ㆀ</a>
|
||
<a href="#">⊙.⊙</a>
|
||
<a href="#">ㅡㅡ+</a>
|
||
<a href="#">(`o´)y</a>
|
||
<a href="#">づºДº)つ</a>
|
||
<a href="#">O_O</a>
|
||
<a href="#">(@.@)</a>
|
||
<a href="#">★.★</a>
|
||
<a href="#">(;¬_¬)</a>
|
||
<a href="#">┏(;-_-)┛</a>
|
||
<a href="#">┏(-_-メ)┓</a>
|
||
<a href="#">(><ㆀ)/</a>
|
||
<a href="#">--メ凸</a>
|
||
<a href="#">(`_)乂(_′)</a>
|
||
<a href="#">(-_-)c+_=)</a>
|
||
</div>
|
||
</div>
|
||
<!-- //분노 -->
|
||
|
||
<!-- 사랑 -->
|
||
<div class="cnt_character emt_character">
|
||
<div class="box_character">
|
||
<a href="#">♥.♥</a>
|
||
<a href="#">^o^~♬</a>
|
||
<a href="#">(*^}{^*)</a>
|
||
<a href="#">ⓛⓞⓥⓔ</a>
|
||
<a href="#">(*_*)</a>
|
||
<a href="#">(♡.♡)</a>
|
||
<a href="#">ε♡₃ε♥</a>
|
||
<a href="#">(*..)(..*)</a>
|
||
<a href="#">(~.^)s</a>
|
||
<a href="#">☞♡☜</a>
|
||
<a href="#">*♥o♥*</a>
|
||
<a href="#">(/^o^)/♡</a>
|
||
<a href="#">@-m-m--</a>
|
||
<a href="#">=>>------▷♡</a>
|
||
<a href="#">(*^^)σ(^_^)</a>
|
||
<a href="#">(*^-^)♡(^o^*)</a>
|
||
<a href="#">(づ^.^)づ~♡</a>
|
||
<a href="#">\(*^▽^*)ノ</a>
|
||
<a href="#">*⌒З^)^.⌒*)</a>
|
||
<a href="#">(づ ̄³ ̄)づ~</a>
|
||
<a href="#">(づ ̄³ ̄)づ</a>
|
||
<a href="#">(^*^)kiss</a>
|
||
<a href="#">(*'-⌒*)ⓥ</a>
|
||
<a href="#">s( ̄▽ ̄)/</a>
|
||
</div>
|
||
</div>
|
||
<!-- //사랑 -->
|
||
|
||
<!-- 그외 -->
|
||
<div class="cnt_character emt_character emt_etc ">
|
||
<div class="box_character">
|
||
<a href="#"><:3)--</a>
|
||
<a href="#">(^(oo)^)</a>
|
||
<a href="#">(:::[</a>
|
||
<a href="#">]:::)</a>
|
||
<a href="#">[( ̄. ̄)]zZ</a>
|
||
<a href="#">(``)(``)</a>
|
||
<a href="#">(T(oo)T)</a>
|
||
<a href="#">(^.^)=O)#.#)</a>
|
||
<a href="#">?‥…─━★</a>
|
||
<a href="#">(__)zzz</a>
|
||
<a href="#">(=ㅅ)=333</a>
|
||
<a href="#"><(>.<ㆀ)></a>
|
||
<a href="#">>(/////)<</a>
|
||
<a href="#">((ど(</a>
|
||
<a href="#">^0^</a>
|
||
<a href="#">)つ))</a>
|
||
<a href="#">■■■■■□90%</a>
|
||
<a href="#">( ̄_ ̄>-(^▽^;)</a>
|
||
<a href="#">∑⊙)++333=◀</a>
|
||
<a href="#">(ノ^_^)ノ~~⑩</a>
|
||
<a href="#">(^▽^)/\(^_^)</a>
|
||
<a href="#">(*.*)@==(`.`)</a>
|
||
<a href="#">(っㅡㅡ)つ━●</a>
|
||
<a href="#">(``)(</a>
|
||
<a href="#">:)(..)(:</a>
|
||
<a href="#">(``)</a>
|
||
</div>
|
||
</div>
|
||
<!-- //그외 -->
|
||
<button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button>
|
||
</div>
|
||
</div>
|
||
<div class="btn_popup_wrap convers_wrap">
|
||
<button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button>
|
||
<div class="send_miniPop convers">
|
||
<div>
|
||
<div class="convers_top">
|
||
<span>특정문구 일괄변환이란?</span>
|
||
<p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의 메시지를 발송하는 기능</p>
|
||
</div>
|
||
<div class="convers_middle"><a href="#">#{이름}</a></div>
|
||
<div class="convers_bottom">
|
||
<a href="#">#{1}</a>
|
||
<a href="#">#{2}</a>
|
||
<a href="#">#{3}</a>
|
||
<a href="#">#{4}</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<button type="button" class="btnType btnType7">내문자함</button>
|
||
<button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button>
|
||
<div class="send_btnWrap">
|
||
<button type="button" class="btnType btnType9">문자저장</button>
|
||
<button type="button" class="btnType btnType9">초기화</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p>
|
||
</td>
|
||
</tr>
|
||
<!-- 포토 -->
|
||
<tr style="display: none;">
|
||
<th scope="row">내용</th>
|
||
<td class="putText">
|
||
<div class="clearfix">
|
||
<div class="put_left photo">
|
||
<ul class="thumb_wrap">
|
||
<li class="on">
|
||
<div>
|
||
<img src="/publish/images/content/thumb1.jpg" alt="thumb1">
|
||
</div>
|
||
<button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button>
|
||
<button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<div>
|
||
<img src="/publish/images/content/thumb2.jpg" alt="thumb1">
|
||
</div>
|
||
<button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button>
|
||
<button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button>
|
||
</li>
|
||
<li>
|
||
<div>
|
||
<img src="/publish/images/content/thumb3.jpg" alt="thumb1">
|
||
</div>
|
||
<button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button>
|
||
<button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button>
|
||
</li>
|
||
</ul>
|
||
<div class="ad_txt">
|
||
<p>(광고)</p>
|
||
</div>
|
||
<label for="textarea" class="label"></label>
|
||
<textarea id="textarea" class="put_text">
|
||
해마다 찾아오는 봄이지만
|
||
봄맞이 대청소라는 말처럼,
|
||
새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ
|
||
|
||
"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을
|
||
깨끗이 비워보는 겁니다.
|
||
|
||
새봄에 새마음으로 새롭게 시작해 보는 겁니다.
|
||
|
||
해마다 찾아오는 봄이지만
|
||
봄맞이 대청소라는 말처럼,
|
||
새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ
|
||
|
||
"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을
|
||
깨끗이 비워보는 겁니다.
|
||
|
||
새봄에 새마음으로 새롭게 시작해 보는 겁니다.
|
||
|
||
해마다 찾아오는 봄이지만
|
||
봄맞이 대청소라는 말처럼,
|
||
새 봄을 맞아 봄맞이 마음청소 한번하고 가실께요~ㅎㅎ
|
||
|
||
"새술은 새부대에"라는 말처럼 버리고 싶은 기억들을
|
||
깨끗이 비워보는 겁니다.
|
||
|
||
새봄에 새마음으로 새롭게 시작해 보는 겁니다.
|
||
</textarea>
|
||
<div class="text_length">
|
||
<div>
|
||
<p>무료 거부 080-0000-0000</p>
|
||
</div>
|
||
<div>
|
||
<p><span class="fwMd">15 /<span><span class="c_002c9a fwMd"> 2000</span>byte</p>
|
||
<span class="msg_com msg_photo">그림</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="put_right">
|
||
<div class="btn_popup_wrap spc_wrap">
|
||
<button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button>
|
||
<div class="send_miniPop spc_character">
|
||
<div>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
<a href="#"></a>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="btn_popup_wrap">
|
||
<button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button>
|
||
<div class="send_miniPop convers">
|
||
<div>
|
||
<div class="convers_top">
|
||
<span>특정문구 일괄변환이란?</span>
|
||
<p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의<br> 메시지를 발송하는 기능</p>
|
||
</div>
|
||
<div class="convers_middle"><a href="#">#{이름}</a></div>
|
||
<div class="convers_bottom">
|
||
<a href="#">#{1}</a>
|
||
<a href="#">#{2}</a>
|
||
<a href="#">#{3}</a>
|
||
<a href="#">#{4}</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<button type="button" class="btnType btnType7">내문자함</button>
|
||
<button type="button" class="btnType btnType8" onclick="showPotoediter();">이미지 불러오기</button>
|
||
<div class="send_btnWrap">
|
||
<button type="button" class="btnType btnType9">문자저장</button>
|
||
<button type="button" class="btnType btnType9">초기화</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<p>* 현재 [단문] <span class="c_e40000 fwBold">120,000</span>건 발송 가능합니다.</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div><!-- send left 문자 보내기 입력 -->
|
||
<!-- send right 문자 보내기 미리보기 -->
|
||
<div class="send_right">
|
||
<div class="phone">
|
||
<div class="phoneIn">
|
||
<div>
|
||
<p class="prev_p"><img src="/publish/images/search. png">미리보기</p>
|
||
<div class="text_length2 clearfix" style="display: none;">
|
||
<span class="msg_com msg_short">단문</span>
|
||
<div>
|
||
<span>글자크기</span>
|
||
<button type="button"><img src="/publish/images/ content/font_plus.png"></button>
|
||
<button type="button"><img src="/publish/images/ content/font_minus.png"></button>
|
||
</div>
|
||
</div>
|
||
<div class="text_length2 clearfix">
|
||
<span class="msg_com msg_photo">포토</span>
|
||
<ul class="photo_msg_num">
|
||
<li onclick="imgClick(0);"><a href="#none">1</a></ li>
|
||
<li onclick="imgClick(1);"><a href="#none">2</a></ li>
|
||
<li onclick="imgClick(2);"><a href="#none">3</a></ li>
|
||
</ul>
|
||
<div>
|
||
<span>글자크기</span>
|
||
<button type="button"><img src="/publish/images/ content/font_plus.png"></button>
|
||
<button type="button"><img src="/publish/images/ content/font_minus.png"></button>
|
||
</div>
|
||
</div>
|
||
<!-- 텍스트 미리보기 -->
|
||
<div class="text_preview">
|
||
<div class="preiew_img">
|
||
<div class="img_box">
|
||
<img src="/publish/images/content/ photo_sample01.jpg">
|
||
</div>
|
||
<div class="img_box">
|
||
<img src="/publish/images/content/ photo_sample01.jpg">
|
||
</div>
|
||
<div class="img_box">
|
||
<img src="/publish/images/content/excel.jpg">
|
||
</div>
|
||
</div>
|
||
<div class="preview_auto">
|
||
<p class="ad_tit">(광고)</p>
|
||
<p class="none_txt">내용을 입력해주세요.</p>
|
||
<p class="realtime"></p>
|
||
<p class="deny_receipt">무료 거부 080-0000-0000</p>
|
||
</div>
|
||
</div>
|
||
<!-- //텍스트 미리보기 -->
|
||
</div>
|
||
</div>
|
||
<p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p>
|
||
</div>
|
||
</div>
|
||
<!--// send right 문자 보내기 미리보기 -->
|
||
</div>
|
||
<!-- excel 대량 불러오기 -->
|
||
<div class="excelWrap">
|
||
<div>
|
||
<div class="excel_selBox">
|
||
<div>
|
||
<button type="button" class="excel_btn btnType"><i class="uproad"></i>엑셀 불러오기</button>
|
||
</div>
|
||
<div>
|
||
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 샘플 다운로드</button>
|
||
<!-- <button type="button" class="btnType btnType14"><i></i>번호입력형식안내</button> -->
|
||
</div>
|
||
</div>
|
||
<div class="file_add">
|
||
<p><img src="/publish/images/content/file_add.png" alt="파일 붙여넣기">마우스로 엑셀 파일을 여기에 끌어다 놓으세요</p>
|
||
</div>
|
||
<div class="excel_middle2">
|
||
<p>총 <span class="c_e40000 fwBold">120</span>건 / 중복 <span class="c_002c9a fwBold">9</span>건</p>
|
||
<button type="button" class="btnType btnType6">번호추가</button>
|
||
</div>
|
||
<div class="drag_drop_wrap">
|
||
<img src="/publish/images/content/excel.jpg" style="width: 100%;">
|
||
</div>
|
||
<div class="excel_middle">
|
||
<div class="select_btnWrap clearfix">
|
||
<div>
|
||
<button type="button"><i class="remove_img"></i>선택삭제</button>
|
||
<button type="button"><i class="remove_img"></i>오류번호삭제</button>
|
||
<button type="button" class="check_validity">오류 검사<i></i></button>
|
||
</div>
|
||
<div>
|
||
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="send_general sec">
|
||
<div class="send_left">
|
||
<table class="tType1">
|
||
<caption>일반 문자보내기 분류 번호 내용 등을 입력하는 표</caption>
|
||
<colgroup>
|
||
<col style="width: 100px;">
|
||
<col style="width: auto;">
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th colspan="2" class="billingAmount">
|
||
<div>
|
||
<div class="final_pay">
|
||
<p>결제금액 :</p>
|
||
<p class="price"><span>200,000</span>원<span>(부가세 포함)</span></p>
|
||
</div>
|
||
<div class="pay_type clearfix">
|
||
<div>
|
||
<label for="" class="label">충전 금액</label>
|
||
<input id="radio_bill_1" type="radio" name="radio_bill" checked="checked">
|
||
<label for="radio_bill_1">내 충전금 (<span>3,000</span>원)</label>
|
||
</div>
|
||
<div>
|
||
<label for="" class="label">포인트 금액</label>
|
||
<input type="text" placeholder="199,700" readonly>
|
||
<button type="button" class="btnType btnType3">충전</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">추천인 ID</th>
|
||
<td class="check_num">
|
||
<input id="radio5" type="radio" name="recom" checked="checked">
|
||
<label for="radio5">없음</label>
|
||
<input id="radio6" type="radio" name="recom">
|
||
<label for="radio6">있음</label>
|
||
<div>
|
||
<label for="id" class="label"></label>
|
||
<input type="text" size="20" id="id" placeholder="추천인 아이디 입력" onfocus="this.placeholder=''" onblur="this.placeholder='추천인 아이디 입력'">
|
||
<button type="button" class="btnType btnType9">추천인 확인</button>
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="send_right">
|
||
<div class="send_rev">
|
||
<div class="rev_radio">
|
||
<input id="radio11" type="radio" name="reser2" checked="checked">
|
||
<label for="radio11">즉시</label>
|
||
<input id="radio12" type="radio" name="reser2">
|
||
<label for="radio12">예약</label>
|
||
</div>
|
||
<div class="rev_selected">
|
||
<div class="rev_top">
|
||
<span>날짜 :</span>
|
||
<div class="calendar_wrap">
|
||
<input type="text" class="startDate2 inp" title="검색 시작일" id="startDate2" name="startDate2" value="" data-datecontrol="true">
|
||
</div>
|
||
<label for="" class="label">시 선택</label>
|
||
<div class="selBox">
|
||
<select class="selType1">
|
||
<option>00시</option>
|
||
<option>10시</option>
|
||
<option>20시</option>
|
||
</select>
|
||
<label for="" class="label">분 선택</label>
|
||
<select class="selType1">
|
||
<option>00분</option>
|
||
<option>25분</option>
|
||
<option>50분</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
<div class="rev_bottom">
|
||
<input type="checkbox">
|
||
<label for="">분할전송</label>
|
||
<select class="selType1">
|
||
<option>00시</option>
|
||
<option>10시</option>
|
||
<option>20시</option>
|
||
</select>
|
||
<label for="">건</label>
|
||
<select class="selType1">
|
||
<option>00분</option>
|
||
<option>25분</option>
|
||
<option>50분</option>
|
||
</select>
|
||
<label>간격</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="send_btn">
|
||
<button type="button" class="btnType btnType10">테스트 발송<img src="/publish/images/content/qmIcon.png"></button>
|
||
<button type="button" class="btnType btnType11">발송하기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// tab content2 -->
|
||
<div class="send_bottom">
|
||
<!-- tab button -->
|
||
<ul class="tabType2">
|
||
<li class="tab"><button type="button" onclick="TabType2(this,'1');">문자 샘플</button></li>
|
||
<li class="tab active"><button type="button" onclick="TabType2(this,'2');">그림문자 샘플</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType2(this,'3');">지도/약도 추가</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType2(this,'4');">내 문자함</button></li>
|
||
</ul>
|
||
<!--// tab button -->
|
||
<div class="search_sample">
|
||
<input type="text" placeholder="문자샘플 검색" onfocus="this.placeholder=''" onblur="this.placeholder='문자샘플 검색'">
|
||
<button><img src="/publish/images/search02.png" alt=""></button>
|
||
</div>
|
||
<!-- tab content1 -->
|
||
<div class="bottom_content" id="tab2_1">
|
||
<div class="area_tabs">
|
||
<div class="top_tab">
|
||
<div class="tab_depth1">
|
||
<a href="#none" class="on">전체</a>
|
||
<a href="#none">기업</a>
|
||
<a href="#none">개인</a>
|
||
<div class="on_active">전체</div>
|
||
</div>
|
||
<div class="tab_depth2">
|
||
<a href="#none" class="on">단문문자</a>
|
||
<a href="#none">장문문자</a>
|
||
</div>
|
||
<select name="" id="" class="selType2">
|
||
<option value="">2줄보기</option>
|
||
<option value="">4줄보기</option>
|
||
<option value="">6줄보기</option>
|
||
</select>
|
||
<div class="customReq">
|
||
<button type="button"><i></i>맞춤제작 요청</button>
|
||
</div>
|
||
</div>
|
||
<div class="bottom_tab">
|
||
<div class="tab_depth3">
|
||
<a href="#none">All</a>
|
||
<a href="#none" class="on">BEST</a>
|
||
<a href="#none">요일</a>
|
||
<a href="#none">계절/날씨</a>
|
||
<a href="#none">선거</a>
|
||
<a href="#none">기념일데이</a>
|
||
<a href="#none">경조사</a>
|
||
<a href="#none">모임/행사</a>
|
||
<a href="#none">명절</a>
|
||
<a href="#none">연말연시</a>
|
||
<a href="#none">감사/축하</a>
|
||
<a href="#none">사랑/우정</a>
|
||
<a href="#none">격려/위로</a>
|
||
<a href="#none">유머/코믹</a>
|
||
<a href="#none">좋은글/명언</a>
|
||
<a href="#none">운세/별자리</a>
|
||
<a href="#none">종교</a>
|
||
</div>
|
||
<div class="tab_depth4">
|
||
<a href="#none" class="on">#봄인사</a>
|
||
<a href="#none">#좋은글</a>
|
||
<a href="#none">#초대/답례</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ul class="area_tabcontent msg_sample">
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이 화이트 데이 화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
</li>
|
||
</ul>
|
||
<!-- pagination -->
|
||
<ul class="pagination">
|
||
<li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li>
|
||
<li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li>
|
||
<li class="on"><button>1</button></li>
|
||
<li><button>2</button></li>
|
||
<li><button>3</button></li>
|
||
<li><button>4</button></li>
|
||
<li><button>5</button></li>
|
||
<li><button>6</button></li>
|
||
<li><button>7</button></li>
|
||
<li><button>8</button></li>
|
||
<li><button>9</button></li>
|
||
<li><button>10</button></li>
|
||
<li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li>
|
||
<li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li>
|
||
</ul><!-- pagination -->
|
||
</div>
|
||
<!--// tab content1 -->
|
||
<!--// tab content2 -->
|
||
<div class="bottom_content current" id="tab2_2">
|
||
<div class="area_tabs">
|
||
<div class="top_tab">
|
||
<div class="tab_depth1">
|
||
<a href="#none" class="on">전체</a>
|
||
<a href="#none">기업</a>
|
||
<a href="#none">개인</a>
|
||
<div class="on_active">전체</div>
|
||
</div>
|
||
<div class="tab_depth2">
|
||
<a href="#none" class="on">그림문자</a>
|
||
</div>
|
||
<select name="" id="" class="selType2">
|
||
<option value="">2줄보기</option>
|
||
<option value="">4줄보기</option>
|
||
<option value="">6줄보기</option>
|
||
</select>
|
||
<div class="customReq">
|
||
<button type="button"><i></i>맞춤제작 요청</button>
|
||
</div>
|
||
</div>
|
||
<div class="bottom_tab">
|
||
<div class="tab_depth3">
|
||
<a href="#none">All</a>
|
||
<a href="#none" class="on">BEST</a>
|
||
<a href="#none">요일</a>
|
||
<a href="#none">계절/날씨</a>
|
||
<a href="#none">선거</a>
|
||
<a href="#none">기념일데이</a>
|
||
<a href="#none">경조사</a>
|
||
<a href="#none">모임/행사</a>
|
||
<a href="#none">명절</a>
|
||
<a href="#none">연말연시</a>
|
||
<a href="#none">감사/축하</a>
|
||
<a href="#none">사랑/우정</a>
|
||
<a href="#none">격려/위로</a>
|
||
<a href="#none">유머/코믹</a>
|
||
<a href="#none">좋은글/명언</a>
|
||
<a href="#none">운세/별자리</a>
|
||
<a href="#none">종교</a>
|
||
</div>
|
||
<div class="tab_depth4">
|
||
<a href="#none" class="on">#봄인사</a>
|
||
<a href="#none">#좋은글</a>
|
||
<a href="#none">#초대/답례</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ul class="area_tabcontent photo_sample">
|
||
<li class="hover_photo">
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample01.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석 입니다 추석 입니다 추석 입니다 추석 입니다</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample01.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample02.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample02.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample03.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample03.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample04.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample04.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample05.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample05.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample06.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample06.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample07.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample07.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample08.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample08.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample09.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample09.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="hover_cont"><img src="/publish/images/content/photo_sample10.jpg" alt=""></div>
|
||
<div class="tit_text_wrap">
|
||
<p class="tit_text">추석</p>
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample10.jpg" alt="">
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- pagination -->
|
||
<ul class="pagination">
|
||
<li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li>
|
||
<li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li>
|
||
<li class="on"><button>1</button></li>
|
||
<li><button>2</button></li>
|
||
<li><button>3</button></li>
|
||
<li><button>4</button></li>
|
||
<li><button>5</button></li>
|
||
<li><button>6</button></li>
|
||
<li><button>7</button></li>
|
||
<li><button>8</button></li>
|
||
<li><button>9</button></li>
|
||
<li><button>10</button></li>
|
||
<li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li>
|
||
<li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li>
|
||
</ul><!-- pagination -->
|
||
</div>
|
||
<!--// tab content2 -->
|
||
<!--tab content3 -->
|
||
<div class="bottom_content" id="tab2_3">
|
||
<div class="map_search">
|
||
<label for="" class="label"></label>
|
||
<input type="text" placeholder="도로명 또는 지번을 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='도로명 또는 지번을 입력해주세요.'">
|
||
<button type="button" class="btnType map_check">확인</button>
|
||
<button type="button" class="btnType map_add">약도링크 추가</button>
|
||
<p><span class="vMiddle">*</span> 지도링크는 입력메시지 끝부분에 추가됩니다.</p>
|
||
</div>
|
||
<img src="/publish/images/content/imsi_map.PNG" alt="지도" style="width: 100%;">
|
||
</div>
|
||
<!--// tab content3 -->
|
||
<!-- tab content4 -->
|
||
<div class="bottom_content" id="tab2_4">
|
||
<div class="search_wrap clearfix">
|
||
<div class="btn_left">
|
||
<span>· 기간</span>
|
||
<div class="calendar_wrap">
|
||
<input type="text" class="startDate3 inp" title="검색 시작일" id="startDate3" name="startDate3" value="" data-datecontrol="true">
|
||
<div class="calendar_in" id="calendarName_startDate3" style="z-index: 9;">
|
||
<button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate3-lry','',this)"></button>
|
||
<div id="startDate3-lry" class="calendarPop" style="display: none;">
|
||
<iframe id="startDate3-ifrm" name="startDate3-ifrm" class="calendar-frame" src="/publish/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe>
|
||
</div>
|
||
</div>
|
||
<span class="dateEtc">~</span>
|
||
<input type="text" class="endDate inp" title="검색 종료일" id="endDate" name="endDate" value="" data-datecontrol="true">
|
||
<div class="calendar_in" id="calendarName_endDate" style="z-index: 0;">
|
||
<button type="button" value="달력 팝업 열기" onclick="return calendarOpen('endDate-lry','',this)"></button>
|
||
</div>
|
||
</div>
|
||
<div class="search">
|
||
<label for="id" class="label"></label>
|
||
<input type="text" id="id" placeholder="내보관함 검색" onfocus="this.placeholder=''" onblur="this.placeholder='내보관함 검색'">
|
||
<button type="button" class="btnType btnType2">검색</button>
|
||
</div>
|
||
</div>
|
||
<div class="btn_right">
|
||
<button type="button">최근순<i></i></button>
|
||
<select name="" id="" class="selType2">
|
||
<option value="">전체보기</option>
|
||
<option value="">완료</option>
|
||
<option value="">수정중</option>
|
||
<option value="">수정요청</option>
|
||
</select>
|
||
<select name="" id="" class="selType2">
|
||
<option value="">2줄보기</option>
|
||
<option value="">4줄보기</option>
|
||
<option value="">6줄보기</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
<div class="search_wrap_btn">
|
||
<button type="button" class="btnType15"><i class="add_img"></i>전체선택</button>
|
||
<button type="button" class="btnType15"><i class="remove_img"></i>선택삭제</button>
|
||
<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>
|
||
</div>
|
||
<ul class="area_tabcontent msg_sample myBox">
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이 화이트 데이 화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample01.jpg" alt="">
|
||
</div>
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample02.jpg" alt="">
|
||
</div>
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample03.jpg" alt="">
|
||
</div>
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="photo_cont">
|
||
<img src="/publish/images/content/photo_sample01.jpg" alt="">
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
<li>
|
||
<div class="tit_text_wrap">
|
||
<label for="" class="label">내 문자함 체크</label>
|
||
<input type="checkbox" id="">
|
||
<p class="tit_text">화이트 데이</p>
|
||
</div>
|
||
<div class="msg_cont">
|
||
<div class="msg_text">즐거운 화이트데이입니다. <br><br>
|
||
달달한 하루보내시라고, 화이트 데이 사탕보냅니다.<br><br>
|
||
맛있게 드시고, 새콤달콤 행복한 하루보내세요~<br><br>hayeon1014!
|
||
*""* <br>
|
||
*◆○* <br>
|
||
*♡◎★* <br>
|
||
######## <br>
|
||
\_____/<br>
|
||
</div>
|
||
</div>
|
||
<p class="info_text">0 / <span class="limit_text">90</span>byte</p>
|
||
<div class="myphoto_info">
|
||
<p>2021-01-01</p>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<!-- pagination -->
|
||
<ul class="pagination">
|
||
<li class="page_first"><button><img src="/publish/images/content/page_first.png" alt=""></button></li>
|
||
<li class="page_prev"><button><img src="/publish/images/content/page_prev.png" alt=""></button></li>
|
||
<li class="on"><button>1</button></li>
|
||
<li><button>2</button></li>
|
||
<li><button>3</button></li>
|
||
<li><button>4</button></li>
|
||
<li><button>5</button></li>
|
||
<li><button>6</button></li>
|
||
<li><button>7</button></li>
|
||
<li><button>8</button></li>
|
||
<li><button>9</button></li>
|
||
<li><button>10</button></li>
|
||
<li class="page_next"><button><img src="/publish/images/content/page_next.png" alt=""></button></li>
|
||
<li class="page_last"><button><img src="/publish/images/content/page_last.png" alt=""></button></li>
|
||
</ul><!-- pagination -->
|
||
</div>
|
||
<!--// tab content4 -->
|
||
|
||
</div>
|
||
</div>
|
||
<!--// send top -->
|
||
|
||
</div>
|
||
</div>
|
||
<!--// content 영역 -->
|
||
<!-- footer 영역 -->
|
||
<footer id="footer" class="footer">
|
||
<div class="footer_top">
|
||
<div class="inner table">
|
||
<ul class="table_cell">
|
||
<li><a href="#">이용약관</a></li>
|
||
<li class="SortLine fwRg c_white"><a href="#">개인정보취급방침</a></li>
|
||
<li class="SortLine fwRg c_white"><a href="#">스팸관리정책</a></li>
|
||
<li class="SortLine"><a href="#">불법스팸예방안내</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="footer_body">
|
||
<div class="inner table">
|
||
<div class="table_cell">
|
||
<a href="#" class="footer_logo"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a>
|
||
<div class="footer_info">
|
||
<p>주소 : 경기도 남양주시 다산중앙로 19번길 21 1027호, 1028호(블루웨일 지식산업센터 1차)</p>
|
||
<p>사업자번호 : 653-87-00858 | 대표 : 유인식 | 통신판매등록번호 : 제 다산-12345호 | 문의전화 : 070-4786-0007</p>
|
||
<p>Copyright 2020 ⓒ MUNJAON co. Ltd, All rights reserved.</p>
|
||
</div>
|
||
<div class="footer_service_center">
|
||
<i></i>
|
||
<div>
|
||
<p>고객센터</p>
|
||
<span class="footer_service_num">070-4786-0008</span>
|
||
<span>E-mail : help@iten.co.kr</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<!--// footer 영역 -->
|
||
<div class='long-click'>0.3s Long-Click</div>
|
||
<p>버튼을 꾹~ 눌러보세요!</p>
|
||
</body>
|
||
|
||
</html> |