/home/mjc1/public_html/html/millennium/millennium_demo_old_bak.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
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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>


<?php


// ¸î¸íÀÌ ÀÌ ÆäÀÌÁö¿¡ µé¾î¿Ô´ÂÁö Ä«¿îÆÃ
if($_SERVER['REMOTE_ADDR']!='58.151.27.172' && $_SERVER['REMOTE_ADDR']!='115.138.35.2' && $_SESSION['demo_cnt_flg'] != "1"){ // »ç³»ÀÇ ´ë±¸, ¼­¿ï ¾ÆÀÌÇǰ¡ ¾Æ´Ò °æ¿ì¿¡¸¸

    
$today date("Y-m-d"); // ¿À´Ã³¯Â¥
    
$time date("H");
    
$page basename($_SERVER['PHP_SELF']);
    if(
end(explode('.'basename($_SERVER['PHP_SELF']))) == "php") {
        
$sql "SELECT * FROM mBoard_page_count WHERE inflow_date = '{$today}' AND page = '{$page}' ORDER BY inflow_time DESC";
        
$res mysql_query($sql,$connect_web);
        
$row mysql_fetch_array($res);

        if(!
$row || $row['inflow_time'] != $time){ // µ¥ÀÌÅͰ¡ ¾øÀ» ¶§
            
$insertsql "INSERT INTO mBoard_page_count(inflow_date, inflow_time, count, page, page_kr) VALUES ('{$today}', '{$time}', 1, '{$page}', 'üÇèÆÇ ¼³Ä¡')";
            
mysql_query($insertsql,$connect_web);
        } else { 
// µ¥ÀÌÅͰ¡ ÀÖÀ» ¶§
            
$updatesql "UPDATE mBoard_page_count SET count = count+1 WHERE inflow_date = '{$today}' AND inflow_time = '{$time}' AND page = '{$page}'";
            
mysql_query($updatesql,$connect_web);
        }
    }

    
$_SESSION['demo_cnt_flg'] = "1";
}


?>
<style>
.demo_tit{height:280px;}
.demo_tit{background:url('./images/millennium/demo/main_demo_tit_bg.jpg') no-repeat;text-align:center;line-height:280px;}
.demo_wrap{position:relative;width:1200px;margin:0 auto;padding:40px 0;text-align:center;}

