1096 lines
64 KiB
HTML
1096 lines
64 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/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>
|
||
|
||
<!-- 현금영수증 팝업 data-tooltip:cashReceipt_popup01 -->
|
||
<div class="tooltip-wrap">
|
||
<div class="popup-com candidate_layer cashReceipt_popup01" tabindex="0" data-tooltip-con="cashReceipt_popup01"
|
||
data-focus="cashReceipt_popup01" data-focus-prev="cashReceipt_popup01-close" style="width: 520px;">
|
||
<div class="popup_heading">
|
||
<p>현금영수증 발행정보</p>
|
||
<button type="button" class="tooltip-close" data-focus="cashReceipt_popup01-close"><img
|
||
src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<div class="candidate_table">
|
||
<!-- <p>현금영수증 발행정보</p> -->
|
||
<table>
|
||
<caption>후보자 등록을 위한 성명, 주민등록번호, 주소를 입력하는 표</caption>
|
||
<colgroup>
|
||
<col style="width: 125px;">
|
||
<col style="width: auto;">
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th scope="row">종류</th>
|
||
<td><span class="cashReceipt_td">지출증빙</span></td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">사업자번호</th>
|
||
<td><span class="cashReceipt_td">123-45-5678</span></td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">휴대폰번호</th>
|
||
<td><span class="cashReceipt_td">010-1234-5678</span></td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">이메일</th>
|
||
<td><span class="cashReceipt_td">hong1234@gmail.com</span></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="popup_btn_wrap2">
|
||
<button type="button">발행하기</button>
|
||
<button type="button">수정하기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--// 현금영수증 팝업 -->
|
||
|
||
|
||
<!-- 등급 및 누적결제액 확인 팝업 data-tooltip:level_check_popup01 시작 -->
|
||
<div class="tooltip-wrap level_popup">
|
||
<div class="popup-com candidate_layer level_check_popup01" tabindex="0" data-tooltip-con="level_check_popup01"
|
||
data-focus="level_check_popup01" data-focus-prev="level_check_popup01-close" style="width: 680px;">
|
||
<div class="popup_heading">
|
||
<p>누적결제액 세부내역<span>(2023-06-28 ~ 현재)</span></p>
|
||
<button type="button" class="tooltip-close" data-focus="level_check_popup01-close"><img
|
||
src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button>
|
||
</div>
|
||
<div class="layer_in">
|
||
<div class="candidate_table">
|
||
<p class="level_tx">등급 : 오렌지(2,100,000원)</p>
|
||
<div class="tb_wrap">
|
||
<table class="tType4">
|
||
<colgroup>
|
||
<col style="width: 50px;">
|
||
<col style="width: 40%;">
|
||
<col style="width: 20%;">
|
||
<col style="width: 20%;">
|
||
<col style="width: 20%;">
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="level_title">
|
||
<th>구분</th>
|
||
<th>결제일시</th>
|
||
<th>결제금액</th>
|
||
<th>누적금액</th>
|
||
<th>등급</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="level_text">
|
||
<td>1</td>
|
||
<td>2023-06-15 10:00</td>
|
||
<td>1,500,000</td>
|
||
<td>2,100,000</td>
|
||
<td>오렌지</td>
|
||
</tr>
|
||
<tr class="level_text">
|
||
<td>2</td>
|
||
<td>2023-05-16 10:00</td>
|
||
<td>500,000</td>
|
||
<td>600,000</td>
|
||
<td>옐로우</td>
|
||
</tr>
|
||
<tr class="level_text">
|
||
<td>3</td>
|
||
<td>2023-04-15 10:00</td>
|
||
<td>100,000</td>
|
||
<td>100,000</td>
|
||
<td>화이트</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<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>
|
||
<div class="popup_btn_wrap2">
|
||
<button type="button" class="tooltip-close" data-focus="level_check_popup01-close">닫기</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 등급 및 누적결제액 확인 팝업 data-tooltip:level_check_popup01 끝 -->
|
||
|
||
<!-- 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 active"><button type="button" onclick="TabType5(this,'2');">요금 결제내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType5(this,'3');">요금 사용내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType5(this,'4');">계산서/현금영수증 발행 등록</button></li>
|
||
</ul>
|
||
<!--// tab button -->
|
||
<!-- 결제내역 - 요금결제내역(환불신청빼고 같은 폼) -->
|
||
<div class="serv_content current" id="tab5_1">
|
||
<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>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'3');">전용계좌 결제내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'4');">신용카드 결제내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'5');">휴대폰 결제내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'6');">즉시이체 결제내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'7');">포인트 교환내역</button></li>
|
||
<li class="tab"><button type="button" onclick="TabType1(this,'8');">환불신청</button></li>
|
||
</ul>
|
||
<!--// tab button -->
|
||
</div>
|
||
<!-- 결제내역 - 요금결제내역 - 전체부터 휴대폰결제까지(환불신청빼고 같은 폼) -->
|
||
<div class="pay_cont current" id="tab1_1">
|
||
<table class="tType1">
|
||
<caption>요금결제내역 기간설정에 대한 표</caption>
|
||
<colgroup>
|
||
<col style="width: 160px;">
|
||
<col style="width: auto;">
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<th scope="row">기간설정</th>
|
||
<td>
|
||
<div class="calendar_wrap">
|
||
<input type="text" class="startDate inp" title="검색 시작일" id="startDate"
|
||
name="startDate" value="" data-datecontrol="true">
|
||
<div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
|
||
<button type="button" value="달력 팝업 열기"
|
||
onclick="return calendarOpen('startDate-lry','',this)"></button>
|
||
<div id="startDate-lry" class="calendarPop" style="display: none;">
|
||
<iframe id="startDate3-ifrm" name="startDate-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>
|
||
<button type="button" class="btnType btnType19">전월</button>
|
||
<button type="button" class="btnType btnType19">당월</button>
|
||
<button type="button" class="btnType btnType6">조회</button>
|
||
<button type="button" class="btnType btnType17">기간 초기화</button>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div class="excel_middle">
|
||
<div class="select_btnWrap clearfix">
|
||
<div class="add_text2">※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회 가능합니다.</div>
|
||
<div>
|
||
<button type="button" class="level_btn" data-tooltip="level_check_popup01">
|
||
<img src="/publish/images/level/level_btn_icon.png" alt="등급 및 누적결제액 확인 버튼">등급 및 누적결제액 확인
|
||
</button>
|
||
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button>
|
||
<button type="button" class="print_btn"><i class="print_img"></i>인쇄하기</button>
|
||
<label for="" class="label">검색조건 선택</label>
|
||
<select name="" id="" class="selType2">
|
||
<option value="">10개</option>
|
||
<option value="">10개</option>
|
||
<option value="">10개</option>
|
||
</select>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 현금영수증 발행 전 -->
|
||
<div class="tb_wrap pay3_list">
|
||
<table class="tType4">
|
||
<colgroup>
|
||
<col style="width: 40px;">
|
||
<col style="width: 5%;">
|
||
<col style="width: 20%;">
|
||
<col style="width: 15%;">
|
||
<col style="width: 15%;">
|
||
<col style="width: 25%;">
|
||
<col style="width: 20%;">
|
||
</colgroup>
|
||
<thead>
|
||
<tr>
|
||
<th>
|
||
<label for="" class="label">전체 선택</label>
|
||
<input type="checkbox">
|
||
</th>
|
||
<th>
|
||
번호
|
||
<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>
|
||
</th>
|
||
<th>
|
||
결제일시
|
||
<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>
|
||
</th>
|
||
<th>
|
||
결제방식
|
||
<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>
|
||
</th>
|
||
<th>
|
||
결제금액
|
||
<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>
|
||
</th>
|
||
<th>결제정보</th>
|
||
<th>증빙서류 발행 요청</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>1</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>신용카드</p>
|
||
</td>
|
||
<td class="td_price">
|
||
<p>199,000</p>
|
||
</td>
|
||
<td class="td_payInfo">
|
||
<p>신한카드<span></span> 카드승인번호 : 12345678</p>
|
||
</td>
|
||
<td><button class="btnType btnType20">카드전표</button></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>2</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>무통장입금</p>
|
||
</td>
|
||
<td class="td_price">
|
||
<p>199,000</p>
|
||
</td>
|
||
<td class="td_payInfo">
|
||
<p>신한카드<span></span> 우리은행 : 1234-56-78901</p>
|
||
</td>
|
||
<td><button class="btnType btnType20"
|
||
data-tooltip="cashReceipt_popup01">현금영수증</button><button
|
||
class="btnType btnType20">간이영수증</button></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>3</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>포인트</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td class="td_payInfo">
|
||
<p>사용포인트(수수료 포함) : 5,250</p>
|
||
</td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>4</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>전용계좌</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td class="td_payInfo">
|
||
<p>전용계좌번호 : 1234-56-78901</p>
|
||
</td>
|
||
<td><button class="btnType btnType20">현금영수증</button><button
|
||
class="btnType btnType20">간이영수증</button></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>5</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>휴대폰</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td class="td_payInfo">
|
||
<p>결제 휴대폰 번호 : 010-1234-5678</p>
|
||
</td>
|
||
<td><button class="btnType btnType20">간이영수증</button></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>6</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>즉시이체</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td class="td_payInfo">
|
||
<p>출금계좌<span></span> 국민은행 : 1234-56-78901</p>
|
||
</td>
|
||
<td><button class="btnType btnType20">현금영수증</button><button
|
||
class="btnType btnType20">간이영수증</button></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<!-- //현금영수증 발행 전 -->
|
||
|
||
<!-- 현금영수증 발행 후 -->
|
||
<div class="tb_wrap pay3_list">
|
||
<table class="tType4">
|
||
<colgroup>
|
||
<col style="width: 40px;">
|
||
<col style="width: 5%;">
|
||
<col style="width: 20%;">
|
||
<col style="width: 15%;">
|
||
<col style="width: 15%;">
|
||
<col style="width: 25%;">
|
||
<col style="width: 20%;">
|
||
</colgroup>
|
||
<thead>
|
||
<tr>
|
||
<th>
|
||
<label for="" class="label">전체 선택</label>
|
||
<input type="checkbox">
|
||
</th>
|
||
<th>
|
||
번호
|
||
<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>
|
||
</th>
|
||
<th>
|
||
결제일시
|
||
<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>
|
||
</th>
|
||
<th>
|
||
결제방식
|
||
<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>
|
||
</th>
|
||
<th>
|
||
결제금액
|
||
<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>
|
||
</th>
|
||
<th>결제정보</th>
|
||
<th>증빙서류 발행 요청</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>1</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>신용카드</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td>
|
||
<p>신한카드 <span></span> 카드승인번호 : 12345678</p>
|
||
</td>
|
||
<td><button class="btnType btnType20">카드전표</button></td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>2</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>무통장입금</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td>
|
||
<p>신한카드 <span></span> 우리은행 : 1234-56-78901</p>
|
||
</td>
|
||
<td>
|
||
<p class="fwRg c_222">세금계산서 발행완료</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>3</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>포인트</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td>
|
||
<p>사용포인트(수수료 포함) : 5,250</p>
|
||
</td>
|
||
<td>-</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>4</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>전용계좌</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td>
|
||
<p>전용계좌번호 : 1234-56-78901</p>
|
||
</td>
|
||
<td>
|
||
<p class="fwRg c_222">현금계산서 발행완료</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>5</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>휴대폰</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td>
|
||
<p>결제 휴대폰 번호 : 010-1234-5678</p>
|
||
</td>
|
||
<td>
|
||
<p class="fwRg c_002c9a">세금계산서 발행대기</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<label for="" class="label">선택</label>
|
||
<input type="checkbox">
|
||
</td>
|
||
<td>
|
||
<p>6</p>
|
||
</td>
|
||
<td>
|
||
<p>2021-06-25, 09:30:52</p>
|
||
</td>
|
||
<td>
|
||
<p>즉시이체</p>
|
||
</td>
|
||
<td>
|
||
<p>199,000</p>
|
||
</td>
|
||
<td>
|
||
<p>출금계좌 <span></span> 국민은행 : 1234-56-78901</p>
|
||
</td>
|
||
<td>
|
||
<p class="fwRg c_002c9a">세금계산서 발행대기</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<!-- //현금영수증 발행 후 -->
|
||
<!-- 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><!-- 결제내역 - 요금결제내역 - 전체부터 휴대폰결제까지(환불신청빼고 같은 폼) -->
|
||
<!-- 결제내역 - 요금결제내역 - 환불신청 -->
|
||
<div class="pay_cont current" id="tab1_8">
|
||
<div class="titBox">
|
||
<p>- 포인트는 환불되지 않습니다.</p>
|
||
<p>- 환불 신청 금액에 따라 환불 수수료가 차감됩니다.</p>
|
||
<p>- 결제 방식에 따라 환불 수수료는 다르게 적용될 수 있습니다.</p>
|
||
<p>- 취소 처리기간 경과시에 증빙서류를 첨부해야 환불처리 가능하며, 결제대행 수수료가 부과됩니다.</p>
|
||
<p>- 1,000원 이하의 잔액은 환불이 불가합니다.</p>
|
||
<p>- 무통장입금 제외 모든 결제는 부분취소가 불가하여, 사용금액(차액) 결제 후 전액취소를 원칙으로 합니다.</p>
|
||
<p> (예) 핸드폰 3만원 결제 후 3천원 사용한 경우, 3,300원(부가세포함)송금 또는 3천원 핸드폰 결제 후 3만원 전액취소</p>
|
||
<p><span>- 환불업무는 매주 수요일에 순차적으로 처리됩니다.</span></p>
|
||
</div>
|
||
<!-- <div class="pay_info">
|
||
<p>※ 환불 수수료 안내</p>
|
||
<p>- 10,000원 이하 : <span>1,000</span>원</p>
|
||
<p>- 10,000원 초과 : <span>10</span>%</p>
|
||
</div> -->
|
||
<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: 15%;">
|
||
<col style="width: 22%;">
|
||
<col style="width: auto;">
|
||
<col style="width: 14%;">
|
||
</colgroup>
|
||
<thead>
|
||
<tr>
|
||
<th>결제방법</th>
|
||
<th>취소가능기간</th>
|
||
<th>증빙서류</th>
|
||
<th>환불수수료</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>전용계좌</td>
|
||
<td>명의자 계좌로 환불</td>
|
||
<td>이체확인증(이체한 통장내역) 통장사본</td>
|
||
<td>환불금액의 3%</td>
|
||
</tr>
|
||
<tr>
|
||
<td>신용카드</td>
|
||
<td>결제일 기준 2개월 내 취소가능</td>
|
||
<td>통장사본</td>
|
||
<td>환불금액의 5%</td>
|
||
</tr>
|
||
<tr>
|
||
<td>무통장입금</td>
|
||
<td>명의자 계좌로 환불</td>
|
||
<td>이체확인증(이체한 통장내역) 통장사본</td>
|
||
<td>환불금액의 3%</td>
|
||
</tr>
|
||
<tr>
|
||
<td>휴대폰결제</td>
|
||
<td>결제 당월 취소가능</td>
|
||
<td>결제당월 일반 전화요금 납입영수증, 일반전화 명의자의 통장사본</td>
|
||
<td>환불금액의 8%</td>
|
||
</tr>
|
||
<tr>
|
||
<td>즉시이체</td>
|
||
<td>결제 당일건만 취소가능</td>
|
||
<td>통장사본</td>
|
||
<td>환불금액의 5%</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
<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="price_ref1"><span>120,000</span>원</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">환불 신청 금액</th>
|
||
<td>
|
||
<input type="text" style="margin-right: 18px;" size="36">
|
||
<label for="" class="price_input">원</label>
|
||
<input type="checkbox" id="" class="re">
|
||
<label for="" class="alarm label">선택</label>
|
||
<span class="text_req">전액환불(1,000원 이하 환불 불가)</span>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">환불 예정 금액</th>
|
||
<td class="price_ref1"><span class="c_e40000">120,000</span>원<span
|
||
class="reqTxt5">(수수료 10% 제외)</span></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p class="tType1_title">환불 계좌 입력 <span>(가입자가 충전하지 않았거나 타인의 계좌로 환불신청하는 경우 별도 서류가 요구될 수 있으며, 서류
|
||
불충분 시 환불되지 않습니다.)</span></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>
|
||
<input id="radio3" type="radio" name="">
|
||
<label for="radio3">기업</label>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">계좌정보</th>
|
||
<td>
|
||
<label for="" class="label">예금주</label>
|
||
<input type="text" placeholder="예금주 : 홍길동" readonly class="readonly">
|
||
<select name="" id="" class="selType2">
|
||
<option value="">은행선택</option>
|
||
<option value="">신한은행</option>
|
||
<option value="">우리은행</option>
|
||
</select>
|
||
<label for="" class="label">계좌번호 입력</label>
|
||
<input type="text" placeholder="계좌번호를 입력해주세요. 숫자만 입력가능"
|
||
onfocus="this.placeholder=''"
|
||
onblur="this.placeholder='계좌번호를 입력해주세요. 숫자만 입력가능'" size="36"
|
||
class="account_put">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">연락처</th>
|
||
<td>
|
||
<label for="" class="label">연락처 입력</label>
|
||
<input type="text" placeholder="‘-’ 없이 숫자만 입력" onfocus="this.placeholder=''"
|
||
onblur="this.placeholder='‘-’ 없이 숫자만 입력'" size="36">
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">통장사본</th>
|
||
<td class="attachedFile_wrap">
|
||
<label for="" class="label">통장사본 파일첨부</label>
|
||
<input type="text" placeholder="* 첨부가능 파일 jpg, gif, png 각 2MB 이내" readonly
|
||
size="36">
|
||
<button type="button" class="btnType btnType9">파일첨부</button>
|
||
<span class="reqTxt6">※ 파일첨부가 안되시는 경우, 메일 munjaon@iten.co.kr로 보내주세요</span>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">증빙서류</th>
|
||
<td class="attachedFile_wrap">
|
||
<label for="" class="label">증빙서류</label>
|
||
<input type="text" placeholder="* 첨부가능 파일 jpg, gif, png 각 2MB 이내" readonly
|
||
size="36">
|
||
<button type="button" class="btnType btnType9">파일첨부</button>
|
||
<span class="reqTxt6">※ 이체확인증 또는 핸드폰 납부 영수증을 첨부해주세요</span>
|
||
</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" style="line-height: 70px;">환불사유</th>
|
||
<td class="send_cf">
|
||
<div>
|
||
<input id="radio4" type="radio" name="" checked="checked">
|
||
<label for="radio4">문자 단가가 높음</label>
|
||
<input id="radio5" type="radio" name="">
|
||
<label for="radio5">사용할 일이 없어서</label>
|
||
<input id="radio6" type="radio" name="">
|
||
<label for="radio6">사이트 이용 불만</label>
|
||
</div>
|
||
<div>
|
||
<input id="radio7" type="radio" name="">
|
||
<label for="radio7">다른 사이트 이용</label>
|
||
<input id="radio8" type="radio" name="">
|
||
<label for="radio8">환불사유 직접 입력</label>
|
||
<label for="" class="label">환불사유 직접 입력</label>
|
||
<input type="text" size="36">
|
||
</div>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<th scope="row">비밀번호</th>
|
||
<td>
|
||
<label for="" class="label">비밀번호 입력</label>
|
||
<input type="text" placeholder="문자온 로그인 비밀번호를 입력해주세요."
|
||
onfocus="this.placeholder=''"
|
||
onblur="this.placeholder='문자온 로그인 비밀번호를 입력해주세요.'" size="36">
|
||
</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> |