/home/mjc1/public_html/onlinecs/mobile/index.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<? 
include_once("./_common.php");
include(
"header.php"); ?>

        <div class="main_section">
            <div class="m_tit_box" style="text-align:center;">
                <img src="./images/info/cs_icon.png" style="display:;width:80%;max-width:800px;">
                <br>
                <img src="./images/info/tit_icon_m.png">
                <h3>스마트폰 수발주</h3>
                <ul>
                    <li>* <span class="red bold">언제 어디서나</span> 스마트폰으로 발주를 넣으세요!</li>
                    <li>* <span class="red bold">발주등록 즉시</span> 수주처에서 <span class="red bold">확인이 가능</span>합니다!</li>
                    <!--li>* 본 솔루션은 <span class="blue bold">천년경영CS와 연동</span>하여 사용됩니다.</li-->
                </ul>
            </div>

            <h2 class="screen_out">천년스마트발주 업무흐름도</h2>
            
            <div class="flow_cs">
                <h3>천년경영 CS기준 수발주 시스템</h3>
                <img src="./images/info/cs_flow.png">
            </div>
            <div class="flow_tel">
                <h3>구매/도입상담</h3>
                <span class="red bold"><a href="tel:02-401-5121"><img src="./images/info/cs_tel.png"></a></span>
            </div>
        </div>


<? include("footer.php"); ?>