1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<table class="pdaTable"> <tr> <th class="textCaptain">Á¦ ǰ ¸í</th> <td class="textCaptain">BIP-1300</td> </tr> <tr> <th class="textCaptain">¾÷¹«¿ëµµ</th> <td class="textAssist">ÁÖ¹®.Ãâ°í.»óÂ÷.³³Ç°.Àç°í.½ºÄµ.°Ë¼ö.°áÁ¦.¿µ¼öÁõ</td> </tr> <tr> <th class="textCaptain">Á¦Ç°±¸¼º</th> <td class="textAssist"> PDAº»Ã¼.ÇÁ¸°ÅÍ.<br/> ½ºÄ³³Ê.¾î´ðÅÍ.<br/> PCÄÉÀ̺í </td> </tr> </table>
|