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_03_01.jpg" alt=""> </td> <li> <h3>Sample 02.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_02.jpg" alt=""> </li> <li> <h3>Sample 03.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_03.jpg" alt=""> </li> <li> <h3>Sample 04.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_04.jpg" alt=""> </li> <li> <h3>Sample 05.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_05.jpg" alt=""> </li> <li> <h3>Sample 06.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_06.jpg" alt=""> </li> <li> <h3>Sample 07.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_07.jpg" alt=""> </li> <li> <h3>Sample 08.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_08.jpg" alt=""> </li> <li> <h3>Sample 09.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_09.jpg" alt=""> </li> <li> <h3>Sample 10.</h3> <img src="http://www.mjsoft.co/html/millennium/img/hw/pro_cs_03_10.jpg" alt=""> </li> </ul> </dd><!-- //accountbookView --> </dl> </div><!-- popupWrap -->
|