정수빈 정수빈 2025-05-29
api 문자/카카오톡으로 탭 나눔
@2e12af0f2f594a7f2b2cc04e2e30a2d04cc8a126
src/main/webapp/publish/api_admin1.html
--- src/main/webapp/publish/api_admin1.html
+++ src/main/webapp/publish/api_admin1.html
@@ -40,7 +40,7 @@
 </head>
 
 <body>
-    <div class="mask on"></div>
+    <div class="mask"></div>
     <div class="skip_menu">
         <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
     </div>
@@ -201,7 +201,7 @@
     <div id="container" class="cont sub">
 
         <!-- 0724 기업회원 이동 팝업 -->
-        <div class="tooltip-wrap cvt_member_popup_wrap">
+        <!-- <div class="tooltip-wrap cvt_member_popup_wrap">
             <div class="popup-com cvt_member_layer popup01" tabindex="0" data-tooltip-con="popup01" data-focus="popup01" data-focus-prev="popup01-close">
             <div class="popup_heading">
                 <p>알림</p>
@@ -215,7 +215,7 @@
                 </div>
             </div>
             </div>
-        </div>
+        </div> -->
         <!--// 0724 기업회원 이동 팝업 -->
 		<button type="button" id="btnDeptPop" data-tooltip="popup01" style="display: none;"></button>
         <div class="inner">
@@ -223,8 +223,8 @@
             <div class="send_top">
                 <!-- tab button -->
                 <ul class="tabType4">
-                    <li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
-                    <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
+                    <li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
+                    <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
                     <li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
                     <li class="tab active"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
                 </ul>
@@ -238,6 +238,10 @@
                     <!--신청/관리 내용-->
                     <!--API 신청 정보 : 신청 전-->
                     <div class="api_admin">
+                        <ul class="info">
+                            <li>- 서비스 사용  신청 시, 문자 및 카카오톡 연동서비스를 모두 이용하실 수 있습니다.</li>
+                            <li>- 관리자 승인 이후 발송 서버 IP를 등록해 주셔야 합니다.</li>
+                        </ul>
                         <div class="admin_title">API 신청 정보</div>
                         <div class="tb_wrap_t1">
                             <table class="tType4">
src/main/webapp/publish/api_download.html
--- src/main/webapp/publish/api_download.html
+++ src/main/webapp/publish/api_download.html
@@ -181,8 +181,8 @@
             <div class="send_top">
                 <!-- tab button -->
                 <ul class="tabType4">
-                    <li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
-                    <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
+                    <li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
+                    <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
                     <li class="tab active"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
                     <li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
                 </ul>
@@ -193,270 +193,543 @@
                         <h2>예제 다운로드</h2>
                     </div>
 
-                    <!--예제 다운로드 내용-->
-                    <div class="api_download">
-                        <ul class="info">
-                            <li>- 아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li>
-                            <li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li>
+                    <div class="pay_tab_wrap">
+                        <ul class="tabType1">
+                            <li class="tab active"><button type="button" onclick="TabType5(this,'1');TabType3(this,'1');">문자</button></li>
+                            <li class="tab"><button type="button" onclick="TabType5(this,'2');TabType3(this,'7');">카카오톡</button></li>
                         </ul>
+                    </div>
 
-                        <div class="list_tab_wrap2 type2">
-                            <!-- tab button -->
-                            <ul class="list_tab">
-                                <li class="tab active"><button type="button" onclick="listTab3(this,'1');">JSP</button>
-                                </li>
-                                <!-- <li class="tab"><button type="button" onclick="listTab3(this,'2');">ASP</button>
-                                </li> -->
-                                <li class="tab"><button type="button" onclick="listTab3(this,'3');">PHP</button>
-                                </li>
-                                <!--<li class="tab"><button type="button" onclick="listTab3(this,'4');">.NET</button>
-                                </li>
-                                <li class="tab"><button type="button" onclick="listTab3(this,'5');">AOS</button>
-                                </li>
-                                <li class="tab"><button type="button" onclick="listTab3(this,'6');">IOS</button>
-                                </li>-->
+                    <div class="api_guide current"  id="tab5_1">
+                        <div class="api_download">
+                            <ul class="info">
+                                <li>- 아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li>
+                                <li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li>
                             </ul>
-                            <!--// tab button -->
-                        </div>
-
-                        <!-- JSP 다운로드-->
-                        <div class="download_cont current" id="listTab3_1">
-                            <div class="box">
-                                <div class="text">
-                                    <h4>JSP Example</h4>
-                                    <table>
-                                        <caption>JSP 샘플 파일 설명 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:35%;">
-                                            <col style="width:65%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>jsp_example_send_msg_r1.jsp</th>
-                                            <td>문자보내기(여러명에게 동일한문자)</td>
-                                        </tr>
-                                        <tr>
-                                            <th>sp_example_send_msgs_r1.jsp</th>
-                                            <td>문자보내기(여러명에게 다른문자)</td>
-                                        </tr>
-                                        <tr>
-                                            <th>jsp_example_hstry_r1.jsp</th>
-                                            <td>전송내역조회</td>
-                                        </tr>
-                                        <tr>
-                                            <th>jsp_example_hstry_detail_r1.jsp</th>
-                                            <td>상세전송내역조회</td>
-                                        </tr>
-                                        <tr>
-                                            <th>jsp_example_select_price_r1.jsp</th>
-                                            <td>발송가능건수</td>
-                                        </tr>
-                                    </table>
-                                </div>
+    
+    
+                            <div class="list_tab_wrap2 type2">
+                                <!-- tab button -->
+                                <ul class="list_tab">
+                                    <li class="tab active"><button type="button" onclick="listTab3(this,'1');">JSP</button>
+                                    </li>
+                                    <!-- <li class="tab"><button type="button" onclick="listTab3(this,'2');">ASP</button>
+                                    </li> -->
+                                    <li class="tab"><button type="button" onclick="listTab3(this,'3');">PHP</button>
+                                    </li>
+                                    <!--<li class="tab"><button type="button" onclick="listTab3(this,'4');">.NET</button>
+                                    </li>
+                                    <li class="tab"><button type="button" onclick="listTab3(this,'5');">AOS</button>
+                                    </li>
+                                    <li class="tab"><button type="button" onclick="listTab3(this,'6');">IOS</button>
+                                    </li>-->
+                                </ul>
+                                <!--// tab button -->
                             </div>
-                            <div class="btn_area">
-                                <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
-                            </div>
-                        </div>
-                        <!--// JSP 다운로드-->
-                        <!--ASP 다운로드-->
-                        <div class="download_cont" id="listTab3_2">
-                            <div class="box">
-                                <div class="text">
-                                    <h4>ASP Example</h4>
-                                    <table>
-                                        <caption>ASP 샘플 파일 설명 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:35%;">
-                                            <col style="width:65%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                    </table>
-                                </div>
-                            </div>
-                            <div class="btn_area">
-                                <button type="button" class="btnType btnType11">ASP용 예제 다운받기</button>
-                            </div>
-                        </div>
-                        <!--// ASP 다운로드-->
-                        <!--PHP 다운로드-->
-                        <div class="download_cont" id="listTab3_3">
-                            <div class="box">
-                                <div class="text">
-                                    <h4>PHP Example</h4>
-                                    <table>
-                                        <caption>PHP 샘플 파일 설명 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:35%;">
-                                            <col style="width:65%;">
-                                        </colgroup>
-                                        <tbody>
+    
+                            <!-- JSP 다운로드-->
+                            <div class="download_cont current" id="listTab3_1">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>JSP Example</h4>
+                                        <table>
+                                            <caption>JSP 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
                                             <tr>
-                                                <th>php_example_send_msg_r1.php</th>
+                                                <th>jsp_example_send_msg_r1.jsp</th>
                                                 <td>문자보내기(여러명에게 동일한문자)</td>
                                             </tr>
                                             <tr>
-                                                <th>php_example_send_msgs_r1.php</th>
+                                                <th>sp_example_send_msgs_r1.jsp</th>
                                                 <td>문자보내기(여러명에게 다른문자)</td>
                                             </tr>
                                             <tr>
-                                                <th>php_example_hstry_r1.php</th>
+                                                <th>jsp_example_hstry_r1.jsp</th>
                                                 <td>전송내역조회</td>
                                             </tr>
                                             <tr>
-                                                <th>php_example_hstry_detail_r1.php</th>
+                                                <th>jsp_example_hstry_detail_r1.jsp</th>
                                                 <td>상세전송내역조회</td>
                                             </tr>
                                             <tr>
-                                                <th>php_example_select_price_r1.php</th>
+                                                <th>jsp_example_select_price_r1.jsp</th>
                                                 <td>발송가능건수</td>
                                             </tr>
-                                        </tbody>
-                                    </table>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
                                 </div>
                             </div>
-                            <div class="btn_area">
-                                <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
-                            </div>
-                        </div>
-                        <!--// PHP 다운로드-->
-                        <!--.NET 다운로드-->
-                        <div class="download_cont" id="listTab3_4">
-                            <div class="box">
-                                <div class="text">
-                                    <h4>.NET Example</h4>
-                                    <table>
-                                        <caption>.NET 샘플 파일 설명 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:35%;">
-                                            <col style="width:65%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                    </table>
+                            <!--// JSP 다운로드-->
+                            <!--ASP 다운로드-->
+                            <div class="download_cont" id="listTab3_2">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>ASP Example</h4>
+                                        <table>
+                                            <caption>ASP 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">ASP용 예제 다운받기</button>
                                 </div>
                             </div>
-                            <div class="btn_area">
-                                <button type="button" class="btnType btnType11">.NET용 예제 다운받기</button>
-                            </div>
-                        </div>
-                        <!--// .NET 다운로드-->
-                        <!--AOS 다운로드-->
-                        <div class="download_cont" id="listTab3_5">
-                            <div class="box">
-                                <div class="text">
-                                    <h4>AOS Example</h4>
-                                    <table>
-                                        <caption>AOS 샘플 파일 설명 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:35%;">
-                                            <col style="width:65%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                    </table>
+                            <!--// ASP 다운로드-->
+                            <!--PHP 다운로드-->
+                            <div class="download_cont" id="listTab3_3">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>PHP Example</h4>
+                                        <table>
+                                            <caption>PHP 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tbody>
+                                                <tr>
+                                                    <th>php_example_send_msg_r1.php</th>
+                                                    <td>문자보내기(여러명에게 동일한문자)</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_send_msgs_r1.php</th>
+                                                    <td>문자보내기(여러명에게 다른문자)</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_hstry_r1.php</th>
+                                                    <td>전송내역조회</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_hstry_detail_r1.php</th>
+                                                    <td>상세전송내역조회</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_select_price_r1.php</th>
+                                                    <td>발송가능건수</td>
+                                                </tr>
+                                            </tbody>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
                                 </div>
                             </div>
-                            <div class="btn_area">
-                                <button type="button" class="btnType btnType11">AOS용 예제 다운받기</button>
-                            </div>
-                        </div>
-                        <!--// AOS 다운로드-->
-                        <!--IOS 다운로드-->
-                        <div class="download_cont" id="listTab3_6">
-                            <div class="box">
-                                <div class="text">
-                                    <h4>IOS Example</h4>
-                                    <table>
-                                        <caption>IOS 샘플 파일 설명 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:35%;">
-                                            <col style="width:65%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                        <tr>
-                                            <th>파일명</th>
-                                            <td>파일 설명</td>
-                                        </tr>
-                                    </table>
+                            <!--// PHP 다운로드-->
+                            <!--.NET 다운로드-->
+                            <div class="download_cont" id="listTab3_4">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>.NET Example</h4>
+                                        <table>
+                                            <caption>.NET 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">.NET용 예제 다운받기</button>
                                 </div>
                             </div>
-                            <div class="btn_area">
-                                <button type="button" class="btnType btnType11">IOS용 예제 다운받기</button>
+                            <!--// .NET 다운로드-->
+                            <!--AOS 다운로드-->
+                            <div class="download_cont" id="listTab3_5">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>AOS Example</h4>
+                                        <table>
+                                            <caption>AOS 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">AOS용 예제 다운받기</button>
+                                </div>
                             </div>
+                            <!--// AOS 다운로드-->
+                            <!--IOS 다운로드-->
+                            <div class="download_cont" id="listTab3_6">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>IOS Example</h4>
+                                        <table>
+                                            <caption>IOS 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">IOS용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// IOS 다운로드-->
                         </div>
-                        <!--// IOS 다운로드-->
                     </div>
