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
|
<link href="../css/popup.css" rel="stylesheet" type="text/css">
<div class="popupWrap"> <div class="popupTitle">Çϵå¿þ¾î <span>Á¦Ç°¾È³»</span> <a href="javascript:window.close()" class="close"><img src="../images/common/btn_close.gif" alt="â´Ý±â"></a> </div>
<!-- Å×ÀÌºí ½ÃÀÛ --> <table class="popupInfo"> <tr> <th width="69">Á¦Ç°¸í</th> <td width="229">Â÷°èºÎÅëÀå</td> <th width="69">ºÐ·ù</th> <td width="159">°í°´°ü¸®Àåºñ</td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3"> Ä«¼¾Å¸¿¡¼ °í°´ÀÇ ÀÚµ¿Â÷Á¤ºñ ±â·ÏÀ» °ü¸®ÇÏ´Â ÅëÀå </td> </tr> </table> <!-- Å×ÀÌºí ³¡ -->
<div class="accountbookView"> <p>¡Ø ÇöÀç Á¦Ç°Àº »ç¿ëÁßÀÎ °ÍÀ̹ǷÎ, µ¿ÀÏÇÏ°Ô »ç¿ëÇÏ½Ç ¼ö ¾ø½À´Ï´Ù. Âü°í¸¸ ÇØÁÖ¼¼¿ä.</p> <ul> <li> <h3><img src="../img/hw/sample_cs_02_01.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_01.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_02.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_02.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_03.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_03.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_04.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_04.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_05.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_05.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_06.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_06.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_07.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_07.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_08.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_08.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_09.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_09.jpg" alt=""> </li> <li> <h3><img src="../img/hw/sample_cs_02_10.jpg" alt=""></h3> <img src="../img/hw/pro_cs_02_10.jpg" alt=""> </li> </tr>
</div><!-- popupView --> </div><!-- popupWrap -->
|