{"id":2111,"date":"2025-06-17T12:43:38","date_gmt":"2025-06-17T12:43:38","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2111"},"modified":"2025-06-17T12:49:16","modified_gmt":"2025-06-17T12:49:16","slug":"%ec%b0%b8%ea%b8%b4%eb%8d%94%eb%93%ac%ec%9d%b4%ec%9e%8e%eb%b2%8c%eb%a0%88","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%b0%b8%ea%b8%b4%eb%8d%94%eb%93%ac%ec%9d%b4%ec%9e%8e%eb%b2%8c%eb%a0%88","title":{"rendered":"\ucc38\uae34\ub354\ub4ec\uc774\uc78e\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>\ucc38\uae34\ub354\ub4ec\uc774\uc78e\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: Viburnum Leaf -->\n    <!-- Application Structure Plan: The application structure remains four-themed sections for consistency and ease of use. However, the content is completely overhauled based on the new 'TreeCareWIKI' source. '\uac1c\uc694' now correctly identifies the host plants and morphology. '\ud53c\ud574 \uc99d\uc0c1' details the skeletonization damage. '\uc0dd\ud0dc \uc815\ubcf4' presents the corrected lifecycle (egg overwintering). '\ubc29\uc81c \ubc29\ubc95' is significantly updated to reflect the lack of registered chemical agents and to emphasize eco-friendly options, making the guide more accurate and responsible. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Light brown adult, yellow larva) -> Goal: Inform & Identify -> Viz\/Method: Image gallery within the overview -> Interaction: Static images -> Justification: The new source provides very different morphological details. Displaying both adult and larva images upfront is critical for correct identification. -> Library\/Method: HTML\/Tailwind.\n        2. Report Info: Lifecycle (Egg overwintering, 1 generation) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: The lifecycle is fundamentally different (egg vs. adult overwintering). The flowchart is rebuilt to accurately represent this new sequence, which is essential for understanding control timing. -> Library\/Method: HTML\/Tailwind.\n        3. Report Info: Control Timing (April, targeting hatching larvae) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart now pinpoints the single, critical control window in mid-to-late April. It clearly shows this is for targeting newly hatched larvae, aligning with the new lifecycle information. It visually contrasts this with the long adult activity period. -> 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: #6d28d9; \/* violet-700 *\/\n            color: #f5f3ff; \/* violet-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: #ca8a04; \/* yellow-600 *\/\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-violet-800 mb-2\">\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808<\/h1>\n            <p class=\"text-lg text-gray-600\">\uc544\uc65c\ub098\ubb34, \uac00\ub9c9\uc0b4\ub098\ubb34 \uc8fc\uc694 \ud574\ucda9<\/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-violet-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-violet-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-violet-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-violet-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-violet-800 mb-4\">\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc544\uc65c\ub098\ubb34, \uac00\ub9c9\uc0b4\ub098\ubb34, \ub531\ucd1d\ub098\ubb34\ub958\uc758 \ub300\ud45c\uc801\uc778 \uc78e \uc2dd\ud574\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc131\ucda9\uacfc \uc720\ucda9\uc774 \uc0c8\uc78e\uc744 \uac09\uc544\uba39\uc5b4 \uacbd\uad00\uc744 \ud574\uce58\uba70, \ucd5c\uadfc \uc804\ub0a8, \uacbd\ub0a8 \uc9c0\uc5ed\uc5d0\uc11c \ud53c\ud574\uac00 \ub9ce\uc774 \ubc1c\uc0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-violet-800 mb-3\">\ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h3>\n                    <div class=\"grid md:grid-cols-2 gap-6 items-center\">\n                         <div>\n                            <h4 class=\"font-bold text-gray-700\">\uc131\ucda9<\/h4>\n                            <p class=\"text-gray-700 mb-2\">\ubab8\uae38\uc774 6~7mm. \uc605\uc740 \uac08\uc0c9\uc774\uba70 \uba38\ub9ac\uc640 \uac00\uc2b4\uc5d0 \uac80\uc740 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub354\ub4ec\uc774\ub294 \uac80\uc740\uc0c9\uc785\ub2c8\ub2e4.<\/p>\n                            <h4 class=\"font-bold text-gray-700\">\uc720\ucda9<\/h4>\n                            <p class=\"text-gray-700 mb-2\">\ub2e4 \uc790\ub77c\uba74 10mm \ub0b4\uc678. \ud669\uc0c9 \ub610\ub294 \ud669\uac08\uc0c9 \ubab8\uc5d0 \uac80\uc740 \ubc18\uc810 \ubb34\ub2ac\uac00 \ud769\uc5b4\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                             <h4 class=\"font-bold text-gray-700\">\uc54c<\/h4>\n                            <p class=\"text-gray-700\">\ub465\uadfc \ud669\ubc31\uc0c9\uc774\uba70 \uc9c1\uacbd\uc740 \uc57d 0.4mm\uc785\ub2c8\ub2e4.<\/p>\n                         <\/div>\n                         <div class=\"grid grid-cols-2 gap-2\">\n                             <img decoding=\"async\" id=\"adult-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/leaf-beetle-adult-new.jpg\" alt=\"\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808 \uc131\ucda9\uc758 \ubaa8\uc2b5\" class=\"w-full rounded-lg shadow-md\">\n                             <img decoding=\"async\" id=\"larva-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/leaf-beetle-larva-new.jpg\" alt=\"\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808 \uc720\ucda9\uc758 \ubaa8\uc2b5\" class=\"w-full rounded-lg shadow-md\">\n                         <\/div>\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-violet-800 mb-4\">\ud53c\ud574 \uc720\ud615 \uc9c4\ub2e8<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc720\ucda9\uc774 \uc8fc\ub85c \uc0c8\uc78e\uc5d0 \ud070 \ud53c\ud574\ub97c \uc8fc\uba70, \uc131\ucda9\ub3c4 \ud568\uaed8 \uac00\ud574\ud569\ub2c8\ub2e4. \ud53c\ud574\ub97c \uc785\uc740 \ub098\ubb34\ub294 \uc8fd\uc9c0 \uc54a\uc73c\ub098, \uc78e\uc774 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud574 \ubbf8\uad00\uc0c1 \uc88b\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"mt-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/leaf-beetle-damage-new.jpg\" alt=\"\uc78e\ub9e5\ub9cc \ub0a8\uae30\uace0 \uac09\uc544\uba39\ud78c \uc544\uc65c\ub098\ubb34 \uc78e\" class=\"w-full rounded-lg shadow-md mb-4\">\n                        <div>\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-yellow-700 mb-2\">\uc78e\ub9e5\ub9cc \ub0a8\uae30\ub294 \uc12d\uc2dd \ud53c\ud574<\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\">\uc720\ucda9\uc740 \uc0c8\uc78e\uc758 \uc5fd\uc721\ub9cc \uadf8\ubb3c\ucc98\ub7fc \uac09\uc544\uba39\uace0 \uc78e\ub9e5\uc740 \ub0a8\uaca8\ub193\uc2b5\ub2c8\ub2e4. \uc131\ucda9\uc740 7\uc6d4 \uc0c1\uc21c\ubd80\ud130 \uc720\ucda9\uacfc \ud568\uaed8 \uc78e\uc744 \uac00\ud574\ud558\uba70 \ud53c\ud574\ub97c \ud0a4\uc6c1\ub2c8\ub2e4.<\/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-violet-800 mb-4\">\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        1\ub144\uc5d0 1\uc138\ub300\ub9cc \ubc1c\uc0dd\ud558\uba70, **\uc54c** \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c5\ub2c8\ub2e4. \uc54c\uc774 \ubd80\ud654\ud558\ub294 \ubd04\ucca0\uc774 \ubc29\uc81c\uc758 \ucd5c\uc801\uae30\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 (\uac00\uc744~\ubd04)<\/p><p class=\"text-sm\">\uc0c8 \uac00\uc9c0\ub098 \ub208(\ub3d9\uc544)\uc758 \uc870\uc9c1 \uc18d\uc5d0 \ub0b3\uc740 **\uc54c** \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-green-100 rounded-lg\">\n                            <p class=\"font-semibold\">\ubd80\ud654 \ubc0f \uc720\ucda9 \ud65c\ub3d9 (4\uc6d4 \uc911\uc21c~)<\/p><p class=\"text-sm\">\ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc0c8\uc78e\uc744 \uac09\uc544\uba39\uc73c\uba70 \uc131\uc7a5 (3\ub839\uae4c\uc9c0 \uc788\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-purple-100 rounded-lg\">\n                            <p class=\"font-semibold\">\ubc88\ub370\uae30 (5\uc6d4 \uc911\uc21c~\ud558\uc21c)<\/p><p class=\"text-sm\">\ub2e4 \uc790\ub780 \uc720\ucda9\uc740 \ub099\uc5fd \ubc11\uc774\ub098 \ud759 \uc18d\uc73c\ub85c \ub4e4\uc5b4\uac00 \ubc88\ub370\uae30\uac00 \ub428 (\uc57d 3~5\uc8fc \uc18c\uc694)<\/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-orange-100 rounded-lg\">\n                            <p class=\"font-semibold\">\uc2e0\uc131\ucda9 \ucd9c\ud604 \ubc0f \ud65c\ub3d9 (6\uc6d4 \uc0c1\uc21c~\uc911\uc21c)<\/p><p class=\"text-sm\">\uc0c8\ub85c\uc6b4 \uc131\ucda9\uc774 \ub098\ud0c0\ub098 \uc78e\uc744 \uac00\ud574\ud568<\/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\">\uc0b0\ub780 (9\uc6d4 \uc911\uc21c ~ \ub2a6\uac00\uc744)<\/p><p class=\"text-sm\">\uc131\ucda9\uc774 \ub2e4\uc2dc \uc0c8 \uac00\uc9c0\ub098 \ub208\uc758 \uc870\uc9c1 \ub0b4\uc5d0 10\uc5ec \uac1c\uc529 \uc54c\uc744 \ub0b3\uc74c<\/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-violet-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\ub294 \uc54c\uc774 \ubd80\ud654\ud558\uc5ec \uc720\ucda9\uc774 \ud65c\ub3d9\ud558\ub294 \uc2dc\uae30\ub97c \ub178\ub9ac\ub294 \uac83\uc774 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. \uce5c\ud658\uacbd\uc801 \ubc29\ubc95\uc744 \uc6b0\uc120\uc801\uc73c\ub85c \uace0\ub824\ud574\uc57c \ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 border border-green-200 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2460 \uce5c\ud658\uacbd \ubc29\uc81c (\uad8c\uc7a5)<\/h3>\n                             <p class=\"text-gray-700 mb-2\"><strong>\ubb3c\ub9ac\uc801 \ubc29\uc81c:<\/strong> \uaca8\uc6b8 \ub3d9\uc548 \ub208\uc774\ub098 \uac00\uc9c0\uc5d0 \uc788\ub294 \uc54c \ub369\uc5b4\ub9ac\ub97c \ucc3e\uc544 \uc81c\uac70\ud558\uac70\ub098 \ubb38\uc9c8\ub7ec \uc8fd\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \uac00\ud574 \uc911\uc778 \uc78e\uc744 \ucc44\ucde8\ud558\uc5ec \uc18c\uac01\ud558\ub294 \uac83\ub3c4 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/p>\n                             <p class=\"text-gray-700\"><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \ud3ec\uc2dd\uc131 \ucc9c\uc801\uc778 \ubb34\ub2f9\ubc8c\ub808\ub958, \ud480\uc7a0\uc790\ub9ac\ub958, \uac70\ubbf8\ub958, \uc870\ub958 \ub4f1\uc744 \ubcf4\ud638\ud569\ub2c8\ub2e4. \ud2b9\ud788 \uce68\ub178\ub9b0\uc7ac\ub294 \uc131\ucda9\uacfc \uc720\ucda9\uc758 \uc911\uc694\ud55c \ucc9c\uc801\uc785\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"p-4 border border-yellow-200 bg-yellow-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                             <p class=\"text-gray-700\">\ud604\uc7ac \uc774 \ud574\ucda9\uc5d0 **\uacf5\uc2dd\uc801\uc73c\ub85c \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.** \ubd80\ub4dd\uc774\ud558\uac8c \uc57d\uc81c\ub97c \uc0ac\uc6a9\ud574\uc57c \ud560 \uacbd\uc6b0, <strong>4\uc6d4 \uc911\u00b7\ud558\uc21c\uacbd<\/strong> \uc720\ucda9\uacfc \uc131\ucda9\uc744 \ub300\uc0c1\uc73c\ub85c \ub2e4\ub978 \uc78e\ubc8c\ub808\ub958\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc73c\ub098 \uc57d\ud6a8 \ubc0f \uc57d\ud574\uc5d0 \uc8fc\uc758\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-violet-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \ubc0f \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: TreeCareWIKI \ubc0f \uad00\ub828 \uc804\ubb38 \uc790\ub8cc<\/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 setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\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('adult-image'));\n            setupImageFallback(document.getElementById('larva-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 ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4'],\n                    datasets: [{\n                        label: '\uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 8, 10, 5, 0, 0, 0],\n                        backgroundColor: 'rgba(220, 38, 38, 0.6)',\n                        borderColor: 'rgba(220, 38, 38, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc131\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 0, 8, 10, 9, 5],\n                        backgroundColor: 'rgba(217, 119, 6, 0.6)',\n                        borderColor: 'rgba(217, 119, 6, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \uc801\uae30 (\uc720\ucda9 \ub300\uc0c1)',\n                        data: [0, 12, 12, 0, 0, 0, 0],\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(5, 150, 105, 0.2)',\n                        borderColor: 'rgba(5, 150, 105, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc6d4\ubcc4 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \ucd94\ucc9c \uae30\uac04'\n                        }\n                    },\n                    scales: {\n                        x: {\n                            stacked: true,\n                        },\n                        y: {\n                           stacked: true,\n                           display: true,\n                           title: {\n                               display: true,\n                               text: '\ud65c\ub3d9 \ubc00\ub3c4'\n                           }\n                        },\n                        y1: {\n                           display: false,\n                           max: 15\n                        }\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"featured_media":2112,"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":[91,93],"pest-category":[95,94],"pest-overwintering":[82],"class_list":["post-2111","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-91","pest-target-93","pest-category-95","pest-category-94","pest-overwintering-egg"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9.png",450,255,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9-150x150.png",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9-300x170.png",300,170,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9.png",450,255,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9.png",450,255,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9.png",450,255,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808_\uc720\ucda9.png",450,255,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808 \ub300\ud654\ud615 \uac00\uc774\ub4dc \ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808 \uc544\uc65c\ub098\ubb34, \uac00\ub9c9\uc0b4\ub098\ubb34 \uc8fc\uc694 \ud574\ucda9 \uac1c\uc694 \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud0dc \uc815\ubcf4 \ubc29\uc81c \ubc29\ubc95 \ucc38\uae34\ub354\ub4ec\uc774\uc78e\ubc8c\ub808\ub780? \uc544\uc65c\ub098\ubb34, \uac00\ub9c9\uc0b4\ub098\ubb34, \ub531\ucd1d\ub098\ubb34\ub958\uc758 \ub300\ud45c\uc801\uc778 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2111","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\/2112"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2111"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2111"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2111"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}