You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
611 B
11 lines
611 B
@charset "utf-8"; |
|
html,body{max-width:1024px;width:100%;margin:0px auto;position:relative;} |
|
#container{width:100%;} |
|
|
|
#gnb{background:#fff;width:80%;height:100vh;position:absolute;right:0;top:0;border-left:3px solid #2290c9;} |
|
#gnb h2, #gnb span.bg{display:none;} |
|
.gnb_1dli{font-weight:500;font-size:1rem;} |
|
.gnb_2dli + .gnb_2dli{margin-top:10px;} |
|
.gnb_1dli > a{height:60px;padding:0 30px;display:flex;justify-content:space-between;align-items: center;border-bottom:1px solid #ddd;} |
|
.gnb_1dli > a + a{padding-top:0px;} |
|
.gnb_2dul{display:none;padding:20px 30px;background:#f4f4f4;font-weight:400;font-size:0.875rem} |