-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00_header2.css
172 lines (170 loc) · 3.25 KB
/
00_header2.css
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
body{
padding-top: 80px;
}
.blank {
width: 100%;
height: 2000px;
background-color: aliceblue;
}
#header {
width: 100%;
z-index: 99999;
position: absolute;
}
#nav_gnb{
position: fixed;
border-bottom: 1px solid #000000;
background-color: #ffffff;
}
.fix, .fix img {
position: fixed;
}
.logo img{
width: 140px;
height: 30px;
top: 25px;
left: 25px;
margin-left:12%;
}
header .logo {
position: absolute;
text-align: left;
left: 30px;
top: 30px;
z-index: 100;
margin-left: 20%;
height: 30px;
}
header >a {
position:absolute;
display: flex;
right: 10%;
top:30px;
width: 50px;
z-index: 100;
}
header #nav_gnb {
text-align: end;
padding-right: 5%;
/* position: absolute; */
left: 0;
top: 0;
padding: 10px 232px 5px;
width: 100%;
box-sizing: border-box;
z-index: 10;
}
header #nav_gnb nav + div {
position:absolute;
left: 0;
top:85px;
width: 100%;
height: 200px;
background: rgba(24, 75, 159, .7);
transition: all 0.5s;
z-index: 0;
}
header #nav_gnb nav > ul >li {
left: -6%;
display: inline-block;
position: relative;
z-index: 2;
}
header #nav_gnb nav > ul > li > a{
display: block;
position:relative;
width:140px;
height: 70px;
font-size: 20px;
color: #000000;
line-height: 70px;
text-decoration: none;
top: 0px;
font: normal normal bold 20px/70px Noto Sans KR;
/* z-index: 10; */
text-align: center;
}
header #nav_gnb nav > ul > li > a:after {
content: "";
position: absolute;
bottom: 10px;
left: 40px;
width: 0;
height: 5px;
background: #184B9F;
transition: all 0.5s;
border-radius: 20px;
z-index: 99999;
}
#main_nav a:hover{
color: red;
cursor: pointer;
}
header #nav_gnb nav > ul > li:hover > a:after{
width: 50%;
}
header #nav_gnb nav > ul ul {
padding-top: 15px;
position: absolute;
width: 100%;
text-align: left;
height: 230px;
transition: all 0.5s;
padding-left: 40px;
}
header #nav_gnb nav > ul ul li{
line-height: 25px;
padding-left: 0px;
}
header #nav_gnb nav > ul ul a {
font-size: 20px;
color: white;
z-index: 10;
}
header #nav_gnb nav > ul ul a:hover :after {
/* left: 0; */
width: 100%;
}
.infonav_text {
position: relative;
}
.infonav_text img{
/* background-image: url(../img/04.infonav.png); */
filter: brightness(70%);
width: 100%;
height: 300px;
/* border: 5px ridge red; */
}
.text_p {
position: absolute;
width: 100%;
height: 300px;
}
.text_p p {
display: flex;
place-content: center;
padding-top: 120px;
font: normal normal bold 40px/58px Noto Sans KR;
z-index: 10;
}
.menubar{
cursor: pointer;
}
.infonav_text{
font-size: 40px;
display: flex;
color: #ffffff;
letter-spacing: 0px;
}
.close{
opacity: 0;
display: none;
}
.more{
opacity: 1;
}
/* @media screen and (max-width:1070px){
#nav_gnb nav li{
visibility:collapse;
}
} */