{"id":94,"date":"2026-06-09T19:12:56","date_gmt":"2026-06-09T10:12:56","guid":{"rendered":"https:\/\/theseoul.org\/column\/?p=94"},"modified":"2026-06-09T19:13:20","modified_gmt":"2026-06-09T10:13:20","slug":"2-%ec%84%b1%eb%82%a8-%ec%b9%98%ea%b3%bc-%ec%9d%b8%eb%b9%84%ec%a0%88%eb%9d%bc%ec%9d%b8-%ec%a7%81%ec%9e%a5%ec%9d%b8%ec%9d%84-%ec%9c%84%ed%95%9c-%ed%8b%b0-%ec%97%86%eb%8a%94-%ed%88%ac%eb%aa%85","status":"publish","type":"post","link":"https:\/\/theseoul.org\/column\/doctor-column\/2-%ec%84%b1%eb%82%a8-%ec%b9%98%ea%b3%bc-%ec%9d%b8%eb%b9%84%ec%a0%88%eb%9d%bc%ec%9d%b8-%ec%a7%81%ec%9e%a5%ec%9d%b8%ec%9d%84-%ec%9c%84%ed%95%9c-%ed%8b%b0-%ec%97%86%eb%8a%94-%ed%88%ac%eb%aa%85\/","title":{"rendered":"2. \uc131\ub0a8 \uce58\uacfc \uc778\ube44\uc808\ub77c\uc778 &#8211; \uc9c1\uc7a5\uc778\uc744 \uc704\ud55c \ud2f0 \uc5c6\ub294 \ud22c\uba85 \uce58\uc544 \uad50\uc815"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\uc9c1\uc7a5\uc778 \ud22c\uba85 \uad50\uc815 \u2014 \ud2f0 \uc548 \ub098\uac8c, \ubc14\ub974\uac8c | \uacbd\uae30 \uc131\ub0a8<\/title>\n<meta name=\"description\" content=\"\ud22c\uba85 \uad50\uc815\uc774\ub780 \ubb34\uc5c7\uc778\uc9c0, \uae30\uac04\u00b7\ube44\uc6a9\u00b7\uc9c1\uc7a5\uc778 \uc801\ud569\uc131\uae4c\uc9c0. \uacbd\uae30 \uc131\ub0a8 \uac15\uc6d0\ube4c\ub529\uce58\uacfc \ubc15\ud604\uc131\u00b7\ubc15\ud604\uc900 \uc6d0\uc7a5\uc774 \uc548\ub0b4\ud569\ub2c8\ub2e4.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@300;400;500&#038;family=Noto+Serif+KR:wght@200;300;400&#038;display=swap\" rel=\"stylesheet\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/aos\/2.3.4\/aos.css\">\n<style>\n    :root {\n        --gold-dark:   #7A5C18;\n        --gold-mid:    #A87D2A;\n        --gold-light:  #F5EDD8;\n        --gold-accent: #C9A84C;\n        --gold-bright: #E8C97A;\n        --gold-dark-bg:#241A04;\n        --bg-cream:    #FAF7F0;\n        --text-dark:   #1E1802;\n        --text-muted:  #6A5E42;\n        --border-gold: #DEC98A;\n        --font-serif:  'Cormorant Garamond', 'Noto Serif KR', serif;\n        --font-sans:   'Pretendard', 'Apple SD Gothic Neo', sans-serif;\n    }\n\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n\n    .aeo-wrap {\n        background: #fff;\n        color: var(--text-dark);\n        font-family: var(--font-sans);\n        line-height: 1.8;\n        word-break: keep-all;\n        overflow: hidden;\n        width: 100%;\n    }\n\n    .container { padding: 0 clamp(20px, 5vw, 80px); max-width: 960px; margin: 0 auto; }\n\n    .hero {\n        height: 70vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        background: linear-gradient(160deg, #F5EDD8 0%, #ffffff 55%, #FDF8EE 100%);\n        padding: 0 24px;\n        position: relative;\n        overflow: hidden;\n    }\n    .hero::before {\n        content: '';\n        position: absolute;\n        top: -80px; right: -80px;\n        width: 340px; height: 340px;\n        border-radius: 50%;\n        background: radial-gradient(circle, rgba(180,140,40,0.10) 0%, transparent 70%);\n    }\n    .hero::after {\n        content: '';\n        position: absolute;\n        bottom: -60px; left: -60px;\n        width: 260px; height: 260px;\n        border-radius: 50%;\n        background: radial-gradient(circle, rgba(180,140,40,0.06) 0%, transparent 70%);\n    }\n    .hero-tag {\n        letter-spacing: 0.4em;\n        color: var(--gold-dark);\n        font-weight: 700;\n        font-size: 0.82rem;\n        margin-bottom: 18px;\n        text-transform: uppercase;\n    }\n    .hero h1 {\n        font-family: var(--font-serif);\n        font-size: clamp(1.9rem, 4.5vw, 3.2rem);\n        line-height: 1.4;\n        font-weight: 400;\n        color: var(--text-dark);\n    }\n    .hero h1 span { color: var(--gold-dark); font-weight: 600; }\n    .hero-sub {\n        margin-top: 22px;\n        font-size: 0.95rem;\n        color: var(--text-muted);\n        letter-spacing: 0.05em;\n    }\n    .hero-divider {\n        width: 50px; height: 2px;\n        background: var(--gold-dark);\n        margin: 20px auto 0;\n        opacity: 0.45;\n    }\n\n    .spec-bar {\n        background: var(--gold-dark-bg);\n        color: var(--gold-bright);\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 0;\n        padding: 0;\n    }\n    .spec-item {\n        padding: 14px 22px;\n        font-size: 0.78rem;\n        font-weight: 600;\n        letter-spacing: 0.05em;\n        border-right: 1px solid rgba(232,201,122,0.18);\n        text-align: center;\n    }\n    .spec-item:last-child { border-right: none; }\n    .spec-item small { display: block; font-weight: 300; font-size: 0.68rem; opacity: 0.60; margin-top: 2px; }\n\n    .philosophy-overlay {\n        position: relative;\n        padding: 130px 0;\n        background:\n            linear-gradient(160deg, rgba(20, 12, 2, 0.93) 0%, rgba(40, 26, 4, 0.88) 100%),\n            url('https:\/\/images.unsplash.com\/photo-1629909613654-28e377c37b09?w=1400&auto=format&fit=crop');\n        background-attachment: fixed;\n        background-size: cover;\n        background-position: center;\n        color: #fff;\n        text-align: center;\n        margin: 40px 0 80px;\n        overflow: hidden;\n    }\n    .philosophy-overlay::before {\n        content: '';\n        position: absolute;\n        top: 50%; left: 50%;\n        transform: translate(-50%, -50%);\n        width: 560px; height: 560px;\n        border-radius: 50%;\n        border: 1px solid rgba(232, 201, 122, 0.10);\n        pointer-events: none;\n    }\n    .philosophy-overlay::after {\n        content: '';\n        position: absolute;\n        top: 50%; left: 50%;\n        transform: translate(-50%, -50%);\n        width: 380px; height: 380px;\n        border-radius: 50%;\n        border: 1px solid rgba(232, 201, 122, 0.07);\n        pointer-events: none;\n    }\n    .phi-content {\n        position: relative;\n        z-index: 1;\n    }\n    .phi-eyebrow {\n        display: inline-block;\n        font-size: 0.72rem;\n        font-weight: 700;\n        letter-spacing: 0.42em;\n        text-transform: uppercase;\n        color: var(--gold-accent);\n        margin-bottom: 28px;\n        opacity: 0.85;\n    }\n    .phi-content h2 {\n        font-family: var(--font-serif);\n        font-size: clamp(1.7rem, 3.5vw, 2.6rem);\n        font-weight: 300;\n        margin-bottom: 0;\n        color: #fff;\n        letter-spacing: 0.04em;\n        line-height: 1.5;\n    }\n    .phi-content h2 em {\n        font-style: normal;\n        color: var(--gold-bright);\n        font-weight: 400;\n    }\n    .phi-content p {\n        font-size: 0.95rem;\n        opacity: 0.62;\n        max-width: 500px;\n        margin: 0 auto;\n        font-weight: 300;\n        line-height: 2.1;\n        letter-spacing: 0.03em;\n    }\n    .phi-line {\n        width: 40px; height: 1px;\n        background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);\n        margin: 32px auto;\n        opacity: 0.6;\n    }\n\n    .value-cards { display: flex; gap: 18px; margin-bottom: 90px; }\n    .v-card {\n        flex: 1;\n        padding: 36px 20px;\n        background: #fff;\n        border: 1px solid var(--border-gold);\n        border-top: 3px solid var(--gold-dark);\n        transition: 0.35s;\n        text-align: center;\n    }\n    .v-card:hover { transform: translateY(-8px); box-shadow: 0 18px 36px rgba(138,106,30,0.13); }\n    .v-card .icon { font-size: 1.5rem; margin-bottom: 14px; display: block; }\n    .v-card h4 {\n        font-family: var(--font-serif);\n        font-size: 1.25rem;\n        color: var(--gold-dark);\n        margin-bottom: 10px;\n    }\n    .v-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }\n\n    .mag-row { display: flex; align-items: center; gap: 42px; margin-bottom: 90px; }\n    .mag-row.reverse { flex-direction: row-reverse; }\n    .mag-text { flex: 1.2; }\n    .mag-text .section-num {\n        font-family: var(--font-serif);\n        font-size: 3.5rem;\n        color: var(--gold-light);\n        line-height: 1;\n        margin-bottom: 6px;\n        font-weight: 300;\n    }\n    .mag-text h3 {\n        font-family: var(--font-serif);\n        font-size: 1.55rem;\n        color: var(--gold-dark);\n        margin-bottom: 16px;\n        line-height: 1.5;\n    }\n    .mag-text p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.9; }\n    .mag-img-wrap { flex: 1; }\n    .mag-img {\n        width: 100%;\n        border-radius: 3px;\n        box-shadow: 12px 12px 0px var(--gold-light);\n        transition: 0.5s;\n        display: block;\n    }\n    .mag-img:hover { transform: scale(1.02); }\n\n    .faq-section { padding: 70px 0 80px; border-top: 1px solid var(--border-gold); }\n    .faq-title {\n        text-align: center;\n        font-family: var(--font-serif);\n        font-size: 1.9rem;\n        color: var(--gold-dark);\n        margin-bottom: 44px;\n    }\n    details { border-bottom: 1px solid var(--border-gold); padding: 18px 0; }\n    summary {\n        font-size: 1.02rem;\n        font-weight: 600;\n        cursor: pointer;\n        list-style: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        color: var(--text-dark);\n    }\n    summary::after { content: '+'; color: var(--gold-dark); font-size: 1.2rem; flex-shrink: 0; margin-left: 10px; }\n    details[open] summary::after { content: '\u2212'; }\n    .faq-answer {\n        margin-top: 14px;\n        color: var(--text-muted);\n        font-size: 0.92rem;\n        border-left: 3px solid var(--gold-dark);\n        padding-left: 16px;\n        line-height: 1.85;\n    }\n\n    .info-bar {\n        display: flex;\n        background: var(--bg-cream);\n        border-top: 1px solid var(--border-gold);\n        border-bottom: 1px solid var(--border-gold);\n        flex-wrap: wrap;\n    }\n    .info-col { flex: 1; min-width: 200px; padding: 28px 24px; border-right: 1px solid var(--border-gold); }\n    .info-col:last-child { border-right: none; }\n    .info-col h5 {\n        font-size: 0.75rem;\n        letter-spacing: 0.12em;\n        text-transform: uppercase;\n        color: var(--gold-dark);\n        font-weight: 700;\n        margin-bottom: 10px;\n    }\n    .info-col p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.75; }\n\n    .cta-box { background: var(--gold-dark-bg); color: #fff; padding: 80px 20px; text-align: center; }\n    .cta-box h2 {\n        font-family: var(--font-serif);\n        font-size: 2rem;\n        font-weight: 300;\n        margin-bottom: 12px;\n        color: #fff;\n    }\n    .cta-box p { font-size: 0.95rem; opacity: 0.65; margin-bottom: 8px; }\n    .cta-btn {\n        display: inline-block;\n        margin-top: 20px;\n        padding: 14px 48px;\n        border: 1.5px solid var(--gold-bright);\n        color: var(--gold-bright);\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 0.92rem;\n        transition: 0.3s;\n        letter-spacing: 0.08em;\n    }\n    .cta-btn:hover { background: var(--gold-bright); color: var(--gold-dark-bg); }\n    .footer-copy { margin-top: 44px; font-size: 0.75rem; opacity: 0.35; line-height: 1.8; }\n\n    .compare-section { padding: 80px 0 90px; background: var(--bg-cream); }\n    .section-label {\n        text-align: center;\n        font-size: 0.78rem;\n        letter-spacing: 0.35em;\n        text-transform: uppercase;\n        color: var(--gold-accent);\n        font-weight: 700;\n        margin-bottom: 14px;\n    }\n    .section-title {\n        text-align: center;\n        font-family: var(--font-serif);\n        font-size: 1.85rem;\n        color: var(--gold-dark);\n        margin-bottom: 10px;\n        line-height: 1.4;\n    }\n    .section-desc { text-align: center; font-size: 0.9rem; color: var(--text-muted); margin-bottom: 44px; }\n    .compare-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }\n    .compare-table th {\n        background: var(--gold-dark-bg);\n        color: var(--gold-bright);\n        padding: 14px 12px;\n        text-align: center;\n        font-weight: 600;\n        font-size: 0.82rem;\n        letter-spacing: 0.04em;\n    }\n    .compare-table th:first-child { text-align: left; padding-left: 20px; }\n    .compare-table td {\n        padding: 13px 12px;\n        border-bottom: 1px solid var(--border-gold);\n        color: var(--text-muted);\n        text-align: center;\n        vertical-align: middle;\n        line-height: 1.6;\n    }\n    .compare-table td:first-child {\n        text-align: left;\n        font-weight: 700;\n        color: var(--gold-dark);\n        padding-left: 20px;\n        font-size: 0.9rem;\n    }\n    .compare-table tr:nth-child(even) td { background: #FDF8EE; }\n    .compare-table tr:hover td { background: var(--gold-light); }\n    .tag { display: inline-block; padding: 2px 9px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }\n    .tag-high { background: #d4edda; color: #1a6630; }\n    .tag-mid  { background: #fff3cd; color: #856404; }\n    .tag-low  { background: #f8d7da; color: #842029; }\n    .tag-none { background: #ede8dc; color: #6a5a30; }\n\n    .process-section { padding: 80px 0 90px; }\n    .steps-wrap { display: flex; flex-direction: column; gap: 0; margin-top: 10px; }\n    .step-row {\n        display: flex;\n        align-items: flex-start;\n        gap: 28px;\n        padding: 28px 0;\n        border-bottom: 1px solid var(--border-gold);\n        position: relative;\n    }\n    .step-row:last-child { border-bottom: none; }\n    .step-num {\n        width: 48px; height: 48px;\n        background: var(--gold-dark-bg);\n        color: var(--gold-bright);\n        border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        font-weight: 700; font-size: 0.88rem;\n        flex-shrink: 0;\n        margin-top: 2px;\n    }\n    .step-body h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }\n    .step-body p  { font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; }\n    .step-time { margin-top: 8px; font-size: 0.78rem; color: var(--gold-accent); font-weight: 600; letter-spacing: 0.04em; }\n\n    .case-section { padding: 80px 0 90px; background: var(--bg-cream); }\n    .case-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 10px; }\n    .case-card {\n        background: #fff;\n        border: 1px solid var(--border-gold);\n        border-left: 4px solid var(--gold-dark);\n        padding: 28px 24px;\n        transition: 0.3s;\n    }\n    .case-card:hover { box-shadow: 0 10px 28px rgba(138,106,30,0.12); transform: translateY(-4px); }\n    .case-card h4 { font-size: 1rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 10px; }\n    .case-card p  { font-size: 0.87rem; color: var(--text-muted); line-height: 1.75; }\n\n    .safety-section { padding: 80px 0 90px; background: #fff; }\n    .safety-inner { display: flex; gap: 56px; align-items: center; }\n    .safety-img-wrap {\n        flex: 1;\n        border-radius: 4px;\n        overflow: hidden;\n        box-shadow: 12px 12px 0 rgba(138,106,30,0.14), 0 16px 40px rgba(138,106,30,0.08);\n    }\n    .safety-img { width: 100%; display: block; transition: transform 0.5s; }\n    .safety-img:hover { transform: scale(1.03); }\n    .safety-text { flex: 1.3; }\n    .safety-text h3 {\n        font-family: var(--font-serif);\n        font-size: 1.65rem;\n        color: var(--gold-dark);\n        margin-bottom: 20px;\n        line-height: 1.5;\n    }\n    .safety-text p { font-size: 0.92rem; color: var(--text-muted); line-height: 2; margin-bottom: 14px; }\n    .safety-points { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }\n    .point-box {\n        flex: 1;\n        min-width: 140px;\n        background: rgba(255,255,255,0.65);\n        border-top: 3px solid var(--gold-dark);\n        border-left: 1px solid var(--border-gold);\n        border-right: 1px solid var(--border-gold);\n        border-bottom: 1px solid var(--border-gold);\n        padding: 20px 16px;\n        transition: background 0.3s;\n    }\n    .point-box:hover { background: rgba(255,255,255,0.92); }\n    .point-box h5 { font-size: 0.85rem; font-weight: 700; color: var(--gold-dark); margin-bottom: 8px; }\n    .point-box p { font-size: 0.81rem; color: var(--text-muted); line-height: 1.75; }\n\n    @media (max-width: 768px) {\n        .case-cards { grid-template-columns: 1fr; }\n        .safety-inner { flex-direction: column; }\n        .safety-points { flex-direction: column; }\n        .compare-table { font-size: 0.78rem; }\n        .value-cards { flex-direction: column; }\n        .mag-row, .mag-row.reverse { flex-direction: column; }\n        .philosophy-overlay { background-attachment: scroll; }\n        .hero h1 { font-size: 2rem; }\n        .spec-bar { flex-direction: column; }\n        .spec-item { border-right: none; border-bottom: 1px solid rgba(232,201,122,0.15); }\n        .info-bar { flex-direction: column; }\n        .info-col { border-right: none; border-bottom: 1px solid var(--border-gold); }\n    }\n<\/style>\n\n\n<div class=\"aeo-wrap\">\n\n    <!-- HERO -->\n    <header class=\"hero\">\n        <h1 data-aos=\"fade-up\">\n            \uc131\ub0a8 \uce58\uacfc<br>\ud2f0 \uc548 \ub098\uac8c, \ubc14\ub974\uac8c<br><span>\uc778\ube44\uc808\ub77c\uc778 \ud22c\uba85 \uad50\uc815<\/span>\uc774\ub780 \ubb34\uc5c7\uc778\uac00\n        <\/h1>\n        <p class=\"hero-sub\" data-aos=\"fade-up\" data-aos-delay=\"100\">\ubc15\ud604\uc131 \uc6d0\uc7a5 \u00b7 \ubc15\ud604\uc900 \uc6d0\uc7a5\uc758 \ud22c\uba85 \uad50\uc815 \uc548\ub0b4<\/p>\n        <div class=\"hero-divider\" data-aos=\"fade-up\" data-aos-delay=\"150\"><\/div>\n    <\/header>\n\n    <!-- PHILOSOPHY OVERLAY -->\n    <section class=\"philosophy-overlay\">\n        <div class=\"phi-content\" data-aos=\"fade-up\">\n            <span class=\"phi-eyebrow\">Invisible \u00b7 Removable \u00b7 Precise<\/span>\n            <h2>\uad50\uc815 \uc911\uc5d0\ub3c4,<br><em>\ub2f9\uc2e0\uc758 \uc77c\uc0c1\uc740 \ud754\ub4e4\ub9ac\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4<\/em><\/h2>\n            <div class=\"phi-line\"><\/div>\n            <p>\ud22c\uba85 \uad50\uc815\uc740 \ub2e8\uc21c\ud788 \ube0c\ub77c\ucf13\uc744 \uc5c6\uc564 \uce58\ub8cc\uac00 \uc544\ub2d9\ub2c8\ub2e4.<br>\n            \ubbf8\ud305 \uc55e\uc5d0\uc11c\ub3c4, \uce74\uba54\ub77c \uc55e\uc5d0\uc11c\ub3c4 \u2014 \uc544\ubb34\ub3c4 \ub208\uce58\ucc44\uc9c0 \ubabb\ud55c \ucc44<br>\n            \uce58\uc5f4\uc740 \uc870\uc6a9\ud788, \uadf8\ub7ec\ub098 \uc815\ud655\ud558\uac8c \uc6c0\uc9c1\uc785\ub2c8\ub2e4.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- VALUE CARDS -->\n    <section class=\"container\">\n        <div class=\"value-cards\">\n            <div class=\"v-card\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n                <span class=\"icon\">\ud83d\ude0a<\/span>\n                <h4>\ud22c\uba85 \uad50\uc815\uc774\ub780<\/h4>\n                <p>\uce58\uc544 \ubaa8\uc591\uc5d0 \ub9de\ucda4 \uc81c\uc791\ub41c \ud22c\uba85 \ud50c\ub77c\uc2a4\ud2f1 \uc5bc\ub77c\uc774\ub108\ub97c \ub2e8\uacc4\uc801\uc73c\ub85c \uad50\uccb4\ud558\uba70 \uce58\uc5f4\uc744 \uc774\ub3d9\uc2dc\ud0a4\ub294 \uc7a5\uce58\uc2dd \uad50\uc815\uc785\ub2c8\ub2e4. \ube0c\ub77c\ucf13\u00b7\uc640\uc774\uc5b4 \uc5c6\uc774 \uc9c4\ud589\ub418\uc5b4 \uc678\uad00\uc0c1 \uac70\uc758 \ud2f0\uac00 \ub098\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n            <\/div>\n            <div class=\"v-card\" data-aos=\"fade-up\" data-aos-delay=\"180\">\n                <span class=\"icon\">\ud83c\udfe2<\/span>\n                <h4>\uc9c1\uc7a5\uc778\uc5d0\uac8c \ucd5c\uc801<\/h4>\n                <p>\ud0c8\ucc29\uc774 \uac00\ub2a5\ud574 \uc911\uc694\ud55c \ubbf8\ud305\u00b7\ubc1c\ud45c \uc2dc \uc77c\uc2dc\uc801\uc73c\ub85c \uc7a5\uce58\ub97c \ube7c\uace0 \ub300\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uae08\uc18d \ube0c\ub77c\ucf13 \uc5c6\uc774 \ub9d0\ub054\ud55c \uc778\uc0c1\uc744 \uc720\uc9c0\ud558\uba74\uc11c \uad50\uc815\uc744 \uc9c4\ud589\ud560 \uc218 \uc788\uc5b4 \uc9c1\uc7a5\uc778\uc5d0\uac8c \ud2b9\ud788 \uc801\ud569\ud569\ub2c8\ub2e4.<\/p>\n            <\/div>\n            <div class=\"v-card\" data-aos=\"fade-up\" data-aos-delay=\"260\">\n                <span class=\"icon\">\ud83c\udf7d\ufe0f<\/span>\n                <h4>\uc2dd\uc0ac\u00b7\uad00\ub9ac \ud3b8\uc758<\/h4>\n                <p>\uc2dd\uc0ac \uc2dc \uc5bc\ub77c\uc774\ub108\ub97c \ud0c8\ucc29\ud558\ubbc0\ub85c \uc74c\uc2dd \uc81c\ud55c\uc774 \uac70\uc758 \uc5c6\uc2b5\ub2c8\ub2e4. \uc591\uce58 \ud6c4 \ub2e4\uc2dc \uc7a5\ucc29\ud558\ub294 \uad6c\uc870\ub85c \uad6c\uac15 \uc704\uc0dd \uad00\ub9ac\uac00 \uc77c\ubc18 \ube0c\ub77c\ucf13 \uad50\uc815\uc5d0 \ube44\ud574 \ud6e8\uc52c \uac04\ud3b8\ud569\ub2c8\ub2e4.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- MAGAZINE ARTICLES -->\n    <main class=\"container\">\n\n        <article class=\"mag-row\" data-aos=\"fade-right\">\n            <div class=\"mag-img-wrap\">\n                <img decoding=\"async\" src=\"https:\/\/theseoul.org\/column\/wp-content\/uploads\/1.jpg\" alt=\"\ud22c\uba85 \uad50\uc815 \uc124\uba85\" class=\"mag-img\">\n            <\/div>\n            <div class=\"mag-text\">\n                <div class=\"section-num\">01<\/div>\n                <h3>\ud22c\uba85 \uad50\uc815, \uc65c \uc9c1\uc7a5\uc778\uc774 \uc120\ud0dd\ud558\ub294\uac00<\/h3>\n                <p>\uc9c1\uc7a5\uc778\uc5d0\uac8c \uad50\uc815 \uce58\ub8cc\uc758 \uac00\uc7a5 \ud070 \uc7a5\ubcbd\uc740 \uc678\ubaa8 \ubcc0\ud654\uc5d0 \ub300\ud55c \ubd80\ub2f4\uc785\ub2c8\ub2e4. \uae08\uc18d \ube0c\ub77c\ucf13\uc740 \ub9d0\ud560 \ub54c\u00b7\uc6c3\uc744 \ub54c \ub208\uc5d0 \ub744\uace0, \uc911\uc694\ud55c \ube44\uc988\ub2c8\uc2a4 \uc790\ub9ac\uc5d0\uc11c \uc2ec\ub9ac\uc801 \ubd88\ud3b8\ud568\uc744 \uc720\ubc1c\ud569\ub2c8\ub2e4. \ud22c\uba85 \uad50\uc815\uc740 \ud22c\uba85 \uc5bc\ub77c\uc774\ub108\ub97c \ud558\ub8e8 20~22\uc2dc\uac04 \ucc29\uc6a9\ud558\uba70 \uce58\uc5f4\uc744 \ub2e8\uacc4\uc801\uc73c\ub85c \uc774\ub3d9\uc2dc\ud0a4\ub294 \ubc29\uc2dd\uc73c\ub85c, \uc815\uba74\uc5d0\uc11c \uac70\uc758 \uc2dd\ubcc4\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. \ud0c8\ucc29 \uac00\ub2a5 \uad6c\uc870 \ub355\ubd84\uc5d0 \uc2dd\uc0ac\u00b7\ud504\ub808\uc820\ud14c\uc774\uc158 \ub4f1 \ud544\uc694\ud55c \uc21c\uac04\uc5d0 \uc720\uc5f0\ud558\uac8c \ub300\uc751\ud560 \uc218 \uc788\uc5b4, \uc77c\uc0c1\uacfc \uad50\uc815\uc744 \ub3d9\uc2dc\uc5d0 \uc720\uc9c0\ud558\uace0\uc790 \ud558\ub294 \uc9c1\uc7a5\uc778\uc5d0\uac8c \uac00\uc7a5 \ud604\uc2e4\uc801\uc778 \uc120\ud0dd\uc785\ub2c8\ub2e4.<\/p>\n            <\/div>\n        <\/article>\n\n        <article class=\"mag-row reverse\" data-aos=\"fade-left\">\n            <div class=\"mag-img-wrap\">\n                <img decoding=\"async\" src=\"https:\/\/theseoul.org\/column\/wp-content\/uploads\/2-1.png\" alt=\"\ud22c\uba85 \uad50\uc815 \ucc29\uc6a9 \uc2dc\uac04 \uad00\ub9ac\">\n            <\/div>\n            <div class=\"mag-text\">\n                <div class=\"section-num\">02<\/div>\n                <h3>\ud22c\uba85 \uad50\uc815, \uc9c1\uc7a5\uc778\uc774 \uaf2d \uc54c\uc544\uc57c \ud560 \ucc29\uc6a9 \uad00\ub9ac \uc6d0\uce59<\/h3>\n                <p>\ud22c\uba85 \uad50\uc815\uc758 \uc131\ud328\ub294 \uc5bc\ub77c\uc774\ub108 \ucc29\uc6a9 \uc2dc\uac04 \uc900\uc218\uc5d0 \ub2ec\ub824 \uc788\uc2b5\ub2c8\ub2e4. \ud558\ub8e8 <strong style=\"color:var(--gold-dark);\">20~22\uc2dc\uac04 \ucc29\uc6a9<\/strong>\uc774 \uad8c\uc7a5\ub418\uba70, \uc2dd\uc0ac\uc640 \uc591\uce58 \uc678 \uc2dc\uac04\uc5d0\ub294 \ubc18\ub4dc\uc2dc \uc7a5\ucc29\ud574\uc57c \uce58\uc544 \uc774\ub3d9 \uacc4\ud68d\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc9c4\ud589\ub429\ub2c8\ub2e4. \ucc29\uc6a9 \uc2dc\uac04\uc774 \uc9c0\uc18d\uc801\uc73c\ub85c \ubd80\uc871\ud558\uba74 \uc5bc\ub77c\uc774\ub108\uac00 \uce58\uc544\uc5d0 \uc798 \ub9de\uc9c0 \uc54a\uac8c \ub418\uace0, \uad50\uc815 \uae30\uac04\uc774 \uc608\uc0c1\ubcf4\ub2e4 \uae38\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <strong style=\"color:var(--gold-dark);\">\uc74c\uc2dd\ubb3c \uc12d\ucde8 \uc2dc<\/strong>\uc5d0\ub294 \ubc18\ub4dc\uc2dc \ud0c8\ucc29\ud574\uc57c \ud558\uba70, \ucc29\uc0c9 \uc74c\ub8cc(\ucee4\ud53c\u00b7\ucc28\u00b7\uc640\uc778)\ub97c \ub9c8\uc2e4 \ub54c\ub3c4 \ud0c8\ucc29\uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4. \uc5bc\ub77c\uc774\ub108\ub294 \ubbf8\uc9c0\uadfc\ud55c \ubb3c\uacfc \uc804\uc6a9 \uc138\uc815\uc81c\ub85c \uc138\ucc99\ud558\uace0, \ub728\uac70\uc6b4 \ubb3c \uc0ac\uc6a9\uc740 \ubcc0\ud615\uc744 \uc720\ubc1c\ud558\ubbc0\ub85c \ud53c\ud574\uc57c \ud569\ub2c8\ub2e4. \ud1b5\uc99d\uc774\ub098 \uc555\ubc15\uac10\uc740 \uc0c8 \uc5bc\ub77c\uc774\ub108 \uad50\uccb4 \ud6c4 2~3\uc77c \ub0b4 \uc790\uc5f0\uc2a4\ub7fd\uac8c \uc644\ud654\ub418\ub294 \uc815\uc0c1\uc801\uc778 \ubc18\uc751\uc73c\ub85c, <strong style=\"color:var(--gold-dark);\">\uce58\uc544 \uc774\ub3d9\uc774 \uc77c\uc5b4\ub098\uace0 \uc788\ub2e4\ub294 \uc2e0\ud638<\/strong>\uc774\uae30\ub3c4 \ud569\ub2c8\ub2e4.<\/p>\n            <\/div>\n        <\/article>\n\n        <article class=\"mag-row\" data-aos=\"fade-right\">\n            <div class=\"mag-img-wrap\">\n                <img decoding=\"async\" src=\"https:\/\/theseoul.org\/column\/wp-content\/uploads\/3.gif\" alt=\"\ud22c\uba85 \uad50\uc815 \uc801\uc751\uc99d\uacfc \ud55c\uacc4\">\n            <\/div>\n            <div class=\"mag-text\">\n                <div class=\"section-num\">03<\/div>\n                <h3>\ud22c\uba85 \uad50\uc815\uc73c\ub85c \ubaa8\ub4e0 \ubd80\uc815\uad50\ud569\uc774 \ud574\uacb0 \uac00\ub2a5\ud55c\uac00<\/h3>\n                <p>\ud22c\uba85 \uad50\uc815\uc740 \uacbd\ub3c4~\uc911\ub4f1\ub3c4\uc758 \uce58\uc5f4 \ubd88\uaddc\uce59, \uacf5\uac04 \ubd80\uc871, \uacbd\ubbf8\ud55c \ub3cc\ucd9c, \uce58\uc544 \uc0ac\uc774 \uacf5\uac04 \ub4f1 \ub2e4\uc591\ud55c \ucf00\uc774\uc2a4\uc5d0 \uc801\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\ub9cc \uace8\uaca9\uc131 \ubd80\uc815\uad50\ud569(\ud131 \uc790\uccb4\uc758 \uc704\uce58 \uc774\uc0c1), \uc2ec\ud55c \uc218\uc9c1 \ud53c\uac1c(\uae4a\uc740 \uad50\ud569), \uce58\uc544 \ud68c\uc804\uc774 \ud06c\uac70\ub098 \uc218\uc9c1 \uc774\ub3d9\uc774 \ub9ce\uc774 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0\ub294 \uae30\uc874 \ube0c\ub77c\ucf13 \uad50\uc815\uc774 \ub354 \uc815\ud655\ud55c \uc774\ub3d9\uc744 \uad6c\ud604\ud560 \uc218 \uc788\uc5b4, \ud63c\ud569 \uce58\ub8cc(\ud22c\uba85 \uad50\uc815+\ubd80\ubd84 \ube0c\ub77c\ucf13) \ub610\ub294 \uc804\uccb4 \ube0c\ub77c\ucf13 \uad50\uc815\uc744 \uad8c\uc7a5\ud558\uae30\ub3c4 \ud569\ub2c8\ub2e4. \uc815\ubc00 \uad50\ud569 \ubd84\uc11d\uacfc 3D \ub514\uc9c0\ud138 \uc9c4\ub2e8\uc744 \ud1b5\ud574 \ud22c\uba85 \uad50\uc815\uc758 \uc801\ud569 \uc5ec\ubd80\uc640 \uc608\uc0c1 \uae30\uac04\uc744 \uc0ac\uc804\uc5d0 \uc2dc\uac01\uc801\uc73c\ub85c \ud655\uc778\ud560 \uc218 \uc788\uc73c\uba70, \ub0b4\uc6d0 \uc804 \uc784\uc758\ub85c \ud310\ub2e8\ud558\uae30\ubcf4\ub2e4 \uc815\ubc00 \uc9c4\ub2e8 \ud6c4 \uce58\ub8cc \ubc29\ud5a5\uc744 \uacb0\uc815\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n            <\/div>\n        <\/article>\n\n    <\/main>\n\n    <!-- \uad50\uc815 \ubc29\uc2dd \ube44\uad50\ud45c -->\n    <section class=\"compare-section\" data-aos=\"fade-up\">\n        <div class=\"container\">\n            <p class=\"section-label\">Method Comparison<\/p>\n            <h2 class=\"section-title\">\uc131\ub0a8 \uce58\uacfc \uad50\uc815 \uce58\ub8cc \ubc29\uc2dd \ud55c\ub208\uc5d0 \ube44\uad50<\/h2>\n            <p class=\"section-desc\">\ud22c\uba85 \uad50\uc815\u00b7\uc77c\ubc18 \ube0c\ub77c\ucf13\u00b7\uc124\uce21 \uad50\uc815\uc740 \uc801\uc751\uc99d\uacfc \uc0dd\ud65c \ud3b8\uc758\uc131\uc774 \ub2ec\ub77c, \ud658\uc790 \uc0c1\ud0dc\uc640 \ub77c\uc774\ud504\uc2a4\ud0c0\uc77c\uc5d0 \ub530\ub77c \ucd5c\uc801\uc758 \ubc29\ubc95\uc774 \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/p>\n            <table class=\"compare-table\">\n                <thead>\n                    <tr>\n                        <th>\uad6c\ubd84<\/th>\n                        <th>\uc77c\ubc18 \ube0c\ub77c\ucf13 \uad50\uc815<\/th>\n                        <th>\uc124\uce21 \uad50\uc815<\/th>\n                        <th>\ud22c\uba85 \uad50\uc815<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>\uc7a5\uce58 \uac00\uc2dc\uc131<\/td>\n                        <td><span class=\"tag tag-low\">\uc678\ubd80 \ub178\ucd9c<\/span><\/td>\n                        <td><span class=\"tag tag-high\">\uac70\uc758 \ubd88\uac00\uc2dc<\/span><\/td>\n                        <td><span class=\"tag tag-high\">\uac70\uc758 \ubd88\uac00\uc2dc<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\ud0c8\ucc29 \uc5ec\ubd80<\/td>\n                        <td>\ubd88\uac00<\/td>\n                        <td>\ubd88\uac00<\/td>\n                        <td><span class=\"tag tag-high\">\ud0c8\ucc29 \uac00\ub2a5<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\uc74c\uc2dd \uc81c\ud55c<\/td>\n                        <td><span class=\"tag tag-low\">\ub531\ub531\ud558\uace0 \ub048\uc801\ud55c \uc74c\uc2dd \uc81c\ud55c<\/span><\/td>\n                        <td><span class=\"tag tag-low\">\ub3d9\uc77c\ud558\uac8c \uc81c\ud55c<\/span><\/td>\n                        <td><span class=\"tag tag-high\">\uc81c\ud55c \uc5c6\uc74c<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\uad6c\uac15 \uc704\uc0dd \uad00\ub9ac<\/td>\n                        <td><span class=\"tag tag-low\">\ube0c\ub77c\ucf13 \uc8fc\ubcc0 \uc138\ubc00 \uad00\ub9ac \ud544\uc694<\/span><\/td>\n                        <td><span class=\"tag tag-low\">\uc124\uce21 \uc811\uadfc \uc5b4\ub824\uc6c0<\/span><\/td>\n                        <td><span class=\"tag tag-high\">\ud0c8\ucc29 \ud6c4 \uc77c\ubc18 \uc591\uce58<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\ubcf5\uc7a1\ud55c \ucf00\uc774\uc2a4 \ub300\uc751<\/td>\n                        <td><span class=\"tag tag-high\">\uc6b0\uc218<\/span><\/td>\n                        <td><span class=\"tag tag-high\">\uc6b0\uc218<\/span><\/td>\n                        <td><span class=\"tag tag-mid\">\uacbd~\uc911\ub4f1\ub3c4 \uc801\ud569<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\ud3c9\uade0 \uce58\ub8cc \uae30\uac04<\/td>\n                        <td><span class=\"tag tag-mid\">1.5~2.5\ub144<\/span><\/td>\n                        <td><span class=\"tag tag-mid\">1.5~2.5\ub144<\/span><\/td>\n                        <td><span class=\"tag tag-mid\">1~2\ub144<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\ubc1c\uc74c \uc601\ud5a5<\/td>\n                        <td>\ucd08\uae30 \uc57d\uac04 \uc601\ud5a5<\/td>\n                        <td><span class=\"tag tag-low\">\ucd08\uae30 \uc601\ud5a5 \ud07c<\/span><\/td>\n                        <td><span class=\"tag tag-high\">\uc601\ud5a5 \ucd5c\uc18c<\/span><\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\uc9c1\uc7a5\uc778 \uc801\ud569\uc131<\/td>\n                        <td>\ubcf4\ud1b5<\/td>\n                        <td>\ub192\uc74c<\/td>\n                        <td><span class=\"tag tag-high\">\uac00\uc7a5 \ub192\uc74c<\/span><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <!-- \ud22c\uba85 \uad50\uc815\uc774 \ud544\uc694\ud55c \uacbd\uc6b0 -->\n    <section class=\"case-section\" data-aos=\"fade-up\">\n        <div class=\"container\">\n            <p class=\"section-label\">Who Needs It?<\/p>\n            <h2 class=\"section-title\"><a href=\"https:\/\/theseoul.org\/implant.php\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color:inherit;text-decoration:none;border-bottom:2px solid var(--gold-accent);padding-bottom:2px;\">\uc131\ub0a8 \uce58\uacfc \ud22c\uba85 \uad50\uc815, \uc774\ub7f0 \ubd84\uaed8 \uad8c\ud569\ub2c8\ub2e4<\/a><\/h2>\n            <p class=\"section-desc\">\uc544\ub798 \uc870\uac74\uc5d0 \ud574\ub2f9\ud558\uc2e0\ub2e4\uba74 \ud22c\uba85 \uad50\uc815\uc744 \ud1b5\ud574 \uc77c\uc0c1\uc744 \uc720\uc9c0\ud558\uba74\uc11c \uce58\uc5f4\uc744 \uac1c\uc120\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            <div class=\"case-cards\">\n                <div class=\"case-card\" data-aos=\"fade-up\" data-aos-delay=\"80\">\n                    <h4>\ud83c\udfe2 \ub300\uba74 \uc5c5\ubb34\uac00 \ub9ce\uc740 \uc9c1\uc7a5\uc778<\/h4>\n                    <p>\ubbf8\ud305\u00b7\ubc1c\ud45c\u00b7\uace0\uac1d \uc751\ub300 \ub4f1 \uc678\ubaa8 \uad00\ub9ac\uac00 \uc911\uc694\ud55c \uc9c1\uc885\uc5d0 \uc885\uc0ac\ud558\ub294 \ubd84\uaed8 \uc801\ud569\ud569\ub2c8\ub2e4. \ud22c\uba85 \uc5bc\ub77c\uc774\ub108\ub294 \uc815\uba74\uc5d0\uc11c \uac70\uc758 \uc2dd\ubcc4\uc774 \ubd88\uac00\ub2a5\ud574 \uad50\uc815 \uc911\uc5d0\ub3c4 \uc790\uc2e0\uac10 \uc788\ub294 \uc778\uc0c1\uc744 \uc720\uc9c0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"case-card\" data-aos=\"fade-up\" data-aos-delay=\"140\">\n                    <h4>\ud83c\udf7d\ufe0f \uc74c\uc2dd \uc81c\ud55c \uc5c6\uc774 \uad50\uc815\ud558\uace0 \uc2f6\uc740 \ubd84<\/h4>\n                    <p>\ube0c\ub77c\ucf13 \uad50\uc815 \uc911 \ub531\ub531\ud558\uac70\ub098 \ub048\uc801\ud55c \uc74c\uc2dd\uc744 \ud53c\ud574\uc57c \ud558\ub294 \ubd88\ud3b8\ud568\uc774 \uac71\uc815\ub418\ub294 \ubd84\uaed8 \ud22c\uba85 \uad50\uc815\uc774 \uc801\ud569\ud569\ub2c8\ub2e4. \uc2dd\uc0ac \uc2dc \ud0c8\ucc29\ud558\ubbc0\ub85c \uc2dd\ub2e8 \uc81c\ud55c \uc5c6\uc774 \uad50\uc815\uc744 \uc9c4\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"case-card\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n                    <h4>\ud83e\uddb7 \uacbd~\uc911\ub4f1\ub3c4 \uce58\uc5f4 \ubd88\uaddc\uce59\uc744 \uac1c\uc120\ud558\uace0 \uc2f6\uc740 \ubd84<\/h4>\n                    <p>\uce58\uc544 \uc0ac\uc774 \uacf5\uac04, \uc57d\uac04\uc758 \ub367\ub2c8, \uacbd\ubbf8\ud55c \ub3cc\ucd9c\uc774\ub098 \ubc8c\uc5b4\uc9c4 \uce58\uc544 \ub4f1 \ube44\uad50\uc801 \ub2e8\uc21c\ud55c \ubd80\uc815\uad50\ud569\uc740 \ud22c\uba85 \uad50\uc815\uc73c\ub85c \ucda9\ubd84\ud788 \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. 3D \ub514\uc9c0\ud138 \ubd84\uc11d\uc73c\ub85c \uce58\ub8cc \uacb0\uacfc\ub97c \ubbf8\ub9ac \uc2dc\ubbac\ub808\uc774\uc158\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n                <div class=\"case-card\" data-aos=\"fade-up\" data-aos-delay=\"260\">\n                    <h4>\ud83d\udd01 \uacfc\uac70 \uad50\uc815 \ud6c4 \uce58\uc5f4\uc774 \uc7ac\ubc1c\ud55c \ubd84<\/h4>\n                    <p>\uc5b4\ub9b4 \ub54c \uad50\uc815 \ud6c4 \uc720\uc9c0 \uc7a5\uce58\ub97c \uc81c\ub300\ub85c \ucc29\uc6a9\ud558\uc9c0 \ubabb\ud574 \uce58\uc5f4\uc774 \ub2e4\uc2dc \ud2c0\uc5b4\uc9c4 \uacbd\uc6b0, \uc7ac\uad50\uc815 \ubc94\uc704\uac00 \ube44\uad50\uc801 \uc881\uc544 \ud22c\uba85 \uad50\uc815\uc73c\ub85c \ud6a8\uc728\uc801\uc73c\ub85c \uac1c\uc120 \uac00\ub2a5\ud55c \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \ud22c\uba85 \uad50\uc815 \uc9c4\ud589 \uacfc\uc815 -->\n    <section class=\"process-section\" data-aos=\"fade-up\">\n        <div class=\"container\">\n            <p class=\"section-label\">Procedure Flow<\/p>\n            <h2 class=\"section-title\">\uc131\ub0a8 \uce58\uacfc \ud22c\uba85 \uad50\uc815 \uc9c4\ud589 \uacfc\uc815<\/h2>\n            <p class=\"section-desc\">\uc815\ubc00 \uc9c4\ub2e8\ubd80\ud130 \uc720\uc9c0 \uc7a5\uce58 \uc7a5\ucc29\uae4c\uc9c0, \ub2e8\uacc4\ubcc4\ub85c \uccb4\uacc4\uc801\uc73c\ub85c \uc9c4\ud589\ub429\ub2c8\ub2e4.<\/p>\n            <div class=\"steps-wrap\">\n                <div class=\"step-row\">\n                    <div class=\"step-num\">01<\/div>\n                    <div class=\"step-body\">\n                        <h4>\uc815\ubc00 \uc9c4\ub2e8 \ubc0f 3D \uce58\ub8cc \uacc4\ud68d \uc2dc\ubbac\ub808\uc774\uc158<\/h4>\n                        <p>\uad6c\uac15 \uc2a4\uce90\ub108\ub85c \uce58\uc5f4 \ub370\uc774\ud130\ub97c \ucc44\ub4dd\ud558\uace0, \ub514\uc9c0\ud138 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub85c \uce58\uc544 \uc774\ub3d9 \uacbd\ub85c\ub97c 3D \uc2dc\ubbac\ub808\uc774\uc158\ud569\ub2c8\ub2e4. \uad50\ud569 \ubd84\uc11d\uacfc \uc548\ubaa8 \ube44\uc728\uc744 \ud568\uaed8 \ud3c9\uac00\ud574 \ucd5c\uc885 \uce58\uc5f4 \ubaa9\ud45c\ub97c \uacb0\uc815\ud569\ub2c8\ub2e4.<\/p>\n                        <div class=\"step-time\">\uc0ac\uc804 \ub0b4\uc6d0 1~2\ud68c<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-row\">\n                    <div class=\"step-num\">02<\/div>\n                    <div class=\"step-body\">\n                        <h4>\ub9de\ucda4 \uc5bc\ub77c\uc774\ub108 \uc81c\uc791 \ubc0f \uccab \uc7a5\ucc29<\/h4>\n                        <p>3D \ub370\uc774\ud130\ub97c \uae30\ubc18\uc73c\ub85c \ub2e8\uacc4\ubcc4 \ud22c\uba85 \uc5bc\ub77c\uc774\ub108 \uc138\ud2b8\ub97c \uc81c\uc791\ud569\ub2c8\ub2e4. \uccab \ub0b4\uc6d0 \uc2dc \uc5bc\ub77c\uc774\ub108 \ucc29\uc6a9 \ubc29\ubc95, \ud0c8\ucc29 \uc694\ub839, \uc138\uc815 \ubc29\ubc95\uc744 \ucda9\ubd84\ud788 \uc548\ub0b4\ubc1b\uc740 \ub4a4 \uccab \ubc88\uc9f8 \uc5bc\ub77c\uc774\ub108\ub97c \uc7a5\ucc29\ud569\ub2c8\ub2e4.<\/p>\n                        <div class=\"step-time\">\uc81c\uc791 \uae30\uac04 \uc57d 2~3\uc8fc<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-row\">\n                    <div class=\"step-num\">03<\/div>\n                    <div class=\"step-body\">\n                        <h4>\ub2e8\uacc4\ubcc4 \uc5bc\ub77c\uc774\ub108 \uad50\uccb4<\/h4>\n                        <p>\ud1b5\uc0c1 1~2\uc8fc \uac04\uaca9\uc73c\ub85c \ub2e4\uc74c \ub2e8\uacc4 \uc5bc\ub77c\uc774\ub108\ub85c \uad50\uccb4\ud569\ub2c8\ub2e4. \uac01 \uc5bc\ub77c\uc774\ub108\ub294 \uce58\uc544\ub97c \ubbf8\uc138\ud558\uac8c \uc774\ub3d9\uc2dc\ud0a4\uba70, \uad50\uccb4 \ucd08\uae30 2~3\uc77c \uc555\ubc15\uac10\uc740 \uce58\uc544 \uc774\ub3d9\uc774 \uc9c4\ud589\ub418\uace0 \uc788\ub2e4\ub294 \uc815\uc0c1 \uc2e0\ud638\uc785\ub2c8\ub2e4.<\/p>\n                        <div class=\"step-time\">1~2\uc8fc\ub9c8\ub2e4 \uc790\uac00 \uad50\uccb4<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-row\">\n                    <div class=\"step-num\">04<\/div>\n                    <div class=\"step-body\">\n                        <h4>\uc911\uac04 \uc810\uac80 \ubc0f \uce58\ub8cc \uacc4\ud68d \uc870\uc815<\/h4>\n                        <p>6~8\uc8fc \uac04\uaca9\uc73c\ub85c \ub0b4\uc6d0\ud574 \uce58\uc544 \uc774\ub3d9 \uc0c1\ud0dc\ub97c \ud655\uc778\ud569\ub2c8\ub2e4. \ud544\uc694\ud55c \uacbd\uc6b0 \uc5b4\ud0dc\uce58\uba3c\ud2b8(\uc791\uc740 \ub3cc\uae30 \uc7a5\uce58)\ub97c \ucd94\uac00\ud558\uac70\ub098, \uce58\uc544 \uc0ac\uc774\ub97c \ubbf8\uc138\ud558\uac8c \ub2e4\ub4ec\ub294 IPR(\uce58\uac04 \uc0ad\uc81c) \ucc98\uce58\ub97c \uc2dc\ud589\ud574 \uc774\ub3d9 \uc815\ud655\ub3c4\ub97c \ub192\uc785\ub2c8\ub2e4.<\/p>\n                        <div class=\"step-time\">6~8\uc8fc\ub9c8\ub2e4 \ub0b4\uc6d0<\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"step-row\">\n                    <div class=\"step-num\">05<\/div>\n                    <div class=\"step-body\">\n                        <h4>\uad50\uc815 \uc644\ub8cc \ubc0f \uc720\uc9c0 \uc7a5\uce58 \uc7a5\ucc29<\/h4>\n                        <p>\ubaa9\ud45c \uce58\uc5f4\uc5d0 \ub3c4\ub2ec\ud558\uba74 \uad50\uc815\uc774 \uc644\ub8cc\ub429\ub2c8\ub2e4. \uce58\uc5f4 \uc548\uc815\ud654\ub97c \uc704\ud574 \ud22c\uba85 \uc720\uc9c0 \uc7a5\uce58(\ub9ac\ud14c\uc774\ub108)\ub97c \uc81c\uc791\u00b7\uc7a5\ucc29\ud558\uba70, \ucd08\uae30\uc5d0\ub294 \uc7a5\uc2dc\uac04 \ucc29\uc6a9\ud558\ub2e4 \uc810\ucc28 \uc57c\uac04 \ucc29\uc6a9\uc73c\ub85c \uc804\ud658\ud569\ub2c8\ub2e4. \uc720\uc9c0 \uc7a5\uce58\ub294 \uce58\uc5f4 \uc7ac\ubc1c \ubc29\uc9c0\uc758 \ud575\uc2ec\uc785\ub2c8\ub2e4.<\/p>\n                        <div class=\"step-time\">\uad50\uc815 \uc644\ub8cc \ud6c4 \uc720\uc9c0 \uad00\ub9ac \uc9c0\uc18d<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \uc131\uacf5 \uc870\uac74 \uc139\uc158 -->\n    <section class=\"safety-section\" data-aos=\"fade-up\">\n        <div class=\"container\">\n            <p class=\"section-label\">Key to Success<\/p>\n            <h2 class=\"section-title\" style=\"margin-bottom:50px;\">\uc131\ub0a8 \uce58\uacfc \ud22c\uba85 \uad50\uc815,<br>\uc88b\uc740 \uacb0\uacfc\ub97c \uc704\ud55c \uc870\uac74<\/h2>\n            <div class=\"safety-inner\">\n                <div class=\"safety-img-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/theseoul.org\/column\/wp-content\/uploads\/4.jpg\" alt=\"\ud22c\uba85 \uad50\uc815 \uc815\ubc00 \uc9c4\ub2e8\" class=\"safety-img\">\n                <\/div>\n                <div class=\"safety-text\">\n                    <h3>\ucc29\uc6a9 \uc2dc\uac04 \uc900\uc218\uc640<br>\uc815\uae30 \ub0b4\uc6d0\uc774 \uc131\uacf5\uc758 \ud575\uc2ec\uc785\ub2c8\ub2e4.<\/h3>\n                    <p>\ud22c\uba85 \uad50\uc815\uc758 \uacb0\uacfc\ub294 \uce58\ub8cc \uacc4\ud68d\uc758 \uc815\ubc00\ub3c4 \ubabb\uc9c0\uc54a\uac8c \ud658\uc790\uc758 \ucc29\uc6a9 \uc2b5\uad00\uc5d0 \ud06c\uac8c \uc88c\uc6b0\ub429\ub2c8\ub2e4. \ud558\ub8e8 20~22\uc2dc\uac04 \ucc29\uc6a9 \uc6d0\uce59\uc744 \uc77c\uad00\ub418\uac8c \uc9c0\ud0a4\ub294 \uac83\uc774 \uc608\uc0c1 \uae30\uac04 \ub0b4\uc5d0 \uad50\uc815\uc744 \uc644\ub8cc\ud558\ub294 \uac00\uc7a5 \uc911\uc694\ud55c \uc870\uac74\uc785\ub2c8\ub2e4.<\/p>\n                    <p>\uad50\uc815 \uc644\ub8cc \ud6c4 \uc720\uc9c0 \uc7a5\uce58 \ucc29\uc6a9\ub3c4 \uce58\uc5f4 \uc7ac\ubc1c \ubc29\uc9c0\ub97c \uc704\ud574 \ud544\uc218\uc785\ub2c8\ub2e4. \uad50\uc815 \uce58\ub8cc\uc5d0 \ub4e4\uc778 \uc2dc\uac04\uacfc \ube44\uc6a9\uc744 \uc9c0\ud0a4\ub294 \ub9c8\uc9c0\ub9c9 \ub2e8\uacc4\uc778 \ub9cc\ud07c, \uc720\uc9c0 \uc7a5\uce58 \ucc29\uc6a9 \uc2b5\uad00\uc744 \uafb8\uc900\ud788 \uc720\uc9c0\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n                    <div class=\"safety-points\">\n                        <div class=\"point-box\">\n                            <h5>\ucc29\uc6a9 \uc2dc\uac04 \uc900\uc218<\/h5>\n                            <p>\ud558\ub8e8 20~22\uc2dc\uac04 \ucc29\uc6a9\uc774 \uae30\ubcf8\uc785\ub2c8\ub2e4. \ucc29\uc6a9 \ubd80\uc871\uc774 \ub204\uc801\ub418\uba74 \uce58\uc544 \uc774\ub3d9\uc774 \uc9c0\uc5f0\ub418\uace0 \uad50\uc815 \uae30\uac04\uc774 \uae38\uc5b4\uc9d1\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"point-box\">\n                            <h5>\uad6c\uac15 \uc704\uc0dd \uad00\ub9ac<\/h5>\n                            <p>\uc2dd\uc0ac \ud6c4 \uc591\uce58 \uc5c6\uc774 \uc5bc\ub77c\uc774\ub108\ub97c \uc7ac\uc7a5\ucc29\ud558\uba74 \ucda9\uce58\u00b7\uc787\ubab8 \uc9c8\ud658 \uc704\ud5d8\uc774 \ub192\uc544\uc9d1\ub2c8\ub2e4. \uc7ac\uc7a5\ucc29 \uc804 \ubc18\ub4dc\uc2dc \uc591\uce58\ub97c \ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                        <div class=\"point-box\">\n                            <h5>\uc815\uae30 \ub0b4\uc6d0 \uc720\uc9c0<\/h5>\n                            <p>6~8\uc8fc \uc8fc\uae30 \ub0b4\uc6d0\uc73c\ub85c \uce58\uc544 \uc774\ub3d9 \uc0c1\ud0dc\ub97c \ud655\uc778\ud558\uace0 \ub2e4\uc74c \ub2e8\uacc4 \uacc4\ud68d\uc744 \uc870\uc815\ud574 \uad50\uc815 \ud488\uc9c8\uc744 \uc720\uc9c0\ud569\ub2c8\ub2e4.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- FAQ -->\n    <section class=\"container faq-section\" data-aos=\"fade-up\">\n        <h2 class=\"faq-title\">\uc131\ub0a8 \uce58\uacfc \uc9c1\uc7a5\uc778 \ud22c\uba85 \uad50\uc815<br>\uaf2d \uc54c\uc544\uc57c \ud560 Q&amp;A<\/h2>\n        <details>\n            <summary>1. \ud22c\uba85 \uad50\uc815\uc740 \uc77c\ubc18 \ube0c\ub77c\ucf13 \uad50\uc815\ubcf4\ub2e4 \ud6a8\uacfc\uac00 \ub5a8\uc5b4\uc9c0\ub098\uc694?<\/summary>\n            <div class=\"faq-answer\">\uacbd~\uc911\ub4f1\ub3c4 \ubd80\uc815\uad50\ud569\uc758 \uacbd\uc6b0 \ucd5c\uc2e0 \ud22c\uba85 \uad50\uc815 \uc2dc\uc2a4\ud15c\uc740 \ube0c\ub77c\ucf13 \uad50\uc815\uacfc \uc720\uc0ac\ud55c \uad50\uc815 \uacb0\uacfc\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \ub2e4\ub9cc \uc2ec\ud55c \uace8\uaca9\uc131 \ubd80\uc815\uad50\ud569\uc774\ub098 \ubcf5\uc7a1\ud55c \uce58\uc544 \uc774\ub3d9\uc774 \ud544\uc694\ud55c \ucf00\uc774\uc2a4\uc5d0\uc11c\ub294 \ube0c\ub77c\ucf13 \uad50\uc815\uc774 \ub354 \uc815\ubc00\ud55c \uc81c\uc5b4\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4. \uc815\ubc00 \uc9c4\ub2e8\uc744 \ud1b5\ud574 \ubcf8\uc778\uc5d0\uac8c \uc801\ud569\ud55c \ubc29\uc2dd\uc744 \uacb0\uc815\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.<\/div>\n        <\/details>\n        <details>\n            <summary>2. \ud558\ub8e8\uc5d0 \uc5bc\ub9c8\ub098 \ucc29\uc6a9\ud574\uc57c \ud558\ub098\uc694?<\/summary>\n            <div class=\"faq-answer\">\ud558\ub8e8 20~22\uc2dc\uac04 \ucc29\uc6a9\uc774 \uad8c\uc7a5\ub429\ub2c8\ub2e4. \uc2dd\uc0ac\uc640 \uc591\uce58 \uc2dc\uac04(\ud1b5\uc0c1 \ud558\ub8e8 2~3\uc2dc\uac04)\uc744 \uc81c\uc678\ud55c \ub098\uba38\uc9c0 \uc2dc\uac04\uc5d0\ub294 \ucc29\uc6a9 \uc0c1\ud0dc\ub97c \uc720\uc9c0\ud574\uc57c \uce58\uc544 \uc774\ub3d9\uc774 \uacc4\ud68d\ub300\ub85c \uc9c4\ud589\ub429\ub2c8\ub2e4. \ucc29\uc6a9 \uc2dc\uac04\uc774 \uc9c0\uc18d\uc801\uc73c\ub85c \ubd80\uc871\ud558\uba74 \uc5bc\ub77c\uc774\ub108\uac00 \uce58\uc544\uc5d0 \ub9de\uc9c0 \uc54a\uac8c \ub418\uace0 \uad50\uc815 \uae30\uac04\uc774 \uae38\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/div>\n        <\/details>\n        <details>\n            <summary>3. \ucee4\ud53c\ub098 \uc74c\ub8cc\ub97c \ub9c8\uc2e4 \ub54c\ub3c4 \uc5bc\ub77c\uc774\ub108\ub97c \ube7c\uc57c \ud558\ub098\uc694?<\/summary>\n            <div class=\"faq-answer\">\ubb3c \uc678\uc758 \uc74c\ub8cc, \ud2b9\ud788 \ucee4\ud53c\u00b7\ucc28\u00b7\uc640\uc778 \ub4f1 \uc0c9\uc18c \uc74c\ub8cc\uc640 \ub728\uac70\uc6b4 \uc74c\ub8cc\ub294 \uc5bc\ub77c\uc774\ub108\ub97c \ud0c8\ucc29\ud558\uace0 \ub9c8\uc2dc\ub294 \uac83\uc774 \uad8c\uc7a5\ub429\ub2c8\ub2e4. \ucc29\uc0c9 \uc74c\ub8cc\ub97c \ucc29\uc6a9 \uc0c1\ud0dc\ub85c \uc12d\ucde8\ud558\uba74 \uc5bc\ub77c\uc774\ub108\uac00 \ubcc0\uc0c9\ub418\uace0, \ub728\uac70\uc6b4 \uc74c\ub8cc\ub294 \ud50c\ub77c\uc2a4\ud2f1 \ubcc0\ud615\uc744 \uc77c\uc73c\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/div>\n        <\/details>\n        <details>\n            <summary>4. \ud22c\uba85 \uad50\uc815 \uae30\uac04\uc740 \uc5bc\ub9c8\ub098 \uac78\ub9ac\ub098\uc694?<\/summary>\n            <div class=\"faq-answer\">\ucf00\uc774\uc2a4\uc758 \ubcf5\uc7a1\ub3c4\uc640 \ucc29\uc6a9 \uc2b5\uad00\uc5d0 \ub530\ub77c \ucc28\uc774\uac00 \ud06c\uc9c0\ub9cc, \uacbd~\uc911\ub4f1\ub3c4 \ucf00\uc774\uc2a4\ub294 \ud3c9\uade0 12~18\uac1c\uc6d4 \ub0b4\uc678\uc785\ub2c8\ub2e4. 3D \uc2dc\ubbac\ub808\uc774\uc158 \uc9c4\ub2e8\uc744 \ud1b5\ud574 \uc2dc\uc791 \uc804 \ub300\ub7b5\uc801\uc778 \uc608\uc0c1 \uae30\uac04\uc744 \ud655\uc778\ud560 \uc218 \uc788\uc73c\uba70, \ucc29\uc6a9 \uc2dc\uac04 \uc900\uc218 \uc5ec\ubd80\uac00 \uc2e4\uc81c \uae30\uac04\uc5d0 \uac00\uc7a5 \ud070 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4.<\/div>\n        <\/details>\n    <\/section>\n\n    <!-- CTA -->\n    <section class=\"cta-box\">\n        <h2>\uc131\ub0a8 \uce58\uacfc \ud22c\uba85 \uad50\uc815 \uc801\ud569 \uc5ec\ubd80<br>3D \uc815\ubc00 \uc9c4\ub2e8\uc73c\ub85c \ud655\uc778\ud569\ub2c8\ub2e4<\/h2>\n        <p style=\"margin-top:16px;\">\ubc15\ud604\uc131 \uc6d0\uc7a5 \u00b7 \ubc15\ud604\uc900 \uc6d0\uc7a5 | \uacbd\uae30 \uc131\ub0a8\uc2dc \uc218\uc815\uad6c \uc131\ub0a8\ub300\ub85c 1225 \uac15\uc6d0\ube4c\ub529 2\u00b73\uce35<\/p>\n        <a href=\"https:\/\/pcmap.place.naver.com\/hospital\/38256869\/home\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"cta-btn\">\ub354\uc11c\uc6b8\uce58\uacfc<\/a>\n        <p class=\"footer-copy\">\uacbd\uae30 \uc131\ub0a8\uc2dc \uc218\uc815\uad6c \uc131\ub0a8\ub300\ub85c 1225 \uac15\uc6d0\ube4c\ub529 2\uce35, 3\uce35<br>Copyright \u00a9 2026 \ub354\uc11c\uc6b8\uce58\uacfc. All rights reserved.<\/p>\n    <\/section>\n\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\ud22c\uba85 \uad50\uc815\uc740 \uc77c\ubc18 \ube0c\ub77c\ucf13 \uad50\uc815\ubcf4\ub2e4 \ud6a8\uacfc\uac00 \ub5a8\uc5b4\uc9c0\ub098\uc694?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\uacbd~\uc911\ub4f1\ub3c4 \ubd80\uc815\uad50\ud569\uc758 \uacbd\uc6b0 \ucd5c\uc2e0 \ud22c\uba85 \uad50\uc815 \uc2dc\uc2a4\ud15c\uc740 \ube0c\ub77c\ucf13 \uad50\uc815\uacfc \uc720\uc0ac\ud55c \uacb0\uacfc\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc2ec\ud55c \uace8\uaca9\uc131 \ubd80\uc815\uad50\ud569\uc774\ub098 \ubcf5\uc7a1\ud55c \uc774\ub3d9\uc774 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0\ub294 \ube0c\ub77c\ucf13 \uad50\uc815\uc774 \ub354 \uc815\ubc00\ud55c \uc81c\uc5b4\uac00 \uac00\ub2a5\ud558\uba70, \uc815\ubc00 \uc9c4\ub2e8\uc73c\ub85c \uc801\ud569\ud55c \ubc29\uc2dd\uc744 \uacb0\uc815\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\ud558\ub8e8\uc5d0 \uc5bc\ub9c8\ub098 \ucc29\uc6a9\ud574\uc57c \ud558\ub098\uc694?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ud558\ub8e8 20~22\uc2dc\uac04 \ucc29\uc6a9\uc774 \uad8c\uc7a5\ub429\ub2c8\ub2e4. \uc2dd\uc0ac\uc640 \uc591\uce58 \uc2dc\uac04\uc744 \uc81c\uc678\ud55c \ub098\uba38\uc9c0 \uc2dc\uac04\uc5d0\ub294 \ucc29\uc6a9\uc744 \uc720\uc9c0\ud574\uc57c \uce58\uc544 \uc774\ub3d9\uc774 \uacc4\ud68d\ub300\ub85c \uc9c4\ud589\ub429\ub2c8\ub2e4. \ucc29\uc6a9 \uc2dc\uac04 \ubd80\uc871\uc774 \ub204\uc801\ub418\uba74 \uad50\uc815 \uae30\uac04\uc774 \uae38\uc5b4\uc9c8 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\ucee4\ud53c\ub098 \uc74c\ub8cc\ub97c \ub9c8\uc2e4 \ub54c\ub3c4 \uc5bc\ub77c\uc774\ub108\ub97c \ube7c\uc57c \ud558\ub098\uc694?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\ubb3c \uc678\uc758 \uc74c\ub8cc, \ud2b9\ud788 \ucee4\ud53c\u00b7\ucc28\u00b7\uc640\uc778 \ub4f1 \uc0c9\uc18c \uc74c\ub8cc\uc640 \ub728\uac70\uc6b4 \uc74c\ub8cc\ub294 \uc5bc\ub77c\uc774\ub108\ub97c \ud0c8\ucc29\ud558\uace0 \ub9c8\uc2dc\ub294 \uac83\uc774 \uad8c\uc7a5\ub429\ub2c8\ub2e4. \ucc29\uc0c9 \uc74c\ub8cc\ub294 \uc5bc\ub77c\uc774\ub108 \ubcc0\uc0c9\uc744 \uc720\ubc1c\ud558\uace0, \ub728\uac70\uc6b4 \uc74c\ub8cc\ub294 \ud50c\ub77c\uc2a4\ud2f1\uc744 \ubcc0\ud615\uc2dc\ud0ac \uc218 \uc788\uc2b5\ub2c8\ub2e4.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"\ud22c\uba85 \uad50\uc815 \uae30\uac04\uc740 \uc5bc\ub9c8\ub098 \uac78\ub9ac\ub098\uc694?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"\uacbd~\uc911\ub4f1\ub3c4 \ucf00\uc774\uc2a4\ub294 \ud3c9\uade0 12~18\uac1c\uc6d4 \ub0b4\uc678\uc785\ub2c8\ub2e4. 3D \uc2dc\ubbac\ub808\uc774\uc158 \uc9c4\ub2e8\uc73c\ub85c \uc608\uc0c1 \uae30\uac04\uc744 \ubbf8\ub9ac \ud655\uc778\ud560 \uc218 \uc788\uc73c\uba70, \ucc29\uc6a9 \uc2dc\uac04 \uc900\uc218 \uc5ec\ubd80\uac00 \uc2e4\uc81c \uae30\uac04\uc5d0 \uac00\uc7a5 \ud070 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4.\" }\n    }\n  ]\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Dentist\",\n  \"name\": \"\ub354\uc11c\uc6b8\uce58\uacfc\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"streetAddress\": \"\uc131\ub0a8\ub300\ub85c 1225 \uac15\uc6d0\ube4c\ub529 2\uce35, 3\uce35\",\n    \"addressLocality\": \"\uc131\ub0a8\uc2dc \uc218\uc815\uad6c\",\n    \"addressRegion\": \"\uacbd\uae30\ub3c4\",\n    \"addressCountry\": \"KR\"\n  },\n  \"openingHours\": [\n    \"Mo Fr 09:30-18:30\",\n    \"Tu We 09:30-20:30\",\n    \"Th 09:30-19:00\",\n    \"Sa 09:00-13:00\"\n  ]\n}\n<\/script>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/aos\/2.3.4\/aos.js\"><\/script>\n<script>AOS.init({ duration: 900, once: true });<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\uc9c1\uc7a5\uc778 \ud22c\uba85 \uad50\uc815 \u2014 \ud2f0 \uc548 \ub098\uac8c, \ubc14\ub974\uac8c | \uacbd\uae30 \uc131\ub0a8 \uc131\ub0a8 \uce58\uacfc\ud2f0 \uc548 \ub098\uac8c, \ubc14\ub974\uac8c\uc778\ube44\uc808\ub77c\uc778 \ud22c\uba85 \uad50\uc815\uc774\ub780 \ubb34\uc5c7\uc778\uac00 \ubc15\ud604\uc131 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":85,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-94","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-doctor-column"],"_links":{"self":[{"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/posts\/94","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/comments?post=94"}],"version-history":[{"count":2,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/posts\/94\/revisions"}],"predecessor-version":[{"id":96,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/posts\/94\/revisions\/96"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/media\/85"}],"wp:attachment":[{"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/media?parent=94"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/categories?post=94"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theseoul.org\/column\/wp-json\/wp\/v2\/tags?post=94"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}