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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<?php include("head.php"); ?>
<style> .jassor_iframe_class {width:100%;height:420px;}
/*오픈마켓*/ #api_main{position: relative;width:100%;height: 588px;background: url("./images/api/api_lite_bg.png")center top no-repeat;overflow: hidden;z-index: 1;text-align:center;}
/* 쇼핑몰라이트소개 */ #lite_intro { padding:50px 0;height:540px;} #lite_intro h4 { margin:0 0 20px;font-size:2em;line-height:2em;} #lite_intro .pro_section .comment { margin:0 0 40px;line-height:1.35em;font-size: 1.25em;} .pro_content{margin:60px 0 40px;}
/* 쇼핑몰 라이트절차 */ #lite_process { padding:50px 0;height:580px;} #lite_process h4 { margin:0 0 20px;font-size:2em;line-height:2em;} #lite_process .pro_section .comment { margin:0 0 40px;line-height:1.35em;font-size: 1.25em;} .pro_content{margin:60px 0 40px;}
/* 쇼핑몰 라이트안내 */ #lite_pay { padding:50px 0;height:500px;} #lite_pay h4 { margin:0 0 20px;font-size:2em;line-height:2em;} #lite_pay .pro_section .comment { margin:0 0 40px;line-height:1.35em;font-size: 1.25em;} .pro_content{margin:60px 0 40px;}
#api_bottom_banner{position: relative;width:100%;}
</style> <div id="api_main"> <div style="width:1200px;margin:0 auto;margin-top:70px;"> <img src="./images/api/api_lite_title.png"> </div> </div> <div id="lite_intro"> <div id="wrap"> <div class="pro_section"> <h4>오픈마켓관리 <span style="color:#f86e23">LITE</span> 소개</h4>
<div class="comment">7개의 마켓을 천년경영 하나로 관리합니다.<br>복잡한 오픈마켓관리, 오픈마켓관리 LITE에 맞겨주세요.</div>
<p class="pro_content"><img src="./images/api/api_lite_pro.png" alt="ERP연동"></p> </div> </div><!--//id="wrap"--> </div><!--//main_diagram-->
<!--쇼핑몰 도입절차 --> <div id="lite_process" class='erp_info' style="background:#4d4d4d;"> <div id="wrap"> <div class="pro_section"> <h4 style="color:#fff;">오픈마켓관리 <span style="color:#f86e23">LITE</span> 도입절차</h4>
<div style="color:#fff;" class="comment">고객센터 <span style="font-weight:bold;color:#ffae00;;">1566-8680</span>으로 전화주시면 전문상담원이 <span style="font-weight:bold;color:#ffae00;">4개 오픈마켓 + 3개 소셜커머스</span>를</br> 천년경영 CS와 연동하여 통합관리 할 수 있도록 안내를 도와드립니다.</div>
<p class="pro_content"><img src="./images/api/api_lite_intro.png" alt="ERP연동"></p> </div><!--//pro_section--> </div><!--//id="wrap"--> </div><!--//main_pro-->
<!--쇼핑몰 도입절차 --> <div id="lite_pay" class='erp_info' style="background:#eee;"> <div id="wrap"> <div class="pro_section"> <h4>오픈마켓관리 <span style="color:#f86e23">LITE</span> 이용요금</h4>
<div" class="comment">주요 오픈마켓4개<span style="font-weight:600;color:#dc0711;">(옥션/지마켓/11번가/인터마크)</span>와 소셜커머스3개<span style="font-weight:600;color:#dc0711;">(위메프/쿠팡/티몬)</span>를<br>저렴한 비용으로 천년경영 하나로 통합관리 하세요.</div>
<p class="pro_content"><img src="./images/api/api_lite_pay.png" alt="ERP연동"></p> </div><!--//pro_section--> </div><!--//id="wrap"--> </div><!--//main_pro-->
<div id="api_bottom_banner"style="position: relative; width: 100%; height: 161px;background: url(./images/api/pro_banner.png)center top no-repeat;text-align:center;"> <div style="width:1200px;margin:0 auto;"> <a href="./api_pro.php"><img src="./images/api/pro_banner_text.png" style="margin-top:35px;"></a> </div> </div>
<?php include("foot.php"); //print_r($_SERVER);?>
|