{"id":3085,"date":"2025-06-28T13:44:04","date_gmt":"2025-06-28T13:44:04","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3085"},"modified":"2025-06-29T05:28:49","modified_gmt":"2025-06-29T05:28:49","slug":"%eb%aa%a8%ec%9e%98%eb%a1%9d%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%aa%a8%ec%9e%98%eb%a1%9d%eb%b3%91","title":{"rendered":"\ubaa8\uc798\ub85d\ubcd1"},"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>\ubaa8\uc798\ub85d\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+KR:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\n    <!-- Chosen Palette: Earthy Greens & Browns -->\n    <!-- Application Structure Plan: The SPA for Damping-off disease is structured into five core sections: '\uac1c\uc694' (Overview), '\ubcd1\uc6d0\uade0 \ud615\ud0dc' (Pathogen 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. '\ubcd1\uc6d0\uade0 \ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pathogen forms and specific disease symptoms. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its disease cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on preventative measures and early intervention. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Fungi nature) -> Goal: Inform & Identify -> Viz\/Method: General fungal representation\/concept -> Interaction: Static text -> Justification: Specific visual morphology for various microscopic fungi is complex; a general explanation and conceptual image are more suitable. -> Library: HTML\/Tailwind.\n        2. Report Info: Damage Symptoms (Seedling collapse, Root rot, Growth stunt) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\ubb18\ubaa9 \uc4f0\ub7ec\uc9d0', '\ubfcc\ub9ac \uc369\uc74c', '\uc0dd\uc721 \ubd88\ub7c9' -> Interaction: Clicking buttons updates image and descriptive text for each symptom. -> Justification: Clearly shows the primary symptoms of damping-off on seedlings. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Overwintering in soil\/infected plants, Repeated infection in warm\/humid conditions) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle with overwintering, infection pathways, and period of repeated infection is essential for understanding disease progression. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative soil treatment, early post-symptom application) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the crucial period for preventative measures (pre-sowing) and early intervention (when symptoms appear), aligning with the disease's active season. -> 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            \/* Ensure no default border or outline on normal state *\/\n            border-radius: 0 !important; \/* Remove rounded corners for nav buttons *\/\n            box-shadow: none !important; \/* Remove shadow for nav buttons *\/\n            border: none !important; \/* Ensure no border on nav buttons *\/\n        }\n        .nav-btn.active {\n            background-color: #3f6212 !important; \/* lime-800 *\/\n            color: #ecfccb !important; \/* lime-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn { \/* Apply styles to both classes *\/\n            border-radius: 0 !important; \/* Remove rounded corners *\/\n            box-shadow: none !important; \/* Remove shadow *\/\n            border: none !important; \/* Remove border *\/\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #6d8b3c; \/* A shade of olive-green *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        \/* Added to remove outline on focus for all relevant buttons *\/\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important; \/* Explicitly remove border on focus *\/\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-lime-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-lime-100\">\ubcd1\uc6d0\uade0 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-lime-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-lime-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-lime-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-lime-800 mb-4\">\ubaa8\uc798\ub85d\ubcd1 (Damping-off)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ubaa8\uc798\ub85d\ubcd1\uc740 <i>Fusarium oxysporum, Pythium ultimum, Rhizoctonia solani<\/i> \ub4f1 \ub2e4\uc591\ud55c \uacf0\ud321\uc774\ub958(\ubcd1\uc6d0\uade0)\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \uce68\uc5fd\uc218 \uc5b4\ub9b0 \ubb18\ubaa9\uc758 \uc8fc\uc694 \ubcd1\ud574\uc785\ub2c8\ub2e4. \ubc1c\uc544 \ucd08\uae30\ubd80\ud130 \ubb18\ubaa9\uc774 \uc5b4\ub290 \uc815\ub3c4 \uc790\ub784 \ub54c\uae4c\uc9c0 \ud53c\ud574\ub97c \uc8fc\uba70, \ud2b9\ud788 \ud30c\uc885\uc0c1\uc5d0\uc11c \ud070 \ud53c\ud574\ub97c \uc720\ubc1c\ud558\uc5ec \uc804 \uc138\uacc4\uc801\uc73c\ub85c \ubb38\uc81c\uac00 \ub418\ub294 \ubcd1\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-1\">\n                        <li><strong>\uc6d4\ub3d9\ud0dc:<\/strong> \ud1a0\uc591 \uc18d\uc774\ub098 \ubcd1\ub4e0 \uc2dd\ubb3c\uccb4\uc5d0\uc11c \uade0\uc0ac\uccb4 \ud615\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc774\ub978 \ubd04\ubd80\ud130 8\uc6d4 \ucd08\uc21c\uae4c\uc9c0 \ubc18\ubcf5 \uac10\uc5fc<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-lime-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d\uc744 \ud3ec\ud568\ud55c \uc804 \uc138\uacc4\uc5d0 \ubd84\ud3ec\ud558\uba70, \uc8fc\ub85c <strong>\uce68\uc5fd\uc218\uc758 \uc5b4\ub9b0 \ubb18\ubaa9<\/strong>\uc5d0 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ubcd1\uc6d0\uade0 \ud615\ud0dc Section -->\n            <section id=\"morphology\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-lime-800 mb-4\">\ubaa8\uc798\ub85d\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubaa8\uc798\ub85d\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \ud604\ubbf8\uacbd\uc744 \ud1b5\ud574\uc11c\ub9cc \uad00\ucc30 \uac00\ub2a5\ud558\uba70, \uac10\uc5fc\ub41c \ubb18\ubaa9 \uc870\uc9c1\uc5d0\uc11c \uadf8 \ud754\uc801\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"infected_tissue\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac10\uc5fc\ub41c \ubb18\ubaa9 \uc870\uc9c1<\/button>\n                        <button data-type=\"fungal_hyphae\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubcd1\uc6d0\uade0 \uade0\uc0ac<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/damping_off_infected_seedling.jpg\" alt=\"\uac10\uc5fc\ub41c \ubb18\ubaa9 \uc870\uc9c1 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 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-stone-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-lime-800 mb-4\">\ubaa8\uc798\ub85d\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubaa8\uc798\ub85d\ubcd1\uc740 \uc8fc\ub85c \uce68\uc5fd\uc218 \uc5b4\ub9b0 \ubb18\ubaa9\uc5d0 \ubc1c\uc0dd\ud558\uc5ec \ubc1c\uc544 \uc2e4\ud328 \ub610\ub294 \uc0dd\uc721 \ubd80\uc9c4\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"seedling_collapse\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubb18\ubaa9 \uc4f0\ub7ec\uc9d0 (\ubc1c\uc544 \ucd08\uae30)<\/button>\n                        <button data-damage-type=\"root_rot\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubfcc\ub9ac \uc369\uc74c<\/button>\n                        <button data-damage-type=\"stunted_growth\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc0dd\uc721 \ubd88\ub7c9<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/damping_off_seedling_collapse.jpg\" alt=\"\ubb18\ubaa9 \uc4f0\ub7ec\uc9d0 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 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-stone-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-lime-800 mb-4\">\ubaa8\uc798\ub85d\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubaa8\uc798\ub85d\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \ubcd1\uc6d0\uade0\uc740 \ud1a0\uc591 \uc18d\uc774\ub098 \ubcd1\ub4e0 \uc2dd\ubb3c\uccb4\uc5d0\uc11c \uc6d4\ub3d9\ud558\uba70, \uc774\ub978 \ubd04\ubd80\ud130 8\uc6d4 \ucd08\uc21c\uae4c\uc9c0 \ubc18\ubcf5 \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 \ubc0f \uc0dd\uc874<\/p><p class=\"text-sm\">\ud1a0\uc591 \uc18d \ub610\ub294 \ubcd1\ub4e0 \uc2dd\ubb3c\uccb4 \uc794\uc7ac\ubb3c\uc5d0\uc11c \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\">\n                            <p class=\"font-semibold\">2. \ucd08\uae30 \uac10\uc5fc (\uc774\ub978 \ubd04)<\/p><p class=\"text-sm\">\uc6d4\ub3d9\ud55c \ubcd1\uc6d0\uade0\uc774 \ubc1c\uc544\ud558\ub294 \ubb18\ubaa9\uc5d0 \uce68\uc785\ud558\uc5ec \ud53c\ud574 \ubc1c\uc0dd<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100\">\n                            <p class=\"font-semibold\">3. \ubc18\ubcf5 \uac10\uc5fc \ubc0f \ud655\uc0b0 (8\uc6d4 \ucd08\uc21c\uae4c\uc9c0)<\/p><p class=\"text-sm\">\ud53c\ud574\uac00 \ubc1c\uc0dd\ud558\uba74 \ubb18\ud3ec\uc7a5 \ub0b4\uc5d0\uc11c \uacc4\uc18d \ubc18\ubcf5 \uac10\uc5fc \ubc0f \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\">\n                            <p class=\"font-semibold\">4. \uc6d4\ub3d9 \uc900\ube44 (8\uc6d4 \ucd08\uc21c \uc774\ud6c4)<\/p><p class=\"text-sm\">\ud53c\ud574\uac00 \uc9c4\uc815\ub41c \ud6c4, \ubcd1\uc6d0\uade0\uc740 \ub2e4\uc2dc \ud1a0\uc591\uc774\ub098 \ubcd1\ub4e0 \uc2dd\ubb3c\uccb4\uc5d0\uc11c \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\">\n                    <h2 class=\"text-2xl font-bold text-lime-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubaa8\uc798\ub85d\ubcd1\uc740 \uc5ec\ub7ec \ubcd1\uc6d0\uade0\uc774 \uad00\uc5ec\ud558\uba70 \ubc29\uc81c\uac00 \uc5b4\ub835\uae30 \ub54c\ubb38\uc5d0, \ubb18\ud3ec\uc758 \uc704\uc0dd, \ud658\uacbd \uad00\ub9ac, \ud1a0\uc591 \ubc0f \uc885\uc790 \uc18c\ub3c5, \uc801\uc808\ud55c \uc2dc\ube44 \ubc0f \uc57d\uc81c \uc0b4\ud3ec \ub4f1 \uc885\ud569\uc801\uc778 \ubc29\uc81c \ub300\ucc45\uc744 \uc218\ub9bd\ud574\uc57c \ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 border border-blue-200 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ud658\uacbd \uac1c\uc120\uc5d0 \uc758\ud55c \ubc29\uc81c (\uacbd\uc885\uc801 \ubc29\uc81c)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubc30\uc218\/\ud1b5\uae30\uc131 \uac1c\uc120:<\/strong> \ubb18\uc0c1\uc758 \ubc30\uc218\ub97c \ucca0\uc800\ud788 \ud558\uc5ec \uacfc\uc2b5\uc744 \ud53c\ud558\uace0 \ud1b5\uae30\uc131\uc744 \uc88b\uac8c \ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud30c\uc885 \uad00\ub9ac:<\/strong> \ud30c\uc885\ub7c9\uc744 \uc54c\ub9de\uac8c \ud558\uace0 \ubcf5\ud1a0\ub97c \ub450\ud141\uc9c0 \uc54a\uac8c \ud569\ub2c8\ub2e4. \ubc00\uc2dd\ub418\uc5c8\uc744 \ub54c\uc5d0\ub294 \uc18e\uc74c\uc9c8\uc744 \uc2e4\uc2dc\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc2dc\ube44 \uad00\ub9ac:<\/strong> \uc9c8\uc18c\uc9c8 \ube44\ub8cc\ub294 \ub9ce\uc774 \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uace0, \uc778\uc0b0\uc9c8 \ube44\ub8cc\ub97c \ucda9\ubd84\ud788 \uc8fc\uba70 \uc644\uc219\ud55c \ud1f4\ube44\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ubcd1\ub4e0 \ubb18\ubaa9 \uc81c\uac70 \ubc0f \ub3cc\ub824\uc9d3\uae30:<\/strong> \ubcd1\ub4e0 \ubb18\ubaa9\uc740 \ubc1c\uacac \uc989\uc2dc \ubf51\uc544 \ud0dc\uc6b0\uace0, \ubcd1\uc774 \uc2ec\ud55c \ud3ec\uc9c0\ub294 \ub3cc\ub824\uc9d3\uae30(\uc724\uc791)\ub97c \ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-green-200 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ud30c\uc885 \uc804 \ucc98\ub9ac:<\/strong> \ud30c\uc885 1\uc8fc\uc77c \uc804\uc5d0 \ud558\uc774\uba55\uc0ac\uc878 \uc561\uc81c(hymexazol 30%) 100\ubc30\uc561\uc744 \ubb18\uc0c1 1\u33a1\ub2f9 3~5\u2113 \uad00\uc8fc\ud558\uac70\ub098, \ud2f0\uc624\ud30c\ub124\uc774\ud2b8\uba54\ud2f8\u00b7\ud2f0\ub78c \uc218\ud654\uc81c(thiophanate-methyl 50%, thiram 30%) 200\ubc30\uc561\uc5d0 \uc885\uc790\ub97c 24\uc2dc\uac04 \uce68\uc9c0 \ud6c4 \ud30c\uc885\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud53c\ud574 \ubc1c\uc0dd \ud6c4 \ucc98\ub9ac:<\/strong> \ubaa8\uc798\ub85d\ubcd1 \ud53c\ud574\uac00 \ubc1c\uc0dd\ud558\uba74 \ud558\uc774\uba55\uc0ac\uc878 \uc561\uc81c(hymexazol 30%) 600~1,000\ubc30\uc561\uc744 \ubb3c\uc870\ub9ac\uac1c\ub85c \ubb18\uc0c1 1\u33a1\ub2f9 3~4\u2113\uc529 \uad00\uc8fc\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 \ud574\ub2f9 \uc791\ubb3c \ubc0f \ubaa8\uc798\ub85d\ubcd1\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-yellow-200 bg-yellow-50\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uae30\ud0c0<\/h3>\n                            <p class=\"text-gray-700\">\ubb18\ud3ec\uc758 \uc704\uc0dd \uad00\ub9ac\uc640 \uc9c0\uc18d\uc801\uc778 \uc608\ucc30 \uc870\uc0ac\ub97c \ud1b5\ud574 \ucd08\uae30 \ubc1c\uacac \ubc0f \ubc29\uc81c\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-lime-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-8 pt-4 border-t border-gray-200 mb-8\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc0b0\ub9bc\uccad \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                infected_tissue: {\n                    title: '\uac10\uc5fc\ub41c \ubb18\ubaa9 \uc870\uc9c1',\n                    description: '\ubcd1\ub4e0 \ubb18\ubaa9\uc758 \ubfcc\ub9ac\ub098 \uc904\uae30\uc5d0\uc11c \uc369\uc74c \uc99d\uc0c1\uc774 \ub098\ud0c0\ub098\uba70, \ub0b4\ubd80 \uc870\uc9c1\uc774 \ubcc0\uc0c9\ub418\uace0 \ubb34\ub108\uc9d1\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\uc758 \uade0\uc0ac\uac00 \uc870\uc9c1 \ub0b4\uc5d0 \ud37c\uc838 \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/damping_off_infected_seedling.jpg' \n                },\n                fungal_hyphae: {\n                    title: '\ubcd1\uc6d0\uade0 \uade0\uc0ac',\n                    description: '\ubaa8\uc798\ub85d\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub4e4\uc740 \ud604\ubbf8\uacbd\uc73c\ub85c\ub9cc \uad00\ucc30 \uac00\ub2a5\ud55c \ubbf8\uc138\ud55c \uc2e4 \ubaa8\uc591\uc758 \uade0\uc0ac(hyphae)\ub97c \uac00\uc9d1\ub2c8\ub2e4. \uc774 \uade0\uc0ac\ub4e4\uc774 \ud1a0\uc591 \uc18d\uc774\ub098 \uc2dd\ubb3c\uccb4 \uc870\uc9c1 \ub0b4\uc5d0\uc11c \uc99d\uc2dd\ud558\uba70 \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/fungal_hyphae_generic.jpg' \/\/ Generic fungal hyphae image\n                }\n            };\n\n            const damageData = {\n                seedling_collapse: {\n                    title: '\ubb18\ubaa9 \uc4f0\ub7ec\uc9d0 (\ubc1c\uc544 \ucd08\uae30)',\n                    description: '\uac00\uc7a5 \ud754\ud558\uace0 \ud2b9\uc9d5\uc801\uc778 \uc99d\uc0c1\uc73c\ub85c, \uc5b4\ub9b0 \ubb18\ubaa9\uc774 \ubc1c\uc544\ud55c \uc9c1\ud6c4 \ub610\ub294 \ub9c9 \uc790\ub77c\uae30 \uc2dc\uc791\ud560 \ub54c \uc904\uae30 \ubc11\ub3d9 \ubd80\ubd84\uc774 \ubb3c\ub7ec\uc9c0\uba74\uc11c \uc4f0\ub7ec\uc9d1\ub2c8\ub2e4. \ubcd1\ub4e0 \ubd80\uc704\ub294 \uc798\ub85d\ud558\uac8c \ubcf4\uc774\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\ucca8\ubd80 \uc774\ubbf8\uc9c0\uc758 \ubb18\ubaa9 \uc4f0\ub7ec\uc9d0 \ud604\uc0c1 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/damping_off_seedling_collapse.jpg' \n                },\n                root_rot: {\n                    title: '\ubfcc\ub9ac \uc369\uc74c',\n                    description: '\ubcd1\uc6d0\uade0\uc774 \ubb18\ubaa9\uc758 \ubfcc\ub9ac\uc5d0 \uce68\uc785\ud558\uc5ec \ubfcc\ub9ac\uac00 \uc369\ub294 \uc99d\uc0c1\uc785\ub2c8\ub2e4. \ubfcc\ub9ac\uac00 \ubb3c\ub7ec\uc9c0\uac70\ub098 \ud751\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70, \ubb18\ubaa9\uc758 \uc591\ubd84 \ud761\uc218\ub97c \ubc29\ud574\ud558\uc5ec \uc0dd\uc721 \ubd88\ub7c9 \ubc0f \uace0\uc0ac\ub97c \uc720\ubc1c\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/damping_off_root_rot.jpg' \n                },\n                stunted_growth: {\n                    title: '\uc0dd\uc721 \ubd88\ub7c9',\n                    description: '\ubcd1\ub4e0 \ubb18\ubaa9\uc740 \uc815\uc0c1\uc801\uc73c\ub85c \uc790\ub77c\uc9c0 \ubabb\ud558\uace0 \uc65c\uc18c\ud558\uba70 \ud65c\ub825\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. \uc78e\uc774 \ub204\ub807\uac8c \ubcc0\ud558\uac70\ub098 \uc2dc\ub4e4\ud574\uc9c0\uba70, \uacb0\uad6d \ub9d0\ub77c \uc8fd\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ubaa8\uc798\ub85d\ubcd1\uc5d0 \uac10\uc5fc\ub418\uba74 \ubb18\ubaa9\uc758 \uc804\uccb4\uc801\uc778 \uc0dd\uc7a5\uc774 \uc800\ud574\ub429\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/damping_off_stunted_growth.jpg' \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('infected_tissue'); \/\/ 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('seedling_collapse'); \/\/ 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: ['2\uc6d4', '3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4'],\n                    datasets: [{\n                        label: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30 (\ubc18\ubcf5 \uac10\uc5fc)',\n                        data: [2, 5, 8, 10, 8, 5, 2, 0], \/\/ Peak April-May, then decreasing to Aug\n                        backgroundColor: 'rgba(101, 163, 13, 0.6)', \/* lime-600 *\/\n                        borderColor: 'rgba(101, 163, 13, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud30c\uc885 \uc804\/\ucd08\uae30 \ubc1c\uc0dd \uc2dc)',\n                        data: [0, 12, 12, 12, 0, 0, 0, 0], \/\/ March-May\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}: 3\uc6d4 ~ 5\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ubaa8\uc798\ub85d\ubcd1 \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":3088,"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":[],"pest-category":[86],"pest-overwintering":[],"class_list":["post-3085","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-category-86"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1.jpg",863,503,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1-300x175.jpg",300,175,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1-768x448.jpg",768,448,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1.jpg",863,503,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1.jpg",863,503,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubaa8\uc798\ub85d\ubcd1.jpg",863,503,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ubaa8\uc798\ub85d\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ubcd1\uc6d0\uade0 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ubaa8\uc798\ub85d\ubcd1 (Damping-off)\uc774\ub780? \ubaa8\uc798\ub85d\ubcd1\uc740 Fusarium oxysporum, Pythium ultimum, Rhizoctonia solani [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3085","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\/3088"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3085"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3085"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3085"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}