{"id":3538,"date":"2025-07-05T14:07:27","date_gmt":"2025-07-05T14:07:27","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3538"},"modified":"2025-07-06T11:24:48","modified_gmt":"2025-07-06T11:24:48","slug":"%ec%b6%94%ea%b0%80-%ed%85%8c%ec%8a%a4%ed%8a%b8","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%b6%94%ea%b0%80-%ed%85%8c%ec%8a%a4%ed%8a%b8","title":{"rendered":"\ub9e4\ubbf8\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>\ub9e4\ubbf8\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: Earthy Browns & Yellows -->\n    <!-- Application Structure Plan: The SPA for Gypsy Moth 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 single-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 male\/female, Larva, Egg) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc131\ucda9 (\uc554\/\uc218)', '\uc720\ucda9', '\uc54c (\ub09c\uad34)' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Textual descriptions of distinctive adult sexual dimorphism, larval appearance (tubercles, hairs), and egg mass are crucial for identification. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Leaf defoliation - complete, aesthetic damage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uc78e \uc2dd\ud574 (\ub300\ub7c9 \uc12d\uc2dd)', '\uc2ec\ud55c \ud0c8\uc5fd \ubc0f \ubbf8\uad00 \uc190\uc0c1' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Clear textual differentiation of defoliation severity and aesthetic impact is vital for accurate diagnosis. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Egg overwintering, 1 generation\/year, specific timings for egg hatch, larval feeding\/dispersal, pupation, adult emergence, egg laying) -> 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 is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting young larvae in spring\/early summer, adult pheromone trapping) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary windows for chemical intervention (targeting larvae) and pheromone trapping (targeting males), 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            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .nav-btn.active {\n            background-color: #44403c !important; \/* stone-800 *\/\n            color: #f5f5f5 !important; \/* stone-100 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #78716c; \/* stone-600 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: none !important;\n            box-shadow: none !important;\n            border: none !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto\"> \n        \n        <header class=\"text-center\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-between bg-gray-200 mb-8\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-2 px-4 text-gray-700 hover:bg-stone-300\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-2\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ub9e4\ubbf8\ub098\ubc29 (<i>Lymantria dispar<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ub9e4\ubbf8\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \ub3c5\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc73c\ub85c, \uc218\ubaa9, \uacfc\uc218 \ub4f1 \ub300\ubd80\ubd84\uc758 \ud65c\uc5fd\uc218\uc640 \uc77c\ubd80 \uce68\uc5fd\uc218\uc758 \uc78e\uc744 \uac09\uc544\uba39\ub294 \uc2dd\uc5fd\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9 1\ub9c8\ub9ac\uac00 1\uc138\ub300 \ub3d9\uc548 \uc218\ucef7\uc740 700~1,100cm\u00b2, \uc554\ucef7\uc740 1,100~1,800cm\u00b2\uc758 \ucc38\ub098\ubb34 \uc78e\uc744 \uc12d\uc2dd\ud560 \uc815\ub3c4\ub85c \uc2dd\ud574\ub7c9\uc774 \ub9ce\uc544 \ub300\ubc1c\uc0dd \uc2dc \uc0b0\ub9bc\uc5d0 \ubbf8\uce58\ub294 \ud53c\ud574\uac00 \ub9e4\uc6b0 \ud07d\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> \ub098\ubb34\uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \uc0b0\ub780\ub41c \uc54c\ub369\uc5b4\ub9ac(\ub09c\uad34) \uc0c1\ud0dc\ub85c \uc6d4\ub3d9 (\uc57d 9\uac1c\uc6d4)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c \ubc1c\uc0dd (\ud55c\uad6d\uc5d0\uc11c\ub294 \uac1c\uccb4\uad70 \ubc1c\uc0dd \ud6c4 \ubb34\ud574\uae30\uae4c\uc9c0 2~3\ub144 \uc774\ub0b4\ub85c \uc9e7\uc740 \ud3b8)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-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, \ub7ec\uc2dc\uc544, \uc720\ub7fd, \ubd81\ubbf8 \ub4f1 \uc804 \uc138\uacc4\uc801\uc73c\ub85c \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\ub290\ud2f0\ub098\ubb34, \ubc24\ub098\ubb34, \uc0ac\uacfc\ub098\ubb34, \ubc30\ub098\ubb34, \uac10\ub098\ubb34, \ud3ec\ub3c4\ub098\ubb34, \ucc38\ub098\ubb34\ub958, \ud3ec\ud50c\ub7ec\ub958, \ud638\ub450\ub098\ubb34, \ub300\ucd94\ub098\ubb34, \uc624\ub9ac\ub098\ubb34, \ubc84\ub4dc\ub098\ubb34\ub958, \uc7a5\ubbf8, \ubc9a\ub098\ubb34\ub958, \uc0b0\ub3cc\ubc30, \uade4\ub958, \uc790\uc791\ub098\ubb34<\/strong> \ub4f1 100\uc5ec \uc885 \uc774\uc0c1\uc758 \ud65c\uc5fd\uc218\uc785\ub2c8\ub2e4. \ucd5c\uadfc \ubc9a\ub098\ubb34 \uac00\ub85c\uc218\uc5d0\uc11c \ub300\ubc1c\uc0dd\ud558\ub294 \uacbd\uc6b0\uac00 \ubcf4\uace0\ub418\uae30\ub3c4 \ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700\">\ubbf8\uad6d\uc5d0\uc11c\ub294 \uc720\ub7fd\uc73c\ub85c\ubd80\ud130 \uc720\uc785\ub418\uc5b4 \uc0b0\ub9bc\uc5d0 \ud070 \ud53c\ud574\ub97c \uc785\ud788\uace0 \uc788\uc73c\uba70, \uc544\uc2dc\uc544 \uacc4\ud1b5\uc758 \uc554\ucef7 \ub9e4\ubbf8\ub098\ubc29\uc740 \ubd84\uc0b0 \ub2a5\ub825\uc774 \ub192\uc544 \uac80\uc5ed\uc5d0 \uc788\uc5b4 \uc8fc\uc694 \uc774\uc288\uac00 \ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/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\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ub9e4\ubbf8\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub9e4\ubbf8\ub098\ubc29\uc740 \uc554\uc218 \uc131\ucda9\uc758 \ud06c\uae30\uc640 \uc0c9\uae54\uc774 \uc804\ud600 \ub2e4\ub974\uba70, \uc720\ucda9\uc740 \ubab8\uc5d0 \ub3c5\ud2b9\ud55c \ub3cc\uae30\uc640 \ud138\uc744 \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 flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc131\ucda9 (\uc554\/\uc218)<\/button>\n                        <button data-type=\"larva\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc720\ucda9<\/button>\n                        <button data-type=\"egg_mass\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc54c (\ub09c\uad34)<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-stone-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ub9e4\ubbf8\ub098\ubc29\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub9e4\ubbf8\ub098\ubc29\uc740 \uc720\ucda9\uc774 \uc78e\uc744 \ub300\ub7c9\uc73c\ub85c \uac09\uc544\uba39\uc5b4 \ub098\ubb34\uc5d0 \uc2ec\uac01\ud55c \ud0c8\uc5fd \ud53c\ud574\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=\"leaf_defoliation\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \uc2dd\ud574 (\ub300\ub7c9 \uc12d\uc2dd)<\/button>\n                        <button data-damage-type=\"severe_defoliation_aesthetic\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc2ec\ud55c \ud0c8\uc5fd \ubc0f \ubbf8\uad00 \uc190\uc0c1<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-stone-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ub9e4\ubbf8\ub098\ubc29\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub9e4\ubbf8\ub098\ubc29\uc740 1\ub144\uc5d0 1\uc138\ub300\ub9cc \ubc1c\uc0dd\ud558\uba70, \uc54c\ub369\uc5b4\ub9ac \uc0c1\ud0dc\ub85c \ub098\ubb34\uc904\uae30\ub098 \uac00\uc9c0\uc5d0\uc11c \uc6d4\ub3d9\ud569\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\uc54c\ub369\uc5b4\ub9ac)<\/p><p class=\"text-sm\">\ub098\ubb34\uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \uc0b0\ub780\ub41c \uc54c\ub369\uc5b4\ub9ac \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4 (\uc57d 9\uac1c\uc6d4)<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100\">\n                            <p class=\"font-semibold\">2. \uc720\ucda9 \ubd80\ud654 \ubc0f \ubd84\uc0b0 (4\uc6d4 \uc911\uc21c)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc720\ucda9\uc774 4~5\uc77c\uac04 \ub09c\uad34 \uc8fc\uc704\uc5d0 \uba38\ubb3c\ub2e4\uac00 \uac70\ubbf8\uc904\uc5d0 \ub9e4\ub2ec\ub824 \ubc14\ub78c\uc5d0 \uc758\ud574 \ubd84\uc0b0<\/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\">\n                            <p class=\"font-semibold\">3. \uc720\ucda9 \uac00\ud574 (\uc57d 2\uac1c\uc6d4)<\/p><p class=\"text-sm\">\uc720\ucda9\uc774 \ud65c\uc5fd\uc218\uc640 \uce68\uc5fd\uc218 \uc78e\uc744 \uac09\uc544\uba39\uc73c\uba70 \uc131\uc7a5 (\ub0ae\uc5d0\ub294 \uc904\uae30\uc5d0 \uc7a0\ubcf5, \uc57c\uac04 \ud65c\ub3d9. \uace0\ubc00\ub3c4 \uc2dc \ub0ae\uc5d0\ub3c4 \ud65c\ub3d9)<\/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\">\n                            <p class=\"font-semibold\">4. \ubc88\ub370\uae30\ud654 (6\uc6d4 \uc911\uc21c ~ 7\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\ub2e4 \uc790\ub780 \uc720\ucda9\uc774 \ub098\ubb47\uc78e\uc744 \ub9d0\uace0 \uadf8 \uc18d\uc5d0\uc11c \uace0\uce58\ub97c \ub9cc\ub4e4\uc5b4 \ubc88\ub370\uae30\uac00 \ub428 (\ubc88\ub370\uae30 \uae30\uac04 \uc57d 2\uc8fc)<\/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\">\n                            <p class=\"font-semibold\">5. \uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780 (7\uc6d4 \uc0c1\uc21c ~ 8\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\ubc88\ub370\uae30\uc5d0\uc11c \uc131\ucda9\uc774 \uc6b0\ud654 (\uc218\uba85 \uc57d 7~8\uc77c). \uc554\ucef7\uc774 \uad50\ubbf8 \ud6c4 \uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \uc54c\ub369\uc5b4\ub9ac \uc0b0\ub780<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"p-6 bg-white mt-6\">\n                        <h3 class=\"text-xl font-semibold text-stone-800 mb-3\">\uac1c\uccb4\uad70 \ubcc0\ud654 \uc591\uc0c1<\/h3>\n                        <p class=\"text-gray-700\">\ud55c\uad6d\uc5d0\uc11c\ub294 \ub9e4\ubbf8\ub098\ubc29 \ubc1c\uc0dd\uc73c\ub85c \uc778\ud55c \ud53c\ud574 \uae30\uac04\uc774 \ube44\uad50\uc801 \uc9e7\uc73c\uba70, \uac1c\uccb4\uad70 \uc99d\uac00 \uc774\ud6c4 \ubb34\ud574\uae30 \uc218\uc900\uc73c\ub85c \ubc00\ub3c4\uac00 \ub0ae\uc544\uc9c0\uae30\uae4c\uc9c0\uc758 \uae30\uac04\uc740 2~3\ub144 \uc774\ub0b4\ub85c \uc9e7\uc740 \ud3b8\uc785\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc81c\ud55c\uc801\uc778 \ubc1c\uc0dd\uc740 \uae30\uc0dd\uc131 \ucc9c\uc801\uc744 \ud3ec\ud568\ud55c \uc5ec\ub7ec \uc0dd\ubb3c\uc801 \uc694\uc778\uacfc \ube44\uc0dd\ubb3c\uc801 \uc694\uc778\uc5d0 \uc758\ud55c \uac83\uc73c\ub85c \ucd94\uc815\ub429\ub2c8\ub2e4.<\/p>\n                        <p class=\"text-gray-700 mt-2\">\uc720\ucda9\uc758 \ubc00\ub3c4\ub294 \ub09c\uad34 \ubc00\ub3c4 \ubc0f \uc2dd\ubb3c \ud53c\ud574 \uc815\ub3c4\uc640 \uc77c\uce58\ud558\uba70, \uc720\ucda9 \ubd84\uc0b0\uc774 \uc8fc\ub85c \uc0b0\ub780 \uc9c0\uc5ed \ub0b4\uc5d0\uc11c \uc774\ub8e8\uc5b4\uc9c0\ub294 \uacbd\ud5a5\uc744 \ubcf4\uc785\ub2c8\ub2e4. \ub192\uc740 \ubc00\ub3c4 \uc870\uac74\uc5d0\uc11c\ub294 \uc720\ucda9\uc758 \ubc1c\uc0dd \uc18d\ub3c4\uac00 \ub354 \ube60\ub974\uba70, \ub0ae\uc5d0\ub3c4 \uc12d\uc2dd \ud65c\ub3d9\uc744 \ud569\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ub9e4\ubbf8\ub098\ubc29 \ubc29\uc81c\ub294 \uc720\ucda9\uc758 \ud65c\ub3d9 \uc2dc\uae30\uc640 \uc54c\ub369\uc5b4\ub9ac \uc81c\uac70\uc5d0 \uc9d1\uc911\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ud2b9\ud788 \ub300\ubc1c\uc0dd \uc2dc\uc5d0\ub294 \ucd08\uae30 \ubc29\uc81c\uac00 \ud575\uc2ec\uc785\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-blue-50\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc54c\ub369\uc5b4\ub9ac \uc81c\uac70:<\/strong> \uac00\uc744(\uc0b0\ub780 \ud6c4)\ubd80\ud130 \uc774\ub978 \ubd04(\ubd80\ud654 \uc804) \uc6d4\ub3d9\ud558\ub294 \uc54c\ub369\uc5b4\ub9ac\ub97c \ucc3e\uc544 \uae01\uc5b4\ub0b4\uac70\ub098 \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc720\ucda9 \ud3ec\uc0b4:<\/strong> \uc5b4\ub9b0 \uc720\ucda9\uc774 \uc9d1\ub2e8\uc73c\ub85c \ubaa8\uc5ec \uac00\ud574\ud560 \ub54c \uc9c1\uc811 \uc7a1\uc544 \uc8fd\uc774\uac70\ub098 \ud53c\ud574 \uc78e\uc744 \uc81c\uac70\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-green-50\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c (\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> \uc720\ucda9 \ubc1c\uc0dd \uc2dc\uae30(\ud2b9\ud788 3~4\ub839 \uc720\ucda9 \uc2dc\uae30)\uc5d0 \ub4f1\ub85d\ub41c \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong>\n                                     <ul class=\"list-disc list-inside text-gray-700 pl-4 mt-1\">\n                                         <li>\ube44\ud2f0\ucfe0\ub974\uc2a4\ud0c0\ud0a4 \uc218\ud654\uc81c 1,000\ubc30\uc561 (\uce5c\ud658\uacbd)<\/li>\n                                         <li>\ub514\ud50c\ub8e8\ubca4\uc8fc\ub860 \uc218\ud654\uc81c 2,500\ubc30\uc561 (\uace4\ucda9\uc0dd\uc7a5\uc870\uc808\uc81c)<\/li>\n                                         <li>\ud2f0\uc544\ud074\ub85c\ud504\ub9ac\ub4dc \uc561\uc0c1\uc218\ud654\uc81c 1,000\ubc30\uc561<\/li>\n                                         <li>\uba54\ud0c0\ud50c\ub8e8\ubbf8\uc874 \uc561\uc0c1\uc218\ud654\uc81c 2,000\ubc30\uc561<\/li>\n                                         <li>\uc5d0\ud1a0\ud39c\ud504\ub85d\uc2a4 \uc720\uc81c 1,000\ubc30\uc561<\/li>\n                                         <li>\ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c 1,000\ubc30\uc561<\/li>\n                                     <\/ul>\n                                 <\/li>\n                                 <li><strong>\ub098\ubb34\uc8fc\uc0ac:<\/strong> \uc218\uc138\uac00 \uc57d\ud558\uac70\ub098 \ud53c\ud574\uac00 \uc2ec\ud55c \ub098\ubb34\uc5d0 \uc774\ubbf8\ub2e4\ud074\ub85c\ud504\ub9ac\ub4dc \ubd84\uc0b0\uc131\uc561\uc81c \ub4f1\uc744 \uc218\uac04\uc8fc\uc0ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\ud56d\uacf5 \uc0b4\ud3ec:<\/strong> \ub300\uba74\uc801 \ubc1c\uc0dd \uc784\uc9c0\uc5d0\ub294 \uace4\ucda9\ubcd1\uc6d0\ubbf8\uc0dd\ubb3c(\ubc14\uc774\ub7ec\uc2a4) \ub610\ub294 \uace4\ucda9\uc0dd\uc7a5\uc870\uc808\uc81c \ub4f1\uc744 \ud56d\uacf5 \uc0b4\ud3ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc815\ubcf4 \ud655\uc778:<\/strong> \ub18d\uc57d\uc548\uc804\uc815\ubcf4\uc2dc\uc2a4\ud15c(psis.rda.go.kr)\uc5d0\uc11c \uae30\uc8fc\uc2dd\ubb3c \ubc0f \ub9e4\ubbf8\ub098\ubc29\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 bg-yellow-50\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \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> \uae30\uc0dd\uc131 \ucc9c\uc801(\ubb34\ub2ac\uc218\uc911\ub2e4\ub9ac\uc880\ubc8c, \uae34\ub4f1\uae30\uc0dd\ud30c\ub9ac, \ub098\ubc29\uc0b4\uc774\ub0a9\uc791\ub9f5\uc2dc\ubc8c, \uc1a1\ucda9\uc54c\ubc8c \ub4f1)\uacfc \ud3ec\uc2dd\uc131 \ucc9c\uc801(\ud480\uc0c9\ub531\uc815\ubc8c\ub808, \uac80\uc815\uba85\uc8fc\ub531\uc815\ubc8c\ub808, \uccad\ub178\ub9b0\uc7ac, \uac70\ubbf8\ub958, \uc870\ub958 \ub4f1)\uc744 \ubcf4\ud638\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/li>\n                                <li><strong>\ud398\ub85c\ubaac \ud2b8\ub7a9:<\/strong> \uc131\ud398\ub85c\ubaac(Disparlure)\uc744 \uc774\uc6a9\ud55c \ud2b8\ub7a9\uc744 \uc124\uce58\ud558\uc5ec \uc218\ucef7 \uc131\ucda9\uc744 \uc720\uc778 \ud3ec\ud68d\ud568\uc73c\ub85c\uc368 \ub2e4\uc74c \uc138\ub300\uc758 \ubc00\ub3c4\ub97c \uc608\uce21\ud558\uace0 \ubc00\ub3c4 \uc870\uc808\uc5d0 \uae30\uc5ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white\">\n                    <h3 class=\"text-xl font-semibold text-stone-800 mb-4 text-center\">\uc6d4\ubcc4 \ud65c\ub3d9 \ubc0f \ubc29\uc81c \uc2dc\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-8 pt-4 border-t border-gray-200 mb-8\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc0b0\ub9bc\uccad, \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0, \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/p>\n            <p class=\"text-sm text-gray-500 mt-1\">\u203b \ubcf8 \uc790\ub8cc\ub294 \uad50\uc721 \ubc0f \uc815\ubcf4 \uc81c\uacf5 \ubaa9\uc801\uc73c\ub85c \uc81c\uc791\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uad00\ub828 \uae30\uad00\uc5d0 \ubb38\uc758\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4.<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\n\n            const morphologyData = {\n                adult: {\n                    title: '\uc131\ucda9 (\uc554\/\uc218)',\n                    description: '<strong>\uc218\ucef7 \uc131\ucda9:<\/strong> \ubab8\uae38\uc774 17~21mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 41~54mm. \ubab8\uacfc \ub0a0\uac1c\ub294 \uc554\uac08\uc0c9\uc774\uace0 \ub0a0\uac1c \uc704\uc5d0 \uad6c\ubd80\ub7ec\uc9c4 \uac80\uc740 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ub354\ub4ec\uc774\ub294 \uc2e4 \ubaa8\uc591\uc758 \uac80\uc740\uc0c9\uc785\ub2c8\ub2e4. <strong>\uc554\ucef7 \uc131\ucda9:<\/strong> \ubab8\uae38\uc774 20~40mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 78~93mm \uc815\ub3c4\uc774\uace0 \uc804\uccb4\uc801\uc73c\ub85c \ud68c\ubc31\uc0c9\uc785\ub2c8\ub2e4. \ubab8\uc774 \ubb34\uac70\uc6cc \uba40\ub9ac \ub0a0\uc9c0 \ubabb\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \ub2e4\ub9ac\uc5d0\ub294 \uac80\uc740\uc0c9\uc758 \ud6a1\ub300\uac00 4\uac1c \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc218\ucef7 \uc57d 17~21mm, \uc554\ucef7 \uc57d 20~40mm',\n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ub2e4 \uc790\ub780 \uc720\ucda9\uc758 \ubab8\uae38\uc774\ub294 55mm \uc815\ub3c4\uc785\ub2c8\ub2e4. \uba38\ub9ac\ub294 \uc5b4\ub9b4 \ub54c\ub294 \uac80\uc740\uc0c9\uc774\uc9c0\ub9cc \uc790\ub77c\uba74\uc11c \ud669\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70 \ud314(\u516b)\uc790\ud615 \ubb34\ub2ac\uac00 \uc0dd\uae41\ub2c8\ub2e4. \ub4f1 \uc704 \uc55e\ucabd\uc758 \ub3cc\uae30\ub294 \uc554\uccad\uc0c9\uc774\uace0 \ub4a4\ucabd\uc758 \ub3cc\uae30\ub294 \uc554\uc801\uc0c9\uc778\ub370, \uac01 \ub3cc\uae30\uc5d0\ub294 \uac80\uc740 \uae34 \ud138\uc774 \ub9ce\uc774 \ub098 \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc57d 55mm (\ub178\uc219 \uc720\ucda9)',\n                },\n                egg_mass: {\n                    title: '\uc54c (\ub09c\uad34)',\n                    description: '\ub465\uadfc\ud615\uc73c\ub85c \uc9c1\uacbd \uc57d 1.7mm\uc785\ub2c8\ub2e4. \uc554\ucef7\uc774 \uc904\uae30 \ub610\ub294 \uac00\uc9c0\uc5d0 \ubb34\ub354\uae30\ub85c \uc0b0\ub780\ud558\uba70, \ub09c\uad34\ub2f9 \ud3c9\uade0 500\uac1c\uc758 \uc54c\uc774 \uc131\ucda9\uc758 \uccb4\ubaa8\ub85c \ub36e\uc5ec \uc788\uc2b5\ub2c8\ub2e4. \uc0b0\ub780\uc740 \uc8fc\ub85c \uc9c0\uc0c1 1~6m \ub192\uc774\uc758 \uc218\uac04\uc5d0 80% \uc815\ub3c4 \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc9c1\uacbd \uc57d 1.7mm (\uc54c)',\n                }\n            };\n\n            const damageData = {\n                leaf_defoliation: {\n                    title: '\uc78e \uc2dd\ud574 (\ub300\ub7c9 \uc12d\uc2dd)',\n                    description: '\uc720\ucda9\uc774 \ud65c\uc5fd\uc218\uc640 \uc77c\ubd80 \uce68\uc5fd\uc218\uc758 \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc720\ucda9 1\ub9c8\ub9ac\uac00 1\uc138\ub300 \ub3d9\uc548 \uc218\ucef7\uc740 700~1,100cm\u00b2, \uc554\ucef7\uc740 1,100~1,800cm\u00b2\uc758 \ucc38\ub098\ubb34 \uc78e\uc744 \uc12d\uc2dd\ud560 \uc815\ub3c4\ub85c \uc2dd\ud574\ub7c9\uc774 \ub9ce\uc2b5\ub2c8\ub2e4. \uc720\ucda9\uc740 \ub0ae\uc5d0\ub294 \uc904\uae30\uc5d0 \uc7a0\ubcf5\ud574 \uc788\ub2e4\uac00 \uc57c\uac04\uc5d0 \ud65c\ub3d9\ud558\uba70 \uc78e\uc744 \uac00\ud574\ud558\ub294\ub370, \uc9c0\uc5ed\uc5d0 \ub530\ub77c \ub3cc\ubc1c\uc801\uc73c\ub85c \ub300\ubc1c\uc0dd\ud558\ub294 \uacbd\uc6b0\uac00 \uc788\uc2b5\ub2c8\ub2e4.',\n                },\n                severe_defoliation_aesthetic: {\n                    title: '\uc2ec\ud55c \ud0c8\uc5fd \ubc0f \ubbf8\uad00 \uc190\uc0c1',\n                    description: '\ub300\ubc1c\uc0dd \uc2dc \uc0b0\ub9bc\uc5d0 \uc2ec\uac01\ud55c \ud0c8\uc5fd \ud53c\ud574\ub97c \uc720\ubc1c\ud558\uc5ec \ub098\ubb34\uac00 \uc559\uc0c1\ud558\uac8c \ub0a8\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc0b0\ub9bc\uc758 \uac74\uac15\uc131\uc744 \ud06c\uac8c \uc800\ud574\ud558\uace0, \uac00\ub85c\uc218\ub098 \uc870\uacbd\uc218\uc758 \ubbf8\uad00\uc744 \uc2ec\ud558\uac8c \uc190\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4. \ud53c\ud574\uac00 \uc2ec\ud588\ub358 \uc9c0\uc5ed\uc5d0\uc11c\ub294 \ub098\ubb34\uac00 \ud5d0\ubc97\uac8c \ub418\ub294 \ud604\uc0c1\uc774 \ub098\ud0c0\ub0a9\ub2c8\ub2e4.',\n                }\n            };\n            \n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n            }\n\n            \/\/ Initial content for morphology section\n            updateMorphologyContent('adult'); \n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\n\n            \/\/ Damage section logic\n            const damageTypeButtons = document.querySelectorAll('#damage .damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n            }\n\n            \/\/ Initial content for damage section\n            updateDamageContent('leaf_defoliation');\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['1\uc6d4', '2\uc6d4', '3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4', '12\uc6d4'],\n                    datasets: [{\n                        label: '\uc720\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 0, 5, 10, 8, 5, 2, 0, 0, 0, 0], \/\/ Peak May-June\n                        backgroundColor: 'rgba(120, 113, 108, 0.6)', \/* stone-500 *\/\n                        borderColor: 'rgba(120, 113, 108, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc131\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 0, 0, 0, 0, 10, 8, 5, 2, 0, 0, 0], \/\/ Peak July-August\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: '\ud654\ud559\uc801 \ubc29\uc81c (\uc720\ucda9 \ub300\uc0c1)',\n                        data: [0, 0, 0, 12, 12, 12, 0, 0, 0, 0, 0, 0], \/\/ April-June\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: '\ubb3c\ub9ac\uc801 \ubc29\uc81c (\uc54c\ub369\uc5b4\ub9ac)',\n                        data: [12, 12, 12, 0, 0, 0, 0, 0, 0, 0, 12, 12], \/\/ Nov-April\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('\ud654\ud559\uc801 \ubc29\uc81c')) return ` ${context.dataset.label}: 4\uc6d4 ~ 6\uc6d4`;\n                                    if (context.dataset.label.includes('\ubb3c\ub9ac\uc801 \ubc29\uc81c')) return ` ${context.dataset.label}: 11\uc6d4 ~ 4\uc6d4`;\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ub9e4\ubbf8\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\n<p><\/p>\n","protected":false},"featured_media":3625,"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":[112,332,208,310,136,148,192,188,175,331,174,127,141,178,149,193,313],"pest-category":[95,94],"pest-overwintering":[107],"class_list":["post-3538","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-112","pest-target-332","pest-target-208","pest-target-310","pest-target-136","pest-target-148","pest-target-192","pest-target-188","pest-target-175","pest-target-331","pest-target-174","pest-target-127","pest-target-141","pest-target-178","pest-target-149","pest-target-193","pest-target-313","pest-category-95","pest-category-94","pest-overwintering-pupa"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29.jpg",341,284,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29-300x250.jpg",300,250,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29.jpg",341,284,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29.jpg",341,284,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29.jpg",341,284,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\ub9e4\ubbf8\ub098\ubc29.jpg",341,284,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ub9e4\ubbf8\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ub9e4\ubbf8\ub098\ubc29 (Lymantria dispar)\uc774\ub780? \ub9e4\ubbf8\ub098\ubc29\uc740 \ub098\ube44\ubaa9 \ub3c5\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc73c\ub85c, \uc218\ubaa9, \uacfc\uc218 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3538","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\/3625"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3538"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3538"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3538"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}