슬라이더 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 */ /* Fixed Header */
.container.fixed_header{padding-top:100px} .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{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 .header>h1{padding:0}
.fixed_header .header_wrap.shrink .gnb>ul>li>a{line-height:60px} .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} .btn_top i{line-height:48px}
.swiper-container { height:600px; font-family: Raleway,'나눔바른고딕',NanumBarunGothic,ng,'돋움',Dotum,AppleGothic,Helvetica,serif; } .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 { display: table-cell; vertical-align: middle; }
.swiper-container > div > div > div > div { width:1200px; margin:0 auto; } .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; } .swiper-container h1 { font-weight:700; margin:0 0 19px 0; font-size:60px; line-height:70px; text-decoration: none; }