-                    <!--// 예제 다운로드 내용-->
+                    <div class="api_guide current"  id="tab5_2">
+                        <div class="api_download">
+                            <ul class="info">
+                                <li>- 카카오톡아래 예제(JSP)를 참고하시어 쉽고 편리하게 API를 연동할 수 있습니다.</li>
+                                <li>- JSP 외 타 예제는 계속해서 업데이트 될 예정입니다.</li>
+                            </ul>
+    
+    
+                            <div class="list_tab_wrap2 type2">
+                                <!-- tab button -->
+                                <ul class="list_tab">
+                                    <li class="tab active"><button type="button" onclick="listTab3(this,'7');">JSP</button>
+                                    </li>
+                                    <!-- <li class="tab"><button type="button" onclick="listTab3(this,'8');">ASP</button>
+                                    </li> -->
+                                    <li class="tab"><button type="button" onclick="listTab3(this,'9');">PHP</button>
+                                    </li>
+                                    <!--<li class="tab"><button type="button" onclick="listTab3(this,'10');">.NET</button>
+                                    </li>
+                                    <li class="tab"><button type="button" onclick="listTab3(this,'11');">AOS</button>
+                                    </li>
+                                    <li class="tab"><button type="button" onclick="listTab3(this,'12');">IOS</button>
+                                    </li>-->
+                                </ul>
+                                <!--// tab button -->
+                            </div>
+    
+                            <!-- JSP 다운로드-->
+                            <div class="download_cont current" id="listTab3_7">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>JSP Example</h4>
+                                        <table>
+                                            <caption>JSP 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>kakao jsp_example_send_msg_r1.jsp</th>
+                                                <td>문자보내기(여러명에게 동일한문자)</td>
+                                            </tr>
+                                            <tr>
+                                                <th>sp_example_send_msgs_r1.jsp</th>
+                                                <td>문자보내기(여러명에게 다른문자)</td>
+                                            </tr>
+                                            <tr>
+                                                <th>jsp_example_hstry_r1.jsp</th>
+                                                <td>전송내역조회</td>
+                                            </tr>
+                                            <tr>
+                                                <th>jsp_example_hstry_detail_r1.jsp</th>
+                                                <td>상세전송내역조회</td>
+                                            </tr>
+                                            <tr>
+                                                <th>jsp_example_select_price_r1.jsp</th>
+                                                <td>발송가능건수</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">JSP용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// JSP 다운로드-->
+                            <!--ASP 다운로드-->
+                            <div class="download_cont" id="listTab3_8">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>ASP Example</h4>
+                                        <table>
+                                            <caption>ASP 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">ASP용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// ASP 다운로드-->
+                            <!--PHP 다운로드-->
+                            <div class="download_cont" id="listTab3_9">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>PHP Example</h4>
+                                        <table>
+                                            <caption>PHP 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tbody>
+                                                <tr>
+                                                    <th>php_example_send_msg_r1.php</th>
+                                                    <td>문자보내기(여러명에게 동일한문자)</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_send_msgs_r1.php</th>
+                                                    <td>문자보내기(여러명에게 다른문자)</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_hstry_r1.php</th>
+                                                    <td>전송내역조회</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_hstry_detail_r1.php</th>
+                                                    <td>상세전송내역조회</td>
+                                                </tr>
+                                                <tr>
+                                                    <th>php_example_select_price_r1.php</th>
+                                                    <td>발송가능건수</td>
+                                                </tr>
+                                            </tbody>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">PHP용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// PHP 다운로드-->
+                            <!--.NET 다운로드-->
+                            <div class="download_cont" id="listTab3_10">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>.NET Example</h4>
+                                        <table>
+                                            <caption>.NET 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">.NET용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// .NET 다운로드-->
+                            <!--AOS 다운로드-->
+                            <div class="download_cont" id="listTab3_11">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>AOS Example</h4>
+                                        <table>
+                                            <caption>AOS 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">AOS용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// AOS 다운로드-->
+                            <!--IOS 다운로드-->
+                            <div class="download_cont" id="listTab3_12">
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>IOS Example</h4>
+                                        <table>
+                                            <caption>IOS 샘플 파일 설명 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:35%;">
+                                                <col style="width:65%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                            <tr>
+                                                <th>파일명</th>
+                                                <td>파일 설명</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="btn_area">
+                                    <button type="button" class="btnType btnType11">IOS용 예제 다운받기</button>
+                                </div>
+                            </div>
+                            <!--// IOS 다운로드-->
+                        </div>
+                    </div>
                 </div>
             </div>
 
src/main/webapp/publish/api_guide.html
--- src/main/webapp/publish/api_guide.html
+++ src/main/webapp/publish/api_guide.html
@@ -38,7 +38,7 @@
                     <div class="hover_cont">이용안내</div>
                 </li>
                 <li>
-                    <a href="#"><i class="quick2"></i><span>채     팅상담</span></a>
+                    <a href="#"><i class="quick2"></i><span>채 팅상담</span></a>
                     <div class="hover_cont">채팅상담</div>
                 </li>
                 <li>
@@ -95,8 +95,7 @@
         <!-- header body 영역 -->
         <div class="header_body">
             <div class="inner table">
-                <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png"
-                            alt="문자온 CI"></a></h1>
+                <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" alt="문자온 CI"></a></h1>
                 <ul class="gnbWrap table_cell">
                     <li><a href="#">문자발송</a></li>
                     <li><a href="#">선거문자</a></li>
@@ -109,8 +108,7 @@
                 </ul>
                 <div class="s_menu">
                     <i class="allSearch_info"><span>문자검색</span></i>
-                    <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img
-                            src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
+                    <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
                     <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button>
                 </div>
             </div>
@@ -136,8 +134,7 @@
                             <li><a href="#">#좋은하루</a></li>
                         </ul>
                     </div>
-                    <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png"
-                            alt=""></button>
+                    <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" alt=""></button>
                 </div>
             </div>
             <!--// search popup 영역 -->
@@ -148,11 +145,9 @@
                 <div class="login_left table_cell">
                     <div class="login_put">
                         <label for="id_text" class="label"></label>
-                        <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30"
-                            size="18">
+                        <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" size="18">
                         <label for="password_text" class="label"></label>
-                        <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text"
-                            maxlength="30" size="18">
+                        <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" maxlength="30" size="18">
                         <label for="login_button" class="label"></label>
                         <button type="submit" class="btnType btnType1" class="login_button">로그인</button>
                     </div>
@@ -186,1428 +181,3436 @@
             <div class="send_top">
                 <!-- tab button -->
                 <ul class="tabType4">
-                    <li class="tab"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
-                    <li class="tab active"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
+                    <li class="tab "><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
+                    <li class="tab active"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
                     <li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
                     <li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
                 </ul>
                 <!--// tab button -->
-                
+
                 <div class="api_guide_cont current">
                     <div class="heading">
-                        <h2>API 사용안내</h2>
+                        <h2>REST API 개발 가이드</h2>
                     </div>
 
                     <!--사용안내 내용-->
-                    <!--콘텐츠 tab button-->
+
                     <div class="pay_tab_wrap">
                         <ul class="tabType1">
-                            <li class="tab active"><button type="button" onclick="TabType5(this,'1');">문자발송</button></li>
-                            <li class="tab"><button type="button" onclick="TabType5(this,'2');">문자발송(대량)</button></li>
-                            <li class="tab"><button type="button" onclick="TabType5(this,'3');">전송결과조회</button></li>
-                            <li class="tab"><button type="button" onclick="TabType5(this,'4');">상세결과조회</button></li>
-                            <li class="tab"><button type="button" onclick="TabType5(this,'5');">발송가능건수</button></li>
+                            <li class="tab active"><button type="button" onclick="TabType5(this,'1');TabType2(this,'1');$('.list_tab li:nth-child(1)').addClass('active').siblings().removeClass('active');">문자</button></li>
+                            <li class="tab"><button type="button" onclick="TabType5(this,'2');TabType2(this,'6');$('.list_tab li:nth-child(1)').addClass('active').siblings().removeClass('active');">카카오톡</button></li>
                         </ul>
                     </div>
-                    <!--//콘텐츠 tab button-->                    
-                    <!--tab 문자발송-->
+
+                    <!-- REST API 개발 가이드 > 문자  -->
                     <div class="api_guide current" id="tab5_1">
-                        <ul class="info">
-                            <li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li>
-                            <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li>
-                            <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li>
-                        </ul>
+                        <div class="list_tab_wrap2 type3">
+                            <!--콘텐츠 tab button-->
+                            <ul class="list_tab">
+                                <li class="tab active"><button type="button" onclick="TabType2(this,'1');">문자발송</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'2');">문자발송(대량)</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'3');">전송결과조회</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'4');">상세결과조회</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'5');">발송가능건수</button></li>
+                            </ul>
+                            <!--//콘텐츠 tab button-->
+                        </div>
 
-                        <div class="re_cont">
-                            <!--Request-->
-                            <div class="req_title">Request</div>
-                            <div class="box">
-                                <div class="text">
-                                    <h4>Request</h4>
+                        <div class="api_guide_con" id="tab2_1">
+
+                            <ul class="info">
+                                <li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li>
+                                <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li>
+                                <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
                                     <table>
-                                        <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                        <caption>문자발송 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
                                         <colgroup>
                                             <col style="width:20%;">
-                                            <col style="width:80%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
                                         </colgroup>
-                                        <tr>
-                                            <th>Http Method</th>
-                                            <td>POST</td>
-                                        </tr>
-                                        <tr>
-                                            <th>프로토콜</th>
-                                            <td>HHTP/1.1</td>
-                                        </tr>
-                                        <tr>
-                                            <th>HOST</th>
-                                            <td>api.munjaon.co.kr</td>
-                                        </tr>
-                                        <tr>
-                                            <th>Service Port</th>
-                                            <td>443</td>
-                                        </tr>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callFrom</span></td>
+                                                <td>발신자 번호(아이디에 등록되어 있는 번호)</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callToList</span></td>
+                                                <td>수신자 번호(콤마(,) 기준으로 입력)</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">smsTxt</span></td>
+                                                <td>메시지 내용</td>
+                                                <td>String(1~2,000Byte)</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">nameStr</span></td>
+                                                <td>메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                        </tbody>
                                     </table>
