From 3bfe671673f73257d1edc465f69cb1ec7d6831a9 Mon Sep 17 00:00:00 2001 From: com02 Date: Mon, 29 Nov 2021 16:34:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=EC=8A=AC=EB=9D=BC=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp | 2 +- src/main/webapp/css/default.css | 1 + src/main/webapp/css/media.css | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index f91ef9c9..92cdd889 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -10,7 +10,7 @@ $(document).ready(function() { - $("#divMainBanner").removeClass(); + //$("#divMainBanner").removeClass(); $("#divMainBannerPage").remove(); diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index b03a2a2c..925abfdc 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -162,6 +162,7 @@ section .inner p.desc {font-size: 18px;color:#666;margin-bottom:40px;} .sec1 .inner .banner p:nth-of-type(2) {top:400px;} .sec1 .inner .banner p:nth-of-type(2) a {border:1px solid #fff;border-radius:50px;color:#fff;font-size:14px;padding:5px 20px;} .sec1 .inner .banner p:nth-of-type(2) a:hover {border:1px solid #fff;background:#fff;color:#333;} +.MainSwiper {width:100%;height:100%;display:inline-block;} .MainSwiper .swiper-button-next:after, .MainSwiper .swiper-rtl .swiper-button-prev:after, .MainSwiper .swiper-button-prev:after, .MainSwiper .swiper-rtl .swiper-button-next:after {color:#fff;} .MainSwiper .loop-count {display: inline-block;position:relative;top:50%;width:36px;height:36px;padding:2px;vertical-align: middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .MainSwiper .loop-count button.remote {background:none !important;position:absolute;left:0;right:0;top:0;bottom:0;width:20px;height:20px;margin:auto;border:2px solid #fff;border-radius:50%;z-index:1;background-size:34px 34px;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 18168e86..60c772a9 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -110,11 +110,13 @@ a.pop-logo img { margin-right: 10px; } .wrap .nav-wrap .Btn i::before { background: #fff; } .wrap .nav-wrap .Btn.selected i::after { bottom: 0; border-bottom: none; } .wrap .nav-wrap .Btn i::after { content: ""; position: absolute; left: 0; width: 25px; height: 2px; border-radius: 10px; background: #fff; border-color: #fff; } -.sec1 .inner .banner { height: 400px; background-position: -452px; } -.sec1 .inner .banner h3 { font-size: 22px; line-height: 33px; top: 142px; } -.sec1 .inner .banner p { font-size: 14px; line-height: 21px; top: 180px; } +.sec1 .inner .banner { height: 400px; background-position: -452px;overflow:hidden; } +.sec1 .inner .banner h3 { font-size: 22px; line-height: 33px; top: 120px; } +.sec1 .inner .banner p { font-size: 14px; line-height: 21px; top: 190px; } .sec1 .inner .banner p > span { display: block; } .sec1 .inner .banner p:nth-of-type(2) {top:260px;} +.MainSwiper .swiper-slide {height:400px;} +.MainSwiper .swiper-slide .img {height:400px;} .sec1 .inner .color-box {width:100vw;padding:0px 50px;box-sizing: border-box;top:-70px;} .sec1 .inner .color-box .list {height:150px;} .sec1 .inner .color-box .list .title {font-size:18px;margin:20px 0px 10px;} @@ -135,6 +137,7 @@ a.pop-logo img { margin-right: 10px; } .sec6 .swiper-button-prev, .swiper-rtl .swiper-button-next {left:15px;} .sec7 {vertical-align:top;width:96%;padding:100px 2% 100px;} .sec7 .inner {width:100%;} +.sec7 .inner .Fl {width:100%;margin:0;margin-bottom:20px;} .sec7 .inner .Fl .con .list .text {width:53%;} .sec7 .inner .qna .con .list .text {width:40%;} .sec7 .inner .Fl .con .list .box {margin-right:2%;}