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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
|
<? session_start(); @extract($_REQUEST); if(!isset($_SESSION['id'])) $_SESSION['id'] = ""; // Notice Error 방지
if(!isset($sname)) $sname = ""; // Notice Error 방지 if(!isset($id)) $id = ""; // Notice Error 방지
$nowDate = date("Y-m-d", time());
/* jyh 디버깅 함수 */ function prt($data=null, $size=0) { //if (!isdev()) return; ob_start(); print_r($data); $content_text = ob_get_contents(); ob_end_clean(); $content_list = explode("\n", $content_text); $rows = count($content_list); $cols = 0; foreach ($content_list as $line) { if (($col = mb_strlen($line)) > $cols) { $cols = $col; if ($cols > 128) $rows++; } } $rows += 2; $cols += 2; if (!headers_sent()) { header('Content-type: text/html; charset=utf-8'); } echo '<textarea cols="' . $cols . '" rows="' . $rows . '"'; echo ' style="display:block; margin:0; padding:5px; border:1px solid #999;'; if ($size) echo ' width:' . $size . 'px;'; echo ' font-family:Hwsr_9pt, Gulimche; font-size:9pt;">'; echo $content_text; echo '</textarea>'; } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>엠제이소프트</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <!-- 호환성 보기 적용 North Carolina State University --> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,IE=EmulateIE8,IE=EmulateIE9,IE=EmulateIE10,IE=EmulateIE11" /> <link rel="stylesheet" type="text/css" href="css/basic.css" /> <script type="text/javascript" src="/js/jquery-1.8.3.min.js"></script>
<!--<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-title" content="AMP by Example"> <link rel="icon" type="image/png" sizes="228x228" href="/favicons/coast-228x228.png"> <meta name="mobile-web-app-capable" content="yes"> <meta name="theme-color" content="#ffffff"> <meta name="application-name" content="엠제이소프트"> <link rel="yandex-tableau-widget" href="/favicons/yandex-browser-manifest.json"> <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png"> <link rel="shortcut icon" href="/favicons/favicon.ico"> <link rel="manifest" href="/manifest.json">-->
<script> </script>
</head>
<style> /* 상단메뉴바 */ .wrap{background:#fff;} .top1{height:0.5px; background:#47b9ef;position:relative;} .top{height:10px; background:#47b9ef;} .top_menu{display:block; background:#fff;height:53px;} .menu_btn{position:relative;width:100px; height:25px;background:#47b9ef;z-index:99;float:right;} #trapeze{width:20px; height:0px; border-bottom:25px solid #fff; border-left:-50px solid transparent; border-right:10px solid transparent;} #trapeze img{left:20px;}
/* 상단메뉴 고정 */ .sticky {position: fixed;top:0;width:100%;z-index:99;} .sticky + .content {padding-top:102px;}
/* 메인페이지 상단서브메뉴바 */ .sub_menu{display:block; background:#012d6a;height:40px;} .sub_menu ul{position:relative;padding:10px 0;color:#fff;margin-left:10px;} .sub_menu li a {position:relative; display:block;text-align:center;color:#fff;font-weight:600;font-size:14px;} .sub_menu li{position:relative;display:inline-block;width:22%;}
/* 페이지 상단탭메뉴바 */ /* 회사소개 상단탭메뉴바 */ .tap_menu{display:block; background:#686869;height:40px;} .tap_menu ul{position:relative;padding:10px 0;color:#fff;margin-left:10px;} .tap_menu li{position:relative;display:inline-block;width:30%;text-align:center;color:#fff;font-weight:600;cursor: pointer;}
/* 좌측메뉴 */ .sidenav {height:100%;width:0;position:fixed;z-index:999;top:0;left:0;background-color:#fff;overflow-x:hidden;transition:0.5s;} .sidenav img{z-index:999;} .sidenav a {padding:8px 0px 8px 10px;text-decoration:none;font-size:14px;font-weight:600;color:#000;display:block;transition:0.3s;} .sidenav .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;} .dropdown-btn {padding: 15px 0px 15px 10px;text-decoration: none;font-size: 16pt;font-weight:600;color: #012d6a; display: block; border: none;background-color:#f4fafe;width: 250px; text-align: left;cursor: pointer;outline: none;font-family:나눔고딕, NanumGothic, 'NanumGothicWeb', "Malgun Gothic", "돋움", dotum;border-bottom:1px solid #012d6a;} .dropdown-container {display: none;background-color: #fff;} .dropdown-container a{background-color: #fff;}
/*상담요청 우측하단배너*/ .cs_icon a{position:fixed;bottom:20px;right:15px;max-width:100%;text-align:right;z-index:999;}
/*좌측메뉴 추가구성*/ .left_nav_list{overflow-y:auto;margin-bottom:30px;} .left_nav_list h4{background: #012d6a;height: 50px;text-align: center; padding-top: 20px;} .left_nav_list h4 img{width:250px;height:auto;} .left_nav_list ul li ul{background: #f5f5f5;margin:5px 10px;border-top: 3px solid #012d6a;} a.left_nav_title{color: #012d6a;font-weight: bold;font-size: 16px;margin-top:5px;} a.left_nav_title button{float:right;margin-right: 15px;background: #4a4a4a;color: #fff;width: 67px;height: 30px;margin-top: -4px;border: none;border-radius: 5px;font-size: 12px;} li.left_nav_app{width: 50%;float: left;border-bottom: 1px dashed #000;box-sizing: border-box;background: #f5f5f5;} li.left_nav_app:nth-child(2n-1){border-right: 1px dashed #000;} li.left_nav_app:nth-child(5), li.left_nav_app:nth-child(6){border-bottom:none;} li.left_nav_app a img{float: left;margin-right:5px;} li.left_nav_app a span{font-size: 13px;font-weight: 600;color: #000;}
.left_nav_bottom{background:#4a4a4a;height:140px;width: 280px;} .left_nav_bottom h2{text-align: center;color: #fff;padding-top: 15px;} .left_nav_bottom h2 a{color:#59c7fb;font-size:28px;font-weight:600;display: inline-block;padding: 0;}
.left_nav_bottom ul{margin-left: 20px;margin-top:10px;} .left_nav_bottom ul li{width: 120px;float: left;margin-bottom: 5px} .left_nav_bottom ul li a{font-size: 13px;font-weight: 600;color: #fff;border:1px solid #fff;text-align:center;margin-right:5px;} .left_nav_bottom ul li a img{margin-right:5px;} </style>
<body> <? // Notice Error 방지 if(!isset($cuscode)) $cuscode = ""; if(!isset($sacode)) $sacode = ""; ?> <div class="wrap"> <!--좌측메뉴바--> <div id="mySidenav" class="sidenav"> <div class="left_nav_list"> <h4><img src="./images/intro/left_menu_toplogo.png" onclick="closeNav()"></h4> <ul> <li><a href="./product.php" class="left_nav_title">제품소개<button onclick="location.href='./product.php'">전체보기</button></a> <ul> <li><a href="./product_smart.php">스마트폰 영업관리</a></li> <li><a href="http://www.ebizmall.co.kr/b2bmall.php" target="_blank">B2B쇼핑몰(도매Mall)</a></li> <li><a href="http://www.ebizmall.co.kr/openmarket.php" target="_blank">오픈마켓 통합관리</a></li> <li><a href="http://www.freetalk.biz/" target="_blank">인공지능AI 프리톡</a></li> <li><a href="./paper.php">용지 보기/주문</a></li> <li><a href="./hardware.php">하드웨어 보기/주문</a></li> </ul> </li> <li><a href="#" class="left_nav_title">경영관리 앱설치</a> <ul> <li class="left_nav_app"><a href="https://play.google.com/store/apps/details?id=co.mjsoft.jego3s"><img src="./images/intro/left_menu_app_1.png"><span>스마트<br>영업관리3S</span></a></li> <li class="left_nav_app"><a href="https://play.google.com/store/apps/details?id=mijin.jego1"><img src="./images/intro/left_menu_app_2.png"><span>스마트<br>영업관리S</span></a></li> <li class="left_nav_app"><a href="https://play.google.com/store/apps/details?id=mijin.mobileorder"><img src="./images/intro/left_menu_app_3.png"><span>스마트<br>수발주앱</span></a></li> <li class="left_nav_app"><a href="https://play.google.com/store/apps/details?id=co.mjsoft.pockets"><img src="./images/intro/left_menu_app_4.png"><span>스마트<br>포켓경영</span></a></li> <li class="left_nav_app"><a href="https://play.google.com/store/apps/details?id=mijin.smartpos"><img src="./images/intro/left_menu_app_5.png"><span>스마트<br>S POS</span></a></li> <li class="left_nav_app"><a href="https://play.google.com/store/apps/details?id=mjsoft.jego1ledger"><img src="./images/intro/left_menu_app_6.png"><span">스마트<br>원장조회앱</span></a></li> </ul> <!--<button class="dropdown-btn">제품소개 <i class="fa fa-caret-down"></i> </button> <div class="dropdown-container"> <a href="#">Link 1</a> <a href="#">Link 2</a> <a href="#">Link 3</a> </div>--> </li> </ul> </div> <div class="left_nav_bottom"> <h2>CS center <a href="tel:1566-8680">1566-8680</a></h2> <ul> <li><a href="http://mjsoft.co/html/millennium/intro.php?pcver=1"><img src="./images/intro/left_menu_bt_1.png">pc버전</a></li> <li><a href="./right_install.php"><img src="./images/intro/left_menu_bt_2.png">구매상담요청</a></li> <li><a href="./customeroffice.php"><img src="./images/intro/left_menu_bt_3.png">주요제휴사</a></li> <li><a href="./company.php"><img src="./images/intro/left_menu_bt_4.png">회사소개</a></li> </ul> </div> </div>
<!--상담요청 우측하단배너 <?php if(!(strpos($_SERVER['SCRIPT_NAME'],"right_install.php")>0)){ ?> <div id="rightBanner"> <div class="cs_icon"><a href="http://mjsoft.co/html/m/right_install.php" target="_blank"><img src="./images/intro/right_cs_kakao.png" alt="right_install"></a></div> </div> <?php } ?>--> <!--프리톡 상담요청 우측하단--> <style> #div_happytack { position:fixed; right:120px; bottom:30px} #chat_img2 { display:none; } #div_mjtack { position:fixed; right:30px; bottom:30px;} #div_freetalk { position:fixed; right:100px; bottom:30px;} </style> <script> var lastScrollY = 0; $(function(){ $("#div_mjtack a").mouseenter(function(){ $("#chat_img1").hide(); $("#chat_img2").show(); }); $("#div_mjtack a").mouseleave(function(){ $("#chat_img1").show(); $("#chat_img2").hide(); }); </script> <div id="div_mjtack"><a href="#" onclick="window.open('https://freetalk.biz/anonymous?code=20181230162927','name','resizable=no width=479 height=844');return false"><img src="http://mjsoft.co/html/millennium/img/quick_talk_bf.png" id='chat_img1'><img src="http://mjsoft.co/html/millennium/img/quick_talk.png" id='chat_img2'></a></div>
<!--상단메뉴바--> <div class="top1"> </div> <div class="header" id="navbar"> <div class="top_menu"> <!--menu_btn,logo,kakao--> <div class="top"> </div> <div class="menu_btn"><div id="trapeze" style="cursor:pointer" onclick="openNav()"><img src="http://mjsoft.co/html/m_renew/images/common/menu_btn.png" alt="menu_btn" style="max-width:90px;"></div></div> <a class="top_logo" href="./index.php"><img src="http://mjsoft.co/html/m_renew/images/common/top_logo.png" alt="top_logo" style="max-width:125px; margin:7px 18px 7px;"></a> </div>
<script> window.onscroll = function() {myFunction()};
var header = document.getElementById("navbar"); var sticky = header.offsetTop;
function myFunction() { if (window.pageYOffset >= sticky) { header.classList.add("sticky"); } else { header.classList.remove("sticky"); } }
//사이드메뉴 function openNav() { document.getElementById("mySidenav").style.width = "280px"; }
function closeNav() { document.getElementById("mySidenav").style.width = "0"; }
/* Loop through all dropdown buttons to toggle between hiding and showing its dropdown content - This allows the user to have multiple dropdowns without any conflict */ var dropdown = document.getElementsByClassName("dropdown-btn"); var i;
for (i = 0; i < dropdown.length; i++) { dropdown[i].addEventListener("click", function() { this.classList.toggle("active"); var dropdownContent = this.nextElementSibling; if (dropdownContent.style.display === "block") { dropdownContent.style.display = "none"; } else { dropdownContent.style.display = "block"; } }); }
</script>
|