-                                </div>                                
-                            </div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>문자발송 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:45%;">
-                                        <col style="width:25%">
-                                        <col style="width:10%">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                            <th>필수</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">mberId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">accessKey</span></td>
-                                            <td>인증용 API Key</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">callFrom</span></td>
-                                            <td>발신자 번호(아이디에 등록되어 있는 번호)</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">callToList</span></td>
-                                            <td>수신자 번호(콤마(,) 기준으로 입력)</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">smsTxt</span></td>
-                                            <td>메시지 내용</td>
-                                            <td>String(1~2,000Byte)</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">nameStr</span></td>
-                                            <td>메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">test_yn</span></td>
-                                            <td>테스트 데이터 여부</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
-                                    <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title">[Example]</div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"mberId"</span>:"홍길동"</p>
-                                        <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
-                                        <p>,<span>"callFrom"</span>:"01012341234"</p>
-                                        <p>,<span>"callToList"</span>:"01011111111,01022222222,01033333333"</p>
-                                        <p>,<span>"smsTxt"</span>:"문자 테스트~![*이름*]"</p>
-                                        <p>,<span>"nameStr"</span>:"홍길동1|홍길동2|홍길동3"</p>    
-                                        <p>,<span>"test_yn"</span>:""</p>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                        <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
-                            </div>
-                            <!--// Request-->
-                            <!-- Response-->
-                            <div class="res_title">Response</div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>문자발송 API Response 키 종류 및 설명, 타입 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:60%;">
-                                        <col style="width:20%;">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">resultCode</span></td>
-                                            <td>성공 여부("0" 아니면 실패)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">data</span></td>
-                                            <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
-                                            <td>Object</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgGroupId</span></td>
-                                            <td>메시지 그룹 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgType</span></td>
-                                            <td>메시지 타입(4 : 단문, 5 : 장문)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].blockCnt</span></td>
-                                            <td>수신거부 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].failCnt</span></td>
-                                            <td>전송 실패 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].successCnt</span></td>
-                                            <td>성공 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].test_yn</span></td>
-                                            <td>테스트 데이터 여부</td>
-                                            <td>String</td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ JSON 객체로 응답합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"0"</p>
-                                        <p>,<span>"data"</span>&#65371;</p>
-                                        <div class="indent_t1">
-                                            <p><span>"msgGroupId"</span>:"MSGGID_0000000000000"</p> 
-                                            <p>,<span>"msgType"</span>:"SMS"</p>
-                                            <p>,<span>"resultCode"</span>:"0"</p>
-                                            <p>,<span>"blockCnt"</span>:"0"</p>
-                                            <p>,<span>"failCnt"</span>:"0"</p>    
-                                            <p>,<span>"successCnt"</span>:"3"</p>
-                                            <p>,<span>"test_yn"</span>:null</p>
-                                        </div>
-                                        <p>&#65373;</p>
-                                    </div>
-                                    <p class="l_code">&#65373;</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"1040"</p>
-                                        <p>,<span>"data"</span>:"치환 데이터 오류"</p>
-                                    </div>
-                                    <p class="l_code">&#65373;</p>
-                                </div>
-                            </div>
-                            <!--// Response-->
-                        </div>                              
-                    </div>
-                    <!--// tab_문자발송-->
-                    <!--tab 문자발송(대량)-->
-                    <div class="api_guide" id="tab5_2">
-                        <ul class="info">
-                            <li>- API를 통해서 다른 내용의 문자를 대량으로 전송할 수 있습니다.</li>
-                            <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li>
-                            <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li>
-                        </ul>
-
-                        <div class="re_cont">
-                            <!--Request-->
-                            <div class="req_title">Request</div>
-                            <div class="box">
-                                <div class="text">
-                                    <h4>Request</h4>
-                                    <table>
-                                        <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:20%;">
-                                            <col style="width:80%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>Http Method</th>
-                                            <td>POST</td>
-                                        </tr>
-                                        <tr>
-                                            <th>프로토콜</th>
-                                            <td>HHTP/1.1</td>
-                                        </tr>
-                                        <tr>
-                                            <th>HOST</th>
-                                            <td>api.munjaon.co.kr</td>
-                                        </tr>
-                                        <tr>
-                                            <th>Service Port</th>
-                                            <td>443</td>
-                                        </tr>
-                                    </table>
-                                </div>                                
-                            </div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>문자발송(대량) API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:45%;">
-                                        <col style="width:25%">
-                                        <col style="width:10%">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                            <th>필수</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">mberId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">accessKey</span></td>
-                                            <td>인증용 API Key</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">callFrom</span></td>
-                                            <td>발신자 번호(아이디에 등록되어 있는 번호)</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">test_yn</span></td>
-                                            <td>테스트 데이터 여부</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">callTo_1</span></td>
-                                            <td>수신자 번호 1</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">smsTxt_1</span></td>
-                                            <td>메시지 내용 1 </td>
-                                            <td>String(1~2,000Byte)</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">...</span></td>
-                                            <td>...</td>
-                                            <td>...</td>
-                                            <td><span class="select_o">...</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">callTo_100</span></td>
-                                            <td>수신자 번호 100</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">smsTxt_100</span></td>
-                                            <td>메시지 내용 100</td>
-                                            <td>String(1~2,000Byte)</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title">[Example]</div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"mberId"</span>:"홍길동"</p>
-                                        <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
-                                        <p>,<span>"callFrom"</span>:"01012341234"</p>
-                                        <p>,<span>"test_yn"</span>:""</p>
-                                        <p>,<span>"callTo_1"</span>:"01011111111"</p>
-                                        <p>,<span>"smsTxt_1"</span>:"문자 테스트 1"</p>
-                                        <p>,<span>"callTo_2"</span>:"01022222222"</p>
-                                        <p>,<span>"smsTxt_2"</span>:"문자 테스트 2"</p> 
-                                    </div>
-                                    <p class="l_code">&#65373;</p>
-                                </div>
-                            </div>
-                            <!--// Request-->
-                            <!-- Response-->
-                            <div class="res_title">Response</div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>문자발송(대량) API Response 키 종류 및 설명, 타입 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:60%;">
-                                        <col style="width:20%;">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">resultCode</span></td>
-                                            <td>성공 여부("0" 아니면 실패)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">data</span></td>
-                                            <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
-                                            <td>Object</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgGroupIdList</span></td>
-                                            <td>메시지 그룹 ID 리스트</td>
-                                            <td>List String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgType</span></td>
-                                            <td>메시지 타입(4 : 단문, 5 : 장문)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].blockCnt</span></td>
-                                            <td>수신거부 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].failCnt</span></td>
-                                            <td>전송 실패 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].successCnt</span></td>
-                                            <td>성공 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].test_yn</span></td>
-                                            <td>테스트 데이터 여부</td>
-                                            <td>String</td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ JSON 객체로 응답합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"0"</p>
-                                        <p>,<span>"data"</span>:&#65339;</p>
-                                        <div class="indent_t1">
-                                            <p><span>"msgGroupIdList"</span>:&#65339;</p>
-                                            <p>&#65371;</p>
-                                            <p class="m_code">"MSGGID_0000000013451"</p>
-                                            <p class="l_code_t1">&#65373;</p>
-                                            <p>,&#65371;</p>    
-                                            <p class="m_code">"MSGGID_0000000013452"</p>
-                                            <p class="l_code_t1">&#65373;</p>
-                                            <p>&#65341;</p>
-                                            <p>,<span>"msgTypeList"</span>:&#65339;</p>
-                                            <p>&#65371;</p>
-                                            <p class="m_code">"SMS"</p>
-                                            <p class="l_code_t1">&#65373;</p>
-                                            <p>,&#65371;</p>    
-                                            <p class="m_code">"SMS"</p>
-                                            <p class="l_code_t1">&#65373;</p>
-                                            <p>&#65341;</p>
-                                            <p>,<span>"resultCode"</span>:"0"</p>
-                                            <p>,<span>"successCnt"</span>:"2"</p>
-                                            <p>,<span>"failCnt"</span>:"0"</p>
-                                            <p>,<span>"blockCnt"</span>:"0"</p>
-                                            <p>,<span>"test_yn"</span>:null</p>
-                                            <p>&#65341;</p>
-                                        </div>
-                                    </div>
-                                    <p class="l_code">&#65373;</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"1040"</p>
-                                        <p>,<span>"data"</span>:"치환 데이터 오류"</p>
-                                    </div>
-                                    <p class="l_code">&#65373;</p>
-                                </div>
-                            </div>
-                            <!--// Response-->
-                        </div>                              
-                    </div>
-                    <!--// tab_문자발송(대량)-->
-                    <!--tab 전송결과조회-->
-                    <div class="api_guide" id="tab5_3">
-                        <ul class="info">
-                            <li>- 문자온 사이트 및 API를 통해 전송된 문자 발송내역을 조회할 수 있습니다.</li>
-                            <li>- 문자 발송내역은 날짜별로 조회되며, 최근 3개월까지만 조회 가능합니다.</li>
-                            <li>- 발신번호별 문자 발송내역 조회 기능은 제공되지 않습니다.</li>
-                        </ul>
-
-                        <div class="re_cont">
-                            <!--Request-->
-                            <div class="req_title">Request</div>
-                            <div class="box">
-                                <div class="text">
-                                    <h4>Request</h4>
-                                    <table>
-                                        <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
-                                        <colgroup>
-                                            <col style="width:20%;">
-                                            <col style="width:80%;">
-                                        </colgroup>
-                                        <tr>
-                                            <th>Http Method</th>
-                                            <td>POST</td>
-                                        </tr>
-                                        <tr>
-                                            <th>프로토콜</th>
-                                            <td>HHTP/1.1</td>
-                                        </tr>
-                                        <tr>
-                                            <th>HOST</th>
-                                            <td>api.munjaon.co.kr</td>
-                                        </tr>
-                                        <tr>
-                                            <th>Service Port</th>
-                                            <td>443</td>
-                                        </tr>
-                                    </table>
-                                </div>                                
-                            </div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>전송결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:45%;">
-                                        <col style="width:25%">
-                                        <col style="width:10%">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                            <th>필수</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">mberId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">accessKey</span></td>
-                                            <td>인증용 API Key</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">page</span></td>
-                                            <td>페이지 번호</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">pageSize</span></td>
-                                            <td>페이지당 출력 개수</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">startDate</span></td>
-                                            <td>시작 일자</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">endDate</span></td>
-                                            <td>마감 일자</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">test_yn</span></td>
-                                            <td>테스트 데이터 여부</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title">[Example]</div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"mberId"</span>:"홍길동"</p>
-                                        <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
-                                        <p>,<span>"page"</span>:""</p>
-                                        <p>,<span>"pageSize"</span>:""</p>
-                                        <p>,<span>"startDate"</span>:""</p>
-                                        <p>,<span>"endDate"</span>:""</p>
-                                        <p>,<span>"test_yn"</span>:""</p> 
-                                    </div>
-                                    <p class="l_code">&#65373;</p>
-                                </div>
-                            </div>
-                            <!--// Request-->
-                            <!-- Response-->
-                            <div class="res_title">Response</div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>전송결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:60%;">
-                                        <col style="width:20%;">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">resultCode</span></td>
-                                            <td>성공 여부("0" 아니면 실패)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">data</span></td>
-                                            <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
-                                            <td>Object</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].message</span></td>
-                                            <td>문자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].next_yn</span></td>
-                                            <td>다음 페이지 여부</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].objectList</span></td>
-                                            <td>결과값 목록</td>
-                                            <td>Object List</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgGroupId</span></td>
-                                            <td>메시지 그룹 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgId</span></td>
-                                            <td>메시지 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgTypeName</span></td>
-                                            <td>문자 구분명(단문, 장문, 그림)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgType</span></td>
-                                            <td>메시지 타입(4 : 단문, 5 : 장문)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].callFrom</span></td>
-                                            <td>발신자 번호</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].callTo</span></td>
-                                            <td>수신자 번호</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgGroupCnt</span></td>
-                                            <td>문자 발송 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].sCnt</span></td>
-                                            <td>성공 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].fCnt</span></td>
-                                            <td>실패 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].wCnt</span></td>
-                                            <td>대기 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgResult</span></td>
-                                            <td>발송 결과(성공 : S, 실패 : F)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].smsTxt</span></td>
-                                            <td>문자 내용</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].subject</span></td>
-                                            <td>제목</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].reqdate</span></td>
-                                            <td>발송 일자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].curState</span></td>
-                                            <td>전송 처리 결과값</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].userId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].regdate</span></td>
-                                            <td>등록 일자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].reserveCYn</span></td>
-                                            <td>예약 취소 여부</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].ttlCnt</span></td>
-                                            <td>전체 요청 수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].remainMsgCnt</span></td>
-                                            <td>남은 문자 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].totMsgCnt</span></td>
-                                            <td>전체 문자 개수</td>
-                                            <td>String</td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ JSON 객체로 응답합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"0"</p>
-                                        <p>,<span>"data"</span>:&#65339;</p>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
                                         <p>&#65371;</p>
-                                        <div class="indent_t1">
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"callFrom"</span>:"01012341234"</p>
+                                            <p>,<span>"callToList"</span>:"01011111111,01022222222,01033333333"</p>
+                                            <p>,<span>"smsTxt"</span>:"문자 테스트~![*이름*]"</p>
+                                            <p>,<span>"nameStr"</span>:"홍길동1|홍길동2|홍길동3"</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>문자발송 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].blockCnt</span></td>
+                                                <td>수신거부 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].failCnt</span></td>
+                                                <td>전송 실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].successCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
                                             <p><span>"resultCode"</span>:"0"</p>
-                                            <p>,<span>"message"</span>: null</p>
-                                            <p>,<span>"next_yn"</span>:"n"</p>
-                                            <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
-                                            <p>,<span>"objectList"</span>:&#65339;</p>
-                                            <p>&#65371;</p>
-                                            <div class="indent_t2">
-                                                <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
-                                                <p>,<span>"msgType"</span>:"4"</p>
-                                                <p>,<span>"callFrom"</span>:"01011112222"</p>
-                                                <p>,<span>"callTo"</span>:"01011112223"</p>
-                                                <p>,<span>"msgGroupCnt"</span>:"2"</p>
-                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
-                                                <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p>
-                                                <p>,<span>"scnt"</span>:"2"</p>
-                                                <p>,<span>"fcnt"</span>:"0"</p>
-                                                <p>,<span>"wcnt"</span>:"0"</p>
-                                                <p>,<span>"msgResult"</span>:"S"</p>
-                                                <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
-                                                <p>,<span>"subject"</span>:null</p>
-                                                <p>,<span>"reqdate"</span>:"2023-06-13 17:48:07"</p>
-                                                <p>,<span>"curState"</span>:"3"</p>
-                                                <p>,<span>"userId"</span>:"testuser"</p>
-                                                <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
-                                                <p>,<span>"reserveCYn"</span>:"N"</p>
-                                                <p>,<span>"ttlCnt"</span>:"1"</p>
-                                                <p>,<span>"remainMsgCnt"</span>:"40"</p>
-                                                <p>,<span>"totMsgCnt"</span>:"70"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
+                                                <p>,<span>"msgType"</span>:"SMS"</p>
+                                                <p>,<span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"blockCnt"</span>:"0"</p>
+                                                <p>,<span>"failCnt"</span>:"0"</p>
+                                                <p>,<span>"successCnt"</span>:"3"</p>
+                                                <p>,<span>"test_yn"</span>:null</p>
                                             </div>
                                             <p>&#65373;</p>
