Merge branch 'master' of http://docs.nculture.org:30000/nculture/iams.nlib
This commit is contained in:
commit
f6b2459e04
@ -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,
|
||||||
|
|||||||
@ -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;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user