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
|
<link rel="stylesheet" type="text/css" href="../css/popup.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"><b>¹ÙÄÚµå ¶óº§Áö - 9600°³</b></td> <th width="69">ºÐ·ù</th> <td width="229">¹ÙÄÚµå °ø ¶óº§Áö</td> </tr> <tr> <th>¿î¼Û·á</th> <td colspan="3">Á¦Ç°°ú µ¿½Ã±¸¸Å½Ã ¿î¼Û·á ¹«·á</td> </tr> <tr> <th>¾÷¹«¿ëµµ</th> <td colspan="3">À×Å©Á¬ / ·¹ÀÌÀú·Î ¹ÙÄÚµå Ãâ·Â (õ³â°æ¿µ. Á¦Á¶°æ¿µ¿¡¼ Áö¿ø)<br/>96°³ X 100¸Å</td> </tr> <tr> <th>Á¦Ç°ÀåÁ¡</th> <td colspan="3">Àúºñ¿ëÀ¸·Î ¶óº§Áö Á¦ÀÛ</td> </tr> </table>
<div class="popupView"> <ul> <li class="once"><img src="../img/paper/print_9600.jpg" alt=""></li> </ul> </div>
</div><!-- popupWrap -->
|