-                                            <p>,&#65371;</p>
-                                            <div class="indent_t2">
-                                                <p><span>"msgTypeName"</span>:"장문(LMS)"</p>
-                                                <p>,<span>"msgType"</span>:"6"</p>
-                                                <p>,<span>"callFrom"</span>:"01011112222"</p>
-                                                <p>,<span>"callTo"</span>:"01011112223"</p>
-                                                <p>,<span>"msgGroupCnt"</span>:"1"</p>
-                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013341"</p>
-                                                <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p>
-                                                <p>,<span>"scnt"</span>:"1"</p>
-                                                <p>,<span>"fcnt"</span>:"0"</p>
-                                                <p>,<span>"wcnt"</span>:"0"</p>
-                                                <p>,<span>"msgResult"</span>:"S"</p>
-                                                <p>,<span>"smsTxt"</span>:"문자 내용 장문 예제"</p>
-                                                <p>,<span>subject"</span>:null</p>
-                                                <p>,<span>reqdate"</span>:"2023-06-02 11:46:50"</p>
-                                                <p>,<span>"curState"</span>:"3"</p>
-                                                <p>,<span>"userId"</span>:"testuser"</p>
-                                                <p>,<span>"regdate"</span>:"2023-06-02 11:46:49"</p>
-                                                <p>,<span>"reserveCYn"</span>:"N"</p>
-                                                <p>,<span>"ttlCnt"</span>:"1"</p>
-                                                <p>,<span>"remainMsgCnt"</span>:"40"</p>
-                                                <p>,<span>"totMsgCnt"</span>:"70"</p>
-                                                <p>&#65373;</p>
-                                            </div>
-                                            <p>&#65341;</p>                                                                                        
-                                        </div>                                        
-                                        <p class="l_code_t2">&#65373;</p>
-                                        <p>&#65341;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"3099"</p>
-                                        <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"1040"</p>
+                                            <p>,<span>"data"</span>:"치환 데이터 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
+                                <!--// Response-->
                             </div>
-                            <!--// Response-->
-                        </div>                              
-                    </div>
-                    <!--// tab_전송결과조회-->
-                    <!--tab 상세결과조회-->
-                    <div class="api_guide" id="tab5_4">
-                        <ul class="info">
-                            <li>- 전송결과 조회의 "msgGroupId"를 사용하여 전송된 문자의 상세결과를 수신번호별로 조회할 수 있습니다.</li>
-                            <li>- 전송결과가 "대기"인 경우에는 최종 결과 확인까지 최대 72시간까지 소요됩니다.</li>
-                        </ul>
 
-                        <div class="re_cont">
-                            <!--Request-->
-                            <div class="req_title">Request</div>
-                            <div class="box">
-                                <div class="text">
-                                    <h4>Request</h4>
+                        </div>
+                        <div class="api_guide_con" id="tab2_2">
+
+                            <ul class="info">
+                                <li>- API를 통해서 다른 내용의 문자를 대량으로 전송할 수 있습니다.</li>
+                                <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li>
+                                <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
                                     <table>
-                                        <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                        <caption>문자발송(대량) API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
                                         <colgroup>
                                             <col style="width:20%;">
-                                            <col style="width:80%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
                                         </colgroup>
-                                        <tr>
-                                            <th>Http Method</th>
-                                            <td>POST</td>
-                                        </tr>
-                                        <tr>
-                                            <th>프로토콜</th>
-                                            <td>HHTP/1.1</td>
-                                        </tr>
-                                        <tr>
-                                            <th>HOST</th>
-                                            <td>api.munjaon.co.kr</td>
-                                        </tr>
-                                        <tr>
-                                            <th>Service Port</th>
-                                            <td>443</td>
-                                        </tr>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callFrom</span></td>
+                                                <td>발신자 번호(아이디에 등록되어 있는 번호)</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callTo_1</span></td>
+                                                <td>수신자 번호 1</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">smsTxt_1</span></td>
+                                                <td>메시지 내용 1 </td>
+                                                <td>String(1~2,000Byte)</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">...</span></td>
+                                                <td>...</td>
+                                                <td>...</td>
+                                                <td><span class="select_o">...</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callTo_100</span></td>
+                                                <td>수신자 번호 100</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">smsTxt_100</span></td>
+                                                <td>메시지 내용 100</td>
+                                                <td>String(1~2,000Byte)</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
                                     </table>
-                                </div>                                
-                            </div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>상세결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:45%;">
-                                        <col style="width:25%">
-                                        <col style="width:10%">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                            <th>필수</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">mberId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">accessKey</span></td>
-                                            <td>인증용 API Key</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">msgGroupId</span></td>
-                                            <td>메시지 그룹 ID</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">page</span></td>
-                                            <td>페이지 번호</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">pageSize</span></td>
-                                            <td>페이지당 출력 개수</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>                                        
-                                        <tr>
-                                            <td><span class="font_b">test_yn</span></td>
-                                            <td>테스트 데이터 여부</td>
-                                            <td>String</td>
-                                            <td><span class="select_x">X</span></td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title">[Example]</div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"mberId"</span>:"홍길동"</p>
-                                        <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
-                                        <p>,<span>"msgGroupId"</span>:"MSGGID_0000000011452"</p>
-                                        <p>,<span>"page"</span>:""</p>
-                                        <p>,<span>"pageSize"</span>:""</p>
-                                        <p>,<span>"test_yn"</span>:""</p> 
+                                    <div class="table_info">
+                                        <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
-                            </div>
-                            <!--// Request-->
-                            <!-- Response-->
-                            <div class="res_title">Response</div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>상세결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:60%;">
-                                        <col style="width:20%;">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">resultCode</span></td>
-                                            <td>성공 여부("0" 아니면 실패)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">data</span></td>
-                                            <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
-                                            <td>Object</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].message</span></td>
-                                            <td>문자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].next_yn</span></td>
-                                            <td>다음 페이지 여부</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].objectList</span></td>
-                                            <td>결과값 목록</td>
-                                            <td>Object List</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgGroupId</span></td>
-                                            <td>메시지 그룹 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgId</span></td>
-                                            <td>메시지 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgTypeName</span></td>
-                                            <td>문자 구분명(단문, 장문, 그림)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgType</span></td>
-                                            <td>메시지 타입(4 : 단문, 5 : 장문)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].callFrom</span></td>
-                                            <td>발신자 번호</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].callTo</span></td>
-                                            <td>수신자 번호</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgGroupCnt</span></td>
-                                            <td>문자 발송 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].sCnt</span></td>
-                                            <td>성공 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].fCnt</span></td>
-                                            <td>실패 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].wCnt</span></td>
-                                            <td>대기 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].msgResult</span></td>
-                                            <td>발송 결과(성공 : S, 실패 : F)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].smsTxt</span></td>
-                                            <td>문자 내용</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].subject</span></td>
-                                            <td>제목</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].reqdate</span></td>
-                                            <td>발송 일자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].curState</span></td>
-                                            <td>전송 처리 결과값</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].userId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].regdate</span></td>
-                                            <td>등록 일자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].reserveCYn</span></td>
-                                            <td>예약 취소 여부</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].ttlCnt</span></td>
-                                            <td>전체 요청 수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].remainMsgCnt</span></td>
-                                            <td>남은 문자 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].totMsgCnt</span></td>
-                                            <td>전체 문자 개수</td>
-                                            <td>String</td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ JSON 객체로 응답합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"0"</p>
-                                        <p>,<span>"data"</span>:&#65339;</p>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
                                         <p>&#65371;</p>
-                                        <div class="indent_t1">
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"callFrom"</span>:"01012341234"</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                            <p>,<span>"callTo_1"</span>:"01011111111"</p>
+                                            <p>,<span>"smsTxt_1"</span>:"문자 테스트 1"</p>
+                                            <p>,<span>"callTo_2"</span>:"01022222222"</p>
+                                            <p>,<span>"smsTxt_2"</span>:"문자 테스트 2"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>문자발송(대량) API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupIdList</span></td>
+                                                <td>메시지 그룹 ID 리스트</td>
+                                                <td>List String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].blockCnt</span></td>
+                                                <td>수신거부 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].failCnt</span></td>
+                                                <td>전송 실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].successCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
                                             <p><span>"resultCode"</span>:"0"</p>
-                                            <p>,<span>"message"</span>: null</p>
-                                            <p>,<span>"next_yn"</span>:"n"</p>
-                                            <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
-                                            <p>,<span>"objectList"</span>:&#65339;</p>
+                                            <p>,<span>"data"</span>:&#65339;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"msgGroupIdList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <p class="m_code">"MSGGID_0000000013451"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <p class="m_code">"MSGGID_0000000013452"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>&#65341;</p>
+                                                <p>,<span>"msgTypeList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <p class="m_code">"SMS"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <p class="m_code">"SMS"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>&#65341;</p>
+                                                <p>,<span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"successCnt"</span>:"2"</p>
+                                                <p>,<span>"failCnt"</span>:"0"</p>
+                                                <p>,<span>"blockCnt"</span>:"0"</p>
+                                                <p>,<span>"test_yn"</span>:null</p>
+                                                <p>&#65341;</p>
+                                            </div>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"1040"</p>
+                                            <p>,<span>"data"</span>:"치환 데이터 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_3">
+
+                            <ul class="info">
+                                <li>- 문자온 사이트 및 API를 통해 전송된 문자 발송내역을 조회할 수 있습니다.</li>
+                                <li>- 문자 발송내역은 날짜별로 조회되며, 최근 3개월까지만 조회 가능합니다.</li>
+                                <li>- 발신번호별 문자 발송내역 조회 기능은 제공되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>전송결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">page</span></td>
+                                                <td>페이지 번호</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">pageSize</span></td>
+                                                <td>페이지당 출력 개수</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">startDate</span></td>
+                                                <td>시작 일자</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">endDate</span></td>
+                                                <td>마감 일자</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"page"</span>:""</p>
+                                            <p>,<span>"pageSize"</span>:""</p>
+                                            <p>,<span>"startDate"</span>:""</p>
+                                            <p>,<span>"endDate"</span>:""</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>전송결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].next_yn</span></td>
+                                                <td>다음 페이지 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].objectList</span></td>
+                                                <td>결과값 목록</td>
+                                                <td>Object List</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgId</span></td>
+                                                <td>메시지 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgTypeName</span></td>
+                                                <td>문자 구분명(단문, 장문, 그림)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callFrom</span></td>
+                                                <td>발신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callTo</span></td>
+                                                <td>수신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupCnt</span></td>
+                                                <td>문자 발송 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].sCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].fCnt</span></td>
+                                                <td>실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].wCnt</span></td>
+                                                <td>대기 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgResult</span></td>
+                                                <td>발송 결과(성공 : S, 실패 : F)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].smsTxt</span></td>
+                                                <td>문자 내용</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].subject</span></td>
+                                                <td>제목</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reqdate</span></td>
+                                                <td>발송 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].curState</span></td>
+                                                <td>전송 처리 결과값</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].userId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].regdate</span></td>
+                                                <td>등록 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reserveCYn</span></td>
+                                                <td>예약 취소 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].ttlCnt</span></td>
+                                                <td>전체 요청 수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].remainMsgCnt</span></td>
+                                                <td>남은 문자 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].totMsgCnt</span></td>
+                                                <td>전체 문자 개수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>:&#65339;</p>
                                             <p>&#65371;</p>
