$(function() { // ¿Í·þ $(".yb_conct").hover(function() { $(".yb_conct").css("right", "2px"); $(".yb_bar .yb_ercode").css('height', '200px'); }, function() { $(".yb_conct").css("right", "-127px"); $(".yb_bar .yb_ercode").css('height', '54px'); }); // ·µ»Ø¶¥²¿ $(".yb_top").click(function() { $("html,body").animate({ 'scrollTop': '0px' }, 300) }); });