mjon_git/src/main/webapp/publish/payment1.html
2025-05-07 10:09:38 +09:00

815 lines
32 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>문자온</title>
<!-- css -->
<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/mem.css">
<link rel="stylesheet" href="/publish/css/adrbook.css">
<link rel="stylesheet" href="/publish/css/font.css">
<link rel="stylesheet" href="/publish/css/popupLayer.css">
<!-- script -->
<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/popupLayer.js"></script>
<script src="/publish/js/popup.js"></script>
<script>
$(document).ready(function () {
$("input[name=classifyMoney]").click(function () {
if ($(this).attr("id") == "classifyMoney1") {
$(".moneyPoint").hide();
$(".moneyBack").show();
} else if ($(this).attr("id") == "classifyMoney2") {
$(".moneyPoint").show();
$(".moneyBack").hide();
}
});
})
</script>
<!-- 달력 -->
<link rel="stylesheet" href="/publish/js/datepicker/classic.css">
<link rel="stylesheet" href="/publish/js/datepicker/classic.date.css">
<script type="text/javascript" src="/publish/js/datepicker/picker.js"></script>
<script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script>
<script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script>
</head>
<body>
<div class="mask"></div>
<div class="tooltip-wrap">
<div class="popup-com point_layer popup04" tabindex="0" data-tooltip-con="popup04" data-focus="popup04" data-focus-prev="popup04-close">
<div class="popup_heading">
<p>포인트 전환</p><button type="button" class="tooltip-close" data-focus="popup04-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
</div>
<div class="layer_in">
<div class="titBox">
<p>- 포인트 2% 적립</p>
<p>- 포인트는 10,000원 이상부터 충전금 전환이 가능합니다.</p>
<p>- 전환된 포인트 금액은 환불이 불가합니다.(포인트 10,000원 이상부터 현금 전환 가능)</p>
</div>
<table class="layer_tType1">
<caption>포인트 전환 표</caption>
<colgroup>
<col style="width: 95px">
<col style="width: auto">
</colgroup>
<tbody>
<tr>
<th>내 포인트</th>
<td class="remain_point">
<p><span>12,000</span></p>
</td>
</tr>
<tr>
<th>구분</th>
<td><input id="classifyMoney1" type="radio" name="classifyMoney" checked="checked"><label for="classifyMoney1">현금으로 받기</label><input id="classifyMoney2" type="radio" name="classifyMoney"><label for="classifyMoney2">잔액으로 전환하기</label></td>
</tr>
<tr class="moneyBack">
<th>은행명</th>
<td><label for="" class="label">은행명 선택</label><select id="">
<option>은행선택</option>
<option>신한은행</option>
<option>국민은행</option>
<option>우리은행</option>
</select></td>
</tr>
<tr class="moneyBack">
<th>계좌번호</th>
<td><label for="" class="label">계좌번호 입력</label><input type="text" placeholder="계좌번호를 입력해주세요" onfocus="this.placeholder=''" onblur="this.placeholder='새 그룹명을 입력해주세요'" class="inputLight" style="width: 100%;"></td>
</tr>
<tr class="moneyBack">
<th>예금주</th>
<td><label for="" class="label">예금주 입력</label><input type="text" placeholder="예금주를 입력해주세요" onfocus="this.placeholder=''" onblur="this.placeholder='새 예금주를 입력해주세요'" class="inputLight" style="width: 100%;"></td>
</tr>
<tr class="moneyBack">
<th>연락처</th>
<td><label for="" class="label">연락처 입력</label><input type="text" placeholder="-’없이 전화번호를 입력해주세요" onfocus="this.placeholder=''" onblur="this.placeholder='-’없이 전화번호를 입력해주세요'" class="inputLight" style="width: 100%;"></td>
</tr>
<tr class="moneyBack">
<th>전환금액</th>
<td><label for="" class="label">예금주 입력</label><input type="text" style="width: 100%;">
<p class="input_in2"></p>
</td>
</tr>
<tr class="moneyPoint">
<th>전환금액</th>
<td><label for="" class="label">예금주 입력</label><input type="text" style="width: 100%;">
<p class="input_in2"></p>
</td>
</tr>
</tbody>
</table>
<div class="popup_btn_wrap2"><button type="button">전환하기</button><button type="button" class="tooltip-close" data-focus="popup04-close" data-focus-next="popup04">취소</button></div>
</div>
</div>
</div>
<div class="skip_menu"><a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a></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>
<header id="header" class="header">
<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>
<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>
<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="문자샘플 검색하기"><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>
</div>
<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" data-tooltip="popup04" class="btnType btnType3">교환</button>
</div>
</div>
<div class="login_right"><button type="button" class="btnType btnType14"><i></i>이동통신사 스팸 규격 안내</button></div>
</div>
</div>
</header>
<div id="container" class="cont sub">
<div class="inner">
<div class="send_top">
<ul class="tabType4">
<li class="tab active"><button type="button" onclick="TabType5(this,'1');">요금안내/견적내기</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/payment2.html'">결제하기</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/payment3.html'">요금 결제내역</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/payment4.html'">요금 사용내역</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/payment5.html'">세금계산서 발행 등록</button></li>
</ul>
<div class="serv_content charg_cont current" id="tab5_1">
<div class="heading">
<h2>요금안내/견적내기</h2>
<button type="button" class="button info" onclick="infoListPop('payment1','792','300');">사용안내</button>
</div>
<div class="pay_tab_wrap">
<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')">견적내기</button></li>
</ul>
</div>
<div class="fee_cont current" id="tab1_1">
<div>
<p class="tType1_title">
<img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자<span class="level_first" id="grdShowArea"></span>
</p>
<table class="tType2">
<caption></caption>
<colgroup>
<col style="width: 18%;">
<col style="width: auto;">
<col style="width: 32%;">
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>특징</th>
<th>가격</th>
</tr>
</thead>
<tbody>
<tr>
<th>단문(SMS)</th>
<td>90Byte 이하 단문 메시지(이미지 첨부 불가)</td>
<td><span>18.0</span></td>
</tr>
<tr>
<th>장문(LMS)</th>
<td>91~2,000Byte 이하 장문메시지(이미지 첨부 불가)</td>
<td><span>50.0</span></td>
</tr>
<tr>
<th>그림문자(MMS)</th>
<td>2,000Byte 이하 문자 및 이미지를 포함하는그림메시지(이미지 최대 3장 첨부 가능) </td>
<td>1장 : <span>90.0</span>원 / 2장 : <span>110.0<span>원/ 3장 : <span>130.0</span></span></span></td>
</tr>
</tbody>
</table>
<span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span>
<!--문자_등급별 요금 안내 추가 시작-->
<div id="mberGrdSettingArea" style="display: none;">
<p class="tType1_title level"><img src="/publish/images/content/icon_fee1.png" alt="문자이미지"> 문자<span>(등급별 요금 안내)</span></p>
<table class="tType2 tType2_level">
<caption></caption>
<colgroup>
<col style="width: 13%;">
<col style="width: auto;">
<col style="width: 11%;">
<col style="width: 11%;">
<col style="width: 11%;">
<col style="width: 11%;">
<col style="width: 11%;">
</colgroup>
<thead>
<tr>
<th>등급</th>
<th class="th_second">누적결제액<span id="levelSubTitle"></span></th>
<th>단문</th>
<th>장문</th>
<th>그림(1장)</th>
<th>그림(2장)</th>
<th>그림(3장)</th>
</tr>
</thead>
<tbody>
<tr class="level_table">
<th>VVIP</th>
<td class="level_price">10,000,000</td>
<td>8.1</td>
<td>32.0</td>
<td>65.0</td>
<td>75.0</td>
<td>80.0</td>
</tr>
<tr class="level_table">
<th>VIP</th>
<td class="level_price">9,000,000</td>
<td>8.5</td>
<td>33.0</td>
<td>66.0</td>
<td>76.0</td>
<td>83.0</td>
</tr>
<tr class="level_table">
<th>골드</th>
<td class="level_price">8,000,000</td>
<td>9.0</td>
<td>34.0</td>
<td>67.0</td>
<td>77.0</td>
<td>85.0</td>
</tr>
<tr class="level_table">
<th>실버</th>
<td class="level_price">7,000,000</td>
<td>10.0</td>
<td>35.0</td>
<td>68.0</td>
<td>78.0</td>
<td>90.0</td>
</tr>
<tr class="level_table">
<th>블랙</th>
<td class="level_price">6,000,000</td>
<td>11.0</td>
<td>36.0</td>
<td>69.0</td>
<td>79.0</td>
<td>95.0</td>
</tr>
<tr class="level_table">
<th>레드</th>
<td class="level_price">5,000,000</td>
<td>12.0</td>
<td>38.0</td>
<td>72.0</td>
<td>80.0</td>
<td>100.0</td>
</tr>
<tr class="level_table">
<th>퍼플</th>
<td class="level_price">4,000,000</td>
<td>13.0</td>
<td>40.0</td>
<td>75.0</td>
<td>85.0</td>
<td>105.0</td>
</tr>
<tr class="level_table">
<th>블루</th>
<td class="level_price">3,000,000</td>
<td>14.0</td>
<td>42.0</td>
<td>78.0</td>
<td>90.0</td>
<td>110.0</td>
</tr>
<tr class="level_table">
<th>오렌지</th>
<td class="level_price">2,000,000</td>
<td>15.0</td>
<td>44.0</td>
<td>81.0</td>
<td>95.0</td>
<td>115.0</td>
</tr>
<tr class="level_table">
<th>그린</th>
<td class="level_price">1,000,000</td>
<td>16.0</td>
<td>46.0</td>
<td>84.0</td>
<td>100.0</td>
<td>120.0</td>
</tr>
<tr class="level_table">
<th>옐로우</th>
<td class="level_price">500,000</td>
<td>17.0</td>
<td>48.0</td>
<td>87.0</td>
<td>105.0</td>
<td>125.0</td>
</tr>
<tr class="level_table">
<th>화이트</th>
<td class="level_price">0</td>
<td>18.0</td>
<td>50.0</td>
<td>90.0</td>
<td>110.0</td>
<td>130.0</td>
</tr>
</tbody>
</table>
<span class="reqTxt4">
* 등급별 요금제는 당사의 정책 및 운영의 필요상 수정, 중단 또는 변경될 수 있습니다. <br>
* 누적결제액은 등급별 요금제 적용일로부터 적립된 결제금액을 말하며, 누적결제액에 따라 등급은 자동으로 적용됩니다. <br>
* "첫결제 이벤트" 등 이벤트 결제금액은 등급별 요금제 누적결제액에서 제외됩니다. <br>
</span>
<p class="reqTxt4 reqTxt4_last">
* 문자피싱, 스미싱, 주식, 도박, 로또, 스팸, 사기, 협박, 범죄, 유사투자, 유사수신 등을 목적으로 하거나 교사 또는 방조하는 내용의 정보, 발신번호 조작 등으로 인지되는 문자에 대해서는 사전 또는 즉시 발송을 차단하고
이용을 정지시킬 수 있으며, 이에 대한 어떠한 환불이나 보상을 실시하지 않습니다. 또한, 상기 문자를 발송한 회원에 대해서는 그 즉시 등급별 요금제 혜택을 취소합니다.
</p>
</div>
<!--문자_등급별 요금 안내 추가 끝-->
<p class="tType1_title"><img src="/publish/images/content/icon_fee2.png" alt="알림톡 아이콘 이미지"> 알림톡</p>
<table class="tType2">
<colgroup>
<col style="width: 20%;">
<col style="width: 60%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>특징</th>
<th>가격</th>
</tr>
</thead>
<tbody>
<tr>
<th>알림톡</th>
<td>카카오톡을 통해 친구 추가 여부와 관계 없이 휴대폰 번호로 발송이 가능한 정보성 메시지<br>(1,000자 이하의 텍스트 및 이미지 중 카카오 사전 승인 건에 한하여 발송 가능)</td>
<td>1장 : <span>6.9</span></td>
</tr>
</tbody>
</table>
<span class="reqTxt4">* 텍스트 용량(Byte)에 대한 안내 : 한글2Byte, 영문·숫자 1Byte를 차지.</span>
<p class="tType1_title"><img src="/publish/images/content/icon_fee_fax.png" alt="팩스 아이콘 이미지"> 팩스</p>
<table class="tType2">
<colgroup>
<col style="width: 20%;">
<col style="width: 60%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>특징(전송가능확장자)</th>
<th>가격</th>
</tr>
</thead>
<tbody>
<tr>
<th>팩스</th>
<td>전송 가능 파일(hwp, pdf, ppt, xls, xlsx, doc, jpg, jpeg, bmp, txt, gif, hwpml, tif, gul)</td>
<td>1매 : <span>58.0</span></td>
</tr>
</tbody>
</table>
<p class="tType1_title"><img src="/publish/images/content/icon_fee3.png" alt="그림문자 맞춤제작 이미지"> 그림문자 맞춤제작</p>
<table class="tType2">
<caption></caption>
<colgroup>
<col style="width: 80%;">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>가격</th>
</tr>
</thead>
<tbody>
<tr>
<th>문자온 샘플 수정(글자, 색상, 폰트 등)</th>
<td><span>7,000</span></td>
</tr>
<tr>
<th>이미지 편집(첨부이미지 1장)</th>
<td><span>15,000</span></td>
</tr>
<tr>
<th>이미지 편집(첨부이미지 3장이하)</th>
<td><span>30,000</span></td>
</tr>
<tr>
<th>텍스트 단순수정</th>
<td><span>3,000</span></td>
</tr>
</tbody>
</table>
<span class="reqTxt4">* 텍스트 단순수정 요청은 맞춤제작이 완료된 그림문자의 수정 시에만 가능합니다.</span>
<div class="banner">
<p>대량발송 고객 가격협의 가능</p>
<ul>
<li><img src="/publish/images/content/banner_call01.png" alt="">
<p>전화 <strong>1551-8011</strong></p>
<p></p>
</li>
<li><img src="/publish/images/content/banner_email01.png" alt="">
<p>이메일<span>help@iten.co.kr</span> <button type="button" onclick="location.href='mailto:help@iten.co.kr'">상담하기</button></p>
</li>
<li><img src="/publish/images/content/banner_kakao01.png" alt="">
<p>카카오톡<span>munjaon</span><a href="http://pf.kakao.com/_PxoTtb/chat" target="_blank">상담하기</a></p>
<p></p>
</li>
</ul>
</div>
</div>
</div>
<div class="fee_cont" id="tab1_2">
<ul class="clause_list">
<li class="list_open on">
<div class="clause_list_head">
<div class="list_head_in"><span><i></i>요금안내</span><button type="button" onclick="clause_list(this);"><i></i></button></div>
</div>
<div class="clause_list_body">
<table class="refund_info">
<caption>요금 안내</caption>
<colgroup>
<col style="width: 13%;">
<col style="width: auto;">
<col style="width: 25%;">
</colgroup>
<thead>
<tr>
<th>구분</th>
<th>특징</th>
<th>금액</th>
</tr>
</thead>
<tbody>
<tr>
<td>단문(SMS)</td>
<td>90Byte 이하 단문 메시지(이미지 첨부 불가)</td>
<td><span>18.0</span></td>
</tr>
<tr>
<td>장문(LMS)</td>
<td>91~2,000Byte 이하 장문메시지(이미지 첨부 불가)</td>
<td><span>50.0</span></td>
</tr>
<tr>
<td>그림문자(MMS)</td>
<td>2,000Byte 이하 문자 및 이미지를 포함하는 그림메시지(이미지 최대 3장 첨부 가능)</td>
<td>1장 : <span>90.0</span>원 / 2장 : <span>110.0</span>원 / 3장 : <span>130.0</span></td>
</tr>
<tr>
<td>카카오(알림톡)</td>
<td>카카오톡을 통해 친구 추가 여부와 관계 없이 휴대폰 번호로 발송이 가능한 정보성 메시지(1,000자 이하의 텍스트 및 이미지 중 카카오 사전 승인 건에 한하여 발송 가능)</td>
<td><span>6.9</span></td>
</tr>
<tr>
<td>팩스</td>
<td>전송 가능 파일(hwp, pdf, ppt, xls, xlsx, doc, jpg, jpeg, bmp, txt, gif, hwpml, tif, htm, html, gul)</td>
<td><span>58.0</span></td>
</tr>
<tr>
<td>맞춤제작</td>
<td>문자온 샘플 수정(글자, 색상, 폰트 등)</td>
<td><span>7,000</span></td>
</tr>
<tr>
<td>맞춤제작</td>
<td>이미지 편집(첨부이미지 1장)</td>
<td><span>15,000</span></td>
</tr>
<tr>
<td>맞춤제작</td>
<td>이미지 편집(첨부이미지 3장이하)</td>
<td><span>30,000</span></td>
</tr>
<tr>
<td>맞춤제작</td>
<td>텍스트 단순수정</td>
<td><span>3,000</span></td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
<div>
<p class="tType1_title">일반정보</p>
<table class="tType1">
<caption></caption>
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>제목</th>
<td><label for="" class="label">견적내기 제목</label><input type="text" id="title" name="title" placeholder="견적서" onfocus="this.placeholder=''" onblur="this.placeholder='견적서'" style="width: 400px;" maxlength="20"></td>
</tr>
<tr>
<th>수신자(기업명)</th>
<td><label for="" class="label">수신자(기업명) 입력</label><input type="text" placeholder="" onfocus="this.placeholder=''" onblur="this.placeholder=''" style="width: 400px;"></td>
</tr>
<tr>
<th>담당자(성명)</th>
<td><label for="" class="label">담장자(성명) 입력</label><input type="text" placeholder="" style="width: 400px;"></td>
</tr>
<tr>
<th>연락처</th>
<td><label for="" class="label">발행일 입력</label><input type="text" placeholder="'-'없이 숫자만 입력" style="width: 400px;" onblur="this.placeholder=''-'없이 숫자만 입력'"></td>
</tr>
<tr>
<th>발행일</th>
<td>
<div class="calendar_wrap">
<input type="text" class="calendar picker__input" title="발행일" id="publishDate" name="publishDate" readonly="" aria-haspopup="true" aria-expanded="false" aria-readonly="false" aria-owns="publishDate_root">
</div>
</td>
</tr>
</tbody>
</table>
<p class="tType1_title">품목정보</p>
<table class="tType1 itemInfo">
<caption></caption>
<colgroup>
<col style="width: 150px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th>구분</th>
<td>
<label for="" class="label">품목 선택</label>
<select name="" id="" style="width: 210px;">
<option value="">단문(SMS)</option>
<option value="">장문(LMS)</option>
<option value="">그림문자(1장)</option>
<option value="">그림문자(2장)</option>
<option value="">그림문자(3장)</option>
<option value="">카톡(알림톡)</option>
<option value="">팩스</option>
</select>
<label for="" class="label">품목 별 단가</label>
<input type="text" placeholder="150" readonly class="readonly">
<p class="input_in"></p>
</td>
</tr>
<tr>
<th>건수</th>
<td class="publish_btn">
<label for="" class="label">건수 입력</label><input type="text" style="width: 210px;">
<p class="input_in"></p>
<div>
<button type="button" class="btnType">품목추가<i class="arrow_img"></i></button>
</div>
</td>
</tr>
</tbody>
</table>
<div class="search_group_bottom2">
<div class="btnWrap1"><button type="button" class="btnType" id="btnItemDel"><i class="remove_img"></i>선택삭제</button></div>
</div>
<div class="tType3 payDetail">
<div class="tType3_hd">
<div><label for="" class="label">전체 선택</label><input type="checkbox"></div>
<div>품목</div>
<div>단가(원)</div>
<div>건수(건)</div>
<div>공급가액(원)</div>
<div>세액(부가세)</div>
<div>금액(원)</div>
</div>
<div class="tType3_bd_wrap">
<div class="tType3_bd">
<div><label for="" class="label">한 줄 전체 선택</label><input type="checkbox"></div>
<div>그림문자(3장)</div>
<div>90</div>
<div>2,000</div>
<div>198,000</div>
<div>2,000</div>
<div>198,000</div>
</div>
<div class="tType3_bd">
<div><label for="" class="label">한 줄 전체 선택</label><input type="checkbox"></div>
<div>단문문자</div>
<div>25</div>
<div>2,000</div>
<div>55,000</div>
<div>2,000</div>
<div>55,000</div>
</div>
<div class="tType3_bd">
<div><label for="" class="label">한 줄 전체 선택</label><input type="checkbox"></div>
<div>단문문자</div>
<div></div>
<div></div>
<div>5,000</div>
<div></div>
<div>5,000</div>
</div>
<div class="tType3_bd">
<div><label for="" class="label">한 줄 전체 선택</label><input type="checkbox"></div>
<div>그림문자(1장)</div>
<div></div>
<div></div>
<div>1,100</div>
<div></div>
<div>1,100</div>
</div>
</div>
</div>
<div class="tb_wrap totalPrice_tb">
<table class="tType4">
<colgroup>
<col style="width: calc(80%/3);">
<col style="width: calc(80%/3);">
<col style="width: calc(80%/3);">
<col style="width: 20%;">
</colgroup>
<thead>
<tr>
<th>공급가액</th>
<th>부가세</th>
<th>합계</th>
<th>비고</th>
</tr>
</thead>
<tbody>
<tr>
<td>235,545</td>
<td>VAT 별도</td>
<td>259,100</td>
<td>
<label for="" class="label">부가세 포함,별도 선택</label>
<select class="selType2">
<option>부가세별도</option>
<option>부가세포함</option>
</select>
</td>
</tr>
</tbody>
</table>
</div>
<div style="text-align: center;"><button class="btnType btnType16" onclick="showEstimate();">발행하기</button></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<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>
</body>
</html>