-                                            <div class="indent_t2">
-                                                <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
-                                                <p>,<span>"msgType"</span>:"4"</p>
-                                                <p>,<span>"callFrom"</span>:"01011112222"</p>
-                                                <p>,<span>"callTo"</span>:"01011112223"</p>
-                                                <p>,<span>"msgGroupCnt"</span>:"2"</p>
-                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
-                                                <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p>
-                                                <p>,<span>"scnt"</span>:null</p>
-                                                <p>,<span>"fcnt"</span>:null</p>
-                                                <p>,<span>"wcnt"</span>:null</p>
-                                                <p>,<span>"msgResult"</span>:"S"</p>
-                                                <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
-                                                <p>,<span>"subject"</span>:null</p>
-                                                <p>,<span>"reqdate"</span>:"2023-06-13 17:48:08"</p>
-                                                <p>,<span>"curState"</span>:"3"</p>
-                                                <p>,<span>"userId"</span>:"testuser"</p>
-                                                <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
-                                                <p>,<span>"reserveCYn"</span>:"N"</p>
-                                                <p>,<span>"ttlCnt"</span>:"10"</p>
-                                                <p>,<span>"remainMsgCnt"</span>:"0"</p>
-                                                <p>,<span>"totMsgCnt"</span>:"10"</p>
+                                            <div class="indent_t1">
+                                                <p><span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"message"</span>: null</p>
+                                                <p>,<span>"next_yn"</span>:"n"</p>
+                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
+                                                <p>,<span>"objectList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"4"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"2"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p>
+                                                    <p>,<span>"scnt"</span>:"2"</p>
+                                                    <p>,<span>"fcnt"</span>:"0"</p>
+                                                    <p>,<span>"wcnt"</span>:"0"</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
+                                                    <p>,<span>"subject"</span>:null</p>
+                                                    <p>,<span>"reqdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"1"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"40"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"70"</p>
+                                                </div>
+                                                <p>&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"장문(LMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"6"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"1"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013341"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p>
+                                                    <p>,<span>"scnt"</span>:"1"</p>
+                                                    <p>,<span>"fcnt"</span>:"0"</p>
+                                                    <p>,<span>"wcnt"</span>:"0"</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 장문 예제"</p>
+                                                    <p>,<span>subject"</span>:null</p>
+                                                    <p>,<span>reqdate"</span>:"2023-06-02 11:46:50"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-02 11:46:49"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"1"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"40"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"70"</p>
+                                                    <p>&#65373;</p>
+                                                </div>
+                                                <p>&#65341;</p>
+                                            </div>
+                                            <p class="l_code_t2">&#65373;</p>
+                                            <p>&#65341;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"3099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_4">
+
+                            <ul class="info">
+                                <li>- 전송결과 조회의 "msgGroupId"를 사용하여 전송된 문자의 상세결과를 수신번호별로 조회할 수 있습니다.</li>
+                                <li>- 전송결과가 "대기"인 경우에는 최종 결과 확인까지 최대 72시간까지 소요됩니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>상세결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">page</span></td>
+                                                <td>페이지 번호</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">pageSize</span></td>
+                                                <td>페이지당 출력 개수</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"msgGroupId"</span>:"MSGGID_0000000011452"</p>
+                                            <p>,<span>"page"</span>:""</p>
+                                            <p>,<span>"pageSize"</span>:""</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>상세결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].next_yn</span></td>
+                                                <td>다음 페이지 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].objectList</span></td>
+                                                <td>결과값 목록</td>
+                                                <td>Object List</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgId</span></td>
+                                                <td>메시지 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgTypeName</span></td>
+                                                <td>문자 구분명(단문, 장문, 그림)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callFrom</span></td>
+                                                <td>발신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callTo</span></td>
+                                                <td>수신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupCnt</span></td>
+                                                <td>문자 발송 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].sCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].fCnt</span></td>
+                                                <td>실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].wCnt</span></td>
+                                                <td>대기 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgResult</span></td>
+                                                <td>발송 결과(성공 : S, 실패 : F)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].smsTxt</span></td>
+                                                <td>문자 내용</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].subject</span></td>
+                                                <td>제목</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reqdate</span></td>
+                                                <td>발송 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].curState</span></td>
+                                                <td>전송 처리 결과값</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].userId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].regdate</span></td>
+                                                <td>등록 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reserveCYn</span></td>
+                                                <td>예약 취소 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].ttlCnt</span></td>
+                                                <td>전체 요청 수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].remainMsgCnt</span></td>
+                                                <td>남은 문자 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].totMsgCnt</span></td>
+                                                <td>전체 문자 개수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>:&#65339;</p>
+                                            <p>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"message"</span>: null</p>
+                                                <p>,<span>"next_yn"</span>:"n"</p>
+                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
+                                                <p>,<span>"objectList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"4"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"2"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p>
+                                                    <p>,<span>"scnt"</span>:null</p>
+                                                    <p>,<span>"fcnt"</span>:null</p>
+                                                    <p>,<span>"wcnt"</span>:null</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
+                                                    <p>,<span>"subject"</span>:null</p>
+                                                    <p>,<span>"reqdate"</span>:"2023-06-13 17:48:08"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"10"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"0"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"10"</p>
+                                                </div>
+                                                <p>&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"4"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"2"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p>
+                                                    <p>,<span>"scnt"</span>:null</p>
+                                                    <p>,<span>"fcnt"</span>:null</p>
+                                                    <p>,<span>"wcnt"</span>:null</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
+                                                    <p>,<span>subject"</span>:null</p>
+                                                    <p>,<span>reqdate"</span>:"2023-06-13 17:48:09"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"10"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"0"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"10"</p>
+                                                    <p>&#65373;</p>
+                                                </div>
+                                                <p>&#65341;</p>
+                                            </div>
+                                            <p class="l_code_t2">&#65373;</p>
+                                            <p>&#65341;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"4099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_5">
+
+                            <ul class="info">
+                                <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li>
+                                <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"String"</p>
+                                            <p>,<span>"accessKey"</span>:"String"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longPrice</span></td>
+                                                <td>장문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longSendPsbltEa</span></td>
+                                                <td>장문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].mberMoney</span></td>
+                                                <td>현재 보유 금액</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].picturePrice</span></td>
+                                                <td>그림문자 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].pictureSendPsbltEa</span></td>
+                                                <td>그림문자 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortPrice</span></td>
+                                                <td>단문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortSendPsbltEa</span></td>
+                                                <td>단문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"longPrice"</span>:"50"</p>
+                                                <p>,<span>"longSendPsbltEa"</span>:"19651"</p>
+                                                <p>,<span>"mberMoney"</span>:"982586.7"</p>
+                                                <p>,<span>"message"</span>:null</p>
+                                                <p>,<span>"picturePrice"</span>:"90"</p>
+                                                <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p>
+                                                <p>,<span>"shortPrice"</span>:"18"</p>
+                                                <p>,<span>"shortSendPsbltEa"</span>:"54588"</p>
                                             </div>
                                             <p>&#65373;</p>
-                                            <p>,&#65371;</p>
-                                            <div class="indent_t2">
-                                                <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
-                                                <p>,<span>"msgType"</span>:"4"</p>
-                                                <p>,<span>"callFrom"</span>:"01011112222"</p>
-                                                <p>,<span>"callTo"</span>:"01011112223"</p>
-                                                <p>,<span>"msgGroupCnt"</span>:"2"</p>
-                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
-                                                <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p>
-                                                <p>,<span>"scnt"</span>:null</p>
-                                                <p>,<span>"fcnt"</span>:null</p>
-                                                <p>,<span>"wcnt"</span>:null</p>
-                                                <p>,<span>"msgResult"</span>:"S"</p>
-                                                <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
-                                                <p>,<span>subject"</span>:null</p>
-                                                <p>,<span>reqdate"</span>:"2023-06-13 17:48:09"</p>
-                                                <p>,<span>"curState"</span>:"3"</p>
-                                                <p>,<span>"userId"</span>:"testuser"</p>
-                                                <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
-                                                <p>,<span>"reserveCYn"</span>:"N"</p>
-                                                <p>,<span>"ttlCnt"</span>:"10"</p>
-                                                <p>,<span>"remainMsgCnt"</span>:"0"</p>
-                                                <p>,<span>"totMsgCnt"</span>:"10"</p>
-                                                <p>&#65373;</p>
-                                            </div>
-                                            <p>&#65341;</p>                                                                                        
-                                        </div>                                        
-                                        <p class="l_code_t2">&#65373;</p>
-                                        <p>&#65341;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"4099"</p>
-                                        <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"5099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
+                                <!--// Response-->
                             </div>
-                            <!--// Response-->
-                        </div>                              
+                        </div>
                     </div>
-                    <!--// tab_상세결과조회-->
-                    <!--tab 발송가능건수-->
-                    <div class="api_guide" id="tab5_5">
-                        <ul class="info">
-                            <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li>
-                            <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li>
-                        </ul>
+                    <!-- //REST API 개발 가이드 > 문자  -->
 
-                        <div class="re_cont">
-                            <!--Request-->
-                            <div class="req_title">Request</div>
-                            <div class="box">
-                                <div class="text">
-                                    <h4>Request</h4>
+                    <!-- REST API 개발 가이드 > 카카오톡  -->
+                    <div class="api_guide kakao current" id="tab5_2">
+                        <div class="list_tab_wrap2 type3">
+                            <!--콘텐츠 tab button-->
+                            <ul class="list_tab">
+                                <li class="tab active"><button type="button" onclick="TabType2(this,'6');">채널 ID 조회</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'7');">템플릿 ID 조회</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'8');">템플릿상세조회</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'9');">단건보내기</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'10');">대량보내기</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'11');">전송내역조회</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'12');">전송내역조회(상세)</button></li>
+                                <li class="tab"><button type="button" onclick="TabType2(this,'13');">발송가능건수</button></li>
+                            </ul>
+                            <!--//콘텐츠 tab button-->
+                        </div>
+
+                        <div class="api_guide_con" id="tab2_6">
+
+                            <ul class="info">
+                                <li>- API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.</li>
+                                <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li>
+                                <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
                                     <table>
-                                        <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                        <caption>문자발송 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
                                         <colgroup>
                                             <col style="width:20%;">
-                                            <col style="width:80%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
                                         </colgroup>
-                                        <tr>
-                                            <th>Http Method</th>
-                                            <td>POST</td>
-                                        </tr>
-                                        <tr>
-                                            <th>프로토콜</th>
-                                            <td>HHTP/1.1</td>
-                                        </tr>
-                                        <tr>
-                                            <th>HOST</th>
-                                            <td>api.munjaon.co.kr</td>
-                                        </tr>
-                                        <tr>
-                                            <th>Service Port</th>
-                                            <td>443</td>
-                                        </tr>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callFrom</span></td>
+                                                <td>발신자 번호(아이디에 등록되어 있는 번호)</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callToList</span></td>
+                                                <td>수신자 번호(콤마(,) 기준으로 입력)</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">smsTxt</span></td>
+                                                <td>메시지 내용</td>
+                                                <td>String(1~2,000Byte)</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">nameStr</span></td>
+                                                <td>메시지 내용에 [*이름*]이 있으면 치환용 이름 입력( | 로 구분 )</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                        </tbody>
                                     </table>
-                                </div>                                
-                            </div>
-                            <div class="type_table">
-                                <table>
-                                    <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:45%;">
-                                        <col style="width:25%">
-                                        <col style="width:10%">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                            <th>필수</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">mberId</span></td>
-                                            <td>사용자 ID</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">accessKey</span></td>
-                                            <td>인증용 API Key</td>
-                                            <td>String</td>
-                                            <td><span class="select_o">O</span></td>
-                                        </tr>                                        
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title">[Example]</div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"mberId"</span>:"String"</p>
-                                        <p>,<span>"accessKey"</span>:"String"</p>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                        <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
-                            </div>
-                            <!--// Request-->
-                            <!-- Response-->
-                            <div class="res_title">Response</div>
-                            <div class="type_table">                                
-                                <table>
-                                    <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption>
-                                    <colgroup>
-                                        <col style="width:20%;">
-                                        <col style="width:60%;">
-                                        <col style="width:20%;">
-                                    </colgroup>
-                                    <thead>
-                                        <tr>
-                                            <th>키</th>
-                                            <th>설명</th>
-                                            <th>타입</th>
-                                        </tr>
-                                    </thead>
-                                    <tbody>
-                                        <tr>
-                                            <td><span class="font_b">resultCode</span></td>
-                                            <td>성공 여부("0" 아니면 실패)</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">data</span></td>
-                                            <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
-                                            <td>Object</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].longPrice</span></td>
-                                            <td>장문 단가</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].longSendPsbltEa</span></td>
-                                            <td>장문 발송 가능 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].mberMoney</span></td>
-                                            <td>현재 보유 금액</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].message</span></td>
-                                            <td>문자</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].picturePrice</span></td>
-                                            <td>그림문자 단가</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].pictureSendPsbltEa</span></td>
-                                            <td>그림문자 발송 가능 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].shortPrice</span></td>
-                                            <td>단문 단가</td>
-                                            <td>String</td>
-                                        </tr>
-                                        <tr>
-                                            <td><span class="font_b">[data].shortSendPsbltEa</span></td>
-                                            <td>단문 발송 가능 건수</td>
-                                            <td>String</td>
-                                        </tr>
-                                    </tbody>                                    
-                                </table>
-                                <div class="table_info">
-                                    <p>※ JSON 객체로 응답합니다.</p>
-                                </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"0"</p>
-                                        <p>,<span>"data"</span>&#65371;</p>
-                                        <div class="indent_t1">
-                                            <p><span>"longPrice"</span>:"50"</p> 
-                                            <p>,<span>"longSendPsbltEa"</span>:"19651"</p>
-                                            <p>,<span>"mberMoney"</span>:"982586.7"</p>
-                                            <p>,<span>"message"</span>:null</p>
-                                            <p>,<span>"picturePrice"</span>:"90"</p>    
-                                            <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p>
-                                            <p>,<span>"shortPrice"</span>:"18"</p>
-                                            <p>,<span>"shortSendPsbltEa"</span>:"54588"</p>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"callFrom"</span>:"01012341234"</p>
+                                            <p>,<span>"callToList"</span>:"01011111111,01022222222,01033333333"</p>
+                                            <p>,<span>"smsTxt"</span>:"문자 테스트~![*이름*]"</p>
+                                            <p>,<span>"nameStr"</span>:"홍길동1|홍길동2|홍길동3"</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
                                         </div>
