From 954144a83432c134fd260f40d3db92c290baa324 Mon Sep 17 00:00:00 2001 From: whitedot Date: Fri, 6 Dec 2013 11:37:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC:=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=EB=A0=88=EC=9D=B4=EC=96=B4=20=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile_shop.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/mobile_shop.css b/css/mobile_shop.css index 14d2fa983..d9f89990d 100644 --- a/css/mobile_shop.css +++ b/css/mobile_shop.css @@ -23,6 +23,13 @@ a:link, a:visited {color:#000;text-decoration:none} #hd {position:relative;margin:0 0 10px;padding:10px 0;border-bottom:1px solid #e9e9e9;text-align:center} #hd h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1000px;height:0} +#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden} +.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff} +.hd_pops_con {margin:0 0 30px} +.hd_pops_footer {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right} +.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff} + #logo {padding:10px 0} #hd_ct {position:absolute;top:10px;left:10px;padding:10px;border:0;background:#333;color:#fff;font-size:1em;text-decoration:none;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none}