{"id":2421,"date":"2025-06-20T05:12:58","date_gmt":"2025-06-20T05:12:58","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2421"},"modified":"2025-06-20T05:20:42","modified_gmt":"2025-06-20T05:20:42","slug":"%ed%9a%8c%ed%99%94%eb%82%98%eb%ac%b4%ec%9d%b4","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%9a%8c%ed%99%94%eb%82%98%eb%ac%b4%ec%9d%b4","title":{"rendered":"\ud68c\ud654\ub098\ubb34\uc774"},"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>\ud68c\ud654\ub098\ubb34\uc774 \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: Fresh Green & Earth Tones -->\n    <!-- Application Structure Plan: The SPA for Sophora Psyllid 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 layout facilitates a clear and logical progression of information, incorporating global distribution context where available. '\ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' use interactive elements (buttons) to showcase distinct life stages and damage types. '\uc0dd\ud65c\uc0ac' provides a comprehensive flowchart illustrating its multi-generational lifecycle (2-3 generations\/year) as per the primary source. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to guide users on optimal chemical spray timings, aligning with nymph activity for effective control. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Overwintering adult, New adult, Nymph) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for each stage -> Interaction: Clicking buttons updates image and descriptive text -> Justification: Visual identification of different life stages is crucial, especially for adults and nymphs with distinct appearances. -> Library\/Method: Vanilla JS.\n        2. Report Info: Damage Types (Leaf curling\/deformation, Sooty mold) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for each damage type -> Interaction: Clicking buttons updates image and descriptive text -> Justification: Clearly distinguishes between direct feeding damage and secondary sooty mold, aiding in accurate diagnosis. -> Library\/Method: Vanilla JS.\n        3. Report Info: Lifecycle (Adult overwintering, 2-3 generations\/year, specific timings for each generation) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the multi-generational lifecycle with key stages and approximate timings is essential for understanding pest biology and planning integrated pest management, aligning with the primary PDF source. -> Library\/Method: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting nymphs from late April, 2-3 applications) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary window for chemical intervention, which targets the vulnerable nymph stages across generations, making the timing actionable. -> Library\/Method: Chart.js.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans KR', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-btn {\n            transition: all 0.3s ease;\n        }\n        .nav-btn.active {\n            background-color: #166534; \/* green-800 *\/\n            color: #ecfdf5; \/* green-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: #65a30d; \/* lime-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            <h1 class=\"text-3xl md:text-4xl font-bold italic text-green-900 mb-2\">Cyamophila willieti<\/h1>\n            <!-- \ud55c\uae00 \uc774\ub984 \uc81c\uac70 -->\n        <\/header>\n\n        <nav class=\"flex justify-center bg-gray-200 rounded-lg p-2 mb-8 shadow-sm\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-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-green-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-green-100\">\uc0dd\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-green-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud68c\ud654\ub098\ubb34\uc774(Cyamophila willieti)\ub294 \uc5b4\ub5a4 \ud574\ucda9\uc778\uac00\uc694?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud68c\ud654\ub098\ubb34\uc774\ub294 \ud68c\ud654\ub098\ubb34\uc758 \uc0c8\uc21c\uc774\ub098 \uc0c8\uc78e\uc5d0 \uc9d1\ub2e8\uc73c\ub85c \uae30\uc0dd\ud558\uc5ec \uc218\uc561\uc744 \ube68\uc544 \uba39\ub294 \ud761\uc999\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc78e\uc774 \ub9d0\ub9ac\uac70\ub098 \uae30\ud615\uc73c\ub85c \ubcc0\ud558\uba70, \ubd84\ube44\ubb3c\uc5d0 \uc758\ud574 \uadf8\uc744\uc74c\ubcd1\uc774 \uc720\ubc1c\ub418\uc5b4 \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uc0dd\uc7a5\uc744 \uc800\ud574\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-sm text-gray-600 mt-2\">\n                        *\ucc38\uace0: \uc81c\uacf5\ub41c \uc790\ub8cc([cite_start]\ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10[cite: 1])\uc5d0\ub294 \ud53c\ud574 \uc218\ubaa9\uc774 &#8216;\ud654\uc0b4\ub098\ubb34&#8217;\ub85c \uae30\uc7ac\ub418\uc5b4 \uc788\uc73c\ub098, \uad6d\ub9bd\uc0dd\ubb3c\uc790\uc6d0\uad00 \ub4f1 \ub2e4\uc218\uc758 \uc790\ub8cc([cite_start]\ud55c\ubc18\ub3c4 \uc0dd\ubb3c\ub2e4\uc591\uc131[cite: 2])\uc5d0\uc11c\ub294 &#8216;\ud68c\ud654\ub098\ubb34\uc774(Cyamophila willieti)&#8217;\uc758 \uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc774 &#8216;\ud68c\ud654\ub098\ubb34'(`Sophora japonica`)\uc784\uc744 \uba85\uc2dc\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \uc6b0\ub9ac\ub098\ub77c \uc804\uc5ed\uc5d0 \ubd84\ud3ec\ud558\uba70, \uc77c\ubcf8, \uc911\uad6d, \ub7ec\uc2dc\uc544 \ub4f1 \ub3d9\uc544\uc2dc\uc544 \uc9c0\uc5ed\uc5d0\uc11c\ub3c4 \ubc1c\uacac\ub429\ub2c8\ub2e4. \uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\ud68c\ud654\ub098\ubb34(`Sophora japonica`)<\/strong>\uc785\ub2c8\ub2e4.\n                    <\/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-green-800 mb-4\">\ud68c\ud654\ub098\ubb34\uc774\uc758 \ubc1c\uc721\ub2e8\uacc4\ubcc4 \ud615\ud0dc<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud68c\ud654\ub098\ubb34\uc774\ub294 \uc6d4\ub3d9 \uc131\ucda9, \uc2e0\uc131\ucda9, \uc57d\ucda9 \ub4f1 \uac01 \ubc1c\uc721\ub2e8\uacc4\ub9c8\ub2e4 \ub2e4\ub978 \ud615\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4. \uac01 \ub2e8\uacc4\uc758 \ubaa8\uc2b5\uc744 \ud655\uc778\ud558\uace0 \ud06c\uae30\ub97c \uc54c\uc544\ubcf4\uc138\uc694.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-stage=\"overwintering_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\">\uc6d4\ub3d9 \uc131\ucda9<\/button>\n                        <button data-stage=\"new_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\">\uc2e0\uc131\ucda9<\/button>\n                        <button data-stage=\"nymph\" 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\">\uc57d\ucda9<\/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-image\" src=\"https:\/\/placehold.co\/400x300\/c7d2fe\/4f46e5?text=\uc774\ubbf8\uc9c0\" alt=\"\ud68c\ud654\ub098\ubb34\uc774 \ubc1c\uc721\ub2e8\uacc4\ubcc4 \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-lime-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-green-800 mb-4\">\ud68c\ud654\ub098\ubb34\uc774\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud68c\ud654\ub098\ubb34\uc774\ub294 \uc8fc\ub85c \uc78e\uacfc \uc0c8\uc21c\uc5d0 \uc9c1\uc811\uc801\uc778 \ud53c\ud574\ub97c \uc8fc\uba70, \ubc30\uc124\ubb3c\ub85c \uc778\ud55c 2\ucc28 \ud53c\ud574\ub3c4 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc544\ub798 \ubc84\ud2bc\uc744 \ub20c\ub7ec \uac01 \ud53c\ud574 \uc720\ud615\uc744 \ud655\uc778\ud558\uc138\uc694.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"leaf_deformation\" 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 \ub9d0\ub9bc \ubc0f \uae30\ud615<\/button>\n                        <button data-damage-type=\"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\">\uadf8\uc744\uc74c\ubcd1 \ubc1c\uc0dd<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-image\" src=\"https:\/\/placehold.co\/400x300\/a3e635\/16a34a?text=\ud53c\ud574+\uc774\ubbf8\uc9c0\" alt=\"\ud68c\ud654\ub098\ubb34\uc774 \ud53c\ud574 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-lime-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-green-800 mb-4\">\ud68c\ud654\ub098\ubb34\uc774\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 2~3\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud68c\ud654\ub098\ubb34\uc774\ub294 1\ub144\uc5d0 2~3\ud68c \ubc1c\uc0dd\ud558\uba70, \uc131\ucda9\uc73c\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc6d4\ub3d9 \uc131\ucda9\uc740 4~5\uc6d4 \uc78e\ub208\uc5d0 \uc0b0\ub780\ud558\uba70 \ubd80\ud654 \uc57d\ucda9\uc740 \uc78e\uc774 \uc644\uc804\ud788 \ud53c\uae30 \uc804\ubd80\ud130 \uac00\ud574\ud558\uae30 \uc2dc\uc791\ud569\ub2c8\ub2e4. 1\uc138\ub300 \uc131\ucda9\uc740 5\uc6d4 \ud558\uc21c\ubd80\ud130 \ub098\ud0c0\ub098 \ucd08\uac00\uc744\uae4c\uc9c0 \ubaa8\ub4e0 \ucda9\ud0dc\uac00 \ubc1c\uacac\ub429\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 (\uaca8\uc6b8)<\/p><p class=\"text-sm\">\uc131\ucda9 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9<\/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. \uc0b0\ub780 (4~5\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc131\ucda9\uc774 \uc78e\ub208\uc5d0 \uc0b0\ub780<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">3. \uc57d\ucda9 \ubd80\ud654 \ubc0f \uac00\ud574 (4\uc6d4\ub9d0\ubd80\ud130)<\/p><p class=\"text-sm\">\uc78e\uc774 \uc644\uc804\ud788 \ud53c\uae30 \uc804\ubd80\ud130 \uc0c8\uc78e\uc5d0 \uae30\uc0dd\ud558\uc5ec \uc218\uc561 \ud761\uc999<\/p>\n                        <\/div>\n                         <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100 rounded-lg\">\n                            <p class=\"font-semibold\">4. 1\uc138\ub300 \uc131\ucda9 \ucd9c\ud604 (5\uc6d4 \ud558\uc21c\ubd80\ud130)<\/p><p class=\"text-sm\">\uc131\ucda9\uc774 \ub418\uba70 \ucd08\uac00\uc744\uae4c\uc9c0 \ubaa8\ub4e0 \ucda9\ud0dc\uac00 \ubc1c\uacac\ub428<\/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. 2\uc138\ub300 \ubc0f 3\uc138\ub300 \ubc1c\ud604 (\uc5ec\ub984~\uac00\uc744)<\/p><p class=\"text-sm\">\uc138\ub300 \ubc18\ubcf5, \uac00\uc744\uc5d0 \uc131\ucda9\uc73c\ub85c \uc6d4\ub3d9 \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud68c\ud654\ub098\ubb34\uc774 \ubc29\uc81c\ub294 \uc57d\ucda9 \ubc1c\uc0dd \uc2dc\uae30\uc5d0 \ub9de\ucdb0 \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"p-4 border border-blue-200 bg-blue-50 rounded-lg\">\n                         <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\ud654\ud559\uc801 \ubc29\uc81c (\uc57d\uc81c \uc0b4\ud3ec)<\/h3>\n                         <ul class=\"list-disc list-inside text-gray-700\">\n                             <li><strong>\uc57d\uc81c \uc885\ub958:<\/strong> \uc544\uc138\ud0c0\ubbf8\ud504\ub9ac\ub4dc \uc218\ud654\uc81c 2,000\ubc30\uc561 \ub610\ub294 \ub514\ub178\ud14c\ud4e8\ub780 \uc218\ud654\uc81c 1,000\ubc30\uc561 ([cite_start]\uc0b0\ub9bc\uccad, \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10[cite: 1])<\/li>\n                             <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> 4\uc6d4 \ud558\uc21c\ubd80\ud130 \uc57d\ucda9 \ubc1c\uc0dd \ucd08\uae30\uc5d0 10\uc77c \uac04\uaca9\uc73c\ub85c 2~3\ud68c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. ([cite_start]\uc0b0\ub9bc\uccad, \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10[cite: 1])<\/li>\n                         <\/ul>\n                         <p class=\"mt-2 text-sm text-gray-600\">\ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \uc0ac\uc6a9\ud558\uba70, \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc0c1\uc138 \uc815\ubcf4\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.<\/p>\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\">\uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                        <p class=\"text-gray-700 mb-2\">\ud604\uc7a5\uc5d0\uc11c \ubb34\ub2f9\ubc8c\ub808 \uc131\ucda9\uacfc \uc720\ucda9, \ud480\uc7a0\uc790\ub9ac \uc131\ucda9\uacfc \uc720\ucda9, \ub9d0\ubc8c \ub4f1\uc774 \ud3ec\uc2dd\ud558\ub294 \uac83\uc774 \ubc1c\uacac\ub418\uace0 \uc788\uc73c\ub098, [cite_start]\uc815\ud655\ud55c \uc5f0\uad6c\ubc1c\ud45c \uacb0\uacfc\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.[cite: 3]<\/p>\n                        <p class=\"text-gray-700 mt-1\">\ud3ec\uc2dd\uc131 \ucc9c\uc801\uc744 \ubcf4\ud638\ud558\ub294 \uac83\uc774 \ud574\ucda9 \ubc00\ub3c4 \uc870\uc808\uc5d0 \ub3c4\uc6c0\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-4 text-center\">\uc57d\ucda9 \ubc1c\uc0dd \ubc0f \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-12 pt-4 border-t border-gray-200\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10, \ud55c\ubc18\ub3c4 \uc0dd\ubb3c\ub2e4\uc591\uc131, \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38 \ub4f1<\/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                overwintering_adult: {\n                    title: '\uc6d4\ub3d9 \uc131\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 \uc57d 5mm\ub85c \ud751\uac08\uc0c9\uc774\uba70, \uc55e\ub0a0\uac1c\ub294 \uc9c4\uac08\uc0c9\uc785\ub2c8\ub2e4. \uc774 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ub0a9\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 5mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sophora_psyllid_overwintering_adult.jpg' \/\/ From PDF\n                },\n                new_adult: {\n                    title: '\uc2e0\uc131\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 \uc57d 4mm\ub85c \uc6d4\ub3d9 \uc131\ucda9\ubcf4\ub2e4 \uc791\uace0, \ub2f4\ub179\uc0c9\uc744 \ub760\uba70 \uc55e\ub0a0\uac1c\ub294 \ud22c\uba85\ud569\ub2c8\ub2e4. \uc57d\ucda9\uc774 \ubc88\ub370\uae30\ub97c \uac70\uccd0 \uc131\ucda9\uc774 \ub418\uba74 \uc774 \ubaa8\uc2b5\uc73c\ub85c \ub098\ud0c0\ub0a9\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 4mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sophora_psyllid_new_adult.jpg' \/\/ Generated based on description\n                },\n                nymph: {\n                    title: '\uc57d\ucda9',\n                    description: '\ubab8\uae38\uc774\uac00 \uc57d 2.5mm\ub85c \uad11\ud0dd\uc774 \ub098\ub294 \ub2f4\ub179\uc0c9\uc744 \ub760\ub294 \uc5b4\ub9b0 \ubc8c\ub808\uc785\ub2c8\ub2e4. \uc0c8\uc78e\uc774\ub098 \uc0c8\uc21c\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \uc218\uc561\uc744 \ud761\uc999\ud558\uba70 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 2.5mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sophora_psyllid_nymph.jpg' \/\/ From PDF or generated\n                }\n            };\n\n            const damageData = {\n                leaf_deformation: {\n                    title: '\uc78e \ub9d0\ub9bc \ubc0f \uae30\ud615 \ubc1c\uc0dd',\n                    description: '\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc0c8\uc21c\uc774\ub098 \uc0c8\uc78e\uc5d0\uc11c \uc9d1\ub2e8\uc73c\ub85c \uc218\uc561\uc744 \ube68\uc544 \uba39\uc5b4 \uc78e\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \ud3b4\uc9c0\uc9c0 \ubabb\ud558\uace0 \ub9d0\ub9ac\uac70\ub098 \uae30\ud615\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uc0dd\uc7a5\uc744 \uc800\ud574\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sophora_psyllid_curled_leaves_damage.jpg' \/\/ From PDF\n                },\n                sooty_mold: {\n                    title: '\ubd80\uc0dd\uc131 \uadf8\uc744\uc74c\ubcd1 \uc720\ubc1c',\n                    description: '\ud68c\ud654\ub098\ubb34\uc774\uac00 \uc218\uc561\uc744 \ud761\uc999\ud558\uba74\uc11c \ubc30\uc124\ud558\ub294 \uac10\ub85c(\ub2e8\ubb3c) \ub54c\ubb38\uc5d0 \uc78e\uacfc \uac00\uc9c0\uac00 \ub048\uc801\ud574\uc9c0\uace0, \uc774 \uac10\ub85c\ub97c \uc601\uc591\ubd84 \uc0bc\uc544 \uac80\uc740\uc0c9 \uadf8\uc744\uc74c\ubcd1\uade0\uc774 \ubc88\uc2dd\ud558\uc5ec \uadf8\uc744\uc74c\ubcd1\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc774\ub294 \uad11\ud569\uc131\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sophora_psyllid_sooty_mold_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            \/\/ Setup fallbacks for all potential images\n            setupImageFallback(document.getElementById('morphology-image'));\n            setupImageFallback(document.getElementById('adult-img-overview')); \/\/ If present, not directly used in this version but good practice\n            setupImageFallback(document.getElementById('larva-img-overview')); \/\/ If present\n            setupImageFallback(document.getElementById('damage-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyStageButtons = 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 morphologyImage = document.getElementById('morphology-image');\n\n            function updateMorphologyContent(stage) {\n                morphologyStageButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-stage=\"${stage}\"]`).classList.add('active');\n                \n                const data = morphologyData[stage];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyImage.src = data.image;\n                morphologyImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyStageButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.stage);\n                });\n            });\n            updateMorphologyContent('overwintering_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-image'); \/\/ Updated ID\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_deformation'); \/\/ 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: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\uc57d\ucda9 \ubc1c\uc0dd\uae30 (1, 2, 3\uc138\ub300)',\n                        data: [0, 8, 10, 8, 5, 3, 2, 0], \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 \ud65c\ub3d9\uae30 (\uc6d4\ub3d9\/\uc2e0\uc131\ucda9)',\n                        data: [5, 8, 8, 6, 4, 2, 1, 0], \/\/ Overlapping with nymphs\n                        backgroundColor: 'rgba(5, 150, 105, 0.6)', \/* green-600 *\/\n                        borderColor: 'rgba(5, 150, 105, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc57d\ucda9 \ub300\uc0c1)',\n                        data: [0, 12, 12, 12, 0, 0, 0, 0], \/\/ Late April to late July\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\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                                        return ` ${context.dataset.label}: 4\uc6d4 \ud558\uc21c ~ 7\uc6d4 \uc911\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud68c\ud654\ub098\ubb34\uc774 \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","protected":false},"featured_media":2422,"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":[130],"pest-category":[94,78],"pest-overwintering":[83],"class_list":["post-2421","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-130","pest-category-94","pest-category-78","pest-overwintering-adult"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774.jpg",712,431,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774-300x182.jpg",300,182,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774.jpg",712,431,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774.jpg",712,431,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774.jpg",712,431,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud68c\ud654\ub098\ubb34\uc774.jpg",712,431,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud68c\ud654\ub098\ubb34\uc774 \ub300\ud654\ud615 \uac00\uc774\ub4dc Cyamophila willieti \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud68c\ud654\ub098\ubb34\uc774(Cyamophila willieti)\ub294 \uc5b4\ub5a4 \ud574\ucda9\uc778\uac00\uc694? \ud68c\ud654\ub098\ubb34\uc774\ub294 \ud68c\ud654\ub098\ubb34\uc758 \uc0c8\uc21c\uc774\ub098 \uc0c8\uc78e\uc5d0 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2421","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\/2422"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2421"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2421"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2421"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2421"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}