Line | |
---|
1 |
body { |
---|
2 |
background-color : white; |
---|
3 |
font-family : 굴림; |
---|
4 |
font-size : 9pt; |
---|
5 |
} |
---|
6 |
|
---|
7 |
.table_default { |
---|
8 |
font-family : 굴림; |
---|
9 |
font-size : 9pt; |
---|
10 |
color : #000000; |
---|
11 |
} |
---|
12 |
|
---|
13 |
.list_menu { |
---|
14 |
height : 30; |
---|
15 |
background-color : #FFFFFF; |
---|
16 |
font-family : 굴림; |
---|
17 |
font-size : 9pt; |
---|
18 |
color : #000000; |
---|
19 |
} |
---|
20 |
|
---|
21 |
.list_title { |
---|
22 |
height : 30; |
---|
23 |
background-color : #7B869A; |
---|
24 |
font-family : 굴림; |
---|
25 |
font-size : 9pt; |
---|
26 |
font-weight : bold; |
---|
27 |
color : #FFFFFF; |
---|
28 |
text-align : center; |
---|
29 |
} |
---|
30 |
|
---|
31 |
.list_content { |
---|
32 |
height : 25; |
---|
33 |
background-color : #FFFFFF; |
---|
34 |
font-family : 굴림; |
---|
35 |
font-size : 9pt; |
---|
36 |
color : #000000; |
---|
37 |
} |
---|
38 |
|
---|
39 |
.list_page { |
---|
40 |
height : 30; |
---|
41 |
background-color : #FFFFFF; |
---|
42 |
font-family : 굴림; |
---|
43 |
font-size : 9pt; |
---|
44 |
color : #000000; |
---|
45 |
text-align : center; |
---|
46 |
} |
---|