/*Ŭ¶ó¿ìµå&»ç³» ¹öÀü*/
.demo_version_box{background:url('./images/millennium/demo/demo_version_bg.png') no-repeat;text-align:center;padding:50px 0;background-size: 2500px;}
.demo_version_pro{text-align:center;    width: 1200px;margin: 0 auto;padding-top:30px;}
.demo_version_pro li{width:720px;display:inline-block;}
.demo_version_pro li h5{font-size: 28px;font-weight: 600;color: #072a5f;margin-bottom: 30px;}
.version_cs{height:360px;background: url('./images/millennium/demo/demo_version_cs_bg1.png') no-repeat #006cc1;box-sizing: border-box;padding:60px 0;}
.version_cs > div{width: 440px;margin: 0 auto;}
.version_cs > div::after{content: '';display: block;clear: both;}
.version_cs > div > div{float: left;background: #fff;box-sizing: border-box;padding: 15px 0;width: 210px;margin-top: 40px;font-size: 20px;line-height: 23px;height: 53px;font-weight: 600;color:#006cc1;cursor:pointer;}
.version_cs > div > div{animation: btn_ani 4s linear infinite;}
.version_cs > div > div img{margin-top: -3px;}
.version_cs > div > div:not(:last-child){margin-right: 20px;}
@keyframes btn_ani{
    0%{opacity: 0%;}
    50%{opacity: 100%;}
    100%{opacity: 0%;}
}
.version_cs > div > div:hover{background:#eee;}
.version_lc{height:240px;background:#072a5f;padding:60px 0;}
.version_lc div{background: #fff;padding: 15px 0;width: 260px;margin: 0 auto;margin-top: 40px;font-size: 20px;font-weight: 600;color:#072a5f;cursor:pointer;}
.version_lc div:hover{background:#eee;}
.demo_version_btn{text-align:center;padding-top:40px;}
.demo_version_btn a{display:block;border-radius: 30px;background: #fff;width:180px;height: 42px;box-sizing: border-box;border: 3px solid #616161;height: 100%;line-height: 38px;font-size: 18px;font-weight: bold;}
.demo_version_btn li{margin-right: 30px;display:inline-block;width:180px;transition:0.3s;}
.demo_version_btn li:last-child{margin-right: 0px;}
/* .demo_version_btn li:nth-child(2){border-radius: 30px;background: #3e3e3e;width:250px;padding:15px 0;font-size: 18px;font-weight: bold;color:#fff;} */
.demo_version_btn li:hover a{background:#3E3E3E;color:#fff;}
/* .demo_version_btn li:hover:nth-child(2){background:#000;} */
/*¿òÁ÷À̴ 15ÀÏ ¹«·á»ç¿ë*/
.top_point_move{text-align: center;white-space: nowrap;border-radius: 2px;font-size: 14px;font-weight: bold;color: #fff;top:5px;animation: top_point_move 1s infinite alternate;left: -60px;top:30px;padding:0;}
@keyframes top_point_move {
    0% {opacity: 1;}
    50% {opacity: 1;transform: translateX(0) translateY(10px) translateZ(0px);}
    100% {opacity: 1;}
}
/*õ³â°æ¿µ °ü·Ã »óǰ*/
.demo_link_box{background:url('./images/millennium/demo/link_bg.png') no-repeat;text-align:center;height: 450px; padding: 80px 0;}
.demo_link_box ul{width: 1200px;margin: 0 auto;}
.demo_link_box ul li{width:460px;float:left;;width:280px;height:260px;background:#fff;border-radius:10px;margin-right:25px;text-align:center;padding:30px 0 20px;}
.demo_link_box ul li:hover{background:#e2ebf4;}
.demo_link_box ul li:last-child{margin-right:0;}
.demo_link_box ul li p{font-weight: 600;font-size: 17px;margin: 20px 0;padding-bottom: 20px;line-height: 20px;border-bottom: 2px solid #dadada;}
.link_li_img{width:110px;height:90px;background:#eee;margin:0 auto;border-radius:100px;padding-top:20px;font-weight:600;}
.link_li_img img{margin-bottom:5px;}
.link_li_img_af{display:none;width:110px;height:70px;background:#4c4c4c;margin:0 auto;border-radius:100px;padding-top:40px;font-weight:600;}
.demo_link_box ul li:hover .link_li_img{display:none;}
.demo_link_box ul li:hover .link_li_img_af{display:block;}
.link_li_btn{display: inline-block;}
.link_btn_left{float:left;text-align:left;line-height:20px;font-size:12px;font-weight:600;color:#000;}
.link_btn_left span{font-size:16px;font-weight:600;color:#000;}
.link_btn_right{float: left;padding: 10px 15px;background: #146ed8; border-radius: 30px;margin-left: 10px;color:#fff;font-size:14px;font-weight:600;}
.link_btn_right:hover{background: #0a58b3;}
.demo_link_box ul li:nth-child(2n) .link_btn_right{background:#4c4c4c;}
.demo_link_box ul li:nth-child(2n) .link_btn_right:hover{background:#313131;}
.link_btn_right:hover{background: #0a58b3;}
.link_btn_right span{font-size:11px;font-weight:400;}
/*°í°´¼¾ÅÍ*/
.demo_call_box img{margin-bottom:50px} 
.demo_call_box{background:url('./images/millennium/demo/call_bg.png') no-repeat;text-align:center;height: 280px;padding: 80px 0;}
/*¿ø°Ý¼³Ä¡*/
.error_area {position:relative;display:block;margin:0 auto;/* width:990px; */}
/* #download1, #download2 { position:absolute;width:430px;height:280px;background:url('./images/banner_cs3/download_bg_1.png') no-repeat;z-index: 100;} */
#manual { position:absolute; padding:2px 0 0; width:200px; height:37px; background:url('./images/millennium/btn_area2.png') no-repeat; z-index: 100;}
#manual .manual_txt {color:#ff6600;height:19px;font-size:13px;text-align:center;font-weight:600;letter-spacing:-1px;}
/* .error_area .text {margin:0 0 5px;padding:65px 0 0;color:#555;font-size:13px;text-align:center;letter-spacing:0.5px;} */
/* .error_area .big {font-size:16px;font-weight:600;line-height:17px;} */
/* .orange {color:#ff6600;font-weight:600;}
.sky {color:#585CBD;font-weight:600;} */

/* .close_btn {position:absolute;top:15px;right:15px;width:50px;height:50px;cursor:pointer;} */
/* .btn_area {width:265px;margin:0 auto;} */
.btn_area .install_btn {margin-left:5px;}
.orange_btn {
    display:block;float:left;width:130px;height:45px;line-height:45px;
    color:#fff;font-size:14px;font-weight:600;text-align:center;text-decoration:none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff8400), color-stop(1, #db5304));
    background:-moz-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:-webkit-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:-o-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:-ms-linear-gradient(top, #ff8400 5%, #db5304 100%);
    background:linear-gradient(to bottom, #ff8400 5%, #db5304 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400', endColorstr='#db5304',GradientType=0);
    background-color:#ff8400;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.orange_btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #db5304), color-stop(1, #ff8400));
    background:-moz-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:-webkit-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:-o-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:-ms-linear-gradient(top, #db5304 5%, #ff8400 100%);
    background:linear-gradient(to bottom, #db5304 5%, #ff8400 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db5304', endColorstr='#ff8400',GradientType=0);
    background-color:#db5304;
}.green_btn {
    display:block;float:left;width:130px;height:45px;line-height:45px;
    color:#fff;font-size:14px;font-weight:600;text-align:center;text-decoration:none;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9cc720), color-stop(1, #7da117));
    background:-moz-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:-webkit-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:-o-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:-ms-linear-gradient(top, #9cc720 5%, #7da117 100%);
    background:linear-gradient(to bottom, #9cc720 5%, #7da117 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cc720', endColorstr='#7da117',GradientType=0);
    background-color:#9cc720;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    cursor:pointer;
}
.green_btn:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7da117), color-stop(1, #9cc720));
    background:-moz-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:-webkit-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:-o-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:-ms-linear-gradient(top, #7da117 5%, #9cc720 100%);
    background:linear-gradient(to bottom, #7da117 5%, #9cc720 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7da117', endColorstr='#9cc720',GradientType=0);
    background-color:#7da117;
}


.ui-dialog{padding:0px;border:0px;border-radius:0px;background:transparent;}
.ui-widget-header{background:none;border:0px;height:42px;border-radius:0px;}
.ui-dialog-title{font-size:0px;overflow:visible !important;position:relative;}
.ui-dialog-title::before{content:'';position:absolute;top:10px;left:0px;width:129px;height:25px;background:url('images/ui_icons/head_title.png') no-repeat;}
.ui-button{width:32px !important; height:32px !important; border:0px !important;border-radius:0px !important;background:transparent !important;top:32% !important;-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.ui-button-icon-primary{width:32px !important;height:32px !important; background:url('images/ui_icons/button_close.png') no-repeat !important;margin:0px !important;left:0 !important;top:0% !important;}
.ui-button-text{padding:0px !important;}
#modal_member_box, #modal_member_box2{padding: 0px !important;background:#fff;}
#modal_member_box #pop_box_iframe body{display:flex !important;justify-content:center !important;}
.ui-widget-overlay{background:#000;opacity:.8;}
button:focus, button:active {outline: none;box-shadow: none;}

/* 23.08.03¼öÁ¤ */
#download1, #download2{position: absolute;width: 440px;height: 336px;z-index: 100;}
.error_area .header{width: 100%;height: 48px;border-radius: 20px 20px 0px 0px;background: #282A39;color: #fff;text-align: center;font-size: 19px;font-weight: 600;line-height: 48px;margin: 0px !important;}
.error_area .content{width: 100%;height: 288px;border-radius: 0px 0px 20px 20px;background: #fff;text-align: center;box-sizing: border-box;border: 2px solid #9A9EBA;border-top: 0px;}
.btn_area{width: 320px !important;margin: 0 auto;}
.btn_area .purple_btn{display: inline-block;width: 152px;height: 48px;line-height: 48px;border-radius: 10px;font-size: 16px;letter-spacing: -1.2px;background: #848BBB;color: #fff;text-align: center;font-weight: 600;cursor: pointer;}
.btn_area .purple_btn:hover{background: #4451B1;}
.btn_area .orange_btn{display: inline-block;width: 152px;height: 48px;line-height: 48px;border-radius: 10px;font-size: 18px;letter-spacing: -1.2px;background: #E99976;color: #fff;text-align: center;font-weight: 600;cursor: pointer;}
.btn_area .orange_btn:hover{background: #F0713A;}
.text .orange{color: #F14848;}
.error_area .close_btn {position:absolute;top:15px !important;right:26px !important;width:18px !important;height:18px !important;cursor:pointer;}
.error_area .close_btn img{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}

[aria-describedby="modal_member_box2"]{border-radius: 20px;}
[aria-describedby="modal_member_box2"] .ui-widget-header{padding: 0px;background: #282A39;}
[aria-describedby="modal_member_box2"] .ui-dialog-title{font-size: 19px;text-align: center;color: #fff;width: 100%;margin: 0px !important;line-height: 42px;}
[aria-describedby="modal_member_box2"] .ui-dialog-title::before{display: none;}
[aria-describedby="modal_member_box2"] .ui-dialog-titlebar-close{width: 18px !important;height: 18px !important;top: 50% !important;right: 26px !important;}
[aria-describedby="modal_member_box2"] .ui-button-icon-primary{width: 18px !important;height: 18px !important;background: url('./images/banner_cs3/close_btn.svg') no-repeat !important;background-size: contain !important;}
#modal_member_box2{box-sizing: border-box;border: 2px solid #9A9EBA;border-top: 0px;border-radius: 0px 0px 20px 20px;}

</style>
    <div class="demo_tit">
        <img src="./images/millennium/demo/main_demo_tit3-1.png">
    </div>
<!--¹«·á¼³Ä¡ -->    
<!-- <div class="error_area" style="position: fixed;z-index: 99;">
    <div id="download1">
        <div class="header">¿ø°Ý¼³Ä¡(±³À°)¿äû<a class="close_btn"><img src="./images/banner_cs3/close_btn.svg" alt="´Ý±â"></a></div>
        <div class="content">
            <div class="text" style="border-bottom: 1px dashed #808080;font-size: 16px;line-height: 18px;padding: 18px 0px;">
                ¼³Ä¡°¡ ¾ÈµÉ ¶§ <span class="big orange" style="font-weight: normal;">¹ÙÀÌ·¯½º ¶§¹®ÀÌ ¾Æ´Õ´Ï´Ù.</span><br>
                °¢Á¾ º¸¾È¼³Á¤À¸·Î ¼³Ä¡°¡ ¾ÈµÉ ¼ö ÀÖ½À´Ï´Ù.
            </div>
            <div class="text" style="margin-top: 32px;margin-bottom: 21px;font-size: 18px;line-height: 22px;">
                Á÷Á¢ ¼³Ä¡°¡ ¾ÈµÇ¸é <span class="big orange">¿ø°Ý¼³Ä¡(±³À°)</span> ¿äûÀ» ÇØ ÁÖ¼¼¿ä.<br>
                ±³À°Àü¹®°¡°¡ <span class="orange" style="font-weight: normal;">20ºÐ³» ¿ø°Ý</span>À¸·Î ¼³Ä¡ ÇØ µå¸³´Ï´Ù.
            </div>
            <div class="btn_area">
                <a  onclick="$('#download1').hide();" class="orange_btn" value="/download/MJmanagement3CS_setup.exe">Á÷Á¢¼³Ä¡</a>
                <a class="install_btn /green_btn purple_btn" value='82'>¿ø°Ý¼³Ä¡(±³À°)¿äû</a>
            </div>
            <div class="text" style="margin-top: 26px;font-size: 18px;line-height: 18px;color: #333;">¼³Ä¡¹®ÀÇ: <span style="font-size: 16px;font-weight: 600;">02)</span><span style="font-weight: 600;">401-5121 / 1566-8680</span></div>
        </div>
    </div>
    
    <div id="download2">
        <div class="header">¿ø°Ý¼³Ä¡(±³À°)¿äû<a class="close_btn"><img src="./images/banner_cs3/close_btn.svg" alt="´Ý±â"></a></div>
        <div class="content">
            <div class="text" style="border-bottom: 1px dashed #808080;font-size: 16px;line-height: 18px;padding: 18px 0px;">
                ¼³Ä¡°¡ ¾ÈµÉ ¶§ <span class="big orange" style="font-weight: normal;">¹ÙÀÌ·¯½º ¶§¹®ÀÌ ¾Æ´Õ´Ï´Ù.</span><br>
                °¢Á¾ º¸¾È¼³Á¤À¸·Î ¼³Ä¡°¡ ¾ÈµÉ ¼ö ÀÖ½À´Ï´Ù.
            </div>
            <div class="text" style="margin-top: 32px;margin-bottom: 21px;font-size: 18px;line-height: 22px;">
                Á÷Á¢ ¼³Ä¡°¡ ¾ÈµÇ¸é <span class="big orange">¿ø°Ý¼³Ä¡(±³À°)</span> ¿äûÀ» ÇØ ÁÖ¼¼¿ä.<br>
                ±³À°Àü¹®°¡°¡ <span class="orange" style="font-weight: normal;">20ºÐ³» ¿ø°Ý</span>À¸·Î ¼³Ä¡ ÇØ µå¸³´Ï´Ù.
            </div>
            <div class="btn_area">
                <a onclick="$('#download2').hide();" class="orange_btn" value="/download/MJmanagement3_setup.exe">Á÷Á¢¼³Ä¡</a>
                <a class="install_btn /green_btn purple_btn" value='81'>¿ø°Ý¼³Ä¡(±³À°)¿äû</a>
            </div>
            <div class="text" style="margin-top: 26px;font-size: 18px;line-height: 18px;color: #333;">¼³Ä¡¹®ÀÇ: <span style="font-size: 16px;font-weight: 600;">02)</span><span style="font-weight: 600;">401-5121 / 1566-8680</span></div>
        </div>
    </div>
</div> -->
<div class="error_area" style="position: fixed;z-index: 99;">
    <div id="manual">
        <p class="manual_txt">ÇѱÛ(Hwp)¼³¸í¼­ ÆÄÀÏ ´Ù¿î·Îµå</p>
    </div>
</div>

<!--¿ø°Ý¼³Ä¡-->
    <!--Ŭ¶ó¿ìµå&»ç³» ¹öÀü-->
    <div class="demo_version_box">
        <div class="top_point_move">
            <img src="./images/millennium/demo/main_demo_free2_2.png">
        </div>
        <ul class="demo_version_pro">
            <li>
                <h5>Ŭ¶ó¿ìµå¹öÀü</h5>
                <div class="version_cs">
                    <p><img src="./images/millennium/demo/m3_cs_icon-2.png"></p>
                    <div>
                        <div class="message1"><img src="./images/millennium/demo/demo_down.png" style="margin-right:5px;">üÇèÆÇ ¹«·á¼³Ä¡</div>
                        <div class="message3"><a href="./customermovie.php" style="color: #006cc1;"><img src="./images/millennium/demo/movie_guide.png" style="margin-right:5px;">µ¿¿µ»ó °­ÀÇ</a></div>
                    </div>
                </div>
            </li>
            <!-- <li>
                <h5>»ç³»¹öÀü</h5>
                <div class="version_lc">
                    <p style="padding-bottom:6px;"><img src="./images/millennium/demo/m3_lc_icon.png"></p>
                    <div class="message2"><img src="./images/millennium/demo/demo_down2.png" style="margin-right:5px;">üÇèÆÇ ¹«·á¼³Ä¡</div>
                </div>
            </li> -->
        </ul>
        <ul class="demo_version_btn">
            <!-- <li><a href="http://mjsoft.co/html/millennium/customerprice.php">°ßÀû¿äû</a></li> 
            <li class="show_correct_class">³ª¿¡°Ô ¸Â´Â Á¦Ç°Ã£±â</li> -->
            <li><a href="http://mjsoft.co/html/millennium/customer_buy_cs.php">µµÀÔ»ó´ã¿äû</a></li> 
            <li><a href="http://mjsoft.co/html/millennium/review_detail.php">»ç¿ëÈı⺸±â</a></li> 
            <li><a href="http://mjsoft.co/html/millennium/customeroffice.php">ÁÖ¿äÁ¦ÈÞ»ç</a></li> 
        </ul>
    </div>

    <div class="demo_wrap">
        <div style="position: relative;padding-bottom: 30px;">
            <img src="./images/millennium/demo/main_demo_pro.png" usemap="#demo_flow">
            <img src="./images/banner_cs3/m3_character.gif" style="position:absolute;left:-40px;bottom:50px;width:240px;">
        </div>
    </div>
<map name="demo_flow">
    <area shape="rect" coords="295,307,545,452" href="http://mjsoft.co/html/millennium/order_main.php" target="_blank">
    <area shape="rect" coords="567,308,817,453" href="http://www.easytax.kr/html/easytax/page/software/solution.php" target="_blank">
    <area shape="rect" coords="840,308,1090,453" href="http://mjsoft.co/html/millennium/spos_main.php" target="_blank">
    <area shape="rect" coords="840,140,1090,285" href="http://www.ebizmall.co.kr/" target="_blank">
    <area shape="rect" coords="567,140,817,285" href="http://mjsoft.co/html/millennium/product_pdamain.php" target="_blank">
    <area shape="rect" coords="295,139,545,284" href="http://mjsoft.co/html/millennium/smart_main.php" target="_blank">
</map> 



    <!--õ³â°æ¿µ °ü·Ã »óǰ
    <div class="demo_link_box">
        <p><img src="./images/millennium/demo/link_tit_sol.png" alt="õ³â°æ¿µ¿¬µ¿¼Ö·ç¼Ç" style="margin-bottom:50px;"></p>
        <ul>
            <li>
                <a href="http://mjsoft.co/html/millennium/smart_main.php">
                    <div class="link_li_img"><img src="./images/millennium/demo/link_icon_m3s.png" alt="½º¸¶Æ®Æù¾ÆÀÌÄÜ"><br>
                        <span>½º¸¶Æ®Æù<br>¿µ¾÷°ü¸®</span>
                    </div>
                    <div class="link_li_img_af"><img src="./images/millennium/demo/link_icon_click2.png" alt="»óǰŬ¸¯"></div>
                    <p>½º¸¶Æ®Æù(Android)À¸·Î<br>ÇöÀå¿¡¼­ ¿µ¾÷°ü¸®Çϴ Á¦Ç°</p>
                    <div class="link_li_btn">
                        <div class="link_btn_left">½Ç½Ã°£ ÀÚ·áÀü¼Û<br><span>õ³â°æ¿µ3S</span></div>
                        <div class="link_btn_right">»ó¼¼ÆäÀÌÁö <span>º¸±â ></span></div>
                    </div>
                </a>
            </li>
            <li>
                <a href="http://mjsoft.co/html/millennium/product_pdamain.php">
                    <div class="link_li_img"><img src="./images/millennium/demo/link_icon_pda.png" alt="õ³âpad¾ÆÀÌÄÜ"><br>
                        <span>PDA<br>¿µ¾÷°ü¸®</span>
                    </div>
                    <div class="link_li_img_af"><img src="./images/millennium/demo/link_icon_click2.png" alt="»óǰŬ¸¯"></div>
                    <p>PDA·Î ÇöÀå¿¡¼­<br>¿µ¾÷°ü¸®Çϴ Á¦Ç°</p>
                    <div class="link_li_btn">
                        <div class="link_btn_left">½Ç½Ã°£ ÀÚ·áÀü¼Û<br><span>õ³âPDA</span></div>
                        <div class="link_btn_right">»ó¼¼ÆäÀÌÁö <span>º¸±â ></span></div>
                    </div>
                </a>
            </li>
            <li>
                <a href="http://www.ebizmall.co.kr/b2bmall.php" target="_blank">
                    <div class="link_li_img"><img src="./images/millennium/demo/link_icon_b2b.png" alt="À̺ñÁî¸ô¾ÆÀÌÄÜ"><br>
                        <span>µµ¸Å¼îÇθô<br>°ü¸®</span>
                    </div>
                    <div class="link_li_img_af"><img src="./images/millennium/demo/link_icon_click2.png" alt="»óǰŬ¸¯"></div>
                    <p>¼îÇθô·Î °Å·¡Ã³ÀÇ<br>ÁÖ¹®(¼öÁÖ)À» ¹Þ´Â ¼Ö·ç¼Ç</p>
                    <div class="link_li_btn">
                        <div class="link_btn_left">õ³â°æ¿µ Çϳª·Î °ü¸®<br><span>B2B¼îÇθô</span></div>
                        <div class="link_btn_right">»ó¼¼ÆäÀÌÁö <span>º¸±â ></span></div>
                    </div>
                </a>
            </li>
            <li>
                <a href="http://www.ebizmall.co.kr/openmarket.php" target="_blank">
                    <div class="link_li_img"><img src="./images/millennium/demo/link_icon_b2b.png" alt="À̺ñÁî¸ô¾ÆÀÌÄÜ"><br>
                        <span>¿ÀǸ¶ÄÏ<br>°ü¸®</span>
                    </div>
                    <div class="link_li_img_af"><img src="./images/millennium/demo/link_icon_click2.png" alt="»óǰŬ¸¯"></div>
                    <p>ÁÖ¿ä 7°³ ¸¶ÄϺÎÅÍ<br>ÃÖ´ë 160°³ÀÇ ¿ÀǸ¶ÄÏ °ü¸®</p>
                    <div class="link_li_btn">
                        <div class="link_btn_left">õ³â°æ¿µ Çϳª·Î °ü¸®<br><span>¿ÀǸ¶ÄÏ °ü¸®</span></div>
                        <div class="link_btn_right">»ó¼¼ÆäÀÌÁö <span>º¸±â ></span></div>
                    </div>
                </a>
            </li>
        </ul>
    </div>-->
    
    <!--°í°´¼¾ÅÍ-->
    <div class="demo_call_box">
        <p><img src="./images/millennium/demo/main_demo_call.png" alt="°í°´¼¾Å͹øÈ£"></p>
        <p><img src="./images/millennium/demo/main_demo_intro.png" alt="õ³â°æ¿µµµÀÔ°úÁ¤"></p>
    </div>

<? include("./demo_popup_total.inc.php"); ?>
<? 
include("./Page/common/footer.php"); ?>