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 fffead7e..d6325418 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -474,7 +474,7 @@ function fn_listPops(typeDivCd) { /* 문화원s pick */ var pickswiper = new Swiper('.pickSwiper', { - loop : true, + loop : false, slidesPerView : _slidesPerView, spaceBetween : _spaceBetween, centeredSlides : false, @@ -505,10 +505,10 @@ function fn_listPops(typeDivCd) { /* 온라인 자료관 */ var onlineswiper = new Swiper('.onlineSwiper', { - loop : true, + loop : false, slidesPerView : _slidesPerViewOnline, spaceBetween : _spaceBetween, - centeredSlides : true, + centeredSlides : false, autoplay: { delay: 4000, disableOnInteraction: false, diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 6340b5c8..97d92580 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -395,6 +395,8 @@ footer .family_site {right:10px;} .btn-go-top span:nth-of-type(2) { display: none; } .btn-go-top img { width: 24px; } #mo-member-btn { display: block; } + .wrap footer {padding-bottom:100px;} + .wrap.sub footer {padding-bottom:16px;} /* 서브 공통 */ .location .inner .row-top .location-box .tit h2 { font-size: 22px; } @@ -843,6 +845,7 @@ footer .family_site {right:10px;} /* faq */ .faq .contents, + .faq .inner {margin-bottom:35px;} .faq .inner .tab { width: 100%;padding:0; } .faq .mo_tabs_wrap { padding-left: 16px; box-sizing: border-box; height: 56px; } .faq .inner .tab_content {margin-top:0px;}