This commit is contained in:
KNKIM 2021-12-10 09:59:04 +09:00
commit f6b2459e04
2 changed files with 6 additions and 3 deletions

View File

@ -474,7 +474,7 @@ function fn_listPops(typeDivCd) {
/* 문화원s pick */ /* 문화원s pick */
var pickswiper = new Swiper('.pickSwiper', { var pickswiper = new Swiper('.pickSwiper', {
loop : true, loop : false,
slidesPerView : _slidesPerView, slidesPerView : _slidesPerView,
spaceBetween : _spaceBetween, spaceBetween : _spaceBetween,
centeredSlides : false, centeredSlides : false,
@ -505,10 +505,10 @@ function fn_listPops(typeDivCd) {
/* 온라인 자료관 */ /* 온라인 자료관 */
var onlineswiper = new Swiper('.onlineSwiper', { var onlineswiper = new Swiper('.onlineSwiper', {
loop : true, loop : false,
slidesPerView : _slidesPerViewOnline, slidesPerView : _slidesPerViewOnline,
spaceBetween : _spaceBetween, spaceBetween : _spaceBetween,
centeredSlides : true, centeredSlides : false,
autoplay: { autoplay: {
delay: 4000, delay: 4000,
disableOnInteraction: false, disableOnInteraction: false,

View File

@ -395,6 +395,8 @@ footer .family_site {right:10px;}
.btn-go-top span:nth-of-type(2) { display: none; } .btn-go-top span:nth-of-type(2) { display: none; }
.btn-go-top img { width: 24px; } .btn-go-top img { width: 24px; }
#mo-member-btn { display: block; } #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; } .location .inner .row-top .location-box .tit h2 { font-size: 22px; }
@ -843,6 +845,7 @@ footer .family_site {right:10px;}
/* faq */ /* faq */
.faq .contents, .faq .contents,
.faq .inner {margin-bottom:35px;}
.faq .inner .tab { width: 100%;padding:0; } .faq .inner .tab { width: 100%;padding:0; }
.faq .mo_tabs_wrap { padding-left: 16px; box-sizing: border-box; height: 56px; } .faq .mo_tabs_wrap { padding-left: 16px; box-sizing: border-box; height: 56px; }
.faq .inner .tab_content {margin-top:0px;} .faq .inner .tab_content {margin-top:0px;}