mjon_git/src/main/webapp/publish/payment3.html

873 lines
53 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">
<link rel="stylesheet" href="/publish/js/datepicker/classic.css">
<link rel="stylesheet" href="/publish/js/datepicker/classic.date.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/datepicker/picker.js"></script>
<script src="/publish/js/datepicker/picker.date.js"></script>
<script src="/publish/js/datepicker/ko_KR.js"></script>
<!-- <script src="/publish/js/calendar.js"></script> -->
<script src="/publish/js/popupLayer.js"></script>
<script src="/publish/js/popup.js"></script>
<script>
$(function(){
$(".calendarPop").remove();
})
</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 메뉴 -->
<!-- header 영역 -->
<div data-include-path="/publish/layout/_header.html"></div>
<!--// 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="location.href='/publish/payment1.html'">요금안내/견적내기</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/payment2.html'">결제하기</button></li>
<li class="tab active"><button type="button" onclick="TabType5(this,'3');">요금 결제내역</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>
<!--// tab button -->
<div class="serv_content current" id="tab5_1">
<div class="heading">
<h2>요금결제내역</h2>
</div>
<div class="hisroy_price">
<div class="hisroy_price_in">
<p><i></i>충전금액</p>
<div class="clearfix">
<p id="cashTitId">캐시</p>
<p><span id="cashTxtId">0</span></p>
</div>
</div>
</div>
<div class="pay_tab_wrap">
<!-- tab button -->
<ul class="tabType1">
<li class="tab active"><button type="button" onclick="TabType1(this,'1');" title="선택됨">전체</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'1');">간편결제</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'1');">전용계좌</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'1');">신용카드</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'1');">휴대폰</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'1');">즉시이체</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'6');">포인트 교환</button></li>
<li class="tab"><button type="button" onclick="TabType1(this,'7'); $('#tab6_1').addClass('current'); ">환불신청</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 calendar" title="검색 시작일" id="startDate" name="startDate">
<span class="dateEtc">~</span>
<input type="text" class="endDate inp calendar" title="검색 종료일" id="endDate" name="endDate">
</div>
<button type="button" class="btnType btnType19">이번년도</button>
<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 ">
<div class="add_text2" style="line-height:1.4;font-size:15px;padding:0;">
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다.
<br>※ 간편결제 영수증은 결제하신 서비스를 통해 제공됩니다.
<br>※ 거래명세서는 세금계산서 발행일로부터 30일 이내에만 출력이 가능합니다.
</div>
<div>
<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="pageUnit" class="label">검색조건 선택</label>
<select name="pageUnit" id="pageUnit" class="selType2">
<option value="10" selected="">10줄</option>
<option value="20">20줄</option>
<option value="30">30줄</option>
</select>
</div>
</div>
</div>
<div class="tb_wrap pay3_list">
<table class="tType4">
<colgroup>
<col style="width: 5%;">
<col style="width: 18%;">
<col style="width: 20%;">
<col style="width: 15%;">
<col style="width: 15%;">
<col style="width: 15%;">
<col style="width: 25%;">
</colgroup>
<thead>
<tr>
<th>
번호
<div class="sort_wrap">
<input type="button" class="sort sortBtnDesc" id="sort_moid" sortord="desc">
</div>
</th>
<th>
결제일시
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_regDate">
</div>
</th>
<th>
결제방식
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_payMethodTxt">
</div>
</th>
<th>
결제금액
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_amt">
</div>
</th>
<th>
충전금액
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_cash">
</div>
</th>
<th>
결제상태
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_pgStatusTxt">
</div>
</th>
<th>증빙서류 발행 요청</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="7">
자료가 없습니다. 다른 검색조건을 선택해주세요
</td>
</tr>
<tr>
<td>19</td>
<td>2025-03-05 14:40:00</td>
<td>개인전용계좌<br>(전용계좌번호)</td>
<td class="tRight">23,000,000</td>
<td class="tRight">20,909,000</td>
<td>결제완료</td>
<td>
<button class="btnType btnType20 btn_use_status" onclick="window.open('/publish/transaction_statement.html','','width=790,height=800')">거래명세서</button>
</td>
</tr>
<tr>
<td>19</td>
<td>2025-03-05 14:40:00</td>
<td>개인전용계좌<br>(전용계좌번호)</td>
<td class="tRight">23,000,000</td>
<td class="tRight">20,909,000</td>
<td>결제완료</td>
<td>
<p class="c_002c9a">세금계산서 발행완료</p>
</td>
</tr>
<tr>
<td>19</td>
<td>2025-03-05 14:40:00</td>
<td>개인전용계좌<br>(전용계좌번호)</td>
<td class="tRight">23,000,000</td>
<td class="tRight">20,909,000</td>
<td>결제완료</td>
<td>
<p class="c_222">세금계산서 발행대기</p>
</td>
</tr>
<tr>
<td>19</td>
<td>2025-03-05 14:40:00</td>
<td>신용카드</td>
<td class="tRight">23,000,000</td>
<td class="tRight">20,909,000</td>
<td>결제완료</td>
<td><button class="btnType btnType20">카드전표</button></td>
</tr>
<tr>
<td>19</td>
<td>2025-03-05 14:40:00</td>
<td>무통장입금</td>
<td class="tRight">23,000,000</td>
<td class="tRight">20,909,000</td>
<td>결제완료</td>
<td>
<button class="btnType btnType20">세금계산서</button>
<button class="btnType btnType20">현금영수증</button>
</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" id="tab1_6">
<!-- 기간설정 -->
<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 calendar" title="검색 시작일" id="startDate" name="startDate">
<span class="dateEtc">~</span>
<input type="text" class="endDate inp calendar" title="검색 종료일" id="endDate" name="endDate">
</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 ">
<div class="add_text2" style="line-height: 1.3em;">
※ 포인트 교환내역은 교환일을 기준으로 최대 6개월까지만 조회 가능합니다.
</div>
<div style="padding-top: 10px;">
<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="pageUnit" class="label">검색조건 선택</label>
<select name="pageUnit" id="pageUnit" class="selType2">
<option value="10" selected="">10줄</option>
<option value="20">20줄</option>
<option value="30">30줄</option>
</select>
</div>
</div>
</div>
<div class="tb_wrap pay3_list">
<table class="tType4">
<colgroup>
<col style="width: 5%;">
<col style="width: 15%;">
<col style="width: 8%;">
<col style="width: 10%;">
<col style="width: 8%;">
<col style="width: 6%;">
<col style="width: 15%;">
<col style="width: 8%;">
<col style="width: 14%;">
</colgroup>
<thead>
<tr>
<th>
번호
<div class="sort_wrap">
<input type="button" class="sort sortBtnDesc" id="sort_pointUseId" sortord="desc">
</div>
</th>
<th>
교환일시
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_frstRegistPnttm">
</div>
</th>
<th>
교환방식
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_type">
</div>
</th>
<th>
교환포인트
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_point">
</div>
</th>
<th>
교환상태
<div class="sort_wrap">
<input type="button" class="sort sortBtn" id="sort_cmpltYn">
</div>
</th>
<th>은행</th>
<th>계좌번호</th>
<th>예금주</th>
<th>연락처</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="9">
포인트 교환내역이 없습니다.
</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" id="tab1_7">
<div class="list_tab_wrap2 type4">
<!-- tab button -->
<ul class="list_tab">
<li class="tab active"><button type="button" id="refundListTab1" onclick="TabType6(this,'1'); return false;" style="border-right: 0px;">환불신청</button></li>
<li class="tab"><button type="button" id="refundListTab2" onclick="TabType6(this,'2'); return false;" title="선택됨">환불신청 내역</button></li>
</ul>
<!--// tab button -->
</div>
<!-- 환불신청 -->
<div class="pay_cont pay_refund_cont current" id="tab6_1">
<div class="titBox">
<p>- 포인트는 환불되지 않습니다.</p>
<p>- 결제 방식에 따라 환불 수수료는 다르게 적용될 수 있습니다.</p>
<p>- 취소 처리기간 경과시에 증빙서류를 첨부해야 환불가능합니다.</p>
<p>- 모든 결제는 부분취소가 불가하여, 사용금액(차액) 결제 후 전액취소를 원칙으로 합니다.</p>
<p>&nbsp;(예) 휴대폰 3만원 결제 후 3천원 사용한 경우, 3,300원(부가세포함)송금 또는 3천원 휴대폰 결제 후 3만원 전액취소</p>
<p><span>- 환불업무는 매주 수요일(금~화 신청분), 금요일 (수,목 신청분)에 순차적으로 처리됩니다.</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: 12%;">
<col style="width: 20%;">
<col style="width: auto;">
<col style="width: 15%;">
</colgroup>
<thead>
<tr>
<th>결제방법</th>
<th>취소가능기간</th>
<th>증빙서류</th>
<th>환불수수료</th>
</tr>
</thead>
<tbody>
<tr>
<td>전용계좌</td>
<td>-</td>
<td>이체확인증(이체한 통장내역), 통장사본</td>
<td>환불금액의 10%</td>
</tr>
<tr>
<td>신용카드</td>
<td>결제일 기준 2개월 내 취소가능</td>
<td>통장사본</td>
<td>환불금액의 10%</td>
</tr>
<tr>
<td>휴대폰결제</td>
<td>결제 당월 취소가능</td>
<!-- <td>결제당월 일반 전화요금 납입영수증</td> -->
<td>결제당월 휴대폰 납부 영수증, 통장사본</td>
<td>환불금액의 10%</td>
</tr>
<tr>
<td>즉시이체</td>
<td>결제 당일건만 취소가능</td>
<td>통장사본</td>
<td>환불금액의 10%</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>
0
</span>
</td>
</tr>
<tr>
<th scope="row">환불 신청 금액</th>
<td>
<input type="text" name="refundMoney" id="refundMoney" style="width:330px;margin-right:5px;" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');">
<label for="refundMoney" class="price_input" style="left:300px;"></label>
<input type="checkbox" id="allmoney" name="allmoney" class="re">
<label for="allmoney" class="alarm label">선택</label>
<span class="text_req">전액환불(10,000원 이하 환불 불가)</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>
<div class="refund_reason">
<div><input type="radio" id="radioArea01" name="reason" value="1" checked="checked"> <label for="radioArea01">문자 단가가 높음</label></div>
<div><input type="radio" id="radioArea012" name="reason" value="2"> <label for="radioArea012">사용할 일이 없어서</label></div>
<div><input type="radio" id="radioArea0123" name="reason" value="3"> <label for="radioArea0123">사이트 이용 불만</label></div>
<div><input type="radio" id="radioArea01234" name="reason" value="4"> <label for="radioArea01234">다른 사이트 이용</label></div>
<div><input type="radio" id="radioArea012345" name="reason" value="999"> <label for="radioArea012345">환불사유 직접 입력</label></div>
<input type="text" name="reasonEtc" id="reasonEtc" size="36" disabled="disabled">
</div>
<!-- <input id="radio4" type="radio" name="reason" value="1" checked="checked">
<label for="radio4">문자 단가가 높음</label>
<input id="radio5" type="radio" name="reason" value="2">
<label for="radio5">사용할 일이 없어서</label>
<input id="radio6" type="radio" name="reason" value="3">
<label for="radio6">사이트 이용 불만</label> -->
</td>
</tr>
<tr>
<th scope="row">비밀번호</th>
<td>
<label for="mberPw" class="label">비밀번호 입력</label>
<input type="password" name="mberPw" id="mberPw" placeholder="문자온 로그인 비밀번호를 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='문자온 로그인 비밀번호를 입력해주세요.'" size="36">
</td>
</tr>
<tr>
<th scope="row">연락처</th>
<td>
<label for="dpsitPhoneNo" class="label">연락처 입력</label>
<input type="text" name="dpsitPhoneNo" id="dpsitPhoneNo" value="01057058729" style="width:380px;" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');" maxlength="12">
</td>
</tr>
</tbody>
</table>
<p id="cancleFileTitle" class="tType1_title">
<!-- 증빙서류 제출 -->
</p>
<table id="cancleFileTable" class="tType1">
<caption>증빙서류에 대한 표</caption>
<colgroup>
<col style="width: 160px;">
<col style="width: auto;">
</colgroup>
<tbody>
<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">※ 파일첨부가 안되시는 경우, 메일 help@iten.co.kr로 보내주세요</span> -->
<div>
<input type="text" readonly="readonly" disabled="" id="atFileBasicWrite" placeholder="* 첨부가능 파일 jpg, gif, png 각 2MB 이내" style="width:380px;">
<input type="file" name="bank" id="bank" style="display:none" onchange="changeValue(this); return false;">
<button onclick="document.all.bank.click(); return false;" class="btnType btnType9">파일선택</button>
<span class="reqTxt6">※ 파일첨부가 안되시는 경우, 메일 help@iten.co.kr로 보내주세요</span>
</div>
</td>
</tr>
<tr>
<th scope="row">증빙서류</th>
<td class="attachedFile_wrap">
<label for="" class="label">증빙서류</label>
<div>
<input type="text" readonly="readonly" disabled="" id="atFileBasicWrite2" placeholder="* 첨부가능 파일 jpg, gif, png 각 2MB 이내" style="width:380px;">
<input type="file" name="docu" id="docu" style="display:none" onchange="changeValue2(this); return false;">
<button onclick="document.all.docu.click(); return false;" class="btnType btnType9">파일선택</button>
<span class="reqTxt6">※이체확인증 또는 휴대폰 납부 영수증을 첨부해주세요</span>
</div>
</td>
</tr>
</tbody>
</table>
<div style="text-align: center;">
<button type="button" class="btnType btnType16" onclick="fn_refund_insert(); return false;">환불신청</button>
</div>
</div>
<!-- // 환불신청 -->
<!-- 환불신청 내역 -->
<div class="pay_cont pay_refund_cont" id="tab6_2">
<!-- 기간설정 -->
<table class="tType1 pay_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 calendar" title="검색 시작일" id="startDate" name="startDate">
<span class="dateEtc">~</span>
<input type="text" class="endDate inp calendar" title="검색 종료일" id="endDate" name="endDate">
</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">
<div class="add_text2"></div>
<div>
<button type="button" class="excel_btn" onclick="javascript:refundExcelDownload();">
<i class="downroad"></i>엑셀 다운로드
</button>
<button type="button" class="print_btn" onclick="javascript:fnShowRefundPrintPopup();">
<i class="print_img"></i>인쇄하기
</button>
<label for="pageUnit" class="label">검색조건 선택</label> <select name="pageUnit" id="pageUnit" class="selType2" onchange="linkPage(1);">
<option value="10" selected="">10줄</option>
<option value="20">20줄</option>
<option value="30">30줄</option>
</select>
</div>
</div>
</div>
<div class="tb_wrap pay3_list">
<table class="tType4">
<colgroup>
<col style="width: 5%;">
<col style="width: 20%;">
<col style="width: auto;">
<col style="width: 15%;">
<col style="width: 15%;">
<col style="width: 15%;">
</colgroup>
<thead>
<tr>
<th>
번호
<div class="sort_wrap">
<input type="button" class="sort sortBtnDesc" id="rsort_refundId" sortord="desc">
</div>
</th>
<th>
환불요청일시
<div class="sort_wrap">
<input type="button" class="rsort sortBtn" id="rsort_frstRegisterPnttm">
</div>
</th>
<th>
환불처리일시(취소/불가처리 포함)
<div class="sort_wrap">
<input type="button" class="rsort sortBtn" id="rsort_refundHandlePnttm">
</div>
</th>
<th>
환불요청금액
<div class="sort_wrap">
<input type="button" class="rsort sortBtn" id="rsort_refundMoney">
</div>
</th>
<th>
환불처리금액
<div class="sort_wrap">
<input type="button" class="rsort sortBtn" id="rsort_refundCash">
</div>
</th>
<th>
환불처리상태
<div class="sort_wrap">
<input type="button" class="rsort sortBtn" id="rsort_refundStatus">
</div>
</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="6">
환불 요청 내역이 없습니다.
</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- //환불신청 내역 -->
</div>
<!-- 결제내역 - 요금결제내역 - 환불신청 -->
</div>
</div>
<!--// send top -->
</div>
</div>
<!--// content 영역 -->
<div data-include-path="/publish/layout/_footer.html"></div>
</body>
</html>