{"id":25057,"date":"2023-08-10T10:35:04","date_gmt":"2023-08-10T02:35:04","guid":{"rendered":"https:\/\/www.konmison.com\/?p=25057"},"modified":"2026-06-01T14:58:56","modified_gmt":"2026-06-01T06:58:56","slug":"%ec%ba%90%eb%b9%84%ed%85%8c%ec%9d%b4%ec%85%98-%ea%b2%b0%ea%b3%bc-%ec%a2%85%ed%95%a9-%ea%b0%80%ec%9d%b4%eb%93%9c","status":"publish","type":"post","link":"https:\/\/www.konmison.com\/ko\/%ec%ba%90%eb%b9%84%ed%85%8c%ec%9d%b4%ec%85%98-%ea%b2%b0%ea%b3%bc-%ec%a2%85%ed%95%a9-%ea%b0%80%ec%9d%b4%eb%93%9c\/","title":{"rendered":"\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc \uc124\uba85: \ud604\uc2e4\uc801\uc778 \uae30\ub300\uce58, \ud0c0\uc784\ub77c\uc778 \ubc0f \uc911\uc694\ud55c \ubcc0\uc218"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc \ud574\uc124 \u2014 \ud604\uc2e4\uc801\uc778 \uae30\ub300\uce58, \uc18c\uc694 \uae30\uac04 \ubc0f \ubcc0\uc218<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:wght@400;700&#038;family=Source+Sans+3:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* ===== Reset & Base ===== *\/\n        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n        html { scroll-behavior: smooth; }\n        \n        \/* ===== CSS Variables ===== *\/\n        :root {\n          \/* Layout *\/\n          --prose-width: 700px;\n          --bp-margin: 2em;      \n          --bp-padding: 18px;    \n        \n          \/* Light palette *\/\n          --color-bg-page: #FAFDFC;\n          --color-bg-surface: #FFFFFF;\n          --color-bg-alt: #F4FDFC;\n          --color-text-heading: #1E2D2B;\n          --color-text-body: #4A5E5B;\n          --color-accent: #34BCA8;\n          --color-accent-hover: #2A9E8F;\n          --color-border: rgba(52, 188, 168, 0.15);\n          --color-warning-bg: #FFFBF0;\n          --color-warning-accent: #E8A838;\n        \n          \/* Typography *\/\n          --font-display: 'Libre Baskerville', Georgia, serif;\n          --font-body: 'Source Sans 3', system-ui, sans-serif;\n          --font-mono: 'SF Mono', 'Fira Code', 'Consolas', monospace;\n          --font-size-body: 18px;\n          --font-size-h1: 2.2rem;\n          --font-size-h2: 1.6rem;\n          --font-size-h3: 1.2rem;\n          --line-height-body: 1.7;\n          --line-height-heading: 1.25;\n        \n          \/* Code *\/\n          --color-code-bg: #F4F4F4;\n          --color-code-text: #2A9E8F;\n        \n          \/* Sizes *\/\n          --section-py: 1.5em;\n        }\n        \n        \/* ===== Dark Mode ===== *\/\n        @media (prefers-color-scheme: dark) {\n          :root {\n            --color-bg-page: #162321;\n            --color-bg-surface: #1C2C2A;\n            --color-bg-alt: #1A2826;\n            --color-text-heading: #E8F2F0;\n            --color-text-body: #B5CCC8;\n            --color-accent: #56CBB9;\n            --color-accent-hover: #6FD8C9;\n            --color-border: rgba(86, 203, 185, 0.12);\n            --color-warning-bg: #2A2420;\n            --color-warning-accent: #E8A838;\n            --color-code-bg: #1E2D2B;\n            --color-code-text: #6FD8C9;\n          }\n        }\n        \n        \/* ===== Body ===== *\/\n        body {\n          background: var(--color-bg-page);\n          color: var(--color-text-body);\n          font-family: var(--font-body);\n          font-size: var(--font-size-body);\n          line-height: var(--line-height-body);\n          -webkit-font-smoothing: antialiased;\n          -moz-osx-font-smoothing: grayscale;\n        }\n        \n        \/* ===== Reading Progress Bar ===== *\/\n        #reading-progress {\n          position: fixed;\n          top: 0;\n          left: 0;\n          width: 0%;\n          height: 3px;\n          background: var(--color-accent);\n          z-index: 1000;\n          transition: width 0.15s ease;\n        }\n        \n        \/* ===== Article Container ===== *\/\n        .article-container {\n          max-width: var(--prose-width);\n          margin: 0 auto;\n          padding: 0 24px;\n        }\n        \n        \/* ===== Article Header ===== *\/\n        .article-header {\n          padding: 3.5em 0 1em;\n        }\n        \n        .article-header h1 {\n          font-family: var(--font-display);\n          font-size: var(--font-size-h1);\n          font-weight: 700;\n          line-height: var(--line-height-heading);\n          color: var(--color-text-heading);\n          margin-bottom: 0.5em;\n        }\n        \n        \/* ===== Section Wraps ===== *\/\n        .section-wrap {\n          padding: var(--section-py) 0;\n        }\n        \n       .section-wrap--white,\n.section-wrap--teal {\n  background: transparent;\n}\n        \n        \/* ===== Headings ===== *\/\n        h2 {\n          font-family: var(--font-display);\n          font-size: var(--font-size-h2);\n          font-weight: 700;\n          line-height: var(--line-height-heading);\n          color: var(--color-text-heading);\n          margin-bottom: 0.7em;\n          position: relative;\n        }\n        \n        h3 {\n          font-family: var(--font-display);\n          font-size: var(--font-size-h3);\n          font-weight: 700;\n          line-height: var(--line-height-heading);\n          color: var(--color-text-heading);\n          margin-top: 2.5em;\n          margin-bottom: 0.6em;\n        }\n        \n        \/* ===== H2 Section Markers ===== *\/\n        .h2-marker {\n          position: absolute;\n          left: -3.5rem;\n          top: 0.15em;\n          font-family: var(--font-display);\n          font-size: 1.6rem;\n          font-weight: 400;\n          color: var(--color-accent);\n          opacity: 0.35;\n          pointer-events: none;\n          line-height: 1;\n        }\n        \n        \/* ===== Paragraphs ===== *\/\n        p {\n          margin-bottom: 1.2em;\n        }\n        \n        p:last-child {\n          margin-bottom: 0;\n        }\n        \n        \/* ===== Links ===== *\/\n        a {\n          color: var(--color-accent);\n          text-decoration: underline;\n          text-underline-offset: 2px;\n          text-decoration-thickness: 1px;\n          transition: color 0.2s ease;\n        }\n        \n        a:hover {\n          color: var(--color-accent-hover);\n        }\n        \n        \/* ===== Strong ===== *\/\n        strong {\n          color: var(--color-text-heading);\n          font-weight: 700;\n        }\n        \n        \/* ===== Em ===== *\/\n        em {\n          font-style: italic;\n        }\n        \n        \/* ===== Horizontal Rules ===== *\/\n        hr {\n          border: none;\n          height: 1px;\n          background: var(--color-border);\n          margin: 3em 0;\n          width: 100%;\n        }\n        \n        \/* ===== Blockquotes ===== *\/\n        blockquote {\n          border-left: 3px solid var(--color-accent);\n          background: var(--color-bg-alt);\n          padding: 18px 22px;\n          margin: 1.8em 0;\n          font-style: italic;\n          font-weight: 400;\n          color: var(--color-text-body);\n        }\n        \n        \/* ===== Lists ===== *\/\n        ul, ol {\n          padding-left: 1.5em;\n          margin-bottom: 1.2em;\n        }\n        \n        li {\n          margin-bottom: 0.5em;\n        }\n        \n        ul ::marker {\n          color: var(--color-accent);\n        }\n        \n        ol ::marker {\n          color: var(--color-text-body);\n          font-weight: 600;\n        }\n        \n        .ol-checklist {\n          list-style: none;\n          padding-left: 0;\n          counter-reset: checklist-counter;\n        }\n        \n        .ol-checklist li {\n          counter-increment: checklist-counter;\n          margin-bottom: 1em;\n          padding-left: 28px;\n          position: relative;\n        }\n        \n        .ol-checklist li::before {\n          content: counter(checklist-counter) \".\";\n          color: var(--color-accent);\n          font-weight: 700;\n          font-family: var(--font-body);\n          position: absolute;\n          left: 0;\n          top: 0;\n        }\n        \n        .ol-checklist li strong {\n          display: inline;\n        }\n        \n        \/* ===== Code ===== *\/\n        code {\n          background: var(--color-code-bg);\n          font-family: var(--font-mono);\n          font-size: 0.85em;\n          padding: 2px 6px;\n          border-radius: 4px;\n          color: var(--color-code-text);\n        }\n        \n        \/* ===== Table ===== *\/\n        .table-wrapper {\n          overflow-x: auto;\n          margin: 2em 0;\n        }\n        \n        table {\n          width: 100%;\n          border-collapse: collapse;\n        }\n        \n        th {\n          background: #1E2D2B;\n          color: #FFFFFF;\n          font-family: var(--font-body);\n          font-weight: 600;\n          font-size: 0.8rem;\n          padding: 10px 14px;\n          text-transform: uppercase;\n          letter-spacing: 0.5px;\n          text-align: left;\n        }\n        \n        td {\n          padding: 10px 14px;\n          border-bottom: 1px solid var(--color-border);\n          vertical-align: top;\n          font-size: 0.9rem;\n        }\n        \n        tr:nth-child(even) td {\n          background: var(--color-bg-alt);\n        }\n        \n        @media (prefers-color-scheme: dark) {\n          th {\n            background: #1E2D2B;\n            color: #E8F2F0;\n          }\n          tr:nth-child(even) td {\n            background: #1A2826;\n          }\n        }\n        \n        \/* ===== References ===== *\/\n        .references-list {\n          list-style: none;\n          padding-left: 0;\n          counter-reset: ref-counter;\n        }\n        \n        .references-list li {\n          counter-increment: ref-counter;\n          margin-bottom: 0.8em;\n          padding-left: 2.2em;\n          position: relative;\n          font-size: var(--font-size-body); \/* \u4fee\u6539\u8fd9\u91cc\uff1a\u8c03\u7528\u6b63\u6587\u7684\u5b57\u4f53\u5927\u5c0f\u53d8\u91cf *\/\n          line-height: 1.6;\n        }\n        \n        .references-list li::before {\n          content: counter(ref-counter) \".\";\n          position: absolute;\n          left: 0;\n          top: 0;\n          color: var(--color-accent);\n          font-weight: 600;\n        }\n        \n        .references-list li a {\n          word-break: break-all;\n        }\n        \n        \/* ===== Animations ===== *\/\n        .animate-in {\n          opacity: 0;\n          transform: translateY(20px);\n          transition: opacity 0.45s ease, transform 0.45s ease;\n        }\n        \n        .animate-in.revealed {\n          opacity: 1;\n          transform: translateY(0);\n        }\n        p { opacity: 1; transform: none; }\n        \n        \n        \/* =========================================================\n           ===== BP BLOCKS (STRICT RESET TO FIX GAPS & ICONS) ======\n           ========================================================= *\/\n        \n        \/* \u5f3a\u5236\u6e05\u9664\u6240\u6709\u53ef\u80fd\u4ece\u5916\u90e8\u73af\u5883\uff08\u5982\u5728\u7ebf\u7f16\u8f91\u5668\uff09\u7ee7\u627f\u7684\u5947\u602a\u9ad8\u5ea6\u6216\u5916\u8fb9\u8ddd *\/\n        [class^=\"bp-\"] {\n          margin: var(--bp-margin) 0;\n          height: auto !important;\n          max-height: max-content !important;\n          display: block;\n        }\n        \n        \/* \u5f3a\u5236\u91cd\u7f6e\u5185\u90e8\u6587\u672c\u548c\u5bb9\u5668\u7684\u8fb9\u8ddd\uff0c\u9632\u6b62\u88ab\u5916\u90e8 CSS \u6491\u5f00 *\/\n        [class^=\"bp-\"] div, \n        [class^=\"bp-\"] span {\n          margin: 0;\n          padding: 0;\n          line-height: 1.5 !important;\n        }\n        \n        \/* \u5f3a\u5236\u56fe\u6807\u5927\u5c0f *\/\n        [class^=\"bp-\"] svg {\n          display: block;\n          max-width: 20px;\n          max-height: 20px;\n          width: 20px;\n          height: 20px;\n        }\n        \n        \/* \u7279\u6b8a\u5927\u56fe\u6807\u91cd\u7f6e *\/\n        .bp-2-icon svg { width: 32px; height: 32px; max-width: 32px; max-height: 32px; }\n        .bp-4-icon svg { width: 48px; height: 48px; max-width: 48px; max-height: 48px; opacity: 0.15; }\n        .bp-8-icon svg { width: 24px; height: 24px; max-width: 24px; max-height: 24px; }\n        \n        \n        \/* ===== BP-1: Distinctions ===== *\/\n        .bp-1-distinctions {\n          background: var(--color-bg-alt);\n          border-left: 4px solid var(--color-accent);\n          border-radius: 0 6px 6px 0;\n          padding: 18px 20px;\n        }\n        \n        .bp-1-header {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 12px;\n          color: var(--color-accent);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-1-header svg { flex-shrink: 0; }\n        \n        .bp-1-list {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important; \/* \u5f3a\u5236\u7d27\u51d1\u6392\u5217 *\/\n          gap: 8px; \/* \u4e25\u683c\u9650\u5236\u95f4\u8ddd *\/\n        }\n        \n        .bp-1-item {\n          display: flex;\n          align-items: flex-start;\n          gap: 10px;\n          color: var(--color-text-body);\n          font-size: 0.95rem;\n        }\n        \n        .bp-1-bullet {\n          width: 6px;\n          height: 6px;\n          min-width: 6px;\n          background: var(--color-accent);\n          border-radius: 50%;\n          margin-top: 0.45em;\n        }\n        \n        \n        \/* ===== BP-2: Stat Callout ===== *\/\n        .bp-2-stat {\n          display: flex;\n          flex-direction: row;\n          align-items: flex-start;\n          justify-content: flex-start !important;\n          gap: 16px;\n          padding: 18px 20px;\n          background: var(--color-bg-surface);\n          border-top: 3px solid var(--color-accent);\n          border-radius: 6px;\n          box-shadow: 0 2px 12px rgba(52, 188, 168, 0.08);\n        }\n        \n        .bp-2-icon {\n          flex-shrink: 0;\n          color: var(--color-accent);\n          margin-top: 4px;\n        }\n        \n        .bp-2-content {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 4px;\n        }\n        \n        .bp-2-value {\n          font-family: var(--font-display);\n          font-size: 1.8rem;\n          font-weight: 700;\n          color: var(--color-accent);\n          line-height: 1.1 !important;\n        }\n        \n        .bp-2-label {\n          color: var(--color-text-body);\n          font-size: 0.95rem;\n        }\n        \n        .bp-2-source {\n          color: var(--color-text-body);\n          font-size: 0.8rem;\n          opacity: 0.65;\n        }\n        \n        \n        \/* ===== BP-3: Collagen Tip ===== *\/\n        .bp-3-collagen-tip {\n          border-left: 4px solid var(--color-accent);\n          background: var(--color-bg-surface);\n          padding: 18px 20px;\n          border-radius: 0 6px 6px 0;\n          box-shadow: 0 2px 12px rgba(52, 188, 168, 0.06);\n        }\n        \n        .bp-3-header {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 12px;\n          color: var(--color-accent);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-3-phases {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 10px;\n        }\n        \n        .bp-3-phase {\n          display: flex;\n          align-items: flex-start;\n          gap: 10px;\n          font-size: 0.95rem;\n        }\n        \n        .bp-3-week {\n          color: var(--color-accent);\n          font-weight: 700;\n          min-width: 7em;\n          flex-shrink: 0;\n        }\n        \n        .bp-3-desc { color: var(--color-text-body); }\n        \n        \n        \/* ===== BP-4: Timeline Grid ===== *\/\n        .bp-4-timeline-grid {\n          display: grid;\n          grid-template-columns: 1fr 1fr;\n          gap: 12px;\n        }\n        \n        .bp-4-card {\n          background: var(--color-bg-surface);\n          border-radius: 6px;\n          padding: 14px 16px;\n          position: relative;\n          box-shadow: 0 2px 8px rgba(52, 188, 168, 0.08);\n          overflow: hidden;\n        }\n        \n        .bp-4-card:nth-child(1) { background: rgba(52, 188, 168, 0.04); }\n        .bp-4-card:nth-child(2) { background: rgba(52, 188, 168, 0.07); }\n        .bp-4-card:nth-child(3) { background: rgba(52, 188, 168, 0.10); }\n        .bp-4-card:nth-child(4) { background: rgba(52, 188, 168, 0.13); }\n        \n        .bp-4-sessions {\n          font-family: var(--font-display);\n          font-size: 1.4rem;\n          font-weight: 700;\n          color: var(--color-accent);\n          margin-bottom: 4px;\n        }\n        \n        .bp-4-metric {\n          color: var(--color-text-body);\n          font-size: 0.85rem;\n        }\n        \n        .bp-4-icon {\n          position: absolute;\n          bottom: -4px;\n          right: 4px;\n          color: var(--color-accent);\n        }\n        \n        \n        \/* ===== BP-5: Area Comparison ===== *\/\n        .bp-5-area-comparison {\n          padding: 18px 20px;\n          background: var(--color-bg-alt);\n          border-radius: 6px;\n        }\n        \n        .bp-5-title {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 14px;\n          color: var(--color-text-heading);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-5-rows {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 12px;\n        }\n        \n        .bp-5-row {\n          display: flex;\n          align-items: center;\n          gap: 12px;\n        }\n        \n        .bp-5-area {\n          width: 80px;\n          flex-shrink: 0;\n          font-size: 0.85rem;\n          font-weight: 600;\n          color: var(--color-text-heading);\n        }\n        \n        .bp-5-track {\n          flex: 1;\n          height: 24px;\n          background: rgba(52, 188, 168, 0.1);\n          border-radius: 4px;\n          position: relative;\n          overflow: hidden;\n        }\n        \n        .bp-5-fill {\n          height: 100%;\n          border-radius: 4px;\n          display: flex;\n          align-items: center;\n          justify-content: flex-end;\n          padding: 0 8px;\n          font-size: 0.75rem;\n          font-weight: 600;\n          color: #FFFFFF;\n        }\n        \n        .bp-5-row:nth-child(1) .bp-5-fill { width: 100%; background: var(--color-accent); }\n        .bp-5-row:nth-child(2) .bp-5-fill { width: 65%; background: rgba(52, 188, 168, 0.7); }\n        .bp-5-row:nth-child(3) .bp-5-fill { width: 50%; background: rgba(52, 188, 168, 0.5); }\n        \n        \n        \/* ===== BP-6: Fluctuation Comparison ===== *\/\n        .bp-6-fluctuation-bars {\n          padding: 18px 20px;\n          background: var(--color-bg-surface);\n          border: 1px solid var(--color-border);\n          border-radius: 6px;\n        }\n        \n        .bp-6-title {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 14px;\n          color: var(--color-text-heading);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-6-rows {\n          display: flex;\n          flex-direction: column;\n          justify-content: flex-start !important;\n          gap: 12px;\n        }\n        \n        .bp-6-row {\n          display: flex;\n          align-items: center;\n          gap: 10px;\n        }\n        \n        .bp-6-icon {\n          flex-shrink: 0;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          width: 20px;\n        }\n        .bp-6-icon svg { width: 16px; height: 16px; }\n        \n        .bp-6-icon--shield { color: var(--color-accent); }\n        .bp-6-icon--alert { color: var(--color-warning-accent); }\n        \n        .bp-6-label {\n          width: 150px;\n          flex-shrink: 0;\n          font-size: 0.85rem;\n          font-weight: 600;\n          color: var(--color-text-heading);\n        }\n        \n        .bp-6-track {\n          flex: 1;\n          height: 16px;\n          background: rgba(52, 188, 168, 0.08);\n          border-radius: 10px;\n          position: relative;\n          overflow: hidden;\n        }\n        \n        .bp-6-fill {\n          height: 100%;\n          border-radius: 10px;\n          transition: width 0.3s ease;\n        }\n        \n        .bp-6-row:nth-child(1) .bp-6-fill { width: 30%; background: var(--color-accent); }\n        .bp-6-row:nth-child(2) .bp-6-fill { width: 70%; background: rgba(52, 188, 168, 0.3); }\n        \n        .bp-6-range {\n          font-size: 0.75rem;\n          color: var(--color-text-body);\n          min-width: 60px;\n          text-align: right;\n        }\n        \n        \n        \/* ===== BP-7: Alcohol Warning ===== *\/\n        .bp-7-alcohol-warning {\n          border-left: 4px solid var(--color-warning-accent);\n          background: var(--color-warning-bg);\n          padding: 18px 20px;\n          border-radius: 0 6px 6px 0;\n        }\n        \n        .bp-7-header {\n          display: flex;\n          align-items: center;\n          justify-content: flex-start;\n          gap: 8px;\n          margin-bottom: 10px;\n          color: var(--color-warning-accent);\n          font-family: var(--font-display);\n          font-weight: 700;\n          font-size: 0.95rem;\n        }\n        \n        .bp-7-body {\n          font-size: 0.95rem;\n          color: var(--color-text-body);\n          margin-bottom: 10px;\n        }\n        \n        .bp-7-body strong {\n          font-size: 1.4rem;\n          font-family: var(--font-display);\n          color: var(--color-warning-accent);\n        }\n        \n        .bp-7-tip {\n          font-size: 0.85rem;\n          color: var(--color-text-body);\n          border-top: 1px solid var(--color-border);\n          padding-top: 10px;\n          margin-top: 8px; \/* \u7ed9\u8fb9\u754c\u7ebf\u4e0a\u65b9\u4e00\u70b9\u95f4\u8ddd *\/\n          display: flex;           \/* \u65b0\u589e\uff1a\u5f3a\u5236\u540c\u4e00\u884c\u663e\u793a *\/\n          align-items: flex-start; \/* \u65b0\u589e\uff1a\u9876\u90e8\u5bf9\u9f50 *\/\n          gap: 6px;                \/* \u65b0\u589e\uff1a\u7bad\u5934\u548c\u6587\u5b57\u7684\u95f4\u8ddd *\/\n        }\n        \n        .bp-7-tip-arrow {\n          color: var(--color-accent);\n          font-weight: 700;\n          display: inline-block;   \/* \u65b0\u589e\uff1a\u9632\u6b62\u5355\u72ec\u5360\u4e00\u884c *\/\n          flex-shrink: 0;          \/* \u65b0\u589e\uff1a\u9632\u6b62\u7bad\u5934\u88ab\u6324\u538b\u53d8\u5f62 *\/\n        }\n        \n        \n        \/* ===== BP-8: Formula Card ===== *\/\n        .bp-8-formula-card {\n          text-align: center;\n          background: var(--color-bg-alt);\n          border-radius: 8px;\n          padding: 22px;\n        }\n        \n        .bp-8-icon {\n          color: var(--color-accent);\n          margin-bottom: 12px;\n          display: flex;\n          justify-content: center;\n        }\n        \n        .bp-8-formula {\n          display: flex;\n          flex-wrap: wrap;\n          align-items: center;\n          justify-content: center;\n          gap: 8px 12px;\n          font-family: var(--font-display);\n        }\n        \n        .bp-8-factor {\n          font-size: 0.85rem;\n          text-transform: uppercase;\n          color: var(--color-text-heading);\n          padding: 6px 12px;\n          background: var(--color-bg-surface);\n          border-radius: 6px;\n          border: 1px solid var(--color-border);\n        }\n        \n        .bp-8-multiply {\n          color: var(--color-accent);\n          font-size: 1.2rem;\n          font-weight: 700;\n        }\n        \n        .bp-8-equals {\n          color: var(--color-accent);\n          font-size: 1.4rem;\n          font-weight: 700;\n        }\n        \n        .bp-8-outcome {\n          font-size: 1.1rem;\n          font-weight: 700;\n          color: var(--color-accent);\n          text-transform: uppercase;\n          padding: 6px 16px;\n          background: var(--color-bg-surface);\n          border-radius: 6px;\n          border: 2px solid var(--color-accent);\n        }\n        \n        \n        \/* ===== Responsive ===== *\/\n        @media (max-width: 1024px) {\n          .h2-marker {\n            left: -2.5rem;\n            font-size: 1.3rem;\n          }\n        }\n        \n        @media (max-width: 768px) {\n          :root {\n            --font-size-h1: 1.8rem;\n            --font-size-h2: 1.35rem;\n            --font-size-h3: 1.1rem;\n            --font-size-body: 16px;\n            --section-py: 1.2em;\n            --bp-padding: 16px;\n            --bp-margin: 1.6em;\n          }\n          .h2-marker { display: none; }\n          .article-container { padding: 0 18px; }\n          .article-header { padding: 2.2em 0 0.8em; }\n        \n          .bp-2-stat { flex-direction: column; gap: 8px; align-items: flex-start; }\n          .bp-4-timeline-grid { grid-template-columns: 1fr; }\n          .bp-8-formula { flex-direction: column; gap: 10px; }\n          .bp-8-factor { width: 100%; max-width: 260px; }\n        }\n        \n        @media (max-width: 480px) {\n          :root {\n            --font-size-h1: 1.5rem;\n            --font-size-h2: 1.2rem;\n            --font-size-h3: 1rem;\n            --font-size-body: 15px;\n            --section-py: 1.8em;\n          }\n          .article-container { padding: 0 14px; }\n          .bp-5-row { flex-wrap: wrap; gap: 6px; }\n          .bp-5-area { width: 100%; }\n          .bp-6-row { flex-wrap: wrap; gap: 6px; }\n          .bp-6-label { width: 100%; }\n          .bp-6-icon { display: none; }\n        }\n\n\/* \u5f3a\u5236\u6e05\u9664 WordPress \u4e3b\u9898\u7684\u9ed8\u8ba4\u5217\u8868\u7b26\u53f7 *\/\n.ol-checklist, \n.references-list,\n.ol-checklist li,\n.references-list li {\n  list-style: none !important;\n  list-style-type: none !important;\n}\n\n.ol-checklist li::marker,\n.references-list li::marker {\n  content: none !important;\n  display: none !important;\n}\n    <\/style>\n<\/head>\n\n<body>\n\n    <div id=\"reading-progress\" role=\"progressbar\" aria-label=\"\ub3c5\uc11c \uc9c4\ud589 \uc0c1\ud669\"><\/div>\n\n    <div class=\"article-header\">\n        <div class=\"article-container\">\n        <\/div>\n    <\/div>\n\n    <div class=\"article-container\" style=\"padding-top: 1em; padding-bottom: 1em;\">\n        <p>\ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc740 \uc218\uc220, \ub9c8\ucde8 \ub610\ub294 \uc7a5\uc2dc\uac04\uc758 \ub2e4\uc6b4\ud0c0\uc784 \uc5c6\uc774 \uc644\uace0\ud55c \uad6d\uc18c \uc9c0\ubc29\uc744 \ubaa9\ud45c\ub85c \ud558\ub294 \ubc29\ubc95\uc744 \uc81c\uacf5\ud558\uba74\uc11c \uae30\uc874 \uc9c0\ubc29 \ud761\uc785\uc220\uc758 \ube44\uce68\uc2b5\uc801 \ub300\uc548\uc73c\ub85c \uc778\uae30\ub97c \uc5bb\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ub9c8\ucf00\ud305 \uacfc\ub300\uad11\uace0 \uc18d\uc5d0\uc11c \uacfc\uc7a5\ub41c \uc8fc\uc7a5\uacfc \uc2e4\uc81c \uc784\uc0c1 \uacb0\uacfc\ub97c \uad6c\ubd84\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uc774 \uac00\uc774\ub4dc\uc5d0\uc11c\ub294 \ucd08\uc74c\ud30c\uc5d0 \uc758\ud55c \uc9c0\ubc29 \ud30c\uad34\uc640 \ucf5c\ub77c\uac90 \ub9ac\ubaa8\ub378\ub9c1\uc758 \uc0dd\ubb3c\ud559\uc801 \uba54\ucee4\ub2c8\uc998\uc744 \uc0b4\ud3b4\ubcf4\uace0, \ub458\ub808 \uac10\uc18c\uac00 \uc5b4\ub5bb\uac8c \uc77c\uc5b4\ub098\ub294\uc9c0 \uc815\ud655\ud788 \uc124\uba85\ud569\ub2c8\ub2e4. \uc989\uac01\uc801\uc778 \uc870\uc9c1 \ubc18\uc751\ubd80\ud130 \uba87 \uc8fc \ud6c4 \ucd5c\ub300 \ub300\uc0ac \uc81c\uac70\uc728\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \uac00\uc2dc\uc801\uc778 \uacb0\uacfc\ub97c \uae30\ub300\ud560 \uc218 \uc788\ub294 \uc608\uc0c1 \uc77c\uc815\uc744 \uc138\ubd84\ud654\ud569\ub2c8\ub2e4. \ub610\ud55c \uae30\uae30 \uc0ac\uc591, \uce58\ub8cc \ud504\ub85c\ud1a0\ucf5c, \uac1c\uc778\uc758 \ub77c\uc774\ud504\uc2a4\ud0c0\uc77c \uc694\uc778 \ub4f1 \uad81\uadf9\uc801\uc73c\ub85c \uc131\uacf5\uc744 \uacb0\uc815\ud558\ub294 \uc911\uc694\ud55c \ubcc0\uc218\ub97c \uc0b4\ud3b4\ubcfc \uac83\uc785\ub2c8\ub2e4.<\/p>\n\n<img\nsrc=\"https:\/\/www.konmison.com\/wp-content\/uploads\/2023\/08\/image-5.png\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--white\" aria-label=\"\ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc774\ub780 \ubb34\uc5c7\uc778\uac00\uc694?\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">01<\/span>\ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc774\ub780 \ubb34\uc5c7\uc778\uac00\uc694?<\/h2>\n\n            <p>\ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc740 \ube44\uce68\uc2b5\uc801 \ubc14\ub514 \ucee8\ud22c\uc5b4\ub9c1 \uce58\ub8cc\ub85c, \uc77c\ubc18\uc801\uc73c\ub85c 30kHz~80kHz \ubc94\uc704\uc758 \uc800\uc8fc\ud30c \uc74c\ud30c\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud53c\ubd80 \uc544\ub798 \uad6d\uc18c\uc801\uc778 \uc9c0\ubc29 \uce68\ucc29\uc744 \ubaa9\ud45c\ub85c \ud569\ub2c8\ub2e4. \uc218\uc220\uc801 \uc9c0\ubc29\ud761\uc785\uacfc \ub2ec\ub9ac \uc808\uac1c\ub098 \ub9c8\ucde8\uac00 \ud544\uc694 \uc5c6\uace0 \ud68c\ubcf5\uc5d0 \uac78\ub9ac\ub294 \uc2dc\uac04\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p>\uadf8\ub7ec\ub098 \"\ube44\uce68\uc2b5\uc801\"\uc774\ub77c\ub294 \ubb38\uad6c\ub294 \uc885\uc885 \uc798\ubabb\ub41c \uc778\uc0c1\uc744 \uc90d\ub2c8\ub2e4. \uce90\ube44\ud14c\uc774\uc158\uc740 \uccb4\uc911 \uac10\ub7c9 \uc2dc\uc220\uc774 \uc544\ub2d9\ub2c8\ub2e4. \uc2dd\uc774\uc694\ubc95\uacfc \uc6b4\ub3d9\uc744 \ub300\uccb4\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ub610\ud55c \ud55c \ubc88\uc5d0 \ub05d\ub098\ub294 \ud574\uacb0\ucc45\ub3c4 \uc544\ub2d9\ub2c8\ub2e4. \uc774 \uae30\uacc4\ub294 \uc9c0\ubc29 \uc138\ud3ec\ub97c \ud761\uc785\ud558\ub294 \ubc29\uc2dd\uc774 \uc544\ub2c8\ub77c \uae30\uacc4\uc801\uc73c\ub85c \ud30c\uad34\ud558\uc5ec \ubcf5\ubd80, \ud5c8\ubc85\uc9c0, \uc606\uad6c\ub9ac, \ud314 \ub4f1 \ud2b9\uc815 \ubd80\uc704\uc758 \ub458\ub808\ub97c \uc904\uc774\ub3c4\ub85d \uc124\uacc4\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc77c\ubc18\uc801\uc73c\ub85c 6~12\ud68c\uc758 \uc138\uc158\uc744 \ud1b5\ud574 2~5cm\uc758 \ub204\uc801 \ub458\ub808 \uac10\uc18c \ud6a8\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uc73c\uba70, \uccb4\uc911\uacc4\uc5d0\uc11c \uadf9\uc801\uc778 \uccb4\uc911 \uac10\uc18c\ub294 \ub098\ud0c0\ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p>\ucc98\uc74c\ubd80\ud130 \uc138 \uac00\uc9c0 \ucc28\uc774\uc810\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \uccab\uc9f8, \uce90\ube44\ud14c\uc774\uc158\uc740 \uccb4\uc911 \uac10\ub7c9\uc774 \uc544\ub2cc \uc2e0\uccb4 \uc724\uacfd\uc744 \ub2e4\ub4ec\ub294 \uac83\uc73c\ub85c, \uccb4\uc911\uacc4\ub294 \uac70\uc758 \uc6c0\uc9c1\uc774\uc9c0 \uc54a\uc9c0\ub9cc \uce21\uc815 \ud14c\uc774\ud504\uc5d0\ub294 \uc2e4\uc81c \ubcc0\ud654\uac00 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \ub458\uc9f8, \uacb0\uacfc\ub294 \uc989\uac01\uc801\uc778 \uac83\uc774 \uc544\ub2c8\ub77c \uc810\uc9c4\uc801\uc73c\ub85c \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc2e0\uccb4\uac00 \ubc29\ucd9c\ub41c \uc9c0\ubc29\uc744 \ub300\uc0ac\ud558\uace0 \uc81c\uac70\ud558\ub294 \ub370 \uba87 \uc8fc\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc14b\uc9f8, \uce90\ube44\ud14c\uc774\uc158\uc740 \ud5a5\ud6c4 \uc9c0\ubc29 \uc99d\uac00\ub97c \ub9c9\uc9c0 \ubabb\ud569\ub2c8\ub2e4. \uc0dd\ud65c \uc2b5\uad00\uc774 \ub098\ube60\uc9c0\uba74 \ub0a8\uc740 \uc9c0\ubc29 \uc138\ud3ec\uac00 \uacc4\uc18d \ub298\uc5b4\ub0a0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc810\uc744 \uc5fc\ub450\uc5d0 \ub450\uba74 \uc774 \uae00\uc758 \ub098\uba38\uc9c0 \ub0b4\uc6a9\uc774 \ucd94\uc0c1\uc801\uc778 \uacfc\ud559\uc5d0\uc11c \uc2e4\uc6a9\uc801\uc778 \uc758\uc0ac \uacb0\uc815 \ub3c4\uad6c\ub85c \ubc14\ub01d\ub2c8\ub2e4.<\/p>\n\n            <div class=\"bp-1-distinctions animate-in\" role=\"complementary\" aria-label=\"\uc8fc\uc694 \ucc28\uc774\uc810\">\n                <div class=\"bp-1-header\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\" \/>\n                        <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\" \/>\n                    <\/svg>\n                    <span>\uc8fc\uc694 \ucc28\uc774\uc810<\/span>\n                <\/div>\n                <div class=\"bp-1-list\">\n                    <div class=\"bp-1-item\">\n                        <span class=\"bp-1-bullet\" aria-hidden=\"true\"><\/span>\n                        <span class=\"bp-1-text\">\uccb4\uc911 \uac10\ub7c9\uc774 \uc544\ub2cc \ubc14\ub514 \ucee8\ud22c\uc5b4\ub9c1<\/span>\n                    <\/div>\n                    <div class=\"bp-1-item\">\n                        <span class=\"bp-1-bullet\" aria-hidden=\"true\"><\/span>\n                        <span class=\"bp-1-text\">\uc989\uac01\uc801\uc778 \uacb0\uacfc\uac00 \uc544\ub2cc \uc810\uc9c4\uc801\uc778 \uacb0\uacfc<\/span>\n                    <\/div>\n                    <div class=\"bp-1-item\">\n                        <span class=\"bp-1-bullet\" aria-hidden=\"true\"><\/span>\n                        <span class=\"bp-1-text\">\ud5a5\ud6c4 \uc9c0\ubc29 \uc99d\uac00\ub97c \ubc29\uc9c0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--teal\" aria-label=\"\uce90\ube44\ud14c\uc774\uc158\uc774 \uce21\uc815 \uac00\ub2a5\ud55c \uacb0\uacfc\ub97c \ub9cc\ub4e4\uc5b4\ub0b4\ub294 \ubc29\ubc95\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">02<\/span>\uce90\ube44\ud14c\uc774\uc158\uc774 \uce21\uc815 \uac00\ub2a5\ud55c \uacb0\uacfc\ub97c \ub9cc\ub4e4\uc5b4\ub0b4\ub294 \ubc29\ubc95<\/h2>\n\n            <p>\uc5b4\ub5a4 \uacb0\uacfc\uac00 \uac00\ub2a5\ud55c\uc9c0 \uc774\ud574\ud558\ub824\uba74 \uba3c\uc800 \uadf8 \uba54\ucee4\ub2c8\uc998\uc744 \uc774\ud574\ud574\uc57c \ud569\ub2c8\ub2e4. \ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc740 \ub450 \uac00\uc9c0 \ub2e4\ub978 \uc0dd\ubb3c\ud559\uc801 \uacbd\ub85c, \uc989 \uc989\uac01\uc801\uc774\uace0 \uae30\uacc4\uc801\uc778 \uacbd\ub85c\uc640 \uc9c0\uc5f0\ub418\uace0 \uc5f4\uc801\uc778 \uacbd\ub85c\ub97c \ud1b5\ud574 \uc791\ub3d9\ud569\ub2c8\ub2e4. \ub450 \uac00\uc9c0 \ubaa8\ub450 \uace0\uac1d\uc774 \uad81\uadf9\uc801\uc73c\ub85c \uac70\uc6b8\uc744 \ud1b5\ud574 \ubcf4\ub294 \uac83\uc5d0 \uae30\uc5ec\ud558\uc9c0\ub9cc \uc644\uc804\ud788 \ub2e4\ub978 \ud0c0\uc784\ub77c\uc778\uc5d0\uc11c \uc791\ub3d9\ud569\ub2c8\ub2e4.<\/p>\n\n            <h3>\uae30\uacc4\uc801 \uacbd\ub85c: \ucd08\uc74c\ud30c\ub97c \uc774\uc6a9\ud55c \uc9c0\ubc29 \uc138\ud3ec \ud30c\uad34<\/h3>\n\n            <p>\uc8fc\uc694 \uba54\ucee4\ub2c8\uc998\uc740 \uc74c\ud5a5 \uce90\ube44\ud14c\uc774\uc158\uc73c\ub85c, \uc9c0\ubc29 \uc870\uc9c1 \ub0b4\uc5d0\uc11c \ubbf8\uc138\ud55c \uae30\ud3ec\uac00 \ud615\uc131\ub418\uace0 \uaca9\ub82c\ud558\uac8c \ubd95\uad34\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\n\n            <p>\ucd08\uc74c\ud30c \ud2b8\ub79c\uc2a4\ub4c0\uc11c\ub97c \ucee4\ud50c\ub9c1 \uc824\uacfc \ud568\uaed8 \ud53c\ubd80\uc5d0 \ub300\uba74 \uc870\uc9c1\uc744 \ud1b5\ud574 \uc804\ud30c\ub418\ub294 \uc555\ub825\ud30c\ub97c \ubc29\ucd9c\ud569\ub2c8\ub2e4. \uac01 \ud30c\ub3d9 \uc8fc\uae30\uc758 \uc74c\uc555 \ub2e8\uacc4\uc5d0\uc11c \uc9c0\ubc29 \uc138\ud3ec \uc0ac\uc774\uc758 \uac04\uc9c8\uc561\uc740 \uc6a9\uc561\uc5d0\uc11c \uc6a9\ud574\ub41c \uac00\uc2a4\ub97c \ub04c\uc5b4\ub0b4\uace0 \ubbf8\uc138 \uae30\ud3ec\ub97c \ud615\uc131\ud560 \uc218 \uc788\uc744 \ub9cc\ud07c \ub0ae\uc740 \uc21c\uac04\uc801\uc778 \uc555\ub825 \uac15\ud558\ub97c \uacbd\ud5d8\ud569\ub2c8\ub2e4. \uacf5\uba85 \uc2dc \uc9c1\uacbd\uc774 \uc57d 100~150\ub9c8\uc774\ud06c\ub85c\ubbf8\ud130\uc778 \uc774 \uae30\ud3ec\ub294 \uc5f0\uc18d\uc801\uc778 \uc74c\ud5a5 \uc8fc\uae30\uc5d0 \ub530\ub77c \ucee4\uc9d1\ub2c8\ub2e4.<\/p>\n\n            <p>\uae30\ud3ec\uac00 \uacf5\uc9c4 \ud06c\uae30\uc5d0 \ub3c4\ub2ec\ud558\uba74 \ub2e4\uc74c \uc555\ub825 \ubcc0\ud654\ub85c \uc778\ud574 \uae30\ud3ec\uac00 \uaca9\ub82c\ud558\uac8c \ubd95\uad34\ub418\uc5b4 \uc9d1\uc911\ub41c \ucda9\uaca9\ud30c\uc640 \ubbf8\uc138 \ubd84\uc0ac\ub97c \ubc29\ucd9c\ud558\ub294 \ud30c\uc5f4\uc774 \uc77c\uc5b4\ub0a9\ub2c8\ub2e4. \uc9c0\ubc29 \uc870\uc9c1\uc740 \uc8fc\ubcc0\uc758 \ud608\uad00, \uc2e0\uacbd \ubc0f \uacb0\ud569 \uc870\uc9c1\ubcf4\ub2e4 \uc778\uc7a5 \uac15\ub3c4\uac00 \ub0ae\uae30 \ub54c\ubb38\uc5d0 \uae30\uacc4\uc801 \uc2a4\ud2b8\ub808\uc2a4\ub294 \uc9c0\ubc29 \uc138\ud3ec\ub9c9\uc744 \uc120\ud0dd\uc801\uc73c\ub85c \ud30c\uc5f4\uc2dc\ud0b5\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \uc800\uc8fc\ud30c \ucd08\uc74c\ud30c \uce58\ub8cc \ud6c4 \uc778\uac04 \uc9c0\ubc29 \uc870\uc9c1\uc744 \uc870\uc9c1\ud559\uc801\uc73c\ub85c \ubd84\uc11d\ud55c \uacb0\uacfc \ubbf8\uc138\ud608\uad00, \ud53c\ubd80 \uc12c\uc720\uc544\uc138\ud3ec \ub610\ub294 \ud45c\ud53c \uac01\uc9c8 \uc138\ud3ec\uc5d0 \uac10\uc9c0\ud560 \uc218 \uc788\ub294 \uc190\uc0c1 \uc5c6\uc774 \uc0dd\uccb4 \ub0b4\uc5d0\uc11c \uc9c0\ubc29 \uc138\ud3ec \ud06c\uae30\uac00 23%\uc5d0\uc11c 47%\ub85c \uac10\uc18c\ud55c \uac83\uc73c\ub85c \ub098\ud0c0\ub09c \ubc14\ub2c8 \ub4f1(2013)\uc5d0 \uc758\ud574 \uc790\uc138\ud788 \ubb38\uc11c\ud654\ub418\uc5c8\uc2b5\ub2c8\ub2e4(<a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4174158\/\" target=\"_blank\" rel=\"noopener\">\ud53c\ub80c\uccb4 \ub300\ud559\uad50, \ud574\ubd80\ud559\uacfc<\/a>, 2013).<\/p>\n\n            <div class=\"bp-2-stat animate-in\" role=\"complementary\" aria-label=\"\uc8fc\uc694 \ud1b5\uacc4\">\n                <div class=\"bp-2-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\" \/>\n                        <polyline points=\"17 6 23 6 23 12\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-2-content\">\n                    <div class=\"bp-2-value\">23-47%<\/div>\n                    <div class=\"bp-2-label\">\uc0dd\uccb4 \ub0b4 \uc9c0\ubc29 \uc138\ud3ec \ud06c\uae30 \uac10\uc18c<\/div>\n                    <div class=\"bp-2-source\">\ubc14\ub2c8 \uc678, 2013<\/div>\n                <\/div>\n            <\/div>\n\n            <p>\uc774 \ub9c9 \ubbf8\uc138 \uad6c\uba4d\uc744 \ud1b5\ud574 \ubc29\ucd9c\ub41c \ud2b8\ub9ac\uae00\ub9ac\uc138\ub9ac\ub4dc\ub294 \uac04\uc9c8 \uacf5\uac04\uc73c\ub85c \ub4e4\uc5b4\uac04 \ub2e4\uc74c \ub9bc\ud504\uacc4\ub97c \ud1b5\ud574 \ud608\ub958\ub85c \ubc30\ucd9c\ub429\ub2c8\ub2e4. \uac04\uc740 \ub2e4\uc74c 72\uc2dc\uac04 \ub3d9\uc548 \uc774\ub97c \ucc98\ub9ac\ud558\uae30 \ub54c\ubb38\uc5d0 \uc774 \uae30\uac04 \ub3d9\uc548 \uc218\ubd84 \uc12d\ucde8\uc640 \uac00\ubcbc\uc6b4 \uc2e0\uccb4 \ud65c\ub3d9\uc774 \uc21c \uacb0\uacfc\uc5d0 \ud070 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4.<\/p>\n\n            <h3>\ucf5c\ub77c\uac90 \ub9ac\ubaa8\ub378\ub9c1\uacfc \ud53c\ubd80 \ud0c0\uc774\ud2b8\ub2dd \ud6a8\uacfc<\/h3>\n\n            <p>\ub450 \ubc88\uc9f8 \uacbd\ub85c\ub294 \ub35c \ub17c\uc758\ub418\uc5c8\uc9c0\ub9cc \ubbf8\uc801 \uacb0\uacfc\uc5d0 \ub611\uac19\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ucd08\uc74c\ud30c \uc5d0\ub108\uc9c0\uac00 \uc870\uc9c1\uc744 \ud1b5\uacfc\ud560 \ub54c \uc77c\ubd80\ub294 \uc5f4\ub85c \uc804\ud658\ub418\uc5b4 \uae4a\uc740 \uc9c4\ud53c\uc758 \uc628\ub3c4\uac00 \uc57d 40~45\u00b0C\ub85c \uc0c1\uc2b9\ud569\ub2c8\ub2e4. \uba87 \ubd84 \ub3d9\uc548 \uc9c0\uc18d\ub418\ub294 \uc774 \uc5f4 \uc790\uadf9\uc740 \uc5f4\ucda9\uaca9 \ub2e8\ubc31\uc9c8\uc744 \ud65c\uc131\ud654\ud558\uace0 \ud53c\ubd80 \uc12c\uc720\uc544\uc138\ud3ec\uac00 \ucf5c\ub77c\uac90 \ud569\uc131\uc744 \uc0c1\ud5a5 \uc870\uc808\ud558\ub3c4\ub85d \uc720\ub3c4\ud569\ub2c8\ub2e4.<\/p>\n\n            <p>\uc989\uc2dc \uc2dc\uc791\ub418\ub294 \uae30\uacc4\uc801 \ud6a8\uacfc\uc640 \ub2ec\ub9ac \ucf5c\ub77c\uac90 \ub9ac\ubaa8\ub378\ub9c1\uc740 \uc218\uac1c\uc6d4\uc5d0 \uac78\uccd0 \uc9c4\ud589\ub429\ub2c8\ub2e4. \uc0c8\ub85c\uc6b4 \uc81c1\ud615 \ubc0f \uc81c3\ud615 \ucf5c\ub77c\uac90 \uce68\ucc29\uc740 \uc77c\ubc18\uc801\uc73c\ub85c \uc2dc\uc220 \ud6c4 4~8\uc8fc \ud6c4\uc5d0 \ucd5c\uace0\uc870\uc5d0 \ub2ec\ud558\uba70, \uc804\uccb4 \uacfc\uc815\uc774 \ub05d\ub09c \ud6c4\uc5d0\ub3c4 3~6\uac1c\uc6d4 \ub3d9\uc548 \ub208\uc5d0 \ub744\ub294 \ud53c\ubd80 \ud0c4\ub825\uc774 \uacc4\uc18d \uac1c\uc120\ub429\ub2c8\ub2e4. \uadf8\ub807\uae30 \ub54c\ubb38\uc5d0 \uac00\uc7a5 \uc88b\uc740 \ube44\ud3ec \uc564 \uc560\ud504\ud130 \uc0ac\uc9c4\uc740 \uc2dc\uc220 \ub2e4\uc74c \ub0a0\uc774 \uc544\ub2cc \ub9c8\uc9c0\ub9c9 \uc138\uc158 \ud6c4 8~12\uc8fc \ud6c4\uc5d0 \ucd2c\uc601\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <div class=\"bp-3-collagen-tip animate-in\" role=\"complementary\" aria-label=\"\uc2dc\uac04\uc774 \uc9c0\ub0a8\uc5d0 \ub530\ub77c \uacb0\uacfc\uac00 \uac1c\uc120\ub418\ub294 \uc774\uc720\">\n                <div class=\"bp-3-header\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <polyline points=\"12 6 12 12 16 14\" \/>\n                    <\/svg>\n                    <span>\uc2dc\uac04\uc774 \uc9c0\ub0a8\uc5d0 \ub530\ub77c \uacb0\uacfc\uac00 \uac1c\uc120\ub418\ub294 \uc774\uc720<\/span>\n                <\/div>\n                <div class=\"bp-3-phases\">\n                    <div class=\"bp-3-phase\">\n                        <span class=\"bp-3-week\">1-2\uc8fc\ucc28:<\/span>\n                        <span class=\"bp-3-desc\">\ucd08\uae30 \ucf5c\ub77c\uac90 \uc790\uadf9<\/span>\n                    <\/div>\n                    <div class=\"bp-3-phase\">\n                        <span class=\"bp-3-week\">4~8\uc8fc\ucc28:<\/span>\n                        <span class=\"bp-3-desc\">\uc0c8\ub85c\uc6b4 \ucf5c\ub77c\uac90 \uce68\ucc29 \ucd5c\ub300\ud654<\/span>\n                    <\/div>\n                    <div class=\"bp-3-phase\">\n                        <span class=\"bp-3-week\">3~6\uc6d4:<\/span>\n                        <span class=\"bp-3-desc\">\ub208\uc5d0 \ub744\ub294 \ud53c\ubd80 \ud0c0\uc774\ud2b8\ub2dd \uc131\uc219\ub3c4<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\uce90\ube44\ud14c\uc774\uc158\uc744 \uc9c4\ud53c\uc5d0 \ucd94\uac00\uc801\uc778 \uc5f4 \uc5d0\ub108\uc9c0\ub97c \uc804\ub2ec\ud558\ub294 \uace0\uc8fc\ud30c(RF)\uc640 \uacb0\ud569\ud558\uba74 \ud53c\ubd80 \ud0c0\uc774\ud2b8\ub2dd \uc131\ubd84\uc774 \uc99d\ud3ed\ub41c\ub2e4\ub294 \uc784\uc0c1\uc801 \uc758\ubbf8\ub3c4 \uc911\uc694\ud569\ub2c8\ub2e4. 129\uba85\uc758 \ucc38\uac00\uc790\ub97c \ub300\uc0c1\uc73c\ub85c \ud55c 2019\ub144 \uc911\uc7ac\uc801 \uc5f0\uad6c\uc5d0 \ub530\ub974\uba74 RF\uc640 \ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc744 \ud568\uaed8 \uc0ac\uc6a9\ud558\uba74 10\ud68c \uc138\uc158 \ud6c4 \ubcf5\ubd80, \ud5c8\ub9ac, \ud5c8\ubc85\uc9c0 \ub458\ub808\uac00 \ud06c\uac8c \uac10\uc18c\ud588\uc73c\uba70, \ub450 \uac00\uc9c0 \ubaa8\ub2ec\ub9ac\ud2f0\ub97c \ub2e8\ub3c5\uc73c\ub85c \uc0ac\uc6a9\ud560 \ub54c\ubcf4\ub2e4 \ub354 \ub098\uc740 \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\ub294 \uac83\uc73c\ub85c \ub098\ud0c0\ub0ac\uc2b5\ub2c8\ub2e4(<a href=\"https:\/\/sciprofiles.com\/publication\/view\/1daddbd94be0ed7f2b8621465025c242\" target=\"_blank\" rel=\"noopener\">\ubaa8\ub358 \ucf00\uc5b4 \uc800\ub110<\/a>, 2019).<\/p>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--white\" aria-label=\"\ud604\uc2e4\uc801\uc778 \uacb0\uacfc: \ud0c0\uc784\ub77c\uc778\uacfc \uce21\uc815 \ubc29\ubc95\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">03<\/span>\ud604\uc2e4\uc801\uc778 \uacb0\uacfc: \ud0c0\uc784\ub77c\uc778\uacfc \uce21\uc815 \ubc29\ubc95<\/h2>\n\n            <p>'\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc'\ub97c \uac80\uc0c9\ud560 \ub54c \uac00\uc7a5 \ub9ce\uc774 \ubb3b\ub294 \uc9c8\ubb38\uc774 \ud558\ub098 \uc788\ub2e4\uba74 \ubc14\ub85c \uc774\uac83\uc785\ub2c8\ub2e4: \"\uc5bc\ub9c8\ub098 \ub9ce\uc740 \uc138\uc158\uc744 \uc9c4\ud589\ud574\uc57c \ucc28\uc774\ub97c \ubcfc \uc218 \uc788\uc744\uae4c\uc694?\" \uc774 \uc9c8\ubb38\uc5d0 \ub300\ud55c \ub2f5\uc740 \uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\uac00 \ud55c \ubc88\uc5d0 \ub098\ud0c0\ub098\ub294 \uac83\uc774 \uc544\ub2c8\ub77c \ub2e8\uacc4\uc801\uc73c\ub85c \ub098\ud0c0\ub09c\ub2e4\ub294 \uac83\uc744 \uc774\ud574\ud558\ub294 \ub370 \ub2ec\ub824 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n<img\nsrc=\"https:\/\/www.konmison.com\/wp-content\/uploads\/2023\/08\/image-7.png\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n            <h3>\uc138\uc158\ubcc4: \ubcc0\uacbd\ub418\ub294 \uc0ac\ud56d \ubc0f \uc2dc\uae30<\/h3>\n\n            <p>\uacb0\uacfc \ud0c0\uc784\ub77c\uc778\uc740 \ub124 \uac00\uc9c0 \ub2e8\uacc4\ub85c \ub098\ub269\ub2c8\ub2e4:<\/p>\n\n            <p><strong>\uc138\uc158 1\ud68c \ud6c4(\uc989\uc2dc):<\/strong> \ub300\ubd80\ubd84\uc758 \uc0ac\ub78c\ub4e4\uc740 \uc2dc\uc220 \ubd80\uc704\uc758 \ub458\ub808\uac00 0.5~2cm \uc904\uc5b4\ub4dc\ub294 \uac83\uc744 \ub290\ub08d\ub2c8\ub2e4. \uc774 \uc911 \uc77c\ubd80\ub294 \uc2e4\uc81c \uc9c0\ubc29 \uc138\ud3ec\uac00 \ud30c\uad34\ub41c \uac83\uc774\uace0, \uc77c\ubd80\ub294 \uc870\uc9c1\uc758 \uc77c\uc2dc\uc801\uc778 \uccb4\uc561 \uc7ac\ubd84\ubc30\ub97c \ubc18\uc601\ud558\ub294 \uac83\uc785\ub2c8\ub2e4. \uc5b4\ub290 \ucabd\uc774\ub4e0, \uc989\uac01\uc801\uc778 \ucc28\uc774\ub294 \ubbf8\ubbf8\ud558\uc9c0\ub9cc \uce58\ub8cc\uac00 \ubb34\uc5b8\uac00\ub97c \ud574\ub0b4\uace0 \uc788\ub2e4\ub294 \uc911\uc694\ud55c \uc2ec\ub9ac\uc801 \uadfc\uac70\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n\n            <p><strong>3~4\ud68c \uc138\uc158 \ud6c4(\ucd08\uae30 \ub204\uc801):<\/strong> \uc774\ub54c\ubd80\ud130 \ucd94\uc138\uac00 \uac00\uc2dc\ud654\ub429\ub2c8\ub2e4. \uc774\uc81c \uc2e0\uccb4\ub294 \ucc98\uc74c \uba87 \ubc88\uc758 \uce58\ub8cc\ub85c \uc911\uc131\uc9c0\ubc29\uc744 \uc81c\uac70\ud588\uc73c\uba70, \uc0c8\ub85c\uc6b4 \uc138\uc158\uc774 \uc9c4\ud589\ub420 \ub54c\ub9c8\ub2e4 \ubaa9\ud45c \uad6c\uc5ed\uc5d0 \ub0a8\uc544\uc788\ub294 \uc9c0\ubc29 \uc138\ud3ec\uac00 \uc810\ucc28 \uc904\uc5b4\ub4ed\ub2c8\ub2e4. \ub458\ub808 \uac10\uc18c\ub294 \uc77c\ubc18\uc801\uc73c\ub85c 1~3cm \ubc94\uc704\uc5d0 \uc774\ub985\ub2c8\ub2e4. \uc774 \ub2e8\uacc4\uc5d0\uc11c \uace0\uac1d\uc740 \uac70\uc6b8\uc774 \uc544\uc9c1 \ub530\ub77c\uc7a1\uc9c0 \ubabb\ud588\uc74c\uc5d0\ub3c4 \ubd88\uad6c\ud558\uace0 \uc637\uc774 \ub2ec\ub77c\uc84c\ub2e4\uace0 \ubcf4\uace0\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p><strong>6~8\ud68c \uc138\uc158 \ud6c4(\ucf54\uc2a4 \uc911\uac04):<\/strong> \uc9c0\uae08\ucbe4\uc774\uba74 \ub300\ubd80\ubd84\uc758 \uace0\uac1d\uc774 2~4cm\uc758 \ub204\uc801 \uac10\uc18c\ub97c \uacbd\ud5d8\ud569\ub2c8\ub2e4. \uc774\uc804 \uc138\uc158\uc758 \ud53c\ubd80 \ud0c0\uc774\ud2b8\ub2dd \ud6a8\uacfc\uac00 \ub098\ud0c0\ub098\uae30 \uc2dc\uc791\ud558\uba74\uc11c \uce21\uc815 \ud14c\uc774\ud504\uc758 \uc22b\uc790\ub97c \ub118\uc5b4 \uacb0\uacfc\uc758 \uc2dc\uac01\uc801 \ud488\uc9c8\uc774 \ud5a5\uc0c1\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\ucd5c\uc885 \uc138\uc158 \ud6c4 8~12\uc8fc \ud6c4(\ucd5c\uace0 \uacb0\uacfc):<\/strong> \uc774 \uc2dc\uae30\uac00 \uac00\uc7a5 \uc911\uc694\ud55c \uc2dc\uae30\uc785\ub2c8\ub2e4. \uc2e0\uccb4\uac00 \ubc29\ucd9c\ub41c \uc9c0\ubc29\uc758 \uc644\uc804\ud55c \uc2e0\uc9c4\ub300\uc0ac \uc81c\uac70\ub97c \uc644\ub8cc\ud558\uace0 \ucf5c\ub77c\uac90 \ub9ac\ubaa8\ub378\ub9c1\uc774 \uc808\uc815\uc5d0 \ub3c4\ub2ec\ud55c \uc2dc\uae30\uc785\ub2c8\ub2e4. \ubc18\uc751\uc774 \uc88b\uc740 \ucc38\uac00\uc790\uc758 \ucd5c\uc885 \ub458\ub808 \uac10\uc18c \ubc94\uc704\ub294 8~12\ud68c \uc804\uccb4 \uacfc\uc815\uc758 \uacbd\uc6b0 2~5cm\uc785\ub2c8\ub2e4. 2021\ub144 PLOS ONE\uc5d0 \ubc1c\ud45c\ub41c \ubb34\uc791\uc704 \uc2dc\ud5d8\uc5d0 \ub530\ub974\uba74 \uc720\uc0b0\uc18c \uc6b4\ub3d9\uc5d0 \uc9d1\uc911 \ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc744 \ucd94\uac00\ud558\uba74 \uc6b4\ub3d9\ub9cc \ud558\ub294 \uac83\ubcf4\ub2e4 \ud6e8\uc52c \ub354 \ud070 \ud5c8\ub9ac\ub458\ub808 \uac10\uc18c \ud6a8\uacfc\uac00 \uc788\ub294 \uac83\uc73c\ub85c \ud655\uc778\ub418\uc5b4 \uce90\ube44\ud14c\uc774\uc158\uc774 \ub3c5\ub9bd\uc801\uc778 \uc194\ub8e8\uc158\uc774 \uc544\ub2cc \uc99d\ud3ed\uae30\ub77c\ub294 \uc810\uc744 \ub2e4\uc2dc \ud55c \ubc88 \uac15\uc870\ud588\uc2b5\ub2c8\ub2e4(<a href=\"https:\/\/journals.plos.org\/plosone\/article?id=10.1371\/journal.pone.0250116\" target=\"_blank\" rel=\"noopener\">PLOS ONE<\/a>, 2021).<\/p>\n\n            <div class=\"bp-4-timeline-grid animate-in\" role=\"complementary\" aria-label=\"\uc138\uc158\ubcc4 \uacb0\uacfc \uc77c\uc9c0\">\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">1<\/div>\n                    <div class=\"bp-4-metric\">0.5-2cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">3-4<\/div>\n                    <div class=\"bp-4-metric\">1-3cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">6-8<\/div>\n                    <div class=\"bp-4-metric\">2-4cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <circle cx=\"12\" cy=\"12\" r=\"10\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"bp-4-card\">\n                    <div class=\"bp-4-sessions\">8-12\uc8fc<\/div>\n                    <div class=\"bp-4-metric\">2-5cm<\/div>\n                    <div class=\"bp-4-icon\" aria-hidden=\"true\">\n                        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\" \/>\n                            <polyline points=\"22 4 12 14.01 9 11.01\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <h3>\uc22b\uc790\uac00 \uc2e4\uc81c\ub85c \uc758\ubbf8\ud558\ub294 \uac83<\/h3>\n\n            <p>\ud5c8\ub9ac\ub458\ub808 \uac10\uc18c\ub294 \uac00\uc7a5 \uc77c\ubc18\uc801\uc73c\ub85c \uc778\uc6a9\ub418\ub294 \uc9c0\ud45c\uc774\uc9c0\ub9cc, \uc5ec\uae30\uc5d0\ub294 \ub9e5\ub77d\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \ud5c8\ub9ac\ub458\ub808\uac00 3cm \uc904\uc5b4\ub4e0\ub2e4\uace0 \ud574\ub3c4 90cm\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \uc0ac\ub78c\uacfc 70cm\uc5d0\uc11c \uc2dc\uc791\ud558\ub294 \uc0ac\ub78c\uc5d0\uac8c\ub294 \ub2e4\ub974\uac8c \ubcf4\uc785\ub2c8\ub2e4. \uadf8\ub9ac\uace0 \uce21\uc815 \ud14c\uc774\ud504\ub294 \ud53c\ubd80 \uc9c8\uac10, \uc724\uacfd\uc758 \ub9e4\ub044\ub7ec\uc6c0 \ub610\ub294 \uad81\uadf9\uc801\uc73c\ub85c \uace0\uac1d\uc5d0\uac8c \uc911\uc694\ud55c \uc2dc\uac01\uc801 \uc778\uc0c1\uc5d0 \ub300\ud574\uc11c\ub294 \uc544\ubb34 \uac83\ub3c4 \ub9d0\ud574\uc8fc\uc9c0 \ubabb\ud558\uae30 \ub54c\ubb38\uc5d0 \ud55c \uac00\uc9c0 \ucc28\uc6d0\ub9cc \ud30c\uc545\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p>\uc2e0\uccb4 \ubd80\uc704\ub9c8\ub2e4 \ubc18\uc751\ub3c4 \ub2e4\ub985\ub2c8\ub2e4. \uc9c0\ubc29\uce35\uc774 \ube44\uad50\uc801 \uade0\uc77c\ud558\uace0 \ud608\uc561 \uacf5\uae09\uc774 \uc6d0\ud65c\ud55c \ubcf5\ubd80\ub294 \uc77c\ubc18\uc801\uc73c\ub85c 3~5cm \uae4a\uc774\uae4c\uc9c0 \ud22c\uacfc\ud558\ub294 40kHz \ucd08\uc74c\ud30c\uc5d0 \uac00\uc7a5 \uac15\ud55c \ubc18\uc751\uc744 \ubcf4\uc785\ub2c8\ub2e4. \ud5c8\ubc85\uc9c0\ub294 \uc9c0\ubc29 \uc18c\uc5fd\uc744 \uc5f0\uacb0\ud558\ub294 \uc12c\uc720\uc9c8 \uaca9\ub9c9\uc774 \ub354 \ucd18\ucd18\ud558\uc5ec \ub354 \ub290\ub9ac\uac8c \ubc18\uc751\ud558\uba70 \ub354 \ub9ce\uc740 \uc138\uc158 \ud69f\uc218\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\ubc29\uce35\uc774 \ub354 \uc587\uc740 \ud314\uc740 \ud45c\uba74 1~2cm\ub97c \ud0c0\uac9f\uc73c\ub85c \ud558\ub294 80kHz \ucd08\uc74c\ud30c\uac00 \ub354 \ub9ce\uc740 \ud6a8\uacfc\ub97c \ubc1c\ud718\ud558\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <div class=\"bp-5-area-comparison animate-in\" role=\"complementary\" aria-label=\"\uc2e0\uccb4 \ubd80\uc704\ubcc4 \ubc18\uc751 \ube44\uad50\">\n                <div class=\"bp-5-title\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <line x1=\"8\" y1=\"3\" x2=\"8\" y2=\"21\" \/>\n                        <polyline points=\"3 8 8 3 13 8\" \/>\n                        <line x1=\"16\" y1=\"3\" x2=\"16\" y2=\"21\" \/>\n                        <polyline points=\"11 16 16 21 21 16\" \/>\n                    <\/svg>\n                    <span>\uc2e0\uccb4 \ubd80\uc704\ubcc4 \uc0c1\ub300\uc801 \ubc18\uc751<\/span>\n                <\/div>\n                <div class=\"bp-5-rows\">\n                    <div class=\"bp-5-row\">\n                        <span class=\"bp-5-area\">\ubcf5\ubd80<\/span>\n                        <div class=\"bp-5-track\">\n                            <div class=\"bp-5-fill\">40kHz<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"bp-5-row\">\n                        <span class=\"bp-5-area\">\ud5c8\ubc85\uc9c0<\/span>\n                        <div class=\"bp-5-track\">\n                            <div class=\"bp-5-fill\">40kHz<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"bp-5-row\">\n                        <span class=\"bp-5-area\">\ud314<\/span>\n                        <div class=\"bp-5-track\">\n                            <div class=\"bp-5-fill\">80kHz<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\ucd08\uc74c\ud30c \uce21\uc815\uc740 \ub354 \uc815\ud655\ud55c \uc774\uc57c\uae30\ub97c \ub4e4\ub824\uc90d\ub2c8\ub2e4. \ud53c\ud558\uc9c0\ubc29\uce35 \ub450\uaed8\uc758 \ub2e8\uc77c \uc138\uc158 \uac10\uc18c\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uce21\uc815 \uc218\uc900\uc5d0\uc11c 0.3~1.2mm \ubc94\uc704\uc785\ub2c8\ub2e4. \uc774 \uc218\uce58\ub294 \uc791\uc544 \ubcf4\uc774\uc9c0\ub9cc \uc218\ubc31 \ud3c9\ubc29 \uc13c\ud2f0\ubbf8\ud130\uc758 \uce58\ub8cc \uba74\uc801\uc5d0 \uacf1\ud558\uace0 8~12\ud68c\uc5d0 \uac78\uccd0 \ub204\uc801\ud558\uba74 \uace0\uac1d\uc774 \uc2e4\uc81c\ub85c \uccb4\uac10\ud558\ub294 \uc13c\ud2f0\ubbf8\ud130 \ub2e8\uc704\uc758 \ub458\ub808 \ubcc0\ud654\ub85c \ubcc0\ud658\ub429\ub2c8\ub2e4.<\/p>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--teal\" aria-label=\"\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\uac00 \ub2ec\ub77c\uc9c0\ub294 \uc774\uc720: \uc911\uc694\ud55c \ubcc0\uc218\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">04<\/span>\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\uac00 \ub2ec\ub77c\uc9c0\ub294 \uc774\uc720: \uc911\uc694\ud55c \ubcc0\uc218<\/h2>\n\n            <p>\uc774 \ubd80\ubd84\uc740 \ub300\ubd80\ubd84\uc758 \uae30\uc0ac\uc5d0\uc11c \ud53c\ud558\ub294 \ubd80\ubd84\uc785\ub2c8\ub2e4. \uc5b4\ub5a4 \ubcc0\uc218\uac00 \ubcc0\ud654\ub97c \uc77c\uc73c\ud0a4\ub294\uc9c0 \uc815\ud655\ud788 \uc124\uba85\ud558\ub294 \uac83\ubcf4\ub2e4 \uadf9\uc801\uc778 \uc804\ud6c4\ub97c \ubcf4\uc5ec\uc8fc\uace0 \uc791\uc740 \uae00\uc528\ub85c \"\uacb0\uacfc\uac00 \ub2e4\ub97c \uc218 \uc788\ub2e4\"\uace0 \uc554\uc2dc\ud558\ub294 \uac83\uc774 \ub354 \uc27d\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc7a0\uc7ac \uace0\uac1d\uc774\ub4e0 \uc7a5\ube44\uc5d0 \ud22c\uc790\ud558\ub824\ub294 \ud074\ub9ac\ub2c9 \uc18c\uc720\uc790\uc774\ub4e0 \uce90\ube44\ud14c\uc774\uc158\uc744 \ud3c9\uac00\ud558\ub294 \uacbd\uc6b0 \uc774 \ud504\ub808\uc784\uc6cc\ud06c\ub97c \uc774\ud574\ud558\ub294 \uac83\uc740 \uc815\ubcf4\uc5d0 \uc785\uac01\ud55c \uacb0\uc815\uacfc \ube44\uc6a9\uc774 \ub9ce\uc774 \ub4dc\ub294 \ucd94\uce21 \uc0ac\uc774\uc758 \ucc28\uc774\uc785\ub2c8\ub2e4.<\/p>\n\n            <p>\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\ub294 \ub514\ubc14\uc774\uc2a4, \ud504\ub85c\ud1a0\ucf5c, \uac1c\uc778\uc774\ub77c\ub294 \uc138 \uac00\uc9c0 \ubcc0\uc218\uac00 \uad50\ucc28\ud558\ub294 \uc9c0\uc810\uc5d0 \uc704\uce58\ud569\ub2c8\ub2e4. \uc774 \uc911 \uc5b4\ub290 \ud558\ub098\ub77c\ub3c4 \uc57d\ud558\uba74 \uacb0\uacfc\uac00 \ub5a8\uc5b4\uc9d1\ub2c8\ub2e4.<\/p>\n\n            <h3>\uc7a5\uce58 \ub9e4\uac1c\ubcc0\uc218: \uc8fc\ud30c\uc218, \uc804\ub825 \ubc0f \ud504\ub85c\ube0c \ud488\uc9c8<\/h3>\n\n            <p><strong>\ube48\ub3c4 \ubc0f \uce68\ud22c \uae4a\uc774:<\/strong> 40kHz \ucd08\uc74c\ud30c\ub294 \uc57d 3~5cm\uae4c\uc9c0 \ud22c\uacfc\ud558\ubbc0\ub85c \ubcf5\ubd80 \ubc0f \ud5c8\ubc85\uc9c0 \uc9c0\ubc29\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. 80kHz \ucd08\uc74c\ud30c\ub294 1~2cm\uae4c\uc9c0\ub9cc \ub3c4\ub2ec\ud558\ubbc0\ub85c \ud314\uc774\ub098 \ud131\uacfc \uac19\uc740 \ud45c\uc7ac\uc131 \ubd80\uc704\uc5d0\ub9cc \uc81c\ud55c\uc801\uc73c\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud55c \uac00\uc9c0 \uc8fc\ud30c\uc218\ub9cc \uc81c\uacf5\ud558\ub294 \uae30\uacc4\ub85c\ub294 \ubaa8\ub4e0 \uc2e0\uccb4 \ubd80\uc704\ub97c \ucd5c\uc801\uc73c\ub85c \uce58\ub8cc\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ucd5c\uace0\uc758 \uc804\ubb38 \ud50c\ub7ab\ud3fc\uc740 \ub450 \uac00\uc9c0 \uc8fc\ud30c\uc218\ub97c \ubaa8\ub450 \uc81c\uacf5\ud558\uc5ec \uc2dc\uc220\uc790\uac00 \ud574\ubd80\ud559\uc801 \uad6c\uc870\uc5d0 \ub9de\uac8c \uc8fc\ud30c\uc218\ub97c \uc870\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\uc804\ub825 \ubc00\ub3c4 \ubc0f \uce90\ube44\ud14c\uc774\uc158 \uc784\uacc4\uac12:<\/strong> \ud504\ub85c\ube0c \ud45c\uba74\uc758 \uc74c\ud5a5 \uc555\ub825\uc774 \ucd5c\uc18c \uc784\uacc4\uac12(\uc57d 0.5~1.0MPa \ud53c\ud06c \uc74c\uc555)\uc744 \ucd08\uacfc\ud558\uc9c0 \uc54a\ub294 \ud55c \uce90\ube44\ud14c\uc774\uc158 \uae30\ud3ec\ub294 \ud615\uc131\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc57d 0.5~3W\/cm\uc758 \uc804\ub825 \ubc00\ub3c4\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.<sup>2<\/sup> \uc8fc\ud30c\uc218 \ubc0f \uc870\uc9c1 \uc784\ud53c\ub358\uc2a4\uc5d0 \ub530\ub77c \ud2b8\ub79c\uc2a4\ub4c0\uc11c \ud45c\uba74\uc5d0\uc11c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc774 \ucd9c\ub825\uc744 \uc720\uc9c0\ud560 \uc218 \uc5c6\uac70\ub098 \uce58\ub8cc \uc138\uc158 \ub3d9\uc548 \uc815\uaca9 \ucd9c\ub825\uc5d0\uc11c \ud06c\uac8c \ubc97\uc5b4\ub098\ub294 \uc7a5\uce58\ub294 \uce90\ube44\ud14c\uc774\uc158 \ud6a8\uacfc\uac00 \uc77c\uad00\ub418\uc9c0 \uc54a\uac70\ub098 \uc5c6\uc2b5\ub2c8\ub2e4. \uc758\ub8cc\uc6a9 \uc7a5\ube44\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \u00b110% \uc774\ub0b4\uc758 \ucd9c\ub825 \ubcc0\ub3d9\uc744 \uc720\uc9c0\ud569\ub2c8\ub2e4. \ub0ae\uc740 \ub4f1\uae09\uc758 \uc7a5\uce58\ub294 \u00b120~30%\uae4c\uc9c0 \ub4dc\ub9ac\ud504\ud2b8\ud560 \uc218 \uc788\uc73c\uba70, \uc774\ub294 \uc77c\ubd80 \uc138\uc158 \ubd84\uc5d0\uc11c\ub294 \uc758\ubbf8 \uc788\ub294 \uce90\ube44\ud14c\uc774\uc158\uc774 \uc804\ud600 \ubc1c\uc0dd\ud558\uc9c0 \uc54a\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\ud504\ub85c\ube0c \ud488\uc9c8 \ubc0f \uc74c\uc7a5 \uade0\uc77c\uc131:<\/strong> \ud504\ub85c\ube0c\ub294 \uc804\uae30 \uc5d0\ub108\uc9c0\uac00 \uce58\ub8cc\uc6a9 \ucd08\uc74c\ud30c\uac00 \ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. \uc2a4\ud14c\uc778\ub9ac\uc2a4 \uc2a4\ud2f8 \ub610\ub294 \ud2f0\ud0c0\ub284 \ud569\uae08 \ud504\ub85c\ube0c\ub294 \uc720\ud6a8 \ubc29\uc0ac\uc120 \uba74\uc801(ERA, \uc77c\ubc18\uc801\uc73c\ub85c 3~7cm)\uc774 \uc798 \ud2b9\uc131\ud654\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<sup>2<\/sup>)\ub294 \uce58\ub8cc \ud45c\uba74 \uc804\uccb4\uc5d0 \uade0\uc77c\ud55c \uc74c\uc7a5\uc744 \uc804\ub2ec\ud569\ub2c8\ub2e4. \uc798\ubabb \uc81c\uc870\ub41c \ud504\ub85c\ube0c\ub294 \ud56b\uc2a4\ud31f\uacfc \ub370\ub4dc\uc874\uc744 \uc0dd\uc131\ud558\uc5ec \uc77c\ubd80 \uc870\uc9c1\uc740 \uacfc\ub3c4\ud55c \uc5d0\ub108\uc9c0\ub97c \ubc1b\ub294 \ubc18\uba74 \uc778\uc811\ud55c \ubd80\uc704\ub294 \uac70\uc758 \uc5d0\ub108\uc9c0\ub97c \ubc1b\uc9c0 \ubabb\ud569\ub2c8\ub2e4. \uc804\uccb4 \uce58\ub8cc \uacfc\uc815\uc5d0\uc11c \uc774\ub7ec\ud55c \ubd88\uc77c\uce58\ub294 \uc608\uce21\ud560 \uc218 \uc5c6\ub294 \uacb0\uacfc\ub97c \ucd08\ub798\ud569\ub2c8\ub2e4.<\/p>\n\n            <div class=\"bp-6-fluctuation-bars animate-in\" role=\"complementary\" aria-label=\"\uc7a5\uce58 \ucd9c\ub825 \uc548\uc815\uc131 \ube44\uad50\">\n                <div class=\"bp-6-title\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <path d=\"M18 20V10\" \/>\n                        <path d=\"M12 20V4\" \/>\n                        <path d=\"M6 20v-6\" \/>\n                    <\/svg>\n                    <span>\ucd9c\ub825 \ubcc0\ub3d9 \ube44\uad50<\/span>\n                <\/div>\n                <div class=\"bp-6-rows\">\n                    <div class=\"bp-6-row\">\n                        <span class=\"bp-6-icon bp-6-icon--shield\" aria-hidden=\"true\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" \/>\n                                <polyline points=\"9 12 11 14 15 10\" \/>\n                            <\/svg>\n                        <\/span>\n                        <span class=\"bp-6-label\">\uc758\ub8cc \ub4f1\uae09(\u00b110%)<\/span>\n                        <div class=\"bp-6-track\">\n                            <div class=\"bp-6-fill\"><\/div>\n                        <\/div>\n                        <span class=\"bp-6-range\">\u00b110%<\/span>\n                    <\/div>\n                    <div class=\"bp-6-row\">\n                        <span class=\"bp-6-icon bp-6-icon--alert\" aria-hidden=\"true\">\n                            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" \/>\n                                <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" \/>\n                                <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" \/>\n                            <\/svg>\n                        <\/span>\n                        <span class=\"bp-6-label\">\ud558\uc704 \uacc4\uce35(\u00b120-30%)<\/span>\n                        <div class=\"bp-6-track\">\n                            <div class=\"bp-6-fill\"><\/div>\n                        <\/div>\n                        <span class=\"bp-6-range\">\u00b120-30%<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <p>\uc774\ub7ec\ud55c \uc81c\uc870 \ubcc0\uc218\ub294 \uc774\ub860\uc801\uc778 \uac83\uc774 \uc544\ub2c8\ub77c \uc7a5\ube44\uc758 \ud488\uc9c8 \uad00\ub9ac \uc778\ud504\ub77c\ub97c \ubc18\uc601\ud569\ub2c8\ub2e4. \uc758\ub8cc \uae30\uae30\uc5d0 \ub300\ud55c \uad6d\uc81c \ud488\uc9c8 \uad00\ub9ac \ud45c\uc900\uc778 ISO 13485 \uc778\uc99d\uc744 \ubc1b\uc740 \uae30\uae30\ub294 \ucd9c\ub825 \ubcf4\uc815, \ucd94\uc801 \uac00\ub2a5\ud55c \uc74c\ud5a5 \uc804\ub825 \uce21\uc815 \ubc0f \ubc30\uce58 \uc218\uc900\uc758 \uc77c\uad00\uc131 \ud14c\uc2a4\ud2b8\ub97c \uc758\ubb34\ud654\ud558\ub294 \ud504\ub808\uc784\uc6cc\ud06c \ub0b4\uc5d0\uc11c \uc0dd\uc0b0\ub429\ub2c8\ub2e4. \uc774 \uc778\uc99d\uc744 \ubc1b\uc740 \uc81c\uc870\uc5c5\uccb4\ub294 CE, FDA \ubc0f RoHS \uc900\uc218\uc640 \ud568\uaed8 \ub9c8\ucf00\ud305 \uc8fc\uc7a5\uc774 \uc544\ub2cc \ubb38\uc11c\ud654\ub41c \uac80\uc99d\uc744 \ud1b5\ud574 \uc0ac\uc591\uc744 \ub4b7\ubc1b\uce68\ud569\ub2c8\ub2e4. \uad11\uc800\uc6b0\uc5d0 \ubcf8\uc0ac\ub97c \ub454 \ubbf8\uc6a9 \uc7a5\ube44 \uc81c\uc870\uc5c5\uccb4\uc778 Konmison\uc740 ISO 13485\uc5d0 \ub530\ub77c \uc6b4\uc601\ub418\uba70 CE, FDA, RoHS, FCC \ubc0f MSDS \uc778\uc99d\uc744 \ud3ec\ud568\ud55c \uc644\uc804\ud55c \uad6d\uc81c \uaddc\uc815 \uc900\uc218 \uc2a4\ud0dd\uc744 \uc720\uc9c0\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc81c\uc870 \uacf5\uc815\uc5d0\ub294 303\uac1c\uc758 \uc2a4\ud14c\uc778\ub9ac\uc2a4 \uc2a4\ud2f8 \ud504\ub85c\ube0c \uad6c\uc131 \uc694\uc18c, 48\uc2dc\uac04 PCB \uc5d0\uc774\uc9d5 \ud14c\uc2a4\ud2b8, 100% \uc785\uace0 \ubd80\ud488 \uac80\uc0ac \ub4f1 \uc784\uc0c1 \uc77c\uad00\uc131\uc744 \uc800\ud574\ud558\ub294 \ub2e8\uc704 \uac04 \ucd9c\ub825 \ubcc0\ub3d9\uc131\uc744 \uc9c1\uc811\uc801\uc73c\ub85c \uc904\uc774\ub294 \uad00\ud589\uc774 \ud1b5\ud569\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4(<a href=\"https:\/\/www.konmison.com\/ko\/quality\/\" target=\"_blank\" rel=\"noopener\">ISO 13485 \uc778\uc99d \uc81c\uc870 \uc2dc\uc124<\/a>). \uce90\ube44\ud14c\uc774\uc158 \uc7a5\uce58\ub97c \ud3c9\uac00\ud560 \ub54c \uc9c8\ubb38\ud574\uc57c \ud560 \uac83\uc740 \"\uc0ac\uc591\uc11c\uc5d0 \uba85\uc2dc\ub41c \ud30c\uc6cc\uac00 \uc5b4\ub290 \uc815\ub3c4\uc778\uac00\"\uac00 \uc544\ub2c8\ub77c \"\uc5b4\ub5a4 \ud488\uc9c8 \uc2dc\uc2a4\ud15c\uc774 \ubaa8\ub4e0 \uc7a5\uce58\uac00 \uc2e4\uc81c\ub85c \ud30c\uc6cc\ub97c \uc81c\uacf5\ud558\ub3c4\ub85d \ubcf4\uc7a5\ud558\ub294\uac00\"\uc785\ub2c8\ub2e4(<a href=\"https:\/\/www.konmison.com\/ko\/%ec%ba%90%eb%b9%84%ed%85%8c%ec%9d%b4%ec%85%98-%eb%a8%b8%ec%8b%a0\/\" target=\"_blank\" rel=\"noopener\">\uc804\ubb38\uac00\uae09 \uce90\ube44\ud14c\uc774\uc158 \uc7a5\ube44<\/a>).<\/p>\n\n            <h3>\uce58\ub8cc \ud504\ub85c\ud1a0\ucf5c: \ube48\ub3c4, \uae30\uac04 \ubc0f \uae30\uc220<\/h3>\n\n            <p><strong>\uc138\uc158 \ube48\ub3c4 \ubc0f \ub300\uc0ac \ucc98\ub9ac \uae30\uac04:<\/strong> \ud55c \ubc88\uc758 \uce90\ube44\ud14c\uc774\uc158 \uc138\uc158\uc73c\ub85c \ubc30\ucd9c\ub41c \uc911\uc131\uc9c0\ubc29\uc744 \uc81c\uac70\ud558\ub824\uba74 \uc57d 72\uc2dc\uac04\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\ubcf4\ub2e4 \ub354 \uac00\uae5d\uac8c \uce58\ub8cc \uc77c\uc815\uc744 \uc7a1\ub294 \uac83\uc740 \ub9bc\ud504\uacc4\uc758 \uc81c\uac70 \ub2a5\ub825\uc744 \uc555\ub3c4\ud558\uc5ec \uc77c\uc2dc\uc801\uc778 \uccb4\uc561 \uc800\ub958\uc640 \uce21\uc815\uac12\uc758 \uc815\uccb4\ub85c \uc774\uc5b4\uc9c8 \ubfd0 \uacb0\uacfc\ub97c \uac00\uc18d\ud654\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. 3~4\uc77c \uac04\uaca9\uc73c\ub85c \uc8fc\ub2f9 2\ud68c\uc758 \ud45c\uc900 \ud504\ub85c\ud1a0\ucf5c\uc740 \uc784\uc758\uc801\uc778 \uc774\uc720\uac00 \uc544\ub2cc \uc0dd\ub9ac\uc801 \uc774\uc720 \ub54c\ubb38\uc5d0 \uc874\uc7ac\ud569\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\uc601\uc5ed\ubcc4 \uce58\ub8cc \uae30\uac04:<\/strong> \uc784\uc0c1 \uc5f0\uad6c\uc5d0\uc11c\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ubcf5\ubd80\uc758 \uacbd\uc6b0 \ubd80\uc704\ub2f9 15~20\ubd84, \ud314\uc758 \uacbd\uc6b0 10~15\ubd84, \ud5c8\ubc85\uc9c0\uc758 \uacbd\uc6b0 20~30\ubd84 \ub3d9\uc548 \ucd08\uc74c\ud30c\ub97c \uc801\uc6a9\ud569\ub2c8\ub2e4. \uc774\ubcf4\ub2e4 \uc9e7\uc740 \uc2dc\uac04\uc740 \uce58\ub8cc \uc601\uc5ed\uc5d0\uc11c \uc758\ubbf8 \uc788\ub294 \ube44\uc728\uc758 \uc9c0\ubc29 \uc138\ud3ec\ub97c \ud30c\uad34\ud558\uae30\uc5d0 \ucda9\ubd84\ud55c \ub204\uc801 \uce90\ube44\ud14c\uc774\uc158 \uc774\ubca4\ud2b8\ub97c \uc0dd\uc131\ud558\uc9c0 \ubabb\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ud55c \ubd80\uc704\uc5d0 30\ubd84\uc774 \ub118\uc73c\uba74 \ucd94\uac00\uc801\uc778 \ud6a8\uacfc\ub294 \ube44\ub840\ud558\uc9c0 \uc54a\uace0 \uad6d\uc18c\uc801\uc778 \ubd88\ud3b8\ud568\uc774 \ubc1c\uc0dd\ud560 \uc704\ud5d8\uc774 \ub192\uc544\uc9d1\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\ud504\ub85c\ube0c \uc774\ub3d9 \uae30\ubc95:<\/strong> \ud2b8\ub79c\uc2a4\ub4c0\uc11c\ub294 \ub290\ub9ac\uace0 \uacb9\uce58\ub294 \uc6d0\uc744 \uadf8\ub9ac\uba70 \uc9c0\uc18d\uc801\uc73c\ub85c \uc6c0\uc9c1\uc5ec\uc57c \ud558\uba70 \uc808\ub300 \uc815\uc9c0\ud574\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4. \uace0\uc815\ub41c \ud504\ub85c\ube0c\ub294 \uace0\uc815\ub41c \uc870\uc9c1 \uae4a\uc774\uc5d0 \uc5d0\ub108\uc9c0\ub97c \uc9d1\uc911\uc2dc\ud0a4\ub294 \uc815\uc7ac\ud30c \ud328\ud134\uc744 \uc0dd\uc131\ud558\uc5ec \uc7a0\uc7ac\uc801\uc73c\ub85c \uc5f4 \ubd88\ud3b8\ud568\uc744 \uc720\ubc1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uc18d\uc801\uc778 \uc6c0\uc9c1\uc784\uc740 \uc74c\uc7a5\uc774 \uce58\ub8cc \ubd80\uc704 \uc804\uccb4\uc5d0 \uace0\ub974\uac8c \ubd84\ud3ec\ub418\ub3c4\ub85d \ud569\ub2c8\ub2e4. \ubd80\uc801\uc808\ud55c \ucee4\ud50c\ub9c1 \uc824\uc740 \uc758\uc678\ub85c \ud754\ud55c \ud504\ub85c\ud1a0\ucf5c \uc2e4\ud328 \uc694\uc778\uc73c\ub85c, \uc824 \ucee4\ubc84\ub9ac\uc9c0\uac00 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc73c\uba74 \uc74c\ud5a5 \uc5d0\ub108\uc9c0\uc758 30~50%\uac00 \uc870\uc9c1\uc73c\ub85c \uc804\ub2ec\ub418\uc9c0 \uc54a\uace0 \ud2b8\ub79c\uc2a4\ub4c0\uc11c\ub85c \ub2e4\uc2dc \ubc18\uc0ac\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <h3>\uac1c\uc778\uc801 \uc694\uc778: \uc0dd\ubb3c\ud559, \uc218\ubd84, \ub77c\uc774\ud504\uc2a4\ud0c0\uc77c<\/h3>\n\n            <p><strong>\ub300\uc0ac\uc728 \ubc0f \uc9c0\ubc29 \uc81c\uac70 \ud6a8\uc728:<\/strong> \uc9c0\ubc29\uc138\ud3ec\uc5d0\uc11c \uc911\uc131\uc9c0\ubc29\uc774 \ubc29\ucd9c\ub418\uba74 \ub9bc\ud504\uacc4\ub97c \ud1b5\ud574 \ud608\ub958\ub85c \uc774\ub3d9\ud55c \ub2e4\uc74c \ub300\uc0ac\ub97c \uc704\ud574 \uac04\uc73c\ub85c \uc774\ub3d9\ud574\uc57c \ud569\ub2c8\ub2e4. \uc548\uc815 \uc2dc \ub300\uc0ac\uc728\uc774 \ub192\uc740 \uc0ac\ub78c\uc740 \uc774 \uc9c0\uc9c8 \ubd80\ud558\ub97c \ub354 \ube68\ub9ac \uc81c\uac70\ud558\ubbc0\ub85c \uac01 \uc138\uc158\uc758 \ud6a8\uacfc\uac00 \ub2e4\uc74c \uc138\uc158\uc5d0 \ubc18\uc601\ub418\uae30 \uc804\uc5d0 \uc644\uc804\ud788 \uc2e4\ud604\ub429\ub2c8\ub2e4. \uc2e0\uc9c4\ub300\uc0ac\uc728\uc774 \ub290\ub9b0 \uc0ac\ub78c\uc740 \uc138\uc158 5\uac00 \uc774\ubbf8 \uc608\uc815\ub418\uc5b4 \uc788\ub294\ub370\ub3c4 \uc138\uc158 3\uc758 \uc9c0\uc9c8\uc744 \ucc98\ub9ac\ud558\uace0 \uc788\uc744 \uc218 \uc788\uc73c\ubbc0\ub85c \ubc31\ub85c\uadf8\uac00 \ubc1c\uc0dd\ud558\uc5ec \uac89\uc73c\ub85c \ub4dc\ub7ec\ub098\ub294 \uc9c4\ud589 \uc18d\ub3c4\uac00 \ub454\ud654\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\uc218\ubd84 \uc0c1\ud0dc \ubc0f \ub9bc\ud504 \ud750\ub984:<\/strong> \ub9bc\ud504\uacc4\ub294 \uc2e0\uccb4\uc758 \uc9c0\uc9c8 \uc6b4\ubc18 \uc778\ud504\ub77c\uc774\uba70 \ubb3c\ub85c \uc791\ub3d9\ud569\ub2c8\ub2e4. \ud734\uc2dd \uc2dc \ub9bc\ud504\uc561\uc758 \ud750\ub984\uc740 \ud558\ub8e8\uc5d0 \uc57d 2~3\ub9ac\ud130\uc785\ub2c8\ub2e4. \uc801\uc808\ud55c \uc218\ubd84 \uacf5\uae09\uacfc \uac00\ubcbc\uc6b4 \ud65c\ub3d9\uc744 \ud558\uba74 \ud558\ub8e8\uc5d0 5~10\ub9ac\ud130\ub85c \ub298\uc5b4\ub0a0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud0c8\uc218 \uc0c1\ud0dc\uc774\uac70\ub098 \ud558\ub8e8 \uad8c\uc7a5 \uc218\ubd84 \uc12d\ucde8\ub7c9\uc778 2~3\ub9ac\ud130\ub97c \uac70\ub974\ub294 \uace0\uac1d\uc740 \uc9c0\uc9c8 \uc81c\uac70 \uc2dc\uc2a4\ud15c\uc774 \uc808\ubc18\uc758 \uc6a9\ub7c9\uc73c\ub85c \uc791\ub3d9\ud558\uace0 \uc788\ub294 \uac83\uc785\ub2c8\ub2e4. \uc9c0\ubc29\uc740 \ubc30\ucd9c\ub418\uc9c0\ub9cc \uac04\uc9c8 \uacf5\uac04\uc5d0 \ub0a8\uc544 \uc788\uc5b4 \uce21\uc815 \uac00\ub2a5\ud55c \ub458\ub808 \uac10\uc18c\uac00 \uc9c0\uc5f0\ub429\ub2c8\ub2e4.<\/p>\n\n            <p><strong>\ucc98\ub9ac \ud6c4 \ud589\ub3d9 - 72\uc2dc\uac04\uc774 \uc131\ud328\ub97c \uc88c\uc6b0\ud569\ub2c8\ub2e4:<\/strong> \uac01 \uc138\uc158 \ud6c4 72\uc2dc\uac04\uc740 \uc911\uc694\ud55c \uc2e0\uc9c4\ub300\uc0ac \uae30\uac04\uc785\ub2c8\ub2e4. \uce58\ub8cc \ud6c4 4~6\uc2dc\uac04 \uc774\ub0b4\uc5d0 \ube60\ub974\uac8c \uac77\uae30\ub098 \uac00\ubcbc\uc6b4 \uc2a4\ud2b8\ub808\uce6d\uacfc \uac19\uc740 \uac00\ubcbc\uc6b4 \uc6b4\ub3d9\uc744 \ud558\uba74 \uc9c0\ubc29\uc0b0 \uc0b0\ud654\uc640 \ub9bc\ud504 \ud38c\ud504 \uc791\uc6a9\uc774 \uc99d\uac00\ud569\ub2c8\ub2e4. \uc774 \uae30\uac04 \ub3d9\uc548\uc758 \uc74c\uc8fc\ub294 \ud2b9\ud788 \ube44\uc0dd\uc0b0\uc801\uc785\ub2c8\ub2e4. \ud55c \ubc88\uc758 \uacfc\uc74c(\uc5d0\ud0c4\uc62c 30g \uc774\uc0c1, \ud45c\uc900 \uc74c\ub8cc 2\uc794 \uc815\ub3c4)\uc740 \uac04\uc774 \uc9c0\uc9c8 \uc81c\uac70\ubcf4\ub2e4 \uc54c\ucf54\uc62c \ub300\uc0ac\ub97c \uc6b0\uc120\uc2dc\ud558\uae30 \ub54c\ubb38\uc5d0 12~24\uc2dc\uac04 \ub3d9\uc548 \uac04 \uc9c0\ubc29\uc0b0 \uc0b0\ud654\ub97c 30~50%\uae4c\uc9c0 \uac10\uc18c\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uc81c \ud0c4\uc218\ud654\ubb3c\uc758 \uae09\uc99d\uc740 \uc778\uc290\ub9b0\uc744 \uc0c1\uc2b9\uc2dc\ucf1c \uc9c0\ubc29 \uc138\ud3ec\uac00 \uc9c0\ubc29\uc744 \ubc29\ucd9c\ud558\uc9c0 \uc54a\uace0 \uc800\uc7a5\ud558\ub3c4\ub85d \uc2e0\ud638\ub97c \ubcf4\ub0b4\ubbc0\ub85c \uce90\ube44\ud14c\uc774\uc158 \uce58\ub8cc\uac00 \ubc29\uae08 \ub2ec\uc131\ud55c \uac83\uacfc \uc9c1\uc811\uc801\uc73c\ub85c \ubc18\ub300 \uc791\uc6a9\uc744 \ud569\ub2c8\ub2e4.<\/p>\n\n            <div class=\"bp-7-alcohol-warning animate-in\" role=\"complementary\" aria-label=\"\uc54c\ucf54\uc62c\uc758 \uc601\ud5a5\uc5d0 \ub300\ud55c \uacbd\uace0\">\n                <div class=\"bp-7-header\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\">\n                        <path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\" \/>\n                        <line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\" \/>\n                        <line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" \/>\n                    <\/svg>\n                    <span>\uc54c\ucf54\uc62c \ud6a8\uacfc<\/span>\n                <\/div>\n                <div class=\"bp-7-body\">\n                    <strong>30-50%<\/strong> \ud45c\uc900 \uc74c\ub8cc 2\uc794 \uc774\uc0c1 \uc12d\ucde8 \ud6c4 12~24\uc2dc\uac04 \ub3d9\uc548 \uac04 \uc9c0\ubc29\uc0b0 \uc0b0\ud654\uac00 \uac10\uc18c\ud569\ub2c8\ub2e4.\n                <\/div>\n                <div class=\"bp-7-tip\">\n                    <span class=\"bp-7-tip-arrow\">\u2192<\/span> \uac01 \uc138\uc158\uc758 \uacb0\uacfc\ub97c \ubcf4\ud638\ud558\uae30 \uc704\ud574 \uce58\ub8cc \ud6c4 48\uc2dc\uac04 \ub3d9\uc548\uc740 \uc220\uc744 \ub9c8\uc2dc\uc9c0 \ub9c8\uc138\uc694.\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"section-wrap section-wrap--white\" aria-label=\"\ucd5c\uc0c1\uc758 \uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc \uc5bb\uae30\">\n        <div class=\"article-container\">\n\n            <h2 class=\"animate-in\"><span class=\"h2-marker\">05<\/span>\ucd5c\uc0c1\uc758 \uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc \uc5bb\uae30<\/h2>\n\n            <p>\uc774\uc804 \uc139\uc158\uc5d0\uc11c \uacb0\uacfc \ubcc0\ub3d9\uc131\uc758 \"\uc774\uc720\"\ub97c \uc124\uba85\ud558\uc600\ub2e4\uba74, \uc774 \uc139\uc158\uc5d0\uc11c\ub294 \uc774\ub97c \"\uc5b4\ub5bb\uac8c \ud574\uc57c \ud558\ub294\uac00\"\ub85c \uc815\ub9ac\ud569\ub2c8\ub2e4. \uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\ub294 \ubb34\uc791\uc704\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\ub294 \uc608\uce21 \uac00\ub2a5\ud55c \uacf5\uc2dd\uc744 \ub530\ub985\ub2c8\ub2e4: \uae30\uae30 \ud488\uc9c8 \u00d7 \ud504\ub85c\ud1a0\ucf5c \uc900\uc218 \u00d7 \uac1c\uc778 \uaddc\uc815 \uc900\uc218 = \uc21c \uacb0\uacfc. \ubaa8\ub4e0 \uc2b9\uc218\uc758 \uc57d\uc810\uc740 \uacb0\uacfc\ub97c \uac10\uc18c\uc2dc\ud0b5\ub2c8\ub2e4.<\/p>\n\n<img\nsrc=\"https:\/\/www.konmison.com\/wp-content\/uploads\/2023\/08\/image-8.png\" style=\"width: 512px; height: 384px; max-width: 100%; object-fit: cover; border-radius: 12px; margin: 30px auto; display: block; box-shadow: 10px 10px 60px 0px rgba(210, 221, 224, 0.35); transition: all 0.3s ease; cursor: pointer;\"\nonmouseover=\"this.style.transform='translateY(-5px) scale(1.03)'; this.style.boxShadow='15px 25px 80px 0px rgba(210, 221, 224, 0.45)'\"\nonmouseout=\"this.style.transform='translateY(0) scale(1)'; this.style.boxShadow='10px 10px 60px 0px rgba(210, 221, 224, 0.35)'\">\n\n            <p>\uc2e4\uc81c\ub85c \uc774\uac83\uc774 \uc758\ubbf8\ud558\ub294 \ubc14\ub294 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n\n            <ol class=\"ol-checklist\">\n                <li><strong>\ud655\uc778 \uac00\ub2a5\ud55c \uc0ac\uc591\uc758 \uc7a5\ube44\ub97c \uc120\ud0dd\ud558\uc138\uc694.<\/strong> \ub2e8\uc21c\ud55c \uc0ac\uc591\uc11c\ub9cc \uc694\uad6c\ud558\uc9c0 \ub9d0\uace0, \ubb38\uc11c\ud654\ub41c \ucd9c\ub825 \uad50\uc815 \uacb0\uacfc\ub97c \uc694\uccad\ud558\uc2ed\uc2dc\uc624. ISO 13485 \uc778\uc99d\uc740 \uc81c\uc870\uc0ac\uac00 \ud574\ub2f9 \uc0ac\uc591\uc744 \uac80\uc99d\ud560 \uc218 \uc788\ub294 \ud488\uc9c8 \uad00\ub9ac \uccb4\uacc4\ub97c \uac16\ucd94\uace0 \uc788\uc74c\uc744 \uc758\ubbf8\ud558\uba70, \ub2e8\uc21c\ud55c \ub9c8\ucf00\ud305 \uc57d\uc18d\uc774 \uc544\ub2d8\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \ucd9c\ub825\uc758 \uc77c\uad00\uc131\uc744 \uc785\uc99d\ud560 \uc218 \uc5c6\ub294 \uae30\uae30\ub294 \uc77c\uad00\ub41c \uacb0\uacfc\ub97c \uc0b0\ucd9c\ud560 \uc218 \uc788\ub2e4\ub294 \uc0ac\uc2e4\ub3c4 \uc785\uc99d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.<\/li>\n                <li><strong>72\uc2dc\uac04 \uaddc\uce59\uc744 \ub530\ub974\uc138\uc694.<\/strong> \uc2dc\uc220 \uac04\uaca9\uc744 \ucd5c\uc18c 3\uc77c \uc774\uc0c1 \ub450\uc2ed\uc2dc\uc624. \uc5f0\uc77c \uc2dc\uc220\uc744 \ubc1b\ub294\ub2e4\uace0 \ud574\uc11c \ud68c\ubcf5 \uc18d\ub3c4\uac00 \ube68\ub77c\uc9c0\ub294 \uac83\uc740 \uc544\ub2c8\uba70, \uc624\ud788\ub824 \ub300\uc0ac \uc81c\uac70 \uacbd\ub85c\ub97c \ub9c9\uc544 \uacb0\uacfc \uace1\uc120\uc744 \ud3c9\ud0c4\ud558\uac8c \ub9cc\ub4ed\ub2c8\ub2e4.<\/li>\n                <li><strong>\uc218\ubd84\uc744 \ucda9\ubd84\ud788 \uc12d\ucde8\ud558\uc138\uc694.<\/strong> \uce58\ub8cc \uae30\uac04 \ub3d9\uc548 \ub9e4\uc77c 2~3\ub9ac\ud130\uc758 \ubb3c\uc744 \ub9c8\uc154\uc57c \ud569\ub2c8\ub2e4. \uce58\ub8cc\uac00 \uc788\ub294 \ub0a0\ubfd0\ub9cc \uc544\ub2c8\ub77c \ub9e4\uc77c \ub9c8\uc154\uc57c \ud569\ub2c8\ub2e4. \ub9bc\ud504\uacc4\ub294 \uc9c0\uc9c8\uc744 \uc774\ub3d9\uc2dc\ud0a4\uace0, \ubb3c\uc740 \ub9bc\ud504\uacc4\uc758 \ud750\ub984\uc744 \ub3d5\uc2b5\ub2c8\ub2e4. \uc218\ubd84 \uc12d\ucde8\uac00 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc73c\uba74, \ubd84\ube44\ub41c \uc9c0\ubc29\uc774 \uccb4\ub0b4\uc5d0\uc11c \uc81c\uac70\ub418\uc9c0 \ubabb\ud558\uace0 \uc870\uc9c1\uc5d0 \uc313\uc774\uac8c \ub429\ub2c8\ub2e4.<\/li>\n                <li><strong>\uac01 \uc138\uc158\uc774 \ub05d\ub09c \ud6c4 4~6\uc2dc\uac04 \uc774\ub0b4\uc5d0 \uc774\ub3d9\ud558\uc2ed\uc2dc\uc624.<\/strong> 20~30\ubd84 \uc815\ub3c4 \uac77\uae30\ub098 \uc774\uc5d0 \uc0c1\uc751\ud558\ub294 \uac00\ubcbc\uc6b4 \ud65c\ub3d9\uc740 \uc9c0\uc9c8 \ubc29\ucd9c\uc774 \uac00\uc7a5 \ud65c\ubc1c\ud55c \uc2dc\uac04\ub300\uc5d0 \uc9c0\ubc29\uc0b0 \uc0b0\ud654\uc640 \ub9bc\ud504 \ud750\ub984 \uc18d\ub3c4\ub97c \ubaa8\ub450 \uc99d\uac00\uc2dc\ud0b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ub2e8 \ud55c \uac00\uc9c0 \ud589\ub3d9\ub9cc\uc73c\ub85c\ub3c4 \ub9e4 \uc138\uc158\uc758 \uc21c\ud6a8\uacfc\ub97c \uadf9\ub300\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n                <li><strong>\uc2dc\uc220 \ud6c4 48\uc2dc\uac04 \ub3d9\uc548\uc740 \uc220\uc744, 72\uc2dc\uac04 \ub3d9\uc548\uc740 \uc815\uc81c\ub41c \ud0c4\uc218\ud654\ubb3c\uc744 \uc12d\ucde8\ud558\uc9c0 \ub9c8\uc2ed\uc2dc\uc624.<\/strong> \uc774\uac83\ub4e4\uc740 \ub2e8\uc21c\ud55c \uc0dd\ud65c \uc2b5\uad00 \uad8c\uc7a5 \uc0ac\ud56d\uc774 \uc544\ub2c8\ub77c, \uc2e0\uc9c4\ub300\uc0ac\ub97c \uc704\ud574 \ubc18\ub4dc\uc2dc \uac16\ucdb0\uc57c \ud560 \ud544\uc218 \uc870\uac74\uc785\ub2c8\ub2e4. \uc54c\ucf54\uc62c\uc740 \uc9c0\ubc29\uc744 \uc81c\uac70\ud558\ub294 \ub370 \uac04 \uae30\ub2a5\uc774 \uaf2d \ud544\uc694\ud55c \ubc14\ub85c \uadf8 \uc21c\uac04, \uac04\uc758 \ub300\uc0ac \ub2a5\ub825\uc744 \ucc28\uc9c0\ud558\ub824\uace0 \uacbd\uc7c1\ud569\ub2c8\ub2e4. \uc815\uc81c\ub41c \ud0c4\uc218\ud654\ubb3c\uc740 \uc778\uc290\ub9b0 \ubd84\ube44\ub97c \ucd09\uc9c4\ud558\uc5ec \uc9c0\ubc29 \ub3d9\uc6d0\uc744 \ubc29\ud574\ud569\ub2c8\ub2e4.<\/li>\n                <li><strong>\ucd5c\uc885 \uc2dc\uc220\uc744 \ub9c8\uce5c \ud6c4 8~12\uc8fc\uac00 \uc9c0\ub098\uc57c \ucd5c\uc885 \uacb0\uacfc\ub97c \ud310\ub2e8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/strong> \uc2e0\uccb4\uc758 \ucf5c\ub77c\uac90 \uc7ac\uad6c\uc131 \ubc0f \ub300\uc0ac\uc801 \uc81c\uac70 \uacfc\uc815\uc740 \ub2ec\ub825\uc0c1\uc758 \ub0a0\uc9dc\uac00 \uc544\ub2cc, \uadf8 \uc790\uccb4\uc758 \uc2dc\uac04\ub300\uc5d0 \ub530\ub77c \uc9c4\ud589\ub429\ub2c8\ub2e4. \ub108\ubb34 \uc774\ub978 \uc2dc\uc810\uc5d0 \uce21\uc815\ud558\uba74 \uc2e4\uc81c \uacb0\uacfc\ub97c \uc81c\ub300\ub85c \ud30c\uc545\ud558\uc9c0 \ubabb\ud558\uac8c \ub429\ub2c8\ub2e4.<\/li>\n            <\/ol>\n\n            <div class=\"bp-8-formula-card animate-in\" role=\"complementary\" aria-label=\"\uacb0\uacfc \uc0b0\ucd9c\uc2dd\">\n                <div class=\"bp-8-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M9 18h6\" \/>\n                        <path d=\"M10 22h4\" \/>\n                        <path d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .23 2.23 1.5 3.5A4.61 4.61 0 0 1 8.91 14\" \/>\n                    <\/svg>\n                <\/div>\n                <div class=\"bp-8-formula\">\n                    <span class=\"bp-8-factor\">\ub514\ubc14\uc774\uc2a4 \ud488\uc9c8<\/span>\n                    <span class=\"bp-8-multiply\">\u00d7<\/span>\n                    <span class=\"bp-8-factor\">\ud504\ub85c\ud1a0\ucf5c \uc900\uc218<\/span>\n                    <span class=\"bp-8-multiply\">\u00d7<\/span>\n                    <span class=\"bp-8-factor\">\uac1c\uc778\uc758 \uaddc\uc815 \uc900\uc218<\/span>\n                    <span class=\"bp-8-equals\">=<\/span>\n                    <span class=\"bp-8-outcome\">\uc21c \uacb0\uacfc<\/span>\n                <\/div>\n            <\/div>\n\n            <p>\uce90\ube44\ud14c\uc774\uc158 \uacb0\uacfc\uc758 \uac00\uc7a5 \ud070 \uacb0\uc815 \uc694\uc778\uc740 \uae30\uae30\ub3c4, \ud074\ub9ac\ub2c9\ub3c4, \uc2ec\uc9c0\uc5b4 \uac1c\uc778\uc758 \ucd08\uae30 \uce21\uc815\uac12\ub3c4 \uc544\ub2d9\ub2c8\ub2e4. \ubc14\ub85c \ubc29\uc815\uc2dd \uc18d \uc138 \uac00\uc9c0 \uc694\uc778\uc774 \ubaa8\ub450 \ub3d9\uc2dc\uc5d0 \ucd5c\uc801\ud654\ub418\uc5c8\ub294\uc9c0 \uc5ec\ubd80\uc785\ub2c8\ub2e4. \ud504\ub85c\ud1a0\ucf5c\uc744 \uc81c\ub300\ub85c \uc900\uc218\ud558\uc9c0 \uc54a\ub294\ub2e4\uba74 \ucd5c\uace0\uc758 \uae30\uae30\ub77c\ub3c4 \ud3c9\ubc94\ud55c \uacb0\uacfc\ub9cc \ub0bc \ubfd0\uc785\ub2c8\ub2e4. \ud0c8\uc218 \uc0c1\ud0dc\uc778 \uace0\uac1d\uc5d0\uac8c \ucd5c\uace0\uc758 \ud504\ub85c\ud1a0\ucf5c\uc744 \uc801\uc6a9\ud574\ub3c4 \uacb0\uacfc\ub294 \ud3c9\ubc94\ud560 \uc218\ubc16\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4. \ud55c \uac00\uc9c0 \uc601\uc5ed\uc5d0\uc11c \ud0c1\uc6d4\ud558\ub2e4\uace0 \ud574\uc11c \ub2e4\ub978 \uc601\uc5ed\uc758 \uc18c\ud640\ud568\uc744 \ub9cc\ud68c\ud560 \uc218\ub294 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n\n            <p><em>\uc7a5\ube44 \uc635\uc158\uc744 \ube44\uad50\ud558\uace0 \uc788\uc73c\uba70, \ubcf8 \ubb38\uc11c\uc5d0 \uc18c\uac1c\ub41c \ub0b4\uc6a9 \uc774\uc678\uc758 \uc0ac\uc591\uc744 \ud3c9\uac00\ud558\uace0 \uc2f6\uc73c\uc2dc\ub2e4\uba74, Konmison\uc758 \uc81c\ud488 \uce74\ud0c8\ub85c\uadf8\uc5d0\uc11c \uc804\ubb38\uc6a9 \uce90\ube44\ud14c\uc774\uc158 \ud50c\ub7ab\ud3fc\uc5d0 \ub300\ud55c \uc0c1\uc138\ud55c \uae30\uc220 \ubb38\uc11c\ub97c \ud655\uc778\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/em> (<a href=\"https:\/\/www.konmison.com\/ko\" target=\"_blank\" rel=\"noopener\">\ucf58\ubbf8\uc2a8<\/a>)<\/p>\n\n            <hr>\n\n            <h2>\ucc38\uc870<\/h2>\n\n            <ol class=\"references-list\">\n                <li>Bani D, Quattrini Li A, Camilli M \uc678. \ucd08\uc74c\ud30c\uc5d0 \uc758\ud55c \uce90\ube44\ud14c\uc774\uc158\uc774 \uc778\uac04 \ud53c\ubd80 \uc9c0\ubc29 \uc870\uc9c1\uc5d0 \ubbf8\uce58\ub294 \uc870\uc9c1\ud559\uc801 \ubc0f \ucd08\ubbf8\uc138\uad6c\uc870\uc801 \uc601\ud5a5. <em>\uc131\ud615\uc678\uacfc \u2014 \uae00\ub85c\ubc8c \uc624\ud508<\/em>. 2013;1(6):e41. <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4174158\/\" target=\"_blank\" rel=\"noopener\">https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC4174158\/<\/a><\/li>\n                <li>\uc778\uccb4 \uce21\uc815 \uc9c0\ud45c\ub97c \uc704\ud55c \uace0\uc8fc\ud30c \ubc0f \ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158 \ubcd1\uc6a9 \uc694\ubc95: 4\uac1c \uad70\uc744 \ub300\uc0c1\uc73c\ub85c \ud55c \uc911\uc7ac \uc5f0\uad6c. <em>\ubaa8\ub358 \ucf00\uc5b4 \uc800\ub110<\/em>. 2019. <a href=\"https:\/\/sciprofiles.com\/publication\/view\/1daddbd94be0ed7f2b8621465025c242\" target=\"_blank\" rel=\"noopener\">https:\/\/sciprofiles.com\/publication\/view\/1daddbd94be0ed7f2b8621465025c242<\/a><\/li>\n                <li>\ubcf5\ubd80 \uc9c0\ubc29 \uac10\uc18c\ub97c \uc704\ud55c \uc9d1\uc911 \ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uacfc \uc720\uc0b0\uc18c \uc6b4\ub3d9\uc758 \ubcd1\uc6a9 \uc694\ubc95. <em>PLOS ONE<\/em>2021;16(4):e0250116. <a href=\"https:\/\/journals.plos.org\/plosone\/article?id=10.1371\/journal.pone.0250116\" target=\"_blank\" rel=\"noopener\">https:\/\/journals.plos.org\/plosone\/article?id=10.1371\/journal.pone.0250116<\/a><\/li>\n                <li>Pugliese D, Palumbo P, Coronella L \uc678. \uae30\ud3ec \ud604\uc0c1\uc744 \ub3d9\ubc18\ud55c \uc800\uc8fc\ud30c \ucd08\uc74c\ud30c\uac00 \uc778\uccb4 \uc9c0\ubc29 \uc870\uc9c1\uc5d0 \uc720\ubc1c\ud558\ub294 \uc870\uc9c1 \ubcc0\ud654\uc758 \uc870\uc9c1\ubcd1\ub9ac\ud559\uc801 \ud2b9\uc9d5. <em>\uad6d\uc81c \uba74\uc5ed\ubcd1\ub9ac\ud559 \ubc0f \uc57d\ub9ac\ud559 \uc800\ub110<\/em>. 2013;26(2):541-547. <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/23755772\/\" target=\"_blank\" rel=\"noopener\">https:\/\/pubmed.ncbi.nlm.nih.gov\/23755772\/<\/a><\/li>\n                <li>\ucf58\ubbf8\uc2a8 \ud488\uc9c8 \ubcf4\uc99d \u2014 ISO 13485 \uc778\uc99d \ubc0f \uaddc\uc815 \uc900\uc218 \ubb38\uc11c. <a href=\"https:\/\/www.konmison.com\/ko\/quality\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.konmison.com\/quality\/<\/a><\/li>\n                <li>Konmison \ud504\ub85c\ud398\uc154\ub110 \uce90\ube44\ud14c\uc774\uc158 \uae30\uae30 \u2014 \uc81c\ud488 \uc0ac\uc591. <a href=\"https:\/\/www.konmison.com\/ko\/%ec%ba%90%eb%b9%84%ed%85%8c%ec%9d%b4%ec%85%98-%eb%a8%b8%ec%8b%a0\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.konmison.com\/cavitation-machine\/<\/a><\/li>\n                <li>Konmison - \ub9de\ucda4\ud615 \ubbf8\uc6a9 \uae30\uacc4 \uc81c\uc870\uc5c5\uccb4. <a href=\"https:\/\/www.konmison.com\/ko\" target=\"_blank\" rel=\"noopener\">https:\/\/www.konmison.com\/<\/a><\/li>\n            <\/ol>\n\n        <\/div>\n    <\/div>\n\n    <script>\n        (function() {\n          \/\/ Reading progress bar\n          var progressBar = document.getElementById('reading-progress');\n          function updateProgress() {\n            var scrollTop = window.scrollY;\n            var docHeight = document.documentElement.scrollHeight - window.innerHeight;\n            if (docHeight > 0) {\n              var percent = (scrollTop \/ docHeight) * 100;\n              progressBar.style.width = percent + '%';\n            }\n          }\n          window.addEventListener('scroll', updateProgress);\n          window.addEventListener('resize', updateProgress);\n          updateProgress();\n        \n          \/\/ Scroll-triggered reveal animations\n          var animateElements = document.querySelectorAll('.animate-in');\n          if ('IntersectionObserver' in window) {\n            var observer = new IntersectionObserver(function(entries) {\n              entries.forEach(function(entry) {\n                if (entry.isIntersecting) {\n                  entry.target.classList.add('revealed');\n                  observer.unobserve(entry.target);\n                }\n              });\n            }, { threshold: 0.08, rootMargin: '0px 0px -40px 0px' });\n        \n            animateElements.forEach(function(el) {\n              observer.observe(el);\n            });\n          } else {\n            \/\/ Fallback: reveal all immediately\n            animateElements.forEach(function(el) {\n              el.classList.add('revealed');\n            });\n          }\n        })();\n    <\/script>\n\n<\/body>\n\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>\ucd08\uc74c\ud30c \uce90\ube44\ud14c\uc774\uc158\uc740 \uc218\uc220, \ub9c8\ucde8 \ub610\ub294 \uc7a5\uc2dc\uac04\uc758 \ub2e4\uc6b4\ud0c0\uc784 \uc5c6\uc774 \uc644\uace0\ud55c \uad6d\uc18c \uc9c0\ubc29\uc744 \ubaa9\ud45c\ub85c \ud558\ub294 \ubc29\ubc95\uc744 \uc81c\uacf5\ud558\uba74\uc11c \uae30\uc874 \uc9c0\ubc29 \ud761\uc785\uc220\uc758 \ube44\uce68\uc2b5\uc801 \ub300\uc548\uc73c\ub85c \uc778\uae30\ub97c \uc5bb\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud558\uc9c0\ub9cc \ub9c8\ucf00\ud305 \uacfc\ub300\uad11\uace0 \uc18d\uc5d0\uc11c \uacfc\uc7a5\ub41c \uc8fc\uc7a5\uacfc \uc2e4\uc81c \uc784\uc0c1 \uacb0\uacfc\ub97c \uad6c\ubd84\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>","protected":false},"author":1,"featured_media":25060,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"Ultrasonic Cavitation Results: When Will You See Changes?","_seopress_titles_desc":"When do ultrasonic cavitation results peak? Discover the 12-week timeline of fat disruption and collagen remodeling. Read our guide to optimize your contour.","_seopress_robots_index":"","footnotes":""},"categories":[79],"tags":[],"class_list":["post-25057","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mml-blog"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/posts\/25057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/comments?post=25057"}],"version-history":[{"count":13,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/posts\/25057\/revisions"}],"predecessor-version":[{"id":88880,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/posts\/25057\/revisions\/88880"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/media\/25060"}],"wp:attachment":[{"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/media?parent=25057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/categories?post=25057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.konmison.com\/ko\/wp-json\/wp\/v2\/tags?post=25057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}