{"id":2405,"date":"2025-08-06T03:05:35","date_gmt":"2025-08-06T03:05:35","guid":{"rendered":"https:\/\/ocr365.com\/?page_id=2405"},"modified":"2025-08-06T03:15:20","modified_gmt":"2025-08-06T03:15:20","slug":"%ec%9e%90%eb%a5%b4%ea%b8%b0-jpg","status":"publish","type":"page","link":"https:\/\/ocr365.com\/ko\/crop-jpg\/","title":{"rendered":"\uc790\ub974\uae30 JPG"},"content":{"rendered":"<style>\n    .crop-image-upload-placeholder {\n        width: 100%;\n        max-width: 1000px;\n        margin: 0 auto 20px;\n        position: relative;\n    }\n    \n    .crop-image-upload-container {\n        background-color: #1fa4fc;\n        background-image: none; \n        border-radius: 12px;\n        height: 300px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n        outline: 1px dashed #ffffffd9;\n        outline-offset: -14px;\n    }\n    \n    \/* Disable all hover effects in the upload area *\/\n    .crop-image-upload-container:hover {\n        background-color:rgb(8, 138, 225) !important;\n        background-image: none !important;\n        outline: 1px dashed #ffffffd9 !important;\n        outline-offset: -14px !important;\n    }\n    \n    .crop-image-file-icon-group {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        transform: scale(1);\n        margin-bottom: 20px;\n    }\n    \n    .crop-image-choose-btn-wrapper {\n        margin-bottom: 18px;\n    }\n    \n    .crop-image-upload-btn {\n        background-color: #ffffff;\n        color: #000000;\n        border: none;\n        padding: 12px 24px;\n        border-radius: 4px;\n        font-size: 15px;\n        font-weight: 700;\n        cursor: pointer;\n        display: inline-flex;\n        align-items: center;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    }\n    \n    .crop-image-upload-btn svg {\n        margin-right: 10px;\n        width: 14px !important;\n        height: 14px !important;\n        max-width: 14px !important;\n        max-height: 14px !important;\n        flex-shrink: 0;\n    }\n    \n    .crop-image-drop-text {\n        color: white;\n        font-size: 15px;\n        opacity: 0.95;\n    }\n    \n    \/* Add media queries to accommodate tablet and mobile devices *\/\n    @media (max-width: 768px) {\n        .crop-image-upload-container {\n            height: 250px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 14px 24px;\n            font-size: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-upload-container {\n            height: 220px;\n            outline-offset: -10px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 12px 20px;\n            font-size: 14px;\n        }\n        \n        .crop-image-drop-text {\n            font-size: 14px;\n        }\n        \n        .crop-image-file-icon-group {\n            margin-bottom: 15px;\n        }\n        \n        .crop-image-benefit-text {\n            font-size: 15px;\n        }\n        \n        .crop-image-benefits-section {\n            gap: 25px;\n            padding: 0 10px;\n        }\n        \n        .crop-image-benefits-left p {\n            margin-bottom: 5px;\n        }\n    }\n    \n    \/* Extra small devices *\/\n    @media (max-width: 360px) {\n        .crop-image-upload-container {\n            height: 200px;\n        }\n        \n        .crop-image-file-icon svg {\n            width: 45px;\n            height: 45px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 10px 16px;\n            font-size: 13px;\n        }\n        \n        .crop-image-benefits-section {\n            gap: 20px;\n        }\n        \n        .crop-image-benefits-left {\n            font-size: 15px;\n        }\n        \n        .crop-image-benefit-text {\n            font-size: 14px;\n        }\n    }\n    \n    \/* Hide original file input but keep it functional *\/\n    .crop-image-file-input {\n        width: 0.1px;\n        height: 0.1px;\n        opacity: 0;\n        overflow: hidden;\n        position: absolute;\n        z-index: -1;\n    }\n    \n    \/* Advertisement Container Styles *\/\n    .crop-image-ad-container {\n        width: 100%;\n        margin: 0 auto 20px;\n        text-align: center;\n        overflow: hidden;\n        display: flex;\n        justify-content: center;\n    }\n    \n    .crop-image-ad-container ins {\n        display: block;\n        margin: 0 auto;\n        background-color: transparent;\n    }\n    \n    \/* Responsive styles for advertisements *\/\n    @media (max-width: 768px) {\n        .crop-image-ad-container {\n            margin-bottom: 15px;\n        }\n    }\n    \n    \/* Benefits Section Styles *\/\n    .crop-image-benefits-section {\n        max-width: 1000px;\n        margin: 0 auto;\n        display: flex;\n        gap: 50px;\n    }\n    \n    .crop-image-benefits-left {\n        flex: 1;\n        font-size: 16px;\n        line-height: 1.6;\n    }\n    \n    .crop-image-benefits-right {\n        flex: 1;\n    }\n    \n    .crop-image-benefit-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n    }\n    \n    .crop-image-benefit-icon {\n        width: 20px;\n        height: 20px;\n        border-radius: 50%;\n        background-color: #0dbb30;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    \n    .crop-image-benefit-text {\n        font-size: 16px;\n    }\n    \n    \/* Responsive styles for benefits section *\/\n    @media (max-width: 768px) {\n        .crop-image-benefits-section {\n            flex-direction: column;\n            gap: 10px;\n            padding: 0 15px;\n        }\n        \n        .crop-image-upload-container {\n            height: 250px;\n        }\n        \n        .crop-image-upload-btn {\n            padding: 14px 24px;\n            font-size: 15px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-benefit-text {\n            font-size: 15px;\n        }\n    }\n    \n    \/* Custom Header Styles - For upload page only *\/\n    .crop-image-page-header {\n        max-width: 1000px;\n        margin: 0 auto 30px;\n        text-align: center;\n        padding: 0 20px;\n        display: none; \/* Changed back to 'none' to hide by default *\/\n    }\n    \n    \/* Only show in upload page *\/\n    .crop-image-upload-page .crop-image-page-header {\n        display: block;\n    }\n    \n    .crop-image-headline {\n        font-size: 42px;\n        font-weight: 700;\n        color: #333;\n        margin-top: 30px;\n        margin-bottom: 15px;\n        line-height: 1.2;\n    }\n    \n    .crop-image-description {\n        font-size: 18px;\n        color: #666;\n        line-height: 1.6;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n    \n    \/* Responsive styles for header *\/\n    @media (max-width: 768px) {\n        .crop-image-headline {\n            font-size: 30px;\n            margin-bottom: 12px;\n        }\n        \n        .crop-image-description {\n            font-size: 16px;\n        }\n    }\n    \n    @media (max-width: 480px) {\n        .crop-image-page-header {\n            margin-bottom: 20px;\n        }\n        \n        .crop-image-headline {\n            font-size: 24px;\n            margin-bottom: 10px;\n        }\n        \n        .crop-image-description {\n            font-size: 15px;\n            line-height: 1.5;\n        }\n    }\n    \n    \/* Hide the main cropper header initially to prevent flicker *\/\n    .crop-image-header {\n        display: none;\n    }\n    \n    \/* Only show the header in cropper and result pages *\/\n    .crop-image-cropper-page .crop-image-header,\n    .crop-image-result-page .crop-image-header {\n        display: block;\n    }\n<\/style>\n\n<div class=\"crop-image-container crop-image-upload-page\" data-ratio=\"free\" data-circle=\"false\">\n    <div class=\"crop-image-wrapper\">\n        <div class=\"crop-image-header\">\n            <h3>\uc774\ubbf8\uc9c0 \uc790\ub974\uae30<\/h3>\n        <\/div>\n        \n        <div class=\"crop-image-body\">\n            <!-- Custom Page Header - Only visible on upload page -->\n            <div class=\"crop-image-page-header\">\n                                    <h1 class=\"crop-image-headline\">JPG \uc790\ub974\uae30 \ub3c4\uad6c<\/h1>\n                                \n                                    <div class=\"crop-image-description\">\uc6d0 \uc790\ub974\uae30 - \uc790\ub974\uae30 <a href='\/ko\/%ec%9e%90%eb%a5%b4%ea%b8%b0-jpg\/' style='color:#0073e6;font-weight:bold'>JPG<\/a>, <a href='\/ko\/%ec%9e%90%eb%a5%b4%ea%b8%b0-png\/' style='color:#28a745;font-weight:bold'>PNG<\/a>, <a href='\/ko\/%ec%9e%90%eb%a5%b4%ea%b8%b0-gif\/' style='color:#ff5722;font-weight:bold'>GIF<\/a>, \ub610\ub294 <a href='#' style='color:#9c27b0;font-weight:bold'>WebP<\/a> \uc774\ubbf8\uc9c0\ub97c \uc628\ub77c\uc778\uc5d0 \uc5c5\ub85c\ub4dc\ud569\ub2c8\ub2e4.<\/div>\n                            <\/div>\n            \n            <!-- Upload Section -->\n            <div class=\"crop-image-upload-section\">\n                <div class=\"crop-image-upload-placeholder crop-image-upload-container\" id=\"drop-area\">\n                    <div class=\"crop-image-file-icon-group\">\n                        <div class=\"crop-image-file-icon\">\n                            <svg width=\"50\" height=\"50\" viewbox=\"0 0 70 70\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" data-no-translation=\"\">\n                                <rect x=\"5\" y=\"5\" width=\"60\" height=\"60\" rx=\"8\" fill=\"#F5F9FF\" stroke=\"#E6E6E6\" stroke-width=\"1\"\/>\n                                <rect x=\"10\" y=\"10\" width=\"50\" height=\"40\" rx=\"6\" fill=\"#FFFFFF\" stroke=\"#4285F4\" stroke-width=\"1.5\"\/>\n                                <circle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#4285F4\"\/>\n                                <path d=\"M10 42L25 30L40 42L60 28\" stroke=\"#4285F4\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n                                <path d=\"M35 50H55\" stroke=\"#4285F4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n                                <path d=\"M40 55H50\" stroke=\"#4285F4\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n                    \n                    <div class=\"crop-image-choose-btn-wrapper\">\n                        <button type=\"button\" class=\"crop-image-upload-btn\" style=\"background-color: #ffffff !important; color: #000000 !important; padding: 12px 24px !important; font-size: 15px !important;\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width: 18px !important; height: 18px !important; margin-right: 10px !important; margin-bottom: 0 !important; margin-top: 0 !important; vertical-align: middle !important;\" data-no-translation=\"\">\n                                <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n                                <circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"><\/circle>\n                                <polyline points=\"21 15 16 10 5 21\"><\/polyline>\n                            <\/svg>\n                            \uc774\ubbf8\uc9c0 \uc120\ud0dd                        <\/button>\n                    <\/div>\n                    \n                    <p class=\"crop-image-drop-text\">\ub610\ub294 \uc5ec\uae30\uc5d0 \ud30c\uc77c \ub4dc\ub86d<\/p>\n                <\/div>\n                <input type=\"file\" class=\"crop-image-file-input\" accept=\".png,.jpg,.jpeg,.gif,.webp,image\/png,image\/jpeg,image\/gif,image\/webp\">\n            <\/div><!-- End of crop-image-upload-section -->\n            \n            <!-- Ad Container for Upload Page -->\n            <div class=\"crop-image-ad-container crop-image-ad-upload\">\n                            <\/div>\n            \n            <!-- Custom content container - only shown on upload page -->\n            <div class=\"crop-image-custom-content-container\"><link rel=\"stylesheet\" href=\"\/wp-content\/plugins\/crop-image\/custom-templates\/crop-jpg.css\">\r\n    <svg style=\"position: absolute; width: 0; height: 0;\" width=\"0\" height=\"0\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" data-no-translation=\"\">\r\n        <defs>\r\n            <!-- Gradient definitions -->\r\n            <lineargradient id=\"icon-gradient\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\r\n                <stop offset=\"0%\" stop-color=\"#2575fc\" \/>\r\n                <stop offset=\"100%\" stop-color=\"#6a11cb\" \/>\r\n            <\/lineargradient>\r\n            \r\n            <!-- Icon definitions -->\r\n            <symbol id=\"icon-crop\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M7,17V1H5V5H1V7H5V17A2,2 0 0,0 7,19H17V23H19V19H23V17M17,15H19V7C19,5.89 18.1,5 17,5H9V7H17V15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-expand\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-compress\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M19.5,3.09L15,7.59V4H13V11H20V9H16.41L20.91,4.5L19.5,3.09M4,13V15H7.59L3.09,19.5L4.5,20.91L9,16.41V20H11V13H4Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-shield\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,1L3,5V11C3,16.55 6.84,21.74 12,23C17.16,21.74 21,16.55 21,11V5L12,1M12,5A3,3 0 0,1 15,8A3,3 0 0,1 12,11A3,3 0 0,1 9,8A3,3 0 0,1 12,5Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-bolt\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M11,15H6L13,1V9H18L11,23V15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-globe\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2M12,4C14.42,4 16.6,5.08 18.09,6.81L15.16,9.75L12.75,7.34L10.53,9.56L12.28,11.31L10.53,13.06L8.25,10.78L5.91,13.12C4.72,11.73 4,9.93 4,8C4,5.79 5.79,4 8,4H12M8,17.5C5.79,17.5 4,15.71 4,13.5C4,12.28 4.5,11.17 5.29,10.38L6.69,11.78L8.97,14.06L11.78,11.25L12.69,10.34L15.91,7.12C16.32,7.61 16.66,8.17 16.91,8.78L13.5,12.19L16.64,15.33L13.95,15.5L11.78,13.34L9.56,15.56L8,17.5Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-check-circle\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2M12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4M11,16.5L6.5,12L7.91,10.59L11,13.67L16.59,8.09L18,9.5L11,16.5Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-magic\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M7,8A3,3 0 0,0 4,11A3,3 0 0,0 7,14A3,3 0 0,0 10,11A3,3 0 0,0 7,8M7,10A1,1 0 0,1 8,11A1,1 0 0,1 7,12A1,1 0 0,1 6,11A1,1 0 0,1 7,10M16.6,13C16,12.5 16,11.5 16.6,11L17.5,10L16.6,9C16,8.5 16,7.5 16.6,7L17.5,6L16.6,5C16,4.5 16,3.5 16.6,3L17.5,2L12,3.2V10.8L17.5,12L16.6,13M10.8,4.8L7.5,6.2V4.6L9.6,3H10.8V4.8M7.5,8V9.3L10.8,7.9V6.6L7.5,8M10.8,12.2V10.9L7.5,9.6V10.9L10.8,12.2M18,15V18.8L13,16.4L18,13.9V15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-eye\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-ruler\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M3,5V21H9V19.5H7V18H9V16.5H5V15H9V13.5H7V12H9V10.5H5V9H9V7.5H7V6H9V4.5H5V3H19V7H21V3A2,2 0 0,0 19,1H5A2,2 0 0,0 3,3V5M11,6V21H13V6H11M15,15V21H17V15H15Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-file-image\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M6,20H15L18,20V12L14,16L12,14L6,20M8,9A2,2 0 0,0 6,11A2,2 0 0,0 8,13A2,2 0 0,0 10,11A2,2 0 0,0 8,9Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-arrows-alt\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M13,11H18L16.5,9.5L17.92,8.08L21.84,12L17.92,15.92L16.5,14.5L18,13H13V18L14.5,16.5L15.92,17.92L12,21.84L8.08,17.92L9.5,16.5L11,18V13H6L7.5,14.5L6.08,15.92L2.16,12L6.08,8.08L7.5,9.5L6,11H11V6L9.5,7.5L8.08,6.08L12,2.16L15.92,6.08L14.5,7.5L13,6V11Z\"><\/path>\r\n            <\/symbol>\r\n            \r\n            <symbol id=\"icon-chevron-down\" viewbox=\"0 0 24 24\">\r\n                <path d=\"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z\"><\/path>\r\n            <\/symbol>\r\n        <\/defs>\r\n    <\/svg>\r\n    <div class=\"imgcrop-container\">\r\n        <section class=\"imgcrop-features\">\r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-crop\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\uc815\ubc00\ud55c JPG \uc790\ub974\uae30<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">JPG \uc0ac\uc9c4\uc744 \ud53d\uc140 \ub2e8\uc704\ub85c \uc815\ubc00\ud558\uac8c \uc790\ub974\uc138\uc694. \uc774 \ub3c4\uad6c\ub294 \uc6d0\ubcf8 JPG\uc758 \uc804\uccb4 \ud488\uc9c8\uc744 \uc720\uc9c0\ud558\uba74\uc11c \uc6d0\ud558\uc9c0 \uc54a\ub294 \ubd80\ubd84\uc744 \uc81c\uac70\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-expand\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\uc2a4\ub9c8\ud2b8 JPG \uc555\ucd95<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\ud654\uc9c8 \uc800\ud558 \uc5c6\uc774 JPG \ud30c\uc77c \ud06c\uae30\ub97c \ucd5c\uc801\ud654\ud558\uc138\uc694. \ub2f9\uc0ac\uc758 \uc9c0\ub2a5\ud615 \uc555\ucd95 \uc54c\uace0\ub9ac\uc998\uc740 \uc774\ubbf8\uc9c0 \ub514\ud14c\uc77c\uc744 \ubcf4\uc874\ud558\uba74\uc11c \ud30c\uc77c \ud06c\uae30\ub97c \uc904\uc785\ub2c8\ub2e4.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-compress\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">JPG \ud06c\uae30 \uc870\uc815<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\ud488\uc9c8\uc744 \uc720\uc9c0\ud558\uba74\uc11c JPG \uc774\ubbf8\uc9c0 \ud06c\uae30\ub97c \uc815\ud655\ud55c \ud06c\uae30\ub85c \uc870\uc815\ud558\uc138\uc694. \uc18c\uc15c \ubbf8\ub514\uc5b4 \ud504\ub85c\ud544, \uc774\ucee4\uba38\uc2a4 \uc0ac\uc774\ud2b8 \ub610\ub294 \uc6f9 \ubc30\ub108\uc5d0 \uc801\ud569\ud55c \uc644\ubcbd\ud55c JPG\ub97c \uc81c\uc791\ud558\uc138\uc694.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-shield\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\uac1c\uc778 \ubc0f \ubcf4\uc548<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">JPG \uc774\ubbf8\uc9c0\ub294 \uc804\uc801\uc73c\ub85c \ube0c\ub77c\uc6b0\uc800 \ub0b4\uc5d0\uc11c \ucc98\ub9ac\ub429\ub2c8\ub2e4. \uac1c\uc778 \uc815\ubcf4\ub098 \ubbfc\uac10\ud55c \uc0ac\uc9c4\uc758 \uc644\ubcbd\ud55c \ud504\ub77c\uc774\ubc84\uc2dc\ub97c \ubcf4\uc7a5\ud558\uae30 \uc704\ud574 \uc11c\ubc84\uc5d0 \uc808\ub300 \uc804\uc1a1\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-bolt\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">\uc989\uc2dc JPG \ucc98\ub9ac<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">\uace0\uc131\ub2a5 JPG \ucc98\ub9ac\ub85c \uba87 \ucd08 \ub9cc\uc5d0 \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc11c\ubc84 \uc5c5\ub85c\ub4dc\ub098 \ub2e4\uc6b4\ub85c\ub4dc\ub97c \uae30\ub2e4\ub9b4 \ud544\uc694 \uc5c6\uc774 \uc5ec\ub7ec \uc774\ubbf8\uc9c0\ub97c \ube60\ub974\uac8c \uc790\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-feature\">\r\n                <div class=\"imgcrop-feature-icon\">\r\n                    <svg class=\"svg-icon\" data-no-translation=\"\"><use xlink:href=\"#icon-globe\"><\/use><\/svg>\r\n                <\/div>\r\n                <h3 class=\"imgcrop-feature-title\">JPG \ud488\uc9c8 \uad00\ub9ac<\/h3>\r\n                <p class=\"imgcrop-feature-desc\">JPG \ub0b4\ubcf4\ub0b4\uae30 \ud488\uc9c8\uc744 \ubbf8\uc138 \uc870\uc815\ud558\uc5ec \ud30c\uc77c \ud06c\uae30\uc640 \uc2dc\uac01\uc801 \uc120\uba85\ub3c4\uc758 \uade0\ud615\uc744 \ub9de\ucd9c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc778\uc1c4\uc6a9\uc740 \ub354 \ub192\uc740 \ud488\uc9c8\uc744, \uc6f9\uc6a9\uc740 \ub354 \ub0ae\uc740 \ud488\uc9c8\uc744 \uc120\ud0dd\ud558\uc5ec \ub85c\ub529 \uc2dc\uac04\uc744 \ucd5c\uc801\ud654\ud558\uc138\uc694.<\/p>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-why-us\">\r\n            <h2 class=\"imgcrop-section-title\">\uc65c JPG \ud06c\ub86d\ud37c\ub97c \uc120\ud0dd\ud574\uc57c \ud560\uae4c\uc694?<\/h2>\r\n            <div class=\"imgcrop-why-us-grid\">\r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>JPG \ud3ec\ub9f7 \uc804\ubb38\uc131<\/h3>\r\n                        <p>\uc800\ud76c \ub3c4\uad6c\ub294 JPG\/JPEG \uc774\ubbf8\uc9c0\uc5d0 \ud2b9\ubcc4\ud788 \ucd5c\uc801\ud654\ub418\uc5b4 \uc788\uc5b4 \uc0ac\uc9c4\uc758 \uc774\uc0c1\uc801\uc778 \uc555\ucd95\ub960\uacfc \ud488\uc9c8 \uade0\ud615\uc744 \ubcf4\uc7a5\ud569\ub2c8\ub2e4. JPG \uc555\ucd95 \uc54c\uace0\ub9ac\uc998\uc758 \ub258\uc559\uc2a4\ub97c \uc798 \uc774\ud574\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\ud488\uc9c8 \uc190\uc2e4 \uc5c6\uc74c<\/h3>\r\n                        <p>\ud3b8\uc9d1\ud560 \ub54c\ub9c8\ub2e4 \uc774\ubbf8\uc9c0 \ud488\uc9c8\uc774 \uc800\ud558\ub418\ub294 \ub9ce\uc740 JPG \ud3b8\uc9d1\uae30\uc640 \ub2ec\ub9ac, \ub2f9\uc0ac\uc758 \uc790\ub974\uae30 \ub3c4\uad6c\ub294 \uc120\ud0dd\ud55c \uc601\uc5ed\uc758 \uc6d0\ubcf8 \ud488\uc9c8\uc744 \uc720\uc9c0\ud558\uc5ec \uc555\ucd95 \uc190\uc2e4 \ubb38\uc81c\ub97c \ubc29\uc9c0\ud569\ub2c8\ub2e4.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\uba54\ud0c0\ub370\uc774\ud130 \ubcf4\uc874<\/h3>\r\n                        <p>\ud3b8\uc9d1 \ud6c4\uc5d0\ub3c4 \uce74\uba54\ub77c \uc124\uc815 \ubc0f \uc800\uc791\uad8c \uc815\ubcf4\uc640 \uac19\uc740 \uc911\uc694\ud55c \uc815\ubcf4\ub97c \uadf8\ub300\ub85c \uc720\uc9c0\ud558\uba74\uc11c \uc911\uc694\ud55c EXIF \uba54\ud0c0\ub370\uc774\ud130\ub294 \uac00\ub2a5\ud55c \ud55c JPG \ud30c\uc77c\uc5d0 \ubcf4\uc874\ud569\ub2c8\ub2e4.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\ucee4\uc2a4\ud140 JPG \ud504\ub9ac\uc14b<\/h3>\r\n                        <p>\uc790\uc8fc \uc0ac\uc6a9\ud558\ub294 \uc790\ub974\uae30 \uc124\uc815\uc744 \uc0ac\uc804 \uc124\uc815\uc73c\ub85c \uc27d\uac8c \uc800\uc7a5\ud558\uc5ec \uc77c\uad00\ub41c \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud3ec\ud2b8\ud3f4\ub9ac\uc624\uc5d0 \ud2b9\uc815 \uce58\uc218\uac00 \ud544\uc694\ud55c \uc0ac\uc9c4\uc791\uac00\ub098 \uade0\uc77c\ud55c \uc81c\ud488 \uc774\ubbf8\uc9c0\uac00 \ud544\uc694\ud55c \uc774\ucee4\uba38\uc2a4 \uad00\ub9ac\uc790\uc5d0\uac8c \uc774\uc0c1\uc801\uc785\ub2c8\ub2e4.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\uc9c1\uad00\uc801\uc778 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4<\/h3>\r\n                        <p>\uc774 \ub3c4\uad6c\ub294 \uac04\ub2e8\ud558\uace0 \uc9c1\uad00\uc801\uc778 \uc778\ud130\ud398\uc774\uc2a4\ub85c \ub204\uad6c\ub098 JPG \uc790\ub974\uae30\ub97c \uc27d\uac8c \uc774\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uba87 \ubc88\uc758 \ud074\ub9ad\ub9cc\uc73c\ub85c \uc5c5\ub85c\ub4dc, \uc790\ub974\uae30, \ub2e4\uc6b4\ub85c\ub4dc\uac00 \uac00\ub2a5\ud558\uae30 \ub54c\ubb38\uc5d0 \uc804\ubb38\uc801\uc778 \uae30\uc220\uc774 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-why-us-item\">\r\n                    <div class=\"imgcrop-why-us-icon\">\r\n                        <svg class=\"svg-icon-check\" data-no-translation=\"\"><use xlink:href=\"#icon-check-circle\"><\/use><\/svg>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-why-us-content\">\r\n                        <h3>\uc6cc\ud130\ub9c8\ud06c \ub610\ub294 \uc228\uaca8\uc9c4 \uc218\uc218\ub8cc \uc5c6\uc74c<\/h3>\r\n                        <p>\ub9ce\uc740 \uc628\ub77c\uc778 \uc774\ubbf8\uc9c0 \ud3b8\uc9d1\uae30\uc640 \ub2ec\ub9ac, \uc800\ud76c\ub294 \uc790\ub978 JPG\uc5d0 \uc6cc\ud130\ub9c8\ud06c\ub97c \ucd94\uac00\ud558\uc9c0 \uc54a\uc73c\uba70, \uc720\ub8cc \uae30\ub2a5 \ub4a4\uc5d0 \ud544\uc218 \uae30\ub2a5\uc744 \uc228\uae30\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc644\uc804\ud788 \ubb34\ub8cc\ub85c \uc804\ubb38\uac00 \uc218\uc900\uc758 \uacb0\uacfc\ubb3c\uc744 \uc5bb\uc73c\uc138\uc694.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section id=\"how-it-works\" class=\"imgcrop-how-it-works\">\r\n            <h2 class=\"imgcrop-section-title\">JPG \uc774\ubbf8\uc9c0 \uc790\ub974\uae30 \ubc29\ubc95<\/h2>\r\n            <div class=\"imgcrop-steps\">\r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">1<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">JPG \uc5c5\ub85c\ub4dc<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">JPG \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc \uc601\uc5ed\uc73c\ub85c \ub04c\uc5b4\ub2e4 \ub193\uac70\ub098 \ud074\ub9ad\ud558\uc5ec \ud30c\uc77c\uc744 \ucc3e\uc544\ubcf4\uc138\uc694. \ubaa8\ub4e0 JPG\/JPEG \ubcc0\ud615\uc744 \uc9c0\uc6d0\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">2<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">\uc790\ub974\uae30 \uc601\uc5ed<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\uc120\ud0dd \uc601\uc5ed\uc744 \uc870\uc815\ud558\uc5ec JPG\uc5d0\uc11c \uc720\uc9c0\ud558\ub824\ub294 \ubd80\ubd84\ub9cc \uc815\ud655\ud558\uac8c \uc790\ub985\ub2c8\ub2e4. \uc0ac\uc804 \uc124\uc815 \ube44\uc728\uc744 \uc0ac\uc6a9\ud558\uac70\ub098 \uc0ac\uc6a9\uc790 \uc9c0\uc815 \uce58\uc218\ub97c \uc124\uc815\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">3<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">JPG \ud488\uc9c8 \uc124\uc815<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\ud2b9\uc815 \uc694\uad6c \uc0ac\ud56d\uc5d0 \ub530\ub77c \ud30c\uc77c \ud06c\uae30\uc640 \uc774\ubbf8\uc9c0 \uc120\uba85\ub3c4\uc758 \uade0\ud615\uc744 \ub9de\ucd94\ub824\uba74 \uc120\ud638\ud558\ub294 JPG \ud488\uc9c8 \uc218\uc900\uc744 \uc120\ud0dd\ud558\uc138\uc694.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-step\">\r\n                    <div class=\"imgcrop-step-number\">4<\/div>\r\n                    <h3 class=\"imgcrop-step-title\">JPG \ub2e4\uc6b4\ub85c\ub4dc<\/h3>\r\n                    <p class=\"imgcrop-step-desc\">\uc6f9 \ub610\ub294 \uc778\uc1c4\uc6a9\uc73c\ub85c \ucd5c\uc801\ud654\ub41c \uc124\uc815\uc73c\ub85c \uc790\ub978 JPG \uc774\ubbf8\uc9c0\ub97c \uc7a5\uce58\uc5d0 \uc800\uc7a5\ud558\uc138\uc694.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-tips\">\r\n            <h2 class=\"imgcrop-section-title\">\uc804\ubb38\uac00\uc6a9 JPG \uc790\ub974\uae30 \ud301<\/h2>\r\n            <div class=\"imgcrop-tips-container\">\r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-magic\"><\/use><\/svg> JPG \ud488\uc9c8 \uade0\ud615<\/h3>\r\n                    <p>\uc6f9 \uc774\ubbf8\uc9c0\uc758 \uacbd\uc6b0 JPG \ud488\uc9c8 \uc124\uc815\uc778 75-85%\uac00 \ud30c\uc77c \ud06c\uae30\uc640 \uc2dc\uac01\uc801 \ud488\uc9c8 \uac04\uc5d0 \uac00\uc7a5 \uc88b\uc740 \uade0\ud615\uc744 \uc774\ub8e8\ub294 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub208\uc5d0 \ubcf4\uc774\ub294 \ucc28\uc774\ub97c \ucd5c\uc18c\ud654\ud558\uba74\uc11c \ud30c\uc77c \ud06c\uae30\ub97c 50-70%\uae4c\uc9c0 \uc904\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-crop\"><\/use><\/svg> \uc18c\uc15c \ubbf8\ub514\uc5b4 JPG \ud06c\uae30<\/h3>\r\n                    <p>\uc18c\uc15c \ud50c\ub7ab\ud3fc\uc5d0 \ucd5c\uc801\ud654\ub41c JPG \ud06c\uae30\ub97c \uc0ac\uc6a9\ud558\uc138\uc694: \uc778\uc2a4\ud0c0\uadf8\ub7a8 \ud504\ub85c\ud544(320x320px), \ud398\uc774\uc2a4\ubd81 \ucee4\ubc84(851x315px), \ud2b8\uc704\ud130 \ud5e4\ub354(1500x500px), \ub9c1\ud06c\ub4dc\uc778 \ubc30\ub108(1584x396px).<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-eye\"><\/use><\/svg> JPG\uc640 PNG \uc0ac\uc6a9\ub7c9 \ube44\uad50<\/h3>\r\n                    <p>\ub2e4\uc591\ud55c \uc0c9\uc0c1\uc774 \ud3ec\ud568\ub41c \uc0ac\uc9c4\uc774\ub098 \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0\uc758 \uacbd\uc6b0 JPG\ub97c \uc120\ud0dd\ud558\uc138\uc694. \ud14d\uc2a4\ud2b8, \ub85c\uace0 \ub610\ub294 \ud22c\uba85\ub3c4\uac00 \ud544\uc694\ud55c \uc774\ubbf8\uc9c0\uac00 \ud3ec\ud568\ub41c \uadf8\ub798\ud53d\uc758 \uacbd\uc6b0 PNG \ud615\uc2dd\uc744 \uc0ac\uc6a9\ud558\uba74 \ud488\uc9c8\uc774 \ud5a5\uc0c1\ub429\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-ruler\"><\/use><\/svg> JPG \uc7ac\uc800\uc7a5 \ucd5c\uc18c\ud654<\/h3>\r\n                    <p>JPG\ub97c \uc800\uc7a5\ud560 \ub54c\ub9c8\ub2e4 \ud654\uc9c8\uc774 \uc57d\uac04 \uc800\ud558\ub418\ub294 \uc555\ucd95 \uacfc\uc815\uc744 \uac70\uce69\ub2c8\ub2e4. \uac00\ub2a5\ud55c \ucd5c\uace0\uc758 \ud488\uc9c8\uc744 \uc720\uc9c0\ud558\ub824\uba74 \ud55c \uc138\uc158\uc5d0\uc11c \ubaa8\ub4e0 \ud3b8\uc9d1 \ub0b4\uc6a9\uc744 \uc790\ub974\uace0 \uc218\uc815\ud558\uc138\uc694.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-file-image\"><\/use><\/svg> JPG \ud30c\uc77c \ud06c\uae30 \uac10\uc18c<\/h3>\r\n                    <p>JPG \uc774\ubbf8\uc9c0\uc5d0\uc11c \ubd88\ud544\uc694\ud55c \ubd80\ubd84\uc744 \uc790\ub974\uba74 \uad6c\ub3c4\uac00 \uac1c\uc120\ub420 \ubfd0\ub9cc \uc544\ub2c8\ub77c \ud30c\uc77c \ud06c\uae30\uac00 \ud06c\uac8c \uc904\uc5b4\ub4e4\uc5b4 \uc6f9\uc0ac\uc774\ud2b8 \ub85c\ub529 \uc18d\ub3c4\uac00 \ube68\ub77c\uc9c0\uace0 \uc800\uc7a5 \uacf5\uac04\uc774 \uc808\uc57d\ub429\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-tip\">\r\n                    <h3><svg class=\"svg-icon-small\" data-no-translation=\"\"><use xlink:href=\"#icon-arrows-alt\"><\/use><\/svg> JPG \ubc30\uacbd \uc81c\uac70<\/h3>\r\n                    <p>\uc81c\ud488 \uc0ac\uc9c4\uc758 \uacbd\uc6b0 \ud53c\uc0ac\uccb4 \uc8fc\uc704\ub97c \ub2e8\ub2e8\ud788 \uc790\ub974\uba74 \uc0b0\ub9cc\ud55c \ubc30\uacbd\uc744 \uc81c\uac70\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub807\uac8c \ud558\uba74 \ub354 \uae54\ub054\ud558\uac8c \ubcf4\uc774\uace0 JPG\uac00 \uc6f9\uc0ac\uc774\ud2b8 \ub514\uc790\uc778\uacfc \ub354 \uc798 \uc5b4\uc6b8\ub9bd\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-faq\">\r\n            <h2 class=\"imgcrop-section-title\">JPG \uc790\ub974\uae30: \uc790\uc8fc \ubb3b\ub294 \uc9c8\ubb38<\/h2>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    JPG\ub97c \uc790\ub974\uba74 \uc774\ubbf8\uc9c0 \ud488\uc9c8\uc5d0 \uc601\ud5a5\uc744 \uc8fc\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uc5ec JPG\ub97c \uc790\ub974\uba74 \ub098\uba38\uc9c0 \ubd80\ubd84\uc758 \ud488\uc9c8\uc740 \uadf8\ub300\ub85c \uc720\uc9c0\ub429\ub2c8\ub2e4. \uadf8\ub7ec\ub098 \uc774\ubbf8\uc9c0\uc758 \uc77c\ubd80\ub97c \uc81c\uac70\ud558\uae30 \ub54c\ubb38\uc5d0 \ud574\uc0c1\ub3c4(\ucd1d \ud53d\uc140 \uc218)\ub294 \uc790\uc5f0\uc2a4\ub7fd\uac8c \ub0ae\uc544\uc9d1\ub2c8\ub2e4. \uc800\ud76c \ub3c4\uad6c\ub294 \uc800\ud488\uc9c8 JPG \uc790\ub974\uae30 \ub3c4\uad6c\uc5d0\uc11c \ubc1c\uc0dd\ud560 \uc218 \uc788\ub294 \ucd94\uac00 \uc555\ucd95 \uc544\ud2f0\ud329\ud2b8\ub97c \ucd94\uac00\ud558\uc9c0 \uc54a\uace0 \uc120\ud0dd\ud55c \uc601\uc5ed\uc758 \uc804\uccb4 \ud488\uc9c8\uc744 \uc720\uc9c0\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    JPG\uac00 \ub2e4\ub978 \uc0ac\uc9c4 \ud3ec\ub9f7\ubcf4\ub2e4 \ub098\uc740 \uc774\uc720\ub294 \ubb34\uc5c7\uc778\uac00\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>JPG(\ub610\ub294 JPEG)\ub294 \uc790\uc5f0\uc2a4\ub7ec\uc6b4 \uc774\ubbf8\uc9c0\uc5d0 \uc798 \uc5b4\uc6b8\ub9ac\ub294 \uc190\uc2e4 \uc555\ucd95\uc744 \uc0ac\uc6a9\ud558\uae30 \ub54c\ubb38\uc5d0 \uadf8\ub77c\ub370\uc774\uc158\uc774 \uc788\ub294 \uc0ac\uc9c4\uc774\ub098 \ubcf5\uc7a1\ud55c \uc774\ubbf8\uc9c0\uc5d0 \uc774\uc0c1\uc801\uc785\ub2c8\ub2e4. \uc774 \ud615\uc2dd\uc740 \uc0c1\ub300\uc801\uc73c\ub85c \uc791\uc740 \ud30c\uc77c \ud06c\uae30\ub97c \uc720\uc9c0\ud558\uba74\uc11c \uc218\ubc31\ub9cc \uac00\uc9c0 \uc0c9\uc0c1\uc744 \ud45c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. PNG \ub610\ub294 GIF\uc640 \ub2ec\ub9ac JPG\ub294 \uc0ac\uc9c4\uc744 \uc6d0\ubcf8 \ud06c\uae30\uc758 \uc77c\ubd80\ub85c \uc555\ucd95\ud558\uba74\uc11c\ub3c4 \uc721\uc548\uc73c\ub85c \ubcf4\uae30 \uc88b\uac8c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c JPG\ub294 \ud30c\uc77c \ud06c\uae30\uac00 \uc911\uc694\ud55c \uc6f9, \uc18c\uc15c \ubbf8\ub514\uc5b4, \uc774\uba54\uc77c \uacf5\uc720\uc5d0 \uc801\ud569\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    JPG\ub97c \ud2b9\uc815 \ud06c\uae30\ub85c \uc790\ub974\ub824\uba74 \uc5b4\ub5bb\uac8c \ud574\uc57c \ud558\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>JPG \uc790\ub974\uae30\ub97c \uc0ac\uc6a9\ud558\uba74 \uc815\ud655\ud55c \ud06c\uae30\ub85c \uc27d\uac8c \uc790\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uba3c\uc800 \uac00\ub85c \uc138\ub85c \ube44\uc728 \ub4dc\ub86d\ub2e4\uc6b4\uc5d0\uc11c '\uc0ac\uc6a9\uc790 \uc9c0\uc815 \ud06c\uae30' \uc635\uc158\uc744 \uc120\ud0dd\ud569\ub2c8\ub2e4. \uadf8\ub7f0 \ub2e4\uc74c \uc6d0\ud558\ub294 \ub108\ube44\uc640 \ub192\uc774\ub97c \ud53d\uc140 \ub2e8\uc704\ub85c \uc785\ub825\ud569\ub2c8\ub2e4(\uc608: Facebook \uacf5\uc720 \ub9c1\ud06c \uc774\ubbf8\uc9c0\uc758 \uacbd\uc6b0 1200x628). \uc790\ub974\uae30 \uc601\uc5ed\uc774 \uc774 \ube44\uc728\uc5d0 \ub9de\uac8c \uc790\ub3d9\uc73c\ub85c \uc870\uc815\ub429\ub2c8\ub2e4. \uadf8\ub7f0 \ub2e4\uc74c \uc774\ubbf8\uc9c0\uc5d0\uc11c \uc720\uc9c0\ud558\ub824\ub294 \ubd80\ubd84 \uc704\uc5d0 \uc774 \uc790\ub974\uae30 \uc601\uc5ed\uc744 \ubc30\uce58\ud558\uba74 \ub3c4\uad6c\uac00 \uc815\ud655\ud788 \ud574\ub2f9 \uce58\uc218\uc758 JPG\ub97c \uc0dd\uc131\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \uc5b4\ub5a4 JPG \ud488\uc9c8 \uc124\uc815\uc744 \uc0ac\uc6a9\ud574\uc57c \ud558\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\uc774\uc0c1\uc801\uc778 JPG \ud654\uc9c8 \uc124\uc815\uc740 \ud544\uc694\uc5d0 \ub530\ub77c \ub2e4\ub985\ub2c8\ub2e4. \uc6f9 \uc774\ubbf8\uc9c0\uc640 \uc18c\uc15c \ubbf8\ub514\uc5b4\uc758 \uacbd\uc6b0 \uc77c\ubc18\uc801\uc73c\ub85c 75-85%\uc758 \ud488\uc9c8 \uc124\uc815\uc774 \ud30c\uc77c \ud06c\uae30\uc640 \uc2dc\uac01\uc801 \ud488\uc9c8 \uac04\uc5d0 \uac00\uc7a5 \uc88b\uc740 \uade0\ud615\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc804\ubb38\uac00\uc6a9 \uc778\uc1c4\uc758 \uacbd\uc6b0 90-100%\ub97c \uc0ac\uc6a9\ud558\uc138\uc694. \uc774\uba54\uc77c \ucca8\ubd80 \ud30c\uc77c\uc774\ub098 \uc800\uc7a5 \uacf5\uac04\uc774 \uc81c\ud55c\ub418\uc5b4 \uc788\ub294 \uacbd\uc6b0\uc5d0\ub294 60-70%\ub85c \ucda9\ubd84\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud06c\ub86d\ub41c JPG\ub97c \ub2e4\uc6b4\ub85c\ub4dc\ud558\uae30 \uc804\uc5d0 \ub2e4\uc591\ud55c \ud488\uc9c8 \uc124\uc815\uc744 \ubbf8\ub9ac \ubcfc \uc218 \uc788\ub294 \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uba74 \ud6a8\uacfc\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \uc5ec\ub7ec \uac1c\uc758 JPG \ud30c\uc77c\uc744 \uc77c\uad04 \uc790\ub97c \uc218 \uc788\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\uc544\ub2c8\uc694, \ud604\uc7ac \uc800\ud76c \ub3c4\uad6c\ub294 \uc5ec\ub7ec \uac1c\uc758 JPG \uc774\ubbf8\uc9c0\uc5d0 \ub300\ud55c \uc77c\uad04 \ucc98\ub9ac\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uac01 JPG \ud30c\uc77c\uc744 \uac1c\ubcc4\uc801\uc73c\ub85c \uc790\ub974\ub824\uba74 \uac01 \uc774\ubbf8\uc9c0\ub97c \uc644\ubcbd\ud558\uac8c \uc790\ub974\ub294 \ub370 \ud544\uc694\ud55c \ud2b9\uc815 \uc8fc\uc758\ub97c \uae30\uc6b8\uc5ec\uc57c \ud569\ub2c8\ub2e4. \ud5a5\ud6c4 \uc5c5\ub370\uc774\ud2b8\uc5d0\uc11c \uc77c\uad04 \ucc98\ub9ac \uae30\ub2a5\uc744 \ucd94\uac00\ud558\ub294 \uac83\uc744 \uace0\ub824\ud558\uace0 \uc788\uc9c0\ub9cc \uc9c0\uae08\uc740 \uac01 \uc774\ubbf8\uc9c0\ub97c \uac1c\ubcc4\uc801\uc73c\ub85c \ucc98\ub9ac\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \uc790\ub97c \uc218 \uc788\ub294 JPG\uc758 \ud30c\uc77c \ud06c\uae30 \uc81c\ud55c\uc774 \uc788\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>JPG \ud06c\ub86d\uc740 \ucd5c\ub300 50MB \ud06c\uae30\uc758 \ud30c\uc77c\uc744 \ucc98\ub9ac\ud560 \uc218 \uc788\uc73c\uba70, \ub300\ubd80\ubd84\uc758 \ub514\uc9c0\ud138 \uce74\uba54\ub77c \ubc0f \uc2a4\ub9c8\ud2b8\ud3f0 \uc0ac\uc9c4\uc744 \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc804\ubb38\uac00\uc6a9 \uce74\uba54\ub77c\ub85c \ucd2c\uc601\ud55c \ub9e4\uc6b0 \ud070 JPG \ud30c\uc77c\uc758 \uacbd\uc6b0, \uc138\ubd80\uc801\uc778 \uc790\ub974\uae30 \uc804\uc5d0 \uba3c\uc800 \ud30c\uc77c \ud06c\uae30\ub97c \uc870\uc815\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \ubaa8\ub4e0 \ucc98\ub9ac\ub294 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uc774\ub8e8\uc5b4\uc9c0\ubbc0\ub85c \uc2e4\uc81c \ud55c\uacc4\ub294 \ub514\ubc14\uc774\uc2a4\uc758 \uba54\ubaa8\ub9ac\uc640 \ucc98\ub9ac \ub2a5\ub825\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    JPG \uc555\ucd95\uc740 \uc790\ub978 \uc774\ubbf8\uc9c0\uc5d0 \uc5b4\ub5a4 \uc601\ud5a5\uc744 \ubbf8\uce58\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>JPG\ub294 \uc774\ubbf8\uc9c0\ub97c \uc791\uc740 \ube14\ub85d\uc73c\ub85c \ub098\ub204\uace0 \uac01 \ube14\ub85d \ub0b4\uc758 \uc0c9\uc0c1 \uc815\ubcf4\ub97c \ub2e8\uc21c\ud654\ud558\ub294 \ubc29\uc2dd\uc73c\ub85c \uc791\ub3d9\ud558\ub294 \uc190\uc2e4 \uc555\ucd95 \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. JPG\ub97c \uc790\ub978 \ud6c4 \ub2e4\uc2dc \uc800\uc7a5\ud558\uba74 \uc774\ub7ec\ud55c \ube14\ub85d\uc774 \uc7ac\ucc98\ub9ac\ub418\uc5b4 \uc0c8\ub85c\uc6b4 \uc555\ucd95 \uc544\ud2f0\ud329\ud2b8\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc800\ud76c \ub3c4\uad6c\ub294 \uc790\ub978 \uc601\uc5ed\uc758 \ub514\ud14c\uc77c\uc744 \ubcf4\uc874\ud558\ub294 \uace0\ud488\uc9c8 \ucc98\ub9ac \uc54c\uace0\ub9ac\uc998\uc744 \uc0ac\uc6a9\ud574 \uc774 \ubb38\uc81c\ub97c \ucd5c\uc18c\ud654\ud569\ub2c8\ub2e4. \uc911\uc694\ud55c \uc791\uc5c5\uc758 \uacbd\uc6b0 \uc555\ucd95 \uc544\ud2f0\ud329\ud2b8\ub97c \ucd5c\uc18c\ud654\ud558\ub294 \uace0\ud488\uc9c8 \uc124\uc815\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-faq-item\">\r\n                <div class=\"imgcrop-faq-question\">\r\n                    \ubaa8\ubc14\uc77c \ub514\ubc14\uc774\uc2a4\uc5d0\uc11c JPG\ub97c \uc790\ub97c \uc218 \uc788\ub098\uc694?\r\n                    <svg class=\"svg-icon-chevron\" data-no-translation=\"\"><use xlink:href=\"#icon-chevron-down\"><\/use><\/svg>\r\n                <\/div>\r\n                <div class=\"imgcrop-faq-answer\">\r\n                    <p>\ubb3c\ub860\uc774\uc8e0! JPG \uc790\ub974\uae30\ub294 \uc2a4\ub9c8\ud2b8\ud3f0\uacfc \ud0dc\ube14\ub9bf\uc5d0\uc11c \uc644\ubcbd\ud558\uac8c \ubc18\uc751\ud558\uba70 \uc791\ub3d9\ud569\ub2c8\ub2e4. \ud130\uce58 \uc778\ud130\ud398\uc774\uc2a4\ub294 \ubaa8\ubc14\uc77c \uc0ac\uc6a9\uc5d0 \ucd5c\uc801\ud654\ub418\uc5b4 \uc788\uc5b4 \uc5b4\ub5a4 \uae30\uae30\uc5d0\uc11c\ub4e0 \ud540\uce58 \uc90c, \ub4dc\ub798\uadf8\ud558\uc5ec \uc704\uce58 \uc9c0\uc815, JPG \uc774\ubbf8\uc9c0\uc758 \uc815\ubc00\ud55c \uc790\ub974\uae30\ub97c \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub530\ub77c\uc11c \ud734\ub300\ud3f0\uc73c\ub85c \ucd2c\uc601\ud55c \uc0ac\uc9c4\uc744 \uc18c\uc15c \ubbf8\ub514\uc5b4\uc5d0 \uacf5\uc720\ud558\uac70\ub098 \uba54\uc2dc\uc9c0 \uc571\uc744 \ud1b5\ud574 \uc804\uc1a1\ud558\uae30 \uc804\uc5d0 \ube60\ub974\uac8c \ud3b8\uc9d1\ud558\ub294 \ub370 \uc801\ud569\ud569\ub2c8\ub2e4.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-testimonials\">\r\n            <h2 class=\"imgcrop-section-title\">JPG \ud06c\ub86d\ud37c\uc5d0 \ub300\ud55c \uc0ac\uc6a9\uc790 \uc758\uacac<\/h2>\r\n            \r\n            <div class=\"imgcrop-testimonials-grid\">\r\n                <div class=\"imgcrop-testimonial\">\r\n                    <p class=\"imgcrop-testimonial-text\">\uc800\ub294 \uc5ec\ub7ec \uace0\uac1d\uc758 \uc18c\uc15c \ubbf8\ub514\uc5b4\ub97c \uad00\ub9ac\ud558\uba70 \ub9e4\uc77c \uc218\uc2ed \uac1c\uc758 JPG \uc774\ubbf8\uc9c0\ub97c \ud06c\ub86d\ud574\uc57c \ud569\ub2c8\ub2e4. \uc774 \ub3c4\uad6c\ub294 \uc0ac\uc6a9\ud558\uae30 \uc26c\uc6b4 \uc778\ud130\ud398\uc774\uc2a4\uc640 \uc0ac\uc804 \uc124\uc815\ub41c \uc18c\uc15c \ubbf8\ub514\uc5b4 \ud06c\uae30 \ub355\ubd84\uc5d0 \uc218\ub9ce\uc740 \uc2dc\uac04\uc744 \uc808\uc57d\ud560 \uc218 \uc788\uc5c8\uc2b5\ub2c8\ub2e4. JPG \ud488\uc9c8\uc740 \uc790\ub978 \ud6c4\uc5d0\ub3c4 \ub9e4\uc6b0 \ub6f0\uc5b4\ub0a9\ub2c8\ub2e4.<\/p>\r\n                    <div class=\"imgcrop-testimonial-author\">\r\n                        <svg class=\"svg-avatar\" viewbox=\"0 0 100 100\" data-no-translation=\"\">\r\n                            <circle cx=\"50\" cy=\"40\" r=\"30\" fill=\"#FF8A80\"\/>\r\n                            <circle cx=\"50\" cy=\"100\" r=\"50\" fill=\"#FF8A80\"\/>\r\n                            <circle cx=\"50\" cy=\"35\" r=\"12\" fill=\"#fff\"\/>\r\n                            <circle cx=\"40\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <circle cx=\"60\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <path d=\"M40 45 Q50 55 60 45\" stroke=\"#333\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <div>\r\n                            <div class=\"imgcrop-testimonial-name\">\uc81c\ub2c8\ud37c \uc70c\uc2a8<\/div>\r\n                            <div class=\"imgcrop-testimonial-title\">\ub514\uc9c0\ud138 \ub9c8\ucf00\ud305 \uc804\ubb38\uac00<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-testimonial\">\r\n                    <p class=\"imgcrop-testimonial-text\">\uc804\ubb38 \uc0ac\uc9c4\uc791\uac00\ub85c\uc11c \uc800\ub294 JPG \ud654\uc9c8\uc744 \ub9e4\uc6b0 \uc911\uc694\ud558\uac8c \uc0dd\uac01\ud569\ub2c8\ub2e4. \uc774 \uc790\ub974\uae30\ub294 \uc0ac\uc9c4\uc758 \ubb34\uacb0\uc131\uc744 \uc720\uc9c0\ud558\uba74\uc11c \uc815\ubc00\ud558\uac8c \uc870\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 EXIF \uba54\ud0c0\ub370\uc774\ud130\ub97c \ubcf4\uc874\ud55c\ub2e4\ub294 \uc810\uc774 \ub9c8\uc74c\uc5d0 \ub4ed\ub2c8\ub2e4.<\/p>\r\n                    <div class=\"imgcrop-testimonial-author\">\r\n                        <svg class=\"svg-avatar\" viewbox=\"0 0 100 100\" data-no-translation=\"\">\r\n                            <circle cx=\"50\" cy=\"40\" r=\"30\" fill=\"#64B5F6\"\/>\r\n                            <circle cx=\"50\" cy=\"100\" r=\"50\" fill=\"#64B5F6\"\/>\r\n                            <circle cx=\"50\" cy=\"35\" r=\"12\" fill=\"#fff\"\/>\r\n                            <circle cx=\"40\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <circle cx=\"60\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <path d=\"M40 43 Q50 50 60 43\" stroke=\"#333\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <div>\r\n                            <div class=\"imgcrop-testimonial-name\">\ub370\uc774\ube44\ub4dc \uccb8<\/div>\r\n                            <div class=\"imgcrop-testimonial-title\">\uc804\ubb38 \uc0ac\uc9c4\uc791\uac00<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"imgcrop-testimonial\">\r\n                    <p class=\"imgcrop-testimonial-text\">\uc800\ub294 \uc218\ubc31 \uac1c\uc758 \uc81c\ud488 \uc774\ubbf8\uc9c0\uac00 \uc788\ub294 \uc774\ucee4\uba38\uc2a4 \uc2a4\ud1a0\uc5b4\ub97c \uc6b4\uc601\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud488\uc9c8 \uc800\ud558 \uc5c6\uc774 JPG\ub97c \ube60\ub974\uac8c \uc790\ub974\uace0 \ucd5c\uc801\ud654\ud560 \uc218 \uc788\uc5b4 \uc0ac\uc774\ud2b8\uc758 \ub85c\ub529 \uc18d\ub3c4\uac00 \ud06c\uac8c \ud5a5\uc0c1\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc81c\ud488 \uc774\ubbf8\uc9c0 \ud06c\uae30\ub97c \uc77c\uad00\ub418\uac8c \uc720\uc9c0\ud560 \uc218 \uc788\ub294 \uae30\ub2a5\uc740 \ub9e4\uc6b0 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\r\n                    <div class=\"imgcrop-testimonial-author\">\r\n                        <svg class=\"svg-avatar\" viewbox=\"0 0 100 100\" data-no-translation=\"\">\r\n                            <circle cx=\"50\" cy=\"40\" r=\"30\" fill=\"#81C784\"\/>\r\n                            <circle cx=\"50\" cy=\"100\" r=\"50\" fill=\"#81C784\"\/>\r\n                            <circle cx=\"50\" cy=\"35\" r=\"12\" fill=\"#fff\"\/>\r\n                            <circle cx=\"40\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <circle cx=\"60\" cy=\"32\" r=\"3\" fill=\"#333\"\/>\r\n                            <path d=\"M40 45 Q50 55 60 45\" stroke=\"#333\" stroke-width=\"2\" fill=\"none\"\/>\r\n                        <\/svg>\r\n                        <div>\r\n                            <div class=\"imgcrop-testimonial-name\">\ub808\ubca0\uce74 \ud1b0\uc2a8<\/div>\r\n                            <div class=\"imgcrop-testimonial-title\">\uc804\uc790\uc0c1\uac70\ub798 \uc2a4\ud1a0\uc5b4 \uc18c\uc720\uc790<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-case-studies\">\r\n            <h2 class=\"imgcrop-section-title\">JPG \uc790\ub974\uae30 \uc0ac\uc6a9 \uc0ac\ub840<\/h2>\r\n            \r\n            <div class=\"imgcrop-case-study\">\r\n                <div class=\"imgcrop-case-study-content\">\r\n                    <div class=\"imgcrop-case-study-image-container\">\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">\uc624\ub9ac\uc9c0\ub110 JPG<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1507003211169-0a1dd7228f2d.webp\" alt=\"LinkedIn \ud504\ub85c\ud544 \uc0ac\uc9c4 \uc6d0\ubcf8\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">\ud06c\ub86d JPG<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1507003211169-0a1dd7228f2d.webp\" alt=\"LinkedIn \ud504\ub85c\ud544 \uc0ac\uc9c4 \uc798\ub9bc\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-case-study-info\">\r\n                        <h3 class=\"imgcrop-case-study-category\">\uc804\ubb38\uac00 \ub124\ud2b8\uc6cc\ud0b9<\/h3>\r\n                        <h2 class=\"imgcrop-case-study-title\">LinkedIn \ud504\ub85c\ud544 \uc0ac\uc9c4<\/h2>\r\n                        <p class=\"imgcrop-case-study-desc\">LinkedIn\uc6a9 \uc804\ubb38 \ud5e4\ub4dc\uc0f7\uc740 \uc138\ub828\ub41c \uc678\uad00\uc744 \uc720\uc9c0\ud558\uae30 \uc704\ud574 \uc2e0\uc911\ud55c \uc790\ub974\uae30\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \uc774\uc0c1\uc801\uc778 JPG\ub294 \uc5bc\uad74\uacfc \uc5b4\uae68\uc5d0 \ucd08\uc810\uc744 \ub9de\ucd94\ub3c4\ub85d \uc798\ub77c\ub0b4\uc57c \ud558\uba70, \uc6d0\ud615 \uc378\ub124\uc77c\uacfc \ub354 \ud070 \ud504\ub85c\ud544 \ubcf4\uae30 \ubaa8\ub450\uc5d0\uc11c \uc798 \ubcf4\uc774\ub3c4\ub85d \uc801\uc808\ud55c \uc704\uce58\uc5d0 \ubc30\uce58\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\r\n                        <div class=\"imgcrop-case-study-stats\">\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">400x400px<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\ucd5c\uc801\uc758 \ud06c\uae30<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">1:1<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\ud654\uba74 \ube44\uc728<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">85%<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">JPG \ud488\uc9c8<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"imgcrop-case-study\">\r\n                <div class=\"imgcrop-case-study-content\">\r\n                    <div class=\"imgcrop-case-study-image-container\">\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">\uc624\ub9ac\uc9c0\ub110 JPG<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1506905925346-21bda4d32df4.webp\" alt=\"\uc6f9\uc0ac\uc774\ud2b8 \ud5e4\ub354 \uc0ac\uc9c4 \uc6d0\ubcf8\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                        <div class=\"imgcrop-case-study-image-box\">\r\n                            <div class=\"imgcrop-case-study-image-label\">\ud06c\ub86d JPG<\/div>\r\n                            <img decoding=\"async\" src=\"\/wp-content\/plugins\/crop-image\/custom-templates\/photo-1506905925346-21bda4d32df4.webp\" alt=\"\uc6f9\uc0ac\uc774\ud2b8 \ud5e4\ub354 \uc0ac\uc9c4 \uc798\ub9bc\" class=\"imgcrop-case-study-image\">\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"imgcrop-case-study-info\">\r\n                        <h3 class=\"imgcrop-case-study-category\">\uc6f9 \ub514\uc790\uc778<\/h3>\r\n                        <h2 class=\"imgcrop-case-study-title\">\uc6f9\uc0ac\uc774\ud2b8 \ud5e4\ub354 \uc774\ubbf8\uc9c0<\/h2>\r\n                        <p class=\"imgcrop-case-study-desc\">\uc6f9\uc0ac\uc774\ud2b8 \ud5e4\ub354\uc5d0\ub294 \ub2e4\uc591\ud55c \uae30\uae30 \ud06c\uae30\uc5d0\uc11c \uc798 \ud45c\uc2dc\ub418\ub3c4\ub85d \ud2b9\ubcc4\ud788 \uc798\ub77c\ub0b8 JPG \uc774\ubbf8\uc9c0\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. \ubb38\uc81c\ub294 \ud734\ub300\ud3f0\uc5d0\uc11c \uc640\uc774\ub4dc\uc2a4\ud06c\ub9b0 \ubaa8\ub2c8\ud130\uc5d0 \uc774\ub974\uae30\uae4c\uc9c0 \ubaa8\ub4e0 \uae30\uae30\uc5d0\uc11c \uc774\ubbf8\uc9c0\ub97c \ubcfc \ub54c \uc2dc\uac01\uc801 \ud6a8\uacfc\ub97c \uc720\uc9c0\ud558\ub294 \uac83\uc785\ub2c8\ub2e4.<\/p>\r\n                        <div class=\"imgcrop-case-study-stats\">\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">1920x600px<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\ucd5c\uc801\uc758 \ud06c\uae30<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">16:5<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">\ud654\uba74 \ube44\uc728<\/div>\r\n                            <\/div>\r\n                            <div class=\"imgcrop-case-study-stat\">\r\n                                <div class=\"imgcrop-case-study-stat-value\">75%<\/div>\r\n                                <div class=\"imgcrop-case-study-stat-label\">JPG \ud488\uc9c8<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \r\n        <section class=\"imgcrop-call-to-action\">\r\n            <h2 class=\"imgcrop-cta-title\">JPG \uc774\ubbf8\uc9c0\ub97c \uc790\ub97c \uc900\ube44\uac00 \ub418\uc168\ub098\uc694?<\/h2>\r\n            <p class=\"imgcrop-cta-subtitle\">\ubb34\ub8cc JPG \uc790\ub974\uae30 \ub3c4\uad6c\ub97c \uc2e0\ub8b0\ud558\ub294 \uc218\ucc9c \uba85\uc758 \uc0ac\uc9c4\uc791\uac00, \ub514\uc790\uc774\ub108, \ub9c8\ucf00\ud305 \uc804\ubb38\uac00\uc640 \ud568\uaed8 \uc5b8\uc81c\ub098 \uc644\ubcbd\ud55c \uacb0\uacfc\ubb3c\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694.<\/p>\r\n            <a href=\"#\" class=\"imgcrop-btn\">\uc9c0\uae08 JPG \uc790\ub974\uae30<\/a>\r\n        <\/section>\r\n    <\/div>\r\n    \r\n    <script>\r\n        \/\/ FAQ toggle with SVG icon rotation\r\n        document.querySelectorAll('.imgcrop-faq-question').forEach(question => {\r\n            question.addEventListener('click', () => {\r\n                const item = question.parentNode;\r\n                item.classList.toggle('active');\r\n            });\r\n        });\r\n    <\/script><\/div>\n            \n            <!-- Cropper Section (Hidden initially) -->\n            <div class=\"crop-image-cropper-section\" style=\"display: none;\">\n                <div class=\"crop-image-two-column\">\n                    <!-- Left Column - Image Preview -->\n                    <div class=\"crop-image-left-column\">\n                        <div class=\"crop-image-cropper-container\">\n                            <img decoding=\"async\" class=\"crop-image-preview\" src=\"\" alt=\"\uc774\ubbf8\uc9c0 \ubbf8\ub9ac\ubcf4\uae30\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Right Column - Controls -->\n                    <div class=\"crop-image-right-column\">\n                        <div class=\"crop-image-toolbar\">\n                            <div class=\"crop-image-toolbar-item crop-image-aspect-ratio\">\n                                <label>\ud654\uba74 \ube44\uc728<\/label>\n                                <select class=\"crop-image-ratio-select\">\n                                    <option value=\"1:1\" >\uc815\uc0ac\uac01\ud615(1:1)<\/option>\n                                    <option value=\"4:3\" >\ud45c\uc900(4:3)<\/option>\n                                    <option value=\"16:9\" >\uc640\uc774\ub4dc\uc2a4\ud06c\ub9b0(16:9)<\/option>\n                                    <option value=\"free\"  selected='selected'>\uc0ac\uc6a9\uc790 \uc9c0\uc815 \ud06c\uae30<\/option>\n                                <\/select>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-shape\">\n                                <label>\ubaa8\uc591<\/label>\n                                <div class=\"crop-image-shape-options\">\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"rectangle\"  checked='checked'>\n                                        <span>\uc9c1\uc0ac\uac01\ud615<\/span>\n                                    <\/label>\n                                    <label class=\"crop-image-shape-option\">\n                                        <input type=\"radio\" name=\"crop-image-shape\" value=\"circle\" >\n                                        <span>\uc11c\ud074<\/span>\n                                    <\/label>\n                                <\/div>\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-zoom\">\n                                <label>Zoom<\/label>\n                                <input type=\"range\" class=\"crop-image-zoom-range\" min=\"0.1\" max=\"2\" step=\"0.1\" value=\"1\">\n                            <\/div>\n                            <div class=\"crop-image-toolbar-item crop-image-rotate\">\n                                <label>\ud68c\uc804<\/label>\n                                <div class=\"crop-image-rotate-buttons\">\n                                    <button type=\"button\" class=\"crop-image-rotate-left\" title=\"\uc67c\ucabd\uc73c\ub85c \ud68c\uc804\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-no-translation=\"\">\n                                            <polyline points=\"9 14 4 9 9 4\"><\/polyline>\n                                            <path d=\"M20 20v-7a4 4 0 0 0-4-4H4\"><\/path>\n                                        <\/svg>\n                                    <\/button>\n                                    <button type=\"button\" class=\"crop-image-rotate-right\" title=\"\uc624\ub978\ucabd\uc73c\ub85c \ud68c\uc804\">\n                                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" data-no-translation=\"\">\n                                            <polyline points=\"15 4 20 9 15 14\"><\/polyline>\n                                            <path d=\"M4 20v-7a4 4 0 0 1 4-4h12\"><\/path>\n                                        <\/svg>\n                                    <\/button>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        \n                        <!-- Control Buttons -->\n                        <div class=\"crop-image-control-buttons\">\n                            <button type=\"button\" class=\"crop-image-crop-btn\">\uc774\ubbf8\uc9c0 \uc790\ub974\uae30<\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ad Container for Cropper Page - Moved after content -->\n                <div class=\"crop-image-ad-container crop-image-ad-cropper\">\n                    <div class='code-block code-block-3' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8069529413860845\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- 1000-100 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:1000px;height:100px\"\n     data-ad-client=\"ca-pub-8069529413860845\"\n     data-ad-slot=\"9855343712\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Result Section (Hidden initially) -->\n            <div class=\"crop-image-result-section\" style=\"display: none;\">\n                <div class=\"crop-image-two-column\">\n                    <!-- Left Column - Result Image -->\n                    <div class=\"crop-image-left-column\">\n                        <div class=\"crop-image-result-container\">\n                            <img decoding=\"async\" class=\"crop-image-result\" src=\"\" alt=\"\uc798\ub9b0 \uc774\ubbf8\uc9c0\">\n                        <\/div>\n                    <\/div>\n                    \n                    <!-- Right Column - Download -->\n                    <div class=\"crop-image-right-column\">\n                        <div class=\"crop-image-download-info\">\n                            <h4>\uc774\ubbf8\uc9c0 \uc900\ube44<\/h4>\n                            <p>\ub2e4\uc6b4\ub85c\ub4dc\ud558\uac70\ub098 \ub2e4\uc2dc \ud3b8\uc9d1\ud558\uc138\uc694.<\/p>\n                            \n                            <!-- Result Section Buttons -->\n                            <div class=\"crop-image-control-buttons\">\n                                <button type=\"button\" class=\"crop-image-back-btn\">\ub4a4\ub85c<\/button>\n                                <button type=\"button\" class=\"crop-image-download-btn\">\ub2e4\uc6b4\ub85c\ub4dc<\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                \n                <!-- Ad Container for Result Page - Moved after content -->\n                <div class=\"crop-image-ad-container crop-image-ad-result\">\n                    <div class='code-block code-block-3' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8069529413860845\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- 1000-100 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:1000px;height:100px\"\n     data-ad-client=\"ca-pub-8069529413860845\"\n     data-ad-slot=\"9855343712\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n    <!-- Loading Overlay -->\n    <div class=\"crop-image-loading\" style=\"display: none;\">\n        <div class=\"crop-image-spinner\"><\/div>\n        <p class=\"crop-image-loading-text\">\ucc98\ub9ac \uc911...<\/p>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-2405","page","type-page","status-publish","hentry"],"rankMath":{"parentDomain":"ocr365.com","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":false,"featuredImageNotice":"\ucd94\ucc9c \uc774\ubbf8\uc9c0\ub294 Facebook \ubc0f \uae30\ud0c0 \uc18c\uc15c \ubbf8\ub514\uc5b4 \uc0ac\uc774\ud2b8\uc5d0\uc11c \uc120\ud0dd\ud560 \uc218 \uc788\ub3c4\ub85d \ucd5c\uc18c 200 x 200\ud53d\uc140\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"crop-jpg","permalinkFormat":"https:\/\/ocr365.com\/ko\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/ocr365.com\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":false,"serpData":{"title":"Crop JPG -  Circle Crop - Free Online Tool","description":"\uc774 \ubb34\ub8cc \uc628\ub77c\uc778 \uc6d0\ud615 \uc790\ub974\uae30 \uc774\ubbf8\uc9c0 \uc790\ub974\uae30 \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud558\uc5ec JPG \uc774\ubbf8\uc9c0\ub97c \uc27d\uac8c \uc790\ub97c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ubbf8\uc9c0\ub97c \uc5c5\ub85c\ub4dc\ud558\uace0 \ub85c\uadf8\uc778\ud560 \ud544\uc694 \uc5c6\uc774 \uc989\uc2dc \uc790\ub974\uc138\uc694.","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"\uc0ac\uc6a9\uc790\uba85","primaryTerm":0,"authorName":"admin","titleTemplate":"%title% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":[],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":false,"hasBreadcrumb":false},"homeUrl":"https:\/\/ocr365.com\/ko","objectID":2405,"objectType":"post","locale":"ko","localeFull":"ko_KR","overlayImages":{"play":{"name":"\uc7ac\uc0dd \uc544\uc774\ucf58","url":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/var\/www\/vhosts\/ocr365.com\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"GIF \uc544\uc774\ucf58","url":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/var\/www\/vhosts\/ocr365.com\/httpdocs\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/ocr365.com\/wp-content\/uploads\/2025\/01\/LOGO8.png","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Focr365.com%2Fko&r=https%3A%2F%2Focr365.com%2Fko%2Fwp-json%2Fwp%2Fv2%2Fpages%2F2405%3Fnonce%3D51cad79f05","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/ocr365.com\/wp-content\/uploads\/2025\/01\/cropped-512-32x32.png","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"showKeywordIntent":true,"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"\uc5c5\uadf8\ub808\uc774\ub4dc","trendsPreviewImage":"https:\/\/ocr365.com\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":[],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":false,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/pages\/2405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/comments?post=2405"}],"version-history":[{"count":4,"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/pages\/2405\/revisions"}],"predecessor-version":[{"id":2417,"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/pages\/2405\/revisions\/2417"}],"wp:attachment":[{"href":"https:\/\/ocr365.com\/ko\/wp-json\/wp\/v2\/media?parent=2405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}