1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<table class="pdaTable"> <tr> <th class="textCaptain">Á¦ ǰ ¸í</th> <td class="textCaptain">CW-30</td> </tr> <tr> <th class="textCaptain">¾÷¹«¿ëµµ</th> <td class="textAssist">ÁÖ¹®.Ãâ°í.»óÂ÷.³³Ç°.Àç°í.°Ë¼ö</td> </tr> <tr> <th class="textCaptain">Á¦Ç°±¸¼º</th> <td class="textAssist"> PDAº»Ã¼.Å©·¹µé.<br/> Å©·¹µé¾Æ´äÅÍ.<br/> µ¥ÀÌÅÍÄÉÀ̺í.<br/> ¾×Á¤º¸È£Çʸ§.Ææ </td> </tr> </table>
|