{"id":53,"date":"2025-08-21T06:38:58","date_gmt":"2025-08-21T06:38:58","guid":{"rendered":"https:\/\/thenp0218.mycafe24.com\/?page_id=53"},"modified":"2025-09-22T01:37:08","modified_gmt":"2025-09-22T01:37:08","slug":"%ed%99%8d%eb%b3%b4%ec%9e%90%eb%a3%8c","status":"publish","type":"page","link":"https:\/\/the-np.co.kr\/?page_id=53","title":{"rendered":"\ud64d\ubcf4\uc790\ub8cc"},"content":{"rendered":"\n<!-- AOS -->\n<link href=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.css\" rel=\"stylesheet\">\n<script src=\"https:\/\/unpkg.com\/aos@2.3.1\/dist\/aos.js\"><\/script>\n\n\n\n<div class=\"wp-block-cover\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" class=\"wp-block-cover__image-background wp-image-60 size-large\" alt=\"\" src=\"http:\/\/thenp0218.mycafe24.com\/wp-content\/uploads\/2025\/08\/building-1024x684.jpg\" data-object-fit=\"cover\" srcset=\"https:\/\/the-np.co.kr\/wp-content\/uploads\/2025\/08\/building-1024x684.jpg 1024w, https:\/\/the-np.co.kr\/wp-content\/uploads\/2025\/08\/building-300x200.jpg 300w, https:\/\/the-np.co.kr\/wp-content\/uploads\/2025\/08\/building-768x513.jpg 768w, https:\/\/the-np.co.kr\/wp-content\/uploads\/2025\/08\/building-1536x1025.jpg 1536w, https:\/\/the-np.co.kr\/wp-content\/uploads\/2025\/08\/building-2048x1367.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-40 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div class=\"titleBox\">\n<div class=\"title_inner\">\n<h1 data-aos=\"fade-up\" data-aos-duration=\"1500\">\ud64d\ubcf4\uc790\ub8cc<\/h1>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"thenewin_wrap\">\n<div class=\"thenewin_title\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\n<h5>\nPromotional materials<\/h5>\n<h1>\ud64d\ubcf4\uc790\ub8cc<h1>\n<\/div>\n\n\n\n<div class=\"docu_wrap\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\n\n\n\n<figure class=\"wp-block-video\"><video height=\"720\" style=\"aspect-ratio: 1280 \/ 720;\" width=\"1280\" controls src=\"https:\/\/the-np.co.kr\/wp-content\/uploads\/2025\/09\/\ud64d\ubcf4\uc601\uc0c1_\ubcc0\uacbd.mp4\"><\/video><\/figure>\n\n\n\n<\/div>\n\n\n\n<style>\n@media screen and (min-width: 769px){\n.thenewin_title{padding:50px 0 100px; text-align:center; position:relative;}\n.thenewin_title>h1{font-weight:700;}\n.thenewin_title>h5{color:#ff5a2b; font-size: 18px !important; font-weight:700 !important;}\n.thenewin_title>h5{font-size:28px; margin-top:50px; font-weight:500; line-height:45px !important;}\n.thenewin_wrap{width:100%; margin:0 auto; max-width:1400px; display: flex; justify-content: center; flex-direction: column; padding: 100px 0;}\n}\n\n@media screen and (max-width: 768px){\n.thenewin_title{text-align:center; position:relative; margin-bottom: 50px;}\n.thenewin_title>h1{font-weight:700; font-size:30px;}\n.thenewin_title>h5{color:#ff5a2b; font-size: 16px !important;}\n.thenewin_title>h5{font-size:28px; margin-top:50px; font-weight:500; line-height:45px !important;}\n.docu_wrap{padding:50px 0 100px;}\n}\n\n<\/style>\n\n\n\n<script>\n\n  AOS.init();\n\n  jQuery(document).ready(function ($) {\n\n $('#kboard-wonderful-product-list .kboard-list-item a').each(function(){\n    var t = $(this).attr('title');\n    if(!t || !t.trim()){\n      \/\/ \ub2e4\ub978 \uacf3\uc5d0\uc11c \uc81c\ubaa9\uc744 \ub04c\uc5b4\uc640 \ucc44\uc6b0\uae30 (\uc5c6\uc73c\uba74 \ud30c\uc77c\uba85\/\uce74\ud14c\uace0\ub9ac \ub4f1 \uc6d0\ud558\ub294 \uc18c\uc2a4)\n      var fallback = $(this).closest('.kboard-list-item').find('.kboard-wonderful-product-title').text().trim();\n      if(fallback) $(this).attr('title', fallback);\n    }\n  });\n\n    function animateCounter($counter) {\n      const target = Number($counter.attr('data-target'));\n      const duration = 2500;\n      const frameRate = 60;\n      const totalFrames = Math.round((duration \/ 1000) * frameRate);\n      let frame = 0;\n\n      function easeOutQuad(t) {\n        return t * (2 - t);\n      }\n\n      function counterStep() {\n        frame++;\n        const progress = frame \/ totalFrames;\n        const easedProgress = easeOutQuad(progress);\n        const current = Math.round(target * easedProgress);\n\n        $counter.text(current.toLocaleString());\n\n        if (frame < totalFrames) {\n          requestAnimationFrame(counterStep);\n        } else {\n          $counter.text(target.toLocaleString());\n        }\n      }\n\n      requestAnimationFrame(counterStep);\n    }\n\n    const observer = new IntersectionObserver((entries, obs) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          const $target = $(entry.target);\n          if (!$target.data('animated')) {\n            $target.data('animated', true);\n            animateCounter($target);\n          }\n        }\n      });\n    }, {\n      threshold: 0.5\n    });\n\n    $('.counter').each(function () {\n      observer.observe(this);\n    });\n  });\n\nconst header = document.querySelector('header');\n        window.addEventListener('scroll', () => {\n            if (window.scrollY > 50) {\n                header.classList.add('scrolled');\n            } else {\n                header.classList.remove('scrolled');\n            }\n        });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Promotional materials \ud64d\ubcf4\uc790\ub8cc<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"kt_blocks_editor_width":"","footnotes":""},"class_list":["post-53","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/the-np.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/53","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/the-np.co.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/the-np.co.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/the-np.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/the-np.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=53"}],"version-history":[{"count":12,"href":"https:\/\/the-np.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/53\/revisions"}],"predecessor-version":[{"id":2224,"href":"https:\/\/the-np.co.kr\/index.php?rest_route=\/wp\/v2\/pages\/53\/revisions\/2224"}],"wp:attachment":[{"href":"https:\/\/the-np.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=53"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}