From ba7a3ef06749cb7a4644f39a70402c1c33513c57 Mon Sep 17 00:00:00 2001
From: geun1416 <1416geun@palnet.co.kr>
Date: Thu, 2 Jun 2022 17:47:52 +0900
Subject: [PATCH] .
---
html/mobile/css/common.css | 12 +-
html/mobile/include/header.html | 41 ++++-
html/mobile/js/common.js | 307 --------------------------------
3 files changed, 42 insertions(+), 318 deletions(-)
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 @@
-