-                                        <p>&#65373;</p>
+                                        <p class="l_code">&#65373;</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
-                            </div>
-                            <div class="box">
-                                <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
-                                <div class="code_view">
-                                    <p>&#65371;</p>
-                                    <div class="indent">
-                                        <p><span>"resultCode"</span>:"5099"</p>
-                                        <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>문자발송 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].blockCnt</span></td>
+                                                <td>수신거부 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].failCnt</span></td>
+                                                <td>전송 실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].successCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
                                     </div>
-                                    <p class="l_code">&#65373;</p>
                                 </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
+                                                <p>,<span>"msgType"</span>:"SMS"</p>
+                                                <p>,<span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"blockCnt"</span>:"0"</p>
+                                                <p>,<span>"failCnt"</span>:"0"</p>
+                                                <p>,<span>"successCnt"</span>:"3"</p>
+                                                <p>,<span>"test_yn"</span>:null</p>
+                                            </div>
+                                            <p>&#65373;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"1040"</p>
+                                            <p>,<span>"data"</span>:"치환 데이터 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
                             </div>
-                            <!--// Response-->
-                        </div>                              
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_7">
+
+                            <ul class="info">
+                                <li>- API를 통해서 다른 내용의 문자를 대량으로 전송할 수 있습니다.</li>
+                                <li>- 발신번호는 문자온 사이트를 통해 사전등록 후 이용하실 수 있습니다.(마이페이지-발신번호 관리 메뉴 이용)</li>
+                                <li>- 문자 내용이 "90byte"를 초과하는 경우 장문(LMS)으로 자동 전환됩니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>문자발송(대량) API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callFrom</span></td>
+                                                <td>발신자 번호(아이디에 등록되어 있는 번호)</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callTo_1</span></td>
+                                                <td>수신자 번호 1</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">smsTxt_1</span></td>
+                                                <td>메시지 내용 1 </td>
+                                                <td>String(1~2,000Byte)</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">...</span></td>
+                                                <td>...</td>
+                                                <td>...</td>
+                                                <td><span class="select_o">...</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">callTo_100</span></td>
+                                                <td>수신자 번호 100</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">smsTxt_100</span></td>
+                                                <td>메시지 내용 100</td>
+                                                <td>String(1~2,000Byte)</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ 문자 텍스트 용량(byte) : 한글 1자당 2byte, 영문/숫자 1자당 1byte</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"callFrom"</span>:"01012341234"</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                            <p>,<span>"callTo_1"</span>:"01011111111"</p>
+                                            <p>,<span>"smsTxt_1"</span>:"문자 테스트 1"</p>
+                                            <p>,<span>"callTo_2"</span>:"01022222222"</p>
+                                            <p>,<span>"smsTxt_2"</span>:"문자 테스트 2"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>문자발송(대량) API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupIdList</span></td>
+                                                <td>메시지 그룹 ID 리스트</td>
+                                                <td>List String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].blockCnt</span></td>
+                                                <td>수신거부 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].failCnt</span></td>
+                                                <td>전송 실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].successCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>:&#65339;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"msgGroupIdList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <p class="m_code">"MSGGID_0000000013451"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <p class="m_code">"MSGGID_0000000013452"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>&#65341;</p>
+                                                <p>,<span>"msgTypeList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <p class="m_code">"SMS"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <p class="m_code">"SMS"</p>
+                                                <p class="l_code_t1">&#65373;</p>
+                                                <p>&#65341;</p>
+                                                <p>,<span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"successCnt"</span>:"2"</p>
+                                                <p>,<span>"failCnt"</span>:"0"</p>
+                                                <p>,<span>"blockCnt"</span>:"0"</p>
+                                                <p>,<span>"test_yn"</span>:null</p>
+                                                <p>&#65341;</p>
+                                            </div>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"1040"</p>
+                                            <p>,<span>"data"</span>:"치환 데이터 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_8">
+
+                            <ul class="info">
+                                <li>- 문자온 사이트 및 API를 통해 전송된 문자 발송내역을 조회할 수 있습니다.</li>
+                                <li>- 문자 발송내역은 날짜별로 조회되며, 최근 3개월까지만 조회 가능합니다.</li>
+                                <li>- 발신번호별 문자 발송내역 조회 기능은 제공되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>전송결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">page</span></td>
+                                                <td>페이지 번호</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">pageSize</span></td>
+                                                <td>페이지당 출력 개수</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">startDate</span></td>
+                                                <td>시작 일자</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">endDate</span></td>
+                                                <td>마감 일자</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"page"</span>:""</p>
+                                            <p>,<span>"pageSize"</span>:""</p>
+                                            <p>,<span>"startDate"</span>:""</p>
+                                            <p>,<span>"endDate"</span>:""</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>전송결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].next_yn</span></td>
+                                                <td>다음 페이지 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].objectList</span></td>
+                                                <td>결과값 목록</td>
+                                                <td>Object List</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgId</span></td>
+                                                <td>메시지 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgTypeName</span></td>
+                                                <td>문자 구분명(단문, 장문, 그림)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callFrom</span></td>
+                                                <td>발신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callTo</span></td>
+                                                <td>수신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupCnt</span></td>
+                                                <td>문자 발송 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].sCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].fCnt</span></td>
+                                                <td>실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].wCnt</span></td>
+                                                <td>대기 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgResult</span></td>
+                                                <td>발송 결과(성공 : S, 실패 : F)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].smsTxt</span></td>
+                                                <td>문자 내용</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].subject</span></td>
+                                                <td>제목</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reqdate</span></td>
+                                                <td>발송 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].curState</span></td>
+                                                <td>전송 처리 결과값</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].userId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].regdate</span></td>
+                                                <td>등록 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reserveCYn</span></td>
+                                                <td>예약 취소 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].ttlCnt</span></td>
+                                                <td>전체 요청 수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].remainMsgCnt</span></td>
+                                                <td>남은 문자 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].totMsgCnt</span></td>
+                                                <td>전체 문자 개수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>:&#65339;</p>
+                                            <p>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"message"</span>: null</p>
+                                                <p>,<span>"next_yn"</span>:"n"</p>
+                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
+                                                <p>,<span>"objectList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"4"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"2"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p>
+                                                    <p>,<span>"scnt"</span>:"2"</p>
+                                                    <p>,<span>"fcnt"</span>:"0"</p>
+                                                    <p>,<span>"wcnt"</span>:"0"</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
+                                                    <p>,<span>"subject"</span>:null</p>
+                                                    <p>,<span>"reqdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"1"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"40"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"70"</p>
+                                                </div>
+                                                <p>&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"장문(LMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"6"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"1"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013341"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p>
+                                                    <p>,<span>"scnt"</span>:"1"</p>
+                                                    <p>,<span>"fcnt"</span>:"0"</p>
+                                                    <p>,<span>"wcnt"</span>:"0"</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 장문 예제"</p>
+                                                    <p>,<span>subject"</span>:null</p>
+                                                    <p>,<span>reqdate"</span>:"2023-06-02 11:46:50"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-02 11:46:49"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"1"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"40"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"70"</p>
+                                                    <p>&#65373;</p>
+                                                </div>
+                                                <p>&#65341;</p>
+                                            </div>
+                                            <p class="l_code_t2">&#65373;</p>
+                                            <p>&#65341;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"3099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_9">
+
+                            <ul class="info">
+                                <li>- 전송결과 조회의 "msgGroupId"를 사용하여 전송된 문자의 상세결과를 수신번호별로 조회할 수 있습니다.</li>
+                                <li>- 전송결과가 "대기"인 경우에는 최종 결과 확인까지 최대 72시간까지 소요됩니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>상세결과 조회 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">page</span></td>
+                                                <td>페이지 번호</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">pageSize</span></td>
+                                                <td>페이지당 출력 개수</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">test_yn</span></td>
+                                                <td>테스트 데이터 여부</td>
+                                                <td>String</td>
+                                                <td><span class="select_x">X</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"홍길동"</p>
+                                            <p>,<span>"accessKey"</span>:"XXXXXXXXXXXXXX414050694b953"</p>
+                                            <p>,<span>"msgGroupId"</span>:"MSGGID_0000000011452"</p>
+                                            <p>,<span>"page"</span>:""</p>
+                                            <p>,<span>"pageSize"</span>:""</p>
+                                            <p>,<span>"test_yn"</span>:""</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>상세결과 조회 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].next_yn</span></td>
+                                                <td>다음 페이지 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].objectList</span></td>
+                                                <td>결과값 목록</td>
+                                                <td>Object List</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupId</span></td>
+                                                <td>메시지 그룹 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgId</span></td>
+                                                <td>메시지 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgTypeName</span></td>
+                                                <td>문자 구분명(단문, 장문, 그림)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgType</span></td>
+                                                <td>메시지 타입(4 : 단문, 5 : 장문)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callFrom</span></td>
+                                                <td>발신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].callTo</span></td>
+                                                <td>수신자 번호</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgGroupCnt</span></td>
+                                                <td>문자 발송 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].sCnt</span></td>
+                                                <td>성공 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].fCnt</span></td>
+                                                <td>실패 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].wCnt</span></td>
+                                                <td>대기 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].msgResult</span></td>
+                                                <td>발송 결과(성공 : S, 실패 : F)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].smsTxt</span></td>
+                                                <td>문자 내용</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].subject</span></td>
+                                                <td>제목</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reqdate</span></td>
+                                                <td>발송 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].curState</span></td>
+                                                <td>전송 처리 결과값</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].userId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].regdate</span></td>
+                                                <td>등록 일자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].reserveCYn</span></td>
+                                                <td>예약 취소 여부</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].ttlCnt</span></td>
+                                                <td>전체 요청 수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].remainMsgCnt</span></td>
+                                                <td>남은 문자 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].totMsgCnt</span></td>
+                                                <td>전체 문자 개수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>:&#65339;</p>
+                                            <p>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"resultCode"</span>:"0"</p>
+                                                <p>,<span>"message"</span>: null</p>
+                                                <p>,<span>"next_yn"</span>:"n"</p>
+                                                <p>,<span>"msgGroupId"</span>:"MSGGID_0000000000000"</p>
+                                                <p>,<span>"objectList"</span>:&#65339;</p>
+                                                <p>&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"4"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"2"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000001"</p>
+                                                    <p>,<span>"scnt"</span>:null</p>
+                                                    <p>,<span>"fcnt"</span>:null</p>
+                                                    <p>,<span>"wcnt"</span>:null</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
+                                                    <p>,<span>"subject"</span>:null</p>
+                                                    <p>,<span>"reqdate"</span>:"2023-06-13 17:48:08"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"10"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"0"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"10"</p>
+                                                </div>
+                                                <p>&#65373;</p>
+                                                <p>,&#65371;</p>
+                                                <div class="indent_t2">
+                                                    <p><span>"msgTypeName"</span>:"단문(SMS)"</p>
+                                                    <p>,<span>"msgType"</span>:"4"</p>
+                                                    <p>,<span>"callFrom"</span>:"01011112222"</p>
+                                                    <p>,<span>"callTo"</span>:"01011112223"</p>
+                                                    <p>,<span>"msgGroupCnt"</span>:"2"</p>
+                                                    <p>,<span>"msgGroupId"</span>:"MSGGID_0000000013340"</p>
+                                                    <p>,<span>"msgId"</span>:"MSGID_0000000000002"</p>
+                                                    <p>,<span>"scnt"</span>:null</p>
+                                                    <p>,<span>"fcnt"</span>:null</p>
+                                                    <p>,<span>"wcnt"</span>:null</p>
+                                                    <p>,<span>"msgResult"</span>:"S"</p>
+                                                    <p>,<span>"smsTxt"</span>:"문자 내용 단문 예제"</p>
+                                                    <p>,<span>subject"</span>:null</p>
+                                                    <p>,<span>reqdate"</span>:"2023-06-13 17:48:09"</p>
+                                                    <p>,<span>"curState"</span>:"3"</p>
+                                                    <p>,<span>"userId"</span>:"testuser"</p>
+                                                    <p>,<span>"regdate"</span>:"2023-06-13 17:48:07"</p>
+                                                    <p>,<span>"reserveCYn"</span>:"N"</p>
+                                                    <p>,<span>"ttlCnt"</span>:"10"</p>
+                                                    <p>,<span>"remainMsgCnt"</span>:"0"</p>
+                                                    <p>,<span>"totMsgCnt"</span>:"10"</p>
+                                                    <p>&#65373;</p>
+                                                </div>
+                                                <p>&#65341;</p>
+                                            </div>
+                                            <p class="l_code_t2">&#65373;</p>
+                                            <p>&#65341;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"4099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+
+                        </div>
+                        <div class="api_guide_con" id="tab2_10">
+
+                            <ul class="info">
+                                <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li>
+                                <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"String"</p>
+                                            <p>,<span>"accessKey"</span>:"String"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longPrice</span></td>
+                                                <td>장문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longSendPsbltEa</span></td>
+                                                <td>장문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].mberMoney</span></td>
+                                                <td>현재 보유 금액</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].picturePrice</span></td>
+                                                <td>그림문자 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].pictureSendPsbltEa</span></td>
+                                                <td>그림문자 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortPrice</span></td>
+                                                <td>단문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortSendPsbltEa</span></td>
+                                                <td>단문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"longPrice"</span>:"50"</p>
+                                                <p>,<span>"longSendPsbltEa"</span>:"19651"</p>
+                                                <p>,<span>"mberMoney"</span>:"982586.7"</p>
+                                                <p>,<span>"message"</span>:null</p>
+                                                <p>,<span>"picturePrice"</span>:"90"</p>
+                                                <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p>
+                                                <p>,<span>"shortPrice"</span>:"18"</p>
+                                                <p>,<span>"shortSendPsbltEa"</span>:"54588"</p>
+                                            </div>
+                                            <p>&#65373;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"5099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+                        </div>
+                        <div class="api_guide_con" id="tab2_11">
+
+                            <ul class="info">
+                                <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li>
+                                <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"String"</p>
+                                            <p>,<span>"accessKey"</span>:"String"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longPrice</span></td>
+                                                <td>장문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longSendPsbltEa</span></td>
+                                                <td>장문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].mberMoney</span></td>
+                                                <td>현재 보유 금액</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].picturePrice</span></td>
+                                                <td>그림문자 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].pictureSendPsbltEa</span></td>
+                                                <td>그림문자 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortPrice</span></td>
+                                                <td>단문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortSendPsbltEa</span></td>
+                                                <td>단문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"longPrice"</span>:"50"</p>
+                                                <p>,<span>"longSendPsbltEa"</span>:"19651"</p>
+                                                <p>,<span>"mberMoney"</span>:"982586.7"</p>
+                                                <p>,<span>"message"</span>:null</p>
+                                                <p>,<span>"picturePrice"</span>:"90"</p>
+                                                <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p>
+                                                <p>,<span>"shortPrice"</span>:"18"</p>
+                                                <p>,<span>"shortSendPsbltEa"</span>:"54588"</p>
+                                            </div>
+                                            <p>&#65373;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"5099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+                        </div>
+                        <div class="api_guide_con" id="tab2_12">
+
+                            <ul class="info">
+                                <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li>
+                                <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"String"</p>
+                                            <p>,<span>"accessKey"</span>:"String"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longPrice</span></td>
+                                                <td>장문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longSendPsbltEa</span></td>
+                                                <td>장문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].mberMoney</span></td>
+                                                <td>현재 보유 금액</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].picturePrice</span></td>
+                                                <td>그림문자 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].pictureSendPsbltEa</span></td>
+                                                <td>그림문자 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortPrice</span></td>
+                                                <td>단문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortSendPsbltEa</span></td>
+                                                <td>단문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"longPrice"</span>:"50"</p>
+                                                <p>,<span>"longSendPsbltEa"</span>:"19651"</p>
+                                                <p>,<span>"mberMoney"</span>:"982586.7"</p>
+                                                <p>,<span>"message"</span>:null</p>
+                                                <p>,<span>"picturePrice"</span>:"90"</p>
+                                                <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p>
+                                                <p>,<span>"shortPrice"</span>:"18"</p>
+                                                <p>,<span>"shortSendPsbltEa"</span>:"54588"</p>
+                                            </div>
+                                            <p>&#65373;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"5099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+                        </div>
+                        <div class="api_guide_con" id="tab2_13">
+
+                            <ul class="info">
+                                <li>- 보유캐시로 발송 가능한 문자의 건수를 단문(SMS), 장문(LMS), 그림(MMS)별로 각각 확인할 수 있습니다.</li>
+                                <li>- 위 문자유형별 발송 가능건수는 개인별로 적용된 단가를 기준으로 산출되며, "첫결제 이벤트"는 적용되지 않습니다.</li>
+                            </ul>
+
+                            <div class="re_cont">
+                                <!--Request-->
+                                <div class="req_title">Request</div>
+                                <div class="box">
+                                    <div class="text">
+                                        <h4>Request</h4>
+                                        <table>
+                                            <caption>API Request Http Method, 프로토콜, HOST, Service Port 정보 테이블</caption>
+                                            <colgroup>
+                                                <col style="width:20%;">
+                                                <col style="width:80%;">
+                                            </colgroup>
+                                            <tr>
+                                                <th>Http Method</th>
+                                                <td>POST</td>
+                                            </tr>
+                                            <tr>
+                                                <th>프로토콜</th>
+                                                <td>HHTP/1.1</td>
+                                            </tr>
+                                            <tr>
+                                                <th>HOST</th>
+                                                <td>api.munjaon.co.kr</td>
+                                            </tr>
+                                            <tr>
+                                                <th>Service Port</th>
+                                                <td>443</td>
+                                            </tr>
+                                        </table>
+                                    </div>
+                                </div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Request 키 종류 및 설명, 타입, 필수 여부 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:45%;">
+                                            <col style="width:25%">
+                                            <col style="width:10%">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                                <th>필수</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">mberId</span></td>
+                                                <td>사용자 ID</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">accessKey</span></td>
+                                                <td>인증용 API Key</td>
+                                                <td>String</td>
+                                                <td><span class="select_o">O</span></td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ HTTPS 프로토콜을 사용하여 POST로 요청합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title">[Example]</div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"mberId"</span>:"String"</p>
+                                            <p>,<span>"accessKey"</span>:"String"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Request-->
+                                <!-- Response-->
+                                <div class="res_title">Response</div>
+                                <div class="type_table">
+                                    <table>
+                                        <caption>발송가능 건수 API Response 키 종류 및 설명, 타입 테이블</caption>
+                                        <colgroup>
+                                            <col style="width:20%;">
+                                            <col style="width:60%;">
+                                            <col style="width:20%;">
+                                        </colgroup>
+                                        <thead>
+                                            <tr>
+                                                <th>키</th>
+                                                <th>설명</th>
+                                                <th>타입</th>
+                                            </tr>
+                                        </thead>
+                                        <tbody>
+                                            <tr>
+                                                <td><span class="font_b">resultCode</span></td>
+                                                <td>성공 여부("0" 아니면 실패)</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">data</span></td>
+                                                <td>결과값 객체(성공 : 데이터, 실패 : 메시지)</td>
+                                                <td>Object</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longPrice</span></td>
+                                                <td>장문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].longSendPsbltEa</span></td>
+                                                <td>장문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].mberMoney</span></td>
+                                                <td>현재 보유 금액</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].message</span></td>
+                                                <td>문자</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].picturePrice</span></td>
+                                                <td>그림문자 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].pictureSendPsbltEa</span></td>
+                                                <td>그림문자 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortPrice</span></td>
+                                                <td>단문 단가</td>
+                                                <td>String</td>
+                                            </tr>
+                                            <tr>
+                                                <td><span class="font_b">[data].shortSendPsbltEa</span></td>
+                                                <td>단문 발송 가능 건수</td>
+                                                <td>String</td>
+                                            </tr>
+                                        </tbody>
+                                    </table>
+                                    <div class="table_info">
+                                        <p>※ JSON 객체로 응답합니다.</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_success">O 성공 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"0"</p>
+                                            <p>,<span>"data"</span>&#65371;</p>
+                                            <div class="indent_t1">
+                                                <p><span>"longPrice"</span>:"50"</p>
+                                                <p>,<span>"longSendPsbltEa"</span>:"19651"</p>
+                                                <p>,<span>"mberMoney"</span>:"982586.7"</p>
+                                                <p>,<span>"message"</span>:null</p>
+                                                <p>,<span>"picturePrice"</span>:"90"</p>
+                                                <p>,<span>"pictureSendPsbltEa"</span>:"10917"</p>
+                                                <p>,<span>"shortPrice"</span>:"18"</p>
+                                                <p>,<span>"shortSendPsbltEa"</span>:"54588"</p>
+                                            </div>
+                                            <p>&#65373;</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <div class="box">
+                                    <div class="title_t1"><span class="ex">[Example]</span><span class="ex_fail">X 실패 예시</span></div>
+                                    <div class="code_view">
+                                        <p>&#65371;</p>
+                                        <div class="indent">
+                                            <p><span>"resultCode"</span>:"5099"</p>
+                                            <p>,<span>"data"</span>:"기타 시스템 오류"</p>
+                                        </div>
+                                        <p class="l_code">&#65373;</p>
+                                    </div>
+                                </div>
+                                <!--// Response-->
+                            </div>
+                        </div>
                     </div>
