ITN_디자인팀 2023-07-27
2023/07/27 결제하기페이지, 이벤트2페이지 > 간편결제 추가
@ad87630390047b7c6d7a29ebe1727229eaa09f4b
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -1075,24 +1075,38 @@
 .charg_cont {background-color: #fff;padding: 40px;border-radius: 10px; min-height: 589px; display: none;}
 .charg_cont.current {display: block;}
 .charg_cont .tab_tit{font-size: 24px; font-weight: bold; color: #222; margin-bottom: 20px; margin-top: 40px;}
-.charg_cont .area_tab{display: flex; width: 100%; justify-content: space-between;}
+.charg_cont .area_tab{display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap;}
 /* 간편결제 오픈 시 
 .charg_cont .area_tab li{ width: calc((100% - 80px)/5); border: 1px solid #ddd; border-radius: 5px; position: relative; box-sizing: border-box; text-align: center;} */
 .charg_cont .area_tab li{ width: calc((100% - 80px)/4); border: 1px solid #ddd; border-radius: 5px; position: relative; box-sizing: border-box; text-align: center;}
 .charg_cont .area_tab li button {font-size: 22px; font-weight: 400; width: 100%; height: 100%; padding: 60px 20px 40px 20px;position:relative;z-index:1;}
-.charg_cont .area_tab li.active {border: 3px solid #fbc72b;}
+/* .charg_cont .area_tab li.active {border: 3px solid #fbc72b;} */
+.charg_cont .area_tab li.active::after{position: absolute; content: " "; width: 100%; height: 100%; border: 3px solid #fbc72b; left: -3px; top: -3px; border-radius: 5px;}
 .charg_cont .area_tab li.active::before{background-image: url(/publish/images/content/icon_chargeCheck2.png); background-color: #fbc72b; border: 2px solid #fbc72b;}
 .charg_cont .area_tab li::before{position: absolute; content: " "; width: 31px; height: 31px; border: 3px solid #ccc; right: 15px; top: 15px; border-radius: 100%; background-image: url(/publish/images/content/icon_chargeCheck1.png); background-repeat: no-repeat; background-position: center 58%;}
 .charg_cont .area_tab button i{width: 65px; height: 55px; display: block; margin: 0 auto 15px auto; background-position: center;}
-.charg_cont .area_tab .btn_charge_simple i{background-image: url(/publish/images/simple.png);}
+/*.charg_cont .area_tab .btn_charge_simple i{background-image: url(/publish/images/simple.png);}*/
 .charg_cont .area_tab .btn_charge1 i{background-image: url(/publish/images/content/icon_charging2.png);}
 .charg_cont .area_tab .btn_charge2 i{background-image: url(/publish/images/content/icon_charging3.png);}
-.charg_cont .area_tab .btn_charge4 i{background-image: url(/publish/images/content/icon_charging4.png);}
-.charg_cont .area_tab .btn_charge5 i{background-image: url(/publish/images/content/icon_charging5.png);}
+.charg_cont .area_tab .btn_charge3 i{background-image: url(/publish/images/content/icon_charging4.png);}
+.charg_cont .area_tab .btn_charge4 i{background-image: url(/publish/images/content/icon_charging5.png);}
+
+/*간편결제_오픈시_수정한부분*/
+.charg_cont .area_tab .simple_pay{margin-top: 25px;}
+.charg_cont .area_tab .simple_pay button{padding: 24px 20px 8px 20px;}
+.charg_cont .area_tab .simple_pay button i{width: 150px; height: 33px; display: block; margin: 0 auto 15px auto; background-position: center;}
+.charg_cont .area_tab .btn_charge5 i{background-image: url(/publish/images/never_pay.png);}
+.charg_cont .area_tab .btn_charge6 i{background-image: url(/publish/images/kakao_pay.png);}
+.charg_cont .area_tab .btn_charge7 i{background-image: url(/publish/images/toss_pay.png);}
+.charg_cont .area_tab .btn_charge8 i{background-image: url(/publish/images/payco.png);}
 .charg_cont .area_tab+.checkbox_wrap{margin-top: 18px; color: #666; font-weight: 300; font-size: 18px; text-align: right; width: 100%;}
-/* 간편결제 오픈 시  
+
+/* 간편결제_오픈시_이벤트페이지 
 .charg_cont .area_tab.type03 li {width:calc(100%/4 - 15px);} */
 .charg_cont .area_tab.type03 li {width:calc(100%/3 - 15px);}
+/*간편결제_오픈시_이벤트페이지_수정한부분은 이거 하나*/
+.charg_cont .area_tab.type03 li.event_simple{width:calc(100%/4 - 15px);}
+/*//간편결제_오픈시_이벤트페이지_수정한부분은 이거 하나*/
 .charg_cont .checkbox_wrap input[type="checkbox"],
 .charg_cont .checkbox_wrap input[type="radio"]{display: none;}
 .charg_cont .checkbox_wrap input[type="checkbox"]+label,
src/main/webapp/publish/firstpay_event2.html
--- src/main/webapp/publish/firstpay_event2.html
+++ src/main/webapp/publish/firstpay_event2.html
@@ -283,103 +283,23 @@
                                         <div class="serv_content charg_cont">
                                             <div>
                                                 <p class="tab_tit">충전수단 선택</p>
-                                                <ul class="area_tab">
-                                                	<li class="btn_charge_simple btn_tab active">
-                                                    	<button type="button" onclick="TabTypePay(this,'1');"><i></i>간편결제</button>
-                                                    </li>
-                                                    <li class="btn_charge1 btn_tab">
-                                                    	<button type="button" onclick="TabTypePay(this,'2');"><i></i>신용카드</button>
-                                                    </li>
-                                                    <li class="btn_charge2 btn_tab">
-                                                    	<button type="button" onclick="TabTypePay(this,'3');" id="btnDdedicatedAccount"><i></i>전용계좌</button>
-                                                   	</li>
+                                                <ul class="area_tab type03">
+                                                    <li class="btn_charge1 btn_tab active"><button type="button" onclick="TabTypePay(this,'1');" title="선택됨"><i></i>신용카드</button></li>
+                                                    <li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'2');" id="btnDdedicatedAccount" title="선택됨" style="border-left: 0px;"><i></i>전용계좌</button></li>
                                                     <!-- <li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'3');"><i></i>무통장입금</button></li> -->
                                                     <!-- <li class="btn_charge4 btn_tab"><button type="button" onclick="TabTypePay(this,'4');"><i></i>휴대폰결제</button></li> -->
-                                                    <li class="btn_charge5 btn_tab"><button type="button" onclick="TabTypePay(this,'4');"><i></i>즉시이체</button></li>
+                                                    <li class="btn_charge4 btn_tab"><button type="button" onclick="TabTypePay(this,'4');" title="선택됨" style="border-left: 1px solid rgb(229, 229, 229);"><i></i>즉시이체</button></li>
+                                                    <!--이벤트 간편결제-->
+                                                    <li class="btn_charge5 btn_tab simple_pay event_simple"><button onclick="TabType2(this,'5');"><i></i></button></li>
+                                                    <li class="btn_charge6 btn_tab simple_pay event_simple"><button onclick="TabType2(this,'6');"><i></i></button></li>
+                                                    <li class="btn_charge7 btn_tab simple_pay event_simple"><button onclick="TabType2(this,'7');"><i></i></li>
+                                                    <li class="btn_charge8 btn_tab simple_pay event_simple"><button onclick="TabType2(this,'8');"><i></i></button></li>
+                                                    <!--//이벤트 간편결제-->
                                                 </ul>
                                                 <div class="checkbox_wrap"><input type="checkbox" id="agree"><label for="agree">선택한 수단을 다음 충전 시에도 이용합니다.</label></div>
-
-                                                <!-- 간편결제 -->
-                                                <div class="area_tabcont on" id="tab2_1">
-                                                    <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 간편결제</p>
-                                                    <table class="tType1">
-                                                        <caption></caption>
-                                                        <colgroup>
-                                                            <col style="width: 100px;">
-                                                            <col style="width: auto;">
-                                                        </colgroup>
-                                                        <tbody>
-                                                            <tr class="charge_content">
-                                                                <th scope="row">충전금액</th>
-                                                                <td class="flex">
-                                                                    <select name="tempPrice" id="tempPrice" class="list_seType1">
-                                                                        <option value="5000">5,000</option>
-                                                                        <option value="10000">10,000</option>
-                                                                        <option value="20000">20,000</option>
-                                                                        <option value="30000">30,000</option>
-                                                                        <option value="50000" selected>50,000</option>
-                                                                        <option value="100000">100,000</option>
-                                                                        <option value="200000">200,000</option>
-                                                                        <option value="300000">300,000</option>
-                                                                        <option value="500000">500,000</option>
-                                                                        <option value="700000">700,000</option>
-                                                                        <option value="900000">900,000</option>
-                                                                        <option value="1000000">1,000,000</option>
-                                                                        <option value="1200000">1,200,000</option>
-                                                                        <option value="1500000">1,500,000</option>
-                                                                        <option value="2000000">2,000,000</option>
-                                                                        <option value="2500000">2,500,000</option>
-                                                                        <option value="3000000">3,000,000</option>
-                                                                    </select>
-                                                                    <p class="input_in">원</p>
-                                                                    <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요"  name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'">
-                                                                    <p class="input_in">원</p>
-                                                                    <button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button>
-                                                                    <button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button>
-                                                                    <button type="button" onclick="setPrice(this , '10000'); return false;">+ 1만원</button>
-                                                                    <button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button>
-                                                                    <button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%>
-                                                                    <p class="input_in">원</p> -->
-                                                                    <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
-                                                                </td>
-                                                            </tr>
-                                                            <tr>
-                                                                <td colspan="2">
-                                                                    <div class="amount_wrap">
-                                                                        <dl>
-                                                                            <dt>최종 결제금액 :</dt>
-                                                                            <dd>
-                                                                                <ul>
-                                                                                    <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)
-                                                                                    </li>
-                                                                                    <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)
-                                                                                    </li>
-                                                                                    <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)
-                                                                                    </li>
-                                                                                </ul>
-                                                                            </dd>
-                                                                        </dl>
-                                                                        <button type="button" class="btnType"
-                                                                            onclick="pgOpenerPopup(); return false;">충전하기</button>
-                                                                    </div>
-                                                                </td>
-                                                            </tr>
-                                                            <tr>
-                                                                <td colspan="2">
-                                                                    <div class="area_text">
-                                                                        <!-- <p><span class="c_222222">- 신용카드 결제가 어려우신 고객께서는 문자온 고객센터(010-8432-9333)를 통해서도 ARS 신용카드 결제를 하실 수 있습니다.</span></p> -->
-                                                                        <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
-												                        <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
-                                                                    </div>
-                                                                </td>
-                                                            </tr>
-                                                        </tbody>
-                                                    </table>
-                                                </div>
-                                                <!-- //간편결제 -->
-
+                                                
                                                 <!-- 신용카드 -->
-                                                <div class="area_tabcont" id="tab2_2">
+                                                <div class="area_tabcont on" id="tab2_1">
                                                     <p class="tType1_title"><img src="/publish/images/credit_small.png" alt="신용카드"> 신용카드</p>
                                                     <table class="tType1">
                                                         <caption></caption>
@@ -460,7 +380,7 @@
                                                 <!-- //신용카드 -->
 
                                                 <!-- 전용계좌 -->
-                                                <div class="area_tabcont current" id="tab2_3">
+                                                <div class="area_tabcont current" id="tab2_2">
                                                     <!-- 신규계좌발급 시 -->
                                                     <p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png" alt="계좌 이미"> 전용계좌</p>
                                                     <table class="tType1">
@@ -517,9 +437,7 @@
                                                         <tbody>    
                                                             <tr>
                                                                 <td colspan="2">
-                                                                    <div>
-                                                                        보유한 전용 계좌가 없습니다.
-                                                                    </div>
+                                                                    <div style="font-size: 16px;">보유한 전용 계좌가 없습니다.</div>
                                                                 </td>
                                                             </tr>
 
@@ -698,6 +616,354 @@
                                                     </table>
                                                 </div>
                                                 <!-- //즉시이체 -->
+                                                <!-- 네이바페이 -->
+                                                <div class="area_tabcont" id="tab2_5">
+                                                    <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 네이버페이</p>
+                                                    <table class="tType1">
+                                                        <colgroup>
+                                                            <col style="width: 100px;">
+                                                            <col style="width: auto;">
+                                                        </colgroup>
+                                                        <tbody>
+                                                            <tr class="charge_content">
+                                                                <th scope="row">충전금액</th>
+                                                                <td class="flex">
+                                                                    <select name="tempPrice" id="tempPrice" class="list_seType1">
+                                                                        <option value="5000">5,000</option>
+                                                                        <option value="10000">10,000</option>
+                                                                        <option value="20000">20,000</option>
+                                                                        <option value="30000">30,000</option>
+                                                                        <option value="50000" selected="">50,000</option>
+                                                                        <option value="100000">100,000</option>
+                                                                        <option value="200000">200,000</option>
+                                                                        <option value="300000">300,000</option>
+                                                                        <option value="500000">500,000</option>
+                                                                        <option value="700000">700,000</option>
+                                                                        <option value="900000">900,000</option>
+                                                                        <option value="1000000">1,000,000</option>
+                                                                        <option value="1200000">1,200,000</option>
+                                                                        <option value="1500000">1,500,000</option>
+                                                                        <option value="2000000">2,000,000</option>
+                                                                        <option value="2500000">2,500,000</option>
+                                                                        <option value="3000000">3,000,000</option>
+                                                                    </select>
+
+                                                                    <p class="input_in">원</p>
+                                                                    <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="amount_wrap">
+                                                                        <dl>
+                                                                            <dt>최종 결제금액 :</dt>
+                                                                            <dd>
+                                                                                <ul>
+                                                                                    <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+                                                                                    <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+                                                                                    <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+                                                                                </ul>
+                                                                            </dd>
+                                                                        </dl>
+                                                                        <button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="area_text">
+                                                                        <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+                                                                        <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+                                                                        <p>- 간편결제 시 세금계산서 및 간이영수증은 제공되지 않습니다.</p>
+                                                                        <p>- 네이버페이 카드 결제 영수증은 네이버페이를 통해서 발급받으실 수 있습니다.</p>
+                                                                        <p>- 네이버페이 포인트 사용에 따른 현금영수증 발행은 문자온 캐시 결제과정에서 결제자가 직접 선택하여야만 요청할 수 있습니다.(결제 완료 이후 문자온에서 현금영수증 처리 불가)</p>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                </div>
+                                                <!-- //네이버페이 -->
+
+                                                <!-- 카카오페이 -->
+                                                <div class="area_tabcont current" id="tab2_6">
+                                                    <!-- 신규계좌발급 시 -->
+                                                    <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 카카오페이</p>
+                                                    <table class="tType1">
+                                                        <colgroup>
+                                                            <col style="width: 100px;">
+                                                            <col style="width: auto;">
+                                                        </colgroup>
+                                                        <tbody>
+                                                            <tr class="charge_content">
+                                                                <th scope="row">충전금액</th>
+                                                                <td class="flex">
+                                                                    <select name="tempPrice" id="tempPrice" class="list_seType1">
+                                                                        <option value="5000">5,000</option>
+                                                                        <option value="10000">10,000</option>
+                                                                        <option value="20000">20,000</option>
+                                                                        <option value="30000">30,000</option>
+                                                                        <option value="50000" selected="">50,000</option>
+                                                                        <option value="100000">100,000</option>
+                                                                        <option value="200000">200,000</option>
+                                                                        <option value="300000">300,000</option>
+                                                                        <option value="500000">500,000</option>
+                                                                        <option value="700000">700,000</option>
+                                                                        <option value="900000">900,000</option>
+                                                                        <option value="1000000">1,000,000</option>
+                                                                        <option value="1200000">1,200,000</option>
+                                                                        <option value="1500000">1,500,000</option>
+                                                                        <option value="2000000">2,000,000</option>
+                                                                        <option value="2500000">2,500,000</option>
+                                                                        <option value="3000000">3,000,000</option>
+                                                                    </select>
+
+                                                                    <p class="input_in">원</p>
+                                                                    <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="amount_wrap">
+                                                                        <dl>
+                                                                            <dt>최종 결제금액 :</dt>
+                                                                            <dd>
+                                                                                <ul>
+                                                                                    <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+                                                                                    <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+                                                                                    <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+                                                                                </ul>
+                                                                            </dd>
+                                                                        </dl>
+                                                                        <button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="area_text">
+                                                                        <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+                                                                        <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+                                                                        <p>- 간편결제 시 세금계산서 및 간이영수증은 제공되지 않습니다.</p>
+                                                                        <p>- 카카오페이 결제에 따른 카드영수증 및 현금영수증은 카카오페이 앱을 통해서만 확인 가능합니다.</p>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                </div>
+                                                <!-- //카카오페이 -->
+
+                                                <!-- 무통장입금 -->
+                                                <!-- <div class="area_tabcont" id="tab2_4">
+                                                    <p class="tType1_title"><img src="/publish/images/content/icon_charging3_small.png" alt=""> 무통장입금</p>
+                                                    <table class="tType1">
+                                                        <caption></caption>
+                                                        <colgroup>
+                                                            <col style="width: 100px;">
+                                                            <col style="width: auto;">
+                                                        </colgroup>
+                                                        <tbody>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <ul class="info_bank">
+                                                                        <li><a href="#"><i></i>
+                                                                                <p>신한은행 <span>389-01-106644</span></p>
+                                                                            </a>
+                                                                        </li>
+                                                                        <li><a href="#"><i></i>
+                                                                                <p>농협은행 <span>7700-7700-28</span></p>
+                                                                            </a>
+                                                                        </li>
+                                                                        <li><a href="#"><i></i>
+                                                                                <p>국민은행 <span>839-25-0027-299</span></p>
+                                                                            </a>
+                                                                        </li>
+                                                                        <li><a href href="#"><i></i>
+                                                                                <p>기업은행 <span>065-048245-04-013</span></p>
+                                                                            </a>
+                                                                        </li>
+                                                                        <li><a href="#"><i></i>
+                                                                                <p>외환(하나)은행 <span>241-22-04685-7</span></p>
+                                                                            </a>
+                                                                        </li>
+                                                                        <li><a href="#"><i></i>
+                                                                                <p>우리은행 <span>119-301098-13-101</span></p>
+                                                                            </a>
+                                                                        </li>
+                                                                    </ul>
+                                                                    <div class="area_text">
+                                                                        <p>※ 입금자명은 반드시 <span>본인의 아이디</span>로 입력하셔야 합니다(동명이인 식별 불가)</p>
+                                                                        <p>※ 반드시 은행명, 입금액, 예금주를 먼저 입력하신 후 송금을 하셔야 하며, <span>송금이 완료된 상태에서 입금알림 버튼</span>을 눌러주셔야 합니다.</p>
+                                                                        <ul class="box_input flex">
+                                                                            <li class="flex">은행명 
+                                                                                <select name="" id="">
+                                                                                    <option value="">국민은행</option>
+                                                                                </select>
+                                                                            </li>
+                                                                            <li class="flex">입금금액 <input type="text" size="15">
+                                                                                <p class="input_in">원</p>
+                                                                            </li>
+                                                                            <li class="flex">예금주 <input type="text" size="15"></li>
+                                                                            <li class="flex">
+                                                                                <input type="checkbox"> 상기 계좌에 입금 알림 <button>입금알림</button>
+                                                                            </li>
+                                                                        </ul>
+                                                                        <p>- 무통장입금 계좌번호 문자로 받기(일 / 최대 3회)
+                                                                            <label for="" class="sel_type2_label">은행명</label>
+                                                                            <select name="" id="" class="sel_type2">
+                                                                                <option value="">은행선택</option>
+                                                                                <option value="">기업은행</option>
+                                                                                <option value="">국민은행</option>
+                                                                                <option value="">외환은행</option>
+                                                                                <option value="">농협</option>
+                                                                                <option value="">우리은행</option>
+                                                                                <option value="">신한은행</option>
+                                                                                <option value="">SC은행</option>
+                                                                                <option value="">부산은행</option>
+                                                                                <option value="">우체국</option>
+                                                                            </select>
+                                                                            <label for="" class="label">전화번호 입력</label>
+                                                                            <input type="text" placeholder="‘-’ 없이 전화번호를 입력해주세요" onfocus="this.placeholder=''"
+                                                                                onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'">
+                                                                            <button>문자받기</button>
+                                                                        </p>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                    <div style="text-align: center;">
+                                                        <button class="btnType btnType16">충전하기</button>
+                                                    </div>
+                                                </div> -->
+                                                <!-- //무통장입금 -->
+
+                                                <!-- 토스페이 -->
+                                                <div class="area_tabcont current" id="tab2_7">
+                                                    <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 토스페이</p>
+                                                    <table class="tType1">
+                                                        <caption></caption>
+                                                        <colgroup>
+                                                            <col style="width: 100px;">
+                                                            <col style="width: auto;">
+                                                        </colgroup>
+                                                        <tbody>
+                                                            <tr class="charge_content">
+                                                                <th scope="row">충전금액</th>
+                                                                <td class="flex">
+                                                                    <select name="tempPrice" id="tempPrice" class="list_seType1">
+                                                                        <option value="5000">5,000</option>
+                                                                        <option value="10000">10,000</option>
+                                                                        <option value="20000">20,000</option>
+                                                                        <option value="30000">30,000</option>
+                                                                        <option value="50000" selected="">50,000</option>
+                                                                        <option value="100000">100,000</option>
+                                                                        <option value="150000">150,000</option>
+                                                                    </select>
+
+                                                                    <p class="input_in">원</p>
+                                                                    <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="amount_wrap">
+                                                                        <dl>
+                                                                            <dt>최종 결제금액 :</dt>
+                                                                            <dd>
+                                                                                <ul>
+                                                                                    <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+                                                                                    <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+                                                                                    <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+                                                                                </ul>
+                                                                            </dd>
+                                                                        </dl>
+                                                                        <button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="area_text">
+                                                                        <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+                                                                        <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+                                                                        <p>- 간편결제 시 세금계산서 및 간이영수증은 제공되지 않습니다.</p>
+                                                                        <p>- 토스페이 결제에 따른 카드영수증 및 현금영수증은 토스페이 앱을 통해서만 확인 가능합니다.</p>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                </div>
+                                                <!-- //토스페이 -->
+                                                <!-- 페이코 -->
+                                                <div class="area_tabcont current" id="tab2_8">
+                                                    <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> PAYCO</p>
+                                                    <table class="tType1">
+                                                        <caption></caption>
+                                                        <colgroup>
+                                                            <col style="width: 100px;">
+                                                            <col style="width: auto;">
+                                                        </colgroup>
+                                                        <tbody>
+                                                            <tr class="charge_content">
+                                                                <th scope="row">충전금액</th>
+                                                                <td class="flex">
+                                                                    <select name="tempPrice" id="tempPrice" class="list_seType1">
+                                                                        <option value="5000">5,000</option>
+                                                                        <option value="10000">10,000</option>
+                                                                        <option value="20000">20,000</option>
+                                                                        <option value="30000">30,000</option>
+                                                                        <option value="50000" selected="">50,000</option>
+                                                                        <option value="100000">100,000</option>
+                                                                        <option value="200000">200,000</option>
+                                                                        <option value="300000">300,000</option>
+                                                                        <option value="500000">500,000</option>
+                                                                        <option value="700000">700,000</option>
+                                                                        <option value="900000">900,000</option>
+                                                                        <option value="1000000">1,000,000</option>
+                                                                        <option value="1200000">1,200,000</option>
+                                                                        <option value="1500000">1,500,000</option>
+                                                                        <option value="2000000">2,000,000</option>
+                                                                        <option value="2500000">2,500,000</option>
+                                                                        <option value="3000000">3,000,000</option>
+                                                                    </select>
+
+                                                                    <p class="input_in">원</p>
+                                                                    <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="amount_wrap">
+                                                                        <dl>
+                                                                            <dt>최종 결제금액 :</dt>
+                                                                            <dd>
+                                                                                <ul>
+                                                                                    <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+                                                                                    <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+                                                                                    <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+                                                                                </ul>
+                                                                            </dd>
+                                                                        </dl>
+                                                                        <button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                            <tr>
+                                                                <td colspan="2">
+                                                                    <div class="area_text">
+                                                                        <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+                                                                        <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+                                                                        <p>- 페이코(PAYCO) 결제 영수증은 페이코를 통해 발급받으실 수 있습니다.</p>
+                                                                    </div>
+                                                                </td>
+                                                            </tr>
+                                                        </tbody>
+                                                    </table>
+                                                </div>
+                                                <!-- //페이코 -->
                                             </div>
                                         </div>
                                     </div>
src/main/webapp/publish/guide_2022.html
--- src/main/webapp/publish/guide_2022.html
+++ src/main/webapp/publish/guide_2022.html
@@ -18,6 +18,8 @@
     <!-- <p>***<span class="font1"> (컨텐츠)</span> : 반복적으로 사용 안함</p>
     <p>***<span class="font2"> (보드)</span> : 반복적으로 사용</p> -->
     <ul class="page">
+        <li><a href="/publish/payment2.html">payment2.html</a>결제하기 > 충전수단 선택 > 간편결제 추가</li>
+        <li><a href="/publish/firstpay_event2.html">firstpay_event2.html</a>이벤트 페이지 > 충전수단 선택 > 간편결제 추가</li>
         <li><a href="/publish/reservedmsg_2023.html">reservedmsg_2023.html</a>예약관리 > 문자탭 > rev_admin 수정, 발송방식 전체 버튼 추가, table > 발송방식 추가</li>
         <li><a href="/publish/textingmsg_2022.html">textingmsg_2022.html</a>발송결과 > 문자탭 > rev_admin 수정, 발송방식 전체 버튼 추가, table > 발송방식 추가</li>
         <li><a href="/publish/publish_adv/send_group_text.html">send_group_text.html</a>텍스트 수정, 메인화면 이동 버튼 추가</li>
 
src/main/webapp/publish/images/kakao_pay.png (Binary) (added)
+++ src/main/webapp/publish/images/kakao_pay.png
Binary file is not shown
 
src/main/webapp/publish/images/never_pay.png (Binary) (added)
+++ src/main/webapp/publish/images/never_pay.png
Binary file is not shown
 
src/main/webapp/publish/images/payco.png (Binary) (added)
+++ src/main/webapp/publish/images/payco.png
Binary file is not shown
 
src/main/webapp/publish/images/toss_pay.png (Binary) (added)
+++ src/main/webapp/publish/images/toss_pay.png
Binary file is not shown
src/main/webapp/publish/payment2.html
--- src/main/webapp/publish/payment2.html
+++ src/main/webapp/publish/payment2.html
@@ -23,9 +23,11 @@
 	<script src="/publish/js/calendar.js"></script>
 	<script src="/publish/js/popupLayer.js"></script>
 
+	<!--
 	<style>
-		.charg_cont .area_tab li{ width: calc((100% - 80px)/5);}
+		.charg_cont .area_tab li{ width: calc((100% - 80px)/4);}
 	</style>
+	-->
 	
 </head>
 
@@ -217,23 +219,23 @@
 					<div>
 						<p class="tab_tit">충전수단 선택</p>
 						<ul class="area_tab">
-							<li class="btn_charge_simple btn_tab active"><button onclick="TabType2(this,'1');"><i></i>간편결제</button></li>
-							<li class="btn_charge1 btn_tab"><button onclick="TabType2(this,'2');"><i></i>신용카드</button>
-							</li>
-							<li class="btn_charge2 btn_tab"><button onclick="TabType2(this,'3');"><i></i>전용계좌</button>
-							</li>
+							<li class="btn_charge1 btn_tab active"><button onclick="TabType2(this,'1');"><i></i>신용카드</button></li>
+							<li class="btn_charge2 btn_tab"><button onclick="TabType2(this,'2');"><i></i>전용계좌</button></li>
 							<!-- <li class="btn_charge2 btn_tab"><button onclick="TabType2(this,'3');"><i></i>무통장입금</button></li> -->
-							<li class="btn_charge4 btn_tab"><button onclick="TabType2(this,'4');"><i></i>휴대폰결제</button>
-							</li>
-							<li class="btn_charge5 btn_tab"><button onclick="TabType2(this,'5');"><i></i>즉시이체</button>
-							</li>
+							<li class="btn_charge3 btn_tab"><button onclick="TabType2(this,'3');"><i></i>휴대폰결제</button></li>
+							<li class="btn_charge4 btn_tab"><button onclick="TabType2(this,'4');"><i></i>즉시이체</button></li>
+							
+							<li class="btn_charge5 btn_tab simple_pay"><button onclick="TabType2(this,'5');"><i></i></button></li>
+							<li class="btn_charge6 btn_tab simple_pay"><button onclick="TabType2(this,'6');"><i></i></button></li>
+							<!-- <li class="btn_charge2 btn_tab"><button onclick="TabType2(this,'3');"><i></i>무통장입금</button></li> -->
+							<li class="btn_charge7 btn_tab simple_pay"><button onclick="TabType2(this,'7');"><i></i></li>
+							<li class="btn_charge8 btn_tab simple_pay"><button onclick="TabType2(this,'8');"><i></i></button></li>
 						</ul>
-						<div class="checkbox_wrap"><input type="checkbox" id="agree"><label for="agree"></label> 선택한 수단을
-							다음 충전 시에도
-							이용합니다.</div>
+						<div class="checkbox_wrap"><input type="checkbox" id="agree"><label for="agree"></label> 선택한 수단을 다음 충전 시에도 이용합니다.</div>
 
 						<!-- 간편결제 -->
-						<div class="area_tabcont on" id="tab2_1">
+						<!--
+													<div class="area_tabcont on" id="tab2_1">
 							<p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제 스몰 아이콘">
 							간편결제</p>
 							<table class="tType1">
@@ -266,7 +268,6 @@
 											</select>
 
 											<p class="input_in">원</p>
-											<!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
 										</td>
 									</tr>
 									<tr>
@@ -300,11 +301,11 @@
 								</tbody>
 							</table>
 						</div>
+						-->
 
 						<!-- 신용카드 -->
-						<div class="area_tabcont " id="tab2_2">
-							<p class="tType1_title"><img src="/publish/images/credit_small.png" alt="신용카드">
-								신용카드</p>
+						<div class="area_tabcont on " id="tab2_1">
+							<p class="tType1_title"><img src="/publish/images/credit_small.png" alt="신용카드"> 신용카드</p>
 							<table class="tType1">
 								<colgroup>
 									<col style="width: 100px;">
@@ -346,15 +347,12 @@
 													<dd>
 														<ul>
 															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
-															<li><span class="plus"></span><strong
-																	id="vatPriceStr">5,000</strong>원(부가세)</li>
-															<li class="total"><span class="equal"></span><strong
-																	id="lastPriceStr">55,000</strong>원(최종금액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
 														</ul>
 													</dd>
 												</dl>
-												<button type="button" class="btnType"
-													onclick="pgOpenerPopup(); return false;">충전하기</button>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
 											</div>
 										</td>
 									</tr>
@@ -362,8 +360,7 @@
 										<td colspan="2">
 											<div class="area_text">
 												<p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
-												<p>- 카드사별 정책상 충전금액 제한이 있을 수 있습니다. 단, ARS 신용카드 결제는 충전금액 제한 없이 이용하실 수
-													있습니다.</p>
+												<p>- 카드사별 정책상 충전금액 제한이 있을 수 있습니다. 단, ARS 신용카드 결제는 충전금액 제한 없이 이용하실 수 있습니다.</p>
 											</div>
 										</td>
 									</tr>
@@ -373,10 +370,9 @@
 						<!-- //신용카드 -->
 
 						<!-- 전용계좌 -->
-						<div class="area_tabcont current" id="tab2_3">
+						<div class="area_tabcont current" id="tab2_2">
 							<!-- 신규계좌발급 시 -->
-							<p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png"
-									alt="계좌 이미"> 전용계좌</p>
+							<p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png" alt="계좌 이미"> 전용계좌</p>
 							<table class="tType1">
 								<caption></caption>
 								<colgroup>
@@ -404,16 +400,14 @@
 												<option value="088">신한은행</option>
 											</select>
 											<p class="input_in" style="margin-right:5px;">원</p>
-											<button type="button"
-												onclick="fnNewBankAccount(); return false;">신규계좌받기</button>
+											<button type="button" onclick="fnNewBankAccount(); return false;">신규계좌받기</button>
 										</td>
 									</tr>
 								</tbody>
 							</table>
 
 							<!-- 기존 계좌있을 시 -->
-							<p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png"
-									alt="계좌 이미"> 전용계좌</p>
+							<p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png" alt="계좌 이미"> 전용계좌</p>
 							<table class="tType1">
 								<caption></caption>
 								<colgroup>
@@ -432,17 +426,12 @@
 										<td colspan="2">
 											<div class="area_text">
 												<p>- 전용계좌는 개설일로부터 <span>3개월 미사용 시 자동 해지</span>됩니다.</p>
-												<p>- 전용계좌에 <span>5,000원 이상 입금</span> 시, 연중무휴 <span>실시간 자동 충전이</span>
-													가능합니다.</p>
+												<p>- 전용계좌에 <span>5,000원 이상 입금</span> 시, 연중무휴 <span>실시간 자동 충전이</span> 가능합니다.</p>
 												<!-- <p>- 예금주 : 문자온</p> -->
 												<p>- 계좌번호 문자로 받기(일/3회까지)
 													<label for="" class="label">전화번호 입력</label>
-													<input type="text" id="callTo" name="callTo" maxlength="11"
-														placeholder="‘-’ 없이 받으실 휴대폰 번호를 입력해주세요."
-														onfocus="this.placeholder=''"
-														onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'">
-													<button type="button"
-														onclick="fnSmsSend(); return false;">문자받기</button>
+													<input type="text" id="callTo" name="callTo" maxlength="11" placeholder="‘-’ 없이 받으실 휴대폰 번호를 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'">
+													<button type="button" onclick="fnSmsSend(); return false;">문자받기</button>
 												</p>
 											</div>
 										</td>
@@ -538,9 +527,8 @@
 						<!-- //무통장입금 -->
 
 						<!-- 휴대폰 -->
-						<div class="area_tabcont current" id="tab2_4">
-							<p class="tType1_title"><img src="/publish/images/content/icon_charging4_small.png" alt="">
-								휴대폰결제</p>
+						<div class="area_tabcont current" id="tab2_3">
+							<p class="tType1_title"><img src="/publish/images/content/icon_charging4_small.png" alt="휴대폰결제"> 휴대폰결제</p>
 							<table class="tType1">
 								<caption></caption>
 								<colgroup>
@@ -573,15 +561,12 @@
 													<dd>
 														<ul>
 															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
-															<li><span class="plus"></span><strong
-																	id="vatPriceStr">5,000</strong>원(부가세)</li>
-															<li class="total"><span class="equal"></span><strong
-																	id="lastPriceStr">55,000</strong>원(최종금액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
 														</ul>
 													</dd>
 												</dl>
-												<button type="button" class="btnType"
-													onclick="pgOpenerPopup(); return false;">충전하기</button>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
 											</div>
 										</td>
 									</tr>
@@ -600,9 +585,8 @@
 						<!-- //휴대폰 -->
 
 						<!-- 즉시이체 -->
-						<div class="area_tabcont current" id="tab2_5">
-							<p class="tType1_title"><img src="/publish/images/content/icon_charging5_small.png" alt="">
-								즉시이체</p>
+						<div class="area_tabcont current" id="tab2_4">
+							<p class="tType1_title"><img src="/publish/images/content/icon_charging5_small.png" alt="즉시이체"> 즉시이체</p>
 							<table class="tType1">
 								<caption></caption>
 								<colgroup>
@@ -645,15 +629,12 @@
 													<dd>
 														<ul>
 															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
-															<li><span class="plus"></span><strong
-																	id="vatPriceStr">5,000</strong>원(부가세)</li>
-															<li class="total"><span class="equal"></span><strong
-																	id="lastPriceStr">55,000</strong>원(최종금액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
 														</ul>
 													</dd>
 												</dl>
-												<button type="button" class="btnType"
-													onclick="pgOpenerPopup(); return false;">충전하기</button>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
 											</div>
 										</td>
 									</tr>
@@ -669,6 +650,355 @@
 							</table>
 						</div>
 						<!-- //즉시이체 -->
+						<!-- 네이바페이 -->
+						<div class="area_tabcont" id="tab2_5">
+							<p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 네이버페이</p>
+							<table class="tType1">
+								<colgroup>
+									<col style="width: 100px;">
+									<col style="width: auto;">
+								</colgroup>
+								<tbody>
+									<tr class="charge_content">
+										<th scope="row">충전금액</th>
+										<td class="flex">
+											<select name="tempPrice" id="tempPrice" class="list_seType1">
+												<option value="5000">5,000</option>
+												<option value="10000">10,000</option>
+												<option value="20000">20,000</option>
+												<option value="30000">30,000</option>
+												<option value="50000" selected="">50,000</option>
+												<option value="100000">100,000</option>
+												<option value="200000">200,000</option>
+												<option value="300000">300,000</option>
+												<option value="500000">500,000</option>
+												<option value="700000">700,000</option>
+												<option value="900000">900,000</option>
+												<option value="1000000">1,000,000</option>
+												<option value="1200000">1,200,000</option>
+												<option value="1500000">1,500,000</option>
+												<option value="2000000">2,000,000</option>
+												<option value="2500000">2,500,000</option>
+												<option value="3000000">3,000,000</option>
+											</select>
+
+											<p class="input_in">원</p>
+											<!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="amount_wrap">
+												<dl>
+													<dt>최종 결제금액 :</dt>
+													<dd>
+														<ul>
+															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+														</ul>
+													</dd>
+												</dl>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+											</div>
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="area_text">
+												<p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+												<p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+												<p>- 간편결제 시 세금계산서 및 간이영수증은 제공되지 않습니다.</p>
+												<p>- 네이버페이 카드 결제 영수증은 네이버페이를 통해서 발급받으실 수 있습니다.</p>
+												<p>- 네이버페이 포인트 사용에 따른 현금영수증 발행은 문자온 캐시 결제과정에서 결제자가 직접 선택하여야만 요청할 수 있습니다.(결제 완료 이후 문자온에서 현금영수증 처리 불가)</p>
+											</div>
+										</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+						<!-- //네이버페이 -->
+
+						<!-- 카카오페이 -->
+						<div class="area_tabcont current" id="tab2_6">
+							<!-- 신규계좌발급 시 -->
+							<p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 카카오페이</p>
+							<table class="tType1">
+								<colgroup>
+									<col style="width: 100px;">
+									<col style="width: auto;">
+								</colgroup>
+								<tbody>
+									<tr class="charge_content">
+										<th scope="row">충전금액</th>
+										<td class="flex">
+											<select name="tempPrice" id="tempPrice" class="list_seType1">
+												<option value="5000">5,000</option>
+												<option value="10000">10,000</option>
+												<option value="20000">20,000</option>
+												<option value="30000">30,000</option>
+												<option value="50000" selected="">50,000</option>
+												<option value="100000">100,000</option>
+												<option value="200000">200,000</option>
+												<option value="300000">300,000</option>
+												<option value="500000">500,000</option>
+												<option value="700000">700,000</option>
+												<option value="900000">900,000</option>
+												<option value="1000000">1,000,000</option>
+												<option value="1200000">1,200,000</option>
+												<option value="1500000">1,500,000</option>
+												<option value="2000000">2,000,000</option>
+												<option value="2500000">2,500,000</option>
+												<option value="3000000">3,000,000</option>
+											</select>
+
+											<p class="input_in">원</p>
+											<!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="amount_wrap">
+												<dl>
+													<dt>최종 결제금액 :</dt>
+													<dd>
+														<ul>
+															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+														</ul>
+													</dd>
+												</dl>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+											</div>
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="area_text">
+												<p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+												<p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+												<p>- 간편결제 시 세금계산서 및 간이영수증은 제공되지 않습니다.</p>
+												<p>- 카카오페이 결제에 따른 카드영수증 및 현금영수증은 카카오페이 앱을 통해서만 확인 가능합니다.</p>
+											</div>
+										</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+						<!-- //카카오페이 -->
+
+						<!-- 무통장입금 -->
+						<!-- <div class="area_tabcont" id="tab2_4">
+							<p class="tType1_title"><img src="/publish/images/content/icon_charging3_small.png" alt=""> 무통장입금</p>
+							<table class="tType1">
+								<caption></caption>
+								<colgroup>
+									<col style="width: 100px;">
+									<col style="width: auto;">
+								</colgroup>
+								<tbody>
+									<tr>
+										<td colspan="2">
+											<ul class="info_bank">
+												<li><a href="#"><i></i>
+														<p>신한은행 <span>389-01-106644</span></p>
+													</a>
+												</li>
+												<li><a href="#"><i></i>
+														<p>농협은행 <span>7700-7700-28</span></p>
+													</a>
+												</li>
+												<li><a href="#"><i></i>
+														<p>국민은행 <span>839-25-0027-299</span></p>
+													</a>
+												</li>
+												<li><a href href="#"><i></i>
+														<p>기업은행 <span>065-048245-04-013</span></p>
+													</a>
+												</li>
+												<li><a href="#"><i></i>
+														<p>외환(하나)은행 <span>241-22-04685-7</span></p>
+													</a>
+												</li>
+												<li><a href="#"><i></i>
+														<p>우리은행 <span>119-301098-13-101</span></p>
+													</a>
+												</li>
+											</ul>
+											<div class="area_text">
+												<p>※ 입금자명은 반드시 <span>본인의 아이디</span>로 입력하셔야 합니다(동명이인 식별 불가)</p>
+												<p>※ 반드시 은행명, 입금액, 예금주를 먼저 입력하신 후 송금을 하셔야 하며, <span>송금이 완료된 상태에서 입금알림 버튼</span>을 눌러주셔야 합니다.</p>
+												<ul class="box_input flex">
+													<li class="flex">은행명 
+														<select name="" id="">
+															<option value="">국민은행</option>
+														</select>
+													</li>
+													<li class="flex">입금금액 <input type="text" size="15">
+														<p class="input_in">원</p>
+													</li>
+													<li class="flex">예금주 <input type="text" size="15"></li>
+													<li class="flex">
+														<input type="checkbox"> 상기 계좌에 입금 알림 <button>입금알림</button>
+													</li>
+												</ul>
+												<p>- 무통장입금 계좌번호 문자로 받기(일 / 최대 3회)
+													<label for="" class="sel_type2_label">은행명</label>
+													<select name="" id="" class="sel_type2">
+														<option value="">은행선택</option>
+														<option value="">기업은행</option>
+														<option value="">국민은행</option>
+														<option value="">외환은행</option>
+														<option value="">농협</option>
+														<option value="">우리은행</option>
+														<option value="">신한은행</option>
+														<option value="">SC은행</option>
+														<option value="">부산은행</option>
+														<option value="">우체국</option>
+													</select>
+													<label for="" class="label">전화번호 입력</label>
+													<input type="text" placeholder="‘-’ 없이 전화번호를 입력해주세요" onfocus="this.placeholder=''"
+														onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'">
+													<button>문자받기</button>
+												</p>
+											</div>
+										</td>
+									</tr>
+								</tbody>
+							</table>
+							<div style="text-align: center;">
+								<button class="btnType btnType16">충전하기</button>
+							</div>
+						</div> -->
+						<!-- //무통장입금 -->
+
+						<!-- 토스페이 -->
+						<div class="area_tabcont current" id="tab2_7">
+							<p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 토스페이</p>
+							<table class="tType1">
+								<caption></caption>
+								<colgroup>
+									<col style="width: 100px;">
+									<col style="width: auto;">
+								</colgroup>
+								<tbody>
+									<tr class="charge_content">
+										<th scope="row">충전금액</th>
+										<td class="flex">
+											<select name="tempPrice" id="tempPrice" class="list_seType1">
+												<option value="5000">5,000</option>
+												<option value="10000">10,000</option>
+												<option value="20000">20,000</option>
+												<option value="30000">30,000</option>
+												<option value="50000" selected="">50,000</option>
+												<option value="100000">100,000</option>
+												<option value="150000">150,000</option>
+											</select>
+
+											<p class="input_in">원</p>
+											<!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="amount_wrap">
+												<dl>
+													<dt>최종 결제금액 :</dt>
+													<dd>
+														<ul>
+															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+														</ul>
+													</dd>
+												</dl>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+											</div>
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="area_text">
+												<p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+												<p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+												<p>- 간편결제 시 세금계산서 및 간이영수증은 제공되지 않습니다.</p>
+												<p>- 토스페이 결제에 따른 카드영수증 및 현금영수증은 토스페이 앱을 통해서만 확인 가능합니다.</p>
+											</div>
+										</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+						<!-- //토스페이 -->
+
+						<!-- 페이코 -->
+						<div class="area_tabcont current" id="tab2_8">
+							<p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> PAYCO</p>
+							<table class="tType1">
+								<caption></caption>
+								<colgroup>
+									<col style="width: 100px;">
+									<col style="width: auto;">
+								</colgroup>
+								<tbody>
+									<tr class="charge_content">
+										<th scope="row">충전금액</th>
+										<td class="flex">
+											<select name="tempPrice" id="tempPrice" class="list_seType1">
+												<option value="5000">5,000</option>
+												<option value="10000">10,000</option>
+												<option value="20000">20,000</option>
+												<option value="30000">30,000</option>
+												<option value="50000" selected="">50,000</option>
+												<option value="100000">100,000</option>
+												<option value="200000">200,000</option>
+												<option value="300000">300,000</option>
+												<option value="500000">500,000</option>
+												<option value="700000">700,000</option>
+												<option value="900000">900,000</option>
+												<option value="1000000">1,000,000</option>
+												<option value="1200000">1,200,000</option>
+												<option value="1500000">1,500,000</option>
+												<option value="2000000">2,000,000</option>
+												<option value="2500000">2,500,000</option>
+												<option value="3000000">3,000,000</option>
+											</select>
+
+											<p class="input_in">원</p>
+											<!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> -->
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="amount_wrap">
+												<dl>
+													<dt>최종 결제금액 :</dt>
+													<dd>
+														<ul>
+															<li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li>
+															<li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li>
+															<li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li>
+														</ul>
+													</dd>
+												</dl>
+												<button type="button" class="btnType" onclick="pgOpenerPopup(); return false;">충전하기</button>
+											</div>
+										</td>
+									</tr>
+									<tr>
+										<td colspan="2">
+											<div class="area_text">
+												<p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p>
+												<p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p>
+												<p>- 페이코(PAYCO) 결제 영수증은 페이코를 통해 발급받으실 수 있습니다.</p>
+											</div>
+										</td>
+									</tr>
+								</tbody>
+							</table>
+						</div>
+						<!-- //페이코 -->
 					</div>
 
 					<!--누적결제액별 등급 및 단가 추가 시작-->
Add a comment
List