슬라이더 background cover 속성 부여 및 header 좌우 padding 20px제거

This commit is contained in:
dlehdanakf 2015-07-06 10:53:00 +09:00
parent accb31c48c
commit 851f44cada

View file

@ -39,7 +39,7 @@ a:hover,a:active,a:focus{text-decoration:none}
/* Fixed Header */
.container.fixed_header{padding-top:100px}
.fixed_header .header_wrap{position:absolute;top:0;left:0;right:0;width:auto;z-index:1000;padding:0 20px}
.fixed_header .header_wrap{position:absolute;top:0;left:0;right:0;width:auto;z-index:1000;padding:0;}
.fixed_header .header_wrap.shrink{position:fixed;top:0;width:auto;z-index:1000;border-bottom:1px solid #e1e1e1;background-color:#fff;-webkit-animation:ani-header 0.5s forwards;animation:ani-header 0.5s forwards;left:0;right:0;}
.fixed_header .header_wrap.shrink .header>h1{padding:0}
.fixed_header .header_wrap.shrink .gnb>ul>li>a{line-height:60px}
@ -211,7 +211,7 @@ a:hover,a:active,a:focus{text-decoration:none}
.btn_top i{line-height:48px}
.swiper-container { height:600px; font-family: Raleway,'나눔바른고딕',NanumBarunGothic,ng,'돋움',Dotum,AppleGothic,Helvetica,serif; }
.swiper-container > div > div { display: table; height:600px; color:#fff; }
.swiper-container > div > div { display: table; height:600px; color:#fff; background-size:cover; }
.swiper-container > div > div > div { display: table-cell; vertical-align: middle; }
.swiper-container > div > div > div > div { width:1200px; margin:0 auto; }
.swiper-container h1 { font-weight:700; margin:0 0 19px 0; font-size:60px; line-height:70px; text-decoration: none; }
@ -318,20 +318,20 @@ a:hover,a:active,a:focus{text-decoration:none}
.search_wrap{display:none;}
.gnb{float:none;position:static;z-index:1;max-width:100%;height:100%;font-size:1em}
.gnb a{text-decoration:none;white-space: normal}
.gnb>ul>li{float:none;position:static;text-align:left}
.gnb>ul:after{display:block;clear:both;content:''}
.gnb>ul>li>a{display:block;position:static;padding:10px 0;line-height:normal;font-size:normal;font-weight:normal;color:#888}
.gnb>ul>li>a:hover,.gnb>ul>li>a:focus,.gnb>ul>li>a:focus,.gnb>ul>li.on>a{color:#444}
.gnb>ul .depth2{display:block;position:static;z-index:2;padding:0;background-color:#fff}
.gnb>ul .depth2>li{position:static}
.gnb>ul .depth2:after{display: none}
.gnb>ul .depth2 a{display:block;position:static;min-width:100%;height:auto;padding:10px 0;line-height:normal;font-size:13px;color:#9d9d9d}
.gnb>ul .depth2 a:hover,.gnb>ul .depth2 a:active,.gnb>ul .depth2 a:focus,.gnb>ul .depth2>li.on>a{color:#cda25a}
.gnb>ul .depth3{display:block;position:static;background-color:#fff;padding:0;}
.gnb>ul .depth2>li.more>a:after{display:none;}
.gnb{float:none;position:static;z-index:1;max-width:100%;height:100%;font-size:1em}
.gnb a{text-decoration:none;white-space: normal}
.gnb>ul>li{float:none;position:static;text-align:left}
.gnb>ul:after{display:block;clear:both;content:''}
.gnb>ul>li>a{display:block;position:static;padding:10px 0;line-height:normal;font-size:normal;font-weight:normal;color:#888}
.gnb>ul>li>a:hover,.gnb>ul>li>a:focus,.gnb>ul>li>a:focus,.gnb>ul>li.on>a{color:#444}
.gnb>ul .depth2{display:block;position:static;z-index:2;padding:0;background-color:#fff}
.gnb>ul .depth2>li{position:static}
.gnb>ul .depth2:after{display: none}
.gnb>ul .depth2 a{display:block;position:static;min-width:100%;height:auto;padding:10px 0;line-height:normal;font-size:13px;color:#9d9d9d}
.gnb>ul .depth2 a:hover,.gnb>ul .depth2 a:active,.gnb>ul .depth2 a:focus,.gnb>ul .depth2>li.on>a{color:#cda25a}
.gnb>ul .depth3{display:block;position:static;background-color:#fff;padding:0;}
.gnb>ul .depth2>li.more>a:after{display:none;}
/* GNB */
.gnb{ display:block; position: static; max-width: auto; }