{"id":3768,"date":"2025-07-09T05:38:44","date_gmt":"2025-07-09T05:38:44","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3768"},"modified":"2025-07-09T05:38:45","modified_gmt":"2025-07-09T05:38:45","slug":"%eb%a6%ac%ea%b8%b0%eb%8b%a4%ec%86%8c%eb%82%98%eb%ac%b4-%ec%86%a1%ec%a7%84%ea%b0%80%ec%a7%80%eb%a7%88%eb%a6%84%eb%b3%91","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%a6%ac%ea%b8%b0%eb%8b%a4%ec%86%8c%eb%82%98%eb%ac%b4-%ec%86%a1%ec%a7%84%ea%b0%80%ec%a7%80%eb%a7%88%eb%a6%84%eb%b3%91","title":{"rendered":"\ub9ac\uae30\ub2e4\uc18c\ub098\ubb34 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\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>\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\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: Pine Green & Earth Tones -->\n    <!-- Application Structure Plan: The SPA for Pine Pitch Canker 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\/host symptoms. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its disease cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on preventative spraying and sanitation. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pathogen Morphology (Pycnidia, Conidia - macro\/micro) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\ubd84\uc0dd\ud3ec\uc790\uc88c', '\ubd84\uc0dd\ud3ec\uc790 (\ub300\ud615\/\uc18c\ud615)' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: The pathogen is microscopic, so textual descriptions of its forms are key. -> Library: Vanilla JS.\n        2. Report Info: Damage Symptoms (Needle browning, Resin exudation, Canker, Shoot\/Branch dieback) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \uac08\ubcc0 \ubc0f \uace0\uc0ac', '\uc1a1\uc9c4 \ub204\ucd9c', '\uac00\uc9c0\/\uc904\uae30 \uace0\uc0ac' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of needle discoloration, resin flow, and dieback is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Fungus overwintering in infected branches\/needles, Conidia dispersal via rain\/insects, Primary infection via wounds) -> Goal: Organize & Show Change -> Viz\/Method: Detailed HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the disease cycle with overwintering, primary infection pathways, and seasonal progression is essential for understanding and control. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Preventative spraying in spring\/early summer, Sanitation, Tree injection) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for chemical intervention (spring\/early summer) and emphasizes year-round sanitation, 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: #047857 !important; \/* emerald-700 *\/\n            color: #ecfdf5 !important; \/* emerald-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: #10b981; \/* emerald-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-emerald-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\ubcd1\uc6d0\uade0 \ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-emerald-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1 (Pine Pitch Canker)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1(\ud478\uc0ac\ub9ac\uc6c0\uac00\uc9c0\ub9c8\ub984\ubcd1, \uc1a1\uc9c4\uada4\uc591\ubcd1)\uc740 <i>Gibberella circinata<\/i> (\ubd88\uc644\uc804\uc138\ub300: <i>Fusarium circinatum<\/i>) \uacf0\ud321\uc774(\uc790\ub0ad\uade0\ub958)\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud558\ub294 \uce68\uc5fd\uc218 \ubcd1\ud574\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub2f9\ub144\uc0dd~1\ub144\uc0dd \uac00\uc9c0\uc5d0 \ubc1c\uc0dd\ud558\uba70, \uac10\uc5fc\ub41c \uac00\uc9c0\uc758 \uc78e\uc740 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba74\uc11c \ub9d0\ub77c \uc8fd\uace0 \ubcd1\ub4e0 \uac00\uc9c0\uc5d0\uc11c\ub294 \ub2e4\ub7c9\uc758 \uc1a1\uc9c4\uc774 \ud758\ub7ec\ub098\uc635\ub2c8\ub2e4. \ubb18\ubaa9\uacfc \uc131\ubaa9\uc5d0 \ubaa8\ub450 \ubc1c\uc0dd\ud558\uba70, \ub9ce\uc740 \uac00\uc9c0\uac00 \uac10\uc5fc\ub418\uba74 \ud070 \ub098\ubb34\ub3c4 \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. \uad6c\uacfc\uc5d0 \ubc1c\uc0dd\ud558\uba74 \uc885\uc790\uac00 \uacb0\uc2e4\ub418\uc9c0 \uc54a\uc2b5\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 \uac00\uc9c0\uc758 \uc5fd\ud754(\uc78e \ub5a8\uc5b4\uc9c4 \uc790\ub9ac)\uc5d0 \ud615\uc131\ub41c \ubd84\uc0dd\ud3ec\uc790\uc88c \ud615\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\uc7a5\ub9c8\ucca0 \uc774\ud6c4\ubd80\ud130 \ubc1c\uc0dd, \ud2b9\ud788 \uc5ec\ub984\ucca0 \ube44\uac00 \ub9ce\uace0 \uc7a6\uc744 \ub54c \uc798 \ubc1c\uc0dd)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-emerald-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        1946\ub144 \ubbf8\uad6d \ub178\uc2a4\uce90\ub864\ub77c\uc774\ub098 \uc8fc\uc5d0\uc11c \ucc98\uc74c \ubcf4\uace0\ub418\uc5c8\uc73c\uba70, \ud604\uc7ac \uce98\ub9ac\ud3ec\ub2c8\uc544 \uc9c0\uc5ed\uc5d0\uc11c \ud070 \ud53c\ud574\ub97c \uc8fc\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uad6d\ub0b4\uc5d0\uc11c\ub294 1996\ub144 \uc778\ucc9c \uc9c0\uc5ed \ub9ac\uae30\ub2e4\uc18c\ub098\ubb34\ub9bc\uc5d0\uc11c \ucc98\uc74c \ubcf4\uace0\ub41c \uc774\ub798 \uc81c\uc8fc\ub3c4\ub97c \ud3ec\ud568\ud55c \uc804\uad6d\uc5d0 \ud655\uc0b0\ub418\uc5b4 \ud070 \ud53c\ud574\ub97c \uc8fc\uace0 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\ub9ac\uae30\ub2e4\uc18c\ub098\ubb34, \uacf0\uc194, \ub9ac\uae30\ud14c\ub2e4\uc18c\ub098\ubb34, \ud14c\ub2e4\uc18c\ub098\ubb34, \ubc84\uc9c0\ub2c8\uc544\uc18c\ub098\ubb34, \uad6c\uc8fc\uc801\uc1a1, \ubc29\ud06c\uc2a4\uc18c\ub098\ubb34, \ud574\uc1a1<\/strong> \ub4f1\uc785\ub2c8\ub2e4. \uc6b0\ub9ac\ub098\ub77c \ud5a5\ud1a0 \uc218\uc885\uc778 \uc7a3\ub098\ubb34\uc640 \uc18c\ub098\ubb34\ub294 \uc800\ud56d\uc131\uc785\ub2c8\ub2e4. \ubc00\uc2dd \uc870\ub9bc\uc9c0\uc5d0 \ud53c\ud574\uac00 \uc2ec\ud558\uba70, \ubcd1\uc6d0\uc131\uc774 \ub9e4\uc6b0 \ub192\uc544 \ud53c\ud574\uac00 \uc2ec\ud55c \uc784\uc9c0\uc5d0\uc11c\ub294 \ub9ce\uc740 \ub098\ubb34\uac00 \uc77c\uc2dc\uc5d0 \uace0\uc0ac\ud569\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\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1 \ubcd1\uc6d0\uade0\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc744 \uc77c\uc73c\ud0a4\ub294 \uacf0\ud321\uc774\ub294 \ubcd1\ub4e0 \uac00\uc9c0\uc758 \uc5fd\ud754\uc5d0 \ubd84\uc0dd\ud3ec\uc790\uc88c\ub97c \ub9cc\ub4e4\uace0, \ub300\ud615 \ubc0f \uc18c\ud615\uc758 \ubd84\uc0dd\ud3ec\uc790\ub97c \ud615\uc131\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"sporodochium\" class=\"stage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubd84\uc0dd\ud3ec\uc790\uc88c<\/button>\n                        <button data-type=\"macroconidia\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubd84\uc0dd\ud3ec\uc790 (\ub300\ud615\ud3ec\uc790)<\/button>\n                        <button data-type=\"microconidia\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubd84\uc0dd\ud3ec\uc790 (\uc18c\ud615\ud3ec\uc790)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-emerald-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-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc740 \uc78e\uc758 \ubcc0\uc0c9\uacfc \uace0\uc0ac, \ub2e4\ub7c9\uc758 \uc1a1\uc9c4 \ub204\ucd9c, \uadf8\ub9ac\uace0 \uac00\uc9c0\/\uc904\uae30 \uace0\uc0ac\ub97c \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=\"needle_browning_dieback\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \uac08\ubcc0 \ubc0f \uace0\uc0ac<\/button>\n                        <button data-damage-type=\"resin_exudation\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc1a1\uc9c4 \ub204\ucd9c<\/button>\n                        <button data-damage-type=\"branch_stem_dieback\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uac00\uc9c0\/\uc904\uae30 \uace0\uc0ac<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-emerald-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-emerald-800 mb-4\">\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc758 \uc0dd\ud65c\uc0ac \ubc0f \uc804\uc5fc \uacbd\ub85c<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uade0\uc740 \ubcd1\ub4e0 \uac00\uc9c0\uc758 \uc5fd\ud754\uc5d0 \ubd84\uc0dd\ud3ec\uc790\uc88c\ub97c \ub9cc\ub4e4\uc5b4 \uaca8\uc6b8\uc744 \ub098\uace0, \uc774\ub4ec\ud574 \ubd04\ubd80\ud130 \ub2a6\uc5ec\ub984\uae4c\uc9c0 \ubd84\uc0dd\ud3ec\uc790\uac00 \ubc14\ub78c, \uace4\ucda9, \ube57\ubb3c \ub4f1\uc5d0 \uc758\ud574 \uc804\ud30c\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\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\ubcd1\ub4e0 \uac00\uc9c0\uc758 \ubd84\uc0dd\ud3ec\uc790\uc88c)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 \uac00\uc9c0\uc758 \uc5fd\ud754(\uc78e \ub5a8\uc5b4\uc9c4 \uc790\ub9ac)\uc5d0 \ud615\uc131\ub41c \ubd84\uc0dd\ud3ec\uc790\uc88c \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\">\n                            <p class=\"font-semibold\">2. \ubcd1\uc9d5 \ubc1c\ud604 \ubc0f \uc1a1\uc9c4 \ub204\ucd9c (\uc8fc\ub85c \ub2f9\ub144\uc0dd~1\ub144\uc0dd \uac00\uc9c0)<\/p><p class=\"text-sm\">\uac10\uc5fc\ub41c \uac00\uc9c0\uc758 \uc78e\uc740 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70 \ub9d0\ub77c \uc8fd\uace0 \ub2e4\ub7c9\uc758 \uc1a1\uc9c4\uc774 \ud758\ub7ec\ub098\uc634<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100\">\n                            <p class=\"font-semibold\">3. \ubd84\uc0dd\ud3ec\uc790\uc88c \ud615\uc131 (6\uc6d4 ~ 8\uc6d4)<\/p><p class=\"text-sm\">\ubcd1\ub4e0 1~2\ub144\uc0dd \uac00\uc9c0\uc758 \uc5fd\ud754\uc5d0 \uc9c1\uacbd 1~2mm\uc758 \ub178\ub780\uc0c9~\uc5f7\uc740 \ubd84\ud64d\uc0c9 \ubd84\uc0dd\ud3ec\uc790\uc88c \ub098\ud0c0\ub0a8<\/p>\n                        <\/div>\n                         <div class=\"2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100\">\n                            <p class=\"font-semibold\">4. \ubd84\uc0dd\ud3ec\uc790 \ube44\uc0b0 \ubc0f \uc804\ud30c<\/p><p class=\"text-sm\">\ubd84\uc0dd\ud3ec\uc790\uc88c\uc5d0 \uc788\ub294 \ubd84\uc0dd\ud3ec\uc790\uac00 \ubc14\ub78c, \uace4\ucda9, \ube57\ubb3c \ub4f1\uc5d0 \uc758\ud574 \uc5b4\ub9b0 \uac00\uc9c0\ub85c \uc804\ud30c<\/p>\n                        <\/div>\n                        <div class=\"2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-red-100\">\n                            <p class=\"font-semibold\">5. \uce68\uc785 \ubc0f \uc7ac\uac10\uc5fc<\/p><p class=\"text-sm\">\uc8fc\ub85c \uac15\ud48d, \uc6b0\ubc15 \ub4f1 \uae30\ud6c4\uc801 \uc0c1\ucc98, \ub098\ubb34\uc880\ub958\/\ubc14\uad6c\ubbf8\ub958 \ub4f1 \ud574\ucda9 \uac00\ud574 \uc0c1\ucc98, \uae30\uacc4\uc801 \uc0c1\ucc98\ub97c \ud1b5\ud574 \uce68\uc785<\/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-emerald-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc740 \ubc1c\uc0dd\ud558\uba74 \ud53c\ud574\uac00 \uc2ec\ud558\ubbc0\ub85c, \uc608\ubc29\uc801 \ud658\uacbd \uad00\ub9ac\uc640 \ubcd1\ub4e0 \uac00\uc9c0 \uc81c\uac70, \uadf8\ub9ac\uace0 \uc801\uc808\ud55c \uc2dc\uae30\uc758 \ud654\ud559\uc801 \ubc29\uc81c\ub97c \ud1b5\ud574 \uc774\ub8e8\uc5b4\uc838\uc57c \ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubcd1\ub4e0 \uac00\uc9c0 \uc81c\uac70:<\/strong> \ubcd1\ub4e0 \uac00\uc9c0\ub294 \ubc1c\uacac \uc989\uc2dc \uc798\ub77c\ub0b4\uc5b4 \ud0dc\uc6b0\uac70\ub098 \ub545\uc18d \uae4a\uc774 \ubb3b\uc2b5\ub2c8\ub2e4. \uac04\ubc8c\uc744 \uc2e4\uc2dc\ud558\uace0 \uace0\uc0ac\ubaa9\uc774\ub098 \uace0\uc0ac \uac00\uc9c0\ub97c \uc81c\uac70\ud55c \ub2e4\uc74c \uc784\ub0b4\ub97c \uc815\ub9ac\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uac04\ubc8c\ubaa9 \ucc98\ub9ac:<\/strong> \uac04\ubc8c\ubaa9\uc758 \uc904\uae30\ub294 \uc774\uc6a9 \uac00\ub2a5\ud558\ub098, \ubcd1\ub4e0 \uac00\uc9c0\ub294 \uac00\ub2a5\ud55c \uc784\uc678 \ubc18\ucd9c \ud6c4 \uc18c\uac01 \ub610\ub294 \ud30c\uc1c4\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ub098\ubb34\uc8fc\uc0ac:<\/strong> 3\uc6d4 \ud558\uc21c~4\uc6d4 \ucd08\uc21c\uacfc 9~10\uc6d4\uc5d0 \ud14c\ubd80\ucf54\ub098\uc878 \uc720\ud0c1\uc81c(25%) \uc6d0\uc561\uc744 \ud749\uace0\uc9c1\uacbd 10cm\ub2f9 5ml\uc529 \uc218\uac04\uc8fc\uc0ac\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc0b4\ud3ec:<\/strong> \ubd04\uc5d0 \uc0c8\uc21c\uc774 \ub098\uc62c \ub54c\ubd80\ud130 \ucd08\uac00\uc744\uc5d0 \uac78\uccd0 \ud14c\ubd80\ucf54\ub098\uc878 \uc720\ud0c1\uc81c\ub97c 3~4\ud68c \ubfcc\ub9bd\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc885\uc790 \uc18c\ub3c5:<\/strong> \uc591\ubb18\uc7a5\uc5d0\uc11c \ubca0\ub178\ubc00, \ud2f0\ub78c \uc218\ud654\uc81c \ub4f1\uc73c\ub85c \uc885\uc790 \uc18c\ub3c5\uc744 \ud55c \ud6c4 \ud30c\uc885\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud574\ucda9 \ubc29\uc81c:<\/strong> \ubcd1\uc6d0\uade0\uc740 \ub098\ubb34\uc880\ub958, \ubc14\uad6c\ubbf8\ub958, \ub098\ubc29\ub958\uc640 \uac19\uc740 \ud574\ucda9\uc774 \uac00\ud574\ud560 \ub54c \uc0dd\uae34 \uc0c1\ucc98\ub97c \ud1b5\ud574 \uce68\uc785\ud558\uae30 \uc26c\uc6b0\ubbc0\ub85c \uc790\uc8fc \uc0b4\ucda9\uc81c\ub97c \ubfcc\ub824 \uac00\ud574\ucda9\uc744 \ubc29\uc81c\ud558\ub3c4\ub85d \ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc18c\ub098\ubb34\ub958 \ubc0f \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\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 bg-yellow-50\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \ud658\uacbd \uad00\ub9ac<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\uc218\uc138 \uc99d\uc9c4:<\/strong> \uac00\ubb44\uacfc \uadf8 \ubc16\uc758 \uc6d0\uc778\uc73c\ub85c \uc218\uc138\uac00 \uc57d\ud574\uc84c\uc744 \ub54c \uc798 \ubc1c\uc0dd\ud558\ubbc0\ub85c, \uc218\ubaa9 \uc601\uc591\uc81c \uc218\uac04\uc8fc\uc785 \ub4f1 \ub098\ubb34\uc758 \ube44\ubc30 \uad00\ub9ac\ub97c \uc798 \ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\ud1b5\ud48d\/\ubc30\uc218 \uac1c\uc120:<\/strong> \ubb18\ud3ec\uc5d0\uc11c\ub294 \ubc00\uc2dd\uc744 \ud53c\ud558\uace0, \ud1b5\ud48d\uacfc \ubc30\uc218\uac00 \uc798 \ub418\ub3c4\ub85d \ubb18\ud3ec\uc640 \uc2dd\uc7ac\uc9c0\uc758 \ud658\uacbd\uad00\ub9ac\uc5d0 \ud798\uc501\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-emerald-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, \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/p>\n            <p class=\"text-sm text-gray-500 mt-1\">\u203b \ubcf8 \uc790\ub8cc\ub294 \uad50\uc721 \ubc0f \uc815\ubcf4 \uc81c\uacf5 \ubaa9\uc801\uc73c\ub85c \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uad00\ub828 \uae30\uad00\uc5d0 \ubb38\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/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                sporodochium: {\n                    title: '\ubd84\uc0dd\ud3ec\uc790\uc88c',\n                    description: '\ubcd1\ub4e0 1~2\ub144\uc0dd \uac00\uc9c0\uc758 \uc5fd\ud754(\uc78e \ub5a8\uc5b4\uc9c4 \uc790\ub9ac)\uc5d0 \ud615\uc131\ub418\ub294 \uc9c1\uacbd 1~2mm\uc758 \ub178\ub780\uc0c9~\uc5f7\uc740 \ubd84\ud64d\uc0c9\uc758 \uade0\uccb4\uc785\ub2c8\ub2e4. \uc774 \ubd84\uc0dd\ud3ec\uc790\uc88c\ub294 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc744 \uc9c4\ub2e8\ud558\ub294 \ub370 \ub9e4\uc6b0 \uc911\uc694\ud55c \ud45c\uc9d5\uc774 \ub429\ub2c8\ub2e4. (\uc1a1\uc9c4\uc774 \ub9ce\uc774 \ud758\ub7ec\ub098\uc628 \uc6d0\uc904\uae30 \/ \uc5fd\ud754\uc5d0 \ub098\ud0c0\ub09c \ubd84\uc0dd\ud3ec\uc790\uc88c \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc9c1\uacbd 1~2mm',\n                },\n                macroconidia: {\n                    title: '\ubd84\uc0dd\ud3ec\uc790 (\ub300\ud615\ud3ec\uc790)',\n                    description: '\ubcd1\uc6d0\uade0\uc758 \ubd84\uc0dd\ud3ec\uc790\ub294 \ud06c\uac8c \ub300\ud615\ud3ec\uc790\uc640 \uc18c\ud615\ud3ec\uc790\ub85c \uad6c\ubd84\ub429\ub2c8\ub2e4. \ub300\ud615\ud3ec\uc790\ub294 \ub2e4\uc138\ud3ec\uc774\uba70, \ud06c\uae30\ub294 \uc57d 33~42 x 3.4~3.7\u339b\uc785\ub2c8\ub2e4. (\ubcd1\uc6d0\uade0\uc758 \ubd84\uc0dd\ud3ec\uc790 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc57d 33~42 x 3.4~3.7\u339b',\n                },\n                microconidia: {\n                    title: '\ubd84\uc0dd\ud3ec\uc790 (\uc18c\ud615\ud3ec\uc790)',\n                    description: '\ubcd1\uc6d0\uade0\uc758 \ubd84\uc0dd\ud3ec\uc790\ub294 \ub300\ud615\ud3ec\uc790\uc640 \uc18c\ud615\ud3ec\uc790\ub85c \uad6c\ubd84\ub429\ub2c8\ub2e4. \uc18c\ud615\ud3ec\uc790\ub294 \ub2e8\uc138\ud3ec\uc774\uba70, \ud06c\uae30\ub294 \uc57d 8.5~11 x 2.8~3.6\u339b\uc785\ub2c8\ub2e4. \uc774 \ubd84\uc0dd\ud3ec\uc790\ub4e4\uc774 \ubc14\ub78c, \uace4\ucda9, \ube57\ubb3c \ub4f1\uc5d0 \uc758\ud574 \uc804\ud30c\ub418\uc5b4 \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 8.5~11 x 2.8~3.6\u339b',\n                }\n            };\n\n            const damageData = {\n                needle_browning_dieback: {\n                    title: '\uc78e \uac08\ubcc0 \ubc0f \uace0\uc0ac',\n                    description: '\uc8fc\ub85c \ub2f9\ub144\uc0dd~1\ub144\uc0dd \uac00\uc9c0\uc5d0 \ubc1c\uc0dd\ud558\uba70, \uac10\uc5fc\ub41c \uac00\uc9c0\uc758 \uc78e\uc740 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba74\uc11c \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4. \ub9d0\ub77c \uc8fd\uc740 \uc78e\uc740 \uc624\ub7ab\ub3d9\uc548 \ub5a8\uc5b4\uc9c0\uc9c0 \uc54a\uace0 \uac00\uc9c0\uc5d0 \ubd99\uc740 \ucc44\ub85c \uaca8\uc6b8\uc744 \ub098\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. (\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1\uc5d0 \uac78\ub9b0 \ub9ac\uae30\ub2e4\uc18c\ub098\ubb34 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                resin_exudation: {\n                    title: '\uc1a1\uc9c4 \ub204\ucd9c',\n                    description: '\ubcd1\ub4e0 \uac00\uc9c0\uc758 \ubcd1\ud658\ubd80\uc5d0\uc11c \ub2e4\ub7c9\uc758 \uc1a1\uc9c4\uc774 \ud758\ub7ec\ub098\uc624\ub294 \uac83\uc774 \uc774 \ubcd1\uc758 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uc2ec\ud558\uba74 \uc544\ub798\ucabd\uc758 \ub098\ubb34\uaecd\uc9c8\uacfc \uc194\uc78e\uc774 \ubcd1\ud658\ubd80\uc5d0\uc11c \ud758\ub7ec\ub0b4\ub9b0 \uc1a1\uc9c4\uc73c\ub85c \uc628\ud1b5 \ub4a4\ub36e\uc774\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\uc1a1\uc9c4\uc73c\ub85c \ub4a4\ub36e\uc778 \uc78e \/ \uc1a1\uc9c4\uc774 \ub9ce\uc774 \ud758\ub7ec\ub098\uc628 \uc6d0\uc904\uae30 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                },\n                branch_stem_dieback: {\n                    title: '\uac00\uc9c0\/\uc904\uae30 \uace0\uc0ac',\n                    description: '\uc5b4\ub9b0 \ub098\ubb34\uc640 \ubb18\ubaa9\uc5d0\uc11c \ud53c\ud574\uac00 \ud06c\uba70, \uc2ec\ud55c \uacbd\uc6b0 \uc904\uae30\uae4c\uc9c0 \uce68\uc785\ud569\ub2c8\ub2e4. \ud53c\ud574\ub97c \ubc1b\uc740 \uac00\uc9c0\ub294 \ubcc0\uc7ac\ubd80\uae4c\uc9c0 \uc1a1\uc9c4\uc774 \uce68\ud22c\ub418\uc5b4 \uac08\uc0c9~\uc9d9\uc740 \uac08\uc0c9\uc73c\ub85c \ubcc0\uc0c9\ub418\uace0, \uacb0\uad6d \uac00\uc9c0\ub098 \ub098\ubb34 \uc804\uccb4\uac00 \uace0\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. (\uc1a1\uc9c4\uada4\uc591\ubcd1\uc5d0 \uac10\uc5fc\ub418\uc5b4 \uace0\uc0ac\ud55c \uac00\uc9c0 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                }\n            };\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\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            }\n\n            \/\/ Initial content for morphology section\n            updateMorphologyContent('sporodochium'); \n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\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\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            }\n\n            \/\/ Initial content for damage section\n            updateDamageContent('needle_browning_dieback');\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\ubcd1\uc6d0\uade0 \ud65c\ub3d9\uae30 (\ubcd1\uc9d5 \ubc1c\ud604 \ubc0f \ud655\uc0b0)',\n                        data: [0, 5, 10, 8, 5, 2, 0, 0], \/\/ Peak May-June\n                        backgroundColor: 'rgba(16, 185, 129, 0.6)', \/* emerald-500 *\/\n                        borderColor: 'rgba(16, 185, 129, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ub098\ubb34\uc8fc\uc0ac)',\n                        data: [0, 12, 0, 0, 0, 0, 12, 12], \/\/ March-April, Sept-Oct\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 (\uc0b4\ud3ec)',\n                        data: [0, 0, 12, 12, 12, 12, 0, 0], \/\/ May-August\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('\ub098\ubb34\uc8fc\uc0ac')) return ` ${context.dataset.label}: 3\uc6d4 \ud558\uc21c ~ 4\uc6d4 \ucd08\uc21c, 9\uc6d4 ~ 10\uc6d4`;\n                                        return ` ${context.dataset.label}: 5\uc6d4 ~ 8\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\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":3769,"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":[240,398,185,396,306,399,305,102],"pest-category":[86],"pest-overwintering":[],"class_list":["post-3768","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-240","pest-target-398","pest-target-185","pest-target-396","pest-target-306","pest-target-399","pest-target-305","pest-target-102","pest-category-86"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1.jpg",1159,617,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1-300x160.jpg",300,160,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1-768x409.jpg",768,409,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1-1024x545.jpg",1024,545,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1.jpg",1159,617,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1.jpg",1159,617,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\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 \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1 (Pine Pitch Canker)\uc774\ub780? \uc18c\ub098\ubb34\ub958 \uc1a1\uc9c4\uac00\uc9c0\ub9c8\ub984\ubcd1(\ud478\uc0ac\ub9ac\uc6c0\uac00\uc9c0\ub9c8\ub984\ubcd1, \uc1a1\uc9c4\uada4\uc591\ubcd1)\uc740 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3768","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\/3769"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3768"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3768"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3768"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}