-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
64 lines (62 loc) · 1.61 KB
/
default.css
File metadata and controls
64 lines (62 loc) · 1.61 KB
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
64
@charset "utf-8";
/*초기화셋팅*/
*{
margin: 0;
padding: 0;
}
body, html {
width: 100%;
height: 100%;
/* position: relative;*/
/* font-family: 'Montserrat-Black', sans-serif;*/
font-family: 'Nanum Gothic', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Montserrat', sans-serif;
}
ul {
list-style: none;
}
a {
text-decoration: none;
color: #000;
}
img {
border: 0;
}
.wrap {
width: 100%;
height: 100%;
}
#wrapinnerup {
position: absolute;
width: 100%;
height: auto;
z-index: 1;
}
.wrap_inner {
width: 1200px;
height:auto;
margin:300px auto;
border:1px solid red;
}
.wrap_inner span.main_tit{
width:855px;
height:143px;
display: block;
background-image:url('./images/main1_1_maintitle.png');
float:left;
margin: 0 auto;
background-position: center center;
background-repeat: no-repeat;
}
.pg {
width: 100%;
height: 100%;
clear: both;
/* position:relative;*/
}
#con {
width: 100%;
height: 100%;
/* position: relative;*/
}