{"id":2590,"date":"2025-06-22T16:16:40","date_gmt":"2025-06-22T16:16:40","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2590"},"modified":"2025-06-22T16:17:56","modified_gmt":"2025-06-22T16:17:56","slug":"%ec%86%94%ea%bb%8d%ec%a7%88%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%94%ea%bb%8d%ec%a7%88%ea%b9%8d%ec%a7%80%eb%b2%8c%eb%a0%88","title":{"rendered":"\uc194\uaecd\uc9c8\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>\uc194\uaecd\uc9c8\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 Bark -->\n    <!-- Application Structure Plan: The SPA for Pine Bark Scale 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 single-generational life cycle with complex overwintering\/diapause. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting the vulnerable overwintering nymph (\ud6c4\uc57d\ucda9) stage. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult male\/female, Egg, Crawler, Settled nymph, Post-diapause nymph) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc218\ucef7 \uc131\ucda9', '\uc554\ucef7 \uc131\ucda9', '\uc54c', '\ubd80\ud654\uc57d\ucda9', '\ud6c4\uc57d\ucda9' -> Interaction: Clicking buttons updates image and descriptive text for each form, including size. -> Justification: The complex metamorphosis and varied forms require a detailed interactive gallery for clear identification at different life stages. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Leaf browning\/dieback, Branch dieback, Nutrient blockage, Sap-sucking) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc78e \ubcc0\uc0c9 \ubc0f \uace0\uc0ac', '\uc218\uc561 \ud761\uc218 \ubc29\ud574', '\uc54c\uc8fc\uba38\ub2c8 \ubc0f \uadf8\uc744\uc74c\ubcd1' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows both the direct (browning, dieback) and indirect (nutrient blockage) impacts. -> Justification: The progressive nature of damage from feeding to tree mortality needs clear visual explanation. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Post-diapause nymph overwintering, 1 generation\/year, specific timings for each stage including diapause) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the detailed annual lifecycle with key stages (especially the overwintering nymph and subsequent adult emergence\/egg-laying) is essential for timing control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting post-diapause nymphs in winter\/early spring, and crawlers in late spring) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention, focusing on the vulnerable overwintering nymphs (\ub098\ubb34\uc8fc\uc0ac) and newly hatched crawlers (\uc9c0\uc0c1 \uc0b4\ud3ec), 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        }\n        .nav-btn.active {\n            background-color: #7c2d12; \/* orange-900 *\/\n            color: #fff7ed; \/* orange-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #ea580c; \/* orange-600 *\/\n            color: white;\n            font-weight: 600;\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            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\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-orange-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-orange-100\">\ud615\ud0dc<\/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-orange-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-orange-100\">\uc0dd\ud65c\uc0ac<\/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-orange-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-orange-800 mb-4\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 (<i>Matsucoccus thunbergianae<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\ub294 \ub9e4\ubbf8\ubaa9 \uae4d\uc9c0\ubc8c\ub808\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc8fc\ub85c \uc18c\ub098\ubb34\uc640 \ud574\uc1a1\uc5d0 \ud070 \ud53c\ud574\ub97c \uc8fc\uba70, \uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uac00\uc9c0\uc5d0 \uae30\uc0dd\ud558\uc5ec \uc218\uc561\uc744 \ube68\uc544\uba39\uc5b4 \uc78e\uc774 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba74\uc11c \ub9d0\ub77c \uc8fd\uac8c \ud569\ub2c8\ub2e4. \ud2b9\ud788 3~5\uc6d4\uc5d0 \uc218\uad00\uc758 \uc544\ub7ab\ubd80\ubd84\ubd80\ud130 \ubcc0\uc0c9\ub418\uba74\uc11c \ud53c\ud574\uac00 \uc2ec\ud558\uac8c \ub098\ud0c0\ub0a9\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> \ud6c4\uc57d\ucda9 (\uac00\uc7a5 \ud53c\ud574\ub97c \ub9ce\uc774 \uc8fc\ub294 \uc2dc\uae30)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\ucd5c\uadfc \uc0dd\ud0dc\ud615 \ubcc0\ud654\ub85c \uc77c\ubd80 \uc9c0\uc5ed \uc5f0 2\ud68c \ubc1c\uc0dd)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-orange-800 mb-3\">\ubd84\ud3ec \ubc0f \ubc1c\uc0dd \uc5f0\ud601<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \uc6b0\ub9ac\ub098\ub77c\uc5d0\uc11c\ub294 1963\ub144 \uc804\ub0a8 \uace0\ud765\uad70 \ube44\ubd09\uc0b0\uc5d0\uc11c \ucd5c\ucd08 \ubc1c\uc0dd \ucd94\uc815 \ud6c4 1983\ub144 \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 \ud53c\ud574\ub85c \ud310\uba85\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\ud6c4 1990\ub144 \uc804\ubd81 \uace0\ucc3d, 1991\ub144 \uacbd\ub0a8 \ub0a8\ud574\ub85c \ud655\uc0b0\ub418\uc5c8\uc73c\uba70, \ud604\uc7ac \uc11c\ud574\uc548(\uc804\ubd81 \uad70\uc0b0\uae4c\uc9c0)\uacfc \ub0a8\ud574\uc548 \uc77c\ub300\uc5d0 \ubd84\ud3ec\ud558\uace0 \ub3d9\ud574\uc548(\uacbd\ub0a8 \ud3ec\ud56d\uae4c\uc9c0)\uc73c\ub85c\ub3c4 \ud655\uc0b0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc8fc\ub85c \ud574\uc548\uc9c0\ubc29\uc73c\ub85c\uc758 \ud655\uc0b0 \uc18d\ub3c4\ub294 \ube60\ub978 \ud3b8\uc774\ub098 \ub0b4\ub959\uc9c0\ubc29\uc73c\ub85c\uc758 \ud655\uc0b0\uc740 \ub290\ub9b0 \ud3b8\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\ucd5c\uadfc\uc5d0\ub294 \uc0dd\ud0dc\ud615(\uc5f0 2\ud68c \ubc1c\uc0dd)\uc774 \ub2e4\ub978 \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\uac00 \uc11c\uc6b8, \uacbd\uae30, \uc804\ub0a8 \uc77c\ubd80 \uc9c0\uc5ed\uc758 \uc18c\ub098\ubb34 \uc815\uc6d0\uc218\ub098 \uc870\uacbd\uc218\uc5d0\uc11c \ubc1c\uc0dd\ud558\uc5ec \ud53c\ud574\ub97c \uc8fc\uace0 \uc788\uc73c\ub098, \uc774\ub85c \uc778\ud55c \uc18c\ub098\ubb34 \uace0\uc0ac\ub294 \ud604\uc7ac\uae4c\uc9c0 \ubcf4\uace0\ub418\uc9c0 \uc54a\uace0 \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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\ub294 \ubcf5\uc7a1\ud55c \uc0dd\ud65c\uc0ac\ub97c \uac00\uc9c0\uba70 \uac01 \ucda9\ud0dc\ub9c8\ub2e4 \ud2b9\uc9d5\uc801\uc778 \ud615\ud0dc\ub97c \ubcf4\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"male_adult\" class=\"stage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc218\ucef7 \uc131\ucda9<\/button>\n                        <button data-type=\"female_adult\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc554\ucef7 \uc131\ucda9<\/button>\n                        <button data-type=\"egg\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc54c<\/button>\n                        <button data-type=\"buwha_yakchung\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ubd80\ud654\uc57d\ucda9<\/button>\n                        <button data-type=\"hoo_yakchung\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ud6c4\uc57d\ucda9<\/button>\n                        <button data-type=\"jun_sungchung\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc804\uc131\ucda9 (\uc218\ucef7)<\/button>\n                        <button data-type=\"pupa\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ubc88\ub370\uae30 (\uc218\ucef7)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_male_adult.jpg\" alt=\"\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 \uc218\ucef7 \uc131\ucda9 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"morphology-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-orange-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\ub294 \uc8fc\ub85c \uc78e\uc758 \ubcc0\uc0c9 \ubc0f \uace0\uc0ac\ub97c \uc720\ubc1c\ud558\uba70, \uc218\uc561 \ud761\uc218 \ubc29\ud574\uc640 \uadf8\uc744\uc74c\ubcd1 \ub4f1 \ub2e4\uc591\ud55c \ud615\ud0dc\ub85c \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=\"leaf_browning_dieback\" 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\">\uc78e \ubcc0\uc0c9 \ubc0f \uace0\uc0ac<\/button>\n                        <button data-damage-type=\"nutrient_blockage\" 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\">\uc591\ubd84 \uc774\ub3d9 \ubc29\ud574 (\ud658\uc0c1\ud615 \ubc18\uc810)<\/button>\n                        <button data-damage-type=\"eggm_sooty_mold\" 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\">\uc54c\uc8fc\uba38\ub2c8 \ubc0f \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-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/matsucoccus_thunbergianae_damage_overall.jpg\" alt=\"\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 \ud53c\ud574 \uc784\uc9c0 \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-orange-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-orange-800 mb-4\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\ub294 1\ub144\uc5d0 1\ud68c \ubc1c\uc0dd\ud558\uba70, **\ud6c4\uc57d\ucda9** \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc554\ucef7 \uc131\ucda9\uc740 \ud6c4\uc57d\ucda9\uc5d0\uc11c \ubc88\ub370\uae30 \uacfc\uc815\uc744 \uac70\uce58\uc9c0 \uc54a\uace0 \ubc14\ub85c \uc131\ucda9\uc774 \ub429\ub2c8\ub2e4. 6\uc6d4\ubd80\ud130 \uc57d 4\uac1c\uc6d4\uac04 \ud558\uae30\ud734\uba74\uc5d0 \ub4e4\uc5b4\uac00 \uc800\uc628\uc5d0 \uc758\ud574 \ud734\uba74\uc774 \ub05d\ub0a9\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\">1. \uc6d4\ub3d9 (\ud6c4\uc57d\ucda9)<\/p><p class=\"text-sm\">\uac00\uc9c0\uc5d0 \uc815\ucc29\ud558\uc5ec \uc2e4 \uac19\uc740 \uae34 \uc785\uc744 \uaf42\uace0 \uac00\ud574\ud558\uba70 \ud6c4\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-green-100 rounded-lg\">\n                            <p class=\"font-semibold\">2. \uc131\ucda9 \ucd9c\ud604 \ubc0f \uc0b0\ub780 (4\uc6d4 ~ 5\uc6d4)<\/p><p class=\"text-sm\">\ud6c4\uc57d\ucda9\uc774 \uc131\ucda9\uc774 \ub418\uc5b4 \ub098\ud0c0\ub0a8. \uac00\uc9c0 \uc704\ub97c \uae30\uc5b4\ub2e4\ub2c8\uba70 \uad50\ubbf8 \ud6c4 \uc54c\uc8fc\uba38\ub2c8\ub97c \ub9cc\ub4e4\uace0 \uc54c \uc0b0\ub780 (\ud3c9\uade0 280\uac1c)<\/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\">3. \ubd80\ud654\uc57d\ucda9 \uc774\ub3d9 \ubc0f \uc815\ucc29 (5\uc6d4 \uc0c1\uc21c ~ 6\uc6d4 \uc911\uc21c)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc57d\ucda9(\ud06c\uae30 0.35mm)\uc774 \uac00\uc9c0 \uc704\ub97c \uae30\uc5b4\ub2e4\ub2c8\uba70 \uc815\ucc29 \uc7a5\uc18c \ud0d0\uc0c9. \uc8fc\ub85c \uc774 \uc2dc\uae30\uc5d0 \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc774\ub3d9\/\ud655\uc0b0<\/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\">4. \uc815\ucc29\uc57d\ucda9 \uace0\ucc29 \ubc0f \ud558\uae30\ud734\uba74 (5\uc6d4 ~ 11\uc6d4)<\/p><p class=\"text-sm\">\uc815\ucc29\ud55c \uc57d\ucda9\uc774 \ubab8 \uc8fc\uc704\uc5d0 \ud770 \uc641\uc2a4\ubb3c\uc9c8\uc744 \ubd84\ube44\ud558\uace0 \uace0\ucc29 \uc0dd\ud65c. 6\uc6d4\ubd80\ud130 \uc57d 4\uac1c\uc6d4\uac04 \ud558\uae30\ud734\uba74 (\ubc1c\uc774 \ubcf4\uc774\uc9c0 \uc54a\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\">5. \ud6c4\uc57d\ucda9 \ubc1c\uc721 (11\uc6d4 ~ \uc774\ub4ec\ud574 3\uc6d4)<\/p><p class=\"text-sm\">\ud734\uba74\uc774 \ub05d\ub098\uba74 \ud6c4\uc57d\ucda9\uc73c\ub85c \ubc1c\uc721\ud558\uc5ec \uc218\uc561 \ud761\uc218\ud558\uba70 \uac00\ud574. \uac00\uc7a5 \ud53c\ud574\ub97c \ub9ce\uc774 \uc8fc\ub294 \uc2dc\uae30<\/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\">6. \uc218\ucef7 \uc804\uc131\ucda9\/\ubc88\ub370\uae30 (3\uc6d4 ~ 4\uc6d4)<\/p><p class=\"text-sm\">\uc218\ucef7\uc740 \ud6c4\uc57d\ucda9\uc5d0\uc11c \uc804\uc131\ucda9\uc744 \uac70\uccd0 \ubc88\ub370\uae30\uac00 \ub428. \uc791\uc740 \ud770 \uc19c\ub369\uc5b4\ub9ac \uace0\uce58 \uc18d \ubc88\ub370\uae30 (\uae30\uac04 7~20\uc77c)<\/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-orange-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 \ubc29\uc81c\ub294 \uc6d4\ub3d9 \ud6c4\uc57d\ucda9 \uc2dc\uae30 \ub610\ub294 \ubd80\ud654\uc57d\ucda9 \uc2dc\uae30\ub97c \ub178\ub9ac\ub294 \uac83\uc774 \uac00\uc7a5 \uc911\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\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\">\u2460 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ub098\ubb34\uc8fc\uc0ac:<\/strong> \uc78e\uc774 \ubcc0\uc0c9\ub418\uae30 \uc774\uc804\uc758 \ud53c\ud574 \ucd08\uae30 \uc784\uc9c0\uc5d0\ub294 \ud6c4\uc57d\ucda9 \uac00\ud574\uc2dc\uae30\uc778 **12\uc6d4~2\uc6d4**\uc5d0 \uc5d0\ub9c8\uba55\ud2f4\ubca4\uc870\uc5d0\uc774\ud2b8 \uc720\uc81c \ub4f1 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub85c \ub098\ubb34\uc8fc\uc0ac\ub97c \uc2e4\uc2dc\ud558\ub294 \uac83\uc774 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. \uc870\uacbd\uc218 \ubc0f \uc815\uc6d0\uc218\uc5d0\ub3c4 \ub098\ubb34\uc8fc\uc0ac\uac00 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc9c0\uc0c1 \uc0b4\ud3ec:<\/strong> \ub098\ubb34\uc8fc\uc0ac\uac00 \ubd88\uac00\ub2a5\ud55c \uacf3\uc5d0\ub294 **3\uc6d4**\uc5d0 \ubd80\ud504\ub85c\ud398\uc9c4 \uc561\uc0c1\uc218\ud654\uc81c(40%) 100\ubc30\uc561\uc744 \uace0\uc131\ub2a5 \ubd84\ubb34\uae30\ub85c 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc904\uae30\uc640 \uac00\uc9c0 \uc218\ud53c\uac00 \ucda9\ubd84\ud788 \uc801\uc154\uc9c0\ub3c4\ub85d \uc0b4\ud3ec\ud569\ub2c8\ub2e4 (\uc18c\uacbd\ubaa9 \uc784\uc9c0, \uc0ac\uc801\uc9c0, \uc8fc\uc694 \uc9c0\uc5ed \ud2b9\uc218\ubaa9 \uc801\uc6a9).<\/li>\n                                 <li><strong>\ubd80\ud654\uc57d\ucda9\uae30 \uc0b4\ud3ec:<\/strong> \ubd80\ud654\uc57d\ucda9\uae30\uc778 **5\uc6d4 \uc0c1\uc21c~6\uc6d4 \uc911\uc21c**\uc5d0 \ub514\ub178\ud14c\ud4e8\ub780 \uc561\uc81c 1,000\ubc30\uc561 \ub4f1\uc744 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\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\">\u2461 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ud53c\ud574\ubaa9 \uc81c\uac70:<\/strong> \ud53c\ud574\uac00 \uc2ec\ud55c \uace0\uc0ac\ubaa9\uc774\ub098 \ud53c\ud574\ubaa9\uc744 \uc81c\uac70\ud558\uc5ec \ubc88\uc2dd\ucc98\ub97c \uc5c6\uc571\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc54c\uc8fc\uba38\ub2c8 \uc81c\uac70:<\/strong> \uaca8\uc6b8\ucca0\uc5d0 \ub098\ubb34\uaecd\uc9c8 \ud2c8\uc774\ub098 \uac00\uc9c0 \uc0ac\uc774\uc758 \uc54c\uc8fc\uba38\ub2c8(\uc19c\ub369\uc5b4\ub9ac \ubaa8\uc591)\ub97c \uc81c\uac70\ud558\uc5ec \ubc00\ub3c4\ub97c \ub0ae\ucda5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\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\">\u2462 \uce5c\ud658\uacbd \ubc29\uc81c \ubc0f \uc0b0\ub9bc \uad00\ub9ac<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><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 \ub4f1\uc744 \ubcf4\ud638\ud569\ub2c8\ub2e4. (\ucc9c\uc801\uc5d0 \uc758\ud55c \ubc00\ub3c4 \uac10\uc18c \ud6a8\uacfc\ub294 \uc57d 11%\ub85c \ub0ae\uc740 \ud3b8)<\/li>\n                                <li><strong>\uc704\uc0dd \uac04\ubc8c:<\/strong> 4~5\uc6d4 \uc911 \ud53c\ud574 \uc2dd\ubcc4\uc774 \uc26c\uc6b8 \ub54c \uc608\uc815\uc9c0\ub97c \uc120\uc815\ud558\uace0 7~8\uc6d4\uc5d0 \uc5f4\uc138\ubaa9\uc744 \uc81c\uac70\ud55c \ud6c4 \uc704\uc0dd \uac04\ubc8c\uc744 \uc2e4\uc2dc\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\ub098\ubb34 \uac74\uac15 \uad00\ub9ac:<\/strong> \uc1e0\uc57d\ud55c \ub098\ubb34\uc5d0 \uc8fc\ub85c \uae30\uc0dd\ud558\ubbc0\ub85c \uac74\uc804\ud55c \ub098\ubb34\ub85c \uad00\ub9ac\ud558\uc5ec \uc800\ud56d\ub825\uc744 \ub192\uc785\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-orange-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \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: \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38, TreeCareWIKI, \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10, \uc0b0\ub9bc\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                male_adult: {\n                    title: '\uc218\ucef7 \uc131\ucda9',\n                    description: '\ubab8\uae38\uc774 1.5~2mm. \ud30c\ub9ac\uc640 \ube44\uc2b7\ud55c \ud615\ud0dc\ub85c 1\uc30d\uc758 \ub0a0\uac1c\uc640 \uae30\ub2e4\ub780 \ud770 \uaf2c\ub9ac(\ud138)\ub97c \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uccb4\uc0c9\uc740 \ud751\uc0c9\uc785\ub2c8\ub2e4. \uc554\ucef7\uc758 \uc720\uc778\ubb3c\uc9c8 \ub0c4\uc0c8\ub97c \ub530\ub77c \uc811\uadfc\ud558\uc5ec \uad50\ubbf8\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 1.5~2mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_male_adult.jpg' \/\/ From PDF\n                },\n                female_adult: {\n                    title: '\uc554\ucef7 \uc131\ucda9',\n                    description: '\ubab8\uae38\uc774 2.0~2.5mm (\uc77c\ubd80 2~5mm). \uc7a5\ud0c0\uc6d0\ud615\uc73c\ub85c \ub2e4\uc18c \uc9d9\uc740 \uc8fc\ud669\uc0c9 \ub610\ub294 \ud669\uac08\uc0c9\uc744 \ub771\ub2c8\ub2e4. \ub0a0\uac1c\uac00 \uc5c6\uc73c\uba70, \ud6c4\uc57d\ucda9\uc5d0\uc11c \ubc88\ub370\uae30 \uc2dc\uae30\ub97c \uac70\uce58\uc9c0 \uc54a\uace0 \ubc14\ub85c \uc131\ucda9\uc774 \ub429\ub2c8\ub2e4. \uac00\uc9c0 \uc704\ub97c \uae30\uc5b4\ub2e4\ub2c8\uba74\uc11c \uc720\uc778\ubb3c\uc9c8\uc744 \ubc1c\uc0b0\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 2.0~2.5mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_female_adult.jpg' \/\/ From PDF\n                },\n                egg: {\n                    title: '\uc54c',\n                    description: '\ud06c\uae30 0.25mm\uc758 \uc5f7\uc740 \uc720\ubc31\uc0c9. \ub098\ubb34\uaecd\uc9c8 \ud2c8\uc774\ub098 \uac00\uc9c0 \uc0ac\uc774\uc5d0 \ud770 \uc19c\ub369\uc5b4\ub9ac \ubaa8\uc591\uc758 \uc54c\uc8fc\uba38\ub2c8 \uc18d\uc5d0 \uc0b0\ub780\ub429\ub2c8\ub2e4. \uc54c\uc8fc\uba38\ub2c8\uac00 \ubc14\ub78c\uc5d0 \ub0a0\ub824 \ud655\uc0b0\ub418\uae30\ub3c4 \ud569\ub2c8\ub2e4. \uc554\ucef7 1\ub9c8\ub9ac\ub2f9 \ud3c9\uade0 280\uac1c (150~450\uac1c)\uc758 \uc54c\uc744 \ub0b3\uc2b5\ub2c8\ub2e4. \uc54c \uae30\uac04\uc740 12\uc6d4\ubd80\ud130 \uc2dc\uc791\ub429\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 0.25mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_egg_sac.jpg' \/\/ From PDF\n                },\n                buwha_yakchung: {\n                    title: '\ubd80\ud654\uc57d\ucda9',\n                    description: '\uc54c\uc5d0\uc11c \uac13 \ubd80\ud654\ud55c \uc57d\ucda9\uc758 \uccb4\uc0c9\uc740 \ub178\ub791 \ub610\ub294 \uc8fc\ud669\uc0c9\uc774\uba70 \ud06c\uae30\ub294 0.35mm\uc785\ub2c8\ub2e4. \ubc1c\uc774 \uc788\uc5b4 \ub098\ubb34 \uc904\uae30\ub098 \uac00\uc9c0 \uc704\ub97c \uae30\uc5b4\ub2e4\ub2c8\uba70 \uc815\ucc29\ud560 \uc7a5\uc18c\ub97c \ucc3e\uc2b5\ub2c8\ub2e4. \uc8fc\ub85c \uc774 \uc2dc\uae30\uc5d0 \ubc14\ub78c\uc5d0 \ub0a0\ub824 \uc774\ub3d9\ud558\uace0 \ud655\uc0b0\ub429\ub2c8\ub2e4. 5\uc6d4 \uc0c1\uc21c~6\uc6d4 \uc911\uc21c\uc5d0 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 0.35mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_crawler.jpg' \/\/ From PDF (\ubd80\ud654\uc57d\ucda9)\n                },\n                hoo_yakchung: {\n                    title: '\ud6c4\uc57d\ucda9',\n                    description: '\uc815\ucc29\uc57d\ucda9\uc774 \uc131\uc7a5\ud55c \ud615\ud0dc\ub85c, \ubc1c\uc774 \ubcf4\uc774\uc9c0 \uc54a\uace0 \uad6c\ud615\uc758 \ubab8\ud1b5\ub9cc \uc788\uc2b5\ub2c8\ub2e4. \ubab8 \uc8fc\uc704\uc5d0 \ud770 \uc641\uc2a4 \ubb3c\uc9c8\uc744 \ubd84\ube44\ud569\ub2c8\ub2e4. 6\uc6d4\ubd80\ud130 \uc57d 4\uac1c\uc6d4\uac04 \ud558\uae30 \ud734\uba74\uc744 \ud558\uba70, \uc800\uc628\uc5d0 \uc758\ud574 \ud734\uba74\uc774 \ub05d\ub0a9\ub2c8\ub2e4. 11\uc6d4 \uc774\ud6c4\ubd80\ud130 \uc774\ub4ec\ud574 3\uc6d4\uae4c\uc9c0 \ub098\ud0c0\ub098\uba70, \uc774 \uc2dc\uae30\uac00 \uac00\uc7a5 \ud53c\ud574\ub97c \ub9ce\uc774 \uc8fc\ub294 \uc2dc\uae30\uc785\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 0.5~3mm (\ubab8 \ud06c\uae30 \ubcc0\ud654)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_post_diapause_nymph.jpg' \/\/ From PDF (\ud6c4\uc57d\ucda9)\n                },\n                jun_sungchung: {\n                    title: '\uc804\uc131\ucda9 (\uc218\ucef7)',\n                    description: '\ud6c4\uc57d\ucda9\uc5d0\uc11c \ubc88\ub370\uae30 \uacfc\uc815\uc744 \uac70\uce58\uae30 \uc804 \uc218\ucef7\uc774 \ub418\ub294 \ub2e8\uacc4\uc785\ub2c8\ub2e4. \uc554\ucef7 \uc131\ucda9\uacfc \ube44\uc2b7\ud558\uc9c0\ub9cc \ud06c\uae30\uac00 \ub2e4\uc18c \uc791\uc2b5\ub2c8\ub2e4. 3\uc6d4~4\uc6d4\uc5d0 \ub098\ud0c0\ub098 \ub098\ubb34 \uc704\ub97c \uae30\uc5b4\ub2e4\ub2c8\uba70 \ubc88\ub370\uae30\uac00 \ub420 \uc7a5\uc18c\ub97c \ucc3e\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: (\uc554\ucef7 \uc131\ucda9\ubcf4\ub2e4 \uc791\uc74c, \uc57d 1.5~2mm)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_pre_adult.jpg' \/\/ Placeholder\n                },\n                pupa: {\n                    title: '\ubc88\ub370\uae30 (\uc218\ucef7)',\n                    description: '\uc218\ucef7 \uc804\uc131\ucda9\uc774 \ub9cc\ub4e0 \uc791\uc740 \ud770 \uc19c\ub369\uc5b4\ub9ac \uac19\uc740 \ud0c0\uc6d0\ud615 \uace0\uce58 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub429\ub2c8\ub2e4. \ubc88\ub370\uae30 \uae30\uac04\uc740 \uc57d 7~20\uc77c\uc774\uba70, \uc6a9\ud654\ucd5c\uc131\uae30\ub294 3\uc6d4 20\uc77c\uacbd\uc785\ub2c8\ub2e4. 3\uc6d4~4\uc6d4\uc5d0 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 1.5mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_pupa.jpg' \/\/ From PDF\n                }\n            };\n\n            const damageData = {\n                leaf_browning_dieback: {\n                    title: '\uc78e \ubcc0\uc0c9 \ubc0f \uace0\uc0ac',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uac00\uc9c0\uc5d0 \uae30\uc0dd\ud558\uba70 \uc218\uc561\uc744 \ube68\uc544\uba39\uc5b4 \uc78e\uc774 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba74\uc11c \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. 3~5\uc6d4\uc5d0 \uc8fc\ub85c \uc218\uad00\uc758 \uc544\ub7ab\ubd80\ubd84\ubd80\ud130 \ubcc0\uc0c9\ub418\uba74\uc11c \ud53c\ud574\uac00 \uc2ec\ud558\uac8c \ub098\ud0c0\ub098\uba70, \uc9c0\uc18d\uc801\uc778 \ud53c\ud574\ub294 \ub098\ubb34\ub97c \uace0\uc0ac\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. (\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 \ud53c\ud574 \uc784\uc9c0 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/matsucoccus_thunbergianae_damage_overall.jpg' \/\/ From PDF\n                },\n                nutrient_blockage: {\n                    title: '\uc591\ubd84 \uc774\ub3d9 \ubc29\ud574 (\ud658\uc0c1\ud615 \ubc18\uc810)',\n                    description: '\uae4d\uc9c0\ubc8c\ub808\uac00 \uac00\ud574\ud55c \uc790\ub9ac\uc5d0\ub294 \uc57d 1\ub144 \ud6c4\uc5d0 \uac08\uc0c9 \ubc18\uc810\uc774 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc774 \ubc18\uc810\ub4e4\uc774 \ub098\ubb34 \uc904\uae30 \ubc0f \uac00\uc9c0\uc5d0 \ud658\uc0c1(\uace0\ub9ac \ubaa8\uc591)\uc73c\ub85c \uc5f0\uacb0\ub418\uba74 \uc591\ubd84 \uc774\ub3d9\uc774 \ucc28\ub2e8\ub418\uc5b4 \uce58\uba85\uc801\uc778 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4. \uc774\ub294 \ub098\ubb34\uc758 \ud65c\ub825\uc744 \uae09\uaca9\ud788 \ub5a8\uc5b4\ub728\ub9bd\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/matsucoccus_thunbergianae_ring_damage.jpg' \/\/ Placeholder \/ concept image\n                },\n                eggm_sooty_mold: {\n                    title: '\uc54c\uc8fc\uba38\ub2c8 \ubc0f \uadf8\uc744\uc74c\ubcd1',\n                    description: '\uac00\uc9c0\uc758 \ubd84\uae30\uc810\uc5d0 \uc19c\ub369\uc5b4\ub9ac \ubaa8\uc591\uc758 \uc54c\uc8fc\uba38\ub2c8\uac00 \ud615\uc131\ub418\uba70, \uc774 \uc54c\uc8fc\uba38\ub2c8\uc640 \ubd84\ube44\ubb3c\ub85c \uc778\ud574 \uadf8\uc744\uc74c\ubcd1\uc774 \uc720\ubc1c\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Matsucoccus_thunbergianae_egg_sac_and_damage.jpg' \/\/ From PDF\n                }\n            };\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('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-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            \/\/ 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            const morphologyMainImage = document.getElementById('morphology-main-image');\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                morphologyMainImage.src = data.image;\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n            updateMorphologyContent('male_adult'); \/\/ Initial content for morphology section\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            const damageMainImage = document.getElementById('damage-main-image');\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                damageMainImage.src = data.image;\n                damageMainImage.alt = data.title;\n            }\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n            updateDamageContent('leaf_browning_dieback'); \/\/ Initial content for damage section\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['12\uc6d4', '1\uc6d4', '2\uc6d4', '3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4'],\n                    datasets: [{\n                        label: '\ud6c4\uc57d\ucda9 \ud65c\ub3d9\uae30 (\uc6d4\ub3d9 \ubc0f \uac00\ud574)',\n                        data: [10, 10, 10, 8, 5, 0, 0, 0, 0, 0, 2, 5], \/\/ Peak in winter\/early spring\n                        backgroundColor: 'rgba(234, 88, 12, 0.6)', \/* orange-600 *\/\n                        borderColor: 'rgba(234, 88, 12, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc131\ucda9 \ucd9c\ud604 \ubc0f \uc0b0\ub780',\n                        data: [0, 0, 0, 5, 10, 8, 2, 0, 0, 0, 0, 0], \/\/ Peak April-May\n                        backgroundColor: 'rgba(249, 115, 22, 0.6)', \/* orange-500 *\/\n                        borderColor: 'rgba(249, 115, 22, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubd80\ud654\uc57d\ucda9 \ud65c\ub3d9\uae30 (\uc774\ub3d9 \ubc0f \uc815\ucc29)',\n                        data: [0, 0, 0, 0, 5, 10, 8, 2, 0, 0, 0, 0], \/\/ Peak May-June\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 (\ub098\ubb34\uc8fc\uc0ac)',\n                        data: [12, 12, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0], \/\/ Dec-Feb\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 (\uc9c0\uc0c1 \uc0b4\ud3ec)',\n                        data: [0, 0, 0, 12, 12, 0, 0, 0, 0, 0, 0, 0], \/\/ March to Early May (for crawlers as well)\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('\ub098\ubb34\uc8fc\uc0ac')) return ` ${context.dataset.label}: 12\uc6d4 ~ 2\uc6d4`;\n                                        if (context.dataset.label.includes('\uc9c0\uc0c1 \uc0b4\ud3ec')) return ` ${context.dataset.label}: 3\uc6d4 (\ud6c4\uc57d\ucda9) ~ 5\uc6d4 \uc911\uc21c (\ubd80\ud654\uc57d\ucda9)`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 \uc6d4\ubcc4 \ud65c\ub3d9 \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\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"304\" data-id=\"2593\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ud6c4\uc57d\ucda9.png\" alt=\"\" class=\"wp-image-2593\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ud6c4\uc57d\ucda9.png 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ud6c4\uc57d\ucda9-300x203.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><figcaption class=\"wp-element-caption\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ud6c4\uc57d\ucda9<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"300\" data-id=\"2594\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ub09c\ub0ad.png\" alt=\"\" class=\"wp-image-2594\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ub09c\ub0ad.png 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ub09c\ub0ad-300x200.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><figcaption class=\"wp-element-caption\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ub09c\ub0ad<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"301\" data-id=\"2595\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png\" alt=\"\" class=\"wp-image-2595\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9-300x201.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><figcaption class=\"wp-element-caption\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"282\" data-id=\"2596\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc131\ucda9.jpg\" alt=\"\" class=\"wp-image-2596\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc131\ucda9.jpg 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc131\ucda9-300x188.jpg 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><figcaption class=\"wp-element-caption\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc131\ucda9<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"309\" data-id=\"2597\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc554\ucef7\uc131\ucda9.png\" alt=\"\" class=\"wp-image-2597\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc554\ucef7\uc131\ucda9.png 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc554\ucef7\uc131\ucda9-300x206.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><figcaption class=\"wp-element-caption\">\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc554\ucef7\uc131\ucda9<\/figcaption><\/figure>\n<\/figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"312\" data-id=\"2592\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc0dd\ud65c\uacbd\uacfc.png\" alt=\"\" class=\"wp-image-2592\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc0dd\ud65c\uacbd\uacfc.png 756w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc0dd\ud65c\uacbd\uacfc-300x124.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/figure>\n<\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"628\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/900px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ucda9\ud0dc.jpg\" alt=\"\" class=\"wp-image-2591\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/900px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ucda9\ud0dc.jpg 900w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/900px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ucda9\ud0dc-300x209.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/900px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\ucda9\ud0dc-768x536.jpg 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n","protected":false},"featured_media":2595,"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,102],"pest-category":[94,78],"pest-overwintering":[196],"class_list":["post-2590","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-80","pest-target-102","pest-category-94","pest-category-78","pest-overwintering-196"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png",450,301,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9-150x150.png",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9-300x201.png",300,201,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png",450,301,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png",450,301,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png",450,301,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808_\uc218\ucef7\uc131\ucda9.png",450,301,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc194\uaecd\uc9c8\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 \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808 (Matsucoccus thunbergianae)\uc774\ub780? \uc194\uaecd\uc9c8\uae4d\uc9c0\ubc8c\ub808\ub294 \ub9e4\ubbf8\ubaa9 \uae4d\uc9c0\ubc8c\ub808\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc8fc\ub85c \uc18c\ub098\ubb34\uc640 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2590","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\/2595"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2590"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2590"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2590"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}