{"id":17088,"date":"2026-06-12T02:38:03","date_gmt":"2026-06-12T02:38:03","guid":{"rendered":"https:\/\/www.dgcrane.com\/?p=17088"},"modified":"2026-06-15T05:46:38","modified_gmt":"2026-06-15T05:46:38","slug":"crane-sheave-minimum-diameter-calculator","status":"publish","type":"post","link":"https:\/\/www.dgcrane.com\/ko\/crane-sheave-minimum-diameter-calculator\/","title":{"rendered":"\ud06c\ub808\uc778 \ub3c4\ub974\ub798 \ucd5c\uc18c \uc9c1\uacbd \uacc4\uc0b0\uae30"},"content":{"rendered":"<div id=\"calculator\">\n    <style>\n        #calculator {\n            --primary-color: #0a3487;\n            --primary-hover: #F58423;\n            --error-color: #e53935;\n            --bg-color: #EAEEF7;\n            --text-color: #4a4a4a;\n            max-width: 545px;\n            padding: 30px;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            font-family: Arial, sans-serif;\n            box-sizing: border-box;\n        }\n\n        #calculator .calc-title {\n            font-size: 18px;\n            margin: 0 0 20px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n\n        #calculator .calc-row {\n            margin-bottom: 18px;\n        }\n\n        #calculator label {\n            display: block;\n            font-size: 14px;\n            margin-bottom: 6px;\n        }\n\n        #calculator input,\n        #calculator select {\n            width: 100%;\n            height: 36px;\n            padding: 0 10px;\n            border: 1px solid #ccc;\n            border-radius: 0;\n            font-size: 16px;\n            box-sizing: border-box;\n            transition: border 0.2s ease;\n            background: #fff;\n        }\n\n        #calculator input:focus,\n        #calculator select:focus {\n            outline: none;\n            border: 2px solid var(--primary-color);\n        }\n\n        #calculator .input-error {\n            border: 2px solid var(--error-color) !important;\n        }\n\n        #calculator .error-msg {\n            display: none;\n            font-size: 12px;\n            color: var(--error-color);\n            margin-top: 4px;\n        }\n\n        #calculator .error-msg.show {\n            display: block;\n        }\n\n        #calculator .btn-group {\n            display: flex;\n            gap: 10px;\n            margin: 20px 0;\n        }\n\n        #calculator button {\n            flex: 1;\n            height: 34px;\n            line-height: 34px;\n            border: none;\n            border-radius: 0;\n            font-size: 14px;\n            cursor: pointer;\n            transition: background-color 0.2s ease;\n            background-color: var(--primary-color);\n            color: #fff;\n        }\n\n        #calculator button:hover {\n            background-color: var(--primary-hover);\n        }\n\n        #calculator .result-wrap {\n            margin-top: 20px;\n            padding: 12px;\n            border: 1px solid #ccc;\n            background: #fff;\n        }\n\n        #calculator .result-text {\n            font-size: 16px;\n            line-height: 26px;\n            min-height: 40px;\n        }\n\n        #calculator .result-group {\n            margin: 8px 0;\n            padding: 6px 0;\n            border-bottom: 1px dashed #eee;\n        }\n\n        #calculator .result-group:last-child {\n            border-bottom: none;\n        }\n\n        @media (max-width: 768px) {\n            #calculator input,\n            #calculator select {\n                height: 0.7rem;\n                font-size: 0.28rem;\n            }\n            #calculator label,\n            #calculator button,\n            #calculator .result-text {\n                font-size: 0.28rem;\n            }\n            #calculator .btn-group {\n                flex-direction: column;\n            }\n            #calculator button {\n                width: 100%;\n                height: 0.7rem;\n                line-height: 0.7rem;\n            }\n        }\n    <\/style>\n\n    <h3 class=\"calc-title\">\ud06c\ub808\uc778 \ub3c4\ub974\ub798 \ucd5c\uc18c \uc9c1\uacbd \uacc4\uc0b0\uae30<\/h3>\n\n    <!-- Crane Type -->\n    <div class=\"calc-row\">\n        <label for=\"calculator-craneType\">\ud06c\ub808\uc778 \uc720\ud615<\/label>\n        <select id=\"calculator-craneType\">\n            <option value=\"normal\">\uc624\ubc84\ud5e4\ub4dc \ud2b8\ub798\ube14\ub9c1 \ud06c\ub808\uc778<\/option>\n            <option value=\"normal\">\ud3ec\ud138 \ud06c\ub808\uc778 \ub610\ub294 \uc138\ubbf8 \ud3ec\ud138 \ud06c\ub808\uc778<\/option>\n            <option value=\"normal\">\ud3ec\ud138\ud615 \ub610\ub294 \uc138\ubbf8\ud3ec\ud138\ud615 \uad50\ub7c9 \ud06c\ub808\uc778<\/option>\n            <option value=\"normal\">\uce94\ud2f8\ub808\ubc84 \ud06c\ub808\uc778(\uae30\ub465\ud615, \ubd90\ud615, \ubcbd\ud615 \ub610\ub294 \ubcf4\ud589\ud615)<\/option>\n            <option value=\"mobile\">\uc774\ub3d9\uc2dd \ud06c\ub808\uc778<\/option>\n        <\/select>\n    <\/div>\n\n    <!-- Normal Crane Area -->\n    <div id=\"calculator-normalWrap\">\n        <div class=\"calc-row\">\n            <label for=\"calculator-normalDuty\">\uc784\ubb34 \ub4f1\uae09 (ISO 4301-1)<\/label>\n            <select id=\"calculator-normalDuty\">\n                <option value=\"M1\">\uc5e01<\/option>\n                <option value=\"M2\">\uc5e02<\/option>\n                <option value=\"M3\">\uc5e03<\/option>\n                <option value=\"M4\">M4<\/option>\n                <option value=\"M5\">\uc5e05<\/option>\n                <option value=\"M6\">M6<\/option>\n                <option value=\"M7\">M7<\/option>\n                <option value=\"M8\">\uc5e08<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"calc-row\">\n            <label for=\"calculator-normalType\">\ub3c4\ub974\ub798 \uce74\ud14c\uace0\ub9ac<\/label>\n            <select id=\"calculator-normalType\">\n                <option value=\"main\">\uc8fc \uc791\ub3d9 \ud480\ub9ac(h\u2082)<\/option>\n                <option value=\"balance\">\uade0\ud615 \ub3c4\ub974\ub798(h\u2083)<\/option>\n            <\/select>\n        <\/div>\n    <\/div>\n\n    <!-- Mobile Crane Area -->\n    <div id=\"calculator-mobileWrap\" style=\"display: none;\">\n        <div class=\"calc-row\">\n            <label for=\"calculator-mobileCat\">\ub3c4\ub974\ub798 \uce74\ud14c\uace0\ub9ac<\/label>\n            <select id=\"calculator-mobileCat\">\n                <option value=\"h2\">\uc8fc \uc791\ub3d9 \ud480\ub9ac(h\u2082)<\/option>\n                <option value=\"h3\">\uade0\ud615 \ub3c4\ub974\ub798(h\u2083)<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"calc-row\">\n            <label for=\"calculator-mobileSelect\">\uba54\ucee4\ub2c8\uc998 \uc720\ud615<\/label>\n            <select id=\"calculator-mobileSelect\">\n                <option value=\"lift\">\ub9ac\ud504\ud305 \uba54\ucee4\ub2c8\uc998<\/option>\n                <option value=\"jib\">\uc9c0\ube0c\/\ub7ec\ud551 \uba54\ucee4\ub2c8\uc998<\/option>\n                <option value=\"telescope\">\ub9dd\uc6d0\uacbd \uba54\ucee4\ub2c8\uc998<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"calc-row\">\n            <label for=\"calculator-ropeType\">\ub85c\ud504 \ud0c0\uc785<\/label>\n            <select id=\"calculator-ropeType\">\n                <option value=\"std\">\ud45c\uc900 \ub85c\ud504<\/option>\n                <option value=\"anti\">\ud68c\uc804 \ubc29\uc9c0 \ub85c\ud504<\/option>\n            <\/select>\n        <\/div>\n    <\/div>\n\n    <!-- Rope Strand Coefficient t -->\n    <div class=\"calc-row\">\n        <label for=\"calculator-ropeT\">\ub85c\ud504 \uac00\ub2e5 \uacc4\uc218(t)<\/label>\n        <select id=\"calculator-ropeT\">\n            <option value=\"1.25\">3\uac00\ub2e5 (t=1.25)<\/option>\n            <option value=\"1.15\">4~5\uac00\ub2e5 (t=1.15)<\/option>\n            <option value=\"1.00\">6~10\uac00\ub2e5 (t=1.00)<\/option>\n            <option value=\"0.95\">8~10\uac00\ub2e5 \ud50c\ub77c\uc2a4\ud2f1 \ucda9\uc804(t=0.95)<\/option>\n            <option value=\"1.00\">10\uac00\ub2e5 \uc774\uc0c1 \ud68c\uc804 \uc800\ud56d\uc131(t=1.00)<\/option>\n        <\/select>\n    <\/div>\n\n    <!-- Wire Rope Diameter d -->\n    <div class=\"calc-row\">\n        <label for=\"calculator-ropeD\">\uc640\uc774\uc5b4 \ub85c\ud504 \uc9c1\uacbd d (mm)<\/label>\n        <input type=\"number\" id=\"calculator-ropeD\" placeholder=\"\uc9c1\uacbd\uc744 \uc785\ub825\ud558\uc138\uc694\">\n        <div class=\"error-msg\" id=\"calculator-dErr\">0\ubcf4\ub2e4 \ud070 \uc720\ud6a8\ud55c \uc9c0\ub984\uc744 \uc785\ub825\ud558\uc2ed\uc2dc\uc624.<\/div>\n    <\/div>\n\n    <!-- Buttons -->\n    <div class=\"btn-group\">\n        <button id=\"calculator-btnCalc\">\ubbff\ub2e4<\/button>\n        <button id=\"calculator-btnReset\">\ub2e4\uc2dc \ub193\uae30<\/button>\n    <\/div>\n\n    <!-- Result -->\n    <div class=\"result-wrap\">\n        <div class=\"result-text\" id=\"calculator-resultBox\">\uacb0\uacfc\uac00 \uc5ec\uae30\uc5d0 \ud45c\uc2dc\ub429\ub2c8\ub2e4<\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            const craneType = document.getElementById('calculator-craneType');\n            const normalWrap = document.getElementById('calculator-normalWrap');\n            const mobileWrap = document.getElementById('calculator-mobileWrap');\n            const normalDuty = document.getElementById('calculator-normalDuty');\n            const normalSheaveType = document.getElementById('calculator-normalType');\n            const mobileCat = document.getElementById('calculator-mobileCat');\n            const mobileSelect = document.getElementById('calculator-mobileSelect');\n            const ropeType = document.getElementById('calculator-ropeType');\n            const ropeT = document.getElementById('calculator-ropeT');\n            const ropeD = document.getElementById('calculator-ropeD');\n            const btnCalc = document.getElementById('calculator-btnCalc');\n            const btnReset = document.getElementById('calculator-btnReset');\n            const resultBox = document.getElementById('calculator-resultBox');\n            const dErr = document.getElementById('calculator-dErr');\n            const PREFERRED_H = 20;\n\n            \/\/ Switch crane type display\n            craneType.addEventListener('change', function() {\n                if (this.value === 'mobile') {\n                    normalWrap.style.display = 'none';\n                    mobileWrap.style.display = 'block';\n                } else {\n                    normalWrap.style.display = 'block';\n                    mobileWrap.style.display = 'none';\n                }\n                resultBox.textContent = 'Result will be displayed here';\n                clearInputError();\n            });\n\n            \/\/ Clear error\n            function clearInputError() {\n                ropeD.classList.remove('input-error');\n                dErr.classList.remove('show');\n            }\n\n            \/\/ Input validation\n            function validateInput() {\n                clearInputError();\n                const dVal = parseFloat(ropeD.value);\n                if (isNaN(dVal) || dVal <= 0) {\n                    ropeD.classList.add('input-error');\n                    dErr.classList.add('show');\n                    return false;\n                }\n                return true;\n            }\n            ropeD.addEventListener('input', validateInput);\n\n            \/\/ Normal crane h value map\n            const normalHMap = {\n                M1: { h2:12.5, h3_min:11.2, h3_opt:12.5 },\n                M2: { h2:14.0, h3_min:12.5, h3_opt:14.0 },\n                M3: { h2:16.0, h3_min:14.0, h3_opt:16.0 },\n                M4: { h2:18.0, h3_min:16.0, h3_opt:18.0 },\n                M5: { h2:20.0, h3_min:18.0, h3_opt:20.0 },\n                M6: { h2:22.4, h3_min:20.0, h3_opt:22.4 },\n                M7: { h2:25.0, h3_min:22.4, h3_opt:25.0 },\n                M8: { h2:28.0, h3_min:25.0, h3_opt:28.0 }\n            };\n\n            \/\/ Mobile crane standard h value map\n            const mobileHMap = {\n                h2: {\n                    lift: { std:18, anti:18 },\n                    jib: { std:16, anti:16 },\n                    telescope: { std:14, anti:14 }\n                },\n                h3: {\n                    lift: { std:14, anti:18 },\n                    jib: { std:12.5, anti:16 },\n                    telescope: { std:10, anti:10 }\n                }\n            };\n\n            \/\/ Calculate\n            btnCalc.addEventListener('click', function() {\n                resultBox.innerHTML = '';\n                if (!validateInput()) return;\n                const t = parseFloat(ropeT.value);\n                const d = parseFloat(ropeD.value);\n                const craneCat = craneType.value;\n                let html = '';\n\n                \/\/ Non-mobile crane\n                if (craneCat === 'normal') {\n                    const dutyKey = normalDuty.value;\n                    const sheaveCat = normalSheaveType.value;\n                    const hData = normalHMap[dutyKey];\n                    if (sheaveCat === 'main') {\n                        const D2 = (hData.h2 * t * d).toFixed(2);\n                        html = `<div class=\"result-group\">Main Working Sheave Minimum Diameter D\u2082 \u2265 ${D2} mm<\/div>`;\n                    } else {\n                        const D3_min = (hData.h3_min * t * d).toFixed(2);\n                        const D3_opt = (hData.h3_opt * t * d).toFixed(2);\n                        html = `\n                            <div class=\"result-group\">\n                                <strong>Balance Sheave Minimum Required:<\/strong><br>\n                                D\u2083 \u2265 ${D3_min} mm\n                            <\/div>\n                            <div class=\"result-group\">\n                                <strong>Balance Sheave Preferred Value:<\/strong><br>\n                                D\u2083 \u2265 ${D3_opt} mm\n                            <\/div>\n                        `;\n                    }\n                }\n                \/\/ Mobile crane\n                else {\n                    const sCat = mobileCat.value;\n                    const mech = mobileSelect.value;\n                    const rType = ropeType.value;\n                    const minH = mobileHMap[sCat][mech][rType];\n                    const isAnti = rType === 'anti';\n\n                    const minD = (minH * t * d).toFixed(2);\n                    const preferredD = (PREFERRED_H * t * d).toFixed(2);\n\n                    if (!isAnti) {\n                        html = `<div class=\"result-group\">Minimum Required Value: D \u2265 ${minD} mm<\/div>`;\n                    } else {\n                        html = `\n                            <div class=\"result-group\">\n                                <strong>Minimum Required Value:<\/strong><br>\n                                D \u2265 ${minD} mm\n                            <\/div>\n                            <div class=\"result-group\">\n                                <strong>Preferred Minimum Value (Recommended):<\/strong><br>\n                                D \u2265 ${preferredD} mm\n                            <\/div>\n                        `;\n                    }\n                }\n                resultBox.innerHTML = html;\n            });\n\n            \/\/ Reset\n            btnReset.addEventListener('click', function() {\n                craneType.selectedIndex = 0;\n                normalDuty.selectedIndex = 0;\n                normalSheaveType.selectedIndex = 0;\n                mobileCat.selectedIndex = 0;\n                mobileSelect.selectedIndex = 0;\n                ropeType.selectedIndex = 0;\n                ropeT.selectedIndex = 0;\n                ropeD.value = '';\n                resultBox.textContent = 'Result will be displayed here';\n                normalWrap.style.display = 'block';\n                mobileWrap.style.display = 'none';\n                clearInputError();\n            });\n        })();\n    <\/script>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\ud06c\ub808\uc778 \ub3c4\ub974\ub798 \ucd5c\uc18c \uc9c1\uacbd \uacc4\uc0b0\uae30 <br>\uacf5\uc2dd<\/h2>\n\n\n\n<p>\ub514<sub>2<\/sub>\u2265\uc2dc\uac04<sub>2<\/sub>\u00d7t\u00d7d<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\ub514<sub>2<\/sub>: \ud480\ub9ac\uc758 \ucd5c\uc18c \ud53c\uce58 \uc6d0 \uc9c1\uacbd<\/li>\n\n\n\n<li>\uc2dc\uac04<sub>2<\/sub>: \ud480\ub9ac \uc120\ud0dd \uacc4\uc218(\ud480\ub9ac \ud53c\uce58 \uc6d0 \uc9c1\uacbd \ub300 \uacf5\uce6d \uc9c1\uacbd\uc758 \ube44\uc728) <br>\uc640\uc774\uc5b4 \ub85c\ud504\uc758 \uc9c1\uacbd)<\/li>\n\n\n\n<li>t: \uc640\uc774\uc5b4 \ub85c\ud504 \uc720\ud615 \uacc4\uc218<\/li>\n\n\n\n<li>d: \uc640\uc774\uc5b4 \ub85c\ud504\uc758 \uacf5\uce6d \uc9c1\uacbd<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\ub178\ud2b8<\/h2>\n\n\n\n<p>\ub3c4\ub974\ub798\uc640 \ud3c9\ud615 \ub3c4\ub974\ub798\uc758 \uc120\ud0dd \uacc4\uc218\ub294 \uc885\ub958\uc5d0 \ub530\ub77c \ub2e4\ub985\ub2c8\ub2e4. <br>\ud06c\ub808\uc778\uc758 \uc885\ub958\uc640 \uad6c\uccb4\uc801\uc778 \uc0c1\ud669\uc5d0 \ub530\ub77c \uacc4\uc0b0\uc744 \uc218\ud589\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc77c\ubc18 \ud06c\ub808\uc778 \ubc0f \ud638\uc774\uc2a4\ud2b8\uc5d0 \uc0ac\uc6a9\ub418\ub294 \uad8c\uc0c1 \ubc0f \ubd90 \uad8c\uc0c1\/\ub7ec\ud551 \uc640\uc774\uc5b4 \ub85c\ud504\uc758 \uacbd\uc6b0, \ub2e8\uce35 \uad8c\uc120 \ubc29\uc2dd\uc744 \uc0ac\uc6a9\ud560 \ub54c \uad7d\ud798 \ud53c\ub85c\uac00 \uc8fc\uc694 \uc190\uc0c1 \uc6d0\uc778\uc778 \uacbd\uc6b0\uac00 \ub9ce\uc2b5\ub2c8\ub2e4. \uc704\uc758 \uacc4\uc218\ub4e4\uc740 \ud2b9\ud788 \ub85c\ud504 \uc9c4\uc785 \ubc0f \ucd9c\uad6c \ubd80\uc704\uc5d0\uc11c \uc640\uc774\uc5b4 \ub85c\ud504\uc5d0 \uac00\ud574\uc9c0\ub294 \ubc29\uc0ac\ud615 \uc555\ub825\uc744 \uc81c\ud55c\ud558\uae30 \uc704\ud574 \uad8c\uc7a5\ub429\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc774\ub3d9\uc2dd \ud06c\ub808\uc778\uc758 \uacbd\uc6b0, \uc7a5\uce58\uc5d0 \uac00\ud574\uc9c0\ub294 \ubc29\uc0ac\ud615 \uc555\ub825\uc744 \uc81c\ud55c\ud558\uace0 \uad7d\ud798 \ud53c\ub85c \uc800\ud56d\uc131\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uae30 \uc704\ud574 \ub2e8\uce35 \uad8c\uc120\uc744 \uc0ac\uc6a9\ud560 \ub54c \uc704\uc758 \uacc4\uc218\ub97c \ud2b9\ud788 \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n\n\n\n<li>\uc774\ub3d9\uc2dd \ud06c\ub808\uc778\uc758 \uacbd\uc6b0, \ud2b9\ud788 \ub2e4\uce35 \uad8c\uc120\uc744 \uc0ac\uc6a9\ud560 \ub54c \uc704 \uacc4\uc218\ub97c \uc801\uc6a9\ud558\ub294 \uac83\uc774 \uc88b\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uacb9\uce58\ub294 \ubd80\ubd84\uc5d0\uc11c \uc640\uc774\uc5b4 \ub85c\ud504\uc5d0 \uac00\ud574\uc9c0\ub294 \ubc18\uacbd \ubc29\ud5a5 \uc555\ub825\uacfc \uadf8\ub85c \uc778\ud55c \uc640\uc774\uc5b4 \ub85c\ud504 \ube44\ud2c0\ub9bc \ud6a8\uacfc\ub97c \uc904\uc774\uae30 \uc704\ud568\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\uc801\uc6a9 \uac00\ub2a5\ud55c \ud06c\ub808\uc778<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\uc624\ubc84\ud5e4\ub4dc \ud2b8\ub798\ube14\ub9c1 \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\ud638\uc774\uc2a4\ud2b8 - \uc640\uc774\uc5b4 \ub85c\ud504<\/li>\n\n\n\n<li>\ud3ec\ud138 \ud06c\ub808\uc778 \ub610\ub294 \uc138\ubbf8 \ud3ec\ud138 \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\ud3ec\ud138\ud615 \ub610\ub294 \uc138\ubbf8\ud3ec\ud138\ud615 \uad50\ub7c9 \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\uc774\ub3d9\uc2dd \ud06c\ub808\uc778<\/li>\n\n\n\n<li>\uce94\ud2f8\ub808\ubc84 \ud06c\ub808\uc778(\uae30\ub465\ud615, \ubd90\ud615, \ubcbd\ud615 \ub610\ub294 \ubcf4\ud589\ud615)<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"ISO 16625:2013 \ud45c\uc900\uc744 \uc5c4\uaca9\ud788 \uc900\uc218\ud558\ub294 \uc774 \ud06c\ub808\uc778 \ub3c4\ub974\ub798 \ucd5c\uc18c \uc9c1\uacbd \uacc4\uc0b0\uae30\ub294 \uc640\uc774\uc5b4 \ub85c\ud504 \uacf5\uce6d \uc9c1\uacbd\uacfc \uba54\ucee4\ub2c8\uc998 \uc791\ub3d9 \ub4f1\uae09\uc744 \uc785\ub825\ubc1b\uc544 \ucd5c\uc18c \ub3c4\ub974\ub798 \ud53c\uce58 \uc9c1\uacbd\uc744 \uc2e0\uc18d\ud558\uac8c \uacc4\uc0b0\ud569\ub2c8\ub2e4. \ub3c4\ub974\ub798 \ud53c\uce58 \uc9c1\uacbd\uc774 \uae30\uc900\ubcf4\ub2e4 \uc791\uc73c\uba74 \ub85c\ud504 \uc774\ud0c8 \ubc0f \uc548\uc804 \uc704\ud5d8\uc774 \ubc1c\uc0dd\ud558\uace0, \ubc18\ub300\ub85c \uae30\uc900\ubcf4\ub2e4 \ud06c\uba74 \uc778\uc591 \ub192\uc774\uc640 \ud558\uc911 \uc6a9\ub7c9\uc774 \uc81c\ud55c\ub429\ub2c8\ub2e4. \uc774 \uacc4\uc0b0\uae30\ub294 \uaddc\uc815 \uc900\uc218 \uc5ec\ubd80\ub97c \ud655\uc778\ud558\uace0, \ub3c4\ub974\ub798 \uc120\ud0dd\uc744 \ucd5c\uc801\ud654\ud558\uba70, \uc640\uc774\uc5b4 \ub85c\ud504 \uc218\uba85\uc744 \uc608\uce21\ud558\uace0, \uc720\uc9c0\ubcf4\uc218 \ube44\uc6a9\uc744 \uc808\uac10\ud558\uace0, \uac00\ub3d9 \uc911\uc9c0 \uc2dc\uac04\uc744 \uc904\uc774\uba70, \uc791\uc5c5 \uc548\uc804\uc131\uacfc \ud6a8\uc728\uc131\uc744 \ud5a5\uc0c1\uc2dc\ud0b5\ub2c8\ub2e4.","protected":false},"author":8,"featured_media":17090,"parent":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-onlinetools.php","format":"standard","meta":{"_acf_changed":false,"rank_math_lock_modified_date":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[1059],"tags":[],"class_list":["post-17088","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-online-tools"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts\/17088"}],"collection":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/comments?post=17088"}],"version-history":[{"count":6,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts\/17088\/revisions"}],"predecessor-version":[{"id":17101,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/posts\/17088\/revisions\/17101"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/media\/17090"}],"wp:attachment":[{"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/media?parent=17088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/categories?post=17088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dgcrane.com\/ko\/wp-json\/wp\/v2\/tags?post=17088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}