document.write(""); document.write("
"); document.write(""); document.write(" "); document.write(" "); document.write(""); document.write(""); document.write("
"); document.write("
"); document.write(" "); document.write("
"); document.write("
"); $R_jQuery = jQuery.noConflict(); //±âÁ¸ ¸Åü¿¡¼­ jQueryÀÌ¿ÜÀÇ framework¸¦ »ç¿ëÇÒ ¼ö ÀÖÀ¸¹Ç·Î Àç¼³Á¤ var is_close = false; var RealAdTop = 0; var RealAdLeft = 0; function HC_popupClose_union4() { //´Ý±â¹öưŬ¸¯½Ã $R_jQuery('#RealFooterHC_union4').fadeOut('fast'); is_close=true; } function RealADDisplay_union4() { //±¤°íº¸À̱â //$R_jQuery('#RealFooterHC_union4').fadeIn('slow'); $R_jQuery('#RealFooterHC_union4').show('slow'); } real_time = real_time * 1000; //Àç°¡µ¿ ½Ã°£ ¼³Á¤. 1000 < -- 1ÃÊ function RealAdScroll_union4(){ //ŸÀӾƿôÀ¸·Î º¸À̱â (½ºÅ©·Ñ½Ã) if(!is_close) { //´Ý±â¹öưÀÌ Å¬¸¯ÀÌ µÇ¾ú´Ù¸é ½ÇÇàÇÏ¸é ¾ÈµÊ $R_jQuery('#RealFooterHC_union4').css('display','none'); //°¨Ãß°í RealAdLeft = ($R_jQuery(window).width()/2) - 360; if ( RealAdLeft < 130 ) RealAdLeft = '130'; RealAdTop = $R_jQuery(window).height() - 80 + $R_jQuery(window).scrollTop(); //À§Ä¡°è»ê if(RealAdTop < 0){ $R_jQuery('#RealFooterHC_union4').css('display', 'none'); }else{ $R_jQuery('#RealFooterHC_union4').css('top', RealAdTop+'px'); //³ôÀ̼¼ÆÃ $R_jQuery('#RealFooterHC_union4').css('left', RealAdLeft+'px'); //°¡¿îµ¥ À§Ä¡ ¼¼ÆÃ setTimeout(RealADDisplay_union4, real_time); //Àç°¡µ¿½Ã°£ÈÄ º¸À̱â (clearÇÊ¿ä¾øÀ½) } } } RealAdScroll_union4(); $R_jQuery(window).scroll(RealAdScroll_union4); //½ºÅ©·Ñ½Ã ŸÀӾƿôÈ£Ãâ $R_jQuery(window).resize(RealAdScroll_union4); //¸®»çÀÌÁî½Ã ŸÀӾƿôÈ£Ãâ