메인배너 투명도 설정 변경, 상단 내비게이션 바 두께 및 투명도 설정 변경

This commit is contained in:
2025-09-29 15:36:01 +09:00
parent 38d90a5887
commit 1a38e0613f
2 changed files with 5 additions and 5 deletions

View File

@ -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;}