{"id":3109,"date":"2025-06-29T06:40:54","date_gmt":"2025-06-29T06:40:54","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3109"},"modified":"2025-06-29T06:40:57","modified_gmt":"2025-06-29T06:40:57","slug":"%ec%b9%a8%ec%97%bd%ec%88%98-%ec%a4%84%ea%b8%b0%ec%8b%ac%ec%9e%ac%ec%8d%a9%ec%9d%8c%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%b9%a8%ec%97%bd%ec%88%98-%ec%a4%84%ea%b8%b0%ec%8b%ac%ec%9e%ac%ec%8d%a9%ec%9d%8c%eb%b3%91","title":{"rendered":"\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\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>\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\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: Forest Brown & Green -->\n    <!-- Application Structure Plan: The SPA for Conifer Stem Heart Rot 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 prevention and physical removal. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Fruiting body\/mushroom, Spores, Pores) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc790\uc2e4\uccb4 (\ub355\ub2e4\ub9ac\ubc84\uc12f \ub4f1)', '\uac13 \uc544\ub7ab\uba74 (\uad00\uacf5)', '\ub2f4\uc790\ud3ec\uc790' -> Interaction: Clicking buttons updates image and descriptive text for pathogen structures. -> Justification: Visual identification of key pathogen structures (fruiting body, spore-producing surfaces) is crucial for understanding the disease agent. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Brown rot, Wood decay, Leaf yellowing\/thinning crown, Tree fall risk) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uade0\uc5f4\uc0c1\uac08\uc0c9\ubd80\ud6c4', '\uc78e \ud669\ubcc0\/\uc218\uad00 \uc5c9\uc131', '\uc904\uae30 \ubc11\ub3d9 \uada4\uc591\/\ub3c4\ubcf5 \uc704\ud5d8' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows both the internal wood decay and external visible symptoms, emphasizing tree instability. -> Justification: The varied and progressive nature of disease symptoms, including internal decay and external signs, needs clear visual differentiation for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Fungus overwintering in wood, Spore dispersal, Wound infection, Decay progression, Fruiting body formation) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle with key stages (spore dispersal, wound infection, decay progression, fruiting) and the perennial nature of the fungus is essential. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Year-round prevention of wounds, removal of infected trees, promotion of resistant species) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the continuous nature of fungal activity and highlights the primary periods for preventive and physical interventions, making the strategy actionable. -> Library: Chart.js.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans KR', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-btn {\n            transition: all 0.3s ease;\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .nav-btn.active {\n            background-color: #432818 !important; \/* Darker brown, close to the fungal theme *\/\n            color: #f5f5f5 !important; \/* Lighter text for contrast *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #8B4513; \/* SaddleBrown, a strong earthy brown *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\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-stone-300\">\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-stone-300\">\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-stone-300\">\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-stone-800 mb-4\">\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1 (Stem Heart Rot)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 \uc8fc\ub85c \ub2f4\uc790\uade0\ub958\uc778 **\ub355\ub2e4\ub9ac\ubc84\uc12f(<i>Laetiporus sulphureus<\/i>) \ub610\ub294 \ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f(<i>L. miniatus<\/i>)**\uacfc **\uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f(<i>Fomitopsis pinicola<\/i>)**\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \ubcd1\ud574\uc785\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\uc740 \uac00\uc9c0 \uc808\ub2e8\ubd80\ub098 \uc0c8, \uace4\ucda9\uc5d0 \uc758\ud55c \uc0c1\ucc98\ub97c \ud1b5\ud574 \uc2ec\uc7ac\ubd80(\ub098\ubb34 \uc911\uc2ec\ubd80)\ub85c \uce68\uc785\ud558\uc5ec \ubaa9\uc9c8\ubd80\ub97c \ubd80\ud6c4(\uc369\uac8c)\uc2dc\ud0b5\ub2c8\ub2e4. \ubcd1\ub4e0 \ub098\ubb34\ub294 \uae09\uaca9\ud788 \uace0\uc0ac\ud558\uc9c0\ub294 \uc54a\uc9c0\ub9cc, \uac15\ud48d\uc5d0 \uc758\ud574 \ubcd1\ub4e0 \ubd80\ubd84\uc774 \ubd80\ub7ec\uc9c0\uae30 \uc27d\uace0, \uace0\uc0ac\ubaa9\uc774\ub098 \uc4f0\ub7ec\uc9c4 \ub098\ubb34\uc5d0\ub3c4 \uce68\uc785\ud558\uc5ec \uc2ec\uc7ac\uc640 \ubcc0\uc7ac \uad6c\ubcc4 \uc5c6\uc774 \ubd80\ud6c4\uc2dc\ud0b5\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> \ubcd1\ub4e0 \ubaa9\uc7ac\uc870\uc9c1 \ub0b4 \uade0\uc0ac\uccb4 \ud615\ud0dc\ub85c \uc6d4\ub3d9 (\uc790\uc2e4\uccb4\ub294 \ub2e4\ub144\uc0dd)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0\uc911 \ud65c\ub3d9 (\uc790\uc2e4\uccb4\ub294 \ub2a6\uc740 \ubd04\ubd80\ud130 \uc5ec\ub984\uc5d0 \uac78\uccd0 \ubc1c\uc0dd)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \uc544\uc2dc\uc544, \uc544\ud504\ub9ac\uce74, \ubd81\ubbf8, \uc720\ub7fd, \ud638\uc8fc \ub4f1 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\uc77c\ubcf8\uc78e\uac08\ub098\ubb34, \uc7a3\ub098\ubb34, \uc18c\ub098\ubb34, \uac00\ubb38\ube44\ub098\ubb34, \uc77c\ubcf8\uc804\ub098\ubb34<\/strong> \ub4f1 \uac01\uc885 \uce68\uc5fd\uc218\uc774\uba70, \uc77c\ubd80 \ud65c\uc5fd\uc218\uc5d0\ub3c4 \uce68\ud574\ud569\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-stone-800 mb-4\">\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcd1\uc6d0\uade0\uc740 \ud2b9\uc9d5\uc801\uc778 \uc790\uc2e4\uccb4(\ubc84\uc12f)\uc640 \ubbf8\uc138\ud55c \ud3ec\uc790\ub97c \uac00\uc9d1\ub2c8\ub2e4. \ub355\ub2e4\ub9ac\ubc84\uc12f\uacfc \uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f\uc740 \uc11c\ub85c \ub2e4\ub978 \ud615\ud0dc\ub97c \ubcf4\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"laetiporus_fruiting_body\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ub355\ub2e4\ub9ac\ubc84\uc12f\/\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f (\uc790\uc2e4\uccb4)<\/button>\n                        <button data-type=\"fomitopsis_fruiting_body\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f (\uc790\uc2e4\uccb4)<\/button>\n                        <button data-type=\"basidiospores\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ub2f4\uc790\ud3ec\uc790<\/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\/Laetiporus_sulphureus_fruiting_body.jpg\" alt=\"\uc904\uae30\uc5d0 \ubc1c\uc0dd\ub41c \ub355\ub2e4\ub9ac\ubc84\uc12f \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-stone-800 mb-4\">\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 \ub098\ubb34 \ub0b4\ubd80\uc758 \ubaa9\uc9c8\ubd80\ub97c \ubd80\ud6c4\uc2dc\ucf1c \ub2e4\uc591\ud55c \uc678\ubd80 \ubc0f \ub0b4\ubd80 \uc99d\uc0c1\uc744 \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=\"brown_rot_decay\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uade0\uc5f4\uc0c1 \uac08\uc0c9\ubd80\ud6c4<\/button>\n                        <button data-damage-type=\"foliage_yellowing_thinning\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \ud669\ubcc0 \ubc0f \uc218\uad00 \uc5c9\uc131<\/button>\n                        <button data-damage-type=\"stem_canker_toppling\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc904\uae30 \ubc11\ub3d9 \uada4\uc591 \ubc0f \ub3c4\ubcf5 \uc704\ud5d8<\/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\/Fomitopsis_pinicola_brown_rot.jpg\" alt=\"\uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f\uc5d0 \uc758\ud55c \uac08\uc0c9\ubd80\ud6c4 \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-stone-800 mb-4\">\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcd1\uc6d0\uade0\uc740 \uac00\uc9c0 \uc808\ub2e8\ubd80\ub098 \uc0c8, \uace4\ucda9\uc5d0 \uc758\ud55c \uc0c1\ucc98\ub97c \ud1b5\ud558\uc5ec \uce68\uc785\ud569\ub2c8\ub2e4. \uac10\uc5fc\ub41c \ubaa9\uc7ac \uc870\uc9c1 \ub0b4\uc5d0\uc11c \uade0\uc0ac \ud615\ud0dc\ub85c \uc0dd\uc874\ud558\uba70, \uc790\uc2e4\uccb4(\ubc84\uc12f)\ub97c \ud615\uc131\ud558\uc5ec \ud3ec\uc790\ub97c \ud1b5\ud574 \ud655\uc0b0\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 \ubc0f \uc0dd\uc874 (\uade0\uc0ac)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \ubaa9\uc7ac \uc870\uc9c1 \ub0b4\uc5d0\uc11c \uade0\uc0ac \ud615\ud0dc\ub85c \uc5f0\uc911 \uc0dd\uc874\ud558\uba70 \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. \uce68\uc785 \ubc0f \uac10\uc5fc<\/p><p class=\"text-sm\">\uac00\uc9c0 \uc808\ub2e8\ubd80, \uc0c8\/\uace4\ucda9\uc5d0 \uc758\ud55c \uc0c1\ucc98\ub97c \ud1b5\ud574 \uc2ec\uc7ac\ubd80\ub85c \uce68\uc785 (\ubc14\ub78c\uc73c\ub85c \uc804\ud30c\ub41c \ud3ec\uc790)<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">3. \ubd80\ud6c4 \uc9c4\ud589<\/p><p class=\"text-sm\">\uce68\uc785\ud55c \uade0\uc774 \ubaa9\uc9c8\ubd80(\uc2ec\uc7ac\/\ubcc0\uc7ac)\ub97c \ubd80\ud6c4\uc2dc\ucf1c \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uace0 \ud478\uc11d\ud574\uc9d0. \uade0\uc5f4 \ubc1c\uc0dd \uc2dc \ubc31\uc0c9 \uade0\uc0ac\ub9c9 \ud615\uc131<\/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. \uc790\uc2e4\uccb4(\ubc84\uc12f) \ud615\uc131 (\ub2a6\uc740 \ubd04 ~ \uc5ec\ub984)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \ub098\ubb34\uc758 \uc904\uae30\ub098 \uadf8\ub8e8\ud130\uae30\uc5d0 \uc790\uc2e4\uccb4 \ubc1c\uc0dd (\ub355\ub2e4\ub9ac\ubc84\uc12f, \ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f, \uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f \ub4f1)<\/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. \uc1e0\uc57d \ubc0f \uace0\uc0ac<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \ub098\ubb34\ub294 \uae09\uaca9\ud788 \uace0\uc0ac\ud558\uc9c0 \uc54a\uc73c\ub098 \uc218\uc138 \uc57d\ud654, \uac15\ud48d\uc5d0 \uc758\ud55c \ubd80\ub7ec\uc9d0\/\ub3c4\ubcf5 \uc704\ud5d8 \uc99d\uac00<\/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-stone-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 \uce58\ub8cc\uac00 \uc5b4\ub835\uae30 \ub54c\ubb38\uc5d0 \uc608\ubc29\uacfc \uac10\uc5fc\ubaa9\uc758 \uc870\uae30 \uc81c\uac70\uac00 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 border border-red-200 bg-red-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \ubc1c\uc0dd \uc2dc \uce58\ub8cc \uc5b4\ub824\uc6c0<\/h3>\n                            <p class=\"text-gray-700\">\uc774 \ubcd1\uc740 \ud55c\ubc88 \ubc1c\uc0dd\ud558\uba74 \uce58\ub8cc\uac00 \ub9e4\uc6b0 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \uc608\ubc29\uacfc \ud655\uc0b0 \ubc29\uc9c0\uc5d0 \uc8fc\ub825\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"p-4 border border-blue-200 bg-blue-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \uc608\ubc29 \ubc0f \ud658\uacbd \uad00\ub9ac<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0c1\ucc98 \ubc29\uc9c0 \ubc0f \ubd09\ud569:<\/strong> \ub098\ubb34\uc5d0 \uc0c1\ucc98\uac00 \uc0dd\uae30\uc9c0 \uc54a\ub3c4\ub85d \uc720\uc758\ud558\uace0, \uc0c1\ucc98\uac00 \uc0dd\uacbc\uc744 \uacbd\uc6b0 \uc989\uc2dc \uc0c1\ucc98 \ub3c4\ud3ec\uc81c\ub97c \ubc1c\ub77c \ubcd1\uc6d0\uade0 \uce68\uc785\uc744 \ub9c9\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc218\uc138 \uc99d\uc9c4:<\/strong> \ub098\ubb34\ub97c \uac74\uac15\ud558\uac8c \uad00\ub9ac\ud558\uc5ec \ubcd1\uc6d0\uade0\uc5d0 \ub300\ud55c \uc800\ud56d\ub825\uc744 \ub192\uc785\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-green-200 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubcd1\ub4e0 \ub098\ubb34\/\ubfcc\ub9ac \uc81c\uac70:<\/strong> \ubcd1\uc9d5\uc774 \ub098\ud0c0\ub09c \ub098\ubb34\ub294 \uc790\uc2e4\uccb4\ub97c \uc989\uc2dc \uc81c\uac70\ud558\uace0, \ucd08\uae30\uc5d0 \uae4a\uac8c \ubca0\uc5b4\ub0b4\uc5b4 \ubcd1\uc6d0\uade0\uc758 \uc811\uc885\uc6d0\uc744 \ucc28\ub2e8\ud569\ub2c8\ub2e4. \uac10\uc5fc\ubaa9\uc744 \ubc8c\ucc44\ud558\uc5ec \ucc98\ub9ac(\uc18c\uac01 \ub4f1)\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc790\uc2e4\uccb4 \uc81c\uac70:<\/strong> \uc218\uac04\uc758 \uc0c1\ucc98 \ubd80\uc704\uc5d0 \uc0dd\uae34 \uc790\uc2e4\uccb4(\ubc84\uc12f)\ub97c \ubc1c\uacac \uc989\uc2dc \uc5c6\uc570\uc73c\ub85c\uc368 \ub2f4\uc790\ud3ec\uc790\uc758 \ube44\uc0b0(\ud655\uc0b0)\uc744 \ub9c9\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc678\uacfc\uc218\uc220:<\/strong> \ud53c\ud574 \ubd80\uc704\ub97c \uc798\ub77c\ub0b4\ub294 \uc678\uacfc\uc218\uc220\uc774 \ud544\uc694\ud55c \uacbd\uc6b0\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-yellow-200 bg-yellow-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                            <p class=\"text-gray-700\">\ud654\ud559\uc801 \ubc29\uc81c \uad00\ub828 \uc815\ubcf4\ub294 \ub18d\ucd0c\uc9c4\ud765\uccad \ub18d\uc57d\uc815\ubcf4\uc2dc\uc2a4\ud15c(http:\/\/pis.rda.go.kr)\uc5d0\uc11c \ud655\uc778\ud558\uc5ec \uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. \ud2b9\uc815 \uc57d\uc81c\ub294 \uba85\uc2dc\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-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, \uc11c\uc6b8\ub300\ud559\uad50 \uc218\ubaa9\uc9c4\ub2e8\uc13c\ud130, \uc804\ubd81\ub300\ud559\uad50 \uc218\ubaa9\uc9c4\ub2e8\uc13c\ud130 \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                laetiporus_fruiting_body: {\n                    title: '\ub355\ub2e4\ub9ac\ubc84\uc12f \/ \ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f (\uc790\uc2e4\uccb4)',\n                    description: '\ub2f4\uc790\uade0\ub958 \uad6c\uba4d\uc7a5\uc774\ubc84\uc12f\uacfc\uc5d0 \uc18d\ud558\uba70, \ub2a6\uc740 \ubd04\ubd80\ud130 \uc5ec\ub984\uc5d0 \uac78\uccd0 \uc8fc\ub85c \ud65c\uc5fd\uc218\uc758 \uc0dd\ubaa9\uacfc \uadf8\ub8e8\ud130\uae30\uc5d0 \ubc1c\uc0dd\ud558\ub294 1\ub144\uc0dd \ubc84\uc12f\uc785\ub2c8\ub2e4. \uac13\uc740 \ud669\uc0c9~\uc120\ub4f1\ud669\uc0c9\uc774\ub2e4\uac00 \ub098\uc911\uc5d0 \ud1f4\uc0c9\ud558\uace0 \ubc18\uc6d0\ud615~\ubd80\ucc44\uaf34\uc774\uba70 \uc911\ubcf5 \ubc1c\uc0dd \ub610\ub294 \ubb34\ub9ac \uc9c0\uc5b4\uc11c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc721\uc9c8\uc774\uba70 \uc5f0\ud558\ub2e4\uac00 \ub2e8\ub2e8\ud574\uc9d1\ub2c8\ub2e4. (\uc904\uae30\uc5d0 \ubc1c\uc0dd\ub41c \ub355\ub2e4\ub9ac\ubc84\uc12f, \ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f\uc758 \ubc1c\uc0dd\ucd08\uae30 \uc790\uc2e4\uccb4 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\uac13 \ub450\uaed8 0.5~2.5cm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Laetiporus_sulphureus_fruiting_body.jpg' \n                },\n                fomitopsis_fruiting_body: {\n                    title: '\uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f (\uc790\uc2e4\uccb4)',\n                    description: '\uc5ec\ub984\uacfc \uac00\uc744\uc5d0 \uc8fc\ub85c \uce68\uc5fd\uc218\uc758 \uc0dd\ubaa9\uacfc \uace0\uc0ac\ubaa9 \uc8fc\ubcc0\uc5d0 \ubc1c\uc0dd\ub418\ub294 \ub2e4\ub144\uc0dd \uc2ec\uc7ac\uac08\uc0c9\ubd80\ud6c4\uade0\uc785\ub2c8\ub2e4. \ucc98\uc74c\uc5d0\ub294 \ud639 \ubaa8\uc591\uc73c\ub85c \ub531\ub531\ud558\uace0 \uad7d\uc740 \uc120\ubc18 \ubaa8\uc591\uc744 \ud558\uace0 \uc788\ub2e4\uac00 \uc131\uc219\ud558\uba74 \ubc18\uc6d0\ud615\uc73c\ub85c \uc904\uae30\uc5d0 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc717 \ud45c\uba74\uc740 \ucc98\uc74c\uc5d0\ub294 \ud669\uac08\uc0c9~\uc801\uac08\uc0c9 \ub610\ub294 \uc554\uc801\uac08\uc0c9\uc73c\ub85c \ub418\uace0, \uc624\ub798\ub418\uba74 \ub2f4\ud751\uc0c9\uc774 \ub429\ub2c8\ub2e4.',\n                    size: '\ud3ed 5~25\u339d, \ub450\uaed8 2.5~15\u339d',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Fomitopsis_pinicola_fruiting_body.jpg' \n                },\n                cap_underside: {\n                    title: '\uac13 \uc544\ub7ab\uba74 (\uad00\uacf5)',\n                    description: '\ub355\ub2e4\ub9ac\ubc84\uc12f\/\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f\uc758 \uad00\uacf5\uc740 \uc720\ud669\uc0c9\uc758 \uac01\ud615~\ubd80\uc815\ud615\uc774\uace0 \uae38\uc774\ub294 1~4\u339c\ub85c \ubcbd\uc740 \uc587\uc73c\uba70 \uac08\ub77c\uc9d1\ub2c8\ub2e4. \uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f\uc758 \uad00\uacf5 \ubd80\ubd84\uc740 \ud68c\ubc31\uc0c9~\uac08\uc0c9\uc774\uba70, \ubbf8\uc138\ud55c \uacf5\uad6c\ub97c \uac00\uc9d1\ub2c8\ub2e4. \uc774 \uad00\uacf5\uc5d0\uc11c \ud3ec\uc790\uac00 \ubc29\ucd9c\ub429\ub2c8\ub2e4. (\uc544\uae4c\uc2dc\ud770\uad6c\uba4d\ubc84\uc12f\uc758 \uac13 \uc544\ub7ab\uba74\uc758 \uad00\uacf5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\uad00\uacf5 \uae38\uc774 1~4\u339c',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Laetiporus_underside_pores.jpg' \n                },\n                basidiospores: {\n                    title: '\ub2f4\uc790\ud3ec\uc790',\n                    description: '\ubcd1\uc6d0\uade0\uc774 \uc0dd\uc131\ud558\ub294 \ud3ec\uc790\ub85c, \ub355\ub2e4\ub9ac\ubc84\uc12f\/\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f\uc758 \ud3ec\uc790\ub294 \uac80\uc740\uc0c9\uc774\uba70 \uacc4\ub780\ud615~\uc544\uad6c\ud615\uc73c\ub85c \ud06c\uae30\ub294 5.5~7 x 4~5\u00b5m\uc785\ub2c8\ub2e4. \uc18c\ub098\ubb34\uc794\ub098\ube44\ubc84\uc12f\uc758 \ud3ec\uc790\ub294 \ubb34\uc0c9\uc758 \uacc4\ub780\ud615\uc73c\ub85c \ud06c\uae30\ub294 6~8 x 5~7\u00b5m\uc785\ub2c8\ub2e4. \uc774 \ud3ec\uc790\ub4e4\uc774 \ubc14\ub78c\uc5d0 \uc758\ud574 \uc804\ud30c\ub418\uc5b4 \ub098\ubb34\uc758 \uc0c1\ucc98\ub97c \ud1b5\ud574 \uce68\uc785\ud558\uc5ec \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 5.5~8 x 4~7\u00b5m',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/basidiospores_generic.jpg' \n                }\n            };\n\n            const damageData = {\n                brown_rot_decay: {\n                    title: '\uade0\uc5f4\uc0c1 \uac08\uc0c9\ubd80\ud6c4',\n                    description: '\ubcd1\uc6d0\uade0\uc774 \uce68\uc785\ud55c \ubaa9\uc9c8\ubd80(\uc8fc\ub85c \uc2ec\uc7ac, \ub54c\ub85c\ub294 \ubcc0\uc7ac)\ub294 \uace7 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70, \ubd80\ud6c4\uac00 \uc2ec\ud55c \ub098\ubb34\ub294 \uc801\uac08\uc0c9~\uc554\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uace0 \uc5f0\ud558\uac8c \ub429\ub2c8\ub2e4. \uac74\uc870\ud558\uba74 \uc810\ucc28 \uade0\uc5f4\uc774 \uc0dd\uae30\uace0, \uade0\uc5f4 \ubd80\ubd84\uc5d0\ub294 \ubc31\uc0c9 \uade0\uc0ac\uac00 \uc870\uc9c1\uc0c1\uc73c\ub85c \uc0dd\uc7a5\ud558\uc5ec \uc587\uace0 \ubd80\ub4dc\ub7ec\uc6b4 \ub9c9\uc744 \ud615\uc131\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ubd80\ud6c4\ub41c \uc7ac\ubaa9\uc740 \uc544\uc8fc \uac00\ubccd\uace0 \uc190\uc73c\ub85c\ub3c4 \uc27d\uac8c \ubd80\uc11c\uc9d1\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Fomitopsis_pinicola_brown_rot.jpg' \n                },\n                foliage_yellowing_thinning: {\n                    title: '\uc78e \ud669\ubcc0 \ubc0f \uc218\uad00 \uc5c9\uc131',\n                    description: '\ubd80\ud6c4\ubaa9\uc758 \uc78e\uc740 \uc9e7\uc544\uc9c0\uace0 \ud669\ubcc0(\ub178\ub797\uac8c \ubcc0\ud568)\ud558\uba70, \uc218\uad00(\ub098\ubb34\uc758 \uc78e\uc774 \ubaa8\uc5ec \uc788\ub294 \ubd80\ubd84)\uc740 \uc5c9\uc131\ud574\uc9d1\ub2c8\ub2e4. \uc721\uc548\uc73c\ub85c \uad6c\ubd84\ud558\uae30\ub294 \uc5b4\ub835\uc9c0\ub9cc, \ub098\ubb34\uc758 \uc218\uc138\uac00 \uc57d\ud654\ub418\ub294 \uc99d\uc0c1\uc73c\ub85c \ub098\ud0c0\ub0a9\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Phaeolus_schweinitzii_foliage_thinning.jpg' \n                },\n                stem_canker_toppling: {\n                    title: '\uc904\uae30 \ubc11\ub3d9 \uada4\uc591 \ubc0f \ub3c4\ubcf5 \uc704\ud5d8',\n                    description: '\ubfcc\ub9ac\ub098 \uc904\uae30 \ubc11\ub3d9\uc758 \uc2ec\uc7ac\uac00 \uc369\uae30 \uc2dc\uc791\ud558\uc5ec \uc218\uc138\uac00 \uc1e0\uc57d\ud574\uc9c0\uace0, \uac15\ud48d\uc5d0 \uc758\ud574 \ubfcc\ub9ac\ubaa9 \ubd80\uc704\uc5d0\uc11c \uc27d\uac8c \ubd80\ub7ec\uc9c0\uac70\ub098 \ub118\uc5b4\uc9c8(\ub3c4\ubcf5) \uc704\ud5d8\uc774 \ub192\uc544\uc9d1\ub2c8\ub2e4. \uc774\ub294 \uc778\uba85 \ubc0f \uc7ac\uc0b0 \ud53c\ud574\ub85c \uc774\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/trunk_canker_toppling_risk.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('laetiporus_fruiting_body'); \/\/ 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('brown_rot_decay'); \/\/ 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: ['1\uc6d4', '2\uc6d4', '3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4', '12\uc6d4'],\n                    datasets: [{\n                        label: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30',\n                        data: [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], \/\/ Year-round activity\n                        backgroundColor: 'rgba(120, 113, 108, 0.6)', \/* stone-500 *\/\n                        borderColor: 'rgba(120, 113, 108, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc790\uc2e4\uccb4(\ubc84\uc12f) \ubc1c\uc0dd\uae30',\n                        data: [0, 0, 0, 0, 0, 5, 10, 8, 5, 2, 0, 0], \/\/ Peak \ucd08\uc5ec\ub984~\uac00\uc744 (July-Sept)\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: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc608\ubc29\/\uc0c1\ucc98 \uad00\ub9ac)',\n                        data: [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], \/\/ Year-round\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ubb3c\ub9ac\uc801 \uc81c\uac70)',\n                        data: [0, 0, 0, 0, 0, 12, 12, 12, 12, 12, 12, 0], \/\/ June-Nov (\uc790\uc2e4\uccb4 \ubc1c\uc0dd \ubc0f \ud53c\ud574\ubaa9 \ubc1c\uacac \uc2dc)\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(101, 163, 13, 0.2)', \/* lime-600 with transparency *\/\n                        borderColor: 'rgba(101, 163, 13, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        if (context.dataset.label.includes('\uc608\ubc29')) return ` ${context.dataset.label}: \uc5f0\uc911`;\n                                        return ` ${context.dataset.label}: \ucd08\uc5ec\ub984 ~ \ub2a6\uac00\uc744`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\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\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"523\" data-id=\"3113\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-1024x523.jpg\" alt=\"\" class=\"wp-image-3113\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-1024x523.jpg 1024w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-300x153.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-768x393.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f.jpg 1127w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"368\" height=\"236\" data-id=\"3112\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f.jpg\" alt=\"\" class=\"wp-image-3112\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f.jpg 368w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f-300x192.jpg 300w\" sizes=\"auto, (max-width: 368px) 100vw, 368px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"381\" height=\"232\" data-id=\"3111\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f-\ucd08\uae30-\uc790\uc2e4\uccb4.jpg\" alt=\"\" class=\"wp-image-3111\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f-\ucd08\uae30-\uc790\uc2e4\uccb4.jpg 381w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ubd89\uc740\ub355\ub2e4\ub9ac\ubc84\uc12f-\ucd08\uae30-\uc790\uc2e4\uccb4-300x183.jpg 300w\" sizes=\"auto, (max-width: 381px) 100vw, 381px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"386\" height=\"244\" data-id=\"3110\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ub355\ub2e4\ub9ac\ubc84\uc12f.jpg\" alt=\"\" class=\"wp-image-3110\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ub355\ub2e4\ub9ac\ubc84\uc12f.jpg 386w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\ub355\ub2e4\ub9ac\ubc84\uc12f-300x190.jpg 300w\" sizes=\"auto, (max-width: 386px) 100vw, 386px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":3113,"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":[144,80,260],"pest-category":[86],"pest-overwintering":[],"class_list":["post-3109","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-144","pest-target-80","pest-target-260","pest-category-86"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f.jpg",1127,576,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-300x153.jpg",300,153,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-768x393.jpg",768,393,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f-1024x523.jpg",1024,523,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f.jpg",1127,576,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uce68\uc5fd\uc218-\uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1_\uc794\ub098\ube44\ubc84\uc12f.jpg",1127,576,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\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 \uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1 (Stem Heart Rot)\uc774\ub780? \uce68\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 \uc8fc\ub85c [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3109","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\/3113"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3109"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3109"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3109"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}