/*Àüü¸Þ´º¹öÆ°*/ $(function() { $("#callNav").click(function() { var gnb = $("#gnb"); if(!$(this).hasClass('active')) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); }); /*Àüü¸Þ´º¹öÆ°*/ /*¸ð¹ÙÀϸ޴º¹öÆ°*/$(function() { $("#callNav2").click(function() { var gnb = $("#gnb"); if(!$(this).hasClass('active')) { $(this).addClass('active'); } else { $(this).removeClass('active'); } }); }); /*¸ð¹ÙÀϸ޴º¹öÆ°*/ /*»ó´Ü¸Þ´º*/ jQuery(function($){ $('#tnb').find('li > a.depth01').mouseover(function(){ $(this).parent('li').find('dl').stop().css('padding-top', '15px').animate({'height' : '70'}, 350); $(this).parent('li').siblings('li').find('dl').stop().css('padding-top', '0').animate({'height' : '0'}, 0); $('#tnb_bg').stop().css('overflow', '').animate({'height' : '70'}, 350); }).focus(function(){ $(this).parent('li').find('dl').stop().css('padding-top', '15px').animate({'height' : '70'}, 350); $(this).parent('li').siblings('li').find('dl').stop().css('padding-top', '0').animate({'height' : '0'}, 0); $('#tnb_bg').stop().css('overflow', '').animate({'height' : '70'}, 350); }); $('#container, #contents, #footer, .m_visual, #m_cont, #mainSlider, #sub_visual').mouseenter(function(){ $('#tnb > li').find('dl').stop().css('padding-top', '0').animate({'height' : '0'}, 350); $('#tnb_bg').stop().css('overflow', '').animate({'height' : '0'}, 350); }); $('#tnb > li > dl').mouseover(function(){ $(this).parent('li').find('a.depth01').removeClass('depth01').addClass('depth01_on'); }); $('#tnb > li > dl').mouseout(function(){ $(this).parent('li').find('a.depth01_on').removeClass('depth01_on').addClass('depth01'); }); }); /*»ó´Ü¸Þ´º*/ /*Àüü¸Þ´º*/ $(document).ready(function () { var isClick = false; $('#all_menu').click(function () { if (isClick) { $('#anb').stop().css('overflow', '').animate({'height' : '0'}, 350); $('#anb_bg').stop().css('overflow', '').animate({'height' : '0'}, 350); $('#tnb > li > dl').stop().css('padding-top', '0').animate({'height' : '0'}, 0); $('#tnb_bg').stop().css('overflow', '').animate({'height' : '0'}, 350); isClick = false; } else { $('#anb').stop().css('overflow', 'hidden').animate({'height' : '288'}, 350); $('#anb_bg').stop().css('overflow', 'hidden').animate({'height' : '288'}, 350); $('#tnb > li > dl').stop().css('padding-top', '0').animate({'height' : '0'}, 0); $('#tnb_bg').stop().css('overflow', 'hidden').animate({'height' : '0'}, 350); isClick = true; } }); $('#tnb > li > a').mouseover(function () { $('#anb').stop().css('overflow', '').animate({'height' : '0'}, 350); $('#anb_bg').stop().css('overflow', '').animate({'height' : '0'}, 350); $('#callNav').removeClass('active'); isClick = false; }); }); /*Àüü¸Þ´º*/ /*¸ð¹ÙÀϸ޴º*/ $(document).ready(function () { var isClick = false; $('#mobile_menu').click(function () { if (isClick) { $('#mnb').slideUp('slow'); isClick = false; } else { $('#mnb').slideDown('slow'); isClick = true; } }); }); jQuery(function($){ $('#mnb').find('li > a.depth01').click(function(){ $(this).parent('li').find('dl').slideDown('slow'); $(this).parent('li').siblings('li').find('dl').slideUp('slow'); }).focus(function(){ $(this).parent('li').find('dl').slideDown('slow'); $(this).parent('li').siblings('li').find('dl').slideUp('slow'); }); $('#mnb > li > dl').mouseover(function(){ //alert('test') $(this).parent('li').find('a.depth01').removeClass('depth01').addClass('depth01_on'); }); $('#mnb > li > dl').mouseout(function(){ //alert('test') $(this).parent('li').find('a.depth01_on').removeClass('depth01_on').addClass('depth01'); }); }); /*¸ð¹ÙÀϸ޴º*/