메인배너 투명도 설정 변경, 상단 내비게이션 바 두께 및 투명도 설정 변경
This commit is contained in:
@ -12,7 +12,7 @@ $md_banner_bg = isset($rb_skin['md_banner_bg']) ? $rb_skin['md_banner_bg'] : '';
|
||||
.swiper-button-next-wide {right:auto; left: 50px !important; opacity: 1 !important; top:7px !important}
|
||||
.swiper-button-prev-wide {left:-10px; top:7px !important}
|
||||
.sl_bn_inner {min-height: 800px; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative;}
|
||||
.sl_overlay {position: absolute;top: 0; left: 0;width: 100%; height: 100%;background: rgba(0, 0, 0, 0.1); z-index: 1;}
|
||||
.sl_overlay {position: absolute;top: 0; left: 0;width: 100%; height: 100%; /*background: rgba(0, 0, 0, 0.1); */z-index: 1;}
|
||||
.sl_content {position: absolute; bottom:0px; left: 0px; z-index: 2; color:#fff; left: 50%; transform: translateX(-50%); padding-bottom: 100px;}
|
||||
.swiper-pagination-wide-page {text-align: center; width: 70px !important; float:left; font-size: 12px;}
|
||||
.sl_arrows {margin-bottom: 100px;}
|
||||
@ -21,9 +21,9 @@ $md_banner_bg = isset($rb_skin['md_banner_bg']) ? $rb_skin['md_banner_bg'] : '';
|
||||
.sl_alt1 {font-size: 60px; line-height: 140%; color:#fff; text-shadow: 0px 0px 20px rgba(0,0,0,0.5);}
|
||||
.sl_alt2 {font-size: 22px; line-height: 100%; color:#fff; text-shadow: 0px 0px 10px rgba(0,0,0,0.7);}
|
||||
.sl_a_links {font-size: 20px; padding: 15px 30px; border-radius: 10px; background-color: #FAE100; color:#483729; line-height: 100%; margin-top: 40px; float:left;}
|
||||
.ico_j {float:right; margin-top: -80px; filter: drop-shadow(0px 0px 5px black);}
|
||||
.ico_j {float:right; margin-top: -80px; filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.4));}
|
||||
.ico_j img {height:90px; width: 90px;}
|
||||
.ico_j_ul1 {float: left; font-size: 20px; font-weight: 900; margin-top: 17px; text-shadow: 0px 0px 20px rgba(0,0,0,0.5);}
|
||||
.ico_j_ul1 {float: left; font-size: 20px; font-weight: 900; margin-top: 17px; /*text-shadow: 0px 0px 20px rgba(0,0,0,0.5);*/}
|
||||
.ico_j_ul1 span {font-size: 40px;}
|
||||
.ico_j_ul2 {float:right; padding-left: 10px;}
|
||||
.image_roll {object-fit: cover; height:800px !important; width: 100%; position: absolute; top:0px; left: 0px;}
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
/* 공통 { */
|
||||
main {width: 100%; background-color: #fff; height:100%;}
|
||||
label {word-break: keep-all !important;}
|
||||
#header {background-color: rgba(255,255,255,0.5); border-bottom: 0px; padding-top: 20px; padding-bottom: 5px; position: fixed; top:0px; left: 0px; width: 100%; z-index: 98; /*box-shadow: 0px 0px 20px rgba(0,0,0,0.05);*/}
|
||||
#header {background-color: rgba(255,255,255,0.5); border-bottom: 0px; padding-top: 20px; padding-bottom: 5px; position: fixed; top:0px; left: 0px; width: 100%; z-index: 98; box-shadow: 0px 0px 20px rgba(0,0,0,0.05);}
|
||||
.main_sec1 {margin-bottom: 50px; box-sizing: border-box;}
|
||||
.no_data {padding-top: 80px !important; padding-bottom: 110px !important; text-align: center; line-height: 140%; margin-top: 30px; border-bottom: 1px solid #eee; color:#999; border-top:0px !important;}
|
||||
/* } */
|
||||
@ -449,7 +449,7 @@ footer .footer_btn:hover {border-color:#fff; color:#fff;}
|
||||
|
||||
/* 퍼스트가든 { */
|
||||
#contents_wrap {padding-top: 0px;}
|
||||
#header {border-bottom: 0px !important; padding-top: 50px; padding-bottom: 50px; background-color:rgba(255,255,255,0);}
|
||||
#header {border-bottom: 0px !important; padding-top: 40px; padding-bottom: 20px; background-color:rgba(255,255,255,0);}
|
||||
/*#header.gnb_up {background-image:url('../rb.img/sv.jpg'); padding-top: 20px; padding-bottom: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover;}*/
|
||||
#header.gnb_up {background-color:rgba(0,0,0,0.6) !important; padding-top: 20px; padding-bottom: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover;}
|
||||
/*#header.gnb_up {background-color:rgba(255,255,255,0.8) !important; padding-top: 20px; padding-bottom: 10px; background-repeat: no-repeat; background-position: center center; background-size: cover;}*/
|
||||
|
||||
Reference in New Issue
Block a user