{"id":4021,"date":"2025-11-04T10:47:59","date_gmt":"2025-11-04T10:47:59","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=4021"},"modified":"2025-11-04T10:48:00","modified_gmt":"2025-11-04T10:48:00","slug":"%ed%9a%8c%ec%96%91%eb%aa%a9%eb%aa%85%eb%82%98%eb%b0%a9","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%9a%8c%ec%96%91%eb%aa%a9%eb%aa%85%eb%82%98%eb%b0%a9","title":{"rendered":"\ud68c\uc591\ubaa9\uba85\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>\ud68c\uc591\ubaa9\uba85\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    <!-- \n      Chosen Palette: Emerald Green (Box Tree) & Yellow\/Green (Larva)\n      Application Structure Plan: \n      - A 5-tab SPA structure ('\uac1c\uc694', '\ud615\ud0dc', '\ud53c\ud574 \uc99d\uc0c1', '\uc0dd\ud65c\uc0ac', '\ubc29\uc81c \ubc29\ubc95') based on the user-provided HTML templates.\n      - '\uac1c\uc694' provides a summary of the pest.\n      - '\ud615\ud0dc' uses interactive buttons to describe the 4 stages (Egg, Larva, Pupa, Adult).\n      - '\ud53c\ud574 \uc99d\uc0c1' uses interactive buttons to detail symptoms from initial webbing to severe defoliation.\n      - '\uc0dd\ud65c\uc0ac' features a vertical flowchart (HTML\/CSS) illustrating the 2-3 generation lifecycle.\n      - '\ubc29\uc81c \ubc29\ubc95' details cultural, biological (BTK), and chemical controls, referencing the pesticide PDF as requested, and includes a Chart.js visualization for optimal timing.\n      - All styling is via Tailwind CSS classes for easy embedding in WordPress.\n      - NO SVG graphics or Mermaid JS used.\n    -->\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; \/* Mobile height *\/\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px; \/* Desktop height *\/\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            \/* Using a box-tree-green palette *\/\n            background-color: #f0fdf4; \/* green-50 *\/\n            color: #166534; \/* green-800 *\/\n        }\n        .nav-btn.active {\n            background-color: #166534 !important; \/* green-800 *\/\n            color: #f0fdf4 !important; \/* green-50 *\/\n            font-weight: 700;\n        }\n        .nav-btn:hover:not(.active) {\n            background-color: #dcfce7; \/* green-100 *\/\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        \/* Using a light green\/yellow palette for interactive buttons *\/\n        .stage-btn, .damage-btn {\n            border-radius: 0 !important;\n            box-shadow: none !important;\n            border: none !important;\n            background-color: #f0fdfa; \/* teal-50 *\/\n            color: #134e4a; \/* teal-800 *\/\n            transition: all 0.3s ease;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #2dd4bf; \/* teal-400 *\/\n            color: #134e4a; \/* teal-900 *\/\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .stage-btn:hover:not(.active), .damage-btn:hover:not(.active) {\n             background-color: #ccfbf1; \/* teal-100 *\/\n        }\n        .nav-btn:focus,\n        .stage-btn:focus,\n        .damage-btn:focus {\n            outline: 2px solid transparent;\n            outline-offset: 2px;\n            box-shadow: none !important;\n            border: none !important;\n        }\n        \/* Flowchart styles *\/\n        .flowchart-step {\n            position: relative;\n            padding: 1rem;\n            border-radius: 0.375rem; \/* rounded-md *\/\n        }\n        .flowchart-step:not(:last-child) {\n            margin-bottom: 2rem;\n        }\n        .flowchart-step:not(:last-child)::after {\n            content: '\u2193';\n            position: absolute;\n            bottom: -2rem;\n            left: 50%;\n            transform: translateX(-50%);\n            font-size: 1.5rem; \/* text-2xl *\/\n            color: #9ca3af; \/* gray-400 *\/\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto max-w-4xl\"> \n\n        <nav class=\"flex flex-wrap justify-center bg-gray-200 mb-8 shadow-md\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 text-center py-3 px-4 text-sm md:text-base\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 text-center py-3 px-4 text-sm md:text-base\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\" class=\"p-2 md:p-4\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud68c\uc591\ubaa9\uba85\ub098\ubc29 (<i>Glyphodes perspectalis<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud68c\uc591\ubaa9\uba85\ub098\ubc29\uc740 \ud68c\uc591\ubaa9\uc5d0 \uac00\uc7a5 \ud070 \ud53c\ud574\ub97c \uc8fc\ub294 \uc8fc\uc694 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc720\ucda9(\uc560\ubc8c\ub808)\uc774 \uac70\ubbf8\uc904\uc744 \ud1a0\ud558\uc5ec \uc78e\uc774\ub098 \uc791\uc740 \uac00\uc9c0\ub97c \ubb36\uace0, \uadf8 \uc18d\uc5d0\uc11c \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <p class=\"text-gray-700 leading-relaxed mt-2\">\n                        \uad00\uc0c1\uc218\ub098 \uc6b8\ud0c0\ub9ac\ub85c \uc2dd\uc7ac\ub41c \ud68c\uc591\ubaa9\uc5d0 \ub3cc\ubc1c\uc801\uc73c\ub85c \ub300\ubc1c\uc0dd\ud558\uc5ec \uc78e\uc744 \ubaa8\uc870\ub9ac \uc2dd\ud574\ud558\uba70, \ud53c\ud574\uac00 \uc2ec\ud560 \uacbd\uc6b0 \ub098\ubb34\uac00 \uace0\uc0ac\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                    <ul class=\"list-disc list-inside text-gray-700 mt-4 space-y-2\">\n                        <li><strong>\uc8fc\uc694 \uae30\uc8fc:<\/strong> \ud68c\uc591\ubaa9<\/li>\n                        <li><strong>\ubd84\ud3ec:<\/strong> \ud55c\uad6d, \uc77c\ubcf8, \uc911\uad6d, \uc778\ub3c4 \ub4f1 \uc544\uc2dc\uc544 \uad6d\uac00<\/li>\n                        <li><strong>\uc6d4\ub3d9 \ud615\ud0dc:<\/strong> \uc720\ucda9 (\uac70\ubbf8\uc904\ub85c \ubb36\uc740 \uc78e \uc18d)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 2~3\ud68c (\uc11c\uc6b8 \uae30\uc900 2\ud68c, \ub0a8\ubd80\uc9c0\ubc29 3\ud68c \uac00\ub2a5)<\/li>\n                    <\/ul>\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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud68c\uc591\ubaa9\uba85\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc54c, \uc720\ucda9, \ubc88\ub370\uae30, \uc131\ucda9\uc758 \uac01 \ub2e8\uacc4\ub97c \uac70\uce58\ub294 \uc644\uc804\ubcc0\ud0dc \ud574\ucda9\uc785\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 font-semibold transition-transform duration-200\">\uc131\ucda9 (\ub098\ubc29)<\/button>\n                        <button data-type=\"larva\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\uc720\ucda9 (\uc560\ubc8c\ub808)<\/button>\n                        <button data-type=\"egg\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\uc54c<\/button>\n                        <button data-type=\"pupa\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\ubc88\ub370\uae30<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"p-4 bg-gray-50 rounded\">\n                        <div id=\"morphology-text\" class=\"w-full\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-teal-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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud53c\ud574\ub294 \uc720\ucda9(\uc560\ubc8c\ub808)\uc5d0 \uc758\ud574\uc11c\ub9cc \ubc1c\uc0dd\ud558\uba70, \ucd08\uae30 \ubc1c\uacac\uc774 \uc911\uc694\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=\"initial\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\ucd08\uae30 \ud53c\ud574 (\uc5b4\ub9b0 \uc720\ucda9)<\/button>\n                        <button data-damage-type=\"mid\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\uc911\uae30 \ud53c\ud574 (\uc131\uc219 \uc720\ucda9)<\/button>\n                        <button data-damage-type=\"severe\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 font-semibold transition-transform duration-200\">\ud6c4\uae30 \ud53c\ud574 (\ubc00\ub3c4 \ub192\uc744 \uc2dc)<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"p-4 bg-gray-50 rounded\">\n                        <div id=\"damage-text\" class=\"w-full\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-teal-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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud68c\uc591\ubaa9\uba85\ub098\ubc29 \uc0dd\ud65c\uc0ac (\uc11c\uc6b8 \uae30\uc900, \uc5f0 2\ud68c)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc720\ucda9 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud558\uba70, 1\ub144\uc5d0 2~3\ud68c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. (\ub0a8\ubd80\uc9c0\ubc29 3\ud68c \uac00\ub2a5)\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <!-- 1. Overwintering -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-blue-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-blue-900\">1. \uc6d4\ub3d9 (10\uc6d4 ~ 4\uc6d4)<\/p>\n                            <p class=\"text-sm text-blue-800\"><strong>\uc720\ucda9(\uc560\ubc8c\ub808)<\/strong> \uc0c1\ud0dc\ub85c \uac70\ubbf8\uc904\ub85c \ubb36\uc740 \uc78e \uc0ac\uc774\uc758 \uace0\uce58 \uc18d\uc5d0\uc11c \uaca8\uc6b8\uc744 \ubcf4\ub0c5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 2. 1st Gen Larva -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-green-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-green-900\">2. 1\ud654\uae30 \uc720\ucda9 (4\uc6d4 \ud558\uc21c ~ 5\uc6d4)<\/p>\n                            <p class=\"text-sm text-green-800\">\uc6d4\ub3d9 \uc720\ucda9\uc774 \ud65c\ub3d9\uc744 \uc2dc\uc791\ud558\uc5ec \uc0c8 \uc78e\uc744 \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc5b4\ub9b0 \uc720\ucda9\uc740 \uc78e\uc758 \ud45c\ud53c\ub9cc \uac09\uc544\uba39\uc5b4 \uc78e\uc774 \ubc18\ud22c\uba85\ud558\uac8c \ubcf4\uc785\ub2c8\ub2e4. (\uc57d 25\uc77c\uac04 \uac00\ud574)<\/p>\n                        <\/div>\n                        <!-- 3. 1st Gen Pupa\/Adult -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-green-200 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-green-900\">3. 1\ud654\uae30 \uc131\ucda9 (6\uc6d4)<\/p>\n                            <p class=\"text-sm text-green-800\">\uc720\ucda9\uc774 \uac70\ubbf8\uc904 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub418\uba70(\uc57d 10.5\uc77c), 6\uc6d4 \ucd08~\uc911\uc21c\uc5d0 <strong>1\ud654\uae30 \uc131\ucda9(\ub098\ubc29)<\/strong>\uc774 \uc6b0\ud654\ud558\uc5ec \uc78e \ub4b7\uba74\uc5d0 \uc54c\uc744 \ub0b3\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 4. 2nd Gen Larva -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-red-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-red-900\">4. 2\ud654\uae30 \uc720\ucda9 (7\uc6d4 \ud558\uc21c ~ 8\uc6d4)<\/p>\n                            <p class=\"text-sm text-red-800\">\uc54c(\uc57d 3.5\uc77c)\uc5d0\uc11c \ubd80\ud654\ud55c <strong>2\ud654\uae30 \uc720\ucda9<\/strong>\uc774 \uc78e\uc744 \uac00\ud574\ud569\ub2c8\ub2e4. 1\ud654\uae30\ubcf4\ub2e4 \ubc00\ub3c4\uac00 \ub192\uc544 \ud53c\ud574\uac00 \uadf9\uc2ec\ud574\uc9c0\ub294 \uc2dc\uae30\uc785\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 5. 2nd Gen Pupa\/Adult -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-red-200 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-red-900\">5. 2\ud654\uae30 \uc131\ucda9 (8\uc6d4 \uc911\uc21c ~ 9\uc6d4 \ucd08)<\/p>\n                            <p class=\"text-sm text-red-800\">2\ud654\uae30 \uc720\ucda9\uc774 \ubc88\ub370\uae30\uac00 \ub418\uace0 <strong>2\ud654\uae30 \uc131\ucda9<\/strong>\uc774 \uc6b0\ud654\ud558\uc5ec \uc0b0\ub780\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <!-- 6. Overwintering Larva -->\n                        <div class=\"w-full max-w-md text-center p-4 bg-blue-100 rounded-lg flowchart-step\">\n                            <p class=\"font-semibold text-blue-900\">6. \uc6d4\ub3d9 \uc720\ucda9 (9\uc6d4 \ud558\uc21c \uc774\ud6c4)<\/p>\n                            <p class=\"text-sm text-blue-800\">\ubd80\ud654\ud55c \uc720\ucda9\uc774 \uc78e\uc744 \uac09\uc544\uba39\ub2e4\uac00 \uac70\ubbf8\uc904\ub85c \uace0\uce58\ub97c \uc9d3\uace0 <strong>\uc6d4\ub3d9<\/strong>\uc5d0 \ub4e4\uc5b4\uac11\ub2c8\ub2e4. (\ub0a8\ubd80\uc9c0\ubc29\uc740 3\ud654\uae30 \ubc1c\uc0dd \uac00\ub2a5)<\/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 shadow rounded-lg\">\n                    <h2 class=\"text-2xl font-bold text-green-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc29\uc81c\ub294 \uc720\ucda9 \ubc1c\uc0dd \ucd08\uae30, \uc989 \uac70\ubbf8\uc904\uc774 \ubcf4\uc774\uae30 \uc2dc\uc791\ud560 \ub54c\uac00 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. 1\ub144\uc5d0 2\ud68c(\ubd04, \uc5ec\ub984) \ubc29\uc81c\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2460 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ud53c\ud574 \uac00\uc9c0 \uc81c\uac70:<\/strong> \uc720\ucda9\uc774 \uac70\ubbf8\uc904\ub85c \uc78e\uc744 \ubb36\uace0 \uc0dd\ud65c\ud558\ubbc0\ub85c, \ud53c\ud574 \ucd08\uae30(4~5\uc6d4, 7~8\uc6d4)\uc5d0 \uac70\ubbf8\uc904\ub85c \ubb49\uccd0\uc9c4 \uac00\uc9c0\ub97c \ubc1c\uacac \uc989\uc2dc \uc798\ub77c\uc11c \uc18c\uac01\ud558\uac70\ub098 \ub545\uc5d0 \ubb3b\uc2b5\ub2c8\ub2e4. \ubc00\ub3c4\uac00 \ub0ae\uc744 \ub54c \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        \n                        <div class=\"p-4 bg-blue-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2461 \ud654\ud559\uc801 \ubc29\uc81c (\ub4f1\ub85d \uc57d\uc81c)<\/h3>\n                             <p class=\"text-gray-700 mb-2\">\n                                <strong>\ubc29\uc81c \uc801\uae30:<\/strong> 1\ud654\uae30(4\uc6d4 \ud558\uc21c~5\uc6d4 \ucd08)\uc640 2\ud654\uae30(7\uc6d4 \ud558\uc21c~8\uc6d4 \ucd08)\uc758 \uc720\ucda9 \ubc1c\uc0dd \ucd08\uae30\uc5d0 \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud569\ub2c8\ub2e4. \uc57d\uc81c\uac00 \uac70\ubbf8\uc904 \uc18d \uc720\ucda9\uc5d0 \ub2ff\ub3c4\ub85d \ud760\ubed1 \ubfcc\ub824\uc57c \ud569\ub2c8\ub2e4.<br>\n                                <span class=\"text-sm font-semibold\">(\u203b 2023. 5. 30. \uae30\uc900 &#8216;\uc0dd\ud65c\uad8c \uc218\ubaa9\ubcd1\ud574\ucda9 \ub4f1\ub85d \ub18d\uc57d\ubaa9\ub85d&#8217; \ucc38\uc870)<\/span>\n                             <\/p>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uba54\ud2f0\ub2e4\ud2f0\uc628 \uc218\ud654\uc81c 36%<\/strong> (\uc0c1\ud45c\uba85: \ud558\uc774\ud0b9 \ub4f1) &#8211; <strong>1,000\ubc30<\/strong> \ud76c\uc11d<\/li>\n                                 <li><strong>\ud074\ub85c\ub974\ud398\ub098\ud53c\ub974 \uc720\uc81c 5%<\/strong> (\uc0c1\ud45c\uba85: \ub818\ud398\uc774\uc9c0 \ub4f1) &#8211; <strong>1,000\ubc30<\/strong> \ud76c\uc11d<\/li>\n                             <\/ul>\n                        <\/div>\n\n                        <div class=\"p-4 bg-yellow-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uae30\ud0c0 \ubc29\uc81c (\ucc38\uace0 \uc790\ub8cc)<\/h3>\n                             <p class=\"text-gray-700 mb-2\">\n                                \uc81c\uacf5\ub41c \ub2e4\ub978 \ub3c4\uac10 \uc790\ub8cc\uc5d0\uc11c \uc5b8\uae09\ub41c \ubc29\uc81c\ubc95\uc785\ub2c8\ub2e4.\n                             <\/p>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0dd\ubb3c\uc801 \ubc29\uc81c:<\/strong> \ube44\ud2f0\ucfe0\ub974\uc2a4\ud0c0\ud0a4 \uc218\ud654\uc81c(BTK) 1,000\ubc30\uc561 (\uce5c\ud658\uacbd \uc57d\uc81c, \uc5b4\ub9b0 \uc720\ucda9\uc5d0 \ud6a8\uacfc\uc801)<\/li>\n                                 <li><strong>\uae30\ud0c0 \ud654\ud559 \uc57d\uc81c:<\/strong> \ub514\ud50c\ub8e8\ubca4\uc8fc\ub860 \uc218\ud654\uc81c 2,500\ubc30\uc561, \ud398\ub2c8\ud2b8\ub85c\ud2f0\uc628 \uc720\uc81c, \uce7c\ud0d1 \uc218\ud654\uc81c \ub4f1<\/li>\n                                 <li><strong>\uc0b4\ud3ec \ubc29\ubc95:<\/strong> \ud53c\ud574 \ucd08\uae30\uc5d0 10\uc77c \uac04\uaca9\uc73c\ub85c 2\ud68c \uc774\uc0c1 \ucda9\ubd84\ud788 \uc0b4\ud3ec\ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white shadow rounded-lg\">\n                    <h3 class=\"text-xl font-semibold text-green-800 mb-4 text-center\">\uc8fc\uc694 \uc720\ucda9 \ubc1c\uc0dd \ubc0f \ubc29\uc81c \uc2dc\uae30 (\uc5f0 2\ud68c \ubc1c\uc0dd \uae30\uc900)<\/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: \uc81c\uacf5\ub41c PDF \uc790\ub8cc (\uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0, \uacf5\ub3d9\uc8fc\ud0dd \uc218\ubaa9\ubcd1\ud574\ucda9 \ub3c4\uac10 \ub4f1)<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ --- Tab Navigation ---\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\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 morphologyData = {\n                adult: {\n                    title: '\uc131\ucda9 (\ub098\ubc29)',\n                    description: '\ub0a0\uac1c\ub97c \ud3b8 \uae38\uc774\ub294 \uc57d 30~38mm\uc785\ub2c8\ub2e4. \ubab8\uacfc \ub0a0\uac1c\ub294 \uc740\ubc31\uc0c9 \ub610\ub294 \ud770\uc0c9\uc774\uba70, \uc55e\ub0a0\uac1c \uac00\uc7a5\uc790\ub9ac\ub294 \ub113\uc740 \ud68c\ud751\uc0c9 \ub760\uac00 \uc788\uace0 \uc911\uc559\uc5d0 \ucd08\uc2b9\ub2ec \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '\ub0a0\uac1c \ud3b8 \uae38\uc774: 30~38mm',\n                },\n                larva: {\n                    title: '\uc720\ucda9 (\uc560\ubc8c\ub808)',\n                    description: '\ub2e4 \uc790\ub780 \uc720\ucda9(\uc885\ub839 \uc720\ucda9)\uc740 \ubab8\uae38\uc774\uac00 \uc57d 35mm\uc785\ub2c8\ub2e4. \uba38\ub9ac\ub294 \uac80\uace0 \uad11\ud0dd\uc774 \ub098\uba70, \ubab8\uc740 \ud669\ub85d\uc0c9 \ub610\ub294 \uad11\ud0dd\uc774 \uc788\ub294 \ub179\uc0c9\uc785\ub2c8\ub2e4. \ub4f1\uba74\uc5d0 \uac08\uc0c9 \ub610\ub294 \uac80\uc740\uc0c9 \uc810\ubb34\ub2ac\uac00 2\uc904\ub85c \ub098 \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '\ubab8\uae38\uc774: ~35mm',\n                },\n                egg: {\n                    title: '\uc54c',\n                    description: '\ub0a9\uc791\ud558\uace0 \ub465\uadfc \ubaa8\uc591\uc73c\ub85c, \uc78e \ub4b7\uba74\uc5d0 \ubb3c\uace0\uae30 \ube44\ub298\ucc98\ub7fc \uc11c\ub85c \ud3ec\uac1c\uc9c4 \ub369\uc5b4\ub9ac(\ub09c\uad34) \ud615\ud0dc\ub85c \ub0b3\uc2b5\ub2c8\ub2e4. \ucd08\uae30\uc5d0\ub294 \ud22c\uba85\ud558\ub098 \uc810\ucc28 \uc720\ubc31\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4.',\n                    size: '\uc54c \uae30\uac04: \uc57d 3.5\uc77c',\n                },\n                pupa: {\n                    title: '\ubc88\ub370\uae30',\n                    description: '\ucc98\uc74c\uc5d0\ub294 \uc5f0\ub179\uc0c9\uc744 \ub760\ub2e4\uac00 \uc810\ucc28 \ud751\uac08\uc0c9\uc73c\ub85c \ubcc0\ud569\ub2c8\ub2e4. \uc720\ucda9\uc774 \ub9cc\ub4e0 \uac70\ubbf8\uc904 \uc9d1 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub429\ub2c8\ub2e4.',\n                    size: '\ubc88\ub370\uae30 \uae30\uac04: \uc57d 10.5\uc77c',\n                }\n            };\n            \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            updateMorphologyContent('adult'); \/\/ Initial content\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n\n\n            \/\/ --- Damage Section Logic ---\n            const damageData = {\n                initial: {\n                    title: '\ucd08\uae30 \ud53c\ud574 (\uc5b4\ub9b0 \uc720\ucda9)',\n                    description: '\uc5b4\ub9b0 \uc720\ucda9(1~3\ub839)\uc774 \uac70\ubbf8\uc904\uc744 \ud1a0\ud574 2~3\uac1c\uc758 \uc78e\uc744 \ubb36\uace0 \uadf8 \uc18d\uc5d0\uc11c \uc78e\uc758 \ud45c\ud53c\uc640 \uc78e\uc0b4(\uc5fd\uc721)\ub9cc \uac09\uc544\uba39\uc2b5\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uc78e\uc774 \ubc18\ud22c\uba85\ud558\uac8c \ubcf4\uc774\uac70\ub098 \ud558\uc597\uac8c \ub9d0\ub77c \ubcf4\uc785\ub2c8\ub2e4.',\n                },\n                mid: {\n                    title: '\uc911\uae30 \ud53c\ud574 (\uc131\uc219 \uc720\ucda9)',\n                    description: '\uc720\ucda9\uc774 \uc790\ub77c\uba74\uc11c(4~6\ub839) \uc5ec\ub7ec \uc78e\uc774\ub098 \uc791\uc740 \uac00\uc9c0\ub97c \uac70\ubbf8\uc904\ub85c \ubb36\uc5b4 \ud070 \uc9d1\uc744 \ub9cc\ub4ed\ub2c8\ub2e4. \uadf8 \uc18d\uc5d0\uc11c \uc78e \uc804\uccb4\ub97c \uac09\uc544\uba39\uc73c\uba70, \uac80\uc740\uc0c9\uc758 \ubc30\uc124\ubb3c(\ub625)\uc744 \ub300\ub7c9\uc73c\ub85c \ubc30\ucd9c\ud569\ub2c8\ub2e4.',\n                },\n                severe: {\n                    title: '\ud6c4\uae30 \ud53c\ud574 (\ubc00\ub3c4 \ub192\uc744 \uc2dc)',\n                    description: '\ubc1c\uc0dd \ubc00\ub3c4\uac00 \ub192\uc73c\uba74 \ub098\ubb34 \uc804\uccb4\uac00 \uac70\ubbf8\uc904\uacfc \ubc30\uc124\ubb3c\ub85c \ub4a4\ub36e\uc774\uace0, \uc78e\uc774 \ubaa8\uc870\ub9ac \uc5c6\uc5b4\uc838 \ud669\uac08\uc0c9\uc73c\ub85c \ubcc0\ud558\uba70 \uc2ec\ud558\uba74 \uac00\uc9c0\ub098 \ub098\ubb34 \uc804\uccb4\uac00 \ub9d0\ub77c \uc8fd\uc2b5\ub2c8\ub2e4.',\n                }\n            };\n\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            updateDamageContent('initial'); \/\/ Initial content\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n\n            \/\/ --- Chart.js Control Chart ---\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', '10\uc6d4'],\n                    datasets: [{\n                        label: '1\ud654\uae30 \uc720\ucda9 (\ubc29\uc81c\uc2dc\uae30 1)',\n                        data: [5, 10, 5, 0, 0, 0, 0], \/\/ Peak Apr-May\n                        backgroundColor: 'rgba(245, 158, 11, 0.7)', \/* amber-500 *\/\n                        borderColor: 'rgba(245, 158, 11, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '2\ud654\uae30 \uc720\ucda9 (\ubc29\uc81c\uc2dc\uae30 2)',\n                        data: [0, 0, 0, 5, 10, 5, 0], \/\/ Peak Jul-Aug\n                        backgroundColor: 'rgba(220, 38, 38, 0.7)', \/* red-600 *\/\n                        borderColor: 'rgba(220, 38, 38, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc131\ucda9 \ubc1c\uc0dd (1\ud654\uae30\/2\ud654\uae30)',\n                        data: [0, 0, 10, 0, 8, 8, 0], \/\/ Peak June & Aug\/Sept\n                        type: 'line',\n                        fill: false,\n                        borderColor: 'rgba(79, 70, 229, 0.8)', \/* indigo-600 *\/\n                        tension: 0.1,\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('\uc720\ucda9')) {\n                                        return ` ${context.dataset.label}: ${context.raw} (\ubc1c\uc0dd \ubc00\ub3c4)`;\n                                    }\n                                    if (context.dataset.label.includes('\uc131\ucda9')) {\n                                        return ` ${context.dataset.label}: ${context.raw} (\uc6b0\ud654 \ubc00\ub3c4)`;\n                                    }\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud68c\uc591\ubaa9\uba85\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: '\uc720\ucda9 \ubc1c\uc0dd \ubc00\ub3c4'\n                           },\n                           max: 12\n                        },\n                        y1: {\n                           display: false,\n                           max: 12\n                        }\n                    }\n                }\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"featured_media":4022,"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":[79],"pest-category":[95,94],"pest-overwintering":[100],"class_list":["post-4021","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-79","pest-category-95","pest-category-94","pest-overwintering-larva"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-scaled.jpeg",2560,1920,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-150x150.jpeg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-300x225.jpeg",300,225,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-768x576.jpeg",768,576,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-1024x768.jpeg",1024,768,true],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-1536x1152.jpeg",1536,1152,true],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/11\/IMG_6144-2048x1536.jpeg",2048,1536,true]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud68c\uc591\ubaa9\uba85\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud68c\uc591\ubaa9\uba85\ub098\ubc29 (Glyphodes perspectalis)\uc774\ub780? \ud68c\uc591\ubaa9\uba85\ub098\ubc29\uc740 \ud68c\uc591\ubaa9\uc5d0 \uac00\uc7a5 \ud070 \ud53c\ud574\ub97c \uc8fc\ub294 \uc8fc\uc694 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/4021","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\/4022"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4021"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=4021"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=4021"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=4021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}