diff --git a/html/mobile/css/common.css b/html/mobile/css/common.css index 1f0a057..367c787 100644 --- a/html/mobile/css/common.css +++ b/html/mobile/css/common.css @@ -1,3 +1,11 @@ @charset "utf-8"; -html,body{max-width:1024px;width:100%;margin:0px auto;} -#container{width:100%;} \ No newline at end of file +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} \ No newline at end of file diff --git a/html/mobile/include/header.html b/html/mobile/include/header.html index 5eef746..d891ca2 100644 --- a/html/mobile/include/header.html +++ b/html/mobile/include/header.html @@ -1,8 +1,32 @@
@@ -15,16 +39,15 @@ -