{"id":3090,"date":"2025-06-28T15:06:29","date_gmt":"2025-06-28T15:06:29","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3090"},"modified":"2025-06-28T15:22:30","modified_gmt":"2025-06-28T15:22:30","slug":"%ea%b7%b8%ec%9d%84%ec%9d%8c%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ea%b7%b8%ec%9d%84%ec%9d%8c%eb%b3%91","title":{"rendered":"\uadf8\uc744\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>\uadf8\uc744\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: Dark Grey & Green -->\n    <!-- Application Structure Plan: The SPA for Sooty Mold 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 managing causative insects and preventative spraying. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Fungi types, Mycelium, Conidia) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\ubcd1\ubc18 \ud45c\uba74 (\uade0\uc0ac\/\ud3ec\uc790)', '\uade0\uc0ac \ubc0f \ud3ec\uc790 (\ud604\ubbf8\uacbd)' -> Interaction: Clicking buttons updates image and descriptive text for pathogen structures. -> Justification: Visual identification of the various appearances of the fungal growth is crucial for understanding. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Black coating on leaves\/branches, Photosynthesis inhibition, Aesthetic damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc78e\/\uac00\uc9c0 \uac80\uc740 \ud53c\ub9c9', '\uad11\ud569\uc131 \ubc29\ud574 (\uc218\uc138 \uc57d\ud654)', '\uc870\uacbd\uc218 \ubbf8\uad00 \ud6fc\uc190' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows the aesthetic and physiological impacts of the disease. -> Justification: The direct visible impact and secondary physiological effects need clear visual differentiation for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Overwintering on plant surfaces, Spore dispersal via insects\/wind\/rain, Secondary infection cycles, Association with honeydew-producing insects) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle, especially its strong association with sap-sucking insects and year-round nature, is essential for understanding its progression and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Managing primary insect pests, preventative spraying, removal of affected parts) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary window for managing insect pests (which often precede sooty mold) and the general timing for preventative fungicide applications. -> 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        }\n        .nav-btn.active {\n            background-color: #374151; \/* gray-700 *\/\n            color: #f9fafb; \/* 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.active, .damage-btn.active {\n            background-color: #6b7280; \/* gray-500 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto p-2 md:p-4\">\n        \n        <header class=\"text-center mb-8\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-center bg-gray-200 rounded-lg p-2 mb-8 shadow-sm\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-gray-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-gray-300\">\ubcd1\uc6d0\uade0 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-gray-300\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-gray-300\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-gray-300\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-gray-800 mb-4\">\uadf8\uc744\uc74c\ubcd1 (Sooty mold)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uadf8\uc744\uc74c\ubcd1\uc740 \ub2e4\uc591\ud55c \uc885\ub958\uc758 \uacf0\ud321\uc774(\ubcd1\uc6d0\uade0)\uc5d0 \uc758\ud574 \uc2dd\ubb3c \ud45c\uba74\uc5d0 \uac80\uc740\uc0c9 \uadf8\uc744\uc74c\uc774 \ub36e\uc774\ub294 \ubcd1\ud574\uc785\ub2c8\ub2e4. \uc8fc\ub85c \uae4d\uc9c0\ubc8c\ub808, \uc9c4\ub527\ubb3c \ub4f1 \ud761\uc999\uc131 \ud574\ucda9\uc758 \ubc30\uc124\ubb3c\uc778 \uac10\ub85c(honeydew) \uc704\uc5d0 \ubd80\uc0dd\uc131 \uadf8\uc744\uc74c\ubcd1\uade0\uc774 \ubc88\uc2dd\ud558\uc5ec \ubc1c\uc0dd\ud558\uc9c0\ub9cc, \ud574\ucda9\uacfc \uad00\uacc4\uc5c6\uc774 \uc9c1\uc811 \uc601\uc591\uc744 \ud761\uc218\ud558\ub294 \uae30\uc0dd\uc131 \uade0\ub958\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. \ub098\ubb34\ub97c \uc9c1\uc811 \ub9d0\ub77c \uc8fd\uac8c \ud558\ub294 \uc77c\uc740 \uc5c6\uc73c\ub098, \uad11\ud569\uc131\uc744 \ubc29\ud574\ud558\uace0 \ubbf8\uad00\uc744 \ud574\uccd0 \uc870\uacbd\uc218\uc758 \uac00\uce58\ub97c \ub5a8\uc5b4\ub728\ub9bd\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\ubc18 \uc704\uc5d0\uc11c \uade0\uc0ac \ub610\ub294 \uc790\ub0ad\uac01 \ud615\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0\uc911 \ubc1c\uc0dd (\ud2b9\ud788 7\uc6d4 \uc911\uc21c~9\uc6d4\uc5d0 \uac00\uc7a5 \ub9ce\uc774 \ubc1c\uc0dd)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-gray-800 mb-3\">\ubcd1\uc6d0\uade0 \uc885\ub958 \ubc0f \uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ubcd1\uc6d0\uade0\uc740 Meliolaceae, Parodiellinaceae, Asterinaceae, Capnodiaceae\uacfc \ubc0f \ubd88\uc644\uc804\uade0\ub958\uc778 Dematiaceae\uacfc\uc5d0 \uc18d\ud558\ub294 \ub2e4\uc591\ud55c \uade0\ub4e4\uc774 \uad00\uc5ec\ud569\ub2c8\ub2e4. Capnodiaceae\uacfc\ub294 \ud761\uc999\uc131 \uace4\ucda9\uc5d0 \uc218\ubc18\ud558\uc5ec \ubd80\uc0dd\ud558\ub294 \ub300\ud45c\uc801\uc778 \uade0\uc73c\ub85c \ub110\ub9ac \ubd84\ud3ec\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\uc7a3\ub098\ubb34, \uc18c\ub098\ubb34\ub958, \uc8fc\ubaa9<\/strong> \ub4f1 \uce68\uc5fd\uc218\uc640 <strong>\uad74\uac70\ub9ac\ub098\ubb34, \ubc15\uc950\ub098\ubb34, \ubc24\ub098\ubb34, \ubc84\ub4dc\ub098\ubb34, \uc0ac\uc2a4\ub808\ud53c\ub098\ubb34, \ud0f1\uc790\ub098\ubb34, \ub3d9\ubc31\ub098\ubb34, \ud6c4\ubc15\ub098\ubb34, \uc2dd\ub098\ubb34, \ubc30\ub871\ub098\ubb34<\/strong> \ub4f1 \ub2e4\uc591\ud55c \ud65c\uc5fd\uc218, \uadf8\ub9ac\uace0 \ub300\ub098\ubb34, \uc870\ub9bf\ub300\ub958, \uc19c\ub300 \ub4f1\uc785\ub2c8\ub2e4.<\/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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-gray-800 mb-4\">\uadf8\uc744\uc74c\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uadf8\uc744\uc74c\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \uc2dd\ubb3c \ud45c\uba74\uc5d0 \uac80\uc740 \ud53c\ub9c9 \ud615\ud0dc\ub85c \ub098\ud0c0\ub098\uba70, \ud604\ubbf8\uacbd\uc73c\ub85c \uad00\ucc30 \uc2dc \uade0\uc0ac\uc640 \ud3ec\uc790\ub97c \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=\"sooty_growth\" class=\"stage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uadf8\uc744\uc74c \ud615\uc131 (\uc721\uc548)<\/button>\n                        <button data-type=\"hyphae_spores\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uade0\uc0ac \ubc0f \ud3ec\uc790 (\ud604\ubbf8\uacbd)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_on_pine.jpg\" alt=\"\uc7a3\ub098\ubb34 \uc78e\uc5d0 \uadf8\uc744\uc74c\ubcd1 \ubcd1\uc9d5 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"morphology-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-gray-800 mb-4\">\uadf8\uc744\uc74c\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uadf8\uc744\uc74c\ubcd1\uc740 \uc2dd\ubb3c \ud45c\uba74\uc744 \uac80\uc740 \ud53c\ub9c9\uc73c\ub85c \ub36e\uc5b4 \ubbf8\uad00\uc744 \ud574\uce58\uace0 \uc2dd\ubb3c\uc758 \uc0dd\ub9ac \ud65c\ub3d9\uc744 \ubc29\ud574\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=\"black_coating\" class=\"damage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc78e\/\uac00\uc9c0 \uac80\uc740 \ud53c\ub9c9<\/button>\n                        <button data-damage-type=\"photosynthesis_inhibition\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uad11\ud569\uc131 \ubc29\ud574 \ubc0f \uc218\uc138 \uc57d\ud654<\/button>\n                        <button data-damage-type=\"aesthetic_damage\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc870\uacbd\uc218 \ubbf8\uad00 \ud6fc\uc190<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_on_pine.jpg\" alt=\"\uadf8\uc744\uc74c\ubcd1 \uac80\uc740 \ud53c\ub9c9 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-gray-800 mb-4\">\uadf8\uc744\uc74c\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uadf8\uc744\uc74c\ubcd1 \ubcd1\uc6d0\uade0\uc740 \ubcd1\ubc18 \uc704\uc5d0\uc11c \uade0\uc0ac \ub610\ub294 \uc790\ub0ad\uac01 \ud615\ud0dc\ub85c \uaca8\uc6b8\uc744 \ub098\uace0, \uc774\ub4ec\ud574 \ubd04\uc5d0 1\ucc28 \uc804\uc5fc\uc6d0\uc774 \ub429\ub2c8\ub2e4. \ud761\uc999\uc131 \ud574\ucda9\uc758 \ubc30\uc124\ubb3c\uc778 \uac10\ub85c(honeydew)\ub294 \uadf8\uc744\uc74c\ubcd1\uade0\uc758 \uc8fc\uc694 \ubc88\uc2dd \ub9e4\uac1c\uac00 \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 (\uade0\uc0ac \ub610\ub294 \uc790\ub0ad\uac01)<\/p><p class=\"text-sm\">\ubcd1\ubc18 \uc704\uc5d0\uc11c \uade0\uc0ac \ub610\ub294 \uc790\ub0ad\uac01\uc758 \ud615\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/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. \ud3ec\uc790 \ud615\uc131 \ubc0f 1\ucc28 \uac10\uc5fc (\uc774\ub4ec\ud574 \ubd04)<\/p><p class=\"text-sm\">\uc6d4\ub3d9\ud55c \ubcd1\uc6d0\uade0\uc5d0\uc11c \ud3ec\uc790\uac00 \ud615\uc131\ub418\uc5b4 \ubc14\ub78c, \ube57\ubb3c \ub4f1\uc5d0 \uc758\ud574 \uc804\ud30c\ub418\uc5b4 \uc0c8 \uc78e\uc5d0 1\ucc28 \uac10\uc5fc<\/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. \ud761\uc999\uc131 \ud574\ucda9 \ubc1c\uc0dd (\ubd04~\uac00\uc744)<\/p><p class=\"text-sm\">\uae4d\uc9c0\ubc8c\ub808, \uc9c4\ub527\ubb3c \ub4f1 \ud761\uc999\uc131 \ud574\ucda9 \ubc1c\uc0dd \ubc0f \uac10\ub85c \ubc30\uc124<\/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. \uadf8\uc744\uc74c\ubcd1 \ubc1c\uc0dd \ubc0f 2\ucc28 \uc804\uc5fc (7\uc6d4 \uc911\uc21c~9\uc6d4 \ucd5c\uc131\uae30)<\/p><p class=\"text-sm\">\uac10\ub85c \uc704\uc5d0\uc11c \uadf8\uc744\uc74c\ubcd1\uade0 \ubc88\uc2dd. \uc9d9\uc740 \uac08\uc0c9 \ub610\ub294 \uac80\uc740 \ud68c\uc0c9\uc758 \uade0\uc0ac\uc640 \ud3ec\uc790\uac00 \ubd88\uaddc\uce59\ud55c \ubcd1\ubc18 \ud615\uc131 \ud6c4 \uc804\uba74 \ud655\uc0b0. \ube57\ubb3c, \ubc14\ub78c\uc73c\ub85c \uc9c0\uc18d \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-red-100 rounded-lg\">\n                            <p class=\"font-semibold\">5. \uc6d4\ub3d9 \uc900\ube44 (\uac00\uc744)<\/p><p class=\"text-sm\">\ud53c\ud574 \uc78e\uc774 \uc2dc\ub4e4\uace0 \ub099\uc5fd\ub418\uba70, \ubcd1\uc6d0\uade0\uc740 \ub2e4\uc2dc \uc6d4\ub3d9 \ud615\ud0dc\ub85c \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-gray-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uadf8\uc744\uc74c\ubcd1 \ubc29\uc81c\ub294 \uc8fc\ub85c \uc6d0\uc778\uc774 \ub418\ub294 \ud761\uc999\uc131 \ud574\ucda9\uc744 \uad6c\uc81c\ud558\uace0, \ud658\uacbd \uac1c\uc120 \ubc0f \ubb3c\ub9ac\uc801 \ubc29\uc81c\ub97c \ubcd1\ud589\ud558\ub294 \uac83\uc774 \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 \ub098\ubb34\ub97c \uace0\uc0ac\uc2dc\ud0a4\uc9c0\ub294 \uc54a\uc74c<\/h3>\n                            <p class=\"text-gray-700\">\uadf8\uc744\uc74c\ubcd1 \uc790\uccb4\ub85c \ub098\ubb34\uac00 \ub9d0\ub77c \uc8fd\ub294 \uc77c\uc740 \uc5c6\uc9c0\ub9cc, \uad11\ud569\uc131\uc744 \ubc29\ud574\ud558\uc5ec \uc218\uc138\ub97c \uc57d\ud654\uc2dc\ud0a4\uace0 \ubbf8\uad00\uc744 \ud574\uce69\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 \uc6d0\uc778 \ud574\ucda9 \uad6c\uc81c (\uc8fc\uc694 \ubc29\uc81c)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ud761\uc999\uc131 \ud574\ucda9 \ubc29\uc81c:<\/strong> \uae4d\uc9c0\ubc8c\ub808, \uc9c4\ub527\ubb3c \ub4f1 \uac10\ub85c\ub97c \ubc30\uc124\ud558\ub294 \ud761\uc999\uc131 \ud574\ucda9\uc744 \ud654\ud559\uc801 \ub610\ub294 \uce5c\ud658\uacbd\uc801\uc778 \ubc29\ubc95\uc73c\ub85c \uad6c\uc81c\ud558\ub294 \uac83\uc774 \uac00\uc7a5 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> \ud574\ucda9 \ubc1c\uc0dd \uc2dc\uae30\uc5d0 \ub9de\ucdb0 \ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c 1,000\ubc30\uc561 \ub4f1\uc744 \uc0b4\ud3ec\ud558\uc5ec \uae4d\uc9c0\ubc8c\ub808 \ub4f1\uc744 \uad6c\uc81c\ud569\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 \ud654\ud559\uc801 \ubc29\uc81c (\uc9c1\uc811 \ubc29\uc81c)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> \ud734\uba74\uae30\uc5d0\ub294 \uae30\uacc4\uc720\uc720\uc81c 20~25\ubc30\uc561\uc744 \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \ubc1c\uc0dd\uae30\uc5d0\ub294 \ub9cc\ucf54\uc81c\ube0c \uc218\ud654\uc81c 800\ubc30\uc561\uc774\ub098 \ud2f0\uc624\ud30c\ub124\uc774\ud2b8\uba54\ud2f8 \uc218\ud654\uc81c 1,500\ubc30\uc561\uc758 \uc0b4\ud3ec\uac00 \ube44\uad50\uc801 \uc720\ud6a8\ud558\ub2e4\uace0 \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \ud574\ub2f9 \uc791\ubb3c \ubc0f \uadf8\uc744\uc74c\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 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \ubb3c\ub9ac\uc801 \ubc29\uc81c \ubc0f \ud658\uacbd \uad00\ub9ac<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ubcd1\ub4e0 \uc78e\/\uac00\uc9c0 \uc81c\uac70:<\/strong> \ubcd1\ub4e0 \ub099\uc5fd\uc774\ub098 \uac00\uc9c0\ub97c \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud558\uac70\ub098 \ub545\uc5d0 \ubb3b\uc5b4 \uc6d4\ub3d9 \uc804\uc5fc\uc6d0\uc744 \uc5c6\uc571\ub2c8\ub2e4.<\/li>\n                                <li><strong>\ud1b5\ud48d\/\uc77c\uc870\ub7c9 \uac1c\uc120:<\/strong> \ud1b5\ud48d\uacfc \ud587\ube5b\uc774 \uc798 \ub4e4\uc9c0 \uc54a\ub294 \uacf3\uc5d0\uc11c \ubc1c\uc0dd\uc774 \ub9ce\uc73c\ubbc0\ub85c, \ubc00\uc2dd\uc744 \ud53c\ud558\uace0 \uc801\uc808\ud55c \uac00\uc9c0\uce58\uae30\ub85c \uc218\uad00 \ub0b4\ubd80\uc758 \ud1b5\ud48d\uacfc \uc77c\uc870\ub7c9\uc744 \uac1c\uc120\ud569\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\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-12 pt-4 border-t border-gray-200\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc0b0\ub9bc\uccad, \uad6d\uc81c\uc2e0\ubb38, \ub18d\uc0ac\ub85c, \uacbd\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                sooty_growth: {\n                    title: '\uadf8\uc744\uc74c \ud615\uc131 (\uc721\uc548)',\n                    description: '\uc2dd\ubb3c \ud45c\uba74\uc5d0 \uadf8\uc744\uc74c\uc774 \uc0dd\uae34 \uac83\ucc98\ub7fc \uac80\uac8c \ubcf4\uc774\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \ubcd1\uc6d0\uade0\ub4e4\uc758 \uade0\uc0ac\uc640 \ud3ec\uc790\uac00 \uc9d9\uc740 \uac08\uc0c9 \ub610\ub294 \uac80\uc740 \ud68c\uc0c9\uc744 \ub760\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \ubd88\uaddc\uce59\ud55c \ud615\ud0dc\uc758 \ubcd1\ubc18\uc774 \ud615\uc131\ub418\uba70, \uc774\ud6c4 \uc8fc\uc704\uc758 \ub2e4\ub978 \ubcd1\ubc18\uacfc \ud569\uccd0\uc838 \uc78e, \uac00\uc9c0, \uc904\uae30 \ub4f1\uc5d0 \uc9d9\uc740 \uc0c9\uc758 \ud53c\ub9c9\uc744 \ud615\uc131\ud569\ub2c8\ub2e4. (\uc7a3\ub098\ubb34 \uc78e, \ub3c8\ub098\ubb34 \uc78e \ubcd1\uc9d5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_on_pine.jpg' \n                },\n                hyphae_spores: {\n                    title: '\uade0\uc0ac \ubc0f \ud3ec\uc790 (\ud604\ubbf8\uacbd)',\n                    description: '\uadf8\uc744\uc74c\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub4e4\uc758 \ubbf8\uc138\ud55c \uade0\uc0ac(hyphae)\uc640 \ud3ec\uc790(spores)\ub294 \ud604\ubbf8\uacbd\uc744 \ud1b5\ud574\uc11c\ub9cc \uba85\ud655\ud558\uac8c \uad00\ucc30 \uac00\ub2a5\ud569\ub2c8\ub2e4. \uc774\ub4e4\uc740 \uac10\ub85c\ub97c \uc601\uc591\uc6d0\uc73c\ub85c \uc0bc\uc544 \ubc88\uc2dd\ud558\uba70 \ubcd1\uc744 \ud655\uc0b0\uc2dc\ud0b5\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_hyphae_spores_generic.jpg' \/\/ Generic image for fungal hyphae\/spores\n                }\n            };\n\n            const damageData = {\n                black_coating: {\n                    title: '\uc78e\/\uac00\uc9c0 \uac80\uc740 \ud53c\ub9c9',\n                    description: '\uc78e\uacfc \uac00\uc9c0, \uc904\uae30\uc5d0 \uae4c\ub9cc \uadf8\uc744\uc74c\uc774 \ub36e\uc5ec \uc788\uc5b4 \uc218\ubaa9\uc774 \uc9c0\uc800\ubd84\ud558\uac8c \ubcf4\uc785\ub2c8\ub2e4. \uc2ec\ud55c \uacbd\uc6b0 \uc2dd\ubb3c\uccb4 \uc804\uccb4\uac00 \uac80\uc740\uc0c9 \ud53c\ub9c9\uc73c\ub85c \ub4a4\ub36e\uc5ec \uacbd\uad00\uc744 \uc2ec\ud558\uac8c \ud6fc\uc190\ud569\ub2c8\ub2e4. (\ud68c\uc591\ubaa9 \uc78e, \ubc30\ub871\ub098\ubb34 \uc78e \ubcd1\uc9d5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_black_coating.jpg' \n                },\n                photosynthesis_inhibition: {\n                    title: '\uad11\ud569\uc131 \ubc29\ud574 \ubc0f \uc218\uc138 \uc57d\ud654',\n                    description: '\uac80\uc740\uc0c9 \ud53c\ub9c9\uc774 \uc78e\uc744 \ub36e\uc5b4 \ud587\ube5b \ud22c\uacfc\uc728\uc744 \uac10\uc18c\uc2dc\ucf1c \uad11\ud569\uc131 \uc791\uc6a9\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc2dd\ubb3c\uc758 \uc591\ubd84 \uc0dd\uc0b0\uc774 \uc904\uc5b4\ub4e4\uc5b4 \uc0dd\uc721\uc774 \uc800\ud574\ub418\uace0 \ub098\ubb34\uc758 \uc218\uc138\uac00 \uc57d\ud574\uc9d1\ub2c8\ub2e4. \ub098\ubb34\uac00 \ub9d0\ub77c \uc8fd\ub294 \uc77c\uc740 \uc5c6\uc9c0\ub9cc \uc1e0\uc57d\ud574\uc9d1\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_photosynthesis_inhibition.jpg' \n                },\n                aesthetic_damage: {\n                    title: '\uc870\uacbd\uc218 \ubbf8\uad00 \ud6fc\uc190',\n                    description: '\uadf8\uc744\uc74c\ubcd1\uc740 \uc870\uacbd\uc218\uc758 \uad00\uc0c1 \uac00\uce58\ub97c \ud06c\uac8c \ub5a8\uc5b4\ub728\ub9bd\ub2c8\ub2e4. \ud2b9\ud788 \uc0dd\ud65c\uad8c \uc8fc\ubcc0\uc5d0\uc11c \uc27d\uac8c \uad00\ucc30\ub420 \uc218 \uc788\uc5b4 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \ubd88\ucf8c\uac10\uc744 \uc8fc\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\uc18c\ub098\ubb34 \ubd84\uc7ac\uc758 \uc904\uae30 \ubcd1\uc9d5 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/sooty_mold_aesthetic_damage.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('sooty_growth'); \/\/ 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('black_coating'); \/\/ 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: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\uc8fc\uc694 \ubc1c\uc0dd\uae30 (\ud574\ucda9 \ub3d9\ubc18)',\n                        data: [2, 5, 8, 10, 8, 5, 2], \/\/ Peak July-Aug\n                        backgroundColor: 'rgba(55, 65, 81, 0.6)', \/* gray-700 *\/\n                        borderColor: 'rgba(55, 65, 81, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud574\ucda9 \uad6c\uc81c)',\n                        data: [0, 8, 10, 10, 8, 5, 0], \/\/ May-Sept\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 (\uc9c1\uc811 \uc0b4\ud3ec)',\n                        data: [0, 0, 0, 8, 10, 8, 0], \/\/ July-Sept\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(234, 88, 12, 0.2)', \/* orange-600 with transparency *\/\n                        borderColor: 'rgba(234, 88, 12, 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('\ud574\ucda9')) return ` ${context.dataset.label}: 5\uc6d4 ~ 9\uc6d4`;\n                                        return ` ${context.dataset.label}: 7\uc6d4 ~ 9\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uadf8\uc744\uc74c\ubcd1 \uc6d4\ubcc4 \ubc1c\uc0dd \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":3091,"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":[],"pest-category":[86],"pest-overwintering":[],"class_list":["post-3090","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\/\uadf8\uc744\uc74c\ubcd1.jpg",999,424,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uadf8\uc744\uc74c\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uadf8\uc744\uc74c\ubcd1-300x127.jpg",300,127,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uadf8\uc744\uc74c\ubcd1-768x326.jpg",768,326,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uadf8\uc744\uc74c\ubcd1.jpg",999,424,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uadf8\uc744\uc74c\ubcd1.jpg",999,424,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\uadf8\uc744\uc74c\ubcd1.jpg",999,424,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uadf8\uc744\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 \uadf8\uc744\uc74c\ubcd1 (Sooty mold)\uc774\ub780? \uadf8\uc744\uc74c\ubcd1\uc740 \ub2e4\uc591\ud55c \uc885\ub958\uc758 \uacf0\ud321\uc774(\ubcd1\uc6d0\uade0)\uc5d0 \uc758\ud574 \uc2dd\ubb3c [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3090","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\/3091"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3090"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3090"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3090"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}