(function($) {
	$(function() {
		$(".pagetop").localScroll({speed: 800, easing: "easeOutExpo"});

		$("#contents_main").localScroll({speed: 900, easing: "easeOutExpo"});

	});
})(jQuery);

