ì´ì¬ì´ë ë«ê¸°
');
$('#gonBox').css( 'height', obj_H + 'px' );
}
} else {
obj.removeClass('flying');
if ( $('#gonBox').length ) {
$('#gonBox').remove();
}
}
});
}
$(function(){
// í
ì¤í¸ ìì 기ë¥ì íµí´ ìì¤ì ë°íìë ì¹´í
ê³ ë¦¬ ìì ì --> í목 ìì
$('#cateSwiper .custom_nav_link').each(function(e) {
if ( $(this).find('a').text() == '' ) {
$(this).remove();
}
});
/* ì¹´í
ê³ ë¦¬ íì±í */
var url2, cateIndex;
$('#layout_header .designCategoryNavigation .respCategoryList>li').each(function() {
url2 = $(this).find('a').attr('href');
if ( REQURL == url2 ) {
cateIndex = $(this).index();
} else if ( REQURL != url2 && ( REQURL.substr( 0, REQURL.length-4 ) == url2 || REQURL.substr( 0, REQURL.length-8 ) == url2) ) {
// 1depth ì¹´í
ê³ ë¦¬ ì¼ì¹íë ììê° ìë ê²½ì° 2ëì¤ìì ê²ì
cateIndex = $(this).index();
}
});
$('#layout_header .designCategoryNavigation .respCategoryList>li').eq(cateIndex).addClass('on');
/* //ì¹´í
ê³ ë¦¬ íì±í */
/* ì¹´í
ê³ ë¦¬ swiper ëì( 1024 미ë§ì¸ ê²½ì° ëì, 1024 ì´ìì¸ ê²½ì° : ë§ì°ì¤ ì¤ë²ì ìë¸ë©ë´ ë
¸ì¶ ) */
var slideshowSwiper = undefined;
if ( window.innerWidth < 1024 && $('#cateSwiper .designCategoryNavigation').length > 0 ) {
$('#cateSwiper .designCategoryNavigation ul.respCategoryList>li').addClass('swiper-slide');
slideshowSwiper = new Swiper('#cateSwiper .designCategoryNavigation', {
wrapperClass: 'respCategoryList',
slidesPerView: 'auto'
});
slideshowSwiper.slideTo( (cateIndex-1), 800, false );
} else {
$('#cateSwiper .designCategoryNavigation ul.respCategoryList>li').removeClass('swiper-slide');
$('#layout_header .respCategoryList .categoryDepth1').hover(
function() { $(this).find('.categorySub').show(); },
function() { $(this).find('.categorySub').hide(); }
);
}
$( window ).resize(function() {
if ( window.innerWidth != WINDOWWIDTH ) {
if ( window.innerWidth < 1024 && $('#cateSwiper .designCategoryNavigation').length > 0 && slideshowSwiper == undefined ) {
$('#cateSwiper .designCategoryNavigation ul.respCategoryList>li').addClass('swiper-slide');
$('#layout_header .respCategoryList .categoryDepth1').off('hover');
slideshowSwiper = new Swiper('#cateSwiper .designCategoryNavigation', {
wrapperClass: 'respCategoryList',
slidesPerView: 'auto'
});
slideshowSwiper.slideTo( (cateIndex-1), 800, false );
} else if ( window.innerWidth > 1023 && slideshowSwiper != undefined ) {
slideshowSwiper.slideTo( 0, 800, false );
$('#cateSwiper .designCategoryNavigation ul.respCategoryList>li').removeClass('swiper-slide');
slideshowSwiper.destroy();
slideshowSwiper = undefined;
$('#layout_header .respCategoryList .categoryDepth1').hover(
function() { $(this).find('.categorySub').show(); },
function() { $(this).find('.categorySub').hide(); }
);
}
}
});
/* //ì¹´í
ê³ ë¦¬ swiper ëì( 1024 미ë§ì¸ ê²½ì° ëì, 1024 ì´ìì¸ ê²½ì° : ë§ì°ì¤ ì¤ë²ì ìë¸ë©ë´ ë
¸ì¶ ) */
//================= ì¹´í
ê³ ë¦¬ ì ì²´ ë¤ë¹ê²ì´ì
START ====================
$('.categoryAllBtn').click(function() {
$('#categoryAll_wrap .categoryAllContainer').load('/common/category_all_navigation', function() {
$('#categoryAll_wrap').show();
$('body').css( 'overflow', 'hidden' );
});
});
$('#categoryAll_wrap').on('click', '.categoryAllClose', function() {
$('#categoryAll_wrap').hide();
$('body').css( 'overflow', 'auto' );
});
//================= ì¹´í
ê³ ë¦¬ ì ì²´ ë¤ë¹ê²ì´ì
END ====================
//================= ë¸ëë ì ì²´ ë¤ë¹ê²ì´ì
START ====================
$('.brandAllBtn').click(function() {
$('#brandAll_wrap .brandAllContainer').load('/common/brand_all_navigation', function() {
$('#brandAll_wrap').show();
$('body').css( 'overflow', 'hidden' );
});
});
$('#brandAll_wrap').on('click', '.brandAllClose', function() {
$('#brandAll_wrap').hide();
$('body').css( 'overflow', 'auto' );
});
//================= ë¸ëë ì ì²´ ë¤ë¹ê²ì´ì
END ====================
//================= ì§ì ì ì²´ ë¤ë¹ê²ì´ì
START ====================
$('.locationAllBtn').click(function() {
$('#locationAll_wrap .locationAllContainer').load('/common/location_all_navigation', function() {
$('#locationAll_wrap').show();
$('body').css( 'overflow', 'hidden' );
});
});
$('#locationAll_wrap').on('click', '.locationAllClose', function() {
$('#locationAll_wrap').hide();
$('body').css( 'overflow', 'auto' );
});
//================= ì§ì ì ì²´ ë¤ë¹ê²ì´ì
END ====================
// GNB ê²ì ê´ë ¨
$('#respTopSearch .search_open_btn').click(function() {
$('#respTopSearch .search_form').addClass('animating');
$('#respTopSearch .search_text').focus();
});
$('#respTopSearch .search_close_btn').click(function() {
$('#respTopSearch .search_form').removeClass('animating');
});
// íì´íë° ëì°ê¸°
flyingTitleBar();
$( window ).on('resize', function() {
if ( window.innerWidth != WINDOWWIDTH ) {
flyingTitleBar();
}
});
/* ì¹´í
ê³ ë¦¬ ë¤ë¹ê²ì´ì
ìë¸ë ì´ì´ í¬ì§ì
ë³í */
var category1DepthNum = $('.respCategoryList .categoryDepth1').length;
var rightCategoryStandard = Math.floor( category1DepthNum / 2 );
$('.respCategoryList .categoryDepth1').each(function(e) {
if ( e > rightCategoryStandard ) {
//$('.respCategoryList .categoryDepth1').eq(e).addClass('right_area');
}
});
/* ì¹´í
ê³ ë¦¬ ë¤ë¹ê²ì´ì
ìë¸ë ì´ì´ í¬ì§ì
ë³í */
$('.designPopupBand .designPopupClose').on('click', function() {
// ë ë°°ë ë«ê¸° í´ë¦ì
});
});
í´ììíê³ë¥¼ ì´ë£¨ë ì¡´ì¬ë¤ê³¼ íê²½ì ì¬ì¸íê² ììì°¨ë¦¬ê³ ,
ë°ë¤ìì ííë¡ì´ 공존ì ê³ ë¯¼íë êµì¡ì ì§íí©ëë¤.