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
32
33
34
35
36
37
|
<? include_once("./_common.php"); include("header.php"); ?>
<script type="text/javascript"> function fileDown(type,name,cate2_code,category_code){ location.href = "../fileDownLoad.php?type="+type+"&filename="+name+"&cate2_code="+cate2_code+"&category_code="+ category_code ; } </script>
<div class="snb"> <p class="txt">고객센터 <span class="f11 blue">새로운 IT세상에 오신 것을 환영합니다.</span></p> </div>
<div class="cs_section"> <h2 class="screen_out">천년스마트발주 고객센터입니다.</h2> <article class="cs_bg"> <div class="cs_info"> <img src="./images/CScenter/tel.png" width="320" alt="고객센터 1566-8680, 구매상담 02-401-5121"> <ul class="screen_out"> <li>업무시간 : <strong>평일 : 9시~6시, 토요일 : 9시~1시, 점심시간 : 12시 30분~1시 30분, 국공휴일 휴무</strong></li> <li>대표전화 : <strong>고객센터 1566-8680, 구매상담 02-401-5121</strong></li> <li>입금계좌 : <strong>예금주 : 정일영 미진소프트, 농협 093-02-307376, 국민 337101-04-154613</strong></li> </ul> <a href="http://www.mijinsoft.co.kr/onlinecs/intro.php#" class="btn"><span class="screen_out">홈페이지 바로가기</span></a> <a href="javascript:fileDown('w_doc','jumun.hwp','06','18');" class="btn2" onclick="fileDown()"><span class="screen_out">사용자매뉴얼 다운로드</span></a> </div> </article>
</div>
<? include("footer.php"); ?>
|