{"id":2645,"date":"2025-06-23T11:09:02","date_gmt":"2025-06-23T11:09:02","guid":{"rendered":"https:\/\/hstc.treecare.co.kr\/?post_type=pest&#038;p=2645"},"modified":"2025-06-23T11:09:09","modified_gmt":"2025-06-23T11:09:09","slug":"%ed%96%a5%eb%82%98%eb%ac%b4%ed%95%98%eb%8a%98%ec%86%8c","status":"publish","type":"pest","link":"https:\/\/hstc.treecare.co.kr\/?pest=%ed%96%a5%eb%82%98%eb%ac%b4%ed%95%98%eb%8a%98%ec%86%8c","title":{"rendered":"\ud5a5\ub098\ubb34\ud558\ub298\uc18c"},"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>\ud5a5\ub098\ubb34\ud558\ub298\uc18c \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: Evergreen Forest -->\n    <!-- Application Structure Plan: The SPA for Juniper Borer 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 (internal tunneling, hidden frass, tree mortality). '\uc0dd\ud65c\uc0ac' includes a flowchart to visualize its single-generational life cycle. '\ubc29\uc81c \ubc29\ubc95' incorporates a Chart.js visualization to illustrate optimal control timings, primarily focusing on adult emergence and physical removal of infested wood. -->\n    <!-- Visualization & Content Choices: \n        1. Report Info: Pest Morphology (Adult, Larva, Egg) -> Goal: Inform & Identify -> Viz\/Method: Interactive image gallery with buttons for '\uc131\ucda9 (\uc554\/\uc218)', '\uc720\ucda9', '\uc54c' -> Interaction: Clicking buttons updates image and descriptive text for each form, including size and distinctive markings. -> Justification: Visual identification of key life stages, particularly the adult's unique markings and the large larva, is crucial for users. -> Library: Vanilla JS.\n        2. Report Info: Damage Types (Internal tunneling, Hidden frass, Branch\/tree dieback, Rapid tree mortality) -> Goal: Inform & Diagnose -> Viz\/Method: Interactive image gallery with buttons for '\uc218\ud53c \ubc11 \uac31\ub3c4', '\ud53c\ud574 \uac00\uc9c0 \uace0\uc0ac', '\uc218\uc561 \uc774\ub3d9 \ucc28\ub2e8' -> Interaction: Clicking buttons updates image and descriptive text. Clearly shows the internal and often hidden nature of the damage, and its severe impact. -> Justification: The concealed nature of the damage requires clear visual explanation of internal signs and external consequences. -> Library: Vanilla JS.\n        3. Report Info: Lifecycle (Adult overwintering in pupal chamber, 1 generation\/year, specific timings for emergence, egg laying, larval feeding, pupation) -> Goal: Organize & Show Change -> Viz\/Method: HTML\/CSS vertical flowchart -> Interaction: Static visual aid -> Justification: Visualizing the annual, single-generational lifecycle with precise timings for each stage is essential for understanding pest biology and planning control measures. -> Library: HTML\/Tailwind.\n        4. Report Info: Chemical Control Timing (Targeting emerging adults in spring, emphasis on physical removal of infested trees) -> Goal: Inform & Guide -> Viz\/Method: Bar Chart -> Interaction: Hover tooltips -> Justification: The chart clearly illustrates the primary window for potential chemical intervention (spring adult emergence) while emphasizing the importance of physical removal due to lack of registered pesticides for this pest. -> 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: #065F46; \/* emerald-800 *\/\n            color: #ECFDF5; \/* emerald-50 *\/\n            font-weight: 700;\n        }\n        .content-section {\n            display: none;\n        }\n        .content-section.active {\n            display: block;\n        }\n        .stage-btn.active, .damage-btn.active {\n            background-color: #10B981; \/* emerald-500 *\/\n            color: white;\n            font-weight: 600;\n            transform: scale(1.05);\n        }\n        .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        <header class=\"text-center mb-8\">\n            <!-- \ubcd1\ud574\ucda9\uba85\uacfc \ud559\uba85 \uc81c\uac70\ub428 -->\n        <\/header>\n\n        <nav class=\"flex justify-center bg-gray-200 rounded-lg p-2 mb-8 shadow-sm\">\n            <button data-tab=\"overview\" class=\"nav-btn active flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-emerald-100\">\uac1c\uc694<\/button>\n            <button data-tab=\"morphology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-emerald-100\">\ud615\ud0dc<\/button>\n            <button data-tab=\"damage\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-emerald-100\">\ud53c\ud574 \uc99d\uc0c1<\/button>\n            <button data-tab=\"ecology\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-emerald-100\">\uc0dd\ud65c\uc0ac<\/button>\n            <button data-tab=\"control\" class=\"nav-btn flex-1 md:flex-none text-center py-2 px-4 rounded-md text-gray-700 hover:bg-emerald-100\">\ubc29\uc81c \ubc29\ubc95<\/button>\n        <\/nav>\n\n        <main id=\"app-content\">\n            \n            <!-- \uac1c\uc694 Section -->\n            <section id=\"overview\" class=\"content-section active space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud558\ub298\uc18c (<i>Semanotus bifasciatus<\/i>)\ub780?<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed\">\n                        \ud5a5\ub098\ubb34\ud558\ub298\uc18c\ub294 \ub531\uc815\ubc8c\ub808\ubaa9 \ud558\ub298\uc18c\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc73c\ub85c, \uc8fc\ub85c \uce21\ubc31\ub098\ubb34\uacfc \uc218\ubaa9\uc5d0 \ud53c\ud574\ub97c \uc90d\ub2c8\ub2e4. \uc720\ucda9\uc774 \uc218\ud53c \ubc11 \ud615\uc131\uce35\uc744 \uac09\uc544\uba39\uc5b4 \uc218\uc561 \uc774\ub3d9\uc744 \ucc28\ub2e8\ud558\uace0 \ub098\ubb34\ub97c \uace0\uc0ac\uc2dc\ud0a4\ub294 \uc2ec\uac01\ud55c \ud53c\ud574\ub97c \uc720\ubc1c\ud569\ub2c8\ub2e4. \ubc8c\ub808\ub625\uc744 \uac31\ub3c4\uc5d0 \uc313\uc544\ub450\uc5b4 \uc678\ubd80\ub85c \uc99d\uc0c1\uc774 \uc798 \ubcf4\uc774\uc9c0 \uc54a\ub294 \uac83\uc774 \ud2b9\uc9d5\uc774\uba70, \uc774\uc2dd\ud55c \ub2e4\uc74c\ud574 \ud53c\ud574\uac00 \uc2ec\ud55c \uacbd\uc6b0\uac00 \ub9ce\uc2b5\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> \uc131\ucda9 (\ud53c\ud574\ubaa9\uc758 \uc6a9\uc2e4(\u86f9\u5ba4)\uc5d0\uc11c \uc6d4\ub3d9)<\/li>\n                        <li><strong>\ubc1c\uc0dd \ud69f\uc218:<\/strong> \uc5f0 1\ud68c<\/li>\n                    <\/ul>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-emerald-800 mb-3\">\ubd84\ud3ec \ubc0f \uc8fc\uc694 \uac00\ud574 \uc218\uc885<\/h3>\n                    <p class=\"text-gray-700 mb-4\">\n                        \ud55c\uad6d, \uc77c\ubcf8, \ub300\ub9cc, \uc911\uad6d \ub4f1 \ub3d9\uc544\uc2dc\uc544 \uc9c0\uc5ed\uc5d0 \ubd84\ud3ec\ud569\ub2c8\ub2e4. \uc8fc\uc694 \uac00\ud574 \uc218\uc885\uc740 <strong>\ud5a5\ub098\ubb34, \uc5f0\ud544\ud5a5\ub098\ubb34, \uac00\uc774\uc988\uae4c\ud5a5\ub098\ubb34, \ub178\uac04\uc8fc\ub098\ubb34, \uce21\ubc31\ub098\ubb34, \uc11c\uc591\uce21\ubc31\ub098\ubb34, \ub098\ud55c\ubc31, \ud3b8\ubc31\ub098\ubb34, \uc0bc\ub098\ubb34<\/strong> \ub4f1 \uce21\ubc31\ub098\ubb34\ub958 \uce68\uc5fd\uc218\uc785\ub2c8\ub2e4. \ud2b9\ud788 \ub3c4\uc2ec \uc9c0\uc5ed\uc758 \ud5a5\ub098\ubb34\ub958\ub294 \ub9cc\uc131 \uacf5\ud574\uc640 \ubd80\uc801\ub2f9\ud55c \ud658\uacbd \uc870\uac74\uc73c\ub85c \uc218\uc138\uac00 \uc1e0\uc57d\ud574\uc9c0\uae30 \uc26c\uc6cc \ud53c\ud574\uac00 \uc99d\uac00\ud558\ub294 \uacbd\ud5a5\uc774 \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 rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud558\ub298\uc18c\uc758 \ud615\ud0dc\uc801 \ud2b9\uc9d5<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud558\ub298\uc18c\ub294 \uc131\ucda9\uacfc \uc720\ucda9, \uc54c\uc758 \ud615\ud0dc\uac00 \ub69c\ub837\ud569\ub2c8\ub2e4.\n                    <\/p>\n                    <div class=\"flex flex-wrap justify-center gap-2 md:gap-4 mb-6\">\n                        <button data-type=\"adult\" class=\"stage-btn active text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc131\ucda9 (\uc554\/\uc218)<\/button>\n                        <button data-type=\"larva\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc720\ucda9<\/button>\n                        <button data-type=\"egg\" class=\"stage-btn text-sm md:text-base py-2 px-4 bg-gray-200 rounded-full font-semibold shadow-sm transition-transform duration-200\">\uc54c<\/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\/Semanotus_bifasciatus_adult.jpg\" alt=\"\ud5a5\ub098\ubb34\ud558\ub298\uc18c \uc131\ucda9 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"morphology-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"morphology-title\" class=\"text-xl font-semibold text-emerald-700 mb-2\"><\/h3>\n                            <p id=\"morphology-description\" class=\"text-gray-700\"><\/p>\n                            <p id=\"morphology-size\" class=\"text-sm text-gray-600 mt-2\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ud53c\ud574 \uc99d\uc0c1 Section -->\n            <section id=\"damage\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud558\ub298\uc18c\uc758 \uc8fc\uc694 \ud53c\ud574 \uc99d\uc0c1<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud558\ub298\uc18c\uc758 \ud53c\ud574\ub294 \uc720\ucda9\uc774 \ub098\ubb34 \ub0b4\ubd80\uc5d0 \uac00\ud574\ud558\uc5ec \ubc1c\uc0dd\ud558\uba70, \uc678\ubd80\ub85c \uc798 \ub4dc\ub7ec\ub098\uc9c0 \uc54a\ub294 \uac83\uc774 \ud2b9\uc9d5\uc785\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\">\uc218\ud53c \ubc11 \ud615\uc131\uce35 \uac00\ud574<\/button>\n                        <button data-damage-type=\"hidden_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\">\uac31\ub3c4 \ub0b4 \ubc8c\ub808\ub625 \ucda9\uc804<\/button>\n                        <button data-damage-type=\"tree_dieback\" 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\">\ub098\ubb34 \uace0\uc0ac<\/button>\n                    <\/div>\n                    <div id=\"damage-content\" class=\"md:flex md:items-center md:space-x-6 p-4 border border-gray-200 rounded-lg\">\n                        <img decoding=\"async\" id=\"damage-main-image\" src=\"https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_cambium_damage.jpg\" alt=\"\uc218\ud53c \ubc11 \ud615\uc131\uce35 \uac00\ud574 \ud754\uc801 \uc774\ubbf8\uc9c0\" class=\"w-full md:w-1\/2 rounded-lg shadow-md mb-4 md:mb-0\">\n                        <div id=\"damage-text\" class=\"md:w-1\/2\">\n                            <h3 id=\"damage-title\" class=\"text-xl font-semibold text-emerald-700 mb-2\"><\/h3>\n                            <p id=\"damage-description\" class=\"text-gray-700\"><\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \uc0dd\ud65c\uc0ac Section -->\n            <section id=\"ecology\" class=\"content-section space-y-6\">\n                 <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud5a5\ub098\ubb34\ud558\ub298\uc18c\uc758 \uc0dd\ud65c\uc0ac (\uc5f0 1\ud68c \ubc1c\uc0dd)<\/h2>\n                     <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud558\ub298\uc18c\ub294 1\ub144\uc5d0 1\ud68c \ubc1c\uc0dd\ud558\uba70, \uc131\ucda9 \uc0c1\ud0dc\ub85c \ud53c\ud574\ubaa9\uc758 \uc6a9\uc2e4(\ubc88\ub370\uae30 \ubc29)\uc5d0\uc11c \uc6d4\ub3d9\ud569\ub2c8\ub2e4. \uc774\uc2dd\ud55c \ub2e4\uc74c \ud574\uc5d0 \ud53c\ud574\uac00 \uc2ec\ud558\uac8c \ub098\ud0c0\ub098\ub294 \uacbd\ud5a5\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n                    <\/p>\n                     <div class=\"flex flex-col items-center space-y-2\">\n                        <div class=\"w-full max-w-md text-center p-3 bg-blue-100 rounded-lg\">\n                            <p class=\"font-semibold\">1. \uc6d4\ub3d9 (\uc131\ucda9)<\/p><p class=\"text-sm\">\ud53c\ud574\ubaa9 \ub0b4\ubd80\uc758 \uc6a9\uc2e4(\ubc88\ub370\uae30 \ubc29)\uc5d0\uc11c \uc131\ucda9 \uc0c1\ud0dc\ub85c \uaca8\uc6b8\uc744 \ubcf4\ub0c4 (4~5\uac1c\uc6d4\uac04 \uc6d4\ub3d9)<\/p>\n                        <\/div>\n                        <div class=\"text-2xl text-gray-400\">\u2193<\/div>\n                        <div class=\"w-full max-w-md text-center p-3 bg-green-100 rounded-lg\">\n                            <p class=\"font-semibold\">2. \uc131\ucda9 \ud0c8\ucd9c \ubc0f \uc0b0\ub780 (3\uc6d4 ~ 5\uc6d4)<\/p><p class=\"text-sm\">\uc6d4\ub3d9 \uc131\ucda9\uc774 \ud0c8\ucd9c\uacf5\uc744 \ub6ab\uace0 \ub098\uc640 \uc989\uc2dc \uad50\ubbf8. \uc218\ud53c \ud2c8\uc5d0 1~5\uac1c\uc529 \uc54c \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 rounded-lg\">\n                            <p class=\"font-semibold\">3. \uc720\ucda9 \ubd80\ud654 \ubc0f \uac00\ud574 (\uc54c \uae30\uac04 \uc57d 18\uc77c)<\/p><p class=\"text-sm\">\uc54c\uc774 \ubd80\ud654\ud55c \ud6c4 \uc720\ucda9\uc740 \uc218\ud53c\ub97c \ub6ab\uace0 \ub4e4\uc5b4\uac00 \ud615\uc131\uce35\uc744 \ubd88\uaddc\uce59\ud558\uace0 \ud3b8\ud3c9\ud558\uac8c \uc2dd\ud574. \uac31\ub3c4\uc5d0 \ubc8c\ub808\ub625\uc744 \ucc44\uc6c0 (\uc720\ucda9 \uae30\uac04 \uc57d 120\uc77c)<\/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. \ub178\uc219\uc720\ucda9 \ubc88\ub370\uae30\ud654 (7\uc6d4 \uc0c1\uc21c ~ 9\uc6d4 \uc0c1\uc21c)<\/p><p class=\"text-sm\">\ub178\uc219 \uc720\ucda9\uc774 \uc2ec\uc7ac\ubd80\ub85c \uad6c\uba4d\uc744 \ud30c\uace0 \ub4e4\uc5b4\uac00 \uc6a9\uc2e4\uc744 \ub9cc\ub4e4\uace0 \ubc88\ub370\uae30\uac00 \ub428 (\ubc88\ub370\uae30 \uae30\uac04 \uc57d 18\uc77c)<\/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 \uc6d4\ub3d9 \uc900\ube44 (9\uc6d4 \uc774\ud6c4)<\/p><p class=\"text-sm\">\uc6a9\uc2e4\uc5d0\uc11c \uc6b0\ud654\ud55c \uc131\ucda9\uc740 \ub2e4\uc74c \ud574 \ubd04 \uc0b0\ub780\uc744 \uc704\ud574 \uc6d4\ub3d9 \uc900\ube44<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- \ubc29\uc81c \ubc29\ubc95 Section -->\n            <section id=\"control\" class=\"content-section space-y-6\">\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h2 class=\"text-2xl font-bold text-emerald-800 mb-4\">\ud6a8\uacfc\uc801\uc778 \ubc29\uc81c \ubc29\ubc95<\/h2>\n                    <p class=\"text-gray-700 leading-relaxed mb-6\">\n                        \ud5a5\ub098\ubb34\ud558\ub298\uc18c \ubc29\uc81c\ub294 \uc720\ucda9\uc758 \uc228\uc740 \ud53c\ud574 \ub54c\ubb38\uc5d0 \uc5b4\ub824\uc6b0\ubbc0\ub85c, \uc608\ubc29 \ubc0f \ud53c\ud574\ubaa9 \uad00\ub9ac\uc5d0 \uc911\uc810\uc744 \ub461\ub2c8\ub2e4. \ud2b9\ud788 \uc218\uc138\uac00 \uc1e0\uc57d\ud55c \ub098\ubb34\uc5d0 \uc8fc\ub85c \ubc1c\uc0dd\ud558\ubbc0\ub85c \ub098\ubb34 \uac74\uac15 \uad00\ub9ac\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 \ud5a5\ub098\ubb34\ud558\ub298\uc18c\uc5d0 \uc9c1\uc811 \ub4f1\ub85d\ub41c \uc57d\uc81c\ub294 \uc5c6\uc2b5\ub2c8\ub2e4. \uc720\uc0ac \ud574\ucda9\uc5d0 \ub4f1\ub85d\ub41c \uc57d\uc81c \uc0ac\uc6a9 \uc2dc \uc57d\ud574(\uc57d\uc81c \ud53c\ud574)\uc5d0 \uc8fc\uc758\ud574\uc57c \ud569\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 \ubc0f \ud658\uacbd \uad00\ub9ac<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\ud53c\ud574\ubaa9\/\uac00\uc9c0 \uc81c\uac70:<\/strong> \ud53c\ud574\ub97c \ubc1b\uc740 \ub098\ubb34\ub098 \uac00\uc9c0(\ud2b9\ud788 \uace0\uc0ac\ub41c \ubd80\uc704)\ub294 <strong>10\uc6d4\ubd80\ud130 \uc774\ub4ec\ud574 2\uc6d4\uae4c\uc9c0<\/strong> \ubc8c\ucc44\ud558\uc5ec \uc18c\uac01\ud569\ub2c8\ub2e4. \uc774\ub294 \ubc88\uc2dd\ucc98\ub97c \uc5c6\uc560\ub294 \uac00\uc7a5 \ud6a8\uacfc\uc801\uc778 \ubc29\ubc95\uc785\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc218\uc138 \uad00\ub9ac:<\/strong> \uc1e0\uc57d\ubaa9\uc774\ub098 \uc774\uc2dd\ubaa9\uc5d0 \uc8fc\ub85c \uc0b0\ub780\ud558\ubbc0\ub85c, \ub098\ubb34\uac00 \uc1e0\uc57d\ud574\uc9c0\uc9c0 \uc54a\ub3c4\ub85d \uac74\uac15\ud558\uac8c \uad00\ub9ac\ud569\ub2c8\ub2e4. \uac74\uac15\ud55c \ub098\ubb34\ub294 \uc1a1\uc9c4 \ub4f1\uc73c\ub85c \ud574\ucda9 \uce68\uc785\uc5d0 \uac15\ud569\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc720\ucda9 \uc81c\uac70:<\/strong> \uce68\uc785 \uad6c\uba4d(\uac31\ub3c4)\uc5d0 \ucca0\uc0ac\ub97c \uc774\uc6a9\ud574 \uc720\ucda9\uc744 \ucc14\ub7ec \uc8fd\uc774\ub294 \ubc29\ubc95\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                                 <li><strong>\uc218\uac04 \ube44\ub2d0 \uac10\uae30:<\/strong> \uc218\uc138\uac00 \uc1e0\uc57d\ud560 \ub54c\ub294 3\uc6d4 \uc911\uc21c\ubd80\ud130 \uc218\uac04\uc5d0 \ube44\ub2d0\uc744 \uac10\uc544\uc8fc\uc5b4 \uc131\ucda9\uc758 \uc0b0\ub780 \ubc0f \uc720\ucda9\uc758 \uce68\uc785\uc744 \ubc29\ud574\ud560 \uc218 \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 \ud654\ud559\uc801 \ubc29\uc81c (\ube44\ub4f1\ub85d \uc57d\uc81c \ud65c\uc6a9)<\/h3>\n                             <ul class=\"list-disc list-inside text-gray-700\">\n                                 <li><strong>\uc0b4\ud3ec \uc2dc\uae30 (\uc608\uc2dc):<\/strong> \uc131\ucda9\uc774 \ud0c8\ucd9c\ud558\uc5ec \uc0b0\ub780\ud558\ub294 <strong>3\uc6d4 \uc911\uc21c\ubd80\ud130 5\uc6d4<\/strong>\uc5d0 \uc904\uae30\ub098 \uac00\uc9c0\uc5d0 \uc0b4\ucda9\uc81c\ub97c \uc0b4\ud3ec\ud558\ub294 \uac83\uc744 \uace0\ub824\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. (1\uc8fc\uc77c \uac04\uaca9\uc73c\ub85c 3~4\ud68c \uc0b4\ud3ec)<\/li>\n                                 <li><strong>\uc57d\uc81c \uc885\ub958 (\uc608\uc2dc):<\/strong> \uba54\ud504\uc81c(50%) 200\ubc30\uc561. \ub2e8, \ud3b8\ubc31\ub098\ubb34\ub294 \uba54\ud504\uc81c\uc5d0 \uc57d\ud574\uac00 \uc788\uc73c\ubbc0\ub85c \ub2e4\ub978 \uc57d\uc81c\ub85c \ub300\uccb4 \uc0b4\ud3ec\ud574\uc57c \ud569\ub2c8\ub2e4.<\/li>\n                             <\/ul>\n                        <\/div>\n                        <div class=\"p-4 border border-yellow-200 bg-yellow-50 rounded-lg\">\n                            <h3 class=\"text-xl font-semibold text-yellow-800 mb-2\">\u2462 \uc0dd\ubb3c\uc801 \ubc29\uc81c<\/h3>\n                            <ul class=\"list-disc list-inside text-gray-700\">\n                                <li><strong>\ucc9c\uc801 \ubcf4\ud638:<\/strong> \uae30\uc0dd\uc131 \ucc9c\uc801(\uc880\ubc8c\ub958, \ub9f5\uc2dc\ubc8c\ub958, \uae30\uc0dd\ud30c\ub9ac\ub958)\uacfc \ud3ec\uc2dd\uc131 \ucc9c\uc801(\ub531\ub530\uad6c\ub9ac\ub958 \ub4f1 \uc870\ub958)\uc744 \ubcf4\ud638\ud569\ub2c8\ub2e4.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"p-6 bg-white rounded-lg shadow\">\n                    <h3 class=\"text-xl font-semibold text-emerald-800 mb-4 text-center\">\uc8fc\uc694 \ud65c\ub3d9 \uc2dc\uae30 \ubc0f \ubc29\uc81c \uc801\uae30<\/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: \uc784\uc5c5\uc5f0\uad6c\uc6d0, \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 \uc57d 15mm. \ubab8\uc740 \uac80\uc740\uc0c9\uc774\uace0 \ub0a9\uc791\ud55c \ud615\ud0dc\uc785\ub2c8\ub2e4. \uba38\ub9ac\uc640 \uac00\uc2b4\uc5d0 \uae34 \ud138\uc774 \ub098 \uc788\uc2b5\ub2c8\ub2e4. \uc55e\ub0a0\uac1c\ub294 \ub2f4\ud669\uc0c9\uc774\uba70 \uc911\uc559\uacfc \ub05d\uc5d0 \uac80\uc740\uc0c9\uc758 \ub113\uc740 \ub760\uac00 \uc788\uace0 \uae30\ubd80\uc5d0\ub294 \ud669\uac08\uc0c9\uc758 \ub760\uac00 \uc788\uc2b5\ub2c8\ub2e4. \uc55e\uac00\uc2b4\ub4f1\ud310\uc5d0 3\uac1c\uc758 \ub3cc\uae30\uac00 \uc788\uc2b5\ub2c8\ub2e4. (\uadf8\ub9bc 1 \ud5a5\ub098\ubb34\ud558\ub298\uc18c \uc554\u00b7\uc218\uc131\ucda9 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc57d 15mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_adult.jpg' \n                },\n                larva: {\n                    title: '\uc720\ucda9',\n                    description: '\ubab8\uae38\uc774 45mm \ub0b4\uc678. \uccb4\uc0c9\uc740 \uc720\ubc31\uc0c9\uc774\uba70 \uba38\ub9ac\uc640 \uacbd\ud53c\ud310(\uac00\uc2b4\uc758 \ub4f1 \ucabd \ud310)\uc740 \ud669\uac08\uc0c9\uc785\ub2c8\ub2e4. \uc218\ud53c \ubc11 \ud615\uc131\uce35\uc744 \ubd88\uaddc\uce59\ud558\uace0 \ud3b8\ud3c9\ud558\uac8c \uac09\uc544\uba39\uc73c\uba70 \uac31\ub3c4\uc5d0 \ubc8c\ub808\ub625\uc744 \ucc44\uc6cc\ub193\uc2b5\ub2c8\ub2e4. (\uadf8\ub9bc \ud5a5\ub098\ubb34\ud558\ub298\uc18c \uc720\ucda9 \ucc38\uace0)',\n                    size: '\ud06c\uae30: \uc57d 45mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_larva.jpg' \n                },\n                egg: {\n                    title: '\uc54c',\n                    description: '\ud0c0\uc6d0\ud615\uc73c\ub85c \uc7a5\uacbd \uc57d 2mm, \ud669\uac08\uc0c9\uc785\ub2c8\ub2e4. \uc131\ucda9\uc774 \uc218\ud53c \ud2c8\uc5d0 1~5\uac1c\uc529 \ub0b3\uc2b5\ub2c8\ub2e4. \uc54c \uae30\uac04\uc740 \uc57d 18\uc77c\uc785\ub2c8\ub2e4.',\n                    size: '\ud06c\uae30: \uc7a5\uacbd \uc57d 2mm',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_egg.jpg' \n                }\n            };\n\n            const damageData = {\n                internal_tunneling: {\n                    title: '\uc218\ud53c \ubc11 \ud615\uc131\uce35 \uac00\ud574',\n                    description: '\uc720\ucda9\uc774 \ub098\ubb34\uaecd\uc9c8(\uc218\ud53c) \ubc11\uc758 \ud615\uc131\uce35 \ubd80\uc704\ub97c \uac09\uc544\uba39\uc5b4 \uc218\uc561\uc758 \uc774\ub3d9\uc744 \ucc28\ub2e8\ud569\ub2c8\ub2e4. \uc218\uac04\uc5d0 \uc0c1\ud558\ub85c \ud30c\uace0 \ub4e4\uc5b4\uac00\uac70\ub098, \ub54c\ub85c\ub294 \uc904\uae30\ub97c \ud55c \ubc14\ud034 \ub3cc\uba74\uc11c \uc218\ud3c9\uc73c\ub85c \uac00\ud574\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. (\uadf8\ub9bc \uc720\ucda9\uc758 \uac00\ud574\ud754\uc801, \uc218\ud53c\ub0b4\uc758 \uac00\ud574\uc720\ucda9 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_cambium_damage.jpg' \n                },\n                hidden_frass: {\n                    title: '\uac31\ub3c4 \ub0b4 \ubc8c\ub808\ub625 \ucda9\uc804',\n                    description: '\uc720\ucda9\uc774 \uac00\ud574\ud558\uba74\uc11c \uc0dd\uae34 \uad6c\uba4d(\uac31\ub3c4)\uc5d0 \ubc8c\ub808\ub625\uc744 \uaf49 \ucc44\uc6cc\ub193\uae30 \ub54c\ubb38\uc5d0 \uc218\ud53c \ubc16\uc73c\ub85c\ub294 \uc544\ubb34\ub7f0 \uc99d\uc0c1\uc774 \ubcf4\uc774\uc9c0 \uc54a\uc544 \ud53c\ud574 \ubc1c\uacac\uc774 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \ub098\ubb34\uac00 \uace0\uc0ac\ub41c \ud6c4\uc5d0\uc57c \uc218\ud53c\ub97c \ubc97\uaca8\ubcf4\uba74 \uac31\ub3c4\uc640 \ubc8c\ub808\ub625\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_hidden_frass.jpg' \n                },\n                tree_dieback: {\n                    title: '\ub098\ubb34 \uace0\uc0ac',\n                    description: '\uc218\uc561 \uc774\ub3d9\uc774 \ucc28\ub2e8\ub418\uace0 \uc720\ucda9\uc758 \uc9c0\uc18d\uc801\uc778 \uac00\ud574\ub85c \uc778\ud574 \ub098\ubb34\uac00 \uae09\uc18d\ud788 \uc1e0\uc57d\ud574\uc9c0\uace0 \uace0\uc0ac\ud569\ub2c8\ub2e4. \ud2b9\ud788 \uc904\uae30\ub97c \ud55c \ubc14\ud034 \ub3cc\uba74\uc11c \uc218\ud3c9\uc73c\ub85c \uac00\ud574\ud558\ub294 \uacbd\uc6b0 \ub098\ubb34\uc758 \uace0\uc0ac \uc18d\ub3c4\uac00 \ube60\ub985\ub2c8\ub2e4. (\uadf8\ub9bc \ud53c\ud574\ub97c \ubc1b\uc544 \uace0\uc0ac\ud55c \uac00\uc9c0 \ucc38\uace0)',\n                    image: 'https:\/\/storage.googleapis.com\/aai-web-samples\/Semanotus_bifasciatus_tree_dieback.jpg' \n                }\n            };\n            \n            const setupImageFallback = (imgElement) => {\n                if (!imgElement) return;\n                imgElement.onerror = () => {\n                    const altText = imgElement.alt || '\uc774\ubbf8\uc9c0 \ub85c\ub529 \uc2e4\ud328';\n                    const placeholderUrl = `https:\/\/placehold.co\/400x300\/e2e8f0\/4a5568?text=${encodeURIComponent(altText)}`;\n                    imgElement.src = placeholderUrl;\n                    imgElement.onerror = null;\n                };\n            };\n            \n            setupImageFallback(document.getElementById('morphology-main-image'));\n            setupImageFallback(document.getElementById('damage-main-image'));\n\n            tabs.forEach(tab => {\n                tab.addEventListener('click', () => {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    tab.classList.add('active');\n                    sections.forEach(section => {\n                        section.classList.remove('active');\n                        if (section.id === tab.dataset.tab) {\n                            section.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Morphology section logic\n            const morphologyTypeButtons = document.querySelectorAll('#morphology .stage-btn');\n            const morphologyTitle = document.getElementById('morphology-title');\n            const morphologyDescription = document.getElementById('morphology-description');\n            const morphologySize = document.getElementById('morphology-size');\n            const morphologyMainImage = document.getElementById('morphology-main-image');\n\n            function updateMorphologyContent(type) {\n                morphologyTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#morphology .stage-btn[data-type=\"${type}\"]`).classList.add('active');\n                \n                const data = morphologyData[type];\n                morphologyTitle.textContent = data.title;\n                morphologyDescription.textContent = data.description;\n                morphologySize.textContent = data.size;\n                morphologyMainImage.src = data.image;\n                morphologyMainImage.alt = `${data.title} \uc774\ubbf8\uc9c0`;\n            }\n\n            morphologyTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateMorphologyContent(button.dataset.type);\n                });\n            });\n            updateMorphologyContent('adult'); \/\/ Initial content for morphology section\n\n            \/\/ Damage section logic\n            const damageTypeButtons = document.querySelectorAll('#damage .damage-btn');\n            const damageTitle = document.getElementById('damage-title');\n            const damageDescription = document.getElementById('damage-description');\n            const damageMainImage = document.getElementById('damage-main-image');\n\n            function updateDamageContent(type) {\n                damageTypeButtons.forEach(btn => btn.classList.remove('active'));\n                document.querySelector(`#damage .damage-btn[data-damage-type=\"${type}\"]`).classList.add('active');\n                \n                const data = damageData[type];\n                damageTitle.textContent = data.title;\n                damageDescription.textContent = data.description;\n                damageMainImage.src = data.image;\n                damageMainImage.alt = data.title;\n            }\n\n            damageTypeButtons.forEach(button => {\n                button.addEventListener('click', () => {\n                    updateDamageContent(button.dataset.damageType);\n                });\n            });\n            updateDamageContent('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: ['3\uc6d4', '4\uc6d4', '5\uc6d4', '6\uc6d4', '7\uc6d4', '8\uc6d4', '9\uc6d4', '10\uc6d4'],\n                    datasets: [{\n                        label: '\uc131\ucda9 \ud0c8\ucd9c \ubc0f \uc0b0\ub780',\n                        data: [5, 10, 8, 2, 0, 0, 0, 0], \/\/ Peak March-May\n                        backgroundColor: 'rgba(6, 150, 105, 0.6)', \/* emerald-600 *\/\n                        borderColor: 'rgba(6, 150, 105, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\uc720\ucda9 \uac00\ud574 \ubc0f \ubc88\ub370\uae30\ud654',\n                        data: [0, 0, 5, 10, 8, 5, 2, 0], \/\/ Peak May-Sept\n                        backgroundColor: 'rgba(16, 185, 129, 0.6)', \/* emerald-500 *\/\n                        borderColor: 'rgba(16, 185, 129, 1)',\n                        borderWidth: 1,\n                        yAxisID: 'y',\n                    },{\n                        label: '\ubc29\uc81c \ucd94\ucc9c \uae30\uac04 (\uc131\ucda9 \ubc29\uc81c\/\uc608\ubc29)',\n                        data: [12, 12, 12, 0, 0, 0, 0, 0], \/\/ March-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\/\uc720\ucda9 \uc9c1\uc811 \ubc29\uc81c)',\n                        data: [0, 0, 0, 0, 0, 0, 12, 12], \/\/ Oct-Feb\n                        type: 'line',\n                        fill: true,\n                        backgroundColor: 'rgba(234, 88, 12, 0.2)', \/* orange-600 with transparency *\/\n                        borderColor: 'rgba(234, 88, 12, 1)',\n                        pointRadius: 0,\n                        yAxisID: 'y1'\n                    }]\n                },\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('\uc131\ucda9 \ubc29\uc81c')) return ` ${context.dataset.label}: 3\uc6d4 \uc911\uc21c ~ 5\uc6d4`;\n                                        if (context.dataset.label.includes('\ud53c\ud574\ubaa9 \uc81c\uac70')) return ` ${context.dataset.label}: 10\uc6d4 ~ 2\uc6d4`;\n                                    }\n                                    return ` ${context.dataset.label}: ${context.raw} (\ud65c\ub3d9 \ubc00\ub3c4)`;\n                                }\n                           }\n                        },\n                        title: {\n                            display: true,\n                            text: '\ud5a5\ub098\ubb34\ud558\ub298\uc18c \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\"><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"featured_media":2646,"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":[207,206],"pest-category":[143,94],"pest-overwintering":[83],"class_list":["post-2645","pest","type-pest","status-publish","has-post-thumbnail","hentry","pest-target-207","pest-target-206","pest-category-143","pest-category-94","pest-overwintering-adult"],"acf":[],"uagb_featured_image_src":{"full":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c.jpg",600,419,false],"thumbnail":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c-150x150.jpg",150,150,true],"medium":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c-300x210.jpg",300,210,true],"medium_large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c.jpg",600,419,false],"large":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c.jpg",600,419,false],"1536x1536":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c.jpg",600,419,false],"2048x2048":["https:\/\/hstc.treecare.co.kr\/wp-content\/uploads\/2025\/06\/\ud5a5\ub098\ubb34\ud558\ub298\uc18c.jpg",600,419,false]},"uagb_author_info":{"display_name":"darius","author_link":"https:\/\/hstc.treecare.co.kr\/?author=0"},"uagb_comment_info":0,"uagb_excerpt":"\ud5a5\ub098\ubb34\ud558\ub298\uc18c \ub300\ud654\ud615 \uac00\uc774\ub4dc \uac1c\uc694 \ud615\ud0dc \ud53c\ud574 \uc99d\uc0c1 \uc0dd\ud65c\uc0ac \ubc29\uc81c \ubc29\ubc95 \ud5a5\ub098\ubb34\ud558\ub298\uc18c (Semanotus bifasciatus)\ub780? \ud5a5\ub098\ubb34\ud558\ub298\uc18c\ub294 \ub531\uc815\ubc8c\ub808\ubaa9 \ud558\ub298\uc18c\uacfc\uc5d0 \uc18d\ud558\ub294 \ud574\ucda9\uc73c\ub85c, \uc8fc\ub85c \uce21\ubc31\ub098\ubb34\uacfc [&hellip;]","_links":{"self":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=\/wp\/v2\/pest\/2645","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\/2646"}],"wp:attachment":[{"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2645"}],"wp:term":[{"taxonomy":"pest-target","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-target&post=2645"},{"taxonomy":"pest-category","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-category&post=2645"},{"taxonomy":"pest-overwintering","embeddable":true,"href":"https:\/\/hstc.treecare.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fpest-overwintering&post=2645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}