메인슬라이드 수정

This commit is contained in:
com02 2021-11-29 16:34:09 +09:00
parent 95a3f43893
commit 3bfe671673
3 changed files with 8 additions and 4 deletions

View File

@ -10,7 +10,7 @@
$(document).ready(function() {
<c:if test="${fn:length(listBannerInfos) < 2 }">
$("#divMainBanner").removeClass();
//$("#divMainBanner").removeClass();
$("#divMainBannerPage").remove();
</c:if>

View File

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

View File

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