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

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

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