{"id":2113,"date":"2025-06-17T13:03:25","date_gmt":"2025-06-17T13:03:25","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2113"},"modified":"2025-06-18T11:00:48","modified_gmt":"2025-06-18T11:00:48","slug":"%ec%86%8c%eb%82%98%eb%ac%b4%ea%b0%80%eb%a3%a8%ea%b9%8d%ec%a7%80%eb%b2%8c%eb%a0%88","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%86%8c%eb%82%98%eb%ac%b4%ea%b0%80%eb%a3%a8%ea%b9%8d%ec%a7%80%eb%b2%8c%eb%a0%88","title":{"rendered":"\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808 \ub300\ud654\ud615 \uac00\uc774\ub4dc<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Pine Grove -->\n    <!-- Application Structure Plan: The application is structured into four focused sections: '\uac1c\uc694' (Overview), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud0dc \uc815\ubcf4' (Ecology), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This thematic structure allows users to quickly navigate to the information they need most. The 'Damage Symptoms' section interactively differentiates between direct feeding damage and secondary sooty mold. The 'Ecology' section provides a clear lifecycle chart, and the 'Control Methods' section visualizes the two critical spraying periods for targeting nymphs, making the guide highly practical for field use. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Damage Types (sap sucking, sooty mold) -> Goal: Inform & Compare -> Viz\/Method: Interactive component with buttons -> Interaction: Click buttons for '\uc9c1\uc811 \ud53c\ud574' and '\uac04\uc811 \ud53c\ud574' to update image and text -> Justification: Clearly separates the primary pest action from its secondary consequences, aiding in accurate diagnosis. -> Library\/Method: Vanilla JS.\n        2. Report Info: Lifecycle (2 generations, overwintering nymph) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Condenses the year-long, two-generation cycle into a simple, easy-to-follow diagram, highlighting the key stages for control. -> Library\/Method: HTML\/Tailwind.\n        3. Report Info: Control Timing (targeting nymphs after adult emergence) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart visually pinpoints the two distinct periods (June\/July and Sept\/Oct) when nymphs are most vulnerable, translating the text-based lifecycle into an actionable timeline. -> Library\/Method: Chart.js.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans KR', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-btn {\n            transition: all 0.3s ease;\n        }\n        .nav-btn.active {\n            background-color: #166534; \/* green-800 *\/\n            color: #f0fdf4; \/* green-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .damage-btn.active {\n            background-color: #9a3412; \/* rust *\/\n            color: white;\n            transform: scale(1.05);\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto p-4 md:p-8\">\n        \n        <header class=\"text-center mb-8\">\n            <h1 class=\"text-4xl md:text-5xl font-bold text-green-900 mb-2\">\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808<\/h1>\n            <p class=\"text-lg text-gray-600\">Crisicoccus pini<\/p>\n        <\/header>\n\n        <nav class=\"flex justify-center bg-gray-200 rounded-lg p-2 mb-8 shadow-sm\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-100\">\uc0dd\ud0dc \uc815\ubcf4<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808\ub294 \uc18c\ub098\ubb34, \ud574\uc1a1, \uc7a3\ub098\ubb34 \ub4f1 \uc8fc\uc694 \uc18c\ub098\ubb34\ub958\uc5d0 \ubc1c\uc0dd\ud558\ub294 \ud761\uc999\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc0c8\uc21c(\uc2e0\ucd08)\uc774\ub098 \uc78e \uc0ac\uc774\uc5d0 \uc9d1\ub2e8\uc73c\ub85c \uae30\uc0dd\ud558\uba70 \uc218\uc561\uc744 \ube68\uc544 \uba39\uc5b4 \ub098\ubb34\uc758 \uc0dd\uc7a5\uc744 \uc800\ud574\ud558\uace0, 2\ucc28\uc801\uc73c\ub85c \uadf8\uc744\uc74c\ubcd1\uc744 \uc720\ubc1c\ud558\uc5ec \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-3\">\ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h3>\n                    <div class=\"md:flex md:items-center md:space-x-6\">\n                         <div class=\"md:w-2\/3\">\n                            <p class=\"text-gray-700\">\uc554\ucef7 \uc131\ucda9\uc758 \ud06c\uae30\ub294 \uc57d 3~4mm\uc774\uba70 \ud0c0\uc6d0\ud615\uc785\ub2c8\ub2e4. \ubab8\uc740 \uc801\uac08\uc0c9\uc744 \ub760\uc9c0\ub9cc, \ud45c\uba74 \uc804\uccb4\uac00 \ud770\uc0c9\uc758 \ubc00\ub78d\uac00\ub8e8\ub85c \ube7d\ube7d\ud558\uac8c \ub36e\uc5ec \uc788\uc5b4 \uc721\uc548\uc73c\ub85c\ub294 \ud770\uc0c9 \ubc8c\ub808\ucc98\ub7fc \ubcf4\uc785\ub2c8\ub2e4.<\/p>\n                         <\/div>\n                         <img decoding=\"async\" id=\"morphology-image\" src=\"https:\/\/i.imgur.com\/5J3XfHk.jpg\" alt=\"\uc18c\ub098\ubb34 \uac00\uc9c0\uc5d0 \ubd99\uc5b4\uc788\ub294 \uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808 \uc131\ucda9\uacfc \uc57d\ucda9\" class=\"w-full mt-4 md:mt-0 md:w-1\/3 rounded-lg shadow-md\">\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud53c\ud574 \uc720\ud615 \uc9c4\ub2e8<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud53c\ud574\ub294 \uc9c1\uc811\uc801\uc778 \uc591\ubd84 \ud761\uc218\uc640 \ubc30\uc124\ubb3c\ub85c \uc778\ud55c 2\ucc28 \ud53c\ud574\ub85c \ub098\ub269\ub2c8\ub2e4. \uc544\ub798 \ubc84\ud2bc\uc744 \ub20c\ub7ec \uac01 \ud53c\ud574 \uc720\ud615\uc758 \ud2b9\uc9d5\uc744 \ud655\uc778\ud558\uc138\uc694.\n                    <\/p>\n                    <div class=\"flex justify-center space-x-2 md:space-x-4 mb-6\">\n                        <button data-damage=\"direct\" class=\"damage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc9c1\uc811 \ud53c\ud574 (\uc218\uc561 \ud761\uc999)<\/button>\n                        <button data-damage=\"indirect\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uac04\uc811 \ud53c\ud574 (\uadf8\uc744\uc74c\ubcd1)<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-image\" src=\"https:\/\/placehold.co\/400x300\/e2e8f0\/334155?text=\ud53c\ud574+\uc774\ubbf8\uc9c0\" alt=\"\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808 \ud53c\ud574 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-amber-800 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud0dc \uc815\ubcf4 Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808\uc758 \uc0dd\ud65c\uc0ac<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcf4\ud1b5 1\ub144\uc5d0 2\ud68c \ubc1c\uc0dd\ud558\uba70, \uc57d\ucda9(\uc5b4\ub9b0\ubc8c\ub808) \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \ubc29\uc81c\ub294 \uc57d\ucda9 \uc2dc\uae30\ub97c \uc815\ud655\ud788 \ub178\ub9ac\ub294 \uac83\uc774 \uc911\uc694\ud558\ubbc0\ub85c \uc0dd\ud65c\uc0ac\ub97c \uc774\ud574\ud558\ub294 \uac83\uc774 \ud544\uc218\uc801\uc785\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100 rounded-lg\">\n                            <p class=\"font-semibold\">\uc6d4\ub3d9<\/p><p class=\"text-sm\">\uc57d\ucda9 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">1\uc138\ub300 \uc131\ucda9 \ucd9c\ud604 (5\uc6d4 \uc911\uc21c ~ 6\uc6d4 \ud558\uc21c)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc57d\ucda9\uc774 \uc131\ucda9\uc774 \ub418\uc5b4 \uc57d 160\uac1c\uc758 \uc54c\uc744 \ub0b3\uc74c<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-red-100 rounded-lg\">\n                            <p class=\"font-semibold\">1\uc138\ub300 \uc57d\ucda9 \ubd80\ud654 \ubc0f \ud65c\ub3d9<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \uae6c \uc57d\ucda9\ub4e4\uc774 \uc78e\uc758 \uae30\ubd80\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \ud761\uc999<\/p>\n                        <\/div>\n                         <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">2\uc138\ub300 \uc131\ucda9 \ucd9c\ud604 (8\uc6d4 \uc911\uc21c ~ 9\uc6d4 \ud558\uc21c)<\/p><p class=\"text-sm\">1\uc138\ub300 \uc57d\ucda9\uc774 \uc131\ucda9\uc774 \ub418\uc5b4 \ub2e4\uc2dc \uc0b0\ub780<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-red-100 rounded-lg\">\n                            <p class=\"font-semibold\">2\uc138\ub300 \uc57d\ucda9 \ubd80\ud654 (\uc6d4\ub3d9 \uc138\ub300)<\/p><p class=\"text-sm\">\uac00\uc744\uc5d0 \ubd80\ud654\ud55c \uc57d\ucda9\ub4e4\uc774 \uadf8\ub300\ub85c \uc6d4\ub3d9\uc5d0 \ub4e4\uc5b4\uac10<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc29\uc81c\uc758 \ud575\uc2ec\uc740 \ubc8c\ub808\uac00 \uc57d\ud55c &#8216;\uc57d\ucda9&#8217; \uc2dc\uae30\uc5d0 \ub9de\ucdb0 \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. 1\ub144\uc5d0 \ub450 \ubc88\uc758 \ubc29\uc81c \uc801\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"p-4 border border-blue-200 bg-blue-50 rounded-lg\">\n                         <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\uc801\uc6a9 \uc57d\uc81c<\/h3>\n                         <ul class=\"list-disc list-inside text-gray-700\">\n                             <li><strong>\ub514\ub178\ud14c\ud4e8\ub780 \uc561\uc81c:<\/strong> 1,000\ubc30\uc561<\/li>\n                             <li><strong>\ud074\ub85c\ud2f0\uc544\ub2c8\ub518 \uc785\uc0c1\uc218\uc6a9\uc81c:<\/strong> 2,000\ubc30\uc561<\/li>\n                         <\/ul>\n                         <p class=\"mt-2 text-sm text-gray-600\">\uc704 \uc57d\uc81c \uc911 \ud558\ub098\ub97c \uc120\ud0dd\ud558\uc5ec, \ubc29\uc81c \uc2dc\uae30\uc5d0 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \ucda9\ubd84\ud788 \uc0b4\ud3ec\ud569\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-4 text-center\">\uc57d\ucda9 \ub300\uc0c1 \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-12 pt-4 border-t border-gray-200\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\n\n            const damageData = {\n                direct: {\n                    title: '\uc9c1\uc811 \ud53c\ud574: \uc0dd\uc7a5 \uc800\ud574',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc0c8\uc21c\uc774\ub098 \uc78e \uae30\ubd80\uc5d0 \ubaa8\uc5ec \uc218\uc561\uc744 \ube68\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uac00\uc9c0\uc758 \uc0dd\uc7a5\uc774 \ub208\uc5d0 \ub744\uac8c \uc800\ud558\ub418\uace0, \uc2ec\ud558\uba74 \uac00\uc9c0\uac00 \ub9d0\ub77c \uc8fd\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/i.imgur.com\/5J3XfHk.jpg'\n                },\n                indirect: {\n                    title: '\uac04\uc811 \ud53c\ud574: \uadf8\uc744\uc74c\ubcd1 \uc720\ubc1c',\n                    description: '\ubc8c\ub808\uc758 \ubc30\uc124\ubb3c\uc778 \uac10\ub85c(\ub2e8 \uc131\ubd84)\uac00 \uc78e\uacfc \uac00\uc9c0\ub97c \ub048\uc801\uc774\uac8c \ub9cc\ub4ed\ub2c8\ub2e4. \uc774 \uac10\ub85c\ub97c \uc601\uc591\ubd84\uc73c\ub85c \uc0bc\uc544 \uac80\uc740\uc0c9 \uacf0\ud321\uc774\uac00 \ubc88\uc2dd\ud558\ub294\ub370, \uc774\ub97c \uadf8\uc744\uc74c\ubcd1\uc774\ub77c \ud569\ub2c8\ub2e4. \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/i.imgur.com\/G5g2mJc.jpg'\n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-image'));\n            setupImageFallback(document.getElementById('damage-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            const damageButtons = document.querySelectorAll('.damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n            \n            function updateDamageContent(type) {\n                damageButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`.damage-btn[data-damage=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n                document.getElementById('damage-image').src = data.image;\n                document.getElementById('damage-image').alt = data.title;\n            }\n\n            damageButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damage);\n                });\n            });\n            updateDamageContent('direct');\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '1\uc138\ub300 \uc57d\ucda9 \ubc29\uc81c \uc801\uae30',\n                        data: [0, 10, 8, 0, 0, 0],\n                        backgroundColor: 'rgba(239, 68, 68, 0.6)',\n                        borderColor: 'rgba(239, 68, 68, 1)',\n                        borderWidth: 1,\n                        borderRadius: 5,\n                    }, {\n                        label: '2\uc138\ub300 \uc57d\ucda9 \ubc29\uc81c \uc801\uae30',\n                        data: [0, 0, 0, 0, 10, 8],\n                        backgroundColor: 'rgba(239, 68, 68, 0.6)',\n                        borderColor: 'rgba(239, 68, 68, 1)',\n                        borderWidth: 1,\n                        borderRadius: 5,\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                        },\n                        tooltip: {\n                           callbacks: {\n                                label: function(context) {\n                                    return ` ${context.dataset.label}`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc5f0 2\ud68c \uc57d\ucda9 \ubc29\uc81c \uc2dc\uae30'\n                        }\n                    },\n                    scales: {\n                        x: {\n                            stacked: true,\n                        },\n                        y: {\n                           stacked: true,\n                           display: false,\n                           max: 12\n                        }\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"featured_media":2115,"template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"pest-target":[80],"pest-category":[94,78],"pest-overwintering":[101],"class_list":["post-2113","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-80","pest-category-94","pest-category-78","pest-overwintering-nymph"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808.jpg",779,576,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808-300x222.jpg",300,222,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808-768x568.jpg",768,568,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808.jpg",779,576,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808.jpg",779,576,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808.jpg",779,576,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808 Crisicoccus pini \uac1c\uc694 \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud0dc \uc815\ubcf4 \ubc29\uc81c \ubc29\ubc95 \uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808\ub780? \uc18c\ub098\ubb34\uac00\ub8e8\uae4d\uc9c0\ubc8c\ub808\ub294 \uc18c\ub098\ubb34, \ud574\uc1a1, \uc7a3\ub098\ubb34 \ub4f1 \uc8fc\uc694 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest"}],"about":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/types\/pest"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/media\/2115"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2113"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2113"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2113"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}