$(document).ready(function(){ var curGnb; //GNB jQuery(".headDiv").animate({height:101}, 0, "easeInCirc"); jQuery(".gnbBg").fadeOut(0); jQuery(".gnbBg").css("height", jQuery(window).height()); jQuery(window).resize(function(){ jQuery(".gnbBg").css("height", jQuery(window).height()); }); jQuery("#gnb").find("li").hover(function(){ jQuery(".gnbBg").stop(true, true).fadeIn(300, "easeOutCirc"); }, function(){ jQuery(".gnbBg").stop(true, true).fadeOut(300, "easeOutCirc"); }) jQuery("#gnb").find("li").each(function(){ jQuery(this).hover(function(){ jQuery(".headDiv").stop().animate({height:385}, 300, "easeOutCirc"); jQuery("#gnb").find("li").removeClass("on"); jQuery(this).addClass("on"); $(".leftBg").find("img").show(); $(".twoD").find("a").show(); $("#header").find(".headDiv").css("background", "url(\"https://www.kcpf.co.kr/img/layout/gnbtwo_bg.gif\") no-repeat 0 101px"); }, function(){ jQuery(".headDiv").stop().animate({height:101}, 300, "easeOutCirc"); jQuery(this).removeClass("on"); }); jQuery(this).focusin(function(){ jQuery(".headDiv").stop().animate({height:385}, 300, "easeOutCirc"); jQuery(".gnbBg").stop(true, true).fadeIn(300, "easeOutCirc"); jQuery(this).addClass("on"); $(".leftBg").find("img").show(); $(".twoD").find("a").show(); $("#header").find(".headDiv").css("background", "url(\"https://www.kcpf.co.kr/img/layout/gnbtwo_bg.gif\") no-repeat 0 101px"); }); jQuery(this).focusout(function(){ jQuery(".headDiv").stop().animate({height:101}, 300, "easeOutCirc"); jQuery(".gnbBg").stop(true, true).fadeOut(300, "easeOutCirc"); jQuery(this).removeClass("on"); }) }); $("#ML"+$("#header_ml_no").val()).addClass("on"); }); function sponsor_login(url){ if(confirm("로그인하시면 더 편리하게 후원 신청을 하실 수 있습니다.\n로그인을 하시겠습니까?")){ location.href = "https://www.kcpf.co.kr/member/loginweb.do"; }else{ location.href = url; } } document.writeln('
'); document.writeln(' '); document.writeln('
');