{"id":4023,"date":"2025-11-04T11:49:52","date_gmt":"2025-11-04T11:49:52","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=4023"},"modified":"2025-11-04T11:49:53","modified_gmt":"2025-11-04T11:49:53","slug":"%ec%86%8c%eb%82%98%eb%ac%b4-%ed%98%b8%eb%a6%ac%ec%99%95%ec%a7%84%eb%94%a7%eb%ac%bc","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%86%8c%eb%82%98%eb%ac%b4-%ed%98%b8%eb%a6%ac%ec%99%95%ec%a7%84%eb%94%a7%eb%ac%bc","title":{"rendered":"\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ko\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c \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    <!-- \n      Chosen Palette: Pine Green (#166534) & Aphid Blue-Green (#6ee7b7)\n      Application Structure Plan: \n      - A 5-tab SPA structure ('\uac1c\uc694', '\ud615\ud0dc', '\ud53c\ud574 \uc99d\uc0c1', '\uc0dd\ud65c\uc0ac', '\ubc29\uc81c \ubc29\ubc95') based on the user-provided HTML templates.\n      - '\uac1c\uc694' provides a summary of the pest.\n      - '\ud615\ud0dc' uses interactive buttons to describe the 3 main forms (Wingless, Winged, Egg).\n      - '\ud53c\ud574 \uc99d\uc0c1' uses interactive buttons to detail sap-sucking damage and sooty mold.\n      - '\uc0dd\ud65c\uc0ac' features a vertical flowchart (HTML\/CSS) illustrating the single-host lifecycle.\n      - '\ubc29\uc81c \ubc29\ubc95' details chemical controls from source PDFs and includes a Chart.js visualization for optimal timing.\n      - All styling is via Tailwind CSS classes for easy embedding in WordPress.\n      - NO SVG graphics or Mermaid JS used.\n    -->\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; \/* Mobile height *\/\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px; \/* Desktop height *\/\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            \/* Using a box-tree-green palette *\/\n            background-color: #f0fdf4; \/* green-50 *\/\n            color: #166534; \/* green-800 *\/\n        }\n        .nav-btn.active {\n            background-color: #166534 !important; \/* green-800 *\/\n            color: #f0fdf4 !important; \/* green-50 *\/\n            font-weight: 700;\n        }\n        .nav-btn:hover:not(.active) {\n            background-color: #dcfce7; \/* green-100 *\/\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        \/* Using a light blue-green\/teal palette for interactive buttons *\/\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n            background-color: #f0fdfa; \/* teal-50 *\/\n            color: #134e4a; \/* teal-800 *\/\n            transition: all 0.3s ease;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #2dd4bf; \/* teal-400 *\/\n            color: #134e4a; \/* teal-900 *\/\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .stage-btn:hover:not(.active), .damage-btn:hover:not(.active) {\n             background-color: #ccfbf1; \/* teal-100 *\/\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: 2px solid transparent;\n            outline-offset: 2px;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        \/* Flowchart styles *\/\n        .flowchart-step {\n            position: relative;\n            padding: 1rem;\n            border-radius: 0.375rem; \/* rounded-md *\/\n        }\n        .flowchart-step:not(:last-child) {\n            margin-bottom: 2rem;\n        }\n        .flowchart-step:not(:last-child)::after {\n            content: '\u2193';\n            position: absolute;\n            bottom: -2rem;\n            left: 50%;\n            transform: translateX(-50%);\n            font-size: 1.5rem; \/* text-2xl *\/\n            color: #9ca3af; \/* gray-400 *\/\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto max-w-4xl\"> \n\n        <nav class=\"flex flex-wrap justify-center bg-gray-200 mb-8 shadow-md\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-3 px-4 text-sm md:text-base\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-4\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c (<i>Eulachnus thunbergii<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c\uc740 \uc18c\ub098\ubb34\ub958\uc758 \uce68\uc5fd\uc5d0 \uae30\uc0dd\ud558\ub294 \uc9c4\ub527\ubb3c\uc758 \uc77c\uc885\uc785\ub2c8\ub2e4. 3\uc6d4\ubd80\ud130 11\uc6d4\uae4c\uc9c0 \uc5f0\uc911 \uc18c\ub098\ubb34 \uc78e\uc5d0 \uc9d1\ub2e8\uc73c\ub85c \uae30\uc0dd\ud558\uba70 \uc218\uc561\uc744 \ube68\uc544\uba39\uc5b4 \ub098\ubb34\uc758 \uc218\uc138\ub97c \uc57d\ud654\uc2dc\ud0b5\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700 leading-relaxed mt-2\">\n                        \uc774 \uc9c4\ub527\ubb3c\uc740 \uc6b4\ub3d9\uc131\uc774 \uc88b\uc544 \uc704\ud611\uc744 \ubc1b\uc73c\uba74 \uce68\uc5fd \uae30\ubd80(\ubc11\ub3d9)\ub85c \uc7ac\ube60\ub974\uac8c \uc774\ub3d9\ud558\ub294 \ud2b9\uc9d5\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \ubc30\uc124\ubb3c(\uac10\ub85c)\ub85c \uc778\ud574 \uc78e\uc774 \ub048\uc801\uac70\ub9ac\uace0 2\ucc28\uc801\uc73c\ub85c \uadf8\uc744\uc74c\ubcd1\uc744 \uc720\ubc1c\ud558\uc5ec \uc78e\uc744 \uac80\uac8c \ub9cc\ub4ed\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-2\">\n                        <li><strong>\uc8fc\uc694 \uae30\uc8fc:<\/strong> \uc18c\ub098\ubb34, \uacf0\uc194(\ud574\uc1a1), \ub9ac\uae30\ub2e4\uc18c\ub098\ubb34 \ub4f1 \uc18c\ub098\ubb34\ub958<\/li>\n                        <li><strong>\ubd84\ud3ec:<\/strong> \ud55c\uad6d, \uc77c\ubcf8, \uc911\uad6d \ub4f1<\/li>\n                        <li><strong>\uc6d4\ub3d9 \ud615\ud0dc:<\/strong> \uc54c (\uc18c\ub098\ubb34 \uc78e)<\/li>\n                        <li><strong>\uc8fc\uc694 \ubc1c\uc0dd\uae30:<\/strong> 4\uc6d4 ~ 10\uc6d4 (\ud2b9\ud788 5~10\uc6d4\uc5d0 \ubc00\ub3c4 \ub192\uc74c)<\/li>\n                    <\/ul>\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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc774\ub984\ucc98\ub7fc \ubab8\uc774 \uac00\ub298\uace0 \uae34(\ud638\ub9ac\ud638\ub9ac\ud55c) \ud615\ud0dc\uac00 \ud2b9\uc9d5\uc774\uba70, \uc2dc\uae30\ubcc4\ub85c \ud615\ud0dc\uac00 \ub2e4\ub985\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"wingless\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\ubb34\uc2dc\ucda9 (\ub0a0\uac1c \uc5c6\ub294 \uc131\ucda9)<\/button>\n                        <button data-type=\"winged\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\uc720\uc2dc\ucda9 (\ub0a0\uac1c \uc788\ub294 \uc131\ucda9)<\/button>\n                        <button data-type=\"egg\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\uc54c (\uc6d4\ub3d9\ub780)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4 bg-gray-50 rounded\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-teal-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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc9c1\uc811\uc801\uc778 \ud761\uc999 \ud53c\ud574\uc640 2\ucc28\uc801\uc778 \uadf8\uc744\uc74c\ubcd1 \ud53c\ud574\ub97c \uc720\ubc1c\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"sucking\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\ud761\uc999 \ud53c\ud574<\/button>\n                        <button data-damage-type=\"sooty_mold\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\uadf8\uc744\uc74c\ubcd1 \uc720\ubc1c<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4 bg-gray-50 rounded\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-teal-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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c \uc0dd\ud65c\uc0ac<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc911\uac04\uae30\uc8fc \uc5c6\uc774 \uc18c\ub098\ubb34\ub958\uc5d0\uc11c\ub9cc \uc5f0\uc911 \ubc1c\uc0dd\ud558\ub294 <strong>\ub2e8\uc2dd\uc131(Autoecious)<\/strong> \uc644\uc804\uc0dd\ud65c\ud658\uc744 \uac16\uc2b5\ub2c8\ub2e4. (\uc790\uc138\ud55c \uc0dd\ud65c\uc0ac\ub294 \uc544\uc9c1 \ubd88\uba85\ud655\ud569\ub2c8\ub2e4.)\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <!-- 1. Overwintering -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-blue-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-blue-900\">1. \uc6d4\ub3d9 (11\uc6d4 ~ 3\uc6d4)<\/p>\n                            <p class=\"text-sm text-blue-800\">\uc18c\ub098\ubb34 \uc78e\uc5d0 \uc0b0\ub780\ub41c <strong>\uc54c(\uc6d4\ub3d9\ub780)<\/strong> \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 2. Hatch & Spring Generation -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-green-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-green-900\">2. \ubd80\ud654 \ubc0f \ubd04 \uc138\ub300 (4\uc6d4 ~ 5\uc6d4)<\/p>\n                            <p class=\"text-sm text-green-800\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uac04\ubaa8(\ubb34\uc2dc\ucda9)\uac00 \ub2e8\uc704\uc0dd\uc2dd\uc744 \uc2dc\uc791\ud569\ub2c8\ub2e4. <strong>\ubb34\uc2dc\ucda9<\/strong>\uacfc <strong>\uc720\uc2dc\ucda9<\/strong>\uc774 \ud568\uaed8 \ub098\ud0c0\ub098\uba70 \ubc00\ub3c4\uac00 \uc810\ucc28 \uc99d\uac00\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 3. Peak Season -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-yellow-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-yellow-900\">3. \uc5ec\ub984~\uac00\uc744 \uc138\ub300 (5\uc6d4 ~ 10\uc6d4)<\/p>\n                            <p class=\"text-sm text-yellow-800\">\ub530\ub73b\ud55c \uc2dc\uae30\uc5d0 \ub2e8\uc704\uc0dd\uc2dd\uc744 \ubc18\ubcf5\ud558\uba70 <strong>\uc5f0 \uc218\ud68c \ubc1c\uc0dd<\/strong>\ud569\ub2c8\ub2e4. \uc774 \uc2dc\uae30\uc5d0 \uac1c\uccb4\uad70 \ubc00\ub3c4\uac00 \uac00\uc7a5 \ub192\uac8c \uc720\uc9c0\ub429\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                         <!-- 4. Sexual Generation -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-orange-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-orange-900\">4. \uc720\uc131\uc138\ub300 \ucd9c\ud604 (10\uc6d4 ~ 11\uc6d4)<\/p>\n                            <p class=\"text-sm text-orange-800\">\uae30\uc628\uc774 \ub0ae\uc544\uc9c0\uba74 <strong>\uc720\uc2dc \uc218\ucef7<\/strong>\uacfc <strong>\ubb34\uc2dc \ub09c\uc0dd \uc554\ucef7<\/strong>(\uc5f0\uac08\uc0c9)\uc774 \ucd9c\ud604\ud558\uc5ec \uc9dd\uc9d3\uae30\ub97c \ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 5. Oviposition -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-blue-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-blue-900\">5. \uc0b0\ub780 (11\uc6d4)<\/p>\n                            <p class=\"text-sm text-blue-800\">\uc218\uc815\ub41c \uc554\ucef7\uc774 \uc18c\ub098\ubb34 \uc78e \uc704\uc5d0 \uac80\uc740\uc0c9 <strong>\uc6d4\ub3d9\uc54c<\/strong>\uc744 \uc810\uc810\uc774 \ub0b3\uc2b5\ub2c8\ub2e4.<\/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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc00\ub3c4\uac00 \ub192\uc544\uc9c0\uae30 \uc2dc\uc791\ud558\ub294 \ubd04\ucca0(5\uc6d4\uacbd)\uc5d0 \ubc29\uc81c\ub97c \uc2dc\uc791\ud558\ub294 \uac83\uc774 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-blue-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ud654\ud559\uc801 \ubc29\uc81c (\ub4f1\ub85d \uc57d\uc81c)<\/h3>\n                             <p class=\"text-gray-700 mb-2\">\n                                <strong>\ubc29\uc81c \uc801\uae30:<\/strong> \ubc1c\uc0dd \ucd08\uae30\uc778 <strong>5\uc6d4\ubd80\ud130<\/strong> \ubc00\ub3c4\uac00 \ub192\uac8c \uc720\uc9c0\ub418\ub294 10\uc6d4\uae4c\uc9c0 2\uc8fc \uac04\uaca9\uc73c\ub85c 3\ud68c \uc774\uc0c1 \uc0b4\ud3ec\ud569\ub2c8\ub2e4.\n                             <\/p>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li>\uc81c\uacf5\ub41c \ub3c4\uac10 \uc790\ub8cc(&#8216;\uacf5\ub3d9\uc8fc\ud0dd \uc218\ubaa9\ubcd1\ud574\ucda9 \ub3c4\uac10&#8217; \ub4f1)\uc5d0\uc11c \ub2e4\uc74c \uc57d\uc81c\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.\n                                     <ul class=\"list-disc list-inside text-gray-700 pl-4 mt-1\">\n                                         <li><strong>\uc544\uc138\ud0c0\ubbf8\ud504\ub9ac\ub4dc \uc218\ud654\uc81c 8%<\/strong> (\uc0c1\ud45c\uba85: \ubaa8\uc2a4\ud53c\ub780, \uc0e4\ud504\ud0ac \ub4f1) &#8211; <strong>2,000\ubc30<\/strong> \ud76c\uc11d<\/li>\n                                         <li><strong>\ub514\ub178\ud14c\ud4e8\ub780 \uc218\ud654\uc81c 10%<\/strong> (\uc0c1\ud45c\uba85: \uc624\uc2e0 \ub4f1) &#8211; <strong>1,000\ubc30<\/strong> \ud76c\uc11d<\/li>\n                                     <\/ul>\n                                 <\/li>\n                                 <li>&#8216;\uc0dd\ud65c\uad8c \uc218\ubaa9\ubcd1\ud574\ucda9 \ub4f1\ub85d \ub18d\uc57d\ubaa9\ub85d.pdf'(p.36)\uc5d0 \ub530\ub974\uba74, \uc720\uc0ac \ud574\ucda9\uc778 &#8220;\uc18c\ub098\ubb34\uc655\uc9c4\ub527\ubb3c&#8221; \ub300\uc0c1\uc73c\ub85c <strong>\uc544\uc138\ud0c0\ubbf8\ud504\ub9ac\ub4dc \ubbf8\ud0c1\uc81c(2,000\ubc30)<\/strong> \ub4f1\uc774 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\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 &#8216;\uc18c\ub098\ubb34&#8217;\uc758 &#8216;\uc9c4\ub527\ubb3c&#8217; \ud56d\ubaa9\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uace0 \uc548\uc804\uc0ac\uc6a9\uae30\uc900\uc744 \uc900\uc218\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud658\uacbd \uad00\ub9ac<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \ubb34\ub2f9\ubc8c\ub808, \ud480\uc7a0\uc790\ub9ac, \uac70\ubbf8 \ub4f1 \uc9c4\ub527\ubb3c\uc758 \ucc9c\uc801\uc744 \ubcf4\ud638\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc218\uc138 \uad00\ub9ac:<\/strong> \ub098\ubb34\ub97c \uac74\uac15\ud558\uac8c \uad00\ub9ac\ud558\uc5ec \ud53c\ud574\uc5d0 \ub300\ud55c \uc800\ud56d\ub825\uc744 \ub192\uc785\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white shadow rounded-lg\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-4 text-center\">\uc6d4\ubcc4 \ubc1c\uc0dd \ubc00\ub3c4 \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: \uc81c\uacf5\ub41c PDF \uc790\ub8cc (\uacf5\ub3d9\uc8fc\ud0dd \uc218\ubaa9\ubcd1\ud574\ucda9 \ub3c4\uac10, \uce68\uc5fd\uc218 \ubcd1\ud574\ucda9 \ub3c4\uac10 \ub4f1)<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ --- Tab Navigation ---\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\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 morphologyData = {\n                wingless: {\n                    title: '\ubb34\uc2dc\ucda9 (\ub0a0\uac1c \uc5c6\ub294 \uc131\ucda9)',\n                    description: '\ubab8\uae38\uc774 \uc57d 1.8mm\uc758 \uac00\ub298\uace0 \uae34 \ud615\ud0dc\uc785\ub2c8\ub2e4. \ubd04, \uc5ec\ub984\ud615\uc740 \ubab8\uc774 \uccad\ub85d\uc0c9(\ub610\ub294 \uc9c4\ub179\uc0c9\/\ud669\ub85d\uc0c9)\uc774\uba70 \uc587\uc740 \ud770\uc0c9 \ubc00\ub0a9\uac00\ub8e8\ub85c \ub36e\uc5ec\uc788\uc2b5\ub2c8\ub2e4. \uac00\uc744\uc5d0 \ub098\ud0c0\ub098\ub294 \ub09c\uc0dd \uc554\ucef7\uc740 \uc5f0\uac08\uc0c9\uc744 \ub760\uace0 \ubc30\uac00 \uc57d\uac04 \ud1b5\ud1b5\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 1.8mm',\n                },\n                winged: {\n                    title: '\uc720\uc2dc\ucda9 (\ub0a0\uac1c \uc788\ub294 \uc131\ucda9)',\n                    description: '\ubab8\uae38\uc774 \uc57d 2.0mm\ub85c \uc5ed\uc2dc \uac00\ub298\uace0 \uae41\ub2c8\ub2e4. \ubab8\uc740 \ub179\uc0c9 \ubc14\ud0d5\uc5d0 \uac80\uc740 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. 4\uc6d4\uacbd\ubd80\ud130 \ubb34\uc2dc\ucda9\uacfc \ud568\uaed8 \ucd9c\ud604\ud558\uc5ec \ubd84\uc0b0\ud558\ub294 \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 2.0mm',\n                },\n                egg: {\n                    title: '\uc54c (\uc6d4\ub3d9\ub780)',\n                    description: '\uac00\uc744(10~11\uc6d4)\uc5d0 \uc720\uc131\uc138\ub300\uac00 \uc18c\ub098\ubb34 \uc78e \uc704\uc5d0 \uc810\uc810\uc774 \ub0b3\ub294 \uac80\uc740\uc0c9\uc758 \ud0c0\uc6d0\ud615 \uc54c\uc785\ub2c8\ub2e4. \uc774 \uc0c1\ud0dc\ub85c \uc78e\uc5d0\uc11c \uc6d4\ub3d9\ud569\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                }\n            };\n            \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            updateMorphologyContent('wingless'); \/\/ Initial content\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\n\n            \/\/ --- Damage Section Logic ---\n            const damageData = {\n                sucking: {\n                    title: '\ud761\uc999 \ud53c\ud574',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \ubd04\ubd80\ud130 \ub2a6\uac00\uc744(3~11\uc6d4)\uae4c\uc9c0 \uc9c0\uc18d\uc801\uc73c\ub85c \uc18c\ub098\ubb34 \uce68\uc5fd\uc5d0 \ubd99\uc5b4 \uc218\uc561\uc744 \ube68\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc78e\uc758 \uc0dd\uc7a5\uc774 \uc800\ud574\ub418\uace0 \ub098\ubb34\uc758 \uc804\uccb4\uc801\uc778 \uc218\uc138\uac00 \uc57d\ud654\ub429\ub2c8\ub2e4.',\n                },\n                sooty_mold: {\n                    title: '\uadf8\uc744\uc74c\ubcd1 \uc720\ubc1c',\n                    description: '\uc9c4\ub527\ubb3c\uc774 \ubc30\uc124\ud558\ub294 \ub2ec\ucf64\ud55c \uac10\ub85c\uac00 \uc78e\uc774\ub098 \uac00\uc9c0\uc5d0 \ub5a8\uc5b4\uc9c0\uba74, \uadf8 \uc704\uc5d0 \uadf8\uc744\uc74c\ubcd1\uade0\uc774 \ubc88\uc2dd\ud569\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc78e\uacfc \uac00\uc9c0\uac00 \uac80\uc740\uc0c9 \uadf8\uc744\uc74c\uc73c\ub85c \ub4a4\ub36e\uc5ec \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.',\n                }\n            };\n\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            updateDamageContent('sucking'); \/\/ Initial content\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            \/\/ --- Chart.js Control Chart ---\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4'],\n                    datasets: [{\n                        label: '\uc9c4\ub527\ubb3c \ubc1c\uc0dd \ubc00\ub3c4',\n                        data: [5, 10, 10, 9, 9, 10, 10, 5], \/\/ Peak May-Oct\n                        backgroundColor: 'rgba(5, 150, 105, 0.7)', \/* emerald-600 *\/\n                        borderColor: 'rgba(5, 150, 105, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uc2dc\uae30',\n                        data: [0, 12, 12, 0, 0, 0, 0, 0], \/\/ May-June (Initial peak)\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 *\/\n                        borderColor: 'rgba(59, 130, 246, 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')) {\n                                        return ` ${context.dataset.label}: 5\uc6d4~6\uc6d4 (\ubc1c\uc0dd \ucd08\uae30)`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ubc1c\uc0dd \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c \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: '\ubc1c\uc0dd \ubc00\ub3c4'\n                           },\n                           max: 12\n                        },\n                        y1: {\n                           display: false,\n                           max: 12\n                        }\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"featured_media":4024,"template":"","meta":{"_acf_changed":true,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}}},"pest-target":[80],"pest-category":[94,78],"pest-overwintering":[82],"class_list":["post-4023","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-80","pest-category-94","pest-category-78","pest-overwintering-egg"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c.jpg",1756,978,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c-300x167.jpg",300,167,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c-768x428.jpg",768,428,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c-1024x570.jpg",1024,570,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c-1536x855.jpg",1536,855,true],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/\uc18c\ub098\ubb34-\ud638\ub9ac\uc655\uc9c4\ub527\ubb3c.jpg",1756,978,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c (Eulachnus thunbergii)\uc774\ub780? \uc18c\ub098\ubb34 \ud638\ub9ac\uc655\uc9c4\ub527\ubb3c\uc740 \uc18c\ub098\ubb34\ub958\uc758 \uce68\uc5fd\uc5d0 \uae30\uc0dd\ud558\ub294 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/4023","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\/4024"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4023"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=4023"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=4023"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=4023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}