{"id":2578,"date":"2025-06-22T15:37:04","date_gmt":"2025-06-22T15:37:04","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2578"},"modified":"2025-06-22T15:41:08","modified_gmt":"2025-06-22T15:41:08","slug":"%eb%b0%95%ec%a5%90%eb%82%98%eb%b0%a9","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%eb%b0%95%ec%a5%90%eb%82%98%eb%b0%a9","title":{"rendered":"\ubc15\uc950\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>\ubc15\uc950\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: Woody Earth Tones -->\n    <!-- Application Structure Plan: The SPA for Leopard 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, emphasizing its wood-boring and damaging nature. '\ud615\ud0dc' and '\ud53c\ud574 \uc99d\uc0c1' sections use interactive elements (buttons) to highlight different pest forms and specific damage types (internal tunneling, external frass). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its multi-year life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily targeting young larvae and emphasizing physical removal due to lack of registered pesticides. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Larva, Pupa) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc131\ucda9', '\uc720\ucda9', '\ubc88\ub370\uae30' -> Interaction: Clicking buttons updates image and descriptive text for each form. -> Justification: Visual identification of key life stages, especially the large larva and its habitat, is crucial for users. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Internal tunneling, External frass\/web, Branch breakage) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc904\uae30 \ub0b4\ubd80 \uc2dd\ud574 (\uc720\ucda9)', '\uc678\ubd80 \ubc30\ucd9c\ubb3c (\ud639)', '\uac00\uc9c0 \ubd80\ub7ec\uc9d0' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows internal damage and external signs. -> Justification: The complex nature of its tunneling and external indicators are best presented interactively. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Egg overwintering on ground, Larval feeding (1-2 years), Pupation in tunnel, Adult emergence\/egg-laying) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the multi-year (1-2 generations) life cycle with detailed larval stages is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting newly hatched larvae in May, emphasis on physical control due to no registered pesticides) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the critical window for intervention (May) which targets the vulnerable early larval stage, while also indicating the adult emergence period. Lack of registered pesticides is emphasized. -> Library: Chart.js.\n    -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: 'Noto Sans KR', sans-serif;\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n        @media (min-width: 768px) {\n            .chart-container {\n                height: 350px;\n            }\n        }\n        .nav-btn {\n            transition: all 0.3s ease;\n        }\n        .nav-btn.active {\n            background-color: #44403c; \/* stone-800 *\/\n            color: #fafaf9; \/* stone-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #78716c; \/* stone-600 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .warning-box {\n            background-color: #fef2f2; \/* red-50 *\/\n            border-left: 4px solid #ef4444; \/* red-500 *\/\n            color: #dc2626; \/* red-600 *\/\n            padding: 1rem;\n            margin-top: 1rem;\n            border-radius: 0.5rem;\n        }\n    <\/style>\n<\/head>\n<body class=\"bg-gray-50 text-gray-800\">\n\n    <div class=\"container mx-auto p-4 md:p-8\">\n        \n        <nav class=\"flex justify-center bg-gray-200 rounded-lg p-2 mb-8 shadow-sm\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-stone-300\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ubc15\uc950\ub098\ubc29(Endoclyta excrescens Butler)\uc774\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ubc15\uc950\ub098\ubc29\uc740 \ubc15\uc950\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ub300\ud615 \uc2dd\ubaa9\uc7ac\uc131 \ub098\ubc29\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 \ub098\ubb34\uc758 \uc904\uae30\uc640 \uac00\uc9c0 \uc18d\uc744 \uac09\uc544\uba39\ub294 \ucc9c\uacf5\uc131 \ud574\ucda9\uc73c\ub85c, \uac00\ud574 \ubd80\uc704\uac00 \ubd80\ub7ec\uc9c0\uae30 \uc27d\uace0 \ub098\ubb34\uc758 \uc0dd\uc721\uc5d0 \uce58\uba85\uc801\uc778 \ud53c\ud574\ub97c \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc591\ud55c \ud65c\uc5fd\uc218\uc640 \uc77c\ubd80 \uce68\uc5fd\uc218\ub97c \uac00\ud574\ud558\uba70, \ud2b9\ud788 \ub3c4\uc2ec\uc758 \uc870\uacbd\uc218\uc5d0\uc11c \ud53c\ud574\uac00 \ud754\ud558\uac8c \ub098\ud0c0\ub0a9\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> \uc54c (\uc9c0\ud45c\uba74\uc5d0\uc11c \uc54c\ub85c \uc6d4\ub3d9)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> 1\ub144\uc5d0 1\uc138\ub300 \ub610\ub294 2\ub144\uc5d0 1\uc138\ub300 (\uac00\ud574 \uc218\uc885 \ubc0f \uc9c0\uc5ed\uc5d0 \ub530\ub77c \ucc28\uc774)<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\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(\uc2dc\ubca0\ub9ac\uc544) \ub4f1 \uad11\ubc94\uc704\ud55c \uc9c0\uc5ed\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. <strong>\ubc84\ub4dc\ub098\ubb34\ub958, \ud3ec\ud50c\ub7ec\ub958, \ubc84\uc998\ub098\ubb34, \ub2e8\ud48d\ub098\ubb34, \uc544\uae4c\uc2dc\ub098\ubb34, \ubc24\ub098\ubb34, \uc624\ub3d9\ub098\ubb34, \ubb3c\ud478\ub808\ub098\ubb34<\/strong> \ub4f1 \ub2e4\uc591\ud55c \ud65c\uc5fd\uc218\uc5d0 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4.\n                    <\/p>\n                <\/div>\n            <\/section>\n\n            <!-- \ud615\ud0dc Section -->\n            <section id=\"morphology\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ubc15\uc950\ub098\ubc29\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc15\uc950\ub098\ubc29\uc740 \uc131\ucda9\uacfc \uc720\ucda9\uc758 \ud06c\uae30 \ubc0f \ud615\ud0dc\uac00 \ub9e4\uc6b0 \ub2e4\ub985\ub2c8\ub2e4. \ud2b9\ud788 \uc131\ucda9\uc740 \ub300\ud615\uc774\uba70, \uc720\ucda9\uc740 \uc904\uae30 \uc18d\uc5d0 \uc228\uc5b4 \uac00\ud574\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"adult\" class=\"stage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc131\ucda9<\/button>\n                        <button data-type=\"larva\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc720\ucda9<\/button>\n                        <button data-type=\"pupa\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\ubc88\ub370\uae30<\/button>\n                    <\/div>\n                    <div id=\"morphology-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"morphology-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/leopard_moth_adult.jpg\" alt=\"\ubc15\uc950\ub098\ubc29 \ud615\ud0dc \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"morphology-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ubc15\uc950\ub098\ubc29\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc15\uc950\ub098\ubc29\uc740 \uc720\ucda9\uc774 \ub098\ubb34 \ub0b4\ubd80\ub97c \uac09\uc544\uba39\ub294 \ucc9c\uacf5\uc131 \ud53c\ud574\uac00 \ud575\uc2ec\uc774\uba70, \uc678\ubd80\uc5d0 \ub3c5\ud2b9\ud55c \ud754\uc801\uc744 \ub0a8\uae41\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-damage-type=\"internal_tunneling\" class=\"damage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc904\uae30 \ub0b4\ubd80 \uc2dd\ud574 (\uc720\ucda9)<\/button>\n                        <button data-damage-type=\"external_frass\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc678\ubd80 \ubc30\ucd9c\ubb3c (\ud639\ucc98\ub7fc \ubcf4\uc784)<\/button>\n                        <button data-damage-type=\"branch_breakage\" class=\"damage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uac00\ud574 \ubd80\uc704 \ubd80\ub7ec\uc9d0<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/bat_moth_larva_in_wood.jpg\" alt=\"\ubc15\uc950\ub098\ubc29 \uc720\ucda9\uc774 \uac00\ud574\ud55c \ub0b4\ubd80 \ubaa8\uc2b5\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ubc15\uc950\ub098\ubc29\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1~2\uc138\ub300 \uacbd\uacfc)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc15\uc950\ub098\ubc29\uc740 1\ub144\uc5d0 1\uc138\ub300 \ub610\ub294 2\ub144\uc5d0 1\uc138\ub300\ub97c \uacbd\uacfc\ud558\uba70, \uc9c0\ud45c\uba74\uc5d0\uc11c \uc54c \uc0c1\ud0dc\ub85c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc720\ucda9 \uc2dc\uae30\uc758 \uac00\ud574 \uc218\uc885\uc5d0 \ub530\ub77c \uc131\ucda9\uc758 \ud06c\uae30 \ubcc0\uc774\uac00 \ud07d\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100 rounded-lg\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\uc54c)<\/p><p class=\"text-sm\">\uc9c0\ud45c\uba74\uc758 \uc9c0\ud53c\ubb3c \ubc11 \ub4f1\uc5d0\uc11c \uc54c \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100 rounded-lg\">\n                            <p class=\"font-semibold\">2. \uc54c \ubd80\ud654 \ubc0f \uc720\ucda9 \ud65c\ub3d9 \uc2dc\uc791 (5\uc6d4)<\/p><p class=\"text-sm\">\uc54c\uc774 \ubd80\ud654\ud558\uace0 \uc5b4\ub9b0 \uc720\ucda9\uc740 \uc9c0\uba74\uc758 \uc9c0\ud53c\ubb3c \ubc11\uc5d0\uc11c \uc7a1\ucd08 \ubfcc\ub9ac \ub4f1 \uc12d\uc2dd<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-yellow-100 rounded-lg\">\n                            <p class=\"font-semibold\">3. \uc720\ucda9 \uc774\ub3d9 \ubc0f \ub098\ubb34 \uac00\ud574<\/p><p class=\"text-sm\">\uc131\uc7a5 \ud6c4 \ucd08\ubaa9\ub958\uc758 \uc904\uae30 \uc18d\uc774\ub098 \uc218\ubaa9\ub958\ub85c \uc774\ub3d9\ud574 \uc904\uae30\ub098 \uac00\uc9c0\ub97c \uba39\uc5b4 \ub4e4\uc5b4\uac10<\/p>\n                        <\/div>\n                         <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-orange-100 rounded-lg\">\n                            <p class=\"font-semibold\">4. \ubc88\ub370\uae30\ud654 (2~4\uc8fc \uc18c\uc694)<\/p><p class=\"text-sm\">\uac00\ud574\ud55c \uc904\uae30 \uc911\uc2ec\ubd80 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub428. \uc6b0\ud654\uae30\uac00 \uac00\uae4c\uc6cc\uc9c0\uba74 \uc2dd\uc785\uacf5\uc5d0 \ubc88\ub370\uae30\uc758 \ubc18 \uc815\ub3c4\ub97c \ub0b4\ub193\uc74c<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                         <div class=\"w-full max-w-md text-center p-3 bg-red-100 rounded-lg\">\n                            <p class=\"font-semibold\">5. \uc131\ucda9 \uc6b0\ud654 \ubc0f \uc0b0\ub780 (8\uc6d4 \ud558\uc21c ~ 10\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\uc131\ucda9 \uc6b0\ud654 \ud6c4 \uc800\ub141\uc5d0 \ud65c\ubc1c\ud788 \ud65c\ub3d9\ud558\uba70, \ub0a0\uba74\uc11c \ub545\uc5d0 3,000~8,000\uac1c(\ucd5c\ub300 1\ub9cc \uac1c \uc774\uc0c1) \uc54c \uc0b0\ub780<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-stone-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ubc15\uc950\ub098\ubc29\uc740 \uc720\ucda9\uc774 \ub098\ubb34 \uc18d\uc5d0 \uc788\uc5b4 \ubc29\uc81c\uac00 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \ucd08\uae30 \uc720\ucda9\uae30\uc640 \uc131\ucda9 \uc0b0\ub780\uae30\ub97c \ub178\ub9b0 \ubb3c\ub9ac\uc801 \ubc29\uc81c\uac00 \uc911\uc694\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"space-y-4\">\n                        <div class=\"p-4 border border-red-200 bg-red-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-red-800 mb-2\">\u203b \ub4f1\ub85d \uc57d\uc81c \uc5c6\uc74c<\/h3>\n                            <p class=\"text-gray-700\">\ud604\uc7ac \ubc15\uc950\ub098\ubc29\uc5d0 \uc9c1\uc811 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uc0b4\ucda9\uc81c\ub97c \ud63c\ud569\ud55c \ud1b1\ubc25\uc744 \uc904\uae30\uc5d0 \uba40\uce6d\ud558\ub294 \ubc29\ubc95\ub3c4 \uc788\uc73c\ub098, \uc2dd\uc6a9\/\uc57d\uc6a9 \uc218\ubaa9\uc5d0\ub294 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"p-4 border border-blue-200 bg-blue-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-blue-800 mb-2\">\u2460 \ubb3c\ub9ac\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ud480\uae4e\uae30 \ucca0\uc800:<\/strong> \uc5b4\ub9b0 \uc720\ucda9\uae30\uc5d0\ub294 \ucd08\ubaa9\ub958\ub97c \uac00\ud574\ud558\ubbc0\ub85c, \uc774 \uc2dc\uae30\uc5d0 \ud480\uae4e\uae30\ub97c \ucca0\uc800\ud788 \ud558\uba74 \ubc1c\uc0dd \uc5b5\uc81c\uc5d0 \ud070 \ub3c4\uc6c0\uc774 \ub429\ub2c8\ub2e4. (5\uc6d4 \ubd80\ud654 \uc9c1\ud6c4)<\/li>\n                                 <li><strong>\ud53c\ud574\ubaa9\/\uace0\uc0ac\ubaa9 \uc81c\uac70:<\/strong> \ud53c\ud574\ubaa9\uacfc \uace0\uc0ac\ubaa9\uc740 \ubc88\uc2dd\ucc98\uac00 \ub420 \uc218 \uc788\uc73c\ubbc0\ub85c \uc81c\uac70\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc720\ucda9 \uc81c\uac70:<\/strong> \uce68\uc785 \uad6c\uba4d\uc5d0 \ucca0\uc0ac \ub4f1\uc744 \ub123\uc5b4 \uc720\ucda9\uc744 \ucc14\ub7ec \uc8fd\uc774\ub294 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-green-200 bg-green-50 rounded-lg\">\n                             <h3 class=\"text-xl font-semibold text-green-800 mb-2\">\u2461 \uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc870\ub958 \ubcf4\ud638:<\/strong> \ucc9c\uacf5\uc131 \ud574\ucda9\uc744 \ucabc\uc544 \uba39\ub294 \uac01\uc885 \uc870\ub958\ub97c \ubcf4\ud638\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uae30\uc0dd\ud30c\ub9ac\ub958:<\/strong> \uc720\ucda9\uc5d0 \uae30\uc0dd\ud558\ub294 \uae30\uc0dd\ud30c\ub9ac\ub958\uac00 \uc788\uc73c\ub098, \ud6a8\uacfc\ub294 \ubbf8\ubbf8\ud558\ub2e4\ub294 \ubcf4\uace0\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-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-12 pt-4 border-t border-gray-200\">\n            <p class=\"text-sm text-gray-500\">\uc815\ubcf4 \ucd9c\ucc98: \uc544\ud30c\ud2b8\uad00\ub9ac\uc2e0\ubb38, \uc0b0\ub9bc\uccad \uad6d\ub9bd\uc0b0\ub9bc\uacfc\ud559\uc6d0 \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 34~45mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 45~110mm\ub85c \uac1c\uccb4 \uac04 \ucc28\uc774\uac00 \ud07d\ub2c8\ub2e4. \ubab8\uacfc \uc55e\ub0a0\uac1c\ub294 \ub2f4\uac08\uc0c9\uc5d0 \uc554\uac08\uc0c9 \ub4f1\uc120\uc774 \uc788\uace0, \uc55e\ub0a0\uac1c\uc5d0 \ubd88\uba85\ub8cc\ud55c \uc554\uac08\uc0c9 \uc6d0\ud615 \ubb34\ub2ac\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc554\ucef7\uc740 \ud68c\ubc31\uc0c9, \uc554\uac08\uc0c9, \uac80\uc740\uc0c9\uc744 \ub760\uace0, \uc218\ucef7\uc740 \uc5f0\ud55c \uc801\uac08\uc0c9\uc774\ub098 \ud751\uac08\uc0c9\uc744 \ub771\ub2c8\ub2e4. \uc800\ub141\uc5d0 \ubc15\uc950\ucc98\ub7fc \ud65c\ubc1c\ud788 \ud65c\ub3d9\ud558\uba70 \ube5b\uc744 \uc88b\uc544\ud569\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \ubab8\uae38\uc774 34~45mm, \ub0a0\uac1c \ud3b8 \uae38\uc774 45~110mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/leopard_moth_adult.jpg' \n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\uba38\ub9ac\uc640 \uc55e\uac00\uc2b4\uc774 \uac08\uc0c9\uc774\uace0 \ubab8\uc740 \uc720\ubc31\uc0c9\uc774\uba70 \ub9c8\ub514\ub9c8\ub2e4 \uac08\uc0c9\ubb34\ub2ac\uac00 \uc0b0\uc7ac\ud569\ub2c8\ub2e4. \ubab8\uae38\uc774 11mm \uc815\ub3c4. \uc5b4\ub9b0 \uc720\ucda9\uc740 \uc9c0\uba74\uc758 \uc9c0\ud53c\ubb3c \ubc11\uc5d0\uc11c \uc7a1\ucd08\ub97c \uc12d\uc2dd\ud558\uba70, \uc131\uc7a5 \ud6c4 \ub098\ubb34 \uc904\uae30 \uc18d\uc774\ub098 \uac00\uc9c0 \uc18d\uc73c\ub85c \uc774\ub3d9\ud558\uc5ec \uace0\ub9ac \ubaa8\uc591(\u74b0\u72c0)\uc73c\ub85c \uc2dd\ud574\ud558\uace0 \uac31\ub3c4(\ud130\ub110)\ub97c \ub9cc\ub4ed\ub2c8\ub2e4. (\uadf8\ub9bc 1 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc57d 11mm (\uc5b4\ub9b0 \uc720\ucda9), \ub2e4 \uc790\ub77c\uba74 \ub354 \ucee4\uc9d0',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/bat_moth_larva_in_wood.jpg' \/\/ Image from the provided PDF\n                },\n                pupa: {\n                    title: '\ubc88\ub370\uae30',\n                    description: '\uc720\ucda9\uc774 \uac00\ud574\ud55c \uac00\uc9c0\uc758 \uc911\uc2ec\ubd80 \uc18d\uc5d0\uc11c \ubc88\ub370\uae30\uac00 \ub429\ub2c8\ub2e4. \ubc88\ub370\uae30 \uae30\uac04\uc740 2~4\uc8fc \uc815\ub3c4\uc785\ub2c8\ub2e4. \uc6b0\ud654\uae30\uac00 \uac00\uae4c\uc6cc\uc9c0\uba74 \uc2dd\uc785\uacf5(\uce68\uc785 \uad6c\uba4d)\uc5d0 \ubc88\ub370\uae30\uc758 \ubc18 \uc815\ub3c4\ub97c \ub0b4\ub193\uace0 \uc6b0\ud654\ud558\ub294 \uc2b5\uc131\uc774 \uc788\uc2b5\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: (\uc815\ubcf4 \uc5c6\uc74c)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/leopard_moth_pupa.jpg' \/\/ Generated image\n                }\n            };\n\n            const damageData = {\n                internal_tunneling: {\n                    title: '\uc904\uae30 \ub0b4\ubd80 \uc2dd\ud574 (\uc720\ucda9)',\n                    description: '\uc131\uc7a5\ud55c \uc720\ucda9\uc774 \ub098\ubb34\uc758 \uc218\ud53c\uc640 \ubaa9\uc9c8\ubd80 \ud45c\uba74\uc744 \uace0\ub9ac \ubaa8\uc591(\u74b0\u72c0)\uc73c\ub85c \uc2dd\ud574\ud558\uace0, \uc774\uc5b4 \uc904\uae30\uc758 \uc911\uc2ec\ubd80\ub85c \uba39\uc5b4 \ub4e4\uc5b4\uac00 \uc704\uc640 \uc544\ub798\ub85c \uac31\ub3c4(\ud130\ub110)\ub97c \ub6ab\uc73c\uba74\uc11c \uc2dd\ud574\ud569\ub2c8\ub2e4. \uc784\ubaa9\uc758 \uacbd\uc6b0 \uc904\uae30 \ubc11 \ubd80\ubd84\uc5d0 \uba39\uc5b4 \ub4e4\uc5b4\uac04 \uad6c\uba4d\uc774 \ub9ce\uc2b5\ub2c8\ub2e4. (\uadf8\ub9bc 1 \ubc15\uc950\ub098\ubc29 \uc720\ucda9 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/bat_moth_larva_in_wood.jpg' \/\/ Image from the provided PDF\n                },\n                external_frass: {\n                    title: '\uc678\ubd80 \ubc30\ucd9c\ubb3c (\ud639\ucc98\ub7fc \ubcf4\uc784)',\n                    description: '\uac00\uc9c0\uc758 \uaecd\uc9c8\uc744 \uace0\ub9ac \ubaa8\uc591\uc73c\ub85c \uba39\uace0 \ub625\uacfc \ub098\ubb34\uac00\ub8e8\ub97c \uac70\ubbf8\uc904\ub85c \uc5ee\uc5b4 \uba39\uc5b4 \ub4e4\uc5b4\uac04 \uad6c\uba4d \uc704\uc5d0 \ub36e\uc5b4\ub193\uae30 \ub54c\ubb38\uc5d0 \uc678\ubd80\uc5d0\uc11c \ud639\ucc98\ub7fc \ubcf4\uc774\ub294 \ub3c5\ud2b9\ud55c \ubc30\ucd9c\ubb3c\uc774 \uc27d\uac8c \ubc1c\uacac\ub429\ub2c8\ub2e4. (\uadf8\ub9bc 2 \ud53c\ud574\ubaa9 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/bat_moth_damage_frass_web.jpg' \/\/ Image from the provided PDF\n                },\n                branch_breakage: {\n                    title: '\uac00\ud574 \ubd80\uc704 \ubd80\ub7ec\uc9d0',\n                    description: '\uc720\ucda9\uc758 \ub0b4\ubd80 \uac00\ud574\ub85c \uc778\ud574 \ub098\ubb34\uc758 \uc904\uae30\ub098 \uac00\uc9c0\uac00 \uc57d\ud574\uc9d1\ub2c8\ub2e4. \uc774\ub85c \uc778\ud574 \uac00\ud574 \ubd80\uc704\uac00 \ubc14\ub78c \ub4f1\uc5d0 \uc27d\uac8c \ubd80\ub7ec\uc9c0\ub294 \ud53c\ud574\uac00 \uac00\uc911\ub418\uc5b4 \ub098\ubb34\uc758 \uc218\ud615\uc744 \ud574\uce58\uac70\ub098 \uace0\uc0ac\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/leopard_moth_branch_breakage.jpg' \/\/ Generated image for concept\n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n            const morphologyMainImage = document.getElementById('morphology-main-image');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyMainImage.src = data.image;\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n            updateMorphologyContent('adult'); \/\/ Initial content for morphology section\n\n            \/\/ Damage section logic\n            const damageTypeButtons = document.querySelectorAll('#damage .damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n            const damageMainImage = document.getElementById('damage-main-image');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n                damageMainImage.src = data.image;\n                damageMainImage.alt = data.title;\n            }\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n            updateDamageContent('internal_tunneling'); \/\/ Initial content for damage section\n\n            const ctx = document.getElementById('controlChart').getContext('2d');\n            new Chart(ctx, {\n                type: 'bar',\n                data: {\n                    labels: ['4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\uc720\ucda9 \ud65c\ub3d9\uae30 (\uc9c0\uc0c1\ubd80 \uc774\ub3d9)',\n                        data: [0, 8, 10, 8, 5, 2, 0], \/\/ Peak May-July\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 \uc6b0\ud654 \ubc0f \uc0b0\ub780\uae30',\n                        data: [0, 0, 0, 0, 5, 10, 8], \/\/ Peak Sept-Oct\n                        backgroundColor: 'rgba(87, 83, 78, 0.6)', \/* stone-700 *\/\n                        borderColor: 'rgba(87, 83, 78, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc5b4\ub9b0 \uc720\ucda9\/\ud480\uae4e\uae30)',\n                        data: [0, 12, 0, 0, 0, 0, 0], \/\/ May\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(59, 130, 246, 0.2)', \/* blue-500 with transparency *\/\n                        borderColor: 'rgba(59, 130, 246, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\ud53c\ud574\ubaa9 \uc81c\uac70\/\ucca0\uc0ac \ubc29\uc81c)',\n                        data: [0, 0, 0, 0, 0, 12, 12], \/\/ Sept-Oct (after adult emergence, before pupation in tree)\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(101, 163, 13, 0.2)', \/* lime-600 with transparency *\/\n                        borderColor: 'rgba(101, 163, 13, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\n                options: {\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        legend: {\n                           display: true,\n                           position: 'top',\n                           labels: {\n                               usePointStyle: false,\n                           }\n                        },\n                        tooltip: {\n                           mode: 'index',\n                           intersect: false,\n                           callbacks: {\n                                label: function(context) {\n                                    if (context.dataset.label.includes('\ubc29\uc81c \ucd94\ucc9c \uae30\uac04')) {\n                                        if (context.dataset.label.includes('\uc5b4\ub9b0 \uc720\ucda9')) return ` ${context.dataset.label}: 5\uc6d4`;\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: '\ubc15\uc950\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<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=\"450\" height=\"378\" data-id=\"2579\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg\" alt=\"\" class=\"wp-image-2579\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg 450w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9-300x252.jpg 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" data-id=\"2580\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc15\uc950\ub098\ubc29-\ud53c\ud574.jpg\" alt=\"\" class=\"wp-image-2580\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc15\uc950\ub098\ubc29-\ud53c\ud574.jpg 600w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc15\uc950\ub098\ubc29-\ud53c\ud574-300x200.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"399\" data-id=\"2581\" src=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc15\uc950\ub098\ubc29.jpg\" alt=\"\" class=\"wp-image-2581\" srcset=\"https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc15\uc950\ub098\ubc29.jpg 600w, https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ubc15\uc950\ub098\ubc29-300x200.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/figure>\n","protected":false},"featured_media":2579,"template":"","meta":{"_acf_changed":false,"_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":[153,164,136,192,191,147,190,175,194,195,167,193],"pest-category":[143,94],"pest-overwintering":[82],"class_list":["post-2578","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-153","pest-target-164","pest-target-136","pest-target-192","pest-target-191","pest-target-147","pest-target-190","pest-target-175","pest-target-194","pest-target-195","pest-target-167","pest-target-193","pest-category-143","pest-category-94","pest-overwintering-egg"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg",450,378,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9-300x252.jpg",300,252,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg",450,378,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg",450,378,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg",450,378,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/450px-\ubc15\uc950\ub098\ubc29_\uc720\ucda9.jpg",450,378,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ubc15\uc950\ub098\ubc29 \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ubc15\uc950\ub098\ubc29(Endoclyta excrescens Butler)\uc774\ub780? \ubc15\uc950\ub098\ubc29\uc740 \ubc15\uc950\ub098\ubc29\uacfc\uc5d0 \uc18d\ud558\ub294 \ub300\ud615 \uc2dd\ubaa9\uc7ac\uc131 \ub098\ubc29\uc785\ub2c8\ub2e4. \uc720\ucda9\uc774 [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2578","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\/2579"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2578"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2578"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2578"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2578"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}