{"id":5759,"date":"2026-04-27T08:29:03","date_gmt":"2026-04-27T08:29:03","guid":{"rendered":"https:\/\/hinges-htan.com\/?page_id=5759"},"modified":"2026-04-27T09:09:16","modified_gmt":"2026-04-27T09:09:16","slug":"%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0","status":"publish","type":"page","link":"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/","title":{"rendered":"\ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>\uc0b0\uc5c5\uc6a9 \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30<\/title>\n<style>\n  .torque-calculator * {\n    box-sizing: border-box;\n    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n    margin: 0;\n    padding: 0;\n  }\n  .torque-calculator {\n    max-width: 1100px;\n    margin: 20px auto;\n    background: #fff;\n    padding: 32px;\n    border-radius: 12px;\n    box-shadow: 0 2px 16px rgba(0,0,0,0.08);\n    display: flex;\n    flex-wrap: wrap;\n    gap: 50px;\n  }\n  \n  .torque-calculator h2 {\n    width: 100%;\n    text-align: center;\n    margin-bottom: 20px;\n    color: #222;\n    font-size: 26px;\n    font-weight: 600;\n  }\n\n  .diagram-section {\n    flex: 1.2;\n    min-width: 500px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .diagram-wrapper {\n    width: 100%;\n    position: relative;\n  }\n  .diagram-svg {\n    width: 100%;\n    height: auto;\n    min-height: 450px;\n    border-radius: 8px;\n    border: 1px solid #eee;\n    background: #fafafa;\n  }\n  .diagram-caption {\n    margin-top: 20px;\n    font-size: 14px;\n    color: #666;\n    line-height: 1.6;\n    text-align: center;\n    padding: 0 10px;\n    margin-bottom: 20px; \/* \u4e3a\u6309\u94ae\u9884\u7559\u7a7a\u95f4 *\/\n  }\n\n  .calculator-section {\n    flex: 1;\n    min-width: 420px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 10px 0;\n  }\n\n  .form-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 30px;\n  }\n  .cg-position {\n    grid-column: 1 \/ -1;\n  }\n  @media (max-width: 900px) {\n    .form-grid {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n  }\n  .torque-calculator .item {\n    margin-bottom: 0;\n    width: 100%;\n    position: relative;\n  }\n  .input-unit {\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 15px;\n    color: #888;\n    pointer-events: none;\n  }\n  .select-unit {\n    right: 45px !important;\n  }\n  .torque-calculator label {\n    display: block;\n    margin-bottom: 10px;\n    color: #444;\n    font-weight: 500;\n    font-size: 16px;\n    line-height: 1.5;\n    white-space: nowrap;\n    overflow: visible;\n  }\n  .torque-calculator input,\n  .torque-calculator select {\n    width: 100%;\n    padding: 15px 18px;\n    border: 1px solid #dde1e6;\n    border-radius: 8px;\n    font-size: 16px;\n    background: #fff;\n    min-height: 55px;\n    line-height: 1.4;\n    appearance: none;\n    -webkit-appearance: none;\n    background-image: url(\"data:image\/svg+xml;charset=UTF-8,%3csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c\/polyline%3e%3c\/svg%3e\");\n    background-repeat: no-repeat;\n    background-position: right 18px center;\n    background-size: 18px;\n    padding-right: 60px !important;\n  }\n  .torque-calculator select option {\n    padding: 10px 14px;\n    font-size: 15px;\n  }\n  #cgPercent {\n    padding-right: 70px !important;\n  }\n\n  .torque-calculator .result {\n    margin-top: 30px;\n    padding: 35px 28px;\n    background: #f0f7ff;\n    border-radius: 10px;\n    text-align: center;\n    border: 1px solid #e1e8ed;\n    width: 100%;\n  }\n  .side-tip {\n    background: #fff8e6;\n    border: 1px solid #ffe08a;\n    padding: 12px;\n    border-radius: 6px;\n    margin-bottom: 15px;\n    font-size: 14px;\n    color: #856404;\n    line-height: 1.5;\n    display: none;\n  }\n  .torque-calculator .torque-val {\n    font-size: 42px;\n    font-weight: bold;\n    color: #2196F3;\n    margin: 15px 0;\n  }\n  .torque-calculator .result > div:nth-child(1):not(.side-tip) {\n    font-size: 18px;\n    color: #222;\n    font-weight: 500;\n  }\n  .torque-calculator .result > div:nth-child(3):not(.tip) {\n    font-size: 18px;\n    color: #444;\n    margin-bottom: 10px;\n  }\n  .torque-calculator .tip {\n    font-size: 14px;\n    color: #666;\n    margin-top: 10px;\n    line-height: 1.6;\n    padding: 0 10px;\n  }\n\n  .usage-instructions {\n    width: 100%;\n    margin-top: 40px;\n    padding: 20px;\n    background: #f8f9fa;\n    border-radius: 8px;\n    border-left: 4px solid #2196F3;\n  }\n  .usage-instructions h3 {\n    font-size: 18px;\n    color: #222;\n    margin-bottom: 15px;\n    font-weight: 600;\n  }\n  .usage-instructions ul {\n    list-style-type: disc;\n    padding-left: 20px;\n    font-size: 14px;\n    color: #555;\n    line-height: 1.8;\n  }\n  .usage-instructions li {\n    margin-bottom: 8px;\n  }\n  .usage-instructions .parameter-def {\n    font-weight: 500;\n    color: #2196F3;\n  }\n\n  \/* \u6309\u94ae\u6837\u5f0f\u4f18\u5316 - \u9002\u914d\u65b0\u4f4d\u7f6e *\/\n  .quote-button {\n    text-align: center;\n    margin-top: 10px; \/* \u9002\u914d\u793a\u610f\u56fe\u4e0b\u65b9\u95f4\u8ddd *\/\n    width: 100%;\n  }\n  .quote-button a {\n    background: #2196F3; \n    color: white; \n    padding: 15px 30px; \n    text-decoration: none; \n    border-radius: 5px; \n    font-weight: bold;\n    display: inline-block; \/* \u786e\u4fdd\u6309\u94ae\u5bbd\u5ea6\u9002\u914d\u5185\u5bb9 *\/\n    transition: background-color 0.2s ease; \/* \u589e\u52a0hover\u6548\u679c *\/\n  }\n  .quote-button a:hover {\n    background: #1976D2; \/* hover\u52a0\u6df1\u989c\u8272\uff0c\u63d0\u5347\u4ea4\u4e92\u4f53\u9a8c *\/\n  }\n\n  @media (max-width: 900px) {\n    .torque-calculator {\n      flex-direction: column;\n      padding: 20px;\n      gap: 30px;\n      max-width: 100%;\n    }\n    .diagram-section {\n      min-width: 100%;\n    }\n    .calculator-section {\n      min-width: 100%;\n      padding: 0;\n    }\n    .diagram-svg {\n      min-height: 350px;\n    }\n    .diagram-svg text {\n      font-size: 16px !important;\n    }\n    .form-grid {\n      gap: 18px;\n    }\n    .usage-instructions {\n      margin-top: 30px;\n      padding: 15px;\n    }\n    .usage-instructions h3 {\n      font-size: 16px;\n    }\n    .usage-instructions ul {\n      font-size: 13px;\n    }\n    \/* \u79fb\u52a8\u7aef\u6309\u94ae\u9002\u914d *\/\n    .quote-button a {\n      padding: 12px 20px !important;\n      font-size: 14px !important;\n      width: 100%; \/* \u79fb\u52a8\u7aef\u6309\u94ae\u5360\u6ee1\u5bbd\u5ea6 *\/\n    }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"torque-calculator\">\n  <h2>\uc0b0\uc5c5\uc6a9 \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30<\/h2>\n\n  <div class=\"diagram-section\">\n    <div class=\"diagram-wrapper\">\n      <svg class=\"diagram-svg\" viewbox=\"0 0 700 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <circle cx=\"100\" cy=\"200\" r=\"14\" fill=\"#333\"\/>\n        <text x=\"60\" y=\"170\" font-size=\"18\" fill=\"#303\" font-weight=\"600\">\ud78c\uc9c0 \ucd95(\ud68c\uc804 \uc911\uc2ec)<\/text>\n        \n        <line x1=\"100\" y1=\"200\" x2=\"580\" y2=\"200\" stroke=\"#777\" stroke-width=\"3\"\/>\n        <rect x=\"100\" y=\"180\" width=\"480\" height=\"40\" fill=\"#f5f5f5\" stroke=\"#e9e9e9\" stroke-width=\"2\"\/>\n        \n        <circle cx=\"340\" cy=\"200\" r=\"10\" fill=\"#e53935\"\/>\n        <text x=\"350\" y=\"185\" font-size=\"18\" fill=\"#c62828\" font-weight=\"600\">\ubb34\uac8c \uc911\uc2ec(CG)<\/text>\n        \n        <line x1=\"340\" y1=\"210\" x2=\"340\" y2=\"280\" stroke=\"#e53935\" stroke-width=\"2\" marker-end=\"url(#arrowhead)\"\/>\n        <text x=\"345\" y=\"295\" font-size=\"16\" fill=\"#c62828\" font-weight=\"500\">\uc911\ub825(mg)<\/text>\n        \n        <line x1=\"100\" y1=\"200\" x2=\"340\" y2=\"200\" stroke=\"#2196F3\" stroke-width=\"2\" stroke-dasharray=\"8,4\"\/>\n        <text x=\"220\" y=\"185\" font-size=\"20\" fill=\"#2196F3\" font-weight=\"600\">L(\ubaa8\uba58\ud2b8 \uc554)<\/text>\n        \n        <path d=\"M100 200 L100 80 L220 80\" stroke=\"#999\" stroke-width=\"1\" fill=\"none\" stroke-dasharray=\"3,2\"\/>\n        <text x=\"140\" y=\"120\" font-size=\"16\" fill=\"#666\" font-weight=\"500\">0\u00b0 \u2192 90\u00b0<\/text>\n        \n        <defs>\n          <marker id=\"arrowhead\" markerwidth=\"10\" markerheight=\"7\" refx=\"9\" refy=\"3.5\" orient=\"auto\">\n            <polygon points=\"0 0, 10 3.5, 0 7\" fill=\"#e53935\"\/>\n          <\/marker>\n        <\/defs>\n        \n        <line x1=\"100\" y1=\"80\" x2=\"100\" y2=\"320\" stroke=\"#eee\" stroke-width=\"1\"\/>\n        <text x=\"85\" y=\"90\" font-size=\"16\" fill=\"#666\" font-weight=\"500\">\uc138\ub85c<\/text>\n      <\/svg>\n      <p class=\"diagram-caption\">\uce21\uba74\ub3c4: \ud1a0\ud06c = mg \u00d7 L(\ubaa8\uba58\ud2b8 \uc554). \ud50c\ub7a9 \ucee4\ubc84\uc758 0\u00b0(\uc218\ud3c9 \uc704\uce58)\uc5d0\uc11c\uc758 \ucd5c\ub300 \ud1a0\ud06c\uc785\ub2c8\ub2e4.<\/p>\n      \n      <!-- \u6309\u94ae\u79fb\u52a8\u5230\u793a\u610f\u56fe\u4e0b\u65b9\uff08\u7ea2\u8272\u6846\u4f4d\u7f6e\uff09 -->\n      <div class=\"quote-button\">\n        <a href=\"\/ko\/contact\/\" style=\"background: #2196F3; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold;\">\n            \uc77c\uce58\ud558\ub294 \ud78c\uc9c0 \uacac\uc801 \ubc1b\uae30 \u2192\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"calculator-section\">\n    <div class=\"form-grid\">\n      <div class=\"item\">\n        <label>\uc624\ud504\ub2dd \uc720\ud615<\/label>\n        <select id=\"type\">\n          <option value=\"normal\">\uc0c1\ub2e8\/\ud558\ub2e8 \ud50c\ub7a9 \ucee4\ubc84<\/option>\n          <option value=\"side\">\uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4<\/option>\n        <\/select>\n        <span class=\"input-unit select-unit\">&#8211;<\/span>\n      <\/div>\n      <div class=\"item\">\n        <label>\ub3c4\uc5b4\/\ucee4\ubc84 \ubb34\uac8c<\/label>\n        <input type=\"number\" id=\"weight\" placeholder=\"\uc608: 15\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">kg<\/span>\n      <\/div>\n      <div class=\"item\">\n        <label>\uc720\ud6a8 \uae38\uc774(L)<\/label>\n        <input type=\"number\" id=\"length\" placeholder=\"\uc608: 600\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">mm<\/span>\n      <\/div>\n      <div class=\"item\">\n        <label>\uacbd\ucca9 \uac1c\uc218<\/label>\n        <input type=\"number\" id=\"num\" value=\"2\" min=\"1\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">\uac1c\uc218<\/span>\n      <\/div>\n      <div class=\"item cg-position\">\n        <label>\ubb34\uac8c \uc911\uc2ec \uc704\uce58(\ud78c\uc9c0 \uae30\uc900)<\/label>\n        <input type=\"number\" id=\"cgPercent\" value=\"50\" min=\"1\" max=\"100\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">%<\/span>\n      <\/div>\n      <div class=\"item cg-position\">\n        <label>\uc548\uc804 \uacc4\uc218(1.0-2.0 \uad8c\uc7a5)<\/label>\n        <input type=\"number\" id=\"safeRate\" value=\"1.2\" step=\"0.1\" min=\"1.0\" max=\"2.0\" oninput=\"calcTorque()\">\n        <span class=\"input-unit\">&#8211;<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"result\">\n      <div class=\"side-tip\" id=\"sideTip\">\n        \u26a0\ufe0f \uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4: \uc911\ub825\uc740 \uc218\uc9c1 \ud78c\uc9c0 \ucd95 \uc8fc\uc704\uc5d0 \ud1a0\ud06c\ub97c \ubc1c\uc0dd\uc2dc\ud0a4\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud45c\uc2dc\ub41c \uac12\uc740 \ub310\ud551 \ucc38\uc870\uc6a9\uc785\ub2c8\ub2e4.\n      <\/div>\n      <div>\ud78c\uc9c0\ub2f9 \ud544\uc694\ud55c \ud1a0\ud06c<\/div>\n      <div class=\"torque-val\" id=\"torqueResult\">0.00<\/div>\n      <div>N-m<\/div>\n      <div class=\"tip\">\n        \uc9c0\uc815\ub41c \uc704\uce58\uc758 \ubb34\uac8c \uc911\uc2ec\uc744 \uae30\uc900\uc73c\ub85c \ud55c \uacc4\uc0b0 | \ud1a0\ud06c \ud78c\uc9c0\uc6a9 \uc0b0\uc5c5 \ud45c\uc900 \uae30\uacc4 \ubaa8\ub378\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"usage-instructions\">\n    <h3>\uc774 \uacc4\uc0b0\uae30 \uc0ac\uc6a9 \ubc29\ubc95<\/h3>\n    <ul>\n      <li>1. 1. <span class=\"parameter-def\">\uc624\ud504\ub2dd \uc720\ud615<\/span>: \uc218\ud3c9\uc73c\ub85c \ub4a4\uc9d1\ub294 \ucee4\ubc84\uc758 \uacbd\uc6b0 '\uc0c1\ub2e8\/\ud558\ub2e8 \ud50c\ub7a9 \ucee4\ubc84'\ub97c, \uc218\uc9c1\ucd95 \ub3c4\uc5b4\uc758 \uacbd\uc6b0 '\uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4'\ub97c \uc120\ud0dd\ud569\ub2c8\ub2e4.<\/li>\n      <li>2. 2. <span class=\"parameter-def\">\ub3c4\uc5b4\/\ucee4\ubc84 \ubb34\uac8c<\/span>: \ub3c4\uc5b4\/\ucee4\ubc84\uc758 \ucd1d \ubb34\uac8c(\ud0ac\ub85c\uadf8\ub7a8(kg)).<\/li>\n      <li>3. 3. <span class=\"parameter-def\">\uc720\ud6a8 \uae38\uc774(L)<\/span>: \ud78c\uc9c0 \ucd95\uc5d0\uc11c \ucee4\ubc84\/\ub3c4\uc5b4\uc758 \uac00\uc7a5 \uba3c \uac00\uc7a5\uc790\ub9ac\uae4c\uc9c0\uc758 \uac70\ub9ac(\ubc00\ub9ac\ubbf8\ud130(mm)).<\/li>\n      <li>4. 4. <span class=\"parameter-def\">\uacbd\ucca9 \uac1c\uc218<\/span>: \ub3c4\uc5b4\/\ucee4\ubc84\ub97c \uc9c0\uc9c0\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \uacbd\ucca9\uc758 \ucd1d \uac1c\uc218(\ucd5c\uc18c 1\uac1c).<\/li>\n      <li>5. \uc870\uc815 <span class=\"parameter-def\">\ubb34\uac8c \uc911\uc2ec \uc704\uce58<\/span>: \ubb34\uac8c \uc911\uc2ec\uc774 \uc704\uce58\ud55c \uc720\ud6a8 \uae38\uc774\uc758 \ubc31\ubd84\uc728(\uade0\uc77c\ud55c \ubb34\uac8c \ubd84\ud3ec\ub97c \uc704\ud55c \uae30\ubcf8\uac12 50%).<\/li>\n      <li>6. 6. <span class=\"parameter-def\">\uc548\uc804 \uacc4\uc218<\/span>: \uc7ac\ub8cc \uacf5\ucc28 \ubc0f \ub3d9\uc801 \ud558\uc911\uc744 \uace0\ub824\ud55c 1.2(1.0-2.0)\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n      <li>7. \uacc4\uc0b0\uae30\ub294 \ud78c\uc9c0\ub2f9 \ud544\uc694\ud55c \ud1a0\ud06c\ub97c \ub274\ud134\ubbf8\ud130(N-m) \ub2e8\uc704\ub85c \uc2e4\uc2dc\uac04\uc73c\ub85c \uc790\ub3d9\uc73c\ub85c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\n      <li>\u26a0\ufe0f \ucc38\uace0: \uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4\uc758 \uacbd\uc6b0 \uacb0\uacfc\ub294 \ub310\ud551 \ucc38\uc870\uc6a9\uc785\ub2c8\ub2e4(\uc911\ub825\uc73c\ub85c \uc778\ud574 \uc218\uc9c1\ucd95\uc744 \uc911\uc2ec\uc73c\ub85c \ud68c\uc804 \ud1a0\ud06c\uac00 \ubc1c\uc0dd\ud558\uc9c0 \uc54a\uc74c).<\/li>\n    <\/ul>\n  <\/div>\n<\/div>\n\n<script>\nconst g = 9.81;\n\nfunction calcTorque(){\n    let type = document.getElementById('type').value;\n    let m = parseFloat(document.getElementById('weight').value) || 0;\n    let L = parseFloat(document.getElementById('length').value) || 0;\n    let n = parseFloat(document.getElementById('num').value) || 1;\n    let safe = parseFloat(document.getElementById('safeRate').value) || 1.0;\n    let cgPercent = parseFloat(document.getElementById('cgPercent').value) || 50;\n\n    n = n < 1 ? 1 : n;\n    cgPercent = cgPercent < 1 ? 1 : (cgPercent > 100 ? 100 : cgPercent);\n    \n    const arm = (L \/ 1000) * (cgPercent \/ 100); \n    \n    let torque;\n    const sideTip = document.getElementById('sideTip');\n\n    if (type === 'normal') {\n        torque = (m * g * arm * safe) \/ n;\n        sideTip.style.display = 'none';\n    } else {\n        torque = (m * g * 0.05 * safe) \/ n;\n        sideTip.style.display = 'block';\n    }\n\n    document.getElementById('torqueResult').innerText = torque.toFixed(2);\n}\n\ndocument.getElementById('type').addEventListener('change', calcTorque);\n\nwindow.onload = calcTorque;\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\uc0b0\uc5c5\uc6a9 \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30 \uc0b0\uc5c5\uc6a9 \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30 \ud78c\uc9c0 \ucd95(\ud68c\uc804 \uc911\uc2ec) \ubb34\uac8c \uc911\uc2ec(CG) \ubb34\uac8c(mg) L(\ubaa8\uba58\ud2b8 \uc554) 0\u00b0 \u2192 90\u00b0 \uc218\uc9c1 \uce21\uba74\ub3c4: \ud1a0\ud06c = mg \u00d7 L(\ubaa8\uba58\ud2b8 \uc554). \ud50c\ub7a9 \ucee4\ubc84\uc758 0\u00b0(\uc218\ud3c9 \uc704\uce58)\uc5d0\uc11c\uc758 \ucd5c\ub300 \ud1a0\ud06c\uc785\ub2c8\ub2e4. \uc77c\uce58\ud558\ub294 \ud78c\uc9c0 \uacac\uc801 \ubc1b\uae30 \u2192 \uac1c\ubc29\ud615 \uc0c1\ub2e8\/\ud558\ub2e8 [...]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_gspb_post_css":"","footnotes":""},"class_list":["post-5759","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers<\/title>\n<meta name=\"description\" content=\"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hinges-htan.com\/ko\/\ud1a0\ud06c-\ud78c\uc9c0-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers\" \/>\n<meta property=\"og:description\" content=\"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hinges-htan.com\/ko\/\ud1a0\ud06c-\ud78c\uc9c0-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"og:site_name\" content=\"Hinges Manufacturer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-27T09:09:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/\",\"url\":\"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/\",\"name\":\"Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers\",\"isPartOf\":{\"@id\":\"https:\/\/hinges-htan.com\/ko\/#website\"},\"datePublished\":\"2026-04-27T08:29:03+00:00\",\"dateModified\":\"2026-04-27T09:09:16+00:00\",\"description\":\"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.\",\"breadcrumb\":{\"@id\":\"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hinges-htan.com\/torque-hinge-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/hinges-htan.com\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Torque Hinge Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hinges-htan.com\/ko\/#website\",\"url\":\"https:\/\/hinges-htan.com\/ko\/\",\"name\":\"HTAN Industrial Hinges Manufacturer\",\"description\":\"Cabinet &amp; Enclosure Hinge Solutions\",\"publisher\":{\"@id\":\"https:\/\/hinges-htan.com\/ko\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hinges-htan.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hinges-htan.com\/ko\/#organization\",\"name\":\"HTAN Industrial Hinges Manufacturer\",\"url\":\"https:\/\/hinges-htan.com\/ko\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/hinges-htan.com\/ko\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png\",\"contentUrl\":\"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png\",\"width\":726,\"height\":172,\"caption\":\"HTAN Industrial Hinges Manufacturer\"},\"image\":{\"@id\":\"https:\/\/hinges-htan.com\/ko\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30 | \ud50c\ub7a9 \ucee4\ubc84\uc5d0 \ud544\uc694\ud55c N-m \uacc4\uc0b0\ud558\uae30","description":"\ud78c\uc9c0\ub2f9 \ud544\uc694\ud55c \ud1a0\ud06c\ub97c N-m \ub2e8\uc704\ub85c \uc815\ud655\ud558\uac8c \uacc4\uc0b0\ud569\ub2c8\ub2e4. \ud50c\ub7a9 \ucee4\ubc84\uc640 \uce21\uba74 \uac1c\ubc29\ud615 \ub3c4\uc5b4\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \ubb34\uac8c, CG \uc704\uce58, \uc548\uc804 \uacc4\uc218\ub97c \uc870\uc815\ud558\uc5ec \uc0b0\uc5c5\ubcc4\ub85c \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uae08 \ubb34\ub8cc \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hinges-htan.com\/ko\/\ud1a0\ud06c-\ud78c\uc9c0-\uacc4\uc0b0\uae30\/","og_locale":"ko_KR","og_type":"article","og_title":"Torque Hinge Calculator | Calculate Required N\u00b7m for Flap Covers","og_description":"Accurately calculate the required torque per hinge in N\u00b7m. Support for flap covers and side-opening doors. Adjust weight, CG position, and safety factors for industrial selection. Try our free tool now.","og_url":"https:\/\/hinges-htan.com\/ko\/\ud1a0\ud06c-\ud78c\uc9c0-\uacc4\uc0b0\uae30\/","og_site_name":"Hinges Manufacturer","article_modified_time":"2026-04-27T09:09:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/","url":"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/","name":"\ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30 | \ud50c\ub7a9 \ucee4\ubc84\uc5d0 \ud544\uc694\ud55c N-m \uacc4\uc0b0\ud558\uae30","isPartOf":{"@id":"https:\/\/hinges-htan.com\/ko\/#website"},"datePublished":"2026-04-27T08:29:03+00:00","dateModified":"2026-04-27T09:09:16+00:00","description":"\ud78c\uc9c0\ub2f9 \ud544\uc694\ud55c \ud1a0\ud06c\ub97c N-m \ub2e8\uc704\ub85c \uc815\ud655\ud558\uac8c \uacc4\uc0b0\ud569\ub2c8\ub2e4. \ud50c\ub7a9 \ucee4\ubc84\uc640 \uce21\uba74 \uac1c\ubc29\ud615 \ub3c4\uc5b4\ub97c \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \ubb34\uac8c, CG \uc704\uce58, \uc548\uc804 \uacc4\uc218\ub97c \uc870\uc815\ud558\uc5ec \uc0b0\uc5c5\ubcc4\ub85c \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc9c0\uae08 \ubb34\ub8cc \ub3c4\uad6c\ub97c \uc0ac\uc6a9\ud574 \ubcf4\uc138\uc694.","breadcrumb":{"@id":"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hinges-htan.com\/torque-hinge-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hinges-htan.com\/ko\/%ed%86%a0%ed%81%ac-%ed%9e%8c%ec%a7%80-%ea%b3%84%ec%82%b0%ea%b8%b0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/hinges-htan.com\/ko\/"},{"@type":"ListItem","position":2,"name":"Torque Hinge Calculator"}]},{"@type":"WebSite","@id":"https:\/\/hinges-htan.com\/ko\/#website","url":"https:\/\/hinges-htan.com\/ko\/","name":"HTAN \uc0b0\uc5c5\uc6a9 \uacbd\ucca9 \uc81c\uc870\uc5c5\uccb4","description":"\uce90\ube44\ub2db \ubc0f \uc778\ud074\ub85c\uc800 \ud78c\uc9c0 \uc194\ub8e8\uc158","publisher":{"@id":"https:\/\/hinges-htan.com\/ko\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hinges-htan.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/hinges-htan.com\/ko\/#organization","name":"HTAN \uc0b0\uc5c5\uc6a9 \uacbd\ucca9 \uc81c\uc870\uc5c5\uccb4","url":"https:\/\/hinges-htan.com\/ko\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/hinges-htan.com\/ko\/#\/schema\/logo\/image\/","url":"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png","contentUrl":"https:\/\/hinges-htan.com\/wp-content\/uploads\/2025\/06\/htan-logo.png","width":726,"height":172,"caption":"HTAN Industrial Hinges Manufacturer"},"image":{"@id":"https:\/\/hinges-htan.com\/ko\/#\/schema\/logo\/image\/"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/pages\/5759","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/comments?post=5759"}],"version-history":[{"count":0,"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/pages\/5759\/revisions"}],"wp:attachment":[{"href":"https:\/\/hinges-htan.com\/ko\/wp-json\/wp\/v2\/media?parent=5759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}