/* Common */ jQuery(function($){ /* Gnb */ $(window).scroll(function(){ if ($(this).scrollTop() > 0) { $("#header").addClass("fixed"); } else { $("#header").removeClass("fixed"); }; }); /* Tab */ $(".tab_wrap > ul > li > a").click(function() { var idx = $('.tab_wrap > ul > li > a').index(this); $('.tab_wrap > ul > li > a').parent('.tab_wrap > ul > li').removeClass('on').eq(idx).addClass('on'); }); /* search */ $(".search_btn").click(function() { $(".search_wrap").slideToggle('600', function() { $(this).parent(".search_area").toggleClass("on"); }); }) /*search_checkbox*/ $('.search_wrap input').iCheck({ checkboxClass: 'icheckbox_flat', }); $(".chk_all").click(function() { $(".chk_all").parent().children("input").removeAttr("checked","checked"); $(".chk_other").parent().children("input").removeAttr("checked","checked"); }) $(".chk_other").click(function() { $(".chk_all").parent().children("input").removeAttr("checked","checked"); }) /* footer */ $("nav .btn_nav.open").click(function() { $(this).parent().addClass("on"); }); $("nav .btn_nav.closed").click(function() { $(this).parent().parent().removeClass("on"); }) }); /* Top Button */ $(document).ready(function () { $('.top-btn').show(); // ž ¹öÆ° //Scroll Top Button Fade In/Out $(window).scroll(function () { var scrollPosition = $(this).scrollTop(); if (scrollPosition < 0) { $('.top-btn').fadeIn(); } }); // Scroll to top $('.scroll').click(function () { $('body,html').animate({ scrollTop: 0 }, 500); }); /* $(".top-btn1").hover(function(){ $(this).css("background-color","#ff8a00"); }, function(){ $(this).css("background-color","#484848"); scroll_top() }); */ }); /* Madia */ jQuery(function($){ // Made var lastWidth = 0; var resize = function(){ var currentWidth = $(this).width(); if(lastWidth==0){ //initial var status = currentWidth<1200 ? 'mobile' : (currentWidth>=1200 ? 'pc' : ''); }else{ var status = currentWidth < lastWidth ? 'mobile' : (currentWidth > lastWidth ? 'pc' : ''); } if(status=='mobile' && currentWidth < 1200 && (lastWidth > 1200 || lastWidth == 0) ){ // Mobile /* Gnb */ $(".menu_wrap > ul > li > a").click(function() { $(this).parent().toggleClass("on"); }); $('.top-btn').hide(); // ž ¹öÆ° /* footer */ $(".foot_util > ul > li > span").click(function() { $(this).parent().toggleClass("on"); }); }else if(status=='pc' && currentWidth >= 1200 && (lastWidth < 1200 || lastWidth==0) ){ // PC /* Gnb */ $(".menu_wrap > ul > li > a").unbind("click"); $('.top-btn').show(); // ž ¹öÆ° /* footer */ $(".foot_util > ul > li > span").unbind("click"); } lastWidth = currentWidth; } $(window).resize(function(){ resize(); }).triggerHandler('resize'); }); /* *DzÅÍ location_wrap ¼ÂÆà *@param String ("a,b,c,d") */ function locationWrapSet(str){ var htmlStr = '
'; for(i=0; i < str.split(",").length; i++){ if(i == str.split(",").length-1){ htmlStr += '