/home/mjc1/public_html/j3demo/shopm/index_tmp.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
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
<!DOCTYPE html>
<html lang="ko">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, minimum-scale=1.0, user-scalable=yes" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=8,IE=9,IE=10,chrome=1">
    <title><?php echo $config['shop_title'];?> <?php echo $title;?></title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <link href="http://shop.mjsoft.co/j3/hjwcs3/css/mobile.css" rel="stylesheet" />
<style>
html, body {padding:0px;margin:0px;}
.screen_out{ visibility:hidden; overflow:hidden; position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0;}
</style>
</head>
<body>
<div id="wrap">
    <!-- 상단메뉴고정 -->
    <header class="fixed ab_top_left width_full height50 bg_white z100">
        <h1 class="height50 align_c"><a href="http://shop.mjsoft.co/j3/hjwcs3/shopm/index.php?device=mobile"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/mobile_logo.png" alt="쇼핑몰명" title="쇼핑몰명" class="p5_0 height40"></a></h1>
        <a class="absolute ab_top5_left5 box40 lnb_open"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_menu.png" alt="메뉴" class="p8 box24"></a>
        <a class="absolute ab_top5_right45 box40" href="./sch_item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_search.png" alt="검색" class="p8 box24"></a>
        <a class="absolute ab_top5_right5 box40"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_cart.png" alt="장바구니" class="p8 box24"></a>
    </header>
    <!-- //상단메뉴고정 -->

    <div id="container" class="mt50">
        <ul id="gnb" class="width_full height40 align_c gray_line_t custom_line12">
            <!-- 메뉴가 5개일 때 : 넓이 20% -->
            <li class="float_l" style="width:20%;"><a href="list.php" class="in_block width_full black txt13 bold l_height40 space_1 ellipsis">한식밑반찬</a></li>
            <li class="float_l" style="width:20%;"><a href="list.php" class="in_block width_full black txt13 bold l_height40 space_1 ellipsis">주문게시판</a></li>
            <li class="float_l" style="width:20%;"><a href="list.php" class="in_block width_full black txt13 bold l_height40 space_1 ellipsis">New Item</a></li>
            <li class="float_l" style="width:20%;"><a href="list.php" class="in_block width_full black txt13 bold l_height40 space_1 ellipsis">크리스마스할인</a></li>
            <li class="float_l" style="width:20%;"><a href="list.php" class="in_block width_full black txt13 bold l_height40 space_1 ellipsis">아이반찬</a></li>
        </ul>

        <div>
            <h2 class="screen_out">상단우측배너</h2>
            <img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/top_banner.png" alt="상단우측배너" class="box_full">
        </div>

        <!-- 메인배너 -->
        <section>
            <h2 class="screen_out">메인배너</h2>
            <ul>
                <li><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/sample/banner.png" alt="메인배너" class="box_full"></a></li>
            </ul>
        </section>
        <!-- //메인배너 -->

        <!-- 이벤트 -->
        <section>
            <h2 class="l_height40 align_c">이벤트</h2>
            <ul>
                <!-- 첫번째 배너는 margin-top:0; -->
                <li class="m10 mt0"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/event1.png" alt="이벤트명" class="box_full"></a></li>
                <li class="m10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/event2.png" alt="이벤트명" class="box_full"></a></li>
                <li class="m10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/event3.png" alt="이벤트명" class="box_full"></a></li>
            </ul>
        </section>
        <!-- //이벤트 -->

        <!-- 히트상품 -->
        <div><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/bg_wave.png" alt="웨이브배경" class="valign_b box_full"></div>
        <section id="smt_10" class="p0_10 bg_gray2">
            <h2 class="l_height40 align_c">HIT ITEM</h2>
            <!-- ul : 넓이값 = li넓이 * 한줄 상품갯수 + 우측마진값 * (한줄 상품갯수 - 1) -->
            <!-- ul : 높이값 = li높이 * 줄수 + 하단마진값 * 줄수 -->
            <ul class="float_c" style="width:338px;height:372px;">
                <!-- 첫줄 마지막li는 mr10 없음 -->
                <!-- 높이값 = li넓이(이미지넓이) + 70px -->
                <li class="relative float_l mr10 mb10 bg_white" style="width:106px;height:176px;">
                    <div><a href="item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mr10 mb10 bg_white" style="width:106px;height:176px;">
                    <div><a href="item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mb10 bg_white" style="width:106px;height:176px;">
                    <div><a href="item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>

                <!-- 두번째줄 -->
                <li class="relative float_l mr10 mb10 bg_white" style="width:106px;height:176px;">
                    <div><a href="item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mr10 mb10 bg_white" style="width:106px;height:176px;">
                    <div><a href="item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mb10 bg_white" style="width:106px;height:176px;">
                    <div><a href="item.php"><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
            </ul>
        </section>
        <div>
            <a class="block width_full height30 txt13 align_c l_height30 gray_line_b"><em>HIT ITEM</em>전체보기<span class="p0_5 box20 align_c"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_more.png" alt="메뉴" class="p3 box14"></span></a>
        </div>
        <!-- //히트상품 -->

        <!-- 베스트상품 -->
        <section id="smt_20" class="gray_line_b">
            <h2 class="l_height40 align_c">BEST ITEM</h2>
            <!-- ul : 넓이값 = li넓이 * 한줄 상품갯수 + 좌우패딩값 * 한줄 상품갯수 -->
            <ul class="float_c" style="width:360px;height:180px;">
                <!-- 높이값 = li넓이(이미지넓이) + 70px -->
                <li class="relative float_l p0_5 mb10 bg_white" style="width:110px;height:180px;">
                    <div><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="circle width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l p0_5 mb10 bg_white" style="width:110px;height:180px;">
                    <div><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="circle width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l p0_5 mb10 bg_white" style="width:110px;height:180px;">
                    <div><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" class="circle width_full"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_5 align_r"><a>
                        <strike class="gray2 txt10">18,000</strike><em class="custom2 txt16 bold">15,200</em><span class="custom2 txt10">원</span>
                    </a></div>
                </li>
            </ul>

            <div class="relative p15_0 height32 align_c">
                <a class="in_block box30 gray_line"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_back.png" alt="이전" class="box20"></a><span class="p0_10 valign_m"><em class="red">5</em> / 10</span><a class="in_block box30 gray_line"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_next.png" alt="다음" class="pt3 box20"></a>
            </div>
        </section>
        <div>
            <a class="block width_full height30 txt13 align_c l_height30 gray_line_b"><em>BEST ITEM</em>전체보기<span class="p0_5 box20 align_c"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_more.png" alt="메뉴" class="p3 box14"></span></a>
        </div>
        <!-- //베스트상품 -->

        <section>
            <h2 class="screen_out">광고배너</h2>
            <ul>
                <li><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/sample/banner1.png" alt="광고배너1" class="box_full"></a></li>
            </ul>
        </section>

        <!-- 신규상품 -->
        <section id="smt_30" class="p0_10">
            <h2 class="l_height40 align_c">NEW ITEM</h2>
            <!-- 첫줄 -->
            <!-- ul : 넓이값 = (li넓이 158px + 테두리 2px - 우측마진 -1px) * 한줄 상품갯수 2 + 좌우패딩값 10px * 한줄 상품갯수 2 -->
            <!-- ul : 높이값 = 첫줄 높이 230px + 두번째줄 높이 229px + 하단여백 10px -->
            <ul class="float_c" style="width:338px;height:469px;">
                <!-- 높이값 = li넓이(이미지넓이) + 70px -->
                <li class="relative float_l pt5 p0_5 mr_1 gray_line" style="width:158px;height:228px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l pt5 p0_5 mr_1 gray_line" style="width:158px;height:228px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>

                <!-- 두번째줄부터~ mt_1(margin-top:-1px;) -->
                <li class="relative float_l mt_1 pt5 p0_5 mr_1 gray_line" style="width:158px;height:228px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mt_1 pt5 p0_5 mr_1 gray_line" style="width:158px;height:228px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="pt5 p0_5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
            </ul>
        </section>
        <div style="margin-top:10px;border-top:1px solid #ddd;">
            <a class="block width_full height30 txt13 align_c l_height30 gray_line_b"><em>NEW ITEM</em>전체보기<span class="p0_5 box20 align_c"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_more.png" alt="메뉴" class="p3 box14"></span></a>
        </div>
        <!-- //신규상품 -->

        <section>
            <h2 class="screen_out">광고배너</h2>
            <ul>
                <li><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/sample/banner2.png" alt="광고배너2" class="box_full"></a></li>
            </ul>
        </section>

        <!-- 인기상품 -->
        <section id="smt_40" class="p0_10">
            <h2 class="l_height40 align_c">HOT ITEM</h2>
            <!-- 첫줄 -->
            <!-- ul : 높이값 = (이미지높이 + 하단마진) * 상품갯수 -->
            <ul class="width_full" style="height:420px;">
                <li class="relative float_l mb10 width_full bg_gray" style="height:130px;">
                    <div class="float_l mr10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="height:130px"></a></div>
                    <div class="p0_5 pt5 txt14 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 mt3 gray txt13"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mb10 width_full bg_gray" style="height:130px;">
                    <div class="float_l mr10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="height:130px"></a></div>
                    <div class="p0_5 pt5 txt14 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 mt3 gray txt13"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mb10 width_full bg_gray" style="height:130px;">
                    <div class="float_l mr10"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="height:130px"></a></div>
                    <div class="p0_5 pt5 txt14 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 mt3 gray txt13"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_right p0_10"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
            </ul>
        </section>
        <div style="border-top:1px solid #ddd;">
            <a class="block width_full height30 txt13 align_c l_height30 gray_line_b"><em>HOT ITEM</em>전체보기<span class="p0_5 box20 align_c"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_more.png" alt="메뉴" class="p3 box14"></span></a>
        </div>
        <!-- //인기상품 -->

        <section>
            <h2 class="screen_out">광고배너</h2>
            <ul>
                <li><a><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/sample/banner3.png" alt="광고배너3" class="box_full"></a></li>
            </ul>
        </section>

        <!-- 할인상품 -->
        <section id="smt_50" class="p0_10">
            <h2 class="l_height40 align_c">SALE ITEM</h2>
            <!-- 첫줄 -->
            <!-- ul : 넓이값 = li넓이 * 한줄 상품갯수 + 우측마진값 * (한줄 상품갯수 - 1) -->
            <!-- ul : 높이값 = 높이 * 줄수 + 하단마진 * 줄수 -->
            <ul class="float_c" style="width:338px;height:508px;">
                <!-- 높이값 = li넓이(이미지넓이) + 80px -->
                <li class="relative float_l mr10 mb10" style="width:164px;height:244px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="p0_5 pt5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_5"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <!-- 마지막엔 mr10 없음 -->
                <li class="relative float_l mb10" style="width:164px;height:244px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="p0_5 pt5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_5"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <li class="relative float_l mr10 mb10" style="width:48.5%;height:244px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="p0_5 pt5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_5"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
                <!-- 마지막엔 mr10 없음 -->
                <li class="relative float_l mb10" style="width:48.5%;height:244px;">
                    <div class="sct_img"><a><img src="http://shop.mjsoft.co/j3/hjwcs3/data/product/17/17_pic1_285_285" alt="제품이미지" style="width:100%"></a></div>
                    <div class="p0_5 pt5 txt13 bold"><a>브라질세라허니</a></div>
                    <div class="p0_5 gray txt12"><a>비고란입니다.</a></div>
                    <div class="absolute ab_bot5_left p0_5"><a>
                        <strike class="mr5 gray2 txt10">18,000</strike><em class="txt16 bold">15,200</em><span class="txt10">원</span>
                    </a></div>
                </li>
            </ul>
        </section>
        <div style="margin-top:10px;border-top:1px solid #ddd;">
            <a class="block width_full height30 txt13 align_c l_height30 gray_line_b"><em>SALE ITEM</em>전체보기<span class="p0_5 box20 align_c"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_more.png" alt="메뉴" class="p3 box14"></span></a>
        </div>
        <!-- //할인상품 -->
    </div><!-- #container -->

    <!-- 고객센터 -->
    <div>
        <h1 class="screen_out">하단메뉴</h1>
        <div class="width_full height35 align_c black_line_t black_line_b bg_dark_gray">
            <h2 class="screen_out">회원메뉴/PC버전보기</h2>
            <ul>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a href="login.php" class="in_block width_full gray txt13 l_height35 space_1">로그인</a></li>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full gray txt13 l_height35 space_1">1:1문의</a></li>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full gray txt13 l_height35 space_1">마이페이지</a></li>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full gray txt13 l_height35 space_1">주문내역</a></li>
                <li class="float_l ellipsis" style="width:19.75%;"><a class="in_block width_full gray txt13 l_height35 space_1">PC버전</a></li>
            </ul>
        </div>
        <div class="p0_10 height40 l_height40 bg_gray">
            <h2 class="float_l mr10 txt14">Notice</h2>
            <p><em class="float_l in_block txt13 ellipsis" style="width:52%;">코멘트 이벤트 당첨자 사은품수령 안내</em><span class="float_r gray2 txt12">2017.01.26 <a class="p0_5 box20 align_c"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_more.png" alt="메뉴" class="p3 box14"></a>
        </div>
        <div class="p15_0 p0_10" style="height:80px;">
            <h2 class="screen_out">고객센터</h2>
            <div class="float_l" style="width:48.5%;">
                <h3 class="mb5 txt14">Online-Bank</h3>
                <p class="txt10 l_height19 space_1">기업은행 000-00000-00-000 <span class="gray">(홍길동)</span></p>
                <p class="txt10 l_height19 space_1">우리은행 0000-000-000000 <span class="gray">(홍길동)</span></p>
                <p class="txt10 l_height19 space_1">국민은행 000000-00-000000 <span class="gray">(홍길동)</span></p>
            </div>
            <div class="float_r" style="width:48.5%;">
                <h3 class="mb5 txt14">CS center</h3>
                <p class="mb5 custom2 txt24 bold l_height24 space_1">052-987-6543</p>
                <p class="txt10 l_height15 space_1">평일 09:00~18:00 / 토요일 09:00~12:30</p>
                <p class="gray txt10 l_height15 space_1">점심 12:00~13:00 / 일.공휴일은 쉽니다.</p>
            </div>
        </div>
    </div>
    <!-- //고객센터 -->

    <!-- 하단메뉴 -->
    <footer class="gray_line_t2 bg_gray">
        <div class="m10_0 width_full p10_0 align_c">
            <h2 class="screen_out">회사정책</h2>
            <a class="p0_10 gray txt11 l_height12 gray_line_r">ABOUT</a><a class="p0_10 gray txt11 l_height12 gray_line_r">GUIDE</a><a class="p0_10 gray txt11 l_height12 gray_line_r">개인정보취급방침</a><a class="p0_10 gray txt11 l_height12">서비스이용약관</a>
        </div>
        <div class="gray txt8 align_c l_height15 space_1">
            <h2 class="screen_out">회사정보</h2>
            <em class="p0_5 txt9 bold">회사명</em><span>그린스토어</span>
            <em class="p0_5 txt9 bold">주소</em><span>서울특별시 강남구 땡땡로 123(땡땡동 123-45)</span>
            <br>
            <em class="p0_5 txt9 bold">사업자등록번호</em><span>123-45-67890</span>
            <em class="p0_5 txt9 bold">통신판매업신고번호</em><span>서울 강남 789</span>
            <br>
            <em class="p0_5 txt9 bold">대표자</em><span>홍길동</span>
            <em class="p0_5 txt9 bold">전화</em><span>02-123-4567</span>
            <em class="p0_5 txt9 bold">팩스</em><span>02-123-4568</span>
            <br>
            <em class="p0_5 txt9 bold">개인정보관리책임자</em><span>임꺽정</span>
            <em class="p0_5 txt9 bold">E-mail</em><span>green@naver.com</span>
        </div>
        <div class="p15_0 gray3 txt10 align_c">Copyright ⓒ 2017 쇼핑몰명. All Rights Reserved.</div>
    </footer>
    <!-- //하단메뉴 -->

