{"id":740126,"date":"2026-01-20T06:19:57","date_gmt":"2026-01-20T06:19:57","guid":{"rendered":"https:\/\/convertifypro.com\/?page_id=740126"},"modified":"2026-01-20T06:19:57","modified_gmt":"2026-01-20T06:19:57","slug":"vector-vs-raster-images-explained","status":"publish","type":"page","link":"https:\/\/convertifypro.com\/ko\/%eb%b2%a1%ed%84%b0-%eb%8c%80-%eb%9e%98%ec%8a%a4%ed%84%b0-%ec%9d%b4%eb%af%b8%ec%a7%80-%ec%84%a4%eb%aa%85\/","title":{"rendered":"\ubca1\ud130 \ub300 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0 \uc124\uba85"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Learn the key differences between vector and raster images, when to use each format, and best practices for digital graphics in this comprehensive guide.\">\n    <meta name=\"keywords\" content=\"vector images, raster images, bitmap graphics, scalable graphics, image formats, digital graphics, SVG, JPEG, PNG, image conversion\">\n    <title>\ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0: \ub514\uc9c0\ud138 \uadf8\ub798\ud53d\uc5d0 \ub300\ud55c \uc644\ubcbd\ud55c \uac00\uc774\ub4dc<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        \/* Main Styles *\/\n        :root {\n            --primary-color: #FD9800;\n            --primary-hover: #e88a00;\n            --text-color: #3A3A3A;\n            --light-bg: #f8faff;\n            --gradient-bg: linear-gradient(135deg, #f8faff 0%, #fff5e6 100%);\n            --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n            --hover-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n            --border-color: #f1f5f9;\n        }\n\n        .guide-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem 1.5rem;\n            font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;\n            color: var(--text-color);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            padding: 3rem 1rem;\n            margin-bottom: 3rem;\n            background: var(--gradient-bg);\n            border-radius: 16px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero-pattern {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n            opacity: 0.5;\n            z-index: 0;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .hero-title {\n            font-size: 2.8rem;\n            font-weight: 800;\n            margin-bottom: 1.5rem;\n            color: var(--text-color);\n        }\n\n        .hero-subtitle {\n            font-size: 1.25rem;\n            margin-bottom: 2rem;\n            color: var(--text-color);\n            line-height: 1.6;\n        }\n\n        .hero-badges {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n\n        .hero-badge {\n            display: flex;\n            align-items: center;\n            background: white;\n            border-radius: 50px;\n            padding: 0.5rem 1rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .hero-badge:hover {\n            transform: translateY(-3px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .hero-badge-icon {\n            color: var(--primary-color);\n            margin-right: 0.5rem;\n            font-size: 1rem;\n        }\n\n        .hero-badge-text {\n            font-size: 0.9rem;\n            font-weight: 600;\n            color: var(--text-color);\n        }\n\n        .hero-buttons {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            display: inline-block;\n            padding: 0.75rem 1.5rem;\n            border-radius: 8px;\n            font-weight: 600;\n            text-decoration: none !important;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            font-size: 1rem;\n        }\n\n        .btn-primary {\n            background-color: var(--primary-color);\n            color: white !important;\n            box-shadow: 0 8px 16px rgba(253, 152, 0, 0.2);\n            border: none;\n        }\n\n        .btn-primary:hover {\n            background-color: var(--primary-hover);\n            transform: translateY(-2px);\n            text-decoration: none !important;\n        }\n\n        .btn-secondary {\n            background-color: white;\n            color: var(--primary-color) !important;\n            border: 1px solid var(--border-color);\n        }\n\n        .btn-secondary:hover {\n            background-color: #fff5e6;\n            transform: translateY(-2px);\n            text-decoration: none !important;\n        }\n\n        \/* Features Section *\/\n        .features-section {\n            margin-bottom: 4rem;\n        }\n\n        .section-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            text-align: center;\n            margin-bottom: 2.5rem;\n            color: var(--text-color);\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .feature-card {\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .feature-icon {\n            width: 60px;\n            height: 60px;\n            background-color: rgba(253, 152, 0, 0.15);\n            color: var(--primary-color);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 1.5rem;\n            font-size: 1.8rem;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover .feature-icon {\n            background: linear-gradient(135deg, #FD9800 0%, #FF6D00 100%);\n            color: white;\n            box-shadow: 0 10px 20px rgba(253, 152, 0, 0.2);\n        }\n\n        .feature-content {\n            padding: 2rem;\n            flex-grow: 1;\n        }\n\n        .feature-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n        }\n\n        .feature-text {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.6;\n            margin-bottom: 1.5rem;\n        }\n\n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n            line-height: 1.5;\n        }\n\n        .feature-check {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            flex-shrink: 0;\n            margin-top: 0.2rem;\n        }\n\n        .feature-item-text {\n            font-size: 0.95rem;\n            color: var(--text-color);\n        }\n\n        \/* Why Convert Section *\/\n        .why-convert-section {\n            margin-bottom: 4rem;\n            background: var(--light-bg);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n        }\n\n        .comparison-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .format-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .format-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .format-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            margin-bottom: 1.25rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .format-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.6rem;\n        }\n\n        .format-list {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n        }\n\n        .format-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.85rem;\n        }\n\n        .format-check {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            flex-shrink: 0;\n            margin-top: 0.2rem;\n        }\n\n        .format-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.5;\n        }\n\n        \/* How It Works Section *\/\n        .how-it-works-section {\n            margin-bottom: 4rem;\n        }\n\n        .steps-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .step-card {\n            display: flex;\n            align-items: flex-start;\n            background: white;\n            border-radius: 16px;\n            padding: 2rem;\n            box-shadow: var(--box-shadow);\n            margin-bottom: 2rem;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .step-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .step-number {\n            width: 50px;\n            height: 50px;\n            background-color: rgba(253, 152, 0, 0.15);\n            color: var(--primary-color);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-right: 1.5rem;\n            flex-shrink: 0;\n            transition: all 0.3s ease;\n        }\n\n        .step-card:hover .step-number {\n            background: linear-gradient(135deg, #FD9800 0%, #FF6D00 100%);\n            color: white;\n            box-shadow: 0 10px 20px rgba(253, 152, 0, 0.2);\n        }\n\n        .step-content {\n            flex: 1;\n        }\n\n        .step-title {\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-bottom: 0.75rem;\n            color: var(--text-color);\n        }\n\n        .step-text {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Use Cases Section *\/\n        .use-cases-section {\n            margin-bottom: 4rem;\n            background: var(--light-bg);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n        }\n\n        .use-cases-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .use-case-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n            height: 100%;\n        }\n\n        .use-case-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .use-case-icon {\n            color: var(--primary-color);\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n\n        .use-case-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n        }\n\n        .use-case-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            margin-bottom: 4rem;\n        }\n\n        .faq-container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .faq-item {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem 2rem;\n            box-shadow: var(--box-shadow);\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--border-color);\n            transition: all 0.3s ease;\n        }\n\n        .faq-item:hover {\n            transform: translateY(-3px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .faq-question {\n            font-size: 1.2rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .faq-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.2rem;\n        }\n\n        .faq-answer {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Technical Details Section *\/\n        .technical-details-section {\n            margin-bottom: 4rem;\n        }\n\n        .technical-details-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .tech-detail-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .tech-detail-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .tech-detail-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .tech-detail-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.3rem;\n        }\n\n        .tech-detail-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Security Section *\/\n        .security-section {\n            margin-bottom: 4rem;\n            background: var(--light-bg);\n            border-radius: 16px;\n            padding: 3rem 2rem;\n        }\n\n        .security-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 2rem;\n        }\n\n        .security-card {\n            background: white;\n            border-radius: 16px;\n            padding: 1.5rem;\n            box-shadow: var(--box-shadow);\n            transition: all 0.3s ease;\n            border: 1px solid var(--border-color);\n        }\n\n        .security-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--hover-shadow);\n            border-color: rgba(253, 152, 0, 0.3);\n        }\n\n        .security-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            color: var(--text-color);\n            display: flex;\n            align-items: center;\n        }\n\n        .security-icon {\n            color: var(--primary-color);\n            margin-right: 0.75rem;\n            font-size: 1.3rem;\n        }\n\n        .security-text {\n            font-size: 0.95rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            text-align: center;\n            padding: 3rem 1rem;\n            background: var(--gradient-bg);\n            border-radius: 16px;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 2rem;\n        }\n\n        .cta-pattern {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n            opacity: 0.5;\n            z-index: 0;\n        }\n\n        .cta-content {\n            position: relative;\n            z-index: 1;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .cta-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            color: var(--text-color);\n        }\n\n        .cta-text {\n            font-size: 1.1rem;\n            margin-bottom: 2rem;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        \/* Guide-specific Styles *\/\n        .guide-content {\n            background: white;\n            border-radius: 16px;\n            padding: 2rem;\n            margin-bottom: 2rem;\n            box-shadow: var(--box-shadow);\n            border: 1px solid var(--border-color);\n        }\n\n        .guide-section-title {\n            font-size: 1.6rem;\n            font-weight: 700;\n            color: var(--text-color);\n            margin-bottom: 1rem;\n        }\n\n        .guide-text {\n            font-size: 1rem;\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 1rem;\n        }\n\n        .guide-list {\n            list-style: none;\n            padding: 0;\n            margin: 1rem 0;\n        }\n\n        .guide-list-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 0.75rem;\n            padding-left: 1.5rem;\n            position: relative;\n        }\n\n        .guide-list-item::before {\n            content: \"\u2022\";\n            color: var(--primary-color);\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        \/* Responsive Styles *\/\n        @media (max-width: 768px) {\n            .hero-title {\n                font-size: 2.2rem;\n            }\n\n            .section-title {\n                font-size: 1.8rem;\n            }\n\n            .cta-title {\n                font-size: 1.8rem;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n                max-width: 500px;\n                margin: 0 auto;\n            }\n\n            .step-card {\n                flex-direction: column;\n                align-items: flex-start;\n            }\n\n            .step-number {\n                margin-bottom: 1rem;\n                margin-right: 0;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-title {\n                font-size: 1.8rem;\n            }\n\n            .hero-subtitle {\n                font-size: 1.1rem;\n            }\n\n            .section-title {\n                font-size: 1.6rem;\n            }\n\n            .feature-content {\n                padding: 1.5rem;\n            }\n\n            .step-card {\n                padding: 1.5rem;\n            }\n\n            .faq-item {\n                padding: 1.25rem;\n            }\n        }\n\n        \/* Button text should never be underlined *\/\n        .btn:hover, .btn:focus, .btn:active {\n            text-decoration: none !important;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"guide-section\">\n        <!-- Hero Section -->\n        <section class=\"hero-section\">\n            <div class=\"hero-pattern\"><\/div>\n            <div class=\"hero-content\">\n                <h1 class=\"hero-title\">\ubca1\ud130 \ub300 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0 \uc124\uba85<\/h1>\n                <p class=\"hero-subtitle\">\ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub97c \uc774\ud574\ud558\ub294 \ub370 \ub3c4\uc6c0\uc774 \ub418\ub294 \ud3ec\uad04\uc801\uc778 \uac00\uc774\ub4dc\uc785\ub2c8\ub2e4.<\/p>\n\n                <div class=\"hero-badges\">\n                    <div class=\"hero-badge\">\n                        <span class=\"hero-badge-icon\"><i class=\"fas fa-clock\"><\/i><\/span>\n                        <span class=\"hero-badge-text\">12\ubd84 \uc77d\uae30<\/span>\n                    <\/div>\n                    <div class=\"hero-badge\">\n                        <span class=\"hero-badge-icon\"><i class=\"fas fa-book\"><\/i><\/span>\n                        <span class=\"hero-badge-text\">\uad50\uc721 \uac00\uc774\ub4dc<\/span>\n                    <\/div>\n                    <div class=\"hero-badge\">\n                        <span class=\"hero-badge-icon\"><i class=\"fas fa-graduation-cap\"><\/i><\/span>\n                        <span class=\"hero-badge-text\">\uc804\ubb38\uac00 \ud301<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"hero-buttons\">\n                    <a href=\"#content\" class=\"btn btn-primary\">\uc77d\uae30 \uc2dc\uc791<\/a>\n                    <a href=\"\/download\" class=\"btn btn-secondary\">\ubcc0\ud658 \ub2e4\uc6b4\ub85c\ub4dc<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">\ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0 \uc774\ud574: \ub514\uc9c0\ud138 \uc0ac\uc9c4\uc758 \uae30\ucd08<\/h2>\n            <p class=\"guide-text\">\ube44\ud2b8\ub9f5 \uc774\ubbf8\uc9c0\ub77c\uace0\ub3c4 \ud558\ub294 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub294 \ud53d\uc140\uc774\ub77c\uace0 \ud558\ub294 \uc791\uc740 \uc0ac\uac01\ud615\uc758 \uaca9\uc790\ub85c \uad6c\uc131\ub429\ub2c8\ub2e4. \uac01 \ud53d\uc140\uc5d0\ub294 \ud2b9\uc815 \uc0c9\uc0c1 \uc815\ubcf4\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc73c\uba70 \uc218\ucc9c \ub610\ub294 \uc218\ubc31\ub9cc \uac1c\uc758 \uc774\ub7ec\ud55c \ud53d\uc140\uc774 \ud568\uaed8 \ubc30\uc5f4\ub418\uba74 \ud654\uba74\uc5d0 \ud45c\uc2dc\ub418\ub294 \uc644\uc804\ud55c \uc774\ubbf8\uc9c0\ub97c \ud615\uc131\ud569\ub2c8\ub2e4. \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\uc758 \ud488\uc9c8\uacfc \uc138\ubd80 \ubb18\uc0ac\ub294 \uc804\uc801\uc73c\ub85c \ud574\uc0c1\ub3c4, \uc989 PPI(\uc778\uce58\ub2f9 \ud53d\uc140 \uc218) \ub610\ub294 DPI(\uc778\uce58\ub2f9 \ub3c4\ud2b8 \uc218)\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.\n\n\uc77c\ubc18\uc801\uc778 \ub798\uc2a4\ud130 \ud615\uc2dd\uc5d0\ub294 JPEG, PNG, GIF, BMP \ubc0f TIFF\uac00 \ud3ec\ud568\ub429\ub2c8\ub2e4. \uc774\ub7ec\ud55c \ud615\uc2dd\uc740 \uc0ac\uc9c4, \uadf8\ub77c\ub514\uc5b8\ud2b8\uac00 \uc788\ub294 \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0, \ubbf8\uc138\ud55c \ub514\ud14c\uc77c\uacfc \uc0c9\uc0c1 \ubcc0\ud654\uac00 \ud544\uc694\ud55c \uc608\uc220 \uc791\ud488\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. \ub514\uc9c0\ud138 \uce74\uba54\ub77c, \uc2a4\uce90\ub108 \ubc0f \ub300\ubd80\ubd84\uc758 \uc774\ubbf8\uc9c0 \ud3b8\uc9d1 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub294 \uc2e4\uc81c \uc0ac\uc9c4\uc5d0\uc11c \ubcfc \uc218 \uc788\ub294 \ubbf8\ubb18\ud55c \uc0c9\uc0c1 \ubcc0\ud654\uc640 \ubcf5\uc7a1\ud55c \uc138\ubd80 \uc0ac\ud56d\uc744 \ucea1\ucc98\ud558\ub294 \ub370 \ud0c1\uc6d4\ud558\uae30 \ub54c\ubb38\uc5d0 \uc8fc\ub85c \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub85c \uc791\ub3d9\ud569\ub2c8\ub2e4.\n\n\ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\uc758 \uc8fc\uc694 \uc81c\ud55c \uc0ac\ud56d\uc740 \ud06c\uae30\ub97c \uc870\uc815\ud558\ub824\uace0 \ud560 \ub54c \ubd84\uba85\ud574\uc9d1\ub2c8\ub2e4. \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub97c \uc6d0\ub798 \ud574\uc0c1\ub3c4 \uc774\uc0c1\uc73c\ub85c \ud655\ub300\ud558\uba74 \ud53d\uc140\ud654\uac00 \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc989, \uac1c\ubcc4 \ud53d\uc140\uc774 \ud45c\uc2dc\ub418\uc5b4 \ubb49\ud22d\ud558\uace0 \ud488\uc9c8\uc774 \ub0ae\uc740 \ubaa8\uc591\uc744 \ub9cc\ub4ed\ub2c8\ub2e4. \uc774\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uac00 \uc0c8\ub85c\uc6b4 \ud53d\uc140\uc774 \uc5b4\ub5a4 \ubaa8\uc2b5\uc774\uc5b4\uc57c \ud558\ub294\uc9c0 \ucd94\uce21\ud574\uc57c \ud558\uae30 \ub54c\ubb38\uc785\ub2c8\ub2e4. \uc774 \ud504\ub85c\uc138\uc2a4\ub294 \uc644\ubcbd\ud55c \uacb0\uacfc\ub97c \uac70\uc758 \uc0dd\uc131\ud558\uc9c0 \uc54a\ub294 \ubcf4\uac04\uc774\ub77c\uace0 \ud569\ub2c8\ub2e4.<\/p>\n            <ul class='guide-list'><li class='guide-list-item'>\ub2e4\uc591\ud55c \uc0c9\uc0c1\uc774 \ud3ec\ud568\ub41c \uc0ac\uc9c4 \ubc0f \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0\uc5d0 \uc801\ud569<\/li><li class='guide-list-item'>\ud574\uc0c1\ub3c4\uc640 \uc774\ubbf8\uc9c0 \ud06c\uae30\uac00 \ub192\uc544\uc9c8\uc218\ub85d \ud30c\uc77c \ud06c\uae30\uac00 \ub298\uc5b4\ub0a9\ub2c8\ub2e4.<\/li><li class='guide-list-item'>\uc6d0\ubcf8 \ud06c\uae30 \uc774\uc0c1\uc73c\ub85c \ud655\ub300\ud558\uba74 \ud488\uc9c8\uc774 \uc800\ud558\ub429\ub2c8\ub2e4.<\/li><li class='guide-list-item'>\uac70\uc758 \ubaa8\ub4e0 \uc7a5\uce58 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc5d0\uc11c \uc9c0\uc6d0\ub428<\/li><\/ul>\n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">\ubca1\ud130 \uc774\ubbf8\uc9c0: \uc218\ud559\uc801 \uc815\ubc00\ub3c4\ub85c \uad6c\ucd95\ub41c \ud655\uc7a5 \uac00\ub2a5\ud55c \uadf8\ub798\ud53d<\/h2>\n            <p class=\"guide-text\">\ubca1\ud130 \uc774\ubbf8\uc9c0\ub294 \uc2dc\uac01\uc801 \uc815\ubcf4\ub97c \uc800\uc7a5\ud558\ub294 \ub370 \uc644\uc804\ud788 \ub2e4\ub978 \uc811\uadfc \ubc29\uc2dd\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \ubca1\ud130 \uadf8\ub798\ud53d\uc740 \ud53d\uc140\uc744 \uc0ac\uc6a9\ud558\ub294 \ub300\uc2e0 \uc218\ud559 \uacf5\uc2dd\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubaa8\uc591, \uc120, \uace1\uc120 \ubc0f \uc0c9\uc0c1\uc744 \uc815\uc758\ud569\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc218\ud559\uc801 \uc124\uba85\uc740 \ucef4\ud4e8\ud130\uc5d0 \uc5b4\ub5a4 \ud06c\uae30\ub85c\ub4e0 \uc774\ubbf8\uc9c0\ub97c \uadf8\ub9ac\ub294 \ubc29\ubc95\uc744 \uc54c\ub824\uc90d\ub2c8\ub2e4. \uc774\ub294 \ud488\uc9c8\uc774\ub098 \uc120\uba85\ub3c4\uc758 \uc190\uc2e4 \uc5c6\uc774 \ubca1\ud130 \uadf8\ub798\ud53d\uc758 \ud06c\uae30\ub97c \ubb34\ud55c\uc815 \ud655\uc7a5\ud560 \uc218 \uc788\uc74c\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.\n\n\ub110\ub9ac \uc0ac\uc6a9\ub418\ub294 \ubca1\ud130 \ud615\uc2dd\uc73c\ub85c\ub294 SVG, EPS, AI(Adobe Illustrator) \ubc0f PDF(\ubca1\ud130 \uc694\uc18c\uac00 \ud3ec\ud568\ub41c \uacbd\uc6b0)\uac00 \uc788\uc2b5\ub2c8\ub2e4. \ubca1\ud130 \uc774\ubbf8\uc9c0\ub294 Adobe Illustrator, CorelDRAW\uc640 \uac19\uc740 \uadf8\ub9ac\uae30 \uc18c\ud504\ud2b8\uc6e8\uc5b4 \ub610\ub294 Inkscape\uc640 \uac19\uc740 \ubb34\ub8cc \ub300\uc548\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc0dd\uc131\ub429\ub2c8\ub2e4. \ub85c\uace0, \uc544\uc774\ucf58, \ud0c0\uc774\ud3ec\uadf8\ub798\ud53c, \uac04\ub2e8\ud55c \uc77c\ub7ec\uc2a4\ud2b8\ub808\uc774\uc158 \ubc0f \uc815\uc758\ub41c \ubaa8\uc591\uacfc \ub2e8\uc0c9\uc73c\ub85c \uad6c\uc131\ub41c \ubaa8\ub4e0 \uc544\ud2b8\uc6cc\ud06c\ub97c \uc800\uc7a5\ud558\ub294 \ub370 \ud0c1\uc6d4\ud569\ub2c8\ub2e4.\n\n\ubca1\ud130 \uadf8\ub798\ud53d\uc758 \uc218\ud559\uc801 \ud2b9\uc131\uc73c\ub85c \uc778\ud574 \ud2b9\uc815 \uc720\ud615\uc758 \uc774\ubbf8\uc9c0\uc5d0 \ub9e4\uc6b0 \ud6a8\uc728\uc801\uc785\ub2c8\ub2e4. \ub798\uc2a4\ud130 \ud615\uc2dd\uc758 \uc218\ucc9c \ud53d\uc140\uc774 \ud544\uc694\ud560 \uc218 \uc788\ub294 \uac04\ub2e8\ud55c \ub85c\uace0\ub294 \ubca1\ud130 \ud615\uc2dd\uc758 \uba87 \uac00\uc9c0 \uc218\ud559 \ubc29\uc815\uc2dd\ub9cc\uc73c\ub85c \uc124\uba85\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c \uac04\ub2e8\ud55c \uadf8\ub798\ud53d\uc758 \uacbd\uc6b0 \ud30c\uc77c \ud06c\uae30\uac00 \ud6e8\uc52c \uc791\uc544\uc9d1\ub2c8\ub2e4.<\/p>\n            <ul class='guide-list'><li class='guide-list-item'>\ud488\uc9c8 \uc190\uc2e4 \uc5c6\uc774 \ubb34\ud55c \ud655\uc7a5 \uac00\ub2a5<\/li><li class='guide-list-item'>\uac04\ub2e8\ud55c \uadf8\ub798\ud53d\uc744 \uc704\ud55c \ub354 \uc791\uc740 \ud30c\uc77c \ud06c\uae30<\/li><li class='guide-list-item'>\ub85c\uace0, \uc544\uc774\ucf58, \uc77c\ub7ec\uc2a4\ud2b8\ub808\uc774\uc158\uc5d0 \uc801\ud569<\/li><li class='guide-list-item'>\uac1c\ubcc4 \uc694\uc18c\ub97c \uc27d\uac8c \ud3b8\uc9d1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li><\/ul>\n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">\ud488\uc9c8\uacfc \ud655\uc7a5\uc131\uc758 \uc8fc\uc694 \ucc28\uc774\uc810<\/h2>\n            <p class=\"guide-text\">\ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\uc758 \uac00\uc7a5 \uc911\uc694\ud55c \ucc28\uc774\uc810\uc740 \ud06c\uae30 \uc870\uc815\uc744 \ucc98\ub9ac\ud558\ub294 \ubc29\ubc95\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. \ubca1\ud130 \uc774\ubbf8\uc9c0\ub97c \uba85\ud568 \ud06c\uae30\uc5d0\uc11c \uad11\uace0\ud310 \ud06c\uae30\ub85c \ud655\ub300\ud558\uba74 \ucef4\ud4e8\ud130\uac00 \uc0c8\ub85c\uc6b4 \uce58\uc218\uc5d0 \ub300\ud55c \uc218\ud559 \uacf5\uc2dd\uc744 \ub2e4\uc2dc \uacc4\uc0b0\ud558\uae30 \ub54c\ubb38\uc5d0 \uc644\ubcbd\ud55c \uc120\uba85\ub3c4\uc640 \ubd80\ub4dc\ub7ec\uc6b4 \uac00\uc7a5\uc790\ub9ac\uac00 \uc720\uc9c0\ub429\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub97c \uc6d0\ub798 \ud574\uc0c1\ub3c4\ubcf4\ub2e4 \ud06c\uac8c \ud655\ub300\ud558\uba74 \ud53d\uc140\ud654\ub418\uace0 \ud750\ub824\uc9d1\ub2c8\ub2e4.\n\n\uc0c9\uc0c1 \ucc98\ub9ac\ub3c4 \ub450 \ud615\uc2dd \uac04\uc5d0 \ud06c\uac8c \ub2e4\ub985\ub2c8\ub2e4. \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub294 \ubd80\ub4dc\ub7ec\uc6b4 \uadf8\ub77c\ub370\uc774\uc158\uacfc \ubbf8\ubb18\ud55c \uc804\ud658\uc73c\ub85c \uc218\ubc31\ub9cc \uac00\uc9c0 \uc0c9\uc0c1\uc744 \ud45c\uc2dc\ud558\ub294 \ub370 \ud0c1\uc6d4\ud558\ubbc0\ub85c \uc0ac\uc9c4\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. \ubca1\ud130 \uc774\ubbf8\uc9c0\ub294 \ub2e8\uc0c9 \ubc0f \uc815\uc758\ub41c \ubaa8\uc591\uc5d0\uc11c \uac00\uc7a5 \uc798 \uc791\ub3d9\ud569\ub2c8\ub2e4. \ucd5c\uc2e0 \ubca1\ud130 \ud615\uc2dd\uc740 \uadf8\ub77c\ub370\uc774\uc158 \ubc0f \uc77c\ubd80 \uc0ac\uc9c4 \ud6a8\uacfc\ub97c \ucc98\ub9ac\ud560 \uc218 \uc788\uc9c0\ub9cc \uc5ec\uc804\ud788 \ub798\uc2a4\ud130 \ud615\uc2dd\uc758 \uc0c9\uc0c1 \ubcf5\uc7a1\uc131\uc744 \ucda9\uc871\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.\n\n\ud30c\uc77c \ud06c\uae30 \uace0\ub824 \uc0ac\ud56d\uc740 \uc774\ubbf8\uc9c0 \ubcf5\uc7a1\uc131\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4. \uc0c9\uc0c1\uc774 \uac70\uc758 \uc5c6\ub294 \ub2e8\uc21c\ud55c \uadf8\ub798\ud53d\uc740 \ubca1\ud130\ubcf4\ub2e4 \ud6e8\uc52c \ud6a8\uc728\uc801\uc778 \ubc18\uba74, \uc0c9\uc0c1\uacfc \ub514\ud14c\uc77c\uc774 \ub9ce\uc740 \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ub798\uc2a4\ud130 \ud30c\uc77c\ubcf4\ub2e4 \ud06c\uae30\uac00 \ub354 \uc791\uc2b5\ub2c8\ub2e4. \uac04\ub2e8\ud55c \ub85c\uace0\ub294 SVG \ubca1\ud130 \ud30c\uc77c\uc758 \uacbd\uc6b0 2KB\uc77c \uc218 \uc788\uc9c0\ub9cc \uace0\ud488\uc9c8 PNG \ub798\uc2a4\ud130 \ud30c\uc77c\uc758 \uacbd\uc6b0 200KB\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            \n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">\ud504\ub85c\uc81d\ud2b8\uc5d0 \uc801\ud569\ud55c \ud615\uc2dd \uc120\ud0dd<\/h2>\n            <p class=\"guide-text\">\ubca1\ud130 \ud615\uc2dd\uacfc \ub798\uc2a4\ud130 \ud615\uc2dd \uc911\uc5d0\uc11c \uc120\ud0dd\ud558\ub294 \uac83\uc740 \uc8fc\ub85c \uc774\ubbf8\uc9c0 \ub0b4\uc6a9\uacfc \uc6a9\ub3c4\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4. \uc0ac\uc9c4, \ubcf5\uc7a1\ud55c \uc9c8\uac10\uc774 \uc788\ub294 \ub514\uc9c0\ud138 \uc544\ud2b8 \ub610\ub294 \uce74\uba54\ub77c\ub098 \uc2a4\uce90\ub108\ub85c \ucea1\ucc98\ud55c \uc774\ubbf8\uc9c0\uc758 \uacbd\uc6b0 \ub798\uc2a4\ud130 \ud615\uc2dd\uc774 \uc720\uc77c\ud55c \uc2e4\uc6a9\uc801\uc778 \uc635\uc158\uc785\ub2c8\ub2e4. JPEG\ub294 \uc77c\ubd80 \uc555\ucd95\uc774 \ud5c8\uc6a9\ub418\ub294 \uc0ac\uc9c4\uc5d0 \uc801\ud569\ud558\uace0, PNG\ub294 \ud22c\uba85\ub3c4\uac00 \ud544\uc694\ud558\uac70\ub098 \ubb34\uc190\uc2e4 \uc555\ucd95\uc774 \ud544\uc694\ud55c \uc774\ubbf8\uc9c0\uc5d0 \ub354 \uc88b\uc2b5\ub2c8\ub2e4.\n\n\ubca1\ud130 \ud615\uc2dd\uc740 \ub85c\uace0, \ube0c\ub79c\ub4dc \uadf8\ub798\ud53d, \uc544\uc774\ucf58, \uac04\ub2e8\ud55c \uc77c\ub7ec\uc2a4\ud2b8\ub808\uc774\uc158 \ubc0f \ub2e4\uc591\ud55c \ud06c\uae30\ub85c \uc791\uc5c5\ud574\uc57c \ud558\ub294 \ubaa8\ub4e0 \uc544\ud2b8\uc6cc\ud06c\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4. \uba85\ud568\uc774\ub098 \uad11\uace0\ud310\uc5d0 \ud45c\uc2dc\ub420 \ub85c\uace0\ub97c \ub514\uc790\uc778\ud558\ub294 \uacbd\uc6b0 \ubca1\ud130 \ud615\uc2dd\uc774 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \ub9c8\ucc2c\uac00\uc9c0\ub85c \uc6f9\uc0ac\uc774\ud2b8\uc640 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc544\uc774\ucf58\uc740 \ub2e4\uc591\ud55c \ud654\uba74 \ud574\uc0c1\ub3c4\uc640 \ud06c\uae30\uc5d0\uc11c \ub610\ub837\ud558\uac8c \ubcf4\uc5ec\uc57c \ud558\uae30 \ub54c\ubb38\uc5d0 \ubca1\ud130 \ud615\uc2dd\uc758 \uc774\uc810\uc744 \ub204\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\uc6cc\ud06c\ud50c\ub85c\uc6b0\uc640 \ud611\uc5c5 \uc694\uad6c \uc0ac\ud56d\ub3c4 \uace0\ub824\ud558\uc138\uc694. \ubca1\ud130 \ud30c\uc77c\uc740 \uac1c\ubcc4 \uc694\uc18c\ub97c \uc120\ud0dd\ud558\uace0 \uc870\uc815\ud560 \uc218 \uc788\uc73c\ubbc0\ub85c \ud3b8\uc9d1 \ubc0f \uc218\uc815\uc774 \ub354 \uc27d\uc2b5\ub2c8\ub2e4. \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ub354 \ubcf5\uc7a1\ud55c \ud3b8\uc9d1 \uae30\uc220\uc774 \ud544\uc694\ud558\uba70 \ud30c\uad34\uc801\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc77c\ub2e8 \ub808\uc774\uc5b4\ub97c \ubcd1\ud569\ud558\uac70\ub098 \ud574\uc0c1\ub3c4\ub97c \uc904\uc774\uba74 \ud574\ub2f9 \uc815\ubcf4\uac00 \uc601\uad6c\uc801\uc73c\ub85c \uc190\uc2e4\ub429\ub2c8\ub2e4. \uc804\ubb38\uc801\uc778 \ub514\uc790\uc778 \uc791\uc5c5\uc758 \uacbd\uc6b0 \ubca1\ud130 \uc6d0\ubcf8\uc744 \ubcf4\uad00\ud558\uba74 \ud5a5\ud6c4 \uc218\uc815 \ubc0f \uc6a9\ub3c4 \ubcc0\uacbd\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n            \n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">\ud30c\uc77c \ud615\uc2dd \ubcc0\ud658: \uc804\ud658 \uc2dc\uae30 \ubc0f \ubc29\ubc95<\/h2>\n            <p class=\"guide-text\">\uc804\ubb38\uc801\uc778 \uc791\uc5c5 \ud750\ub984\uc5d0\uc11c\ub294 \ubca1\ud130 \ud615\uc2dd\uacfc \ub798\uc2a4\ud130 \ud615\uc2dd \uac04\uc758 \ubcc0\ud658\uc774 \uc77c\ubc18\uc801\uc774\uc9c0\ub9cc \uadf8 \uc758\ubbf8\ub97c \uc774\ud574\ud558\ub294 \uac83\uc774 \uc911\uc694\ud569\ub2c8\ub2e4. \ubca1\ud130\uc5d0\uc11c \ub798\uc2a4\ud130\ub85c \ubcc0\ud658(\ub798\uc2a4\ud130\ud654)\uc740 \uac04\ub2e8\ud558\uba70 \ucda9\ubd84\ud55c \ud574\uc0c1\ub3c4\uc5d0\uc11c \uc218\ud589\ub418\uba74 \ud488\uc9c8\uc774 \uc720\uc9c0\ub429\ub2c8\ub2e4. \uc6f9 \uc0ac\uc6a9, \uc778\uc1c4 \uc81c\uc791\uc744 \uc704\ud574 \ub610\ub294 \ubca1\ud130 \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub85c \uc791\uc5c5\ud560 \ub54c \ubca1\ud130\ub97c \ub798\uc2a4\ud130\ud654\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\ub798\uc2a4\ud130\uc5d0\uc11c \ubca1\ud130\ub85c \ubcc0\ud658(\ubca1\ud130\ud654 \ub610\ub294 \ucd94\uc801)\uc740 \ub354 \ubcf5\uc7a1\ud558\uba70 \uc644\ubcbd\ud55c \uacb0\uacfc\ub97c \uc0dd\uc131\ud558\ub294 \uacbd\uc6b0\ub294 \uac70\uc758 \uc5c6\uc2b5\ub2c8\ub2e4. \uc790\ub3d9\ud654\ub41c \ucd94\uc801 \ub3c4\uad6c\ub294 \ub2e8\uc21c\ud55c \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub97c \ubca1\ud130\ub85c \ubcc0\ud658\ud560 \uc218 \uc788\uc9c0\ub9cc \ub85c\uace0\ub098 \ub77c\uc778 \uc544\ud2b8\uc640 \uac19\uc740 \uace0\ub300\ube44 \uc774\ubbf8\uc9c0\uc5d0 \uac00\uc7a5 \uc798 \uc791\ub3d9\ud569\ub2c8\ub2e4. \uc0ac\uc9c4\uacfc \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0\ub294 \uc218\ud559 \uacf5\uc2dd\uc774 \ubbf8\ubb18\ud55c \uc0c9\uc0c1 \ubcc0\ud654\ub97c \uc815\ud655\ud558\uac8c \ud45c\ud604\ud560 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 \ubca1\ud130\ud654\uac00 \uc81c\ub300\ub85c \uc774\ub8e8\uc5b4\uc9c0\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\n\n\ud615\uc2dd\uc744 \ubcc0\ud658\ud560 \ub54c\ub294 \ud56d\uc0c1 \ucd5c\uace0 \ud488\uc9c8\uc758 \uc18c\uc2a4\uc5d0\uc11c \uc791\uc5c5\ud558\uace0 \ucd5c\uc885 \ucd9c\ub825 \uc694\uad6c \uc0ac\ud56d\uc744 \uace0\ub824\ud558\uc2ed\uc2dc\uc624. \uc778\uc1c4 \uc791\uc5c5\uc758 \uacbd\uc6b0 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\uc758 \ud574\uc0c1\ub3c4(\uc77c\ubc18\uc801\uc73c\ub85c 300DPI)\uac00 \ucda9\ubd84\ud55c\uc9c0 \ud655\uc778\ud558\uace0 \uc6f9 \uadf8\ub798\ud53d\uc740 \ub354 \ube60\ub978 \ub85c\ub529 \uc2dc\uac04\uc744 \uc704\ud574 \ub354 \ub0ae\uc740 \ud574\uc0c1\ub3c4(72-150DPI)\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n            \n        <\/div>\n        <div class=\"guide-content\">\n            <h2 class=\"guide-section-title\">\ub450 \uac00\uc9c0 \ud615\uc2dd \uc720\ud615\uc744 \ubaa8\ub450 \uc0ac\uc6a9\ud558\ub294 \ubaa8\ubc94 \uc0ac\ub840<\/h2>\n            <p class=\"guide-text\">\uc131\uacf5\uc801\uc778 \ub514\uc9c0\ud138 \ud504\ub85c\uc81d\ud2b8\uc5d0\ub294 \uc885\uc885 \ubca1\ud130 \uc694\uc18c\uc640 \ub798\uc2a4\ud130 \uc694\uc18c\uac00 \ud568\uaed8 \uc791\ub3d9\ud574\uc57c \ud569\ub2c8\ub2e4. \uc6f9 \uc0ac\uc774\ud2b8 \ub514\uc790\uc778\uc5d0\uc11c\ub294 \ub85c\uace0\uc640 \uc544\uc774\ucf58\uc5d0 \ubca1\ud130 \uadf8\ub798\ud53d\uc744 \uc0ac\uc6a9\ud558\uace0 \uc2dc\uac01\uc801 \ub9e4\ub825\uc744 \uc704\ud574 \ub798\uc2a4\ud130 \uc0ac\uc9c4\uc744 \ud1b5\ud569\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub450 \uc720\ud615\uc744 \ubaa8\ub450 \ucd5c\uc801\ud654\ud558\ub294 \ubc29\ubc95\uc744 \uc774\ud574\ud558\uba74 \uc804\ubb38\uc801\uc778 \uacb0\uacfc\uc640 \ud6a8\uc728\uc801\uc778 \uc791\uc5c5 \ud750\ub984\uc774 \ubcf4\uc7a5\ub429\ub2c8\ub2e4.\n\n\ubca1\ud130 \uadf8\ub798\ud53d\uc758 \uacbd\uc6b0 \uc801\uc808\ud55c \ub808\uc774\uc5b4 \uad00\ub9ac\uc640 \uc77c\uad00\ub41c \uba85\uba85 \uaddc\uce59\uc744 \uc0ac\uc6a9\ud558\uc5ec \ub514\uc790\uc778\uc744 \uccb4\uacc4\uc801\uc73c\ub85c \uc815\ub9ac\ud558\uc138\uc694. \uc801\uc808\ud55c \uc0c9\uc0c1 \ubaa8\ub4dc(\ub514\uc9c0\ud138\uc758 \uacbd\uc6b0 RGB, \uc778\uc1c4\uc758 \uacbd\uc6b0 CMYK)\ub97c \uc0ac\uc6a9\ud558\uace0 \ud3b8\uc9d1 \uac00\ub2a5\ud55c \uc18c\uc2a4 \ud30c\uc77c\uc744 \uc720\uc9c0\ud569\ub2c8\ub2e4. \ubca1\ud130\ub97c \uc0dd\uc131\ud560 \ub54c \ubca1\ud130 \uc0ac\uc6a9 \ubc29\ubc95\uc744 \uace0\ub824\ud558\uc2ed\uc2dc\uc624. \uc575\ucee4 \ud3ec\uc778\ud2b8\uac00 \ub9ce\uc740 \ubcf5\uc7a1\ud55c \ubca1\ud130\ub294 \uc6f9 \ube0c\ub77c\uc6b0\uc800 \uc18d\ub3c4\ub97c \uc800\ud558\uc2dc\ud0a4\uace0 \ud30c\uc77c \ud06c\uae30\ub97c \ub298\ub9b4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n\n\ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0 \ucd5c\uc801\ud654\ub294 \ud488\uc9c8\uacfc \ud30c\uc77c \ud06c\uae30\uc758 \uade0\ud615\uc744 \ub9de\ucd94\ub294 \ub370 \uc911\uc810\uc744 \ub461\ub2c8\ub2e4. \uc804\ub2ec \ubc29\ubc95\uc5d0 \uc801\ud569\ud55c \uc555\ucd95 \uc124\uc815\uc744 \uc120\ud0dd\ud558\uace0, \uace0\ud574\uc0c1\ub3c4 \uc6d0\ubcf8\uc758 \ubc31\uc5c5 \ubcf5\uc0ac\ubcf8\uc744 \uc720\uc9c0\ud558\uace0, \uc801\uc808\ud55c \uc0c9\uc0c1 \ud504\ub85c\ud544\uc744 \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624. \uc6f9 \uc0ac\uc6a9\uc758 \uacbd\uc6b0 \uc7a5\uce58 \uae30\ub2a5\uc5d0 \ub530\ub77c \ub2e4\uc591\ud55c \ud574\uc0c1\ub3c4\ub97c \uc81c\uacf5\ud558\ub294 \ubc18\uc751\ud615 \uc774\ubbf8\uc9c0 \uae30\uc220\uc744 \uace0\ub824\ud558\uc138\uc694.<\/p>\n            \n        <\/div>\n\n\n        <!-- Features Section -->\n        <section class=\"features-section\">\n            <h2 class=\"section-title\">\uc8fc\uc694 \uc2dc\uc0ac\uc810<\/h2>\n\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-content\">\n                        <div class=\"feature-icon\">\n                            <i class=\"fas fa-vector-square\"><\/i>\n                        <\/div>\n                        <h3 class=\"feature-title\">\ud655\uc7a5\uc131\uc744 \uac16\ucd98 \ubca1\ud130 \uadf8\ub798\ud53d Excel<\/h3>\n                        <p class=\"feature-text\">\ubca1\ud130 \uc774\ubbf8\uc9c0\ub294 \ud53d\uc140 \ub300\uc2e0 \uc218\ud559 \uacf5\uc2dd\uc744 \uc0ac\uc6a9\ud558\ubbc0\ub85c \ud488\uc9c8 \uc190\uc2e4 \uc5c6\uc774 \ubb34\ud55c\ud788 \ud655\uc7a5 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n                        <ul class=\"feature-list\">\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\ub85c\uace0, \uc544\uc774\ucf58, \uac04\ub2e8\ud55c \uc77c\ub7ec\uc2a4\ud2b8\ub808\uc774\uc158\uc5d0 \uc801\ud569<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\uc5b4\ub5a4 \ud06c\uae30\uc5d0\uc11c\ub3c4 \uc120\uba85\ud55c \uac00\uc7a5\uc790\ub9ac \uc720\uc9c0<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\uac04\ub2e8\ud55c \uadf8\ub798\ud53d\uc744 \uc704\ud55c \ub354 \uc791\uc740 \ud30c\uc77c \ud06c\uae30<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-content\">\n                        <div class=\"feature-icon\">\n                            <i class=\"fas fa-image\"><\/i>\n                        <\/div>\n                        <h3 class=\"feature-title\">\ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub294 \ubcf5\uc7a1\ud55c \uc138\ubd80\uc0ac\ud56d\uc744 \ucc98\ub9ac\ud569\ub2c8\ub2e4.<\/h3>\n                        <p class=\"feature-text\">\ud53d\uc140 \uae30\ubc18 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub294 \ub2e4\uc591\ud55c \uc0c9\uc0c1\uacfc \uadf8\ub77c\ub370\uc774\uc158\uc774 \ud3ec\ud568\ub41c \uc0ac\uc9c4 \ubc0f \ubcf5\uc7a1\ud55c \uc608\uc220 \uc791\ud488\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.<\/p>\n                        <ul class=\"feature-list\">\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\uc0ac\uc9c4 \ucf58\ud150\uce20\uc5d0 \ud0c1\uc6d4<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\uc218\ubc31\ub9cc \uac00\uc9c0 \uc0c9\uc0c1\uacfc \ubd80\ub4dc\ub7ec\uc6b4 \uc804\ud658 \uc9c0\uc6d0<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\ud488\uc9c8\uc740 \ud574\uc0c1\ub3c4\uc640 \ud53d\uc140 \ubc00\ub3c4\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-content\">\n                        <div class=\"feature-icon\">\n                            <i class=\"fas fa-exchange-alt\"><\/i>\n                        <\/div>\n                        <h3 class=\"feature-title\">\ud615\uc2dd \uc120\ud0dd\uc774 \ud504\ub85c\uc81d\ud2b8 \uc131\uacf5\uc5d0 \uc601\ud5a5\uc744 \ubbf8\uce69\ub2c8\ub2e4<\/h3>\n                        <p class=\"feature-text\">\ucc98\uc74c\ubd80\ud130 \uc62c\ubc14\ub978 \ud615\uc2dd\uc744 \uc120\ud0dd\ud558\uba74 \uc2dc\uac04\uc774 \uc808\uc57d\ub418\uace0 \ud2b9\uc815 \uc0ac\uc6a9 \uc0ac\ub840\uc5d0 \ub9de\ub294 \ucd5c\uc801\uc758 \ud488\uc9c8\uc774 \ubcf4\uc7a5\ub429\ub2c8\ub2e4.<\/p>\n                        <ul class=\"feature-list\">\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\ucd5c\uc885 \ucd9c\ub825 \ud06c\uae30 \ubc0f \ub9e4\uccb4 \uace0\ub824<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\ud5a5\ud6c4 \ud3b8\uc9d1 \ubc0f \uc218\uc815 \uc694\uad6c \uc0ac\ud56d\uc5d0 \ub300\ud55c \uacc4\ud68d<\/span>\n                            <\/li>\n                            <li class=\"feature-item\">\n                                <span class=\"feature-check\"><i class=\"fas fa-check-circle\"><\/i><\/span>\n                                <span class=\"feature-item-text\">\ud488\uc9c8 \uc694\uad6c \uc0ac\ud56d\uc5d0 \ub530\ub77c \ud30c\uc77c \ud06c\uae30 \uade0\ud615 \uc870\uc815<\/span>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n\n        <!-- FAQ Section -->\n        <section class=\"faq-section\">\n            <h2 class=\"section-title\">\uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/h2>\n\n            <div class=\"faq-container\">\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \uc0ac\uc9c4\uc744 \ubca1\ud130 \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658\ud560 \uc218 \uc788\ub098\uc694?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\ucd94\uc801 \uc18c\ud504\ud2b8\uc6e8\uc5b4\ub97c \ud1b5\ud574 \uae30\uc220\uc801\uc73c\ub85c \uac00\ub2a5\ud558\uc9c0\ub9cc \ubcf5\uc7a1\ud55c \uc0ac\uc9c4\uc744 \ubca1\ud130 \ud615\uc2dd\uc73c\ub85c \ubcc0\ud658\ud558\uba74 \ub9cc\uc871\uc2a4\ub7ec\uc6b4 \uacb0\uacfc\ub97c \uac70\uc758 \uc5bb\uc744 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc790\ub3d9 \ucd94\uc801\uc740 \ub85c\uace0\ub098 \ub77c\uc778 \uc544\ud2b8\uc640 \uac19\uc740 \ub2e8\uc21c\ud55c \uace0\ub300\ube44 \uc774\ubbf8\uc9c0\uc5d0 \uac00\uc7a5 \uc801\ud569\ud569\ub2c8\ub2e4. \uc0ac\uc9c4\uc5d0\ub294 \u200b\u200b\uc218\ud559 \uacf5\uc2dd\uc73c\ub85c \ud6a8\uacfc\uc801\uc73c\ub85c \ud45c\ud604\ud558\uae30\uc5d0\ub294 \ub108\ubb34 \ub9ce\uc740 \uc0c9\uc0c1 \ubcc0\ud654\uc640 \ub514\ud14c\uc77c\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c \ubca1\ud130 \uc774\ubbf8\uc9c0\uac00 \ub54c\ub54c\ub85c \ud750\ub9bf\ud558\uac8c \ubcf4\uc774\ub294 \uc774\uc720\ub294 \ubb34\uc5c7\uc785\ub2c8\uae4c?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\ube0c\ub77c\uc6b0\uc800 \ub80c\ub354\ub9c1, \ubd80\uc801\uc808\ud55c \ud06c\uae30 \uc870\uc815 \ub610\ub294 \uc564\ud2f0\uc568\ub9ac\uc5b4\uc2f1 \ud6a8\uacfc\ub85c \uc778\ud574 \ubca1\ud130 \uc774\ubbf8\uc9c0\uac00 \ud750\ub9bf\ud558\uac8c \ub098\ud0c0\ub0a0 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ubca1\ud130 \uadf8\ub798\ud53d\uc774 \uc815\uc218\uac00 \uc544\ub2cc \ud53d\uc140 \uac12\uc73c\ub85c \ud06c\uae30\uac00 \uc870\uc815\ub418\uac70\ub098 \ube0c\ub77c\uc6b0\uc800\uc758 \ub80c\ub354\ub9c1 \uc5d4\uc9c4\uc774 \uc2a4\ubb34\ub529\uc744 \uc801\uc6a9\ud560 \ub54c \uc790\uc8fc \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \uc801\uc808\ud55c \ubdf0\ud3ec\ud2b8 \uc124\uc815\uacfc CSS \ucd5c\uc801\ud654\ub97c \uc0ac\uc6a9\ud558\uba74 \ub300\ubd80\ubd84\uc758 \ud45c\uc2dc \ubb38\uc81c\ub97c \ud574\uacb0\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        DPI\uc640 PPI\uc758 \ucc28\uc774\uc810\uc740 \ubb34\uc5c7\uc785\ub2c8\uae4c?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>DPI(\uc778\uce58\ub2f9 \ub3c4\ud2b8)\ub294 \ud504\ub9b0\ud130 \ud574\uc0c1\ub3c4\ub97c \ub098\ud0c0\ub0b4\uace0, PPI(\uc778\uce58\ub2f9 \ud53d\uc140)\ub294 \ub514\uc9c0\ud138 \ub514\uc2a4\ud50c\ub808\uc774 \ud574\uc0c1\ub3c4\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \ud654\uba74 \ubcf4\uae30\uc5d0\ub294 \uc77c\ubc18\uc801\uc73c\ub85c 72-150PPI\uc774\uba74 \ucda9\ubd84\ud569\ub2c8\ub2e4. \uc778\uc1c4\uc758 \uacbd\uc6b0 \uace0\ud488\uc9c8 \ucd9c\ub825\uc744 \uc704\ud55c 300DPI\uac00 \ud45c\uc900\uc785\ub2c8\ub2e4. \ubca1\ud130 \uc774\ubbf8\uc9c0\ub294 \uc218\ud559\uc801\uc73c\ub85c \uc815\uc758\ub418\ubbc0\ub85c \uace0\uc815\ub41c \ud574\uc0c1\ub3c4\ub97c \uac16\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \uc6f9 \ub514\uc790\uc778\uc5d0\ub294 \uc5b4\ub5a4 \ud615\uc2dd\uc774 \ub354 \uc88b\ub098\uc694?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\ub450 \ud615\uc2dd \ubaa8\ub450 \uc6f9 \ub514\uc790\uc778\uc5d0\uc11c \uadf8 \uc790\ub9ac\ub97c \ucc28\uc9c0\ud569\ub2c8\ub2e4. \uc5ec\ub7ec \uc7a5\uce58\uc5d0 \uac78\uccd0 \ud655\uc7a5\ud574\uc57c \ud558\ub294 \ub85c\uace0, \uc544\uc774\ucf58, \uac04\ub2e8\ud55c \uadf8\ub798\ud53d\uc5d0\ub294 \ubca1\ud130 \ud615\uc2dd(SVG)\uc744 \uc0ac\uc6a9\ud558\uc138\uc694. \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0\uc640 \uc0ac\uc9c4\uc5d0\ub294 \ub798\uc2a4\ud130 \ud615\uc2dd(\uc0ac\uc9c4\uc758 \uacbd\uc6b0 JPEG, \ud22c\uba85\ub3c4\uac00 \uc788\ub294 \uadf8\ub798\ud53d\uc758 \uacbd\uc6b0 PNG)\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. SVG\ub294 \ubc18\uc751\ud615 \ub514\uc790\uc778\uc5d0 \ud2b9\ud788 \uc720\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \uac12\ube44\uc2fc \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uc5c6\uc774\ub3c4 \ubca1\ud130 \uc774\ubbf8\uc9c0\ub97c \ud3b8\uc9d1\ud560 \uc218 \uc788\ub098\uc694?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\uc608, \ubca1\ud130 \ud3b8\uc9d1\uc744 \uc704\ud55c \uba87 \uac00\uc9c0 \ubb34\ub8cc \uc635\uc158\uc774 \uc788\uc2b5\ub2c8\ub2e4. Inkscape\ub294 Adobe Illustrator\uc758 \uac15\ub825\ud55c \ubb34\ub8cc \ub300\uc548\uc785\ub2c8\ub2e4. \ub9ce\uc740 \uc628\ub77c\uc778 \ud3b8\uc9d1\uc790\ub4e4\uc740 \uae30\ubcf8 \ubca1\ud130 \ud3b8\uc9d1\ub3c4 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc804\ubb38\uc801\uc778 \uc791\uc5c5 \ud750\ub984\uc5d0\ub294 \uc0c1\uc6a9 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc5d0 \uc788\ub294 \uace0\uae09 \uae30\ub2a5\uc774 \ud544\uc694\ud55c \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \uc778\uc1c4\ud560 \ub54c \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\uac00 \ud53d\uc140\ud654\ub418\ub294 \uc774\uc720\ub294 \ubb34\uc5c7\uc785\ub2c8\uae4c?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\ud53d\uc140\ud654\ub294 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\uc758 \ud574\uc0c1\ub3c4\uac00 \uc778\uc1c4 \ucd9c\ub825\uc5d0 \ucda9\ubd84\ud558\uc9c0 \uc54a\uc744 \ub54c \ubc1c\uc0dd\ud569\ub2c8\ub2e4. \ud504\ub9b0\ud130\uc5d0\ub294 \ud6e8\uc52c \ub354 \ub192\uc740 \ud574\uc0c1\ub3c4(\ucd5c\uc18c 300 DPI)\uac00 \ud544\uc694\ud558\uae30 \ub54c\ubb38\uc5d0 \uc6f9 \uc774\ubbf8\uc9c0(72 PPI)\ub294 \uc778\uc1c4 \uc2dc \ud53d\uc140\ud654\ub418\uc5b4 \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc778\uc1c4 \ud504\ub85c\uc81d\ud2b8\uc5d0\ub294 \ud56d\uc0c1 \uace0\ud574\uc0c1\ub3c4 \uc18c\uc2a4 \uc774\ubbf8\uc9c0\ub97c \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \uc774\ubbf8\uc9c0\uac00 \ubca1\ud130\uc778\uc9c0 \ub798\uc2a4\ud130\uc778\uc9c0 \uc5b4\ub5bb\uac8c \uc54c \uc218 \uc788\ub098\uc694?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\ud30c\uc77c \ud655\uc7a5\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. \ubca1\ud130 \ud615\uc2dd\uc5d0\ub294 SVG, AI, EPS\uac00 \ud3ec\ud568\ub418\uace0 \ub798\uc2a4\ud130 \ud615\uc2dd\uc5d0\ub294 JPEG, PNG, GIF, BMP\uac00 \ud3ec\ud568\ub429\ub2c8\ub2e4. \ud655\ub300\ud558\uc5ec \ud14c\uc2a4\ud2b8\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub294 \uac1c\ubcc4 \ud53d\uc140\uc744 \ud45c\uc2dc\ud558\uac70\ub098 \ud750\ub824\uc9c0\ub294 \ubc18\uba74, \ubca1\ud130 \uc774\ubbf8\uc9c0\ub294 \ubaa8\ub4e0 \ud655\ub300 \uc218\uc900\uc5d0\uc11c \uc120\uba85\ud558\uac8c \uc720\uc9c0\ub429\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"faq-item\">\n                    <h3 class=\"faq-question\">\n                        <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                        \ub85c\uace0\uc5d0 \uac00\uc7a5 \uc801\ud569\ud55c \ud615\uc2dd\uc740 \ubb34\uc5c7\uc785\ub2c8\uae4c?\n                    <\/h3>\n                    <div class=\"faq-answer\">\n                        <p>\ubca1\ud130 \ud615\uc2dd(\ubc14\ub78c\uc9c1\ud558\uac8c\ub294 SVG \ub610\ub294 AI)\uc740 \ud488\uc9c8 \uc190\uc2e4 \uc5c6\uc774 \ub2e4\uc591\ud55c \ud06c\uae30\ub85c \uc791\uc5c5\ud574\uc57c \ud558\uae30 \ub54c\ubb38\uc5d0 \ub85c\uace0\uc5d0 \uac00\uc7a5 \uc801\ud569\ud569\ub2c8\ub2e4. \ubca1\ud130 \ud615\uc2dd\uc744 \uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \ud2b9\uc815 \uc751\uc6a9 \ud504\ub85c\uadf8\ub7a8\uc5d0 \ud544\uc694\ud55c \uacbd\uc6b0 \uc6d0\ubcf8 \ubca1\ud130 \ud30c\uc77c\uc744 \uc720\uc9c0\ud558\uace0 \ub798\uc2a4\ud130 \ubc84\uc804(\ud22c\uba85\ub3c4\uac00 \ud3ec\ud568\ub41c PNG)\uc744 \ub9cc\ub4ed\ub2c8\ub2e4.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n\n        <!-- CTA Section -->\n        <section class=\"cta-section\">\n            <div class=\"cta-pattern\"><\/div>\n            <div class=\"cta-content\">\n                <h2 class=\"cta-title\">\uc9c0\uc2dd\uc744 \uc2e4\ucc9c\uc5d0 \uc62e\uae30\uc138\uc694<\/h2>\n                <p class=\"cta-text\">\uc774\uc81c \uac1c\ub150\uc744 \uc774\ud574\ud588\uc73c\ubbc0\ub85c Convertify\ub97c \ud1b5\ud574 \ubc30\uc6b4 \ub0b4\uc6a9\uc744 \uc801\uc6a9\ud574 \ubcf4\uc138\uc694. \uacc4\uc815\uc774 \ud544\uc694 \uc5c6\uc774 \ubb34\ub8cc\ub85c \ubb34\uc81c\ud55c \uc804\ud658\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4.<\/p>\n                <div class=\"hero-buttons\">\n                    <a href=\"\/download\" class=\"btn btn-primary\">\ubb34\ub8cc\ub85c Convertify \ub2e4\uc6b4\ub85c\ub4dc<\/a>\n                    <a href=\"\/guides\" class=\"btn btn-secondary\">\ub354 \ub9ce\uc740 \uac00\uc774\ub4dc<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0: \ub514\uc9c0\ud138 \uadf8\ub798\ud53d\uc5d0 \ub300\ud55c \uc644\ubcbd\ud55c \uac00\uc774\ub4dc \ubca1\ud130 \ub300 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0 \uc124\uba85 \ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub97c \uc774\ud574\ud558\ub294 \ub370 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-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":""},"class_list":["post-740126","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"convertify","author_link":"https:\/\/convertifypro.com\/author\/convertifypro\/"},"uagb_comment_info":0,"uagb_excerpt":"\ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0: \ub514\uc9c0\ud138 \uadf8\ub798\ud53d\uc5d0 \ub300\ud55c \uc644\ubcbd\ud55c \uac00\uc774\ub4dc \ubca1\ud130 \ub300 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0 \uc124\uba85 \ubca1\ud130 \uc774\ubbf8\uc9c0\uc640 \ub798\uc2a4\ud130 \uc774\ubbf8\uc9c0\ub97c \uc774\ud574\ud558\ub294 \ub370 [&hellip;]","_links":{"self":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/740126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/comments?post=740126"}],"version-history":[{"count":0,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/740126\/revisions"}],"wp:attachment":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/media?parent=740126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}