/home/mjc1/public_html/mjmall/include/hardware/cs_02.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
<?php
include_once("../../_common.php");
?>
<link href="../../css/import.css" rel="stylesheet" type="text/css">

<div class="HWpopupWrap">
    <a href="javascript:window.close();" class="close"></a>
    <dl>
        <dt><span>Çϵå¿þ¾î Á¦Ç°¾È³»</span></dt>
        <dd class="hwInfo">
            <table class="popupInfo">
                <!--caption class="screen_out">±â±âÁ¤º¸</caption-->
                <colgroup>
                    <col style="width:90px;"><col style="width:160px;"><col style="width:90px;"><col style="width:160px;">
                </colgroup>
                <tr> 
                    <th>Á¦Ç°¸í</th>
                    <td>Â÷°èºÎÅëÀå</td>
                    <th>ºÐ·ù</th>
                    <td>°í°´°ü¸®Àåºñ</td>
                </tr>
                <tr> 
                    <th>¾÷¹«¿ëµµ</th>
                    <td colspan="3">
                        Ä«¼¾Å¸¿¡¼­ °í°´ÀÇ ÀÚµ¿Â÷Á¤ºñ ±â·ÏÀ» °ü¸®Çϴ ÅëÀå
                    </td>
                </tr>
            </table> 
        </dd><!-- //hwInfo -->

        <dd class="accountbookView">
            <p>¡Ø ÇöÀç Á¦Ç°Àº »ç¿ëÁßÀΠ°ÍÀ̹ǷÎ, µ¿ÀÏÇϰԠ»ç¿ëÇϽǠ¼ö ¾ø½À´Ï´Ù. Âü°í¸¸ ÇØÁÖ¼¼¿ä.</p>
            <ul> 
                <li>
                    <h3>Sample 01.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_01.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 02.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_02.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 03.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_03.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 04.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_04.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 05.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_05.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 06.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_06.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 07.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_07.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 08.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_08.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 09.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_09.jpg" alt="">
                </li>
                <li>
                    <h3>Sample 10.</h3>
                    <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_02_10.jpg" alt="">
                </li>
            </ul>
        </dd><!-- //accountbookView -->
    </dl>
    
</div><!-- popupWrap -->