$(function() { var body = $("body"); if (isfrontenv()) { if($(window).width() < 768) { return; } var cursor = $("
").addclass("cn-cursor"); cursor.append("
"); body.append(cursor); var _cursor = cursor.get(0); body.get(0).addeventlistener("mousemove", function(e) { _cursor.style.transform = "translate("+e.clientx+"px, "+e.clienty+"px)"; }); $("a,header .menubtn,.pro_catebox .catepicbox img").hover(function() { cursor.addclass("cn-on cn-link"); }, function() { cursor.removeclass("cn-on cn-link"); }); $("header .menubox .hidebg,header .midline .closed,.md-overlay").hover(function() { cursor.addclass("cn-on cn-close"); }, function() { cursor.removeclass("cn-on cn-close"); }); $(".c_portalresproduct_category-16160835648470162_prev").hover(function() { cursor.addclass("cn-on cn-prev"); }, function() { cursor.removeclass("cn-on cn-prev"); }); $(".c_portalresproduct_category-16160835648470162_next").hover(function() { cursor.addclass("cn-on cn-next"); }, function() { cursor.removeclass("cn-on cn-next"); }); } }); function scroll_ani() { var window_height = $(window).height(); var body = $("body"); function handle() { var t = $(window).scrolltop(); var w = $(".w-scroll-ani:not(.scrolled)"); w.each(function (i) { var top = $(this).offset().top; if (top < (window_height + t - 50)) { settimeout(function () { $(this).addclass("scrolled"); }.bind(this), i * 100); } }); if (window_height + t + 50 >= body.height()) { $(".w-scroll-ani:not(.scrolled)").each(function (i) { var top = $(this).offset().top; if (top > (body.height() - window_height)) { settimeout(function () { $(this).addclass("scrolled"); }.bind(this), i * 100); } }); } } return { add: function (a) { $(a).addclass("w-scroll-ani"); return this.add; }, init: function () { this.add("div[id^='w_common_text-']"); this.add(".w_fimg-000"); this.add(".w_fbtn-001"); this.add(".w_ficon-001"); this.add(".w_fline-001"); this.add("div[class*='c_portalresproduct_detail']"); this.add(".c_portalresmessage_form-01001"); this.add(".c_portalresproduct_list-01001001 .photolist_k1 li"); this.add(".c_portalresintro_detail-01001"); this.add(".w_fimgbox-001"); this.add(".c_portalresnews_list-01001 .newlist"); this.add(".c_portalresnews_detail-01001 .p_header"); this.add(".c_portalresnews_detail-01001 .p_datasource"); this.add(".c_portalresnews_detail-01001 .p_summary"); this.add(".c_portalresnews_detail-01001 .p_articles"); this.add(".c_portalresnews_detail-01001 .p_prevandnext"); this.add(".c_portalresproduct_list-01001"); this.add(".c_portalresnews_list-01001 .p_articles"); this.add(".c_portalresemploy_list-01001 .joblist"); this.add(".c_portalresproduct_list-01001 .p_product"); this.add(".c_portalressearch_total-01001"); this.add(".c_portalrespublic_websiteshare-01001 .ishare a"); this.add(".c_portalresebizads_banner-01001 .ad-tit"); this.add(".c_portalresebizads_banner-01001 .ad-line"); this.add(".c_portalresebizads_banner-01001 .ad-sum"); this.add(".c_portalresproduct_category-01001 .cn_cateitem"); this.add(".c_portalrescomplaintpage_detail-01001 p"); this.add(".c_portalrescomplaintpage_detail-01001 h2"); this.add(".c_portalrescomplaintpage_detail-01001 a"); $(window).scroll(function () { handle(); }); settimeout(function () { handle(); }, 500); } }; }; $(function () { var body = $("body"); if (isfrontenv()) { body.addclass("wd"); var _sa = scroll_ani(); _sa.add(".c_portalresintro_category-01001"); _sa.add(".c_portalresebizads_banner-01001 .swiper-container"); _sa.add(".c_portalresnews_list-01001016"); _sa.add(".c_portalresebizads_banner-01001"); _sa.add(".c_portalresebizads_banner-01001 .bannerinfobox"); _sa.add(".cn_scroll"); _sa.add(".pubtitle"); _sa.add(".pubtitle h3"); _sa.init(); settimeout(function () { body.addclass("wd-show"); }, 500); } else { body.addclass("make"); } });