-                    <!--// tab_발송가능건수-->
-                    <!--// 사용안내 내용-->             
+                    <!-- //REST API 개발 가이드 > 카카오톡  -->
+
+
+                    <!--// 사용안내 내용-->
                 </div>
-            </div>            
+            </div>
         </div>
         <!--// send top -->
     </div>
     </div>
     <!--// content 영역 -->
     <!-- footer -->
-	<div data-include-path="/publish/layout/_footer.html"></div>
-	<!--// footer 영역 -->
+    <div data-include-path="/publish/layout/_footer.html"></div>
+    <!--// footer 영역 -->
 </body>
 
 </html>
(No newline at end of file)
src/main/webapp/publish/api_intro.html
--- src/main/webapp/publish/api_intro.html
+++ src/main/webapp/publish/api_intro.html
@@ -26,159 +26,8 @@
     <div class="skip_menu">
         <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
     </div>
-    <!--// skip 메뉴  -->
-    <!-- quick 메뉴 -->
-    <div class="quickMenu">
-        <div>
-            <p class="quick_title">QUICK<br>MENU</p>
-            <p class="quick_title2">QUICK</p>
-            <ul class="quickMenuIn">
-                <li>
-                    <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a>
-                    <div class="hover_cont">이용안내</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick2"></i><span>채     팅상담</span></a>
-                    <div class="hover_cont">채팅상담</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick3"></i><span>원격지원</span></a>
-                    <div class="hover_cont">원격지원</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick4"></i><span>맞춤제작</span></a>
-                    <div class="hover_cont">맞춤제작</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick5"></i><span>주소록 등록</span></a>
-                    <div class="hover_cont">주소록 등록</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a>
-                    <div class="hover_cont">엑셀 대량전송</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick7"></i><span>견적서</span></a>
-                    <div class="hover_cont">견적서</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick8"></i><span>결제</span></a>
-                    <div class="hover_cont">결제</div>
-                </li>
-                <li>
-                    <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a>
-                    <div class="hover_cont">영수증/계산서</div>
-                </li>
-            </ul>
-            <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button>
-        </div>
-    </div>
-    <!--// quick 메뉴 -->
-    <!-- header 영역 -->
-    <header id="header" class="header sub ">
-        <!-- header top 영역 -->
-        <div class="header_top">
-            <div class="inner">
-                <ul class="menu_left">
-                    <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li>
-                    <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li>
-                    <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li>
-                </ul>
-                <ul class="menu_right">
-                    <li><a href="#">충전하기</a></li>
-                    <li class="SortLine"><a href="#">요금안내</a></li>
-                    <li class="SortLine"><a href="#">이용안내</a></li>
-                    <li class="SortLine"><a href="#">1:1고객상담</a></li>
-                </ul>
-            </div>
-        </div><!-- header top 영역 -->
-        <!-- header body 영역 -->
-        <div class="header_body">
-            <div class="inner table">
-                <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png"
-                            alt="문자온 CI"></a></h1>
-                <ul class="gnbWrap table_cell">
-                    <li><a href="#">문자발송</a></li>
-                    <li><a href="#">선거문자</a></li>
-                    <li><a href="#">맞춤제작</a></li>
-                    <li><a href="#">비즈톡</a></li>
-                    <li><a href="#">주소록 관리</a></li>
-                    <li><a href="#">발송결과</a></li>
-                    <li><a href="#">예약관리</a></li>
-                    <li><a href="#">결제내역</a></li>
-                </ul>
-                <div class="s_menu">
-                    <i class="allSearch_info"><span>문자검색</span></i>
-                    <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img
-                            src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
-                    <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button>
-                </div>
-            </div>
-            <!-- search popup 영역 -->
-            <div class="pop_search">
-                <div class="inner">
-                    <div class="area_search">
-                        <select name="" id="">
-                            <option value="">그림문자</option>
-                            <option value="">단문문자</option>
-                            <option value="">장문문자</option>
-                            <option value="">GIF</option>
-                        </select>
-                        <input type="text" placeholder="문자샘플 검색하기">
-                        <button><img src="/publish/images/search02.png" alt=""></button>
-                    </div>
-                    <div class="area_popular">
-                        <p><i></i>인기검색어</p>
-                        <ul class="popular_tag">
-                            <li><a href="#">#정월대보름</a></li>
-                            <li class="on"><a href="#">#추석</a></li>
-                            <li><a href="#">#가을인사</a></li>
-                            <li><a href="#">#좋은하루</a></li>
-                        </ul>
-                    </div>
-                    <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png"
-                            alt=""></button>
-                </div>
-            </div>
-            <!--// search popup 영역 -->
-        </div>
-        <!--// header body 영역 -->
-        <div id="login" class="login">
-            <div class="inner table">
-                <div class="login_left table_cell">
-                    <div class="login_put">
-                        <label for="id_text" class="label"></label>
-                        <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30"
-                            size="18">
-                        <label for="password_text" class="label"></label>
-                        <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text"
-                            maxlength="30" size="18">
-                        <label for="login_button" class="label"></label>
-                        <button type="submit" class="btnType btnType1" class="login_button">로그인</button>
-                    </div>
-                    <div class="login_save">
-                        <input type="checkbox" id="save_id">
-                        <label for="save_id">아이디 저장</label>
-                    </div>
-                    <div class="login_find">
-                        <a href="#">아이디찾기 /</a>
-                        <a href="#">비밀번호 찾기</a>
-                    </div>
-                    <div>
-                        <button type="button" class="btnType btnType2">회원가입</button>
-                        <button type="button" class="btnType btnType3">둘러보기</button>
-                    </div>
-                </div>
-                <div class="login_right">
-                    <span><i></i>이달의 이벤트</span>
-                    <button type="button" class="btnType btnType4">바로가기</button>
-                </div>
-            </div>
-        </div>
-        <!--// login 영역 -->
-    </header>
-    <!--// header 영역 -->
-    <!-- login 영역 -->
+    <div class="mask"></div>
+    <div data-include-path="/publish/layout/_header.html"></div>
     <!-- content 영역 -->
     <div id="container" class="cont sub">
         <div class="inner">
