From 1a38e0613fcf290f20a549127d624ec5afd4fdb2 Mon Sep 17 00:00:00 2001 From: KWON Date: Mon, 29 Sep 2025 15:36:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=EB=B0=B0=EB=84=88=20?= =?UTF-8?q?=ED=88=AC=EB=AA=85=EB=8F=84=20=EC=84=A4=EC=A0=95=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD,=20=EC=83=81=EB=8B=A8=20=EB=82=B4=EB=B9=84=EA=B2=8C?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EB=B0=94=20=EB=91=90=EA=BB=98=20=EB=B0=8F?= =?UTF-8?q?=20=ED=88=AC=EB=AA=85=EB=8F=84=20=EC=84=A4=EC=A0=95=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rb/rb.mod/banner/skin/rb.wide_slide/banner.skin.php | 6 +++--- theme/rb.basic/rb.css/style.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rb/rb.mod/banner/skin/rb.wide_slide/banner.skin.php b/rb/rb.mod/banner/skin/rb.wide_slide/banner.skin.php index 43927e40f..8f9b4758c 100644 --- a/rb/rb.mod/banner/skin/rb.wide_slide/banner.skin.php +++ b/rb/rb.mod/banner/skin/rb.wide_slide/banner.skin.php @@ -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;} diff --git a/theme/rb.basic/rb.css/style.css b/theme/rb.basic/rb.css/style.css index 4ed685391..a40995a4a 100644 --- a/theme/rb.basic/rb.css/style.css +++ b/theme/rb.basic/rb.css/style.css @@ -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;}*/