{"id":1936,"date":"2025-06-14T09:45:33","date_gmt":"2025-06-14T09:45:33","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?p=1936"},"modified":"2025-06-14T09:45:33","modified_gmt":"2025-06-14T09:45:33","slug":"%ea%b0%80%eb%9e%98%eb%82%98%eb%ac%b4-%ed%9d%b0%ec%9e%8e%eb%a7%88%eb%a6%84%eb%b3%91","status":"publish","type":"post","link":"https:\/\/hstc.treecare.co.kr\/?p=1936","title":{"rendered":"\uac00\ub798\ub098\ubb34 \ud770\uc78e\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>\uac00\ub798\ub098\ubb34 \ud770\uc78e\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: Earthy Neutrals -->\n    <!-- Application Structure Plan: The SPA is structured into four main thematic sections navigated by tabs: '\uac1c\uc694' (Overview), '\uc9c4\ub2e8\ud558\uae30' (Diagnosis), '\uc6d0\uc778\uacfc \ud655\uc0b0' (Cause & Spread), and '\ubc29\uc81c \ubc29\ubc95' (Control Methods). This task-oriented structure was chosen over a linear report format to allow users (e.g., foresters, gardeners) to quickly access the information they need. The 'Diagnosis' section is interactive, allowing users to visually track the disease's progression. The 'Control Methods' section uses a chart to make the treatment schedule clear and actionable. This design prioritizes user flow and practical application of the information. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Disease Progression (Symptoms) -> Goal: Organize & Show Change -> Viz\/Method: Interactive multi-stage component with images and text -> Interaction: Click buttons for '\ucd08\uae30', '\uc911\uae30', '\ub9d0\uae30' stages to update content -> Justification: Provides a clear, step-by-step visual guide to identifying the disease, which is more effective than a static description. -> Library\/Method: Vanilla JS DOM manipulation.\n        2. Report Info: Control Method (Fungicide Schedule) -> Goal: Inform & Organize -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips provide context on the static chart -> Justification: Translates the textual recommendation (\"apply 3-4 times from June\") into a clear, easy-to-read visual schedule, enhancing practical understanding. -> Library\/Method: Chart.js\/Canvas.\n        3. Report Info: Pathogen Lifecycle (Implied) -> Goal: Organize & Explain -> Viz\/Method: HTML\/CSS flowchart -> Interaction: Static visual aid -> Justification: Simplifies the biological process of the pathogen's spread into an easily digestible diagram. -> Library\/Method: HTML\/Tailwind CSS.\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: #22543d; \/* dark green *\/\n            color: #f0fff4; \/* mint cream *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn.active {\n            background-color: #9a3412; \/* rust *\/\n            color: white;\n            transform: scale(1.05);\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-stone-50 text-stone-800\">\n\n    <div class=\"container mx-auto p-4 md:p-8\">\n        \n        <header class=\"text-center mb-8\">\n            <h1 class=\"text-4xl md:text-5xl font-bold text-green-900 mb-2\">\uac00\ub798\ub098\ubb34 \ud770\uc78e\ub9c8\ub984\ubcd1<\/h1>\n            <p class=\"text-lg text-stone-600\">\ub300\ud654\ud615 \uc9c4\ub2e8 \ubc0f \uad00\ub9ac \uac00\uc774\ub4dc<\/p>\n        <\/header>\n\n        <nav class=\"flex justify-center bg-stone-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-stone-700 hover:bg-green-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"diagnosis\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-stone-700 hover:bg-green-100\">\uc9c4\ub2e8\ud558\uae30<\/button>\n            <button data-tab=\"pathogen\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-stone-700 hover:bg-green-100\">\uc6d0\uc778\uacfc \ud655\uc0b0<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-stone-700 hover:bg-green-100\">\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-green-800 mb-4\">\uac00\ub798\ub098\ubb34\uc640 \ud770\uc78e\ub9c8\ub984\ubcd1 \uc18c\uac1c<\/h2>\n                    <p class=\"text-stone-700 leading-relaxed\">\n                        \uac00\ub798\ub098\ubb34\ub294 \ubaa9\uc7ac\uc758 \uc7ac\uc9c8\uc774 \ub2e8\ub2e8\ud558\uc5ec \uac74\ucd95 \ub0b4\uc7a5\uc7ac\ub098 \uc870\uac01\uc7ac\ub85c \ub110\ub9ac \uc0ac\uc6a9\ub418\uba70, \uc218\ud53c\ub294 \uc57d\uc7ac\ub85c\ub3c4 \uc4f0\uc774\ub294 \uc720\uc6a9\ud55c \uc218\ubaa9\uc785\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \uc774\ub7ec\ud55c \uac00\ub798\ub098\ubb34\uc5d0 \uac00\uc7a5 \ud070 \ud53c\ud574\ub97c \uc8fc\ub294 \uc9c8\ubcd1 \uc911 \ud558\ub098\uac00 \ubc14\ub85c &#8216;\ud770\uc78e\ub9c8\ub984\ubcd1&#8217;\uc785\ub2c8\ub2e4. \uc774 \uac00\uc774\ub4dc\ub294 \ud770\uc78e\ub9c8\ub984\ubcd1\uc744 \uc815\ud655\ud788 \uc774\ud574\ud558\uace0 \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\ub294 \ub370 \ub3c4\uc6c0\uc744 \uc8fc\uae30 \uc704\ud574 \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <div class=\"grid md:grid-cols-2 gap-6\">\n                    <div class=\"p-6 bg-white rounded-lg shadow\">\n                        <h3 class=\"text-xl font-semibold text-green-800 mb-3\">\uc8fc\uc694 \ud53c\ud574<\/h3>\n                        <p class=\"text-stone-700\">\uc8fc\ub85c \uc5b4\ub9b0 \ub098\ubb34\uc5d0 \ud53c\ud574\uac00 \uc2ec\ud558\uc9c0\ub9cc \ud070 \ub098\ubb34\uc5d0\ub3c4 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ubcd1\ub4e0 \uc78e\uc774 \uc77c\ucc0d \ub5a8\uc5b4\uc838 \ub098\ubb34\uc758 \uc131\uc7a5\uc744 \uc800\ud574\ud558\uace0, \uc218\uad00 \uc804\uccb4\uac00 \uc5c9\uc131\ud574 \ubcf4\uc774\ub294 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                    <div class=\"p-6 bg-white rounded-lg shadow\">\n                         <h3 class=\"text-xl font-semibold text-green-800 mb-3\">\ubc1c\uc0dd \uc2dc\uae30<\/h3>\n                         <p class=\"text-stone-700\">\uc8fc\ub85c \uc5ec\ub984\ucca0 \uc774\ud6c4\uc5d0 \ubc1c\uc0dd\ud558\uae30 \uc2dc\uc791\ud558\uba70, \ud2b9\ud788 \uc2b5\ub3c4\uac00 \ub192\uc740 \ud658\uacbd\uc5d0\uc11c \ube60\ub974\uac8c \ud655\uc0b0\ub418\ub294 \uacbd\ud5a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc9c4\ub2e8\ud558\uae30 Section -->\n            <section id=\"diagnosis\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ub2e8\uacc4\ubcc4 \uc99d\uc0c1 \uc9c4\ub2e8<\/h2>\n                    <p class=\"text-stone-700 leading-relaxed mb-6\">\n                        \ud770\uc78e\ub9c8\ub984\ubcd1\uc740 \uc2dc\uac04\uc5d0 \ub530\ub77c \ub69c\ub837\ud55c \ub2e8\uacc4\ubcc4 \uc99d\uc0c1\uc744 \ubcf4\uc785\ub2c8\ub2e4. \uc544\ub798 \ubc84\ud2bc\uc744 \ub20c\ub7ec \uac01 \ub2e8\uacc4\uc758 \ud2b9\uc9d5\uc801\uc778 \ubaa8\uc2b5\uc744 \ud655\uc778\ud558\uace0 \ud604\uc7ac \uc0c1\ud0dc\ub97c \uc815\ud655\ud788 \uc9c4\ub2e8\ud574 \ubcf4\uc138\uc694.\n                    <\/p>\n                    <div class=\"flex justify-center space-x-2 md:space-x-4 mb-6\">\n                        <button data-stage=\"initial\" class=\"stage-btn active text-sm md:text-base py-2 px-4 bg-stone-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ucd08\uae30 \uc99d\uc0c1<\/button>\n                        <button data-stage=\"mid\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-stone-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc911\uae30 \uc99d\uc0c1<\/button>\n                        <button data-stage=\"late\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-stone-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ub9d0\uae30 \uc99d\uc0c1<\/button>\n                    <\/div>\n                    <div id=\"diagnosis-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-stone-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"diagnosis-image\" src=\"https:\/\/placehold.co\/400x300\/e2e8f0\/334155?text=\ucd08\uae30+\uc99d\uc0c1\" alt=\"\ud770\uc78e\ub9c8\ub984\ubcd1 \uc9c4\ub2e8 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"diagnosis-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"diagnosis-title\" class=\"text-xl font-semibold text-amber-800 mb-2\"><\/h3>\n                            <p id=\"diagnosis-description\" class=\"text-stone-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc6d0\uc778\uacfc \ud655\uc0b0 Section -->\n            <section id=\"pathogen\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ubcd1\uc6d0\uade0 \uc815\ubcf4<\/h2>\n                     <p class=\"text-stone-700 leading-relaxed mb-4\">\n                        \ud770\uc78e\ub9c8\ub984\ubcd1\uc740 `Pseudocercosporella juglandis`\ub77c\ub294 \uacf0\ud321\uc774\uc5d0 \uc758\ud574 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc774 \ubcd1\uc6d0\uade0\uc758 \ud2b9\uc9d5\uacfc \ud655\uc0b0 \uacfc\uc815\uc744 \uc774\ud574\ud558\ub294 \uac83\uc740 \ud6a8\uacfc\uc801\uc778 \uc608\ubc29\uacfc \ubc29\uc81c\uc5d0 \ud544\uc218\uc801\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"p-4 bg-green-50 rounded-lg border border-green-200\">\n                        <p class=\"font-mono text-center text-green-900\">\n                            <strong>\ubcd1\uc6d0\uade0:<\/strong> Pseudocercosporella juglandis<br>\n                            <span class=\"text-sm\">(=Sphaerulina juglandis)<\/span>\n                        <\/p>\n                    <\/div>\n                <\/div>\n                 <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-4\">\ubcd1\uc6d0\uade0\uc758 \ud2b9\uc9d5\uacfc \ud655\uc0b0 \uacfc\uc815<\/h3>\n                     <div class=\"flex flex-col items-center space-y-4\">\n                        <div class=\"text-center p-3 bg-stone-100 rounded-lg shadow-sm\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9<\/p>\n                            <p class=\"text-sm text-stone-600\">\ubcd1\uc6d0\uade0\uc740 \ub5a8\uc5b4\uc9c4 \ubcd1\ub4e0 \uc78e\uc5d0\uc11c \uaca8\uc6b8\uc744 \ubcf4\ub0c5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-stone-400\">\u2193<\/div>\n                        <div class=\"text-center p-3 bg-stone-100 rounded-lg shadow-sm\">\n                            <p class=\"font-semibold\">2. \ud3ec\uc790 \ud615\uc131<\/p>\n                             <p class=\"text-sm text-stone-600\">\ubd04\uc774 \ub418\uba74 \ubcd1\ub4e0 \uc78e\uc5d0\uc11c \ud3ec\uc790\ub97c \ud615\uc131\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-stone-400\">\u2193<\/div>\n                        <div class=\"text-center p-3 bg-stone-100 rounded-lg shadow-sm\">\n                            <p class=\"font-semibold\">3. 1\ucc28 \uac10\uc5fc<\/p>\n                            <p class=\"text-sm text-stone-600\">\ube44, \ubc14\ub78c\uc5d0 \uc758\ud574 \ud3ec\uc790\uac00 \uc0c8\ub85c\uc6b4 \uc78e\uc73c\ub85c \uc62e\uaca8\uac00 \uac10\uc5fc\uc744 \uc77c\uc73c\ud0b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                         <div class=\"text-2xl text-stone-400\">\u2193<\/div>\n                         <div class=\"text-center p-3 bg-stone-100 rounded-lg shadow-sm\">\n                            <p class=\"font-semibold\">4. 2\ucc28 \uac10\uc5fc (\ud655\uc0b0)<\/p>\n                            <p class=\"text-sm text-stone-600\">\uc2b5\ub3c4\uac00 \ub192\uc744 \ub54c \ubcd1\ubc18 \uc704\uc5d0 \ud770\uc0c9 \ud3ec\uc790\ub369\uc5b4\ub9ac\uac00 \ud615\uc131\ub418\uc5b4 \uc8fc\ubcc0\uc73c\ub85c \ube60\ub974\uac8c \ud37c\uc9d1\ub2c8\ub2e4.<\/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-green-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \uc804\ub7b5<\/h2>\n                    <p class=\"text-stone-700 leading-relaxed mb-6\">\n                        \ud770\uc78e\ub9c8\ub984\ubcd1\uc740 \uc608\ubc29\uacfc \ucd08\uae30 \ub300\uc751\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ubb3c\ub9ac\uc801 \ubc29\uc81c\uc640 \ud654\ud559\uc801 \ubc29\uc81c\ub97c \ubcd1\ud589\ud558\uc5ec \ud53c\ud574\ub97c \ucd5c\uc18c\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc544\ub798\uc758 \uad8c\uc7a5 \uc0ac\ud56d\uc744 \ub530\ub77c \uccb4\uacc4\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uc138\uc694.\n                    <\/p>\n                    <div class=\"grid md:grid-cols-2 gap-6\">\n                        <div class=\"p-4 border border-orange-200 bg-orange-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-orange-800 mb-2\">\u2460 \ubcd1\ub4e0 \uc78e \uc81c\uac70<\/h3>\n                            <p class=\"text-stone-700\">\uac00\uc7a5 \uae30\ubcf8\uc801\uc778 \uc608\ubc29\ubc95\uc785\ub2c8\ub2e4. \ubcd1\ub4e0 \uc78e\uc740 \ubcd1\uc6d0\uade0\uc758 \uc6d4\ub3d9 \uc7a5\uc18c\uac00 \ub418\ubbc0\ub85c, \ubc1c\uacac \uc989\uc2dc \ubaa8\uc544\uc11c \ud0dc\uc6b0\uac70\ub098 \ub545\uc5d0 \uae4a\uc774 \ubb3b\uc5b4 \uc804\uc5fc\uc6d0\uc744 \uc81c\uac70\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"p-4 border-blue-200 bg-blue-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                            <p class=\"text-stone-700\">\ub9e4\ub144 \ubcd1\uc774 \uc2ec\ud558\uac8c \ubc1c\uc0dd\ud558\ub294 \uacf3\uc5d0\uc11c\ub294 \uc608\ubc29\uc801 \uc57d\uc81c \uc0b4\ud3ec\uac00 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. \uc544\ub798 \ucc28\ud2b8\ub97c \ucc38\uace0\ud558\uc5ec \uc801\uc808\ud55c \uc2dc\uae30\uc5d0 \uc885\ud569\uc0b4\uade0\uc81c\ub97c \uc0b4\ud3ec\ud558\uc138\uc694.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-4 text-center\">\uad8c\uc7a5 \uc0b4\uade0\uc81c \uc0b4\ud3ec \uc2dc\uae30 (6\uc6d4 ~ 8\uc6d4)<\/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-stone-200\">\n            <p class=\"text-sm text-stone-500\">\uc815\ubcf4 \ucd9c\ucc98: \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0 \uc0b0\ub9bc\ubcd1\ud574\ucda9\uacfc<\/p>\n            <p class=\"text-xs text-stone-400 mt-1\">\ubcf8 \uc790\ub8cc\ub294 \uad50\uc721 \ubc0f \uc815\ubcf4 \uc81c\uacf5 \ubaa9\uc801\uc73c\ub85c \uc81c\uc791\ub418\uc5c8\uc2b5\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 diagnosisData = {\n                initial: {\n                    title: '\ucd08\uae30 \uc99d\uc0c1: \uc791\uc740 \uac08\uc0c9 \ubc18\uc810',\n                    description: '\uc78e\uc5d0 \uac08\uc0c9\uc758 \uc791\uc740 \ubc18\uc810\ub4e4\uc774 \ub098\ud0c0\ub098\uae30 \uc2dc\uc791\ud569\ub2c8\ub2e4. \uc544\uc9c1\uc740 \ud53c\ud574\uac00 \ud06c\uc9c0 \uc54a\uc544 \uc790\uc138\ud788 \uad00\ucc30\ud574\uc57c \ubc1c\uacac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/i.imgur.com\/KgdngN7.jpg'\n                },\n                mid: {\n                    title: '\uc911\uae30 \uc99d\uc0c1: \ubd88\uaddc\uce59\ud55c \ud070 \ubc18\uc810\uc73c\ub85c \ud655\ub300',\n                    description: '\uc791\uc740 \ubc18\uc810\ub4e4\uc774 \uc11c\ub85c \ud569\uccd0\uc9c0\uba74\uc11c \ud06c\uae30\uc640 \ud615\ud0dc\uac00 \ubd88\uaddc\uce59\ud55c \ud070 \ubc18\uc810\uc73c\ub85c \ud655\ub300\ub429\ub2c8\ub2e4. \uc2b5\ub3c4\uac00 \ub192\uc73c\uba74 \ubc18\uc810 \uc704\uc5d0 \ud770\uc0c9\uc758 \ubd84\uc0dd\ud3ec\uc790 \ub369\uc5b4\ub9ac\uac00 \ubcf4\uc774\uae30 \uc2dc\uc791\ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/i.imgur.com\/dK5z0b9.jpg'\n                },\n                late: {\n                    title: '\ub9d0\uae30 \uc99d\uc0c1: \uc78e\uc758 \ub4a4\ud2c0\ub9bc\uacfc \ub099\uc5fd',\n                    description: '\ubcd1\uc774 \uc2ec\ud574\uc9c0\uba74 \uc78e \uc804\uccb4\uac00 \ud751\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uace0 \ub4a4\ud2c0\ub9ac\uba70, \uacb0\uad6d \uc77c\ucc0d \ub5a8\uc5b4\uc9c0\uac8c \ub429\ub2c8\ub2e4. \ub098\ubb34 \uc804\uccb4\uac00 \uc559\uc0c1\ud574 \ubcf4\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/i.imgur.com\/0i1g0uX.jpg'\n                }\n            };\n            \n            \/\/ Image fallback setup\n            const setupImageFallback = (imgElement) => {\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    imgElement.src = `https:\/\/placehold.co\/400x300\/fecaca\/991b1b?text=${encodeURIComponent(altText)}`;\n                    imgElement.onerror = null; \n                };\n            };\n            \n            \/\/ Initialize Fallback for diagnosis image\n            const diagnosisImage = document.getElementById('diagnosis-image');\n            setupImageFallback(diagnosisImage);\n\n\n            \/\/ Navigation logic\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n\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            \/\/ Diagnosis section logic\n            const stageButtons = document.querySelectorAll('.stage-btn');\n            const diagnosisTitle = document.getElementById('diagnosis-title');\n            const diagnosisDescription = document.getElementById('diagnosis-description');\n\n            function updateDiagnosisContent(stage) {\n                stageButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`.stage-btn[data-stage=\"${stage}\"]`).classList.add('active');\n                \n                const data = diagnosisData[stage];\n                diagnosisTitle.textContent = data.title;\n                diagnosisDescription.textContent = data.description;\n                diagnosisImage.src = data.image;\n                diagnosisImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            stageButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDiagnosisContent(button.dataset.stage);\n                });\n            });\n\n            \/\/ Set initial diagnosis content\n            updateDiagnosisContent('initial');\n\n            \/\/ Chart.js logic for control section\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['6\uc6d4 \ucd08', '6\uc6d4 \ud558\uc21c', '7\uc6d4 \uc911\uc21c', '8\uc6d4 \ucd08'],\n                    datasets: [{\n                        label: '\uad8c\uc7a5 \uc0b4\uade0\uc81c \uc0b4\ud3ec \ud69f\uc218',\n                        data: [1, 1, 1, 1],\n                        backgroundColor: 'rgba(34, 84, 61, 0.6)',\n                        borderColor: 'rgba(34, 84, 61, 1)',\n                        borderWidth: 1,\n                        borderRadius: 5\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                            display: false\n                        },\n                        tooltip: {\n                            callbacks: {\n                                label: function(context) {\n                                    return ' \uc774 \uc2dc\uae30\uc5d0 1\ud68c \uc0b4\ud3ec\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.';\n                                }\n                            }\n                        }\n                    },\n                    scales: {\n                        y: {\n                            beginAtZero: true,\n                            max: 2,\n                            ticks: {\n                                stepSize: 1,\n                                callback: function(value) {\n                                    if (value === 1) return '1\ud68c \uc0b4\ud3ec';\n                                    return '';\n                                }\n                            },\n                            grid: {\n                                drawOnChartArea: false\n                            }\n                        },\n                        x: {\n                             grid: {\n                                display: false\n                            }\n                        }\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>\uac00\ub798\ub098\ubb34 \ud770\uc78e\ub9c8\ub984\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac00\ub798\ub098\ubb34 \ud770\uc78e\ub9c8\ub984\ubcd1 \ub300\ud654\ud615 \uc9c4\ub2e8 \ubc0f \uad00\ub9ac \uac00\uc774\ub4dc \uac1c\uc694 \uc9c4\ub2e8\ud558\uae30 \uc6d0\uc778\uacfc \ud655\uc0b0 \ubc29\uc81c \ubc29\ubc95 \uac00\ub798\ub098\ubb34\uc640 \ud770\uc78e\ub9c8\ub984\ubcd1 \uc18c\uac1c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[23],"tags":[],"class_list":["post-1936","post","type-post","status-publish","format-standard","hentry","category-23"],"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=1"},"uagb_comment_info":0,"uagb_excerpt":"\uac00\ub798\ub098\ubb34 \ud770\uc78e\ub9c8\ub984\ubcd1 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac00\ub798\ub098\ubb34 \ud770\uc78e\ub9c8\ub984\ubcd1 \ub300\ud654\ud615 \uc9c4\ub2e8 \ubc0f \uad00\ub9ac \uac00\uc774\ub4dc \uac1c\uc694 \uc9c4\ub2e8\ud558\uae30 \uc6d0\uc778\uacfc \ud655\uc0b0 \ubc29\uc81c \ubc29\ubc95 \uac00\ub798\ub098\ubb34\uc640 \ud770\uc78e\ub9c8\ub984\ubcd1 \uc18c\uac1c [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1936","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1936"}],"version-history":[{"count":2,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1936\/revisions"}],"predecessor-version":[{"id":1938,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/1936\/revisions\/1938"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1936"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1936"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1936"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}