{"id":3114,"date":"2025-06-29T06:55:47","date_gmt":"2025-06-29T06:55:47","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3114"},"modified":"2025-06-29T06:55:51","modified_gmt":"2025-06-29T06:55:51","slug":"%ed%99%9c%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=%ed%99%9c%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":"\ud65c\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>\ud65c\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 & Grey -->\n    <!-- Application Structure Plan: The SPA for Hardwood 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 removal of infected material. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Fruiting body\/mushroom, Spores) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc790\uc2e4\uccb4 (\uc794\ub098\ube44\ubc84\uc12f)', '\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 (Wood decay, Trunk cracks, Discoloration, Tree fall risk) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\ubaa9\uc9c8\ubd80 \ubd80\ud6c4 (\ubc31\uc0c9\ubd80\ud6c4)', '\uc904\uae30 \ud6a1\ub2e8 \uade0\uc5f4', '\uc218\ubaa9 \uc1e0\uc57d\/\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 tree failure risk, 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 healthy tree vigor) -> 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: #374151 !important; \/* gray-700 *\/\n            color: #f9fafb !important; \/* gray-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 {\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: #6b7280; \/* gray-500 *\/\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-gray-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-gray-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-gray-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-gray-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-gray-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-gray-800 mb-4\">\ud65c\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1 (Stem Heart Rot)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud65c\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 <i>Ganoderma applanatum<\/i> (\uc794\ub098\ube44\ubc84\uc12f) \uacf0\ud321\uc774\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \ubcd1\ud574\uc785\ub2c8\ub2e4. \uace0\uc0ac\ubaa9\uc774\ub098 \uadf8\ub8e8\ud130\uae30\ub97c \ubd84\ud574\ud558\uae30\ub3c4 \ud558\uc9c0\ub9cc, \uc0b4\uc544\uc788\ub294 \uc218\ubaa9\uc5d0 \uac10\uc5fc\ub420 \uacbd\uc6b0 \ubc11\ub3d9, \uc904\uae30, \ubfcc\ub9ac\uc758 \ubaa9\uc9c8\ubd80\uae4c\uc9c0 \uc369\uac8c \ub9cc\ub4e4\uc5b4 \ub098\ubb34\uac00 \ubc14\ub78c\uc5d0 \uc27d\uac8c \uc4f0\ub7ec\uc9c8 \uc6b0\ub824\ub97c \ub192\uc785\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\uc740 \ubc31\uc0c9\ubd80\ud6c4\uade0\uc73c\ub85c, \ubd80\ud6c4\uac00 \uc9c0\uc18d\ub418\uba74 \ubaa9\uc7ac\uc758 \uac15\ub3c4\uac00 \uc800\ud558\ub418\uace0 \uc904\uae30\uc5d0 \uc218\ud3c9 \ubc29\ud5a5\uc73c\ub85c \uade0\uc5f4\uc774 \uc0dd\uae30\ub294 \uac83\uc774 \ud2b9\uc9d5\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> \ubcd1\ub4e0 \ubaa9\uc9c8\ubd80(\ubfcc\ub9ac, \uc904\uae30) \ub0b4 \uade0\uc0ac\uccb4 \ud615\ud0dc\ub85c \uc0dd\uc874 (\uc790\uc2e4\uccb4\ub294 \ub2e4\ub144\uc0dd)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0\uc911 \ud65c\ub3d9 (\uc790\uc2e4\uccb4\ub294 5~6\ub144 \uc815\ub3c4 \uc0dd\uc721\ud558\uba70, \ud55c \ud574 \ub3d9\uc548 \ud3ec\uc790 \ud615\uc131)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-gray-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ubd81\ubc18\uad6c \uc628\ub300\uc9c0\uc5ed\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\ub85c <strong>\ucc38\ub098\ubb34\ub958<\/strong>\uc640 \uac19\uc740 \ud65c\uc5fd\uc218\uc5d0 \uac10\uc5fc\ub418\uc9c0\ub9cc, \uce68\uc5fd\uc218\ub3c4 \uac04\ud639 \uac10\uc5fc\uc774 \ub429\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-gray-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\uc778 \uc794\ub098\ube44\ubc84\uc12f(<i>Ganoderma applanatum<\/i>)\uc740 \ud2b9\uc9d5\uc801\uc778 \uc790\uc2e4\uccb4\uc640 \ud3ec\uc790\ub97c \uac00\uc9d1\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"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\">\uc794\ub098\ube44\ubc84\uc12f (\uc790\uc2e4\uccb4)<\/button>\n                        <button data-type=\"cap_underside_pores\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac13 \uc544\ub7ab\uba74 (\uad00\uacf5)<\/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\/Ganoderma_applanatum_fruiting_body_trunk.jpg\" alt=\"\uc18c\ub098\ubb34 \uc904\uae30\uc5d0 \ubc1c\uc0dd\ub41c \ucd08\uae30 \uc794\ub098\ube44\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-gray-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-gray-800 mb-4\">\ud65c\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                        \ud65c\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 \ub098\ubb34\uc758 \ubaa9\uc9c8\ubd80\ub97c \ubd80\ud6c4\uc2dc\ucf1c \uad6c\uc870\uc801 \uc57d\ud654\ub97c \ucd08\ub798\ud558\uace0, \ub2e4\uc591\ud55c \uc678\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=\"wood_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\">\ubaa9\uc9c8\ubd80 \ubd80\ud6c4 (\ubc1d\uc740\uc0c9\/\uac80\uc740\uc120)<\/button>\n                        <button data-damage-type=\"horizontal_cracks\" 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 \ud6a1\ub2e8 \uade0\uc5f4<\/button>\n                        <button data-damage-type=\"tree_decline_topple\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc218\ubaa9 \uc1e0\uc57d \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\/Ganoderma_applanatum_wood_decay.jpg\" alt=\"\ubaa9\uc9c8\ubd80 \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-gray-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-gray-800 mb-4\">\ud65c\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 \uc8fc\ub85c \uacf5\uae30\ub098 \uace4\ucda9\uc5d0 \uc758\ud574 \uc804\ud30c\ub418\ub294 \ub2f4\uc790\ud3ec\uc790\ub97c \ud1b5\ud574 \ub098\ubb34\uc758 \uc0c1\ucc98 \ubd80\uc704\ub85c \uce68\uc785\ud569\ub2c8\ub2e4. \uc790\uc2e4\uccb4\ub294 \uc218\ub144 \uac04 \uc0dd\uc721\ud558\uba70 \ud3ec\uc790\ub97c \ud615\uc131\ud569\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\uc9c8\ubd80(\ubfcc\ub9ac, \uc904\uae30) \ub0b4\uc5d0\uc11c \uade0\uc0ac \ud615\ud0dc\ub85c \uc5f0\uc911 \uc0dd\uc874<\/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. \uc790\uc2e4\uccb4(\ubc84\uc12f) \ud615\uc131 (\ucd08\uc5ec\ub984\ubd80\ud130)<\/p><p class=\"text-sm\">\uadfc\uad00\ubd80\ub098 3m \uc544\ub798\uc758 \uc904\uae30\uc5d0 \uc8fc\ub85c \uc790\uc2e4\uccb4 \ubc1c\uc0dd (\ubc1c\uc0dd\uae4c\uc9c0 \uc218\ub144 \uc18c\uc694)<\/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. \ud3ec\uc790 \ud615\uc131 \ubc0f \ud655\uc0b0<\/p><p class=\"text-sm\">\uc790\uc2e4\uccb4 \uad00\uacf5 \uc548\uc5d0\uc11c \ub2f4\uc790\ud3ec\uc790 \ud615\uc131. \ud558\ub8e8\uc5d0 \uc218\uc2ed\uc5b5 \uac1c \ubc29\ucd9c, \uacf5\uae30\ub098 \uace4\ucda9\uc5d0 \uc758\ud574 \uc804\ud30c<\/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. \uce68\uc785 \ubc0f \uac10\uc5fc<\/p><p class=\"text-sm\">\ub2f4\uc790\ud3ec\uc790\uac00 \uc904\uae30\ub098 \uac00\uc9c0\uc758 \uc0c1\ucc98(\uc808\ub2e8\ubd80, \uc0c8\/\uace4\ucda9\uc5d0 \uc758\ud55c \uc0c1\ucc98)\ub97c \ud1b5\ud574 \uc2ec\uc7ac\ubd80\ub85c \uce68\uc785<\/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. \ubd80\ud6c4 \uc9c4\ud589<\/p><p class=\"text-sm\">\ubaa9\uc9c8\ubd80(\uc2ec\uc7ac\/\ubcc0\uc7ac)\ub97c \ubd80\ud6c4\uc2dc\ucf1c \ub098\ubb34 \uac15\ub3c4 \uc800\ud558. \uc78e \uc0dd\uc7a5 \ub354\ub514\uac70\ub098 \ub9c8\ub984\ubcd1 \uc99d\uc0c1 \ub3d9\ubc18<\/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-gray-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud65c\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 \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 \ubcf4\ud638:<\/strong> \uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \uc0c1\ucc98\uac00 \uc0dd\uae30\uc9c0 \uc54a\ub3c4\ub85d \uc8fc\uc758\ud558\uba70, \uc0c1\ucc98 \ub610\ub294 \uc808\ub2e8 \ubd80\uc704\ub294 \uc0b4\uade0 \ub3c4\ud3ec\uc81c(\uc608: \ud14c\ubd80\ucf54\ub098\uc878 \ub3c4\ud3ec\uc81c)\ub97c \ubc1c\ub77c \ubcf4\ud638\ud569\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>\uac10\uc5fc\ubaa9 \uc870\uae30 \uc81c\uac70:<\/strong> \uac15\ud48d \ub4f1\uc5d0 \uc758\ud574 \ub098\ubb34\uac00 \uc4f0\ub7ec\uc9c0\uae30 \uc804, \uac10\uc5fc\ub41c \ub098\ubb34\ub294 \ubbf8\ub9ac \uc798\ub77c\ub0b4\uc5b4 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc790\uc2e4\uccb4 \uc81c\uac70:<\/strong> \uc790\uc2e4\uccb4(\ubc84\uc12f)\ub97c \ubc1c\uacac \uc989\uc2dc \uc81c\uac70\ud558\uc5ec \ub2f4\uc790\ud3ec\uc790\uc758 \ube44\uc0b0(\ud655\uc0b0)\uc744 \ub9c9\uc2b5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-gray-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, \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                fruiting_body: {\n                    title: '\uc794\ub098\ube44\ubc84\uc12f (\uc790\uc2e4\uccb4)',\n                    description: '\ubcd1\uc6d0\uade0\uc778 <i>Ganoderma applanatum<\/i>\uc758 \uc790\uc2e4\uccb4\ub294 \ud45c\uba74\uc774 \uac01\ud53c\ub85c \ub36e\uc5ec \uc788\uace0 \ucf54\ub974\ud06c\uc9c8\uc785\ub2c8\ub2e4. \ubc18\uc6d0\ud615\uc73c\ub85c \ubc29\uc0ac\uc0c1\uc758 \uc8fc\ub984\uacfc \ub3d9\uc2ec\uc6d0 \uc704\uc5d0 \uace0\ub9ac\ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ucd08\uae30\uc5d0\ub294 \uac08\uc0c9\uc774\uc9c0\ub9cc \uc131\uc219\ud558\uba74\uc11c \ud68c\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70, \ub05d\ubd80\ubd84\uc740 \ud770\uc0c9\uc744 \ub771\ub2c8\ub2e4. \uc904\uae30 \ubc11\ub3d9\uc774\ub098 3m \uc544\ub798\uc758 \uc904\uae30\uc5d0\uc11c \uc8fc\ub85c \ub098\ud0c0\ub098\uba70, \uc18c\ub098\ubb34 \uc904\uae30\uc5d0\ub3c4 \ubc1c\uc0dd\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\uc18c\ub098\ubb34 \uc904\uae30\uc5d0 \ubc1c\uc0dd\ub41c \ucd08\uae30 \uc794\ub098\ube44\ubc84\uc12f \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\uac13 \uc9c0\ub984 (\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Ganoderma_applanatum_fruiting_body_trunk.jpg' \n                },\n                cap_underside_pores: {\n                    title: '\uac13 \uc544\ub7ab\uba74 (\uad00\uacf5)',\n                    description: '\ubc84\uc12f \uc544\ub7ab\uba74\uc758 \uc790\uc2e4\uce35\uc740 \uad00\uacf5\uc73c\ub85c \uc774\ub8e8\uc5b4\uc838 \uc788\uace0 \uc790\uc2e4\uce35\uc758 \ud45c\uba74\uc740 \ud770\uc0c9\uc774\uc9c0\ub9cc \ubb38\uc9c0\ub974\uba74 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \uc774 \uad00\uacf5\uc5d0\uc11c \ub2f4\uc790\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: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Ganoderma_applanatum_pores.jpg' \n                },\n                basidiospores: {\n                    title: '\ub2f4\uc790\ud3ec\uc790',\n                    description: '\uc790\uc2e4\uccb4\uc758 \uad00\uacf5 \uc548\uc5d0\uc11c \ud615\uc131\ub418\ub294 \ud3ec\uc790\ub85c, \uacf5\uae30\ub098 \uace4\ucda9\uc5d0 \uc758\ud574 \uc804\ud30c\ub418\uc5b4 \uc904\uae30\uc758 \uc0c1\ucc98\ub97c \ud1b5\ud574 \ub098\ubb34\uc5d0 \uce68\uc785\ud569\ub2c8\ub2e4. \ub2e4\ub144\uc0dd \uc790\uc2e4\uccb4\uc758 \uacbd\uc6b0 \ud55c \ud574 \ub3d9\uc548 \uc218\uc2ed\uc5b5 \uac1c\uc758 \ub2f4\uc790\ud3ec\uc790\uac00 \ubc29\ucd9c\ub429\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/basidiospores_generic.jpg' \n                }\n            };\n\n            const damageData = {\n                wood_decay: {\n                    title: '\ubaa9\uc9c8\ubd80 \ubd80\ud6c4 (\ubc1d\uc740\uc0c9\/\uac80\uc740\uc120)',\n                    description: '\ubcd1\uc6d0\uade0\uc740 \uc0b4\uc544\uc788\ub294 \uc218\ubaa9\uc5d0 \uac10\uc5fc\ub420 \uacbd\uc6b0 \ubc11\ub3d9, \uc904\uae30, \ubfcc\ub9ac\uc758 \ubaa9\uc9c8\ubd80(\uc2ec\uc7ac \ubc0f \ubcc0\uc7ac)\uae4c\uc9c0 \uc369\uac8c \ub9cc\ub4ed\ub2c8\ub2e4. \uc369\uc740 \ubaa9\uc9c8\ubd80\uc5d0\ub294 \ubc1d\uc740\uc0c9\uc774 \ub098\ud0c0\ub098\uba74\uc11c \uc54c\ub85d\ub2ec\ub85d\ud558\uace0 \uac80\uc740\uc0c9\uc758 \uac00\ub294 \uc120\uc774 \ub098\ud0c0\ub098\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\uc740 \ubc31\uc0c9\ubd80\ud6c4\uade0\uc73c\ub85c \ubd80\ud6c4\uac00 \uc9c0\uc18d\ub418\uba74 \ubaa9\uc7ac\uc758 \uac15\ub3c4\uac00 \uc800\ud558\ub429\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Ganoderma_applanatum_wood_decay.jpg' \n                },\n                horizontal_cracks: {\n                    title: '\uc904\uae30 \ud6a1\ub2e8 \uade0\uc5f4',\n                    description: '\ubd80\ud6c4\uac00 \uc9c4\ud589\ub418\uba74\uc11c \ubaa9\uc7ac\uc758 \uac15\ub3c4\uac00 \uc800\ud558\ub418\uc5b4 \uc904\uae30\uc5d0 \uc218\ud3c9 \ubc29\ud5a5\uc73c\ub85c \uade0\uc5f4\uc774 \uc0dd\uae41\ub2c8\ub2e4. \ub300\ubd80\ubd84\uc758 \uac10\uc5fc\ub41c \uc218\ubaa9\uc740 \ub69c\ub837\ud55c \ubcd1\uc9d5\uc774 \ub098\ud0c0\ub098\uae30 \uc804\uc5d0 \ubd80\ub7ec\uc9c0\uac70\ub098 \uc4f0\ub7ec\uc9c0\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Ganoderma_applanatum_horizontal_cracks.jpg' \n                },\n                tree_decline_topple: {\n                    title: '\uc218\ubaa9 \uc1e0\uc57d \ubc0f \ub3c4\ubcf5 \uc704\ud5d8',\n                    description: '\ubd80\ud6c4\uac00 \uc9c4\ud589\ub418\uba74\uc11c \uc218\ubaa9\uc758 \uc0dd\uc7a5\uc774 \ub354\ub514\uac70\ub098 \ub9c8\ub984\ubcd1\uacfc \uac19\uc740 \uc99d\uc0c1\uc774 \ub098\ud0c0\ub098\uae30\ub3c4 \ud569\ub2c8\ub2e4. \uacb0\uad6d \ub098\ubb34\uac00 \uc369\uc5b4 \uc57d\ud574\uc9c0\uba74\uc11c \ubc14\ub78c\uc5d0 \uc27d\uac8c \uc4f0\ub7ec\uc9c8(\ub3c4\ubcf5) \uc6b0\ub824\uac00 \ucee4\uc838 \uc778\uba85 \ubc0f \uc7ac\uc0b0 \ud53c\ud574\ub97c \ucd08\ub798\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Ganoderma_applanatum_tree_decline_topple.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('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('wood_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: '\ud65c\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<p><\/p>\n","protected":false},"featured_media":0,"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":[178],"pest-category":[86],"pest-overwintering":[218],"class_list":["post-3114","pest","type-pest","status-publish","hentry","pest-target-178","pest-category-86","pest-overwintering-218"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud65c\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 \ud65c\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1 (Stem Heart Rot)\uc774\ub780? \ud65c\uc5fd\uc218 \uc904\uae30\uc2ec\uc7ac\uc369\uc74c\ubcd1\uc740 Ganoderma [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3114","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:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3114"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3114"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3114"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}