</div><!-- #wrap -->



<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="http://shop.mjsoft.co/j3/hjwcs3/plugin/simple-sidebar/dist/jquery.simpler-sidebar.min.js"></script>
<script>
    $(document).ready(function() {
        $('#main-sidebar').simplerSidebar({
            opener: '.lnb_open',
            top: 0,                    
            animation: {
                easing: "easeOutQuint"
            },
            sidebar: {
                closingLinks: '.close-sb',
                width:270,
                align:'left'
            }
        });

        $("#main-sidebar").show();
        
    });
</script>

    <!-- 좌측메뉴 -->
<style>
.main-sidebar {position:fixed;top:0;bottom:0;width:70%;}
.main-sidebar-wrapper {position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;}
</style>
    <div id="main-sidebar" class="main-sidebar" style='display:none;'>
        <div id="main-sidebar-wrapper" class="main-sidebar-wrapper bg_gray2">
            <nav>
                <div class="height_full">
                    <h1 class="p7_0 p0_10 height26 bg_custom2">
                        <!-- 로그인 전 -->
                        <a href="login.php" class="block width80 height24 l_height24 align_c circle white_line"><span class="white txt14 bold">로그인</span></a>

                        <!-- 로그인 후
                        <a class="block width80 height24 l_height24 align_c circle white_line"><span class="white txt14 bold">로그아웃</span></a> -->

                        <a href="#" class="close-sb absolute ab_top7_right10 box24"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_close.png" alt="" class="box_full"></a>
                    </h1>

                    <article id="lnb" class="block over_h">
                        <h2 class="mt15 pl10 height24 gray2 txt14">카테고리</h2>
                        <ul>
                            <li class="float_l mr1 mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb1.png" alt="한식ㆍ밑반찬" class="mr5 box17">한식ㆍ밑반찬</a></li>
                            <li class="float_l mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb2.png" alt="면류ㆍ파스타" class="mr5 box17">면류ㆍ파스타</a></li>
                            <li class="float_l mr1 mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb3.png" alt="찌개ㆍ국물류" class="mr5 box17">찌개ㆍ국물류</a></li>
                            <li class="float_l mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb4.png" alt="축산ㆍ계란류" class="mr5 box17">축산ㆍ계란류</a></li>
                            <li class="float_l mr1 mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb5.png" alt="수산ㆍ해산물" class="mr5 box17">수산ㆍ해산물</a></li>
                            <li class="float_l mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb6.png" alt="야채ㆍ샐러드" class="mr5 box17">야채ㆍ샐러드</a></li>
                            <li class="float_l mr1 mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb7.png" alt="간식ㆍ디저트" class="mr5 box17">간식ㆍ디저트</a></li>
                            <li class="float_l mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb8.png" alt="가공ㆍ냉동류" class="mr5 box17">가공ㆍ냉동류</a></li>
                            <li class="float_l mr1 mb1 pl_4 width_half height37 l_height32 bg_white"><a href="list.php" class="block mt3 gray3 txt13 bold space_1"><img src="http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_lnb9.png" alt="소스ㆍ양념류" class="mr5 box17">소스ㆍ양념류</a></li>
                        </ul>
                    </article>


