{"id":2576,"date":"2025-06-22T15:28:03","date_gmt":"2025-06-22T15:28:03","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2576"},"modified":"2025-06-22T15:28:05","modified_gmt":"2025-06-22T15:28:05","slug":"%eb%b3%b5%ec%88%ad%ec%95%84%ec%9c%a0%eb%a6%ac%eb%82%98%eb%b0%a9","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%b3%b5%ec%88%ad%ec%95%84%ec%9c%a0%eb%a6%ac%eb%82%98%eb%b0%a9","title":{"rendered":"\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29"},"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>\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 \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: Cherry Blossom & Brown -->\n    <!-- Application Structure Plan: The SPA for Peach Tree Borer is structured into five core sections: '\uac1c\uc694' (Overview), '\ud615\ud0dc' (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. '\ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pest forms and specific damage types (resin\/frass, tunneling). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its single-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal chemical control timings, primarily targeting larvae based on adult emergence. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult moth, Larva, Pupa, Egg) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc131\ucda9', '\uc720\ucda9', '\ubc88\ub370\uae30\/\uc54c' -> Interaction: Clicking buttons updates image and descriptive text for each form. -> Justification: Visual identification of key life stages, including the wasp-like adult and wood-boring larva, is crucial. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Resin\/sawdust exudation, Tunneling, Branch\/tree dieback) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc218\uc9c0\/\ud1b1\ubc25 \ubc30\ucd9c', '\ubaa9\uc9c8\ubd80 \uc2dd\ud574 (\ud130\ub110)', '\ub098\ubb34 \uc1e0\uc57d\/\uace0\uc0ac' -> Interaction: Clicking buttons updates image and descriptive text. -> Justification: Clearly shows the characteristic signs of internal boring damage. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Larva overwintering in bark, 1 generation\/year, adult emergence and egg-laying timings) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the single-generational lifecycle with key stages and approximate timings for adult emergence and larval activity is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting adults during emergence\/egg-laying and young larvae) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention, focusing on the adult emergence peak (August-September) and larval control, making the timing 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        }\n        .nav-btn.active {\n            background-color: #be123c; \/* rose-700 *\/\n            color: #fff1f2; \/* rose-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: #fb7185; \/* rose-400 *\/\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-4 md:p-8\">\n        \n        <header class=\"text-center mb-8 hidden\">\n            <h1 class=\"text-4xl md:text-5xl font-bold text-rose-800 mb-2\">\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29<\/h1>\n            <p class=\"text-lg italic text-gray-600\">Synanthedon hector (Peach Tree Borer)<\/p>\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-rose-100\">\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-rose-100\">\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-rose-100\">\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-rose-100\">\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-rose-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-rose-800 mb-4\">\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29(Synanthedon hector)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \uc720\ub9ac\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ucc9c\uacf5\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc131\ucda9\uc740 \ubc8c\uacfc \ube44\uc2b7\ud55c \ubaa8\uc2b5\uc744 \ud558\uace0 \uc788\uc73c\uba70 \ub0a0\uac1c\uac00 \ud22c\uba85\ud558\uc5ec \uc720\ub9ac\ub098\ubc29\uc774\ub77c \ubd88\ub9bd\ub2c8\ub2e4. \uc720\ucda9\uc774 \ubc9a\ub098\ubb34, \ubcf5\uc22d\uc544\ub098\ubb34 \ub4f1 \ub2e4\uc591\ud55c \uc7a5\ubbf8\uacfc \ubc0f \uacfc\uc218\ub958\uc758 \uc904\uae30\ub098 \uac00\uc9c0 \uc18d \ubaa9\uc9c8\ubd80\ub97c \uac09\uc544 \uba39\uc5b4 \ub098\ubb34\ub97c \uc1e0\uc57d\ud558\uac8c \ub9cc\ub4e4\uace0 \uc2ec\ud558\uba74 \uace0\uc0ac\uc2dc\ud0a4\uae30\ub3c4 \ud569\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> \uc720\ucda9 (\uc904\uae30\ub098 \uac00\uc9c0\uc758 \uc218\ud53c \uc18d\uc5d0\uc11c \uc6d4\ub3d9)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c (\uc6b0\ud654 \ucd5c\uc131\uae30\ub294 8~9\uc6d4\uc774\uc9c0\ub9cc 5~10\uc6d4\uc5d0 \uac78\uccd0 \ubd88\uaddc\uce59\ud558\uac8c \ub098\ud0c0\ub0a8)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-rose-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc77c\ubcf8\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uae30\uc8fc\uc2dd\ubb3c\uc740 <strong>\ubc9a\ub098\ubb34\ub958, \ubcf5\uc22d\uc544\ub098\ubb34, \ub9e4\uc2e4\ub098\ubb34, \uc0b4\uad6c\ub098\ubb34, \uc790\ub450\ub098\ubb34, \uc0ac\uacfc\ub098\ubb34, \ub9e4\ud654\ub098\ubb34, \uac2f\ubc84\ub4e4, \uc720\uc790<\/strong> \ub4f1 \uac01\uc885 \uc7a5\ubbf8\uacfc \ubc0f \uacfc\uc218\ub958\uc785\ub2c8\ub2e4. \ucd5c\uadfc \ub3c4\uc2ec\uc758 \uac00\ub85c\uc218\ub85c \uc2dd\uc7ac\ub41c \ubc9a\ub098\ubb34\uc5d0\uc11c \ud53c\ud574\uac00 \uc2ec\ud558\uba70, \uc544\ud30c\ud2b8 \ubc0f \uc815\uc6d0\uc218\uc5d0\uc11c\ub3c4 \ud53c\ud574\uac00 \ub9ce\uc774 \ubc1c\uc0dd\ud569\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \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-rose-800 mb-4\">\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc740 \uc131\ucda9, \uc720\ucda9, \ubc88\ub370\uae30, \uc54c \ub4f1 \uac01 \ubc1c\uc721 \ub2e8\uacc4\ub9c8\ub2e4 \ud2b9\uc9d5\uc801\uc778 \ud615\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"adult\" 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\">\uc131\ucda9<\/button>\n                        <button data-type=\"larva\" 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\">\uc720\ucda9<\/button>\n                        <button data-type=\"pupa_egg\" 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\">\ubc88\ub370\uae30 \/ \uc54c<\/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:\/\/placehold.co\/400x300\/a3e635\/16a34a?text=\uc774\ubbf8\uc9c0\" alt=\"\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 \ud615\ud0dc \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-rose-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-rose-800 mb-4\">\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 \uc720\ucda9\uc740 \ub098\ubb34\uc758 \uc904\uae30\ub098 \uac00\uc9c0 \uc18d\uc5d0\uc11c \uac00\ud574\ud558\uc5ec \uc218\uc138 \uc57d\ud654 \ubc0f \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=\"resin_frass_exudation\" 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\">\uc218\uc9c0\/\ud1b1\ubc25 \ubc30\ucd9c<\/button>\n                        <button data-damage-type=\"cambium_feeding\" 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\">\uc218\ud53c \ubc11 \ud615\uc131\uce35 \uc2dd\ud574<\/button>\n                        <button data-damage-type=\"tree_dieback\" 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\">\ub098\ubb34 \uc1e0\uc57d \ubc0f \uace0\uc0ac<\/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\/Synanthedon_hector_resin_frass_exudation.jpg\" alt=\"[Image of \uc218\uc9c0 \ubc30\ucd9c]\" 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-rose-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-rose-800 mb-4\">\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc740 1\ub144\uc5d0 1\ud68c \ubc1c\uc0dd\ud558\uba70, \uc720\ucda9 \uc0c1\ud0dc\ub85c \uc904\uae30\ub098 \uac00\uc9c0\uc758 \uc218\ud53c \uc18d\uc5d0\uc11c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc6b0\ud654 \ucd5c\uc131\uae30\ub294 8~9\uc6d4\uc774\uc9c0\ub9cc, \ubc1c\uc0dd\uc774 \ub9e4\uc6b0 \ubd88\uaddc\uce59\ud558\uc5ec 5~10\uc6d4\uc5d0 \uac78\uccd0 \uc624\ub79c \uae30\uac04 \ub098\ud0c0\ub0a9\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 (\uc720\ucda9)<\/p><p class=\"text-sm\">\uc904\uae30\ub098 \uac00\uc9c0\uc758 \uc218\ud53c \uc18d\uc5d0\uc11c \uc720\ucda9 \uc0c1\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. \uc720\ucda9 \uac00\ud574 \ud65c\ub3d9 (4\uc6d4 ~ 7\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc720\ucda9\uc774 \ubd04\ubd80\ud130 \uc5ec\ub984\uae4c\uc9c0 \uc904\uae30\/\uac00\uc9c0\uc758 \ubaa9\uc9c8\ubd80\ub97c \ud65c\ubc1c\ud788 \uac09\uc544\uba39\uc74c<\/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. \ubc88\ub370\uae30\ud654 (6\uc6d4 ~ 8\uc6d4 \ud558\uc21c)<\/p><p class=\"text-sm\">\ub2e4 \uc790\ub780 \uc720\ucda9\uc774 \uc218\ud53c \ubc11\uc5d0 \uace0\uce58\ub97c \uc9d3\uace0 \ubc88\ub370\uae30\uac00 \ub428 (\ubc88\ub370\uae30 \ubab8\uae38\uc774 \uc57d 20mm)<\/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. \uc131\ucda9 \uc6b0\ud654 \ubc0f \ud65c\ub3d9 (8\uc6d4 \ucd08\uc21c ~ 9\uc6d4 \uc911\uc21c)<\/p><p class=\"text-sm\">\ubc88\ub370\uae30\uc5d0\uc11c \uc131\ucda9\uc774 \uc6b0\ud654. \uc6b0\ud654 \ucd5c\uc131\uae30\ub294 8\uc6d4 \ucd08\uc21c ~ 9\uc6d4 \uc911\uc21c. \ub0ae\uc5d0 \ud65c\ub3d9\ud558\uba70 \uac15\ud55c \uc131\ud398\ub85c\ubaac\uc73c\ub85c \uc218\ucef7 \uc720\uc778<\/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. \uc0b0\ub780 (9\uc6d4 \uc774\ud6c4)<\/p><p class=\"text-sm\">\uad50\ubbf8 \ud6c4 \uc554\ucef7 \uc131\ucda9\uc774 \uc904\uae30\uc758 \uac08\ub77c\uc9c4 \ud2c8\uc774\ub098 \uc0c1\ucc98 \ubd80\uc704\uc5d0 \uc54c\uc744 1\uac1c\uc529 \ub0b3\uc74c. \uc774\ud6c4 \uc720\ucda9\uc73c\ub85c \uc6d4\ub3d9 \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-rose-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 \ubc29\uc81c\ub294 \uc720\ucda9\uc774 \ub098\ubb34 \uc18d\uc5d0\uc11c \uac00\ud574\ud558\ub294 \ud2b9\uc131 \ub54c\ubb38\uc5d0 \uc5b4\ub824\uc6b0\ubbc0\ub85c, \uc608\ubc29\uacfc \uc6d4\ub3d9 \uc720\ucda9 \ub610\ub294 \uc6b0\ud654 \uc131\ucda9\uc744 \ub300\uc0c1\uc73c\ub85c \ud55c \ubc29\uc81c\uac00 \uc911\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\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 \ud654\ud559\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong>\n                                     <ul class=\"list-circle list-inside pl-4 mt-1\">\n                                         <li>\uc6d4\ub3d9 \uc720\ucda9 \ubc29\uc81c: <strong>3\uc6d4 \uc911\u00b7\ud558\uc21c<\/strong>\uc5d0 \uce68\ud22c\uc131 \uc0b4\ucda9\uc81c\ub97c \uad75\uc740 \uac00\uc9c0\uc640 \uc8fc\uc9c0\ub97c \uc911\uc2ec\uc73c\ub85c \uc0b4\ud3ec.<\/li>\n                                         <li>\uc131\ucda9 \uc6b0\ud654 \ucd5c\uc131\uae30(<strong>8~9\uc6d4<\/strong>)\uc5d0 \uc904\uae30\uc640 \uac00\uc9c0\uc5d0 \ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c 1,000\ubc30\uc561 \uc0b4\ud3ec.<\/li>\n                                         <li>\uc720\ucda9 \ubc29\uc81c: <strong>9\uc6d4~11\uc6d4<\/strong>\uc5d0 \uc720\ucda9 \ubc29\uc81c\ub97c \uc704\ud55c \uc904\uae30 \ubcf4\ud638 \uc57d\uc81c(\uc194\ud5a5\uae30\uc194\uc194 \ub4f1) \uc0b4\ud3ec.<\/li>\n                                     <\/ul>\n                                 <\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \uc0ac\uc774\ud074\ub77c\ub2d0\ub9ac\ud504\ub864 \uc561\uc81c, \ud074\ub85c\ub780\ud2b8\ub77c\ub2d0\ub9ac\ud504\ub864 \uc785\uc0c1\uc218\ud654\uc81c, \ud50c\ub8e8\ubca4\ub514\uc544\ubbf8\ub4dc \uc561\uc0c1\uc218\ud654\uc81c, \uc544\ubc14\uba55\ud2f4\u00b7\ud074\ub85c\ub780\ud2b8\ub77c\ub2d0\ud504\ub864 \uc561\uc0c1\uc218\ud654\uc81c, \ub178\ubc1c\ub8e8\ub860 \uc561\uc0c1\uc218\ud654\uc81c \ub4f1\uc774 \uacfc\uc218\ub958\uc5d0 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. \ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c(\uc2a4\ubbf8\uce58\uc628), \ub2e4\uc774\uba54\ud06c\ub860, \ud638\ub9ac\ub9c8\ud2b8 \ub4f1\ub3c4 \ud6a8\uacfc\uc801\uc774\ub77c\ub294 \ubcf4\uace0\uac00 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uae30\ud0c0 \ubc29\ubc95:<\/strong> \uc77c\ubc18 \uc0b4\ucda9\uc81c\ub97c \ud63c\ud569\ud55c \ud1b1\ubc25\uc744 \uc904\uae30\uc5d0 \uba40\uce6d\ud558\ub294 \uac83\ub3c4 \ud6a8\uacfc\ub97c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0b0\ub780 \ubc29\uc9c0\uc6a9 \ubc31\ub3c4\uc81c(\uc811\ucd09\uc131 \uc0b4\ucda9\uc81c \ud63c\ud569)\ub97c \uc904\uae30\uc5d0 \ubc1c\ub77c\uc8fc\ub294 \ubc29\uc2dd\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                             <p class=\"mt-2 text-sm text-gray-600\">\uc0ac\uc6a9 \uc2dc \uc0ac\uc6a9\uc9c0\uce68\uc744 \ub530\ub974\uba70, \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc0c1\uc138 \uc815\ubcf4\ub97c \ud655\uc778\ud558\uc2ed\uc2dc\uc624.<\/p>\n                        <\/div>\n                        <div class=\"p-4 border border-green-200 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ubc8c\ub808\uc9d1 \uc81c\uac70:<\/strong> \ud53c\ud574\uac00 \uc904\uae30 \ubc11\ubd80\ubd84\uc5d0 \ub9ce\uace0 \uc27d\uac8c \ubc1c\uacac\ub418\ubbc0\ub85c \ubc8c\ub808\uc9d1(\uc218\uc9c0\uc640 \ud1b1\ubc25 \uc11e\uc778 \ubd80\uc704)\uc744 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ucca0\uc0ac \uc774\uc6a9 \uc720\ucda9 \uc81c\uac70:<\/strong> \uce68\uc785\ud55c \uad6c\uba4d\uc5d0 \ucca0\uc0ac \ub4f1\uc744 \ub123\uc5b4 \uc720\ucda9\uc744 \ucc14\ub7ec \uc8fd\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud53c\ud574\ubaa9\/\uace0\uc0ac\ubaa9 \uc81c\uac70:<\/strong> \uc2ec\ud558\uac8c \ud53c\ud574\ub97c \uc785\uc740 \ub098\ubb34\ub294 \ubc88\uc2dd\ucc98\uac00 \ub418\ubbc0\ub85c \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-yellow-200 bg-yellow-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                            <p class=\"text-gray-700\">\ucc9c\uacf5\uc131 \ud574\ucda9\uc744 \ucabc\uc544 \uba39\ub294 \uac01\uc885 \uc870\ub958\ub97c \ubcf4\ud638\ud569\ub2c8\ub2e4. \uc720\ucda9\uc5d0 \uae30\uc0dd\ud30c\ub9ac\ub958, \uc880\ubc8c\ub958 \ub4f1\uc774 \uc788\uc73c\ub098 \ud6a8\uacfc\ub294 \ubbf8\ubbf8\ud558\ub2e4\ub294 \ubcf4\uace0\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/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-rose-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: \ub098\ubb34 \ubcd1\ud574\ucda9 \ub3c4\uac10, \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38, \ucda9\ubd81\uc0b0\ub9bc\ud658\uacbd\uc5f0\uad6c\uc18c \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                adult: {\n                    title: '\uc131\ucda9',\n                    description: '\ubab8\uae38\uc774 \uc57d 15mm (\ub0a0\uac1c \ud3b8 \uae38\uc774 30mm \ub0b4\uc678). \ubc8c\uacfc \ube44\uc2b7\ud55c \ub098\ubc29\uc73c\ub85c, \uac80\uc740\uc0c9 \ubab8\uc5d0 2\uac1c\uc758 \ub178\ub780 \ub760\uac00 \uc788\uc73c\uba70, \ubc30 \ub05d\uc5d0\ub294 \ud138 \ubb34\ub354\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub0a0\uac1c\ub294 \ud22c\uba85\ud558\ub098 \ub0a0\uac1c \ub9e5\ub9cc \uac80\uc740\uc0c9\uc774\uace0 \uc55e\ub0a0\uac1c \ubc14\uae65 \uac00\uc7a5\uc790\ub9ac\uc5d0\ub294 \uac80\uc740 \ubc18\uc810\uc774 \uc788\uc2b5\ub2c8\ub2e4. \ub0ae\uc5d0 \ud65c\ub3d9\ud558\uba70 \uad50\ubbf8\ud558\uc9c0 \uc54a\uc740 \uc554\ucef7\uc740 \uac15\ud55c \uc131\ud398\ub85c\ubaac\uc744 \ubc1c\uc0b0\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ubab8\uae38\uc774 \uc57d 15mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 \uc57d 30mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Synanthedon_hector_adult.jpg' \/\/ From PDF\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ubab8\uae38\uc774 25~30mm. \uba38\ub9ac\ub294 \ud669\uac08\uc0c9\uc774\uba70 \ubab8\uc740 \ub2f4\uac08\uc0c9\uc774\uace0 \uac01 \ub9c8\ub514\ub294 \ud669\uc0c9\uc785\ub2c8\ub2e4. \uc55e\uac00\uc2b4\ub4f1\ud310 \ub4b7\ubaa8\uc11c\ub9ac\uc5d0 \uc9d9\uc740 \uc0c9\uc758 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc904\uae30\ub098 \uac00\uc9c0\uc758 \uc218\ud53c \ubc11 \ud615\uc131\uce35 \ubd80\uc704\ub97c \uc2dd\ud574\ud558\uc5ec \ub098\ubb34\ub97c \uc1e0\uc57d\ud558\uac8c \ub9cc\ub4ed\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 25~30mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Synanthedon_hector_larva.jpg' \/\/ From PDF\n                },\n                pupa_egg: {\n                    title: '\ubc88\ub370\uae30 \/ \uc54c',\n                    description: '\ubc88\ub370\uae30\ub294 \ubab8\uae38\uc774 \uc57d 20mm\uc758 \ud669\uac08\uc0c9\uc774\uba70 \ubcf5\ubd80\ub9c8\ub514 \ub4f1\uba74\uc5d0 \ud1b1\ub2c8\ubaa8\uc591\uc758 \ub3cc\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc218\ud53c \ubc11 \uace0\uce58 \uc18d\uc5d0 \ub4e4\uc5b4\uc788\uc73c\uba70, \uaf2c\ub9ac \ub05d \uac00\uc2dc\ub85c \ubab8\uc744 \ubc18 \uc815\ub3c4 \ub0b4\ub193\uace0 \uc6b0\ud654\ud569\ub2c8\ub2e4. \uc54c\uc740 \ud3b8\ud3c9\ud55c \ud0c0\uc6d0\ud615\uc73c\ub85c \uc801\uac08\uc0c9\uc774\uba70, \uc904\uae30 \uac08\ub77c\uc9c4 \ud2c8\uc774\ub098 \uc0c1\ucc98 \ubd80\uc704\uc5d0 1\uac1c\uc529 \uc0b0\ub780\ub429\ub2c8\ub2e4.',\n                    size: '\ubc88\ub370\uae30: \uc57d 20mm, \uc54c: (\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Synanthedon_hector_pupa_egg.jpg' \/\/ Using PDF image for pupa\n                }\n            };\n\n            const damageData = {\n                resin_frass_exudation: {\n                    title: '\uc218\uc9c0\/\ud1b1\ubc25 \ubc30\ucd9c',\n                    description: '\uc720\ucda9\uc774 \uc904\uae30\ub098 \uac00\uc9c0 \uc18d\uc5d0\uc11c \ubaa9\uc9c8\ubd80\ub97c \uac09\uc544\uba39\uc73c\uba74, \uac00\ud574 \ubd80\uc704 \uc678\ubd80\ub85c \ubc30\uc124\ubb3c(\ud1b1\ubc25)\uacfc \uc218\uc9c0(\uc9c4\uc561)\uac00 \ud568\uaed8 \ud758\ub7ec\ub098\uc640 \uc9c0\uc800\ubd84\ud558\uac8c \ubd80\ucc29\ub429\ub2c8\ub2e4. \uc774\ub294 \ud53c\ud574\ub97c \uc27d\uac8c \uc721\uc548\uc73c\ub85c \ud655\uc778\ud560 \uc218 \uc788\ub294 \uc8fc\uc694 \ud2b9\uc9d5\uc785\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Synanthedon_hector_resin_frass_exudation.jpg' \/\/ From PDF\n                },\n                cambium_feeding: {\n                    title: '\uc218\ud53c \ubc11 \ud615\uc131\uce35 \uc2dd\ud574',\n                    description: '\uc720\ucda9\uc774 \uc904\uae30\ub098 \uac00\uc9c0\uc758 \uc218\ud53c \ubc14\ub85c \ubc11\uc5d0 \uc788\ub294 \ud615\uc131\uce35 \ubd80\uc704\ub97c \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ub098\ubb34\uc758 \uc591\ubd84 \ubc0f \uc218\ubd84 \uc774\ub3d9\uc774 \ubc29\ud574\ub418\uc5b4 \ub098\ubb34\uac00 \uc1e0\uc57d\ud574\uc9d1\ub2c8\ub2e4. \uac00\ud574 \ubd80\uc704\uc5d0 \uac00\uc9c0\ub9c8\ub984\ubcd1\uade0\uc774\ub098 \ubd80\ud6c4\uade0\uc774 \ub4e4\uc5b4\uac00 2\ucc28 \ud53c\ud574\ub97c \uc720\ubc1c\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Synanthedon_hector_cambium_feeding.jpg' \/\/ From PDF for larva in wood\n                },\n                tree_dieback: {\n                    title: '\ub098\ubb34 \uc1e0\uc57d \ubc0f \uace0\uc0ac',\n                    description: '\uc9c0\uc18d\uc801\uc778 \uc720\ucda9\uc758 \uac00\ud574\ub85c \ub098\ubb34\uac00 \uc601\uc591\ubd84\uc744 \uc81c\ub300\ub85c \uacf5\uae09\ubc1b\uc9c0 \ubabb\ud558\uba74 \uc804\uccb4\uc801\uc73c\ub85c \uc1e0\uc57d\ud574\uc9c0\uace0, \uc2ec\ud560 \uacbd\uc6b0 \ub098\ubb34 \uc804\uccb4\uac00 \ub9d0\ub77c \uc8fd\ub294 \uace0\uc0ac \ud53c\ud574\ub85c \uc774\uc5b4\uc9d1\ub2c8\ub2e4. \ud2b9\ud788 \uc5b4\ub9b0 \ub098\ubb34\ub098 \uc774\uc2dd\ud55c \ub098\ubb34\uc5d0 \uce58\uba85\uc801\uc785\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Synanthedon_hector_tree_dieback.jpg' \/\/ From PDF for dead tree\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('adult'); \/\/ 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('resin_frass_exudation'); \/\/ 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: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\uc720\ucda9 \uac00\ud574 \ud65c\ub3d9\uae30',\n                        data: [5, 8, 10, 8, 5, 2, 0, 0], \/\/ Peak April-June (larval feeding period)\n                        backgroundColor: 'rgba(234, 88, 12, 0.6)', \/* orange-600 *\/\n                        borderColor: 'rgba(234, 88, 12, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780\uae30',\n                        data: [0, 0, 0, 0, 5, 10, 8, 5], \/\/ Peak Aug-Sept (adult emergence peak)\n                        backgroundColor: 'rgba(225, 29, 72, 0.6)', \/* rose-600 *\/\n                        borderColor: 'rgba(225, 29, 72, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc6d4\ub3d9 \uc720\ucda9)',\n                        data: [12, 0, 0, 0, 0, 0, 0, 0], \/\/ March (\uce68\ud22c\uc131 \uc0b4\ucda9\uc81c)\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 (\uc131\ucda9 \uc6b0\ud654\/\uc720\ucda9)',\n                        data: [0, 0, 0, 0, 0, 12, 12, 0], \/\/ Aug-Sept (\uc131\ucda9 \uc6b0\ud654 \ucd5c\uc131\uae30)\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(101, 163, 13, 0.2)', \/* lime-600 with transparency *\/\n                        borderColor: 'rgba(101, 163, 13, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        if (context.dataset.label.includes('\uc6d4\ub3d9')) return ` ${context.dataset.label}: 3\uc6d4 \uc911\ud558\uc21c`;\n                                        return ` ${context.dataset.label}: 8\uc6d4 \uc911\uc21c ~ 9\uc6d4 \uc911\uc21c`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 \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":2577,"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":[189,187,188,166,175,168,167],"pest-category":[143,94],"pest-overwintering":[82],"class_list":["post-2576","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-189","pest-target-187","pest-target-188","pest-target-166","pest-target-175","pest-target-168","pest-target-167","pest-category-143","pest-category-94","pest-overwintering-egg"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9.jpg",600,400,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9-300x200.jpg",300,200,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9.jpg",600,400,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9.jpg",600,400,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9.jpg",600,400,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29-\uc131\ucda9.jpg",600,400,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29 Synanthedon hector (Peach Tree Borer) \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29(Synanthedon hector)\uc774\ub780? \ubcf5\uc22d\uc544\uc720\ub9ac\ub098\ubc29\uc740 \ub098\ube44\ubaa9 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2576","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\/2577"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2576"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2576"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2576"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}