function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i0&&intheight>0) { window.resizeTo(intwidth,intheight); window.location.href=url; } } /* add */ // ScrollTop $(document).ready(function() { const $scrollTop = $('.scrollTop'); // 1. ½ºÅ©·Ñ À§Ä¡¿¡ µû¸¥ ½ºÅ¸ÀÏ Á¦¾î function setScrollTopStyle() { if ($(window).scrollTop() > 100) { $scrollTop.css('opacity', '1'); } else { $scrollTop.css('opacity', '0'); } } // 2. ÃÊ±â ·Îµå ½Ã ½ÇÇà setScrollTopStyle(); // 3. ½ºÅ©·Ñ À̺¥Æ® $(window).on('scroll', function() { setScrollTopStyle(); }); // 4. Ŭ¸¯ À̺¥Æ® (ºÎµå·´°Ô À̵¿) $scrollTop.on('click', function(e) { e.preventDefault(); // ±âº» ¸µÅ© À̵¿ ¹æÁö $('html, body').animate({ scrollTop: 0 }, 800); }); });