<style>
.btn_go {background:url('http://shop.mjsoft.co/j3/hjwcs3/img/mobile/ico_go.png') top right no-repeat}
</style>
                    <article class="block over_h">
                        <h2 class="mt15 pl10 height24 gray2 txt14">회원 바로가기</h2>
                        <ul class="p0_10">
                            <li class="float_l mr1 mb1 pl10 width_half height35 l_height35 bg_white"><a class="block mt3 gray3 txt13 bold space_1 btn_go">마이페이지</a></li>
                            <li class="float_l mb1 pl10 width_half height35 l_height35 bg_white"><a class="block mt3 gray3 txt13 bold space_1 btn_go">FAQ</a></li>
                            <li class="float_l mr1 mb1 pl10 width_half height35 l_height35 bg_white"><a class="block mt3 gray3 txt13 bold space_1 btn_go">1:1문의</a></li>
                            <li class="float_l mb1 pl10 width_half height35 l_height35 bg_white"><a class="block mt3 gray3 txt13 bold space_1 btn_go">장바구니</a></li>
                            <li class="float_l mr1 mb1 pl10 width_half height35 l_height35 bg_white"><a class="block mt3 gray3 txt13 bold space_1 btn_go">주문리스트</a></li>
                            <li class="float_l mb1 pl10 width_half height35 l_height35 bg_white"><a class="block mt3 gray3 txt13 bold space_1 btn_go">위시리스트</a></li>
                        </ul>
                    </article>

                    <footer class="absolute ab_bot_right pb15 width_full align_c bg_custom2">
                        <h2 class="mt15 mb5 black txt14 l_height14">CS center</h2>
                        <tel class="height24 white txt24 bold">052-987-6543</tel>
                        <p class="gray4 txt10 l_height16 space_1">평일 09:00~18:00 / 토요일 09:00~12:30</p>
                        <p class="gray3 txt10 l_height16 space_1">점심 12:00~13:00 / 일.공휴일은 쉽니다.</p>
                    </footer>
                </div>
            </nav>
        </div>
    </div>
    <!-- //좌측메뉴 -->

</body>
</html>