{"id":3480,"date":"2025-07-04T09:12:24","date_gmt":"2025-07-04T09:12:24","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=3480"},"modified":"2025-07-04T09:12:56","modified_gmt":"2025-07-04T09:12:56","slug":"%ec%8d%a9%eb%8d%a9%eb%82%98%eb%ac%b4%eb%85%b8%eb%a6%b0%ec%9e%ac","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ec%8d%a9%eb%8d%a9%eb%82%98%eb%ac%b4%eb%85%b8%eb%a6%b0%ec%9e%ac","title":{"rendered":"\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac"},"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>\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac \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 & Greens -->\n    <!-- Application Structure Plan: The SPA for Brown Marmorated Stink Bug 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 (especially fruit damage). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its single- or two-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on physical and biological methods due to limited chemical necessity for landscape trees. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Nymph - 1st instar, later instars) -> Goal: Inform & Identify -> Viz\/Method: Interactive text descriptions with buttons for '\uc131\ucda9', '\ubd80\ud654\uc57d\ucda9 (1\ub839\ucda9)', '\uc885\ub839 \uc57d\ucda9' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Textual descriptions of distinctive adult markings (color, antennae) and nymph appearance (color changes, patterns) are crucial for identification. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Fruit\/seed sucking, Leaf sucking, Aesthetic nuisance, Odor) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive text descriptions with buttons for '\uacfc\uc2e4 \ud761\uc999 \ud53c\ud574', '\uc78e \ud761\uc999 \ud53c\ud574', '\ubbf8\uad00 \uc800\ud574 \ubc0f \uc545\ucde8' -> Interaction: Clicking buttons updates descriptive text. Images are removed as per user request. -> Justification: Highlighting the primary economic damage (fruit) and nuisance aspects (odor) is key for management decisions. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Adult overwintering, 1-2 generations\/year, specific timings for adults and nymphs) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the lifecycle with key stages and approximate timings is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Control Timing (Peak adult\/nymph activity, emphasis on non-chemical methods for landscape trees) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary periods for physical\/biological management, reflecting the low necessity for chemical control on landscape trees versus economic crops. -> 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\">\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac (<i>Halyomorpha halys<\/i>)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub294 \ub178\ub9b0\uc7ac\ubaa9 \ub178\ub9b0\uc7ac\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \ucc38\ub098\ubb34\ub958, \uac10\ub098\ubb34, \uc0ac\uacfc\ub098\ubb34, \ubc9a\ub098\ubb34, \ub290\ub985\ub098\ubb34, \ub290\ud2f0\ub098\ubb34, \ubcf5\uc0ac\ub098\ubb34, \ub2e8\ud48d\ub098\ubb34 \ub4f1 \ud65c\uc5fd\uc218 \ub300\ubd80\ubd84\uacfc \uce68\uc5fd\uc218\uc5d0 \uad11\ubc94\uc704\ud558\uac8c \ud53c\ud574\ub97c \uc8fc\ub294 \ub2e4\uc2dd\uc131 \ud574\ucda9\uc785\ub2c8\ub2e4. \uc131\ucda9\uacfc \uc57d\ucda9\uc774 \uc78e, \uc5f4\ub9e4(\uc885\uc790)\uc758 \uc218\uc561\uc744 \ud761\uc999\ud558\uba70, \ub098\ubb34\ub97c \uace0\uc0ac\uc2dc\ud0a4\uc9c0\ub294 \uc54a\uc9c0\ub9cc \uc131\uc7a5\uc744 \uc800\ud574\ud569\ub2c8\ub2e4. \ud2b9\ud788 \uc218\ud655\uc744 \uc55e\ub454 \uacfc\uc218\uc5d0 \ub9ce\uc740 \ud53c\ud574\ub97c \uc8fc\uc5b4 \uacbd\uc81c\uc801 \uc190\uc2e4\uc744 \ucd08\ub798\ud558\ub294 \ubb38\uc81c \ud574\ucda9\uc785\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> \uc8fc\ub85c \ud070 \ub098\ubb34\uc758 \uaecd\uc9c8 \uc18d\uc774\ub098 \uc778\uacf5\uad6c\uc870\ubb3c \ud2c8\uc0c8\uc5d0\uc11c \uc131\ucda9 \uc0c1\ud0dc\ub85c \uc6d4\ub3d9<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1~2\ud68c \ubc1c\uc0dd (\uaca8\uc6b8\uc744 \uc81c\uc678\ud55c \uc5f0\uc911 \uad00\ucc30 \uac00\ub2a5)<\/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 \ud2b9\uc9d5<\/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. \ubab8\uc740 \uc804\uccb4\uc801\uc73c\ub85c \ubd88\uaddc\uce59\ud55c \ud669\ubc31\uc0c9 \ub610\ub294 \uc801\uac08\uc0c9 \ubb34\ub2ac\ub4e4\uc774 \uc0b0\uc7ac\ud574 \uc788\ub294 \ud751\uac08\uc0c9\uc744 \ub771\ub2c8\ub2e4. \uc774\ub978 \ubd04 \ub530\ub73b\ud55c \ub0a0\uc5d0\ub294 \uc6d4\ub3d9\uc5d0\uc11c \uae68\uc5b4\ub09c \uac1c\uccb4\ub4e4\uc774 \ub3cc\uc544\ub2e4\ub2c8\ub294 \uac83\uc774 \uc790\uc8fc \uad00\ucc30\ub429\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc2dd\ubb3c\uc5d0\uc11c \ud761\uc999\ud558\ubbc0\ub85c \uc720\uc2e4\uc218 \ub4f1\uc758 \ud574\ucda9\uc73c\ub85c \uc778\uc2dd\ub418\uace0 \uc788\uc2b5\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\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub294 \uc131\ucda9\uacfc \uc57d\ucda9\uc758 \ud615\ud0dc\uac00 \ub69c\ub837\ud558\uba70, \ubab8 \uc0c9\uae54\uacfc \ubb34\ub2ac\uc5d0 \ud2b9\uc9d5\uc774 \uc788\uc2b5\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<\/button>\n                        <button data-type=\"nymph1\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubd80\ud654\uc57d\ucda9 (1\ub839\ucda9)<\/button>\n                        <button data-type=\"nymph_later\" class=\"stage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc885\ub839 \uc57d\ucda9<\/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\">\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub294 \uc8fc\ub85c \uacfc\uc2e4\uc5d0 \ud070 \ud53c\ud574\ub97c \uc8fc\uc5b4 \uacbd\uc81c\uc801 \uc190\uc2e4\uc744 \ucd08\ub798\ud558\uba70, \uc78e\uc5d0\ub3c4 \ud761\uc999 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4. \ub610\ud55c, \uace0\uc57d\ud55c \ub0c4\uc0c8\ub97c \ud48d\uaca8 \ubd88\ucf8c\uac10\uc744 \uc90d\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"fruit_sucking\" class=\"damage-btn active flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uacfc\uc2e4 \ud761\uc999 \ud53c\ud574<\/button>\n                        <button data-damage-type=\"leaf_sucking\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\uc78e \ud761\uc999 \ud53c\ud574<\/button>\n                        <button data-damage-type=\"aesthetic_odor\" class=\"damage-btn flex-1 text-sm md:text-base py-2 px-4 bg-gray-200 font-semibold transition-transform duration-200\">\ubbf8\uad00 \uc800\ud574 \ubc0f \uc545\ucde8<\/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\">\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1~2\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub294 1\ub144\uc5d0 1~2\ud68c \ubc1c\uc0dd\ud558\uba70, \uc131\ucda9 \uc0c1\ud0dc\ub85c \ud070 \ub098\ubb34\uc758 \uaecd\uc9c8 \uc18d\uc774\ub098 \uc778\uacf5\uad6c\uc870\ubb3c \ud2c8\uc0c8\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 (\uc131\ucda9)<\/p><p class=\"text-sm\">\uc8fc\ub85c \ud070 \ub098\ubb34\uc758 \uaecd\uc9c8 \uc18d\uc774\ub098 \uc778\uacf5\uad6c\uc870\ubb3c \ud2c8\uc0c8\uc5d0\uc11c \uc131\ucda9 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100\">\n                            <p class=\"font-semibold\">2. \uc6d4\ub3d9 \uc131\ucda9 \ucd9c\ud604 \ubc0f \uc0b0\ub780 (5\uc6d4)<\/p><p class=\"text-sm\">5\uc6d4\uc5d0 \uc6d4\ub3d9\ucc98\uc5d0\uc11c \ub098\uc640 \uad50\ubbf8 \ud6c4 \uae30\uc8fc \uc2dd\ubb3c \uc78e \ub4b7\uba74\uc5d0 20~30\uac1c\uc758 \uc54c\uc744 \ubb34\ub354\uae30\ub85c \uc0b0\ub780<\/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. \uc57d\ucda9 \ubd80\ud654 \ubc0f \ud65c\ub3d9 (5\uc6d4 ~ 6\uc6d4)<\/p><p class=\"text-sm\">\uc54c\uc5d0\uc11c \ubd80\ud654\ud55c \uc57d\ucda9\uc774 \ud65c\ub3d9 \uc2dc\uc791 (5\ub839\uae4c\uc9c0 \uc131\uc7a5)<\/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. \uc131\ucda9 \ucd9c\ud604 (7\uc6d4 \ud558\uc21c)<\/p><p class=\"text-sm\">\uc57d\ucda9\uc774 \uc131\uc7a5\ud558\uc5ec \uc131\ucda9\uc774 \ub428<\/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. 2\uc138\ub300 \uc57d\ucda9 \ubc0f \uc131\ucda9 \ud65c\ub3d9 (8\uc6d4 ~ 10\uc6d4)<\/p><p class=\"text-sm\">\uc131\ucda9\uacfc \uc57d\ucda9\uc774 \ub3d9\uc2dc\uc5d0 \ub098\ud0c0\ub098\uba70, 9\uc6d4 \uc911\uc21c~10\uc6d4 \ucd08\uc21c\uc5d0 \uc0dd\ud65c\uad8c \uc218\ubaa9\uc5d0\uc11c \ub9ce\uc774 \uad00\ucc30\ub428<\/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-purple-100\">\n                            <p class=\"font-semibold\">6. \uc6d4\ub3d9\ucc98 \uc774\ub3d9 (10\uc6d4 \uc911\uc21c ~ \ud558\uc21c)<\/p><p class=\"text-sm\">\uc131\ucda9\uc774 \uc6d4\ub3d9\ucc98\ub85c \uc774\ub3d9\ud558\uc5ec \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/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\">\ud2b9\uc774 \uc0ac\ud56d<\/h3>\n                        <p class=\"text-gray-700\">\uaca8\uc6b8\uc744 \uc81c\uc678\ud55c \uc5f0\uc911 \uad00\ucc30\uc774 \uac00\ub2a5\ud558\uba70, \uc774\ub978 \ubd04 \ub530\ub73b\ud55c \ub0a0\uc5d0\ub294 \uc6d4\ub3d9\uc5d0\uc11c \uae68\uc5b4\ub09c \uac1c\uccb4\ub4e4\uc774 \ub3cc\uc544\ub2e4\ub2c8\ub294 \uac83\uc774 \uc790\uc8fc \uad00\ucc30\ub429\ub2c8\ub2e4. 7\uc6d4\uc5d0 \uc57d\ucda9, 8\uc6d4\uc5d0 \uc131\ucda9\uc758 \ubc00\ub3c4\uac00 \ub192\uc2b5\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                        \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub294 \uacfc\uc218\uc5d0\uc11c\ub294 \uacbd\uc81c\uc801 \ud53c\ud574\uac00 \ud06c\ubbc0\ub85c \uc218\ud655\uae30 \uc804 \ubc29\uc81c\uac00 \uc911\uc694\ud558\uc9c0\ub9cc, \uc0dd\ud65c\uad8c \uc218\ubaa9\uc5d0\uc11c\ub294 \ubcc4\ub3c4\uc758 \uc57d\uc81c \uc0b4\ud3ec\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc740 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \ubb3c\ub9ac\uc801 \ubc0f \uce5c\ud658\uacbd \ubc29\uc81c\uc5d0 \uc911\uc810\uc744 \ub461\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 bg-red-50\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \uc0dd\ud65c\uad8c \uc218\ubaa9\uc740 \ubcc4\ub3c4 \uc57d\uc81c \uc0b4\ud3ec \ubd88\ud544\uc694<\/h3>\n                            <p class=\"text-gray-700\">\uc0dd\ud65c\uad8c \uc218\ubaa9\uc5d0\uc11c \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub97c \uc704\ud574 \ubcc4\ub3c4\ub85c \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud560 \ud544\uc694\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \ud574\ucda9 \ubc29\uc81c \uc2dc \ub3d9\uc2dc \ubc29\uc81c \ud6a8\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc, \uacfc\uc218\uc5d0\uc11c\ub294 \uc218\ud655\uae30\uc5d0 \ud53c\ud574\uac00 \uc788\uc73c\ub2c8 \uc57d\uc81c \uc0b4\ud3ec\uc5d0 \uc8fc\uc758\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\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>\uc218\ub3d9 \uc81c\uac70:<\/strong> \ub178\ub9b0\uc7ac\ub294 \ub208\uc5d0 \uc798 \ub744\ubbc0\ub85c \ubc1c\uacac \uc989\uc2dc \uc7a1\uc544 \uc8fd\uc774\ub294 \uac83\uc774 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc0b0\ub780\ub41c \uc78e \uc81c\uac70:<\/strong> \uc54c\uc774 \uc0b0\ub780\ub41c \uc78e\uc744 \uc81c\uac70\ud558\uc5ec \ubd80\ud654\ub97c \ub9c9\uc2b5\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 \uce5c\ud658\uacbd \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \uc54c\uc744 \uc7a1\uc544\uba39\ub294 \ud3ec\uc2dd\uc131 \ucc9c\uc801\uc778 \ubb34\ub2f9\ubc8c\ub808\ub958, \ud480\uc7a0\uc790\ub9ac\ub958, \uac70\ubbf8\ub958 \ub4f1\uc744 \ubcf4\ud638\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc774 \ubc00\ub3c4 \uc870\uc808\uc5d0 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4.<\/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 \ud654\ud559\uc801 \ubc29\uc81c (\uacfc\uc218 \ub4f1 \uacbd\uc81c\uc801 \ud53c\ud574 \uc6b0\ub824 \uc2dc)<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\uc0b4\ud3ec \uc2dc\uae30:<\/strong> 5\uc6d4\uc5d0 \ubc8c\ub808\uac00 1~2\ub9c8\ub9ac \ubcf4\uc774\uae30 \uc2dc\uc791\ud558\uba74 \uc57d\uc81c\ub97c \uc0b4\ud3ec\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uc218\ud655\uc744 \uc55e\ub454 \uc2dc\uae30\uc758 \uacfc\uc218\uc5d0\uc11c\ub294 \ud53c\ud574\uac00 \ud06c\ubbc0\ub85c \uc774 \uc2dc\uae30 \ubc29\uc81c\uc5d0 \uc8fc\uc758\ud574\uc57c \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 \uae30\uc8fc\uc2dd\ubb3c \ubc0f \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub97c \ud655\uc778\ud558\uc5ec \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/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\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \uc801\uae30<\/h3>\n                    <div class=\"chart-container\">\n                        <canvas id=\"controlChart\"><\/canvas>\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/main>\n\n        <footer class=\"text-center mt-8 pt-4 border-t border-gray-200 mb-8\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uad6d\ub9bd\uacf5\uc6d0\uacf5\ub2e8, \uc0b0\ub9bc\uccad, \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38 \ub4f1 \uc804\ubb38 \uc790\ub8cc<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            const tabs = document.querySelectorAll('.nav-btn');\n            const sections = document.querySelectorAll('.content-section');\n\n            const morphologyData = {\n                adult: {\n                    title: '\uc131\ucda9',\n                    description: '\ubab8\uae38\uc774\ub294 10~12mm \uc815\ub3c4\uc774\uace0, \ubab8\uc740 \uc804\uccb4\uc801\uc73c\ub85c \ubd88\uaddc\uce59\ud55c \ud669\ubc31\uc0c9 \ub610\ub294 \uc801\uac08\uc0c9 \ubb34\ub2ac\ub4e4\uc774 \uc0b0\uc7ac\ud574 \uc788\ub294 \ud751\uac08\uc0c9\uc744 \ub771\ub2c8\ub2e4. \ub354\ub4ec\uc774\uc758 5\ub9c8\ub514\ub294 \ud669\ubc31\uc0c9\uc744 \ub760\uba70, \ub0a0\uac1c \uc606\uc73c\ub85c \ud655\uc7a5\ub41c \ubc30\ub9c8\ub514 \uce21\uba74\uc5d0\ub294 2\uc30d\uc758 \ud751\uc0c9\ub760\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubab8\uae38\uc774 12~18mm \uc815\ub3c4\uc758 \uac1c\uccb4\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \uccb4\uc0c9\uc740 \uc554\uac08\uc0c9\uc5d0\uc11c \ud68c\uac08\uc0c9 \ub4f1\uc73c\ub85c \uc5bc\ub8e9\ub35c\ub8e9\ud55c \ub2e4\uc591\ud55c \uc0c9\uc744 \ub771\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: 10~18mm',\n                },\n                nymph1: {\n                    title: '\ubd80\ud654\uc57d\ucda9 (1\ub839\ucda9)',\n                    description: '\ubab8\uc774 \ub465\uae00\uace0 \uba38\ub9ac, \uac00\uc2b4 \ubd80\uc704\uac00 \uac80\uc73c\uba70, \ubc30 \ubd80\ubd84\uc740 \uc8fc\ud669\ube5b\uc5d0 \uac80\uc740 \ubb34\ub2ac\uac00 \ubcf5\ubd80 \uce21\uba74\uacfc \ub4f1\uc758 \uc911\uc559\uc5d0 \uac00\ub85c\ub85c \uad75\uace0 \uc120\uba85\ud558\uac8c \ub098\ud0c0\ub0a9\ub2c8\ub2e4. (\ucca8\ubd80 \uc774\ubbf8\uc9c0\uc758 \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac \uc57d\ucda9 \uc774\ubbf8\uc9c0 \ucc38\uace0)',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                },\n                nymph_later: {\n                    title: '\uc885\ub839 \uc57d\ucda9',\n                    description: '\uc885\ub839\uc5d0 \uac00\uae4c\uc6cc\uc9c0\uba74 \uba38\ub9ac\uc640 \uac00\uc2b4\uc740 \ud68c\uac08\uc0c9\uc73c\ub85c, \ubc30\ub294 \ubd89\uc740\uc0c9\uc774 \uac10\ub3c4\ub294 \uac08\uc0c9\uc744 \ub771\ub2c8\ub2e4. \uc131\ucda9\uacfc \uc57d\ucda9\uc774 8\uc6d4\ubd80\ud130 10\uc6d4\uae4c\uc9c0 \ub3d9\uc2dc\uc5d0 \ub098\ud0c0\ub098\uba70, 9\uc6d4 \uc911\uc21c\uc5d0\uc11c 10\uc6d4 \ucd08\uc21c\uc5d0 \uc544\ud30c\ud2b8\ub098 \uacf5\uc6d0\uc5d0 \uc2dd\uc7ac\ub41c \uc0dd\ud65c\uad8c \uc218\ubaa9\uc5d0\uc11c \ub9ce\uc774 \uad00\ucc30\ub429\ub2c8\ub2e4.',\n                    size: '(\uc815\ubcf4 \uc5c6\uc74c)',\n                }\n            };\n\n            const damageData = {\n                fruit_sucking: {\n                    title: '\uacfc\uc2e4 \ud761\uc999 \ud53c\ud574',\n                    description: '\uc57d\ucda9\uacfc \uc131\ucda9\uc774 \uacfc\uc2e4\uc5d0 \uad6c\uce68\uc744 \uaf42\uc544 \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4. \ud53c\ud574 \ubd80\uc704\uc758 \uacfc\uc721\uc5d0 \ubcd1\uc6d0\uade0\uc774 \uce68\uc785\ud558\uc5ec \uae30\ud615, \ubd80\ud328 \ub4f1\uc744 \uc720\ubc1c\ud574 \uc0c1\ud488\uc758 \uc9c8\uc744 \uc800\ud558\uc2dc\ucf1c \uacbd\uc81c\uc801 \uc190\uc2e4\uc744 \ucd08\ub798\ud558\ub294 \ubb38\uc81c \ud574\ucda9\uc785\ub2c8\ub2e4. \ud2b9\ud788 \uc218\ud655\uc744 \uc55e\ub454 \uc2dc\uae30\uc758 \uacfc\uc218\uc5d0 \ub9ce\uc740 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.',\n                },\n                leaf_sucking: {\n                    title: '\uc78e \ud761\uc999 \ud53c\ud574',\n                    description: '\uc57d\ucda9\uacfc \uc131\ucda9\uc774 \uc78e\uc758 \uc218\uc561\uc744 \ud761\uc999\ud569\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \ub098\ubb34\uac00 \uace0\uc0ac\ud558\uc9c0\ub294 \uc54a\uc9c0\ub9cc \uc131\uc7a5\uc744 \uc800\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc78e\uc5d0 \ud761\uc999 \ud754\uc801\uc774 \ub098\ud0c0\ub098\uae30\ub3c4 \ud569\ub2c8\ub2e4.',\n                },\n                aesthetic_odor: {\n                    title: '\ubbf8\uad00 \uc800\ud574 \ubc0f \uc545\ucde8',\n                    description: '\ub178\ub9b0\uc7ac\ub294 \ub9cc\uc9c0\uac70\ub098 \uc704\ud611\uc744 \ub290\ub07c\uba74 \uace0\uc57d\ud55c \ub0c4\uc0c8\ub97c \ud48d\uae30\ub294 \ud2b9\uc131\uc774 \uc788\uc5b4 \uc0ac\ub78c\ub4e4\uc5d0\uac8c \ubd88\ucf8c\uac10\uc744 \uc90d\ub2c8\ub2e4. \ub610\ud55c, \ub300\ub7c9 \ubc1c\uc0dd \uc2dc \ub098\ubb34\uc758 \ubbf8\uad00\uc744 \uc800\ud574\ud560 \uc218 \uc788\uc2b5\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('fruit_sucking');\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: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4', '11\uc6d4'],\n                    datasets: [{\n                        label: '\uc131\ucda9 \ud65c\ub3d9\uae30',\n                        data: [5, 10, 8, 5, 2, 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: '\uc57d\ucda9 \ud65c\ub3d9\uae30',\n                        data: [0, 5, 10, 8, 5, 2, 0, 0], \/\/ Peak June-July\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: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uacfc\uc218 \uc218\ud655 \uc804)',\n                        data: [0, 0, 0, 0, 0, 12, 12, 0], \/\/ September-October for fruit protection\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                },\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                                        return ` ${context.dataset.label}: 9\uc6d4 ~ 10\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac \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=\"1024\" height=\"865\" data-id=\"3482\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac2-1024x865.jpg\" alt=\"\" class=\"wp-image-3482\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac2-1024x865.jpg 1024w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac2-300x253.jpg 300w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac2-768x649.jpg 768w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac2.bmp 1031w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"423\" data-id=\"3481\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac.jpg\" alt=\"\" class=\"wp-image-3481\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac.jpg 600w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac-300x212.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":3483,"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,169,208,153,147,190,175,178],"pest-category":[95,94],"pest-overwintering":[83],"class_list":["post-3480","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-112","pest-target-169","pest-target-208","pest-target-153","pest-target-147","pest-target-190","pest-target-175","pest-target-178","pest-category-95","pest-category-94","pest-overwintering-adult"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__.jpg",803,336,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__-300x126.jpg",300,126,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__-768x321.jpg",768,321,true],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__.jpg",803,336,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__.jpg",803,336,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/07\/\uc369\ub369\ub098\ubb34\ub85c\ub9b0\uc7ac__.jpg",803,336,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac (Halyomorpha halys)\uc774\ub780? \uc369\ub369\ub098\ubb34\ub178\ub9b0\uc7ac\ub294 \ub178\ub9b0\uc7ac\ubaa9 \ub178\ub9b0\uc7ac\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc785\ub2c8\ub2e4. \ucc38\ub098\ubb34\ub958, \uac10\ub098\ubb34, [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/3480","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\/3483"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3480"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=3480"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=3480"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=3480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}