{"id":2503,"date":"2025-06-21T14:12:25","date_gmt":"2025-06-21T14:12:25","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2503"},"modified":"2025-06-21T14:13:09","modified_gmt":"2025-06-21T14:13:09","slug":"%eb%82%99%ec%97%bd%ec%86%a1%ec%9e%8e%eb%b2%8c","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%82%99%ec%97%bd%ec%86%a1%ec%9e%8e%eb%b2%8c","title":{"rendered":"\ub099\uc5fd\uc1a1\uc78e\ubc8c"},"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>\ub099\uc5fd\uc1a1\uc78e\ubc8c \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: Larch Forest -->\n    <!-- Application Structure Plan: The SPA for Larch Sawfly 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. '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its multi-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting larvae. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Larva, Egg, Pupa, Cocoon) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc131\ucda9', '\uc720\ucda9', '\uc54c \/ \ubc88\ub370\uae30 \/ \uace0\uce58' -> Interaction: Clicking buttons updates image and descriptive text for each form. -> Justification: Visual identification of key life stages and their associated structures (cocoon, egg in slit) is crucial. -> Library\/Method: Vanilla JS.\n        2. Report Info: Damage Types (Leaf defoliation - partial\/complete, Shoot curling from egg-laying) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc78e \uc2dd\ud574 (\ubd80\ubd84\/\uc804\uccb4)', '\uc0c8\uc21c \ub9d0\ub9bc (\uc0b0\ub780 \ud53c\ud574)' -> Interaction: Clicking buttons updates image and descriptive text. -> Justification: Clearly shows both the direct feeding damage and the distinctive egg-laying damage to shoots. -> Library\/Method: Vanilla JS.\n        3. Report Info: Lifecycle (Prepupa overwintering in cocoon, 3 generations\/year, specific timings for each stage) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the multi-generational lifecycle (up to 3 generations) with key stages and approximate timings is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting young larvae of early generations) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention, which targets the most vulnerable young larval stages across multiple generations, making the timing actionable. It reflects the seasonal peaks of larval activity. -> Library\/Method: 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: #065F46; \/* emerald-800 *\/\n            color: #ECFDF5; \/* 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.active, .damage-btn.active {\n            background-color: #10B981; \/* emerald-500 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto p-4 md:p-8\">\n        \n<!---        <header class=\"text-center mb-8\">\n            <h1 class=\"text-4xl md:text-5xl font-bold text-emerald-800 mb-2\">\ub099\uc5fd\uc1a1\uc78e\ubc8c<\/h1>\n            <p class=\"text-lg italic text-gray-600\">Pachynematus itoi (Okutani) (Larch Sawfly)<\/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-emerald-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-emerald-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-emerald-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-emerald-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-emerald-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-emerald-800 mb-4\">\ub099\uc5fd\uc1a1\uc78e\ubc8c(Pachynematus itoi (Okutani))\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ub099\uc5fd\uc1a1\uc78e\ubc8c\uc740 \ubc8c\ubaa9 \uc78e\ubc8c\uacfc(Tenthredinidae)\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc73c\ub85c, \uc774\uc804\uc5d0\ub294 \ub099\uc5fd\uc1a1\ud14c\ub450\ub9ac\uc78e\ubc8c\uc774\ub77c \uc624\u00b7\ub3d9\uc815\ub418\uc5c8\ub358 \ud574\ucda9\uc785\ub2c8\ub2e4. **\ub099\uc5fd\uc1a1\ub9cc \uac00\ud574\ud558\ub294 \ub2e8\uc2dd\uc131 \ud574\ucda9**\uc73c\ub85c, \uc720\ucda9\uc774 \ub099\uc5fd\uc1a1 \uc78e\uc744 \uac09\uc544\uba39\ub294 \uac83\uc774 \uc8fc\ub41c \ud53c\ud574\uc774\uba70, \uac15\uc6d0\ub3c4 \ub099\uc5fd\uc1a1 \uc870\ub9bc\uc9c0\uc5d0 \ub300\ubc1c\uc0dd\ud558\uc5ec \ucd5c\uadfc \ubb38\uc81c\uac00 \ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc784\ubd84 \uc804\uccb4\uac00 \uc7bf\ube5b\uc73c\ub85c \ubcc0\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\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                        \ud55c\uad6d, \uc77c\ubcf8, \uc911\uad6d(\ub9cc\uc8fc), \uc624\uc2a4\ud2b8\ub9ac\uc544 \ub4f1\uc5d0 \ubd84\ud3ec\ud558\ub294 \uac83\uc73c\ub85c \uc54c\ub824\uc838 \uc788\uc2b5\ub2c8\ub2e4. 2004\ub144 \uad6d\ub0b4\uc5d0 \ucc98\uc74c \ubc1c\uacac\ub41c \ubbf8\uae30\ub85d\uc885\uc73c\ub85c \ubcf4\uace0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\uc77c\ubcf8\uc78e\uac08\ub098\ubb34, \uc78e\uac08\ub098\ubb34, \ub9cc\uc8fc\uc78e\uac08\ub098\ubb34, \uc2dc\ubca0\ub9ac\uc544 \ub099\uc5fd\uc1a1<\/strong> \ub4f1 \ub099\uc5fd\uc1a1\ub958\uc785\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-emerald-800 mb-4\">\ub099\uc5fd\uc1a1\uc78e\ubc8c\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub099\uc5fd\uc1a1\uc78e\ubc8c\uc740 \uc131\ucda9, \uc720\ucda9, \uc54c, \ubc88\ub370\uae30, \uace0\uce58 \ub4f1 \uac01 \ubc1c\uc721 \ub2e8\uacc4\ub9c8\ub2e4 \ud2b9\uc9d5\uc801\uc778 \ud615\ud0dc\ub97c \uac00\uc9d1\ub2c8\ub2e4. \ud2b9\ud788 \uc720\ucda9\uc740 \ubab8\ud1b5\uc758 \uc0c9\uae54\uc774 \ub3c5\ud2b9\ud569\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 (\uc554\/\uc218)<\/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=\"egg_pupa_cocoon\" 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\">\uc54c \/ \ubc88\ub370\uae30 \/ \uace0\uce58<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/Pachynematus_itoi_adult.jpg\" alt=\"\ub099\uc5fd\uc1a1\uc78e\ubc8c \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-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ub099\uc5fd\uc1a1\uc78e\ubc8c\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub099\uc5fd\uc1a1\uc78e\ubc8c\uc740 \uc8fc\ub85c \uc720\ucda9\uc5d0 \uc758\ud574 \uc78e(\uce68\uc5fd)\uc774 \uac09\uc544\uba39\ud788\ub294 \uc2dd\ud574 \ud53c\ud574\ub97c \uc720\ubc1c\ud558\uba70, \uc131\ucda9\uc758 \uc0b0\ub780 \ud65c\ub3d9\ub3c4 \ud53c\ud574\ub97c \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. **\ud53c\ud574\uac00 \uc2ec\ud55c \uacbd\uc6b0 \uc784\ubd84 \uc804\uccb4\uac00 \uc7bf\ube5b\uc73c\ub85c \ubcc0\ud558\ub294 \ub300\ubc1c\uc0dd\uc774 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.**\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"leaf_feeding\" class=\"damage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc78e \uc2dd\ud574 (\ubd80\ubd84\/\uc804\uccb4)<\/button>\n                        <button data-damage-type=\"shoot_curling\" 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\">\uc0c8\uc21c \ub9d0\ub9bc (\uc0b0\ub780 \ud53c\ud574)<\/button>\n                        <button data-damage-type=\"repeated_defoliation\" 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\">\ubc18\ubcf5 \ud0c8\uc5fd\uc73c\ub85c \uc778\ud55c \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\/larch_sawfly_leaf_damage.jpg\" alt=\"\ub099\uc5fd\uc1a1\uc78e\ubc8c \ud53c\ud574 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ub099\uc5fd\uc1a1\uc78e\ubc8c\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 3\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub099\uc5fd\uc1a1\uc78e\ubc8c\uc740 1\ub144\uc5d0 3\ud68c \ubc1c\uc0dd\ud558\uba70, 3\ud654\uae30 **\uc804\uc6a9(\u524d\u86f9)** \uc0c1\ud0dc\ub85c \uc9c0\ud45c\uba74 \ubd80\uc2dd\uce35\uc758 3cm \uc815\ub3c4 \uae4a\uc774\uc5d0\uc11c \uace0\uce58\ub97c \uc9d3\uace0 \uc6d4\ub3d9\ud569\ub2c8\ub2e4. **\uc804\ud615\uc801\uc778 \ub3cc\ubc1c\ud574\ucda9\uc73c\ub85c, \ud55c\ubc88 \ubc1c\uc0dd\ud55c \uc784\uc9c0\uc5d0\uc11c\ub294 \uc7ac\ubc1c\uc0dd\ud558\uc9c0 \uc54a\ub294 \ud2b9\uc131\uc774 \uc788\uc2b5\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 (\uc804\uc6a9 \uc0c1\ud0dc)<\/p><p class=\"text-sm\">\uc9c0\ud45c\uba74 \ubd80\uc2dd\uce35(3cm \uae4a\uc774) \uace0\uce58 \uc18d\uc5d0\uc11c 3\ud654\uae30 \uc804\uc6a9 \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. 1\ud654\uae30 \uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780 (5\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9\ud55c \uc804\uc6a9\uc774 \ubc88\ub370\uae30\ub97c \uac70\uccd0 \uc131\ucda9\uc73c\ub85c \uc6b0\ud654 (\uc218\uba85 4~5\uc77c). \uc9c0\uba74\uc5d0\uc11c \uad50\ubbf8(3~5\ubd84 \uc18c\uc694) \ud6c4 \uc57d 50\uac1c \uc54c \uc0b0\ub780 (\ub09c \uae30\uac04 8~10\uc77c). \uc0b0\ub780\uc740 1\ub2e8\uc9c0\uc5fd>2\ub2e8\uc9c0\uc5fd>3\ub2e8\uc9c0\uc5fd \uc21c\uc73c\ub85c \uc120\ud638<\/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. 1\ud654\uae30 \uc720\ucda9 \ubd80\ud654 \ubc0f \uac00\ud574 (5\uc6d4 \ud558\uc21c ~ 6\uc6d4)<\/p><p class=\"text-sm\">\uc5b4\ub9b0 \uc720\ucda9\uc740 \uad70\uc11c \uc0dd\ud65c\ud558\uba70 \uc78e \uac00\uc7a5\uc790\ub9ac\ubd80\ud130 \uc2dd\ud574 (1~4\ub839). **3\ub839 \uc720\ucda9\ubd80\ud130\ub294 \ubd84\uc0b0\ud558\uc5ec \uc78e\uc744 \uac00\ud574\ud558\uba70 \uae34 \uc78e\uc744 \uc2dd\ud574\ud558\uc9c0 \uc54a\uace0 \uc9e7\uc740 \uc78e\uc744 \uac00\ud574\ud558\ub294 \ud2b9\uc131**\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. 5\ub839 \uc774\ud6c4 \ubd84\uc0b0 (\uc720\ucda9 \uae30\uac04 \uc57d 20\uc77c). \uc2e0\ucd08\ub294 \uac00\ud574\ud558\uc9c0 \uc54a\uace0 \uc9e7\uc740 \uc78e(2\ub144 \uc774\uc0c1 \ub41c \uc78e)\uc744 \uac00\ud574<\/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. 2\ud654\uae30 \uc131\ucda9 \uc6b0\ud654 \ubc0f \uac00\ud574 (6\uc6d4 \ud558\uc21c ~ 7\uc6d4 \ucd08\uc21c)<\/p><p class=\"text-sm\">\uc0c8\ub85c\uc6b4 \uc131\ucda9 \ucd9c\ud604 \ubc0f \uc0b0\ub780. \uc720\ucda9\uc740 \ud65c\ubc1c\ud788 \uc78e \uac00\ud574. 1\ud654\uae30\ub294 \uc554\uc218 \uc131\ube44 1:9, 2\ud654\uae30\ub294 \uc554\ucef7\uc774 \uc57d 60%\ub85c \uc218\ucef7\ubcf4\ub2e4 \ube44\uc728 \ub192\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-red-100 rounded-lg\">\n                            <p class=\"font-semibold\">5. 3\ud654\uae30 \uc131\ucda9 \uc6b0\ud654 \ubc0f \uac00\ud574 (8\uc6d4 \ucd08\uc21c ~ 8\uc6d4 \ud558\uc21c)<\/p><p class=\"text-sm\">\ub9c8\uc9c0\ub9c9 \uc138\ub300 \uc131\ucda9 \ucd9c\ud604. \uc720\ucda9\uc740 \uc9c0\uba74\uc73c\ub85c \ub099\ud558\ud558\uc5ec \uace0\uce58\ub97c \uc9d3\uace0 \uc6d4\ub3d9<\/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-emerald-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub099\uc5fd\uc1a1\uc78e\ubc8c\uc740 \uc804\ud615\uc801\uc778 \ub3cc\ubc1c\ud574\ucda9\uc73c\ub85c, \ub300\ubc1c\uc0dd \uc2dc \ud070 \ud53c\ud574\ub97c \uc904 \uc218 \uc788\uc73c\ubbc0\ub85c \uc870\uae30 \uc608\ucc30\uacfc \uc9d1\uc911 \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 (\uc5b4\ub9b0 \uc720\ucda9 \uc2dc\uae30 \ucd5c\uc801)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> 1\ub839 \uc57d\ucda9\uc774 \ubc1c\uc0dd\ud558\ub294 \uc2dc\uae30(1\ud654\uae30: <strong>5\uc6d4 \uc911\uc21c<\/strong>, 2\ud654\uae30: <strong>6\uc6d4 \ud558\uc21c~7\uc6d4 \ucd08\uc21c<\/strong>, 3\ud654\uae30: <strong>8\uc6d4 \ucd08\uc21c~8\uc6d4 \ud558\uc21c<\/strong>)\uc5d0 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud558\ub294 \uac83\uc774 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud2b9\uc815 \uc57d\uc81c:<\/strong> \ubc1c\uc0dd \ucd08\uae30\uc5d0 **\ud06c\ub85c\ub974\ud478\ub8e8\uc544\uc8fc\ub860 \uc720\uc81c(5%) 4,000\ubc30\uc561**\uc744 1\ud68c \uc0b4\ud3ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud56d\uacf5 \ubc29\uc81c:<\/strong> \ub113\uc740 \uc0b0\ub9bc \uc9c0\uc5ed\uc5d0 \uc9d1\ub2e8 \ubc1c\uc0dd \uc2dc \ud5ec\uae30 \ub4f1\uc744 \uc774\uc6a9\ud55c \ud56d\uacf5 \ubc29\uc81c\uac00 \uc2e4\uc2dc\ub418\uae30\ub3c4 \ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uc78e\ubc8c\ub958\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud569\ub2c8\ub2e4. (\uc608: \uce74\ubc14\ub9b4, \ub514\uc544\uc9c0\ub17c, \ub514\uba54\ud1a0\uc5d0\uc774\ud2b8, \ub9d0\ub77c\ud2f0\uc628, \ud37c\uba54\ud2b8\ub9b0 \ub4f1)<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-green-200 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uace0\uce58 \uc81c\uac70:<\/strong> \ubd04\uc5d0 \ub098\ubb34 \uc544\ub798\uc758 \ub099\uc5fd\uc774\ub098 \uc774\ubb3c\uc9c8\uc744 \uac08\ud034\ub85c \uae01\uc5b4\ubaa8\uc544 \uace0\uce58 \uc18d \uc6d4\ub3d9 \ubc88\ub370\uae30\ub97c \uc81c\uac70\ud558\uace0 \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc720\ucda9 \uc218\uac70:<\/strong> \uc5b4\ub9b0 \uc720\ucda9\uc740 \uad70\uc11c \uc0dd\ud65c\uc744 \ud558\ubbc0\ub85c, \ubc1c\uacac \uc2dc \ud53c\ud574 \uc78e\uc744 \uc81c\uac70\ud558\uac70\ub098 \ud53c\ud574\ubaa9\uc744 \ud754\ub4e4\uc5b4 \uc720\ucda9\uc744 \ub5a8\uc5b4\ub728\ub824 \uc7a1\uc544\uc11c \uc8fd\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. (\u203b PDF\uc5d0 &#8220;\ubb3c\ub9ac\uc801 \ubc29\uc81c\ubc95\uc774 \uc5c6\ub2e4&#8221;\ub294 \uc5b8\uae09\ub3c4 \uc788\uc73c\ub098, \uc704\uc640 \uac19\uc740 \uac1c\ubcc4\uc801\uc778 \ubc29\ubc95\uc740 \uac00\ub2a5\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                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ucc9c\uc801 \ubcf4\ud638 \ubc0f \ud65c\uc6a9:<\/strong> \ub9f5\uc2dc\ubc8c (\ub099\uc5fd\uc1a1\uc78e\ubc8c\uc0b4\uc774\ubfb0\uc871\ub9f5\uc2dc\ubc8c \ub4f1 2\uc885), \uc54c \uae30\uc0dd\ubd09, \uae30\uc0dd\ud30c\ub9ac (3\uc885: Tachinidae sp. Lydella sp. Scaphimyia sp) \ub4f1 \uae30\uc0dd\uc131 \ucc9c\uc801\uacfc \uac1c\ubbf8, \uac70\ubbf8, \ud480\uc7a0\uc790\ub9ac \uc720\ucda9, \uc870\ub958 \ub4f1 \ud3ec\uc2dd\uc131 \ucc9c\uc801\uc744 \ubcf4\ud638\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\ubcd1\uc6d0\ubbf8\uc0dd\ubb3c:<\/strong> Beauveria basiana \uade0 \uac10\uc5fc\uc774 \ud655\uc778\ub41c \ubc14 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-emerald-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \uc801\uae30 (\uc720\ucda9 \ub300\uc0c1)<\/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: \uc704\ud0a4\ubc31\uacfc, \uc0b0\ub9bc\uccad, \ud55c\uad6d\uc751\uc6a9\uace4\ucda9\ud559\ud68c, Koreascience \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 (\uc554\/\uc218)',\n                    description: '\uc554\ucef7\uc740 \ubab8\uae38\uc774 7.5~10.5mm, \ub0a0\uac1c\uae38\uc774 \uc57d 15mm. \ubab8\uc740 \uac08\uc0c9\uc5d0\uc11c \ud669\uac08\uc0c9\uc774\uba70, \ub0a0\uac1c\ub294 \ubc18\ud22c\uba85\uc758 \uc5f0\ud55c \uac08\uc0c9\uc774\uace0 \uac00\uc2b4\ub4f1\ucabd\uc5d0 3\uac1c\uc758 \uac80\uc740 \uc810\uc774 \uc788\uc2b5\ub2c8\ub2e4. \uc218\ucef7\uc740 \ubab8\uae38\uc774 6~7mm, \ub0a0\uac1c\uae38\uc774 \uc57d 14mm. \ubab8\uc740 \uac08\uc0c9\uc5d0\uc11c \uc554\uac08\uc0c9\uc785\ub2c8\ub2e4. 1\ud654\uae30\ub294 \uc554\uc218 \uc131\ube44 1:9 \uc815\ub3c4\ub85c \uc218\ucef7\uc774 \uc808\ub300\uc801\uc73c\ub85c \ub9ce\uc9c0\ub9cc 2\ud654\uae30\ub294 \uc554\ucef7\uc774 \uc57d 60%\ub85c \ube44\uc728\uc774 \ub192\uc2b5\ub2c8\ub2e4. \uc131\ucda9\uc758 \uc218\uba85\uc740 4~5\uc77c\uc774\uba70 \uc9c0\uba74\uc5d0\uc11c \uad50\ubbf8(\uc57d 3~5\ubd84 \uc18c\uc694)\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc554\ucef7 7.5~10.5mm, \uc218\ucef7 6~7mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Pachynematus_itoi_adult.jpg'\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ub178\uc219\uc720\ucda9\uc758 \ubab8\uae38\uc774\ub294 14~17mm. \uba38\ub9ac\ub294 \uad11\ud0dd \uc788\ub294 \ud751\uac08\uc0c9\uc774\uace0, \ubab8\ud1b5\uc740 \uae30\ubb38\uc120\uc744 \ub530\ub77c \ud751\uc0c9\uc774\uba70 \ub098\uba38\uc9c0\ub294 \uc5f0\ud55c \ub179\uc0c9\uc785\ub2c8\ub2e4. \uc5b4\ub9b0 \uc720\ucda9\ub4e4\uc740 \ubb49\uccd0\uc11c \uc78e\uc744 \uac09\uc544\uba39\uc5b4 \uac00\uc9c0\ub9cc \uc559\uc0c1\ud558\uac8c \ub0a8\uae30\uae30\ub3c4 \ud569\ub2c8\ub2e4. 1~4\ub839 \uc720\ucda9\uc740 \uad70\uc11c \uc0dd\ud65c\uc744 \ud558\uba70, 5\ub839\ubd80\ud130\ub294 \ubd84\uc0b0\ud558\uc5ec \uc12d\uc2dd\ud569\ub2c8\ub2e4. 2\ub839\uae4c\uc9c0\ub294 \uc5fd\ub9e5\uc744 \ub0a8\uae30\uace0 \uc12d\uc2dd\ud558\uc9c0\ub9cc, 3\ub839\ubd80\ud130\ub294 \uc78e \uae30\ubd80\uae4c\uc9c0 \uc12d\uc2dd\ud558\uc5ec \uc78e \uc804\uccb4\uac00 \uc190\uc0c1\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc2e0\ucd08\ub294 \uac00\ud574\ud558\uc9c0 \uc54a\uace0 \uc9e7\uc740 \uc78e(2\ub144 \uc774\uc0c1 \ub41c \uc78e)\uc744 \uac00\ud574\ud558\ub294 \ud2b9\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc720\ucda9 \uae30\uac04\uc740 \uc57d 20\uc77c\uc785\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ub178\uc219\uc720\ucda9 \uc57d 14~17mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Pachynematus_itoi_larva.jpg'\n                },\n                egg_pupa_cocoon: {\n                    title: '\uc54c \/ \ubc88\ub370\uae30 \/ \uace0\uce58',\n                    description: '\uc54c\uc740 \ud0c0\uc6d0\ud615(\uc7a5\uacbd 1.37mm, \ub2e8\uacbd 0.52mm). \uc0b0\ub780 \ucd08\uae30 \ub2f4\ud669\uc0c9\uc774\ub098 \ubd80\ud654 \uc2dc \ud669\uac08\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \uc54c \uae30\uac04\uc740 8~10\uc77c\uc785\ub2c8\ub2e4. \ubc88\ub370\uae30\ub294 \ubab8\uae38\uc774 8~9mm\uc758 \uc720\ubc31\uc0c9\uc785\ub2c8\ub2e4. \uace0\uce58\ub294 \ud0c0\uc6d0\ud615(\uc7a5\uacbd 8.89mm, \ub2e8\uacbd 3.93mm)\uc73c\ub85c \uac80\ubd89\uc740 \uac08\uc0c9\uc744 \ub760\uba70, \uc9c0\ud45c\uba74\uc758 \ubd80\uc2dd\uce35(3cm \uae4a\uc774)\uc5d0 \ub9cc\ub4e4\uc5b4\uc9d1\ub2c8\ub2e4. \ubc88\ub370\uae30 \uae30\uac04\uc740 \ud3c9\uade0 11.2\uc77c\uc785\ub2c8\ub2e4.',\n                    size: '\uc54c: \uc57d 1.37mm, \ubc88\ub370\uae30: \uc57d 8~9mm, \uace0\uce58: \uc57d 8.89mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Pachynematus_itoi_egg_pupa_cocoon.jpg' \/\/ Placeholder\n                }\n            };\n\n            const damageData = {\n                leaf_feeding: {\n                    title: '\uc78e \uc2dd\ud574 (\ubd80\ubd84\/\uc804\uccb4)',\n                    description: '\uc720\ucda9\uc774 \ub099\uc5fd\uc1a1 \uc78e(\uce68\uc5fd)\uc744 \uac09\uc544\uba39\ub294 \uc2dd\ud574 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4. 2\ub839 \uc720\ucda9\uae4c\uc9c0\ub294 \uc5fd\ub9e5\uc744 \ub0a8\uae30\uace0 \uc12d\uc2dd\ud558\uc9c0\ub9cc, 3\ub839\ubd80\ud130\ub294 \uc78e \uae30\ubd80\uae4c\uc9c0 \uc12d\uc2dd\ud558\uc5ec \uc78e \uc804\uccb4\uac00 \uc190\uc0c1\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 5\ub839\ubd80\ud130\ub294 \ubd84\uc0b0\ud558\uc5ec \uac00\ud574\ud558\uba70 \uc2e0\uc5fd\uc740 \uac00\ud574\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc5b4\ub9b0 \uc720\ucda9\ub4e4\uc774 \ubb49\uccd0\uc11c \uc78e\uc744 \uac09\uc544\uba39\uc5b4 \uac00\uc9c0\ub9cc \uc559\uc0c1\ud558\uac8c \ub0a8\uae30\uae30\ub3c4 \ud569\ub2c8\ub2e4. 3\ub839 \uc720\ucda9\ubd80\ud130\ub294 \ubd84\uc0b0\ud558\uc5ec \uc78e\uc744 \uac00\ud574\ud558\uba70 \uae34 \uc78e\uc744 \uc2dd\ud574\ud558\uc9c0 \uc54a\uace0 \uc9e7\uc740 \uc78e\uc744 \uac00\ud574\ud558\ub294 \ud2b9\uc131\uc744 \uac00\uc9c0\uace0 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/larch_sawfly_leaf_damage.jpg' \n                },\n                shoot_curling: {\n                    title: '\uc0c8\uc21c \ub9d0\ub9bc (\uc0b0\ub780 \ud53c\ud574)',\n                    description: '\uc131\ucda9\uc774 \uc54c\uc744 \ub0b3\uae30 \uc704\ud574 \uc0c8\uc21c\uc5d0 \uc2ac\ub9bf(\ud2c8)\uc744 \ub9cc\ub4e4\uba74\uc11c, \uc774 \ubd80\ubd84\uc774 \uc131\uc7a5\ud558\uba74\uc11c \ub9d0\ub9ac\uac70\ub098 \uc65c\uace1\ub418\ub294 \ud2b9\uc9d5\uc801\uc778 \ud53c\ud574\ub97c \uc720\ubc1c\ud569\ub2c8\ub2e4. \ud53c\ud574\ub97c \uc785\uc740 \uc0c8\uc21c\uc740 \uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70 \uace0\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/larch_sawfly_shoot_curling.jpg' \n                },\n                repeated_defoliation: {\n                    title: '\ubc18\ubcf5 \ud0c8\uc5fd\uc73c\ub85c \uc778\ud55c \uace0\uc0ac',\n                    description: '\ub2e8\uc21c \ud0c8\uc5fd\uc740 \ub099\uc5fd\uc1a1\uc774 \uc0c8\ub85c\uc6b4 \uc78e\uc744 \ub0b4\uc5b4 \ud68c\ubcf5\ud560 \uc218 \uc788\uc9c0\ub9cc, \uc218\ub144\uac04 \ubc18\ubcf5\uc801\uc73c\ub85c \uc2ec\ud55c \ud0c8\uc5fd \ud53c\ud574\ub97c \ubc1b\uc73c\uba74 \ub098\ubb34\uc758 \uc0dd\uc7a5\ub7c9\uc774 \uac10\uc18c\ud558\uace0 \uc218\uc138\uac00 \uc57d\ud574\uc838 \uacb0\uad6d \uace0\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uac74\uac15 \uc0c1\ud0dc\uac00 \uc88b\uc9c0 \uc54a\uc740 \ub098\ubb34\uc5d0\uc11c \uce58\uba85\uc801\uc785\ub2c8\ub2e4. \uad6d\uc9c0\uc801\uc73c\ub85c \ub300\ubc1c\uc0dd\ud558\uc5ec \uc784\ubd84 \uc804\uccb4\uac00 \uc7bf\ube5b\uc73c\ub85c \ubcc0\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/larch_sawfly_repeated_defoliation.jpg' \n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n            const morphologyMainImage = document.getElementById('morphology-main-image');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyMainImage.src = data.image;\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n            updateMorphologyContent('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('leaf_feeding'); \/\/ Initial content for damage section\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4'],\n                    datasets: [{\n                        label: '1\ud654\uae30 \uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 8, 10, 5, 0, 0], \/\/ Peak May-June\n                        backgroundColor: 'rgba(6, 150, 105, 0.6)', \/* emerald-600 *\/\n                        borderColor: 'rgba(6, 150, 105, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '2\ud654\uae30 \uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 0, 8, 10, 5], \/\/ Peak July-August\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: '3\ud654\uae30 \uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 0, 0, 5, 10], \/\/ Peak August-September\n                        backgroundColor: 'rgba(52, 211, 153, 0.6)', \/* emerald-400 *\/\n                        borderColor: 'rgba(52, 211, 153, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (1\ud654\uae30 \uc720\ucda9)',\n                        data: [0, 12, 0, 0, 0, 0], \/\/ May\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 (2\ud654\uae30 \uc720\ucda9)',\n                        data: [0, 0, 0, 12, 0, 0], \/\/ July\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                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (3\ud654\uae30 \uc720\ucda9)',\n                        data: [0, 0, 0, 0, 0, 12], \/\/ September\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(124, 58, 237, 0.2)', \/* violet-600 with transparency *\/\n                        borderColor: 'rgba(124, 58, 237, 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('1\ud654\uae30')) return ` ${context.dataset.label}: 5\uc6d4 \uc911\uc21c`;\n                                        if (context.dataset.label.includes('2\ud654\uae30')) return ` ${context.dataset.label}: 7\uc6d4 \ucd08`;\n                                        if (context.dataset.label.includes('3\ud654\uae30')) return ` ${context.dataset.label}: 8\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: '\ub099\uc5fd\uc1a1\uc78e\ubc8c \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<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"428\" height=\"394\" data-id=\"2504\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg\" alt=\"\" class=\"wp-image-2504\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg 428w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9-300x276.jpg 300w\" sizes=\"auto, (max-width: 428px) 100vw, 428px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"429\" height=\"394\" data-id=\"2505\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc54c.jpg\" alt=\"\" class=\"wp-image-2505\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc54c.jpg 429w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc54c-300x276.jpg 300w\" sizes=\"auto, (max-width: 429px) 100vw, 429px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"162\" data-id=\"2506\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\ub178\uc219\uc720\ucda9.png\" alt=\"\" class=\"wp-image-2506\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"162\" data-id=\"2507\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\ubc88\ub370\uae30.png\" alt=\"\" class=\"wp-image-2507\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"162\" data-id=\"2508\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc131\ucda9.png\" alt=\"\" class=\"wp-image-2508\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"296\" data-id=\"2509\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc131\ucda9.png\" alt=\"\" class=\"wp-image-2509\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc131\ucda9.png 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc131\ucda9-300x197.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"289\" height=\"244\" data-id=\"2510\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.png\" alt=\"\" class=\"wp-image-2510\"\/><\/figure>\n<\/figure>\n","protected":false},"featured_media":2504,"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":[181,182],"pest-category":[95,94],"pest-overwintering":[107],"class_list":["post-2503","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-181","pest-target-182","pest-category-95","pest-category-94","pest-overwintering-pupa"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg",428,394,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9-300x276.jpg",300,276,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg",428,394,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg",428,394,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg",428,394,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ub099\uc5fd\uc1a1\uc78e\ubc8c_\uc720\ucda9.jpg",428,394,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ub099\uc5fd\uc1a1\uc78e\ubc8c \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ub099\uc5fd\uc1a1\uc78e\ubc8c(Pachynematus itoi (Okutani))\uc774\ub780? \ub099\uc5fd\uc1a1\uc78e\ubc8c\uc740 \ubc8c\ubaa9 \uc78e\ubc8c\uacfc(Tenthredinidae)\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc73c\ub85c, \uc774\uc804\uc5d0\ub294 \ub099\uc5fd\uc1a1\ud14c\ub450\ub9ac\uc78e\ubc8c\uc774\ub77c [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2503","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\/2504"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2503"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2503"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2503"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}