{"id":3219,"date":"2025-07-01T14:54:03","date_gmt":"2025-07-01T14:54:03","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3219"},"modified":"2025-07-01T14:55:13","modified_gmt":"2025-07-01T14:55:13","slug":"%ec%9d%b4%ec%84%b8%eb%a6%ac%ec%95%84%ea%b9%8d%ec%a7%80%eb%b2%8c%eb%a0%88","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%9d%b4%ec%84%b8%eb%a6%ac%ec%95%84%ea%b9%8d%ec%a7%80%eb%b2%8c%eb%a0%88","title":{"rendered":"\uc774\uc138\ub9ac\uc544\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>\uc774\uc138\ub9ac\uc544\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: Earthy Red & White -->\n    <!-- Application Structure Plan: The SPA for Icerya purchasi is structured into five core sections: '\uac1c\uc694' (Overview), '\ud615\ud0dc' (Morphology), '\ud53c\ud574 \uc99d\uc0c1' (Damage Symptoms), '\uc0dd\ud65c\uc0ac' (Lifecycle), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This logical flow supports comprehensive understanding from identification to management. '\ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pest forms and specific damage types. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its multi-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting the vulnerable crawler stage. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult female, Nymph, Egg sac) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc554\ucef7 \uc131\ucda9', '\uc57d\ucda9', '\uc54c\uc8fc\uba38\ub2c8' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Textual descriptions of distinct forms (sessile female with egg sac, mobile nymph) are crucial for identification. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Sap-sucking\/Stunting, Honeydew\/Sooty mold, Tree mortality) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc218\uc561 \ud761\uc999 \ubc0f \uc218\uc138 \uc57d\ud654', '\uac10\ub85c \ubc0f \uadf8\uc744\uc74c\ubcd1', '\ub098\ubb34 \uace0\uc0ac' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Scale insects cause multiple, distinct types of damage; an interactive display effectively clarifies each. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Adult\/nymph overwintering, Multiple generations\/year, specific timings for eggs, nymphs, adults) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the multi-generational lifecycle with key stages and approximate timings (especially the crawler stage) is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting crawlers in early summer and early fall) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention, which targets the most vulnerable crawler stages of multiple generations, making the timing actionable. -> Library: 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            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .nav-btn.active {\n            background-color: #dc2626 !important; \/* red-600 *\/\n            color: #fef2f2 !important; \/* red-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #ef4444; \/* red-500 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-red-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-red-100\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-red-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-red-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-red-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-red-800 mb-4\">\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808 (<i>Icerya purchasi<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\ub294 \ub9e4\ubbf8\ubaa9 \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uac10\uade4\ub958, \uac10\ud0d5\ub098\ubb34, \ub0a8\ucc9c, \ub3c8\ub098\ubb34, \ud611\uc8fd\ub3c4 \ub4f1 \ub2e4\uc591\ud55c \uc218\ubaa9\uc758 \uc78e, \uac00\uc9c0\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \uc218\uc561\uc744 \ube68\uc544\uba39\uc5b4 \uc218\uc138\ub97c \ub5a8\uc5b4\ub728\ub9ac\uac70\ub098 \ub098\ubb34\ub97c \uace0\uc0ac\uc2dc\ud0b5\ub2c8\ub2e4. \ub610\ud55c, \uac10\ub85c(honeydew)\ub97c \ubc30\uc124\ud558\uc5ec \uadf8\uc744\uc74c\ubcd1\uc744 \uc720\ubc1c\ud558\ub294 \uc8fc\uc694 \ud574\ucda9 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-1\">\n                        <li><strong>\uc6d4\ub3d9\ud0dc:<\/strong> \uc57d\ucda9 \ub610\ub294 \uc131\ucda9 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 2~3\ud68c \ubc1c\uc0dd<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-red-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc77c\ubcf8, \uc911\uad6d, \ub300\ub9cc, \ubbf8\uad6d, \uc544\ud504\ub9ac\uce74, \ud638\uc8fc \ub4f1 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\uac10\uade4\ub958, \ub3c8\ub098\ubb34, \uac10\ud0d5\ub098\ubb34, \ub0a8\ucc9c, \ud611\uc8fd\ub3c4, \uc8fc\ubaa9, \uc544\uae4c\uc2dc\ub098\ubb34, \ubb34\ud654\uacfc, \ubaa9\ub828, \uc7a5\ubbf8, \uc0ac\uacfc\ub098\ubb34<\/strong> \ub4f1 \ub9e4\uc6b0 \uad11\ubc94\uc704\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\ubaa9\uc5d0\uc11c \uac00\uc7a5 \ud53c\ud574\ub97c \ub9ce\uc774 \uc8fc\ub294 \ubc8c\ub808\ub85c \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ud615\ud0dc Section -->\n            <section id=\"morphology\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-red-800 mb-4\">\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\ub294 \uc554\ucef7 \uc131\ucda9\uc758 \ub3c5\ud2b9\ud55c \ubc00\ub78d \uc54c\uc8fc\uba38\ub2c8\uc640 \uc57d\ucda9\uc758 \ud615\ud0dc\uac00 \ud2b9\uc9d5\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"female_adult\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc554\ucef7 \uc131\ucda9<\/button>\n                        <button data-type=\"nymph\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc57d\ucda9<\/button>\n                        <button data-type=\"egg_sac\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc54c\uc8fc\uba38\ub2c8<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-red-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\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\">\n                    <h2 class=\"text-2xl font-bold text-red-800 mb-4\">\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\ub294 \uc218\uc561 \ud761\uc999\uacfc \uac10\ub85c \ubd84\ube44\ub85c \ub098\ubb34\uc5d0 \uc9c1\uc811\uc801 \ubc0f \uac04\uc811\uc801\uc778 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"sap_sucking_weakening\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc218\uc561 \ud761\uc999 \ubc0f \uc218\uc138 \uc57d\ud654<\/button>\n                        <button data-damage-type=\"honeydew_sooty_mold\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac10\ub85c \ubc0f \uadf8\uc744\uc74c\ubcd1<\/button>\n                        <button data-damage-type=\"tree_mortality\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ub098\ubb34 \uace0\uc0ac<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-red-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-red-800 mb-4\">\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 2~3\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\ub294 1\ub144\uc5d0 2~3\ud68c \ubc1c\uc0dd\ud558\uba70, \uc57d\ucda9 \ub610\ub294 \uc131\ucda9 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \ubc1c\uc0dd\uc774 \ubd88\uaddc\uce59\ud558\uc5ec \uc54c, \uc57d\ucda9, \uc131\ucda9\uc744 \ub3d9\uc2dc\uc5d0 \ubcfc \uc218 \uc788\uc2b5\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\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\uc57d\ucda9 \ub610\ub294 \uc131\ucda9)<\/p><p class=\"text-sm\">\uac00\uc9c0\ub098 \uc78e\uc5d0\uc11c \uc57d\ucda9 \ub610\ub294 \uc131\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-green-100\">\n                            <p class=\"font-semibold\">2. 1\uc138\ub300 \uc0b0\ub780 (5\uc6d4\ubd80\ud130)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc131\ucda9\uc774 \uc0b0\ub780\uc744 \uc2dc\uc791 (1\uc138\ub300\uc5d0 \uc57d 600\uac1c, 2\uc138\ub300\uc5d0 \uc57d 200\uac1c \uc54c \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-yellow-100\">\n                            <p class=\"font-semibold\">3. 1\uc138\ub300 \uc57d\ucda9 \ubd80\ud654 \ubc0f \uc774\ub3d9 (\uc54c\uc8fc\uba38\ub2c8\uc5d0\uc11c \ud0c8\ucd9c)<\/p><p class=\"text-sm\">\uc54c\uc8fc\uba38\ub2c8\uc5d0\uc11c \ubd80\ud654\ud55c \uc57d\ucda9\uc774 \uc78e\uc774\ub098 \uac00\uc9c0\ub85c \uc774\ub3d9\ud558\uc5ec \uc815\ucc29<\/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\">\n                            <p class=\"font-semibold\">4. 1\uc138\ub300 \uc131\ucda9 \ubc1c\uc721 \ubc0f \ud65c\ub3d9<\/p><p class=\"text-sm\">\uc57d\ucda9\uc774 \uc131\uc7a5\ud558\uc5ec \uc131\ucda9\uc774 \ub418\uace0, \ubb34\ub9ac\ub97c \uc774\ub8e8\uc5b4 \uac00\ud574<\/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\">\n                            <p class=\"font-semibold\">5. 2\uc138\ub300 \uc0b0\ub780 \ubc0f \ubc1c\uc721 (\uc5f0\uc911 \ubc18\ubcf5)<\/p><p class=\"text-sm\">\uc131\ucda9\uc774 2\uc138\ub300 \uc54c\uc744 \ub0b3\uace0, \uc57d\ucda9, \uc131\ucda9\uc774 \ub3d9\uc2dc\uc5d0 \uad00\ucc30\ub428 (6\uc6d4~10\uc6d4)<\/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\">\n                            <p class=\"font-semibold\">6. \uc6d4\ub3d9 \uc900\ube44 (\uac00\uc744)<\/p><p class=\"text-sm\">\uac00\uc744\uc5d0 \uc6d4\ub3d9 \ud615\ud0dc\ub85c \uc900\ube44 (\uc57d\ucda9 \ub610\ub294 \uc131\ucda9)<\/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\">\n                    <h2 class=\"text-2xl font-bold text-red-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808 \ubc29\uc81c\ub294 \uc57d\ucda9(\ud06c\ub864\ub7ec) \uc2dc\uae30\uc5d0 \uc9d1\uc911\ud558\ub294 \uac83\uc774 \uc911\uc694\ud558\uba70, \ucd08\uae30 \ubc1c\uacac \uc2dc \ubb3c\ub9ac\uc801 \uc81c\uac70\ub97c \ubcd1\ud589\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ud654\ud559\uc801 \ubc29\uc81c (\uc57d\ucda9 \uc2dc\uae30 \ucd5c\uc801)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> <strong>6\uc6d4 \uc911\uc21c~7\uc6d4 \uc911\uc21c (1\uc138\ub300 \uc57d\ucda9)<\/strong> \ubc0f <strong>9\uc6d4 \uc0c1\uc21c~10\uc6d4 \uc911\uc21c (2\uc138\ub300 \uc57d\ucda9)<\/strong>\uc5d0 \uc0b4\ucda9\uc81c\ub97c 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \uc774 \uc2dc\uae30\ub294 \uc57d\ucda9\uc774 \ud65c\ubc1c\ud558\uac8c \uc774\ub3d9\ud558\uba70 \uc641\uc2a4\uce35\uc774 \uc587\uc544 \uc57d\uc81c \uce68\ud22c \ud6a8\uacfc\uac00 \uc88b\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \uc544\uc138\ud0c0\ubbf8\ud504\ub9ac\ub4dc \uc218\ud654\uc81c 2,000\ubc30\uc561 \ub610\ub294 \ub514\ub178\ud14c\ud4e8\ub780 \uc561\uc81c 1,000\ubc30\uc561\uc744 \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uae30\uc8fc\uc2dd\ubb3c \ubc0f \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc218\ub3d9 \uc81c\uac70:<\/strong> \ubc1c\uc0dd \uac1c\uccb4\uc218\uac00 \uc801\uc744 \ub54c\uc5d0\ub294 \uae30\uc0dd\ub41c \uc0c8\uac00\uc9c0\ub098 \ud53c\ud574 \uac00\uc9c0\ub97c \uc81c\uac70\ud558\uac70\ub098, \uae4d\uc9c0\ubc8c\ub808\ub97c \uc9c1\uc811 \uae01\uc5b4\ub0b4\uc5b4 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc54c\uc8fc\uba38\ub2c8 \uc81c\uac70:<\/strong> \ud770\uc0c9 \uc54c\uc8fc\uba38\ub2c8\ub294 \ub208\uc5d0 \uc798 \ub744\ubbc0\ub85c \ubc1c\uacac \uc989\uc2dc \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-yellow-50\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uc758 \ucc9c\uc801\uc778 \ubca0\ub2ec\ub9ac\uc544\ubb34\ub2f9\ubc8c\ub808(<i>Rodolia cardinalis<\/i>), \uae30\uc0dd\ud30c\ub9ac\ub958, \uae30\uc0dd\ubc8c\ub958 \ub4f1\uc744 \ubcf4\ud638\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \ubc00\ub3c4 \uc870\uc808\uc5d0 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-red-800 mb-4 text-center\">\uc57d\ucda9 \ubc1c\uc0dd \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-8 pt-4 border-t border-gray-200 mb-8\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc0b0\ub9bc\uccad, \ub18d\ucd0c\uc9c4\ud765\uccad \ub4f1 \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 morphologyData = {\n                female_adult: {\n                    title: '\uc554\ucef7 \uc131\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 \uc57d 5mm\ub85c \ud0c0\uc6d0\ud615\uc758 \uc801\uac08\uc0c9\uc785\ub2c8\ub2e4. \ub4f1\uba74\uc5d0 \ud770\uc0c9 \ubc00\ub78d\uac00\ub8e8\uc640 \ube14\ub78d\uc12c\uc720(\uc19c\ud138 \uac19\uc740 \ubd84\ube44\ubb3c)\uac00 \ub36e\uc5ec \uc788\uc2b5\ub2c8\ub2e4. \ubab8\uc740 \uc5f7\uc740 \uc8fc\ud64d\uc0c9\uc774\uba70, \ub354\ub4ec\uc774\uc640 \ub2e4\ub9ac\ub294 \uac80\uc740\uc0c9\uc744 \ub771\ub2c8\ub2e4. \uc54c\uc8fc\uba38\ub2c8\ub97c \ud615\uc131\ud558\uace0 \uadf8 \uc18d\uc5d0 \uc54c\uc744 \ub0b3\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 5mm',\n                },\n                nymph: {\n                    title: '\uc57d\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 \uc57d 2mm\ub85c \ud0c0\uc6d0\ud615\uc774\uba70 \uc554\ud64d\uc0c9\uc744 \ub771\ub2c8\ub2e4. \uc54c\uc8fc\uba38\ub2c8\uc5d0\uc11c \ubd80\ud654\ud55c \uc57d\ucda9\uc740 \uc78e\uc774\ub098 \uac00\uc9c0\ub85c \uc774\ub3d9\ud558\uc5ec \uc815\ucc29\ud558\uba70, \uc131\ucda9\uc774 \ub418\uba74 \ubb34\ub9ac\ub97c \uc774\ub8e8\uc5b4 \uac00\ud574\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 2mm',\n                },\n                egg_sac: {\n                    title: '\uc54c\uc8fc\uba38\ub2c8',\n                    description: '\uc554\ucef7 \uc131\ucda9\uc774 \ubab8 \ub4a4\ucabd\uc5d0 \ud615\uc131\ud558\ub294 \ud770\uc0c9\uc758 \ud0c0\uc6d0\ud615 \uc8fc\uba38\ub2c8\ub85c, \uae38\uc774\ub294 12~13mm\uc5d0 \ub2ec\ud569\ub2c8\ub2e4. \uc774 \uc54c\uc8fc\uba38\ub2c8 \uc18d\uc5d0 \uc218\ubc31 \uac1c\uc758 \uc54c\uc774 \ub4e4\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \uc54c\uc740 \ud0c0\uc6d0\ud615\uc73c\ub85c \ub4f1\ud669\uc0c9\uc744 \ub771\ub2c8\ub2e4.',\n                    size: '\uae38\uc774: 12~13mm',\n                }\n            };\n\n            const damageData = {\n                sap_sucking_weakening: {\n                    title: '\uc218\uc561 \ud761\uc999 \ubc0f \uc218\uc138 \uc57d\ud654',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc78e, \uac00\uc9c0\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \uc218\uc561\uc744 \ube68\uc544\uba39\uc5b4 \ub098\ubb34\uc758 \uc591\ubd84 \uc190\uc2e4\uc744 \ucd08\ub798\ud569\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ub098\ubb34\uc758 \uc218\uc138\uac00 \ub5a8\uc5b4\uc9c0\uace0, \uc2ec\ud55c \uacbd\uc6b0 \ub098\ubb34\uac00 \ub9d0\ub77c \uc8fd\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                },\n                honeydew_sooty_mold: {\n                    title: '\uac10\ub85c \ubc0f \uadf8\uc744\uc74c\ubcd1',\n                    description: '\uae4d\uc9c0\ubc8c\ub808\uc758 \ubc30\uc124\ubb3c\uc778 \ub048\uc801\ud55c \uac10\ub85c(honeydew)\uac00 \uc2dd\ubb3c\uccb4\uc5d0 \ub5a8\uc5b4\uc9c0\uba74, \uc774\ub97c \uc591\ubd84 \uc0bc\uc544 \uac80\uc740\uc0c9 \uadf8\uc744\uc74c\ubcd1\uade0\uc774 \ubc88\uc2dd\ud558\uc5ec \uadf8\uc744\uc74c\ubcd1\uc744 \uc720\ubc1c\ud569\ub2c8\ub2e4. \uc774\ub294 \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.',\n                },\n                tree_mortality: {\n                    title: '\ub098\ubb34 \uace0\uc0ac',\n                    description: '\ub300\ub7c9 \ubc1c\uc0dd\ud558\uc5ec \uc9c0\uc18d\uc801\uc73c\ub85c \uc218\uc561\uc744 \ud761\uc999\ud558\uba74 \ub098\ubb34\uac00 \uc2ec\ud558\uac8c \uc1e0\uc57d\ud574\uc9c0\uace0, \uacb0\uad6d \uace0\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uc5b4\ub9b0 \ub098\ubb34\ub098 \ubb18\ubaa9\uc5d0 \ubc1c\uc0dd \uc2dc \uce58\uba85\uc801\uc785\ub2c8\ub2e4.',\n                }\n            };\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            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n            }\n\n            \/\/ Initial content for morphology section\n            updateMorphologyContent('female_adult'); \n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\n\n            \/\/ Damage section logic\n            const damageTypeButtons = document.querySelectorAll('#damage .damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n            }\n\n            \/\/ Initial content for damage section\n            updateDamageContent('sap_sucking_weakening');\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\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 \ud65c\ub3d9\uae30',\n                        data: [5, 10, 8, 2, 0, 0], \/\/ Peak June-July\n                        backgroundColor: 'rgba(239, 68, 68, 0.6)', \/* red-500 *\/\n                        borderColor: 'rgba(239, 68, 68, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '2\uc138\ub300 \uc57d\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 5, 10, 8, 5], \/\/ Peak August-September\n                        backgroundColor: 'rgba(251, 191, 36, 0.6)', \/* amber-400 *\/\n                        borderColor: 'rgba(251, 191, 36, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (1\uc138\ub300 \uc57d\ucda9)',\n                        data: [0, 12, 12, 0, 0, 0], \/\/ June-July\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (2\uc138\ub300 \uc57d\ucda9)',\n                        data: [0, 0, 0, 0, 12, 12], \/\/ September-October\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(101, 163, 13, 0.2)', \/* lime-600 with transparency *\/\n                        borderColor: 'rgba(101, 163, 13, 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                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        if (context.dataset.label.includes('1\uc138\ub300')) return ` ${context.dataset.label}: 6\uc6d4 \uc911\uc21c ~ 7\uc6d4 \uc911\uc21c`;\n                                        return ` ${context.dataset.label}: 9\uc6d4 \uc0c1\uc21c ~ 10\uc6d4 \uc911\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808 \uc57d\ucda9 \ubc1c\uc0dd \ubc0f \ubc29\uc81c \uc2dc\uae30'\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                           max: 12\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":3220,"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":[112,317,324,285,297,139,204,320,148,323,190,175,203,322,194,255,141,319,170,327,325,321,326],"pest-category":[94,78],"pest-overwintering":[101],"class_list":["post-3219","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-112","pest-target-317","pest-target-324","pest-target-285","pest-target-297","pest-target-139","pest-target-204","pest-target-320","pest-target-148","pest-target-323","pest-target-190","pest-target-175","pest-target-203","pest-target-322","pest-target-194","pest-target-255","pest-target-141","pest-target-319","pest-target-170","pest-target-327","pest-target-325","pest-target-321","pest-target-326","pest-category-94","pest-category-78","pest-overwintering-nymph"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_.jpg",1014,547,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_-300x162.jpg",300,162,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_-768x414.jpg",768,414,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_.jpg",1014,547,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_.jpg",1014,547,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808_.jpg",1014,547,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808 (Icerya purchasi)\uc774\ub780? \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\ub294 \ub9e4\ubbf8\ubaa9 \uc774\uc138\ub9ac\uc544\uae4d\uc9c0\ubc8c\ub808\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uac10\uade4\ub958, \uac10\ud0d5\ub098\ubb34, [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3219","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\/3220"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3219"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3219"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3219"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}