function js_OnOffImg($obj) { if ($obj.attr("src").indexOf("_off.") > 0) { $obj.attr("src", $obj.attr("src").replace("_off.", "_on.")); } else if ($obj.attr("src").indexOf("_on.") > 0) { $obj.attr("src", $obj.attr("src").replace("_on.", "_off.")); } } var t = 2 ; $(document).ready(function() { $('#post_area img').removeAttr('style'); // GNB ¿µ¿ª È®Àå animate $('.TopMenuSub').on('mouseenter keyup', function() { $('.customerService02').stop().css('height', 0); $('.top_area, .TopMenu').stop().animate({ height : '247px' }, 500, 'easeOutExpo'); return false; }); $('.top_area, .TopMenuSub').on('mouseleave', function() { $('.customerService02').css('height', 0); $('.top_area, .TopMenu').stop().animate({ height : '93px' }, 500, 'easeOutExpo'); }); // header¿µ¿ª image rollover $('.TopMenuSub img').hover(function() { js_OnOffImg($(this)); }, function() { js_OnOffImg($(this)); }); // header¿µ¿ª [Global Serivice] $('.userList li.gs').on('mouseenter keyup', function() { $(this).find('>a').stop().hide(); $(this).find('ul').stop().fadeIn('slow'); }); $('.userList li.gs ul').on('mouseleave', function() { $(this).stop().hide(); $(this).parent().find('a').stop().fadeIn('slow').css('opacity', 1); }); /* $('.TopMenuSub button').click(function() { var csOpen = 198; // °í°´¸ÂÃã¼­ºñ½º layer open ³ôÀÌ°ª var csClose = 0; // °í°´¸ÂÃã¼­ºñ½º layer ´ÝÇûÀ» ¶§ ³ôÀÌ°ª 0 if ($('.customerService02').height() == csClose) { $('.customerService02').animate({ height : '198px' }, 500, 'easeOutExpo'); } else if ($('.customerService02').height() == csOpen){ $('.customerService02').animate({ height : 0 }, 500, 'easeOutExpo'); } }); */ //ÃÖ»ó´Ü [Global Service - ´Ý±â¹öÆ°] $('.cs02 button').on('click', function() { $('.TopMenuSub button').trigger('click'); }); $('.cs02List input').click(function() { $('.cs02List ul').css({opacity : 0, width : 0, left : '211px'}); $('.cs02List ul.lastChild').css('left', '430px'); $(this).nextAll('ul.firstChild').animate({ left : '230px', width : '200px', opacity : 1 }, 200, 'easeOutExpo'); $(this).nextAll('ul.lastChild').delay(100).animate({ left : '455px', width : '200px', opacity : 1 }, 200, 'easeOutExpo'); }); // lnb $('.lnb02 li').on('mouseenter keyup', function() { $(this).find('img:eq(0)').attr('src', $(this).find('img:eq(0)').attr('src').split('_off.gif').join('_on.gif')); if ($(this).has('ul')) { $(this).find('ul').show(); } }); $('.lnb02 li').on('mouseleave keydown', function() { $(this).find('img:eq(0)').attr('src', $(this).find('img:eq(0)').attr('src').split('_on.gif').join('_off.gif')); if ($(this).has('ul')) { $(this).find('ul').hide(); } }); // »ç¾÷Àå³×Æ®¿öÅ© Áöµµ ·¹À̾îÆ˾÷ $('.networkArea').find('p.naPic').click(function() { var chk = 0; $(this).next('.naOn').find('div:first').attr('data','on'); $(".layerNaWrap").each(function(i){ if ($(".layerNaWrap:eq("+i+")").attr("data") =="on"){ chk++; } }); if(chk == 1){ $(this).next('.naOn').add('.naOn .layerNaWrap').css({ width : 0, height : 0 }); var height = '665px'; if($(this).index() == 7){ height = '750px'; } $(this).next('.naOn').add('.naOn .layerNaWrap').show().animate({ width : '673px', height : height, 'min-height' : height }, 300, 'swing'); return false; } return false; }); // »ç¾÷Àå³×Æ®¿öÅ© Áöµµ ·¹À̾îÆ˾÷ ´Ý±â¹öÆ° $('.layerNa button').click(function() { $('.layerNaWrap').attr("data",""); $('.layerNaWrap').add('.naOn').animate({ width : 0, height : 0, 'min-height' : 0 }, 300, 'swing'); }); $(".naReview ul.lastChild li").click(function(){ var arr_org_img; org_img = $(this).find("img").attr("src"); arr_org_img= org_img.split("_"); new_img = arr_org_img[0]+"_"+arr_org_img[1].substring(0, arr_org_img[1].length-1)+ arr_org_img[2].substring(1, arr_org_img[2].length); $(this).parent().prev().find("img:eq(0)").attr("src",new_img); return false; }); // footer family site image rollover $('.layerFamilySite img').hover(function() { js_OnOffImg($(this)); }, function() { js_OnOffImg($(this)); }); // footer family site button click - animate $('.familysite button').on('click', function() { $('.layerFamilySite').animate({ top : '-195px', height : '255px' }, 300, 'easeOutExpo'); $('.layerFamilySite ul li').eq(0).trigger('click'); }); // footer family site layer ¿ìÃø ÄÜÅÙÃ÷ animate var fsSub = $('.layerFamilySite div'); var fsLi = $('.layerFamilySite ul li'); fsSub.css({opacity : 0, width : 0}); fsLi.click(function() { var nCurrent = $(this); fsSub.animate({ left : 477, width : 0, opacity : 0 }, 200, 'easeOutExpo'); fsSub.eq(nCurrent.index()).animate({ left : 537, width : 390, opacity : 1 }, 200, 'easeOutExpo'); return false; }); // footer family site layer close button $('.layerFamilySite button').on('click', function() { $('.layerFamilySite').animate({ top : 41, height : 0 }, 300, 'easeOutExpo'); }); if($('#fixedBanner') != undefined && $('#fixedBanner').position() != null){ var topHeight = $('#wrapper').height(); var bannerPosition = $('#fixedBanner').position().top; var bannerTop = parseInt(topHeight) + parseInt(bannerPosition); window.onscroll = function(){ var winTop = $(this).scrollTop(); if(winTop>=bannerTop){ $('#fixedBanner').attr('style', 'float:left;position:fixed;top:0'); }else if(winTop<=bannerTop){ $('#fixedBanner').attr('style', 'float:left'); } } } }); // document.ready