mjon_git/src/main/webapp/publish/payment5.html
2023-06-12 11:15:02 +09:00

418 lines
25 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>
<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/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/calendar.js"></script>
<script src="/publish/js/popupLayer.js"></script>
</head>
<body>
<div class="mask"></div>
<!-- skip 메뉴 -->
<div class="skip_menu">
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
</div><!--// skip 메뉴 -->
<!-- quick 메뉴 -->
<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">
<!-- 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="문자샘플 검색하기">
<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="login">
<div class="inner table">
<div class="login_left table_cell">
<div class="login_put">
<label for="id_text" class="label"></label>
<input type="text" placeholder="아이디를 입력해주세요"id="id_text" class="id_text" maxlength="30" size="18">
<label for="password_text" class="label"></label>
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30"size="18">
<label for="login_button" class="label"></label>
<button type="submit" class="btnType btnType1" class="login_button">로그인</button>
</div>
<div class="login_save">
<input type="checkbox" id="save_id">
<label for="save_id">아이디 저장</label>
</div>
<div class="login_find">
<a href="#">아이디찾기 /</a>
<a href="#">비밀번호 찾기</a>
</div>
<div>
<button type="button" class="btnType btnType2">회원가입</button>
<button type="button" class="btnType btnType3">둘러보기</button>
</div>
</div>
<div class="login_right">
<span><i></i>이달의 이벤트</span>
<button type="button" class="btnType btnType4">바로가기</button>
</div>
</div>
</div><!--// login 영역 -->
</header><!--// header 영역 -->
<!-- login 영역 -->
<!-- content 영역 -->
<div id="container" class="cont sub">
<div class="inner">
<!-- send top -->
<div class="send_top">
<!-- tab button -->
<ul class="tabType4">
<li class="tab"><button type="button" onclick="TabType5(this,'1');">요금안내/견적내기</button></li>
<li class="tab"><button type="button" onclick="TabType5(this,'1');">결제하기</button></li>
<li class="tab"><button type="button" onclick="TabType5(this,'2');">요금 결제내역</button></li>
<li class="tab"><button type="button" onclick="TabType5(this,'3');">요금 사용내역</button></li>
<li class="tab active"><button type="button" onclick="TabType5(this,'4');">계산서/현금영수증 발행 등록</button></li>
</ul><!--// tab button -->
<!-- 결제관리 - 계산서/현금영수증 발행 등록 -->
<div class="serv_content current" id="tab5_5">
<div class="heading">
<h2>세금계산서/영수증</h2>
</div>
<div class="pay_tab_wrap">
<!-- 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');">현금영수증</button></li>
</ul><!--// tab button -->
</div>
<!-- 세금계산서/영수증 - 세금계산서(기업/개인) -->
<div class="pay_cont current" id="tab1_1">
<div class="titBox">
<p>- 세금계산서는 결제일로부터 영업일 기준 3일 소요되며, 업체 등록한 담당자 이메일로 자동 발행됩니다(결제일로부터 다음달 9일까지 신청가능)</p>
<p>- 신청기간이 지난 세금계산서 결제내역은 자동발행이 되지 않습니다.</p>
<p>- 카드전표 또는 현금영수증을 발행한 건의 경우에는 세금계산서 발행이 불가합니다.</p>
<p>- 전자세금계산서는 발행과 동시에 국세청에 전송되기 때문에 폐기 및 정정이 불가하며, 수정이 필요한 경우 문자온 담당자에게 별도로 수정 세금계산서 발행을 요청(전화 또는 이메일)하셔야 합니다.</p>
<p> 또한, 기존 세금계산서와 수정 세금계산서 모두를 부가세 신고하여야 합니다.</p>
<p>- 세금계산서 자동발행 등록 시 현금영수증 발행화면은 비활성화 됩니다.</p>
<p>- 무통장, 전용계좌는 송금액에서 공급가액이 충전됩니다(VAT 별도)</p>
</div>
<!-- 개인(선거)정보 -->
<p class="tType1_title">개인(선거)정보<button type="button" class="btnType">개인정보 수정하기</button></p>
<table class="tType1">
<caption>개인(선거)정보 성명, 주민등록번호, 주소에 대한 표</caption>
<colgroup>
<col style="width: 160px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">성명</th>
<td>홍길동</td>
</tr>
<tr>
<th scope="row">주민등록번호</th>
<td>88xxxx-1xxxxxx</td>
</tr>
<tr>
<th scope="row">성명</th>
<td>서울시 도봉구 홍길동</td>
</tr>
</tbody>
</table>
<!-- 기업정보 -->
<p class="tType1_title">기업정보<button type="button" class="btnType">개인정보 수정하기</button></p>
<table class="tType1">
<caption>기업정보 회사명, 사업자등로건호, 대표, 사업장 소재지, 업태/종목에 대한 표<caption>
<colgroup>
<col style="width: 160px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">회사명</th>
<td>주식회사 아이티앤</td>
</tr>
<tr>
<th scope="row">사업자등록번호</th>
<td>653-87-00858</td>
</tr>
<tr>
<th scope="row">대표</th>
<td>유인식</td>
</tr>
<tr>
<th scope="row">사업장 소재지</th>
<td>경기 남양주시 다산중앙로 19번길 21(다산동) 1027호, 1028호(블루웨일지식산업센터 1차)</td>
</tr>
<tr>
<th scope="row">업태/종목</th>
<td>서비스업 / 소프트웨어 개발 및 자문</td>
</tr>
</tbody>
</table>
<p class="tType1_title">계산서 정보</p>
<table class="tType1">
<caption>계산서 정보 발행여부 선택, 계산서 수신 이메일, 담당자 이름, 담당자 휴대폰,회사 대표번호에 대한 표</caption>
<colgroup>
<col style="width: 160px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">발행여부</th>
<td class="send_cf">
<input id="radio1" type="radio"name="" checked="checked">
<label for="radio1">자동발행</label>
<input id="radio2" type="radio" name="">
<label for="radio2">발행하지 않음</label>
<span class="reqTxt6"><span class="vMiddle">*</span> 날짜 소급적용 불가</span>
</td>
</tr>
<tr>
<th scope="row">계산서 수신 이메일</th>
<td>
<div class="emailWrap2">
<label for="" class="label">이메일 앞자리</label>
<input type="text">
<span>@</span>
<label for="" class="label">이메일 뒷자리</label>
<input type="text">
</div>
<label for="" class="이메일 선택"></label>
<select class="list_selType1">
<option value="">직접입력</option>
<option value="">직접입력</option>
</select>
<button type="button" class="btnType btnType6">계산서 발행 내역 보기</button>
</td>
</tr>
<tr>
<th scope="row">담당자 이름</th>
<td><label for="" class="label">담당자 이름 입력</label>
<input type="text" size="36"></td>
</tr>
<tr>
<th scope="row">담당자 휴대폰</th>
<td><label for="" class="label">담당자 휴대폰 입력</label>
<input type="text" placeholder="- 없이 숫자만 입력" onfocus="thisplaceholder=''" onblur="this.placeholder='- 없이 숫자만 입력'"size="36">
<span class="reqTxt6"><span class="vMiddle">*</span> 계산서 안내문자 수신용입니다. 정확하게 입력바랍니다.</span>
</td>
</tr>
<tr>
<th scope="row">회사 대표번호</th>
<td><label for="" class="label">회사 대표번호 입력</label>
<input type="text" placeholder="- 없이 숫자만 입력" onfocus="thisplaceholder=''" onblur="this.placeholder='- 없이 숫자만 입력'"size="36"></td>
</tr>
</tbody>
</table>
<div style="text-align: center;">
<button type="button" class="btnType btnType16">계산서 정보 수정하기</button>
</div>
</div> <!-- 세금계산서/영수증 - 세금계산서(기업/개인) -->
<!-- 세금계산서/영수증 - 현금영수증 -->
<div class="pay_cont" id="tab1_2">
<div class="titBox">
<p>- 현금영수증 정보를 사전 입력하셔야만 자동 발행됩니다.</p>
<p>- 현금영수증은 결제일로부터 30일 이내 신청 가능하며, 신청일로부터 영업일 기준 7일 이내 처리됩니다.</p>
<p>- 전화번호 변경 시 결제 전 수정 부탁드립니다.</p>
</div>
<!-- 개인정보 -->
<p class="tType1_title">현금영수증 정보등록<button type="button" class="btnType">등록 정보수정하기</button></p>
<table class="tType1">
<caption>현금영수증 구분, 조회날짜, 날짜설정에 대한 표</caption>
<colgroup>
<col style="width: 160px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">사업자번호</th>
<td>
<label for="" class="label">사업자번호</label>
<input type="text" placeholder="123-45-5678" readonly class="readonly" size="36" style="width: 373px;">
</td>
</tr>
<tr>
<th scope="row">이메일</th>
<td>
<div class="emailWrap2">
<label for="" class="label">이메일 앞자리</label>
<input type="text">
<span>@</span>
<label for="" class="label">이메일 뒷자리</label>
<input type="text">
</div>
<label for="" class="이메일 선택"></label>
<select class="list_selType1">
<option value="">직접입력</option>
<option value="">직접입력</option>
</select>
<span class="reqTxt6"><span class="vMiddle">*</span> 입력하신 이메일 주소로 발행됩니다.</span>
</td>
</tr>
<tr>
<th scope="row">담당자 휴대폰</th>
<td>
<label for="" class="label">담당자 휴대폰 입력</label>
<input type="text" placeholder="- 없이 숫자만 입력" onfocus="thisplaceholder=''" onblur="this.placeholder='- 없이 숫자만 입력'"size="36" style="width: 373px;">
</td>
</tr>
</tbody>
</table>
<div style="text-align: center;">
<button type="button" class="btnType btnType16">영수증 발행하기</button>
</div>
</div> <!-- 세금계산서/영수증 - 세금계산서(기업/개인) -->
</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 영역 -->
</body></html>