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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
|
<?php include_once("./_common2.php"); ?>
<? include("./Page/common/header.php"); ?> <? if ($st_type != 'mail_cs') { include_once("popup_layer.php"); } ?><!--ÆË¾÷°øÁö--> <?php
// ¸î¸íÀÌ ÀÌ ÆäÀÌÁö¿¡ µé¾î¿Ô´ÂÁö Ä«¿îÆÃ if($_SERVER['REMOTE_ADDR']!='58.151.27.172' && $_SERVER['REMOTE_ADDR']!='115.138.35.2' && $_SESSION['joylent_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['joylent_cnt_flg'] = "1"; }
?> <style> @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap'); *{font-family: 'Nanum Gothic', sans-serif;}
#modal_member_box {height: 604px !important; padding-top:10px !important;padding-left:10px !important;} #modal_member_box iframe{height:99% !important;}
/* 24.02.15 ÀÌÇöÁ¤ ÆùƮü ¼öÁ¤ ÅÇ Å° Ãß°¡ */
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, p, address, pre, cite, form, fieldset, input, textarea, select, table, th, td, font, b {font-family: 'Pretendard', sans-serif;} #header span {font-family:'NanumGothic', 'Dotum', 'Gulim', 'Lucida Grande', Verdana, Helvetica, 'GmarketSansTTFMedium','NanumBarunGothic', sans-serif}
/* 07.25¼öÁ¤Áß */
.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{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;} #hw_dialog_flow{background:#fff !important;}
/* °øÅë */ .section {padding:60px 0; margin:0 auto; width:1100px; line-height:1; font-weight:400; letter-spacing:-1.2px;} .section h3 {font-size:36px; font-weight:400; color:#333; text-align:center} .section h3 b {font-weight:700; color:#36acc0;} .section h3 b em {color:#333; font-style:italic;}
#joy-func .section {padding:60px 0 0 0;} #joy-func .flex-box {position:relative; display:flex; flex-wrap:wrap; justify-content: space-between; align-items: center;} #joy-func .flex-box div {box-sizing:border-box; } #joy-func .flex-box .img-box {width:60%} #joy-func .flex-box .img-box img {max-width:100%} #joy-func .flex-box .tab-tit {width:40%; padding-left:30px} #joy-func .flex-box .tab-tit p {font-size:38px; color:#333; font-weight:700; margin-bottom:20px; position:relative; z-index:1} #joy-func .flex-box .tab-tit p::before {position:absolute; right:123px; top:-35px; display:block; width:45px; height:45px; border-radius:50%; border:15px solid #f5f5f5; content:''; z-index:-1} #joy-func .flex-box .tab-tit p::after {position:absolute; left:0; bottom:-23px; display:block; width:25px; height:1px; background-color:#333; content:'';} #joy-func .flex-box .tab-tit span {display:inline-block; margin-top:25px;font-size:23px; color:#888; line-height:1.5} #joy-func #tab .tab-menu ul {display: flex; flex-wrap:wrap; margin-top: 60px; width:100%} #joy-func #tab .tab-menu ul li {width: calc(100% / 8); font-size:21px; box-sizing: border-box; color:#aaa; text-align:center; display: block; cursor:pointer; transition: all 0.3s} #joy-func #tab .tab-menu ul li:nth-child(-n+8) {margin-bottom:30px;} #joy-func #tab .tab-menu ul li p {margin-top:20px; font-size:18px; font-weight:500} #joy-func #tab .tab-menu ul li img {background-color:#f8f8f8; padding:30px; box-sizing:border-box; border-radius:15px;} #joy-func #tab .tab-menu ul li.on { box-sizing: border-box; color:#333} #joy-func #tab .tab-menu ul li.on img {background-color:#fff5d1} #joy-func #tab .tab-contents { position: relative; width: 100%; height: 500px; overflow:hidden; box-sizing: border-box;} #joy-func #tab .tab-contents .tab-c {margin-top:30px; box-sizing: border-box; position: relative; width: 100%; display: none; background:#fff} #joy-func #tab .tab-contents .tab-c.on { position: relative; display: block; display: flex; justify-content: center; align-items: center;}
#joy-screen {background-color:#f8f8f8} #joy-screen .section {position:relative;} #joy-screen .section h3 {margin-bottom:50px} #joy-screen .section h3 b {color:#333} #joy-screen .screen-cont {display:flex; align-items: center;} #joy-screen .screen-cont > div {position:relative;width:50%} #joy-screen .screen-cont .screen-img img {max-width:100%} #joy-screen .screen-cont .screen-txt {padding-left:40px; box-sizing:border-box;} #joy-screen .screen-cont .screen-txt p {font-weight:700; color:#333; font-size:26px; margin-bottom:15px} #joy-screen .screen-cont .screen-txt span {color:#888; font-size:21px; line-height: 1.5; } #joy-screen .screen-cont .screen-txt ul {display:flex; margin-top:15px;} #joy-screen .screen-cont .screen-txt ul li {margin-right:15px} #joy-screen .bx-wrapper .bx-viewport {background-color:transparent} #joy-screen .bx-controls-direction {position:absolute; right:10px; bottom:auto; top:15px} #joy-screen .bx-wrapper .bx-controls-direction a {width:25px; height:25px;} #joy-screen .bx-wrapper .bx-prev {left:auto; right:43px; background: url(./images/joylent/icon/arrow-prev.png) no-repeat center center; background-size:cover} #joy-screen .bx-wrapper .bx-next {background: url(./images/joylent/icon/arrow-next.png) no-repeat center center; background-size:cover}
#joy-hw h3 b {color:#333} #joy-hw, #joy-customer {position:relative; display:block; width:100%; background-color:#e4f2f5} #joy-hw #tab2 {overflow:hidden;} #joy-hw #tab2 .tab2-menu {position: relative; width:450px; float:left} #joy-hw #tab2 .tab2-menu ul {display: flex; flex-wrap:wrap; margin-top: 60px; width:450px} #joy-hw #tab2 .tab2-menu ul li {width: calc(100% / 2); font-size:21px; box-sizing: border-box; color:#aaa; text-align:center; display: block; cursor:pointer;} #joy-hw #tab2 .tab2-menu ul li p {margin-top:20px; font-weight:500} #joy-hw #tab2 .tab2-menu ul li img {background-color:#f8f8f8; padding:25px 50px; box-sizing:border-box; border-radius:15px; max-width:75%} /* #joy-hw #tab2 .tab2-menu ul li:last-child img {background-color:#ccc; padding:25px; box-sizing:border-box; border-radius:15px;} */ #joy-hw #tab2 .tab2-menu ul li.on img {background-color:#c9533f; filter: invert(100%); } #joy-hw #tab2 .tab2-menu ul li.on { box-sizing: border-box; color:#333} #joy-hw #tab2 .tab2-contents { position: relative; float:right; width: 550px; height: 340px; margin-top:60px; overflow:hidden; box-sizing: border-box;} #joy-hw #tab2 .tab2-contents .tab2-c { box-sizing: border-box; position: relative; width: 100%; height: 100%; display: none;} #joy-hw #tab2 .tab2-contents .tab2-c.on { position: relative; display: block; border-radius:15px}
#joy-hw #tab2 .tab2-link {width:135px; margin-left:20px; height:135px; display:block; padding:30px; box-sizing:border-box; background-color:#666; border-radius:15px;} #joy-hw #tab2 .tab2-link:hover {background-color:#fca533}
#joy-customer {padding:60px 0;} #joy-customer h3 {font-size:36px; line-height:32px; color:#006585; text-align:center; margin-bottom:60px} #joy-customer .bx-wrapper {margin: 0 auto !important;} #joy-customer .bx-wrapper img {max-width:} #joy-customer .bx-wrapper .bx-viewport {background:transparent;}
#joy-choice {text-align:center} #joy-choice img {margin-top:50px} </style>
<!--¸ÞÀιè³Ê--> <div id="main_banner" style="height:530px"> <!-- <iframe class='m3_iframe_class' name='m3_iframe' src='millennium_main8_banner.inc.html?autoplay=1&loop=1&controls=0' scrolling="no" allow="autoplay"></iframe> --> <?php include("./millennium_main9_banner.inc.php"); ?> </div><!--main_banner-->
<!--Á¶ÀÌ·»Æ® ´ë¿© ¹Ý³³ ¾÷¹« ¾È³»--> <div id="joy-func"> <div class="section"> <h3><b>´ë¿©¡¤¹Ý³³ ¾÷¹«</b>¸¦ <b>Á¶ÀÌ·»Æ®</b>¿¡ ¸Ã°Ü ÁÖ¼¼¿ä<b><em>!</em></b></h3> <!-- TAB MENU ÅÇ ¸Þ´º --> <div id="tab"> <div class="tab-menu"> <ul> <li class="on"><img src="./images/joylent/icon/joy-func-15.png"><p>´ë¿© °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-16.png"><p>¹Ý³³ °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-01.png"><p>»óǰ °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-02.png"><p>POS Áö¿ø</p></li> <li><img src="./images/joylent/icon/joy-func-03.png"><p>¹Ì³³ ÇöȲ Á¶È¸</p></li> <li><img src="./images/joylent/icon/joy-func-04.png"><p>»óǰ Ä«Å×°í¸®</p></li> <li><img src="./images/joylent/icon/joy-func-05.png"><p>»óǰ Àϰýµî·Ï</p></li> <li><img src="./images/joylent/icon/joy-func-06.png"><p>°í°´ µî±Þ °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-07.png"><p>´ë¿©¿ä±Ý °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-08.png"><p>¹ÙÄÚµå¶óº§ Àμâ</p></li> <li><img src="./images/joylent/icon/joy-func-09.png"><p>ÁöÁ¡ °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-10.png"><p>Á÷¿ø °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-11.png"><p>ÆÇ¸Å °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-12.png"><p>¿¹¾à °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-13.png"><p>°í°´ ¼±ºÒ±Ý °ü¸®</p></li> <li><img src="./images/joylent/icon/joy-func-14.png"><p>µµ¼ ISBN ¿¬µ¿</p></li> </ul> </div> <div class="tab-contents">
<div class="tab-c on"> <div class="flex-box"> <div class="tab-tit"> <p>´Ù¾çÇÑ »óǰ ´ë¿©µµ ¼Õ½±°Ô</p> <span>Àå³°¨, µµ¼ »Ó¸¸ ¾Æ´Ï¶ó ´Ù¾çÇÑ »óǰÀ»<br>°í°´¿¡°Ô ´ë¿©ÇÒ ¼ö ÀÖ°í °ü¸®µµ °¡´ÉÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-15.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>»óǰ ¹Ý³³ ¾÷¹«µµ ¹Ù·Î</p> <span>°í°´ÀÌ ´ë¿©ÇÑ Ç°¸ñ¿¡ ´ëÇØ¼<br>¹Ý³³Ã³¸® ¹× °ü¸®µµ ¼Õ½±°Ô °¡´ÉÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-16.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>´Ù¾çÇÑ »óǰ°ü¸®</p> <span>µµ¼, Àå³°¨ ´ë¿© µî ƯÁ¤ »óǰ¿¡ ±¹ÇѵÇÁö ¾Ê°í, ´Ù¾çÇÑ »óǰ ´ë¿© ¹× ¹Ý³³¿¡ ´ëÀÀÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-01.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>Æí¸®ÇÑ POS Áö¿ø</p> <span>Á¶ÀÌ·»Æ®CS´Â POS ¼ºñ½º Áö¿øÀ¸·Î<br>¹Ù·Î ¿ä±Ý°è»êÀÌ °¡´ÉÇÏ¿© Æí¸®ÇÔÀ» ÀÚ¶ûÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-02.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>°¢Á¾ ÇöȲÀ» ÇÑ´«¿¡!</p> <span>´ë¿©/¹Ý³³/¹Ì¹Ý³³ ±â·ÏÀÇ Áý°è ÇöȲºÎÅÍ<br>±â·ÏÀÇ ¼¼ºÎ ÇöȲ±îÁö ÇÑ´«¿¡ È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-03.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>ºÐ·ù´Â ¼¼¼¼ÇϰÔ</p> <span>Ä«Å×°í¸®¸¦ ¿øÇÏ´Â ´ë·Î ¼¼ºÐȽÃÄÑ <br>»óǰÀ» ´õ¿í ´õ Æí¸®ÇÏ°Ô °ü¸® °¡´ÉÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-04.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>¿¢¼¿·Î Çѹø¿¡ µî·Ï</p> <span>¸¹Àº ¾çÀÇ µ¥ÀÌÅ͸¦ Àϰý·Î µî·ÏÇÏ±æ ¿øÇÒ °æ¿ì, ¿¢¼¿ ÆÄÀÏÀ» ÅëÇØ ¼Õ½¬¿î µî·ÏÀ» ÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-05.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>¼Õ½¬¿î °í°´°ü¸®</p> <span>º¸´Ù ½¬¿î °í°´°ü¸®¸¦ À§ÇØ µî±Þº°·Î ³ª´©¾î<br>°í°´¸®½ºÆ®¸¦ Á÷Á¢ °ü¸®ÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-06.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>´ë¿©·á Àϰýº¯°æ</p> <span>°³º°ÀûÀ¸·Î ÀÏÀÏÀÌ º¯°æÇÒ ÇÊ¿ä¾øÀÌ ´ë¿©·á ¼öÁ¤À» ÀϰýÀûÀ¸·Î ÇѲ¨¹ø¿¡ º¯°æ °¡´ÉÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-07.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>¹ÙÄÚµå ¹Ù·Î Àμâ</p> <span>Ãß°¡ ÇÁ·Î±×·¥À» ¼³Ä¡ ¾øÀÌ ¹ÙÄÚµå µî·ÏºÎÅÍ Àμâ±îÁö ¹Ù·Î °¡´ÉÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-08.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>´Ù¸¥ ÁöÁ¡ °ü¸®</p> <span>´ë¿©Á¡ÀÇ º»Á¡ »Ó¸¸ ¾Æ´Ï¶ó,<br>ÁöÁ¡°ü¸®¸¦ ÅëÇØ ´Ù¸¥ ÁöÁ¡µµ °ü¸®ÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-09.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>±Ù¹« Á÷¿ø °ü¸®</p> <span>±Ù¹« Á÷¿øÀ» µî·ÏÇØ¼ °ü¸®ÇÒ ¼ö ÀÖ°í,<br>Á÷¿øº° ±ÇÇÑÀ» º°µµ·Î ¼³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-10.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>´Ù¾çÇÑ »óǰ ÆÇ¸Å°ü¸®</p> <span>µµ¼, Àå³²°¨ µî ´Ù¾çÇÑ »óǰÀÇ ÆÇ¸Åµî·Ï °ü¸®µµ °¡´ÉÇÕ´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-11.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>»óǰ ¿¹¾àµµ ÇÑ ¹ø¿¡</p> <span>°í°´ÀÌ »óǰ ´ë¿© ¿¹¾àÀ» ÇÏ¿´À» °æ¿ì,<br>¿¹¾àµî·ÏÀ» ÇØ¼ °ü¸®ÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-12.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>¼±ºÒ±Ý µî·ÏÇÏ°í »ç¿ë±îÁö</p> <span>°í°´ÀÌ ¹Ì¸® ±Ý¾×À» ÁöºÒÇÏ¿´À» °æ¿ì,<br>Æ÷ÀÎÆ®³ª ´ë¿©±ÇÀ» Á¦°øÇÒ ¼ö ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-13.png" alt=""> </div> </div> </div>
<div class="tab-c"> <div class="flex-box"> <div class="tab-tit"> <p>°íÀ¯ µµ¼¹øÈ£ ¿¬µ¿±îÁö</p> <span>µµ¼¿¡ ºÙÀº °íÀ¯¹øÈ£¸¦ ¿¬µ¿Çؼ<br>µµ¼°ü¸®¸¦ ÇÒ ¼öµµ ÀÖ½À´Ï´Ù.</span> </div> <div class="img-box"> <img src="./images/joylent/func-img-14.png" alt=""> </div> </div> </div>
</div> </div> </div><!-- m3_wrap --> </div><!--//joy-func -->
<div id="joy-screen"> <div class="section"> <h3>Á¶ÀÌ·»Æ®CS <b>ÁÖ¿äȸé</b></h3> <div class="screen-wrap"> <div class="screen-cont"> <div class="screen-img"> <img src="./images/joylent/joy-screen-01-2.png" alt=""> </div> <div class="screen-txt"> <p>´ë¿©/¹Ý³³°ü¸®</p> <span>- ¿¹¾à µî·Ï °ü¸®, ¿ä±Ý µî·Ï, ´ë¿© Ãë¼Ò/¹Ý³³/¿¬Àå °ü¸®, ÀԱݰü¸® µî ½ÇÁ¦ ´ë¿© ¾÷¹«¸¦ ¼Õ½±°Ô °ü¸®</span> <ul> <li><img src="./images/joylent/screen-sub-01-3.png" alt="" style="max-width:510px"></li> </ul> </div> <!--//screen-txt--> </div><!--//screen-cont--> <div class="screen-cont"> <div class="screen-img"> <img src="./images/joylent/joy-screen-02-4.png" alt=""> </div> <div class="screen-txt"> <p>°í°´µî·Ï°ü¸®</p> <span>- °í°´ ½Å±Ôµî·Ï, °í°´Á¤º¸ ¼öÁ¤, °í°´µî±Þ, ¿¢¼¿ ÆÄÀÏ ºÒ·¯¿À±â/°¡Á®¿À±â, °í°´ ¸®½ºÆ® ÀÎ¼â µî °í°´ °ü·Ã ¾÷¹« °ü¸®</span> <ul> <li><img src="./images/joylent/screen-sub-02-1.png" alt="" style="max-width:510px"></li> </ul> </div> <!--//screen-txt--> </div><!--//screen-cont--> <div class="screen-cont"> <div class="screen-img"> <img src="./images/joylent/joy-screen-03-3.png" alt="" > </div> <div class="screen-txt"> <p>»óǰµî·Ï°ü¸®</p> <span>- »óǰ µî·Ï/¼öÁ¤/»èÁ¦, »óǰ ºÐ·ù Ãß°¡/¼öÁ¤/»èÁ¦, »óǰ °Ë»ö, ºÐ·ùº° Á¤·Ä, ¿¢¼¿ ÆÄÀÏ ºÒ·¯¿À±â/°¡Á®¿À±â ±â´É Á¦°ø</span> <ul> <li><img src="./images/joylent/screen-sub-03-2.png" alt="" style="max-width:510px"></li> </ul> </div> <!--//screen-txt--> </div><!--//screen-cont--> <div class="screen-cont"> <div class="screen-img"> <img src="./images/joylent/joy-screen-04-2.png" alt=""> </div> <div class="screen-txt"> <p>¹Ì¹Ý³³ »óǰÇöȲ</p> <span>- ´ë¿©ÀÏÀÚ, ºÐ·ù ÁöÁ¤ÇÏ¿© ¹Ì¹Ý³³ »óǰ ¸ñ·Ï ÇöȲÀ» ÇÑ´«¿¡ È®ÀÎÇÒ ¼ö ÀÖ´Â ±â´É Á¦°ø</span> <ul> <li><img src="./images/joylent/screen-sub-04-2.png" alt="" style="max-width:510px"></li> </ul> </div> <!--//screen-txt--> </div><!--//screen-cont--> <div class="screen-cont"> <div class="screen-img"> <img src="./images/joylent/joy-screen-05-2.png" alt=""> </div> <div class="screen-txt"> <p>±× ¿Ü ±â´É</p> <span>- ÁöÁ¡ ¹× Á÷¿ø °ü¸®, Çö±Ý Ãâ³³Àå, ½ºÄÉÁÙ °ü¸®, ¹®ÀÚ Àü¼Û, µ¥ÀÌÅÍ ¹é¾÷, ¿ø°Ý Áö¿ø µî</span> <ul> <li><img src="./images/joylent/screen-sub-05.png" alt="" style="max-width:510px"></li> </ul> </div> <!--//screen-txt--> </div><!--//screen-cont--> </div> </div> </div>
<div id="joy-hw"> <div class="section"> <h3>¿¬µ¿ <b>Çϵå¿þ¾î</b></h3> <div id="tab2"> <div class="tab2-menu"> <ul> <li class="on" style="margin-bottom:30px"><img src="./images/joylent/icon/joy-hw-01-1.png"><p>POS</p></li> <li style="margin-bottom:30px"><img class="tab2-img" src="./images/joylent/icon/joy-hw-02-1.png"><p>¿µ¼öÁõ ÇÁ¸°ÅÍ</p></li> <li><img class="tab2-img" src="./images/joylent/icon/joy-hw-03-1.png"><p>¹ÙÄÚµå ¸®´õ±â</p></li> <li><img class="tab2-img" src="./images/joylent/icon/joy-hw-04-1.png"><p>¹ÙÄÚµå ÇÁ¸°ÅÍ</p></li> <!-- <a class="tab2-link" href="./buyhwbest.php"><img class="tab2-img" src="./images/joylent/icon/joy-hw-arrow.png" alt=""></a> --> </ul> </div> <!-- //tab2-menu -->
<div class="tab2-contents"> <div class="tab2-c on"> <img src="./images/joylent/hw-cont-01.png" alt=""> </div>
<div class="tab2-c"> <img src="./images/joylent/hw-cont-02.png" alt=""> </div>
<div class="tab2-c"> <img src="./images/joylent/hw-cont-03.png" alt=""> </div>
<div class="tab2-c"> <img src="./images/joylent/hw-cont-04.png" alt=""> </div>
</div> </div> </div> </div> <!--//joy-hw -->
<div id="joy-choice"> <div class="section"> <h3>´ë¿©¡¤¹Ý³³ ¾÷¹«¿¡ <b>Á¶ÀÌ·»Æ®</b>°¡ <b>±¹³» À¯ÀÏ</b>ÇÑ ÀÌÀ¯</h3> <img src="./images/joylent/joy-choice-03.png" alt=""> </div> </div>
<div id="joy-customer"> <h3><b>ÇÔ²²ÇÏ´Â °í°´»ç</b></h3> <ul class="bxslider"> <li><img src="./images/joylent/logo/customer-01.png" /></li> <li><img src="./images/joylent/logo/customer-02.png" /></li> <li><img src="./images/joylent/logo/customer-03.png" /></li> <li><img src="./images/joylent/logo/customer-04.png" /></li> <li><img src="./images/joylent/logo/customer-05.png" /></li> <li><img src="./images/joylent/logo/customer-06.png" /></li> <li><img src="./images/joylent/logo/customer-07.png" /></li> <li><img src="./images/joylent/logo/customer-08.png" /></li> <li><img src="./images/joylent/logo/customer-09.png" /></li> <li><img src="./images/joylent/logo/customer-10.png" /></li> <li><img src="./images/joylent/logo/customer-11.png" /></li> <li><img src="./images/joylent/logo/customer-12.png" /></li> <li><img src="./images/joylent/logo/customer-13.png" /></li> <li><img src="./images/joylent/logo/customer-14.png" /></li> <li><img src="./images/joylent/logo/customer-15.png" /></li> <li><img src="./images/joylent/logo/customer-16.png" /></li> <li><img src="./images/joylent/logo/customer-17.png" /></li> <li><img src="./images/joylent/logo/customer-18.png" /></li> <li><img src="./images/joylent/logo/customer-19.png" /></li> <li><img src="./images/joylent/logo/customer-20.png" /></li> </ul>
</div>
<script> //24.06.21 ÀÌÇöÁ¤ ½ºÅ©¸³Æ®Ãß°¡ $(document).ready(function(){
//Á¶ÀÌ·»Æ® ´ë¿©¹Ý³³ ±â´É ÅÇ ¸Þ´º $(".tab-menu ul li").on('mouseenter', function() { let index = $(".tab-menu ul li").index(this);
//¸ðµç divÀÇ on Ŭ·¡½º Á¦°Å $(".tab-menu ul li").removeClass('on'); $('.tab-c').removeClass('on'); //Ŭ¸¯µÈ index¿¡ ÇØ´çÇÏ´Â div¿¡ on Ãß°¡ $('.tab-menu ul li:eq('+ index +')').addClass('on'); $('.tab-contents .tab-c:eq('+ index +')').addClass('on'); });
//Á¶ÀÌ·»Æ® Çϵå¿þ¾î ÅÇ ¸Þ´º $(".tab2-menu ul li").on('mouseenter', function() { let index = $(".tab2-menu ul li").index(this);
//¸ðµç divÀÇ on Ŭ·¡½º Á¦°Å $(".tab2-menu ul li").removeClass('on'); $('.tab2-c').removeClass('on');
//Ŭ¸¯µÈ index¿¡ ÇØ´çÇÏ´Â div¿¡ on Ãß°¡ $('.tab2-menu ul li:eq('+ index +')').addClass('on'); $('.tab2-contents .tab2-c:eq('+ index +')').addClass('on');
});
$('.bxslider').bxSlider({ minSlides: 10, maxSlides: 10, ticker: true, speed: 100000, tickerHover: true, slideWidth: 'auto', //½½¶óÀÌµå ¾ÈÀÇ ³ÐÀÌ, ¼ýÀڷεµ °¡´ÉÇÕ´Ï´Ù. slideMargin: 37 //½½¶óÀÌµå »çÀÌÀÇ ¸¶Áø°ª });
$('.screen-wrap').bxSlider({ auto: true, autoControls: false, // ÄÁÆ®·Ñ ¹öư(Àç»ý/Á¤Áö) Ç¥½Ã stopAutoOnClick: false, // Ŭ¸¯Çؼ ÀÚµ¿ ½ÇÇà ¸ØÃâ ¼ö ÀÖµµ·Ï ÁöÁ¤ pager:false }); }); </script>
<style> /* #hw_dialog_flow_btn{ position: absolute; top: 115px; color: #4665c2; text-align: center; left: 50%; transform: translateX(-50%); font-size: 18px; letter-spacing:-1px; cursor: pointer; } #hw_dialog_flow_btn:hover {color:#607fdb;} #hw_dialog_flow_btn span {border-bottom:2px solid #4665c2; padding-bottom:3px;} #hw_dialog_flow_btn span:hover {border-bottom:2px solid #607fdb;} .work_list_popbtn {position:absolute;cursor:pointer; font-size:16px;font-weight:800;color:#0c2980;} .worklist_wrap { position: relative; display: block; margin-top:50px; height:370px} */
</style>
<!--------------------------->
<!--ÅǸ޴º ¿µ¿ª ÆË¾÷â--> <!-- <div id="modal_tab_box" title="ÁÖ¿ä±â´É ÅÇ ¿µ»ó" style="display:none;width:100%; height:100%; background-color:#FFFFFF;position:relative;padding: 0px !important;"></div> -->
<? //if(strpos($_SERVER['HTTP_REFERER'],"/search.naver")>0 || strpos($_SERVER['HTTP_REFERER'],"google.com")>0){ // ¹«Á¶°Ç ¶ß°Ô º¯°æ if ($st_type != 'mail_cs') { if($_COOKIE['find_pop_not_open']!='1'){ ?> <script>
$(function(){
setTimeout(function(){ main_popup_show("./index_new_program_new2.php?mode=pop","700","880","³»°Ô ¸Â´Â ÇÁ·Î±×·¥"); },1000); }); </script> <?php } }
include("./Page/common/footer.php"); echo $com_reg_inc; ?>
|