@@ -186,8 +35,8 @@
             <div class="send_top">
                 <!-- tab button -->
                 <ul class="tabType4">
-                    <li class="tab active"><button type="button" onclick="location.href='/publish/api_intro.html'">문자 API소개</button></li>
-                    <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">API 사용안내</button></li>
+                    <li class="tab active"><button type="button" onclick="location.href='/publish/api_intro.html'">연동 안내</button></li>
+                    <li class="tab"><button type="button" onclick="location.href='/publish/api_guide.html'">개발 가이드</button></li>
                     <li class="tab"><button type="button" onclick="location.href='/publish/api_download.html'">예제 다운로드</button></li>
                     <li class="tab"><button type="button" onclick="location.href='/publish/api_admin1.html'">신청/관리</button></li>
                 </ul>
@@ -195,7 +44,7 @@
                 
                 <div class="api_guide_cont current">
                     <div class="heading">
-                        <h2>문자 API 소개</h2>
+                        <h2>연동 서비스 안내</h2>
                     </div>
 
                     <!--소개 내용-->
@@ -205,9 +54,16 @@
                             <area target="_self" alt="문자 API 신청하기" title="문자 API 신청하기" href="#" coords="88,214,291,268" shape="rect">
                         </map>
                     </div>
+
+                    <div class="pay_tab_wrap">
+                        <ul class="tabType1">
+                            <li class="tab active"><button type="button" onclick="TabType5(this,'1');">문자</button></li>
+                            <li class="tab"><button type="button" onclick="TabType5(this,'2');">카카오톡</button></li>
+                        </ul>
+                    </div>
                     
                     <!--사용 절차 설명 -->
-                    <div class="api_intro">
+                    <div class="api_intro api_guide current" id="tab5_1">
                         <div class="title">
                             <h3>문자 API 사용 절차</h3>
                         </div>
@@ -222,47 +78,125 @@
                                 <li class="guide">
                                     <p class="step_title">STEP <span>01</span></p>
                                     <div class="step_con">
-                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="문자 API 신청 아이콘"></div>
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_00.png" alt="문자 API 신청 아이콘"></div>
                                         <dl>
-                                            <dt>문자 API 신청</dt>
-                                            <dd>관리자 승인 후 사용 가능</dd>
+                                            <dt>발신번호 사전 등록</dt>
+                                            <dd>발송에 필요한 발신번호<br>등록 필요</dd>
                                         </dl>
                                     </div>    
                                 </li>
                                 <li class="guide">
                                     <p class="step_title">STEP <span>02</span></p>
                                     <div class="step_con">
-                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="관리자 승인 아이콘"></div>
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="관리자 승인 아이콘"></div>
                                         <dl>
-                                            <dt>관리자 승인</dt>
-                                            <dd>승인 완료 시 문자 안내</dd>
+                                            <dt>문자 연동 API 신청</dt>
+                                            <dd>관리자 승인 후 사용 가능</dd>
                                         </dl>
                                     </div>      
                                 </li>
                                 <li class="guide">
                                     <p class="step_title">STEP <span>03</span></p>
                                     <div class="step_con">
-                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="아이피(IP) 등록 아이콘"></div>
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="아이피(IP) 등록 아이콘"></div>
                                         <dl>
-                                            <dt>아이피<span>(IP)</span> 등록</dt>
-                                            <dd>문자 API를 통해 문자 발송 서버 IP 등록</dd>
+                                            <dt>관리자 승인</dt>
+                                            <dd>승인 완료 시 문자 안내</dd>
                                         </dl>
                                     </div>    
                                 </li>
                                 <li class="guide">
                                     <p class="step_title">STEP <span>04</span></p>
                                     <div class="step_con">
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="API 연동 아이콘"></div>
+                                        <dl>
+                                            <dt>아이피(IP) 등록</dt>
+                                            <dd>문자 API를 통해<br>문자 발송 서버 IP 등록</dd>
+                                        </dt>
+                                    </div>    
+                                </li>
+                                <li class="guide">
+                                    <p class="step_title">STEP <span>05</span></p>
+                                    <div class="step_con">
                                         <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div>
                                         <dl>
                                             <dt>API 연동</dt>
-                                            <dd>API 사용 매뉴얼 및 샘플링을 통해 누구나 손쉽게 연동 가능</dd>
+                                            <dd>API 사용 매뉴얼 및 샘플링을<br>통해 누구나 손쉽게 연동 가능</dd>
                                         </dt>
                                     </div>    
-                                </li>                                
+                                </li>
                             </ul>
                         </div>                          
                     </div>
                     <!--// 사용 절차 설명-->
+
+
+                    <div class="api_intro api_guide kakao_intro" id="tab5_2">
+                        <div class="title">
+                            <h3>카카오톡 연동(API) 사용 절차</h3>
+                        </div>
+
+                        <div class="title-line">
+                            <div class="left-line"></div>
+                            <div class="right-line"></div>
+                        </div>
+
+                        <div class="con">                       
+                            <ul class="api_process_guide">
+                                <li class="guide">
+                                    <p class="step_title">STEP <span>01</span></p>
+                                    <div class="step_con">
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_00.png" alt="문자 API 신청 아이콘"></div>
+                                        <dl>
+                                            <dt>발신프로필 사전 등록</dt>
+                                            <dd>발송에 필요한 발신프로필<br>등록 필요</dd>
+                                        </dl>
+                                    </div>    
+                                </li>
+                                <li class="guide">
+                                    <p class="step_title">STEP <span>02</span></p>
+                                    <div class="step_con">
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_01.jpg" alt="관리자 승인 아이콘"></div>
+                                        <dl>
+                                            <dt>카카오톡 연동<br>API 신청</dt>
+                                            <dd>관리자 승인 후 사용 가능</dd>
+                                        </dl>
+                                    </div>      
+                                </li>
+                                <li class="guide">
+                                    <p class="step_title">STEP <span>03</span></p>
+                                    <div class="step_con">
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_02.jpg" alt="아이피(IP) 등록 아이콘"></div>
+                                        <dl>
+                                            <dt>관리자 승인</dt>
+                                            <dd>승인 완료 시 문자 안내</dd>
+                                        </dl>
+                                    </div>    
+                                </li>
+                                <li class="guide">
+                                    <p class="step_title">STEP <span>04</span></p>
+                                    <div class="step_con">
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_03.jpg" alt="API 연동 아이콘"></div>
+                                        <dl>
+                                            <dt>아이피(IP) 등록</dt>
+                                            <dd>카카오톡 API를 통해<br>문자 발송 서버 IP 등록</dd>
+                                        </dt>
+                                    </div>    
+                                </li>
+                                <li class="guide">
+                                    <p class="step_title">STEP <span>05</span></p>
+                                    <div class="step_con">
+                                        <div class="icon"><img src="/publish/images/api_intro_cont/api_guide_04.jpg" alt="API 연동 아이콘"></div>
+                                        <dl>
+                                            <dt>API 연동</dt>
+                                            <dd>API 사용 매뉴얼 및 샘플링을<br>통해 누구나 손쉽게 연동 가능</dd>
+                                        </dt>
+                                    </div>    
+                                </li>
+                            </ul>
+                        </div>                          
+                    </div>
+
                     <!--// 소개 내용-->  
                 </div>                
             </div>            
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -2042,17 +2042,18 @@
 .api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
 .api_guide_cont .api_intro .title-line .left-line{width:33%; height: 2px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -15px;}
 .api_guide_cont .api_intro .title-line .right-line{width:33%; height: 2px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -15px;}
+.api_guide_cont .api_intro.kakao_intro .title-line .left-line,.api_guide_cont .api_intro.kakao_intro .title-line .right-line{width:25%;}
 .api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
 .api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
-.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 60px)/4); padding: 0; border-radius: 5px; margin: 0 60px 0 0; text-align: center;}
-.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -46px; top: 50%; transform: translateY(-50%); z-index: 1;}
+.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 15px)/5); padding: 0; border-radius: 5px; margin: 0 15px 0 0; text-align: center;}
+.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -23px; top: 50%; transform: translateY(-50%); z-index: 1;}
 .api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
 .api_guide_cont .api_process_guide li:last-child::after{display: none;}
 .api_guide_cont .api_process_guide .step_title {background:#fbc72b; font-size:18px; text-align: center; border-radius:10px 10px 0 0; padding:10px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
 .api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
 .api_guide_cont .api_process_guide .step_con {height:250px; background:#fff;  border-radius:0 0 10px 10px; text-align: center; padding:25px 0 25px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
-.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;}
-.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 17px; font-weight: 300;  line-height: 1.2; padding:0 10px;}
+.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 19px; text-align: center; margin:20px 0 6px 0;}
+.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 14px; font-weight: 400;  line-height: 1.2; padding:0 10px;}
 
 /* api - 사용안내  */
 .api_guide {display: none;}
@@ -2068,6 +2069,8 @@
 .api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
 .api_guide_cont .box .text table th {width:210px; text-align: left; text-indent: 18px; line-height: 1.2; background:#f5f5f5; font-size:16px; padding:10px 0;}
 .api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
+
+.api_guide_cont .api_guide#tab5_1 .list_tab_wrap2.type3 li{width:calc(100%/5)}
 		/* // api 사용안내, 예제 다운로드 공통 사용*/
 .api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
 .api_guide_cont .re_cont .type_table table thead th {border-top:1px solid #000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; padding: 15px 0; }
@@ -2105,6 +2108,7 @@
 
 /* api - 신청/관리 */
 .api_guide_cont .api_admin {margin:0 0 60px 0; }
+.api_guide_cont .api_admin .info{margin:0 0 30px 0;}
 .api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
 .api_guide_cont .api_admin .tb_wrap_t1{ width: 100%; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box; border-bottom: 0 none;}
 .api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
src/main/webapp/publish/js/content.js
--- src/main/webapp/publish/js/content.js
+++ src/main/webapp/publish/js/content.js
@@ -698,6 +698,9 @@
 	$(".api_guide_con").not($tabCn).removeClass("current");
 	$(".api_guide_con").not($tabCn).fadeOut(0);
 
+	$(".api_guide_con").not($tabCn).removeClass("current");
+	$(".api_guide_con").not($tabCn).fadeOut(0);
+
 	currTabId = tabId;
 
 }
Add a comment
List