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
|
<?php include_once("./_common2.php"); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> <link href="./css/style.css" rel="stylesheet" type="text/css"> <title>XPDA-A Àåºñº¸±â</title> <style> body {margin:0px;padding:0px;font-family: "³ª´®°íµñ", NanumGothic;background:none;} h1 {margin:0;padding:0px;} li {list-style:none;} p {padding:0;margin:7px 0;} #pop_wrap {display:block;width:480px;} .pop_pdax {margin:0 20px;padding:7px 0;color:#777;font-size:17px;font-weight:600;text-align:left; line-height: 20px;} .pop_pdax span {font-size:14px;color:#000;} .pop_pdax h2{color:#03365d;font-size:17px;margin:0;padding:0;margin-bottom:10px;} .pop_pdax ul{color:#000;font-size:14px;margin:0;padding:0 10px;float: left;border-right:1px solid #6f6f6f;} .pop_pdax div{padding-bottom:20px;}
.pda_ul_middle{line-height: 40px;margin-left: 10px;} .pop_pdax_title{width:480px;padding:30px 0;background:url('./images/common/topmenu_logo.png')no-repeat top right #03365d; } .hwSpec { border-top: 1px solid #bbbbbb; font-size: 12px; } .hwSpec tbody th { width: 150px; height: 35px; color: #575757; line-height: 35px; font-weight: 600; padding-left: 20px; border-right: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; } .hwSpec tbody td { width: 330px; height: 35px; line-height: 35px; padding-left: 20px; border-bottom: 1px solid #d6d6d6; } </style> </head>
<body> <div id="pop_wrap"> <img src="http://mjsoft.co/html/millennium/img/hw/product_xpda_a.png" style="width:480px;"> <div class="hwSpecification"> <table class="hwSpec" style="margin-bottom:50px;"> <tbody> <tr> <th scope="row" style="background:#f8f8f8;">¾÷¹«¿ëµµ</th> <td>ÁÖ¹®.Ãâ°í.»óÂ÷.³³Ç°.Àç°í.½ºÄµ.°Ë¼ö.°áÁ¦.¿µ¼öÁõ</td> </tr> <tr> <th scope="row" style="background:#f8f8f8;">Á¦Ç°±¸¼º</th> <td>XPDA-A º»Ã¼(¹èÅ͸®Æ÷ÇÔ).µ¥ÀÌÅÍÄÉÀ̺í. ÃæÀü±â</td> </tr> </tbody> </table> </div> <img src="http://mjsoft.co/html/millennium/img/hw/product_call.png" style="width:460px;margin-top:-40px;background:#eee;padding:10px;"> </body>
|