{"id":3794,"date":"2026-05-22T09:10:29","date_gmt":"2026-05-22T09:10:29","guid":{"rendered":"https:\/\/manufactorhinge.com\/?page_id=3794"},"modified":"2026-05-22T09:31:55","modified_gmt":"2026-05-22T09:31:55","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:\/\/manufactorhinge.com\/ko\/torque-hinge-calculator\/","title":{"rendered":"\ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30"},"content":{"rendered":"<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>\uc0b0\uc5c5\uc6a9 \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30<\/title>\r\n<style>\r\n  .torque-calculator * {\r\n    box-sizing: border-box;\r\n    font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\r\n    margin: 0;\r\n    padding: 0;\r\n  }\r\n  .torque-calculator {\r\n    max-width: 1100px;\r\n    margin: 20px auto;\r\n    background: #fff;\r\n    padding: 32px;\r\n    border-radius: 12px;\r\n    box-shadow: 0 2px 16px rgba(0,0,0,0.08);\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 50px;\r\n  }\r\n  \r\n  .torque-calculator h2 {\r\n    width: 100%;\r\n    text-align: center;\r\n    margin-bottom: 20px;\r\n    color: #222;\r\n    font-size: 26px;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .diagram-section {\r\n    flex: 1.2;\r\n    min-width: 500px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n  }\r\n  .diagram-wrapper {\r\n    width: 100%;\r\n    position: relative;\r\n  }\r\n  .diagram-svg {\r\n    width: 100%;\r\n    height: auto;\r\n    min-height: 450px;\r\n    border-radius: 8px;\r\n    border: 1px solid #eee;\r\n    background: #fafafa;\r\n  }\r\n  .diagram-caption {\r\n    margin-top: 20px;\r\n    font-size: 14px;\r\n    color: #666;\r\n    line-height: 1.6;\r\n    text-align: center;\r\n    padding: 0 10px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .calculator-section {\r\n    flex: 1;\r\n    min-width: 420px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: center;\r\n    padding: 10px 0;\r\n  }\r\n\r\n  .form-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 25px;\r\n    margin-bottom: 30px;\r\n  }\r\n  .cg-position {\r\n    grid-column: 1 \/ -1;\r\n  }\r\n  @media (max-width: 900px) {\r\n    .form-grid {\r\n      grid-template-columns: 1fr;\r\n      gap: 20px;\r\n    }\r\n  }\r\n  .torque-calculator .item {\r\n    margin-bottom: 0;\r\n    width: 100%;\r\n    position: relative;\r\n  }\r\n  .input-unit {\r\n    position: absolute;\r\n    right: 18px;\r\n    top: 50%;\r\n    transform: translateY(-50%);\r\n    font-size: 15px;\r\n    color: #888;\r\n    pointer-events: none;\r\n  }\r\n  .select-unit {\r\n    right: 45px !important;\r\n  }\r\n  .torque-calculator label {\r\n    display: block;\r\n    margin-bottom: 10px;\r\n    color: #444;\r\n    font-weight: 500;\r\n    font-size: 16px;\r\n    line-height: 1.5;\r\n    white-space: nowrap;\r\n    overflow: visible;\r\n  }\r\n  .torque-calculator input,\r\n  .torque-calculator select {\r\n    width: 100%;\r\n    padding: 15px 18px;\r\n    border: 1px solid #dde1e6;\r\n    border-radius: 8px;\r\n    font-size: 16px;\r\n    background: #fff;\r\n    min-height: 55px;\r\n    line-height: 1.4;\r\n    appearance: none;\r\n    -webkit-appearance: none;\r\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\");\r\n    background-repeat: no-repeat;\r\n    background-position: right 18px center;\r\n    background-size: 18px;\r\n    padding-right: 60px !important;\r\n  }\r\n  .torque-calculator select option {\r\n    padding: 10px 14px;\r\n    font-size: 15px;\r\n  }\r\n\r\n  .torque-calculator .result {\r\n    margin-top: 30px;\r\n    padding: 35px 28px;\r\n    background: #f0f7ff;\r\n    border-radius: 10px;\r\n    text-align: center;\r\n    border: 1px solid #e1e8ed;\r\n    width: 100%;\r\n  }\r\n  .side-tip {\r\n    background: #fff8e6;\r\n    border: 1px solid #ffe08a;\r\n    padding: 12px;\r\n    border-radius: 6px;\r\n    margin-bottom: 15px;\r\n    font-size: 14px;\r\n    color: #856404;\r\n    line-height: 1.5;\r\n    display: none;\r\n  }\r\n  .torque-calculator .torque-val {\r\n    font-size: 42px;\r\n    font-weight: bold;\r\n    color: #2196F3;\r\n    margin: 15px 0;\r\n  }\r\n  .torque-calculator .result > div:nth-child(2) {\r\n    font-size: 18px;\r\n    color: #222;\r\n    font-weight: 500;\r\n  }\r\n  .torque-calculator .tip {\r\n    font-size: 14px;\r\n    color: #666;\r\n    margin-top: 10px;\r\n    line-height: 1.6;\r\n    padding: 0 10px;\r\n  }\r\n  \/* \u667a\u80fd\u578b\u53f7\u63a8\u8350\u6846 *\/\r\n  .model-suggest {\r\n    margin-top: 18px;\r\n    padding: 16px;\r\n    background: #fff;\r\n    border: 1px solid #d4e6f7;\r\n    border-radius: 8px;\r\n    font-size: 15px;\r\n    color: #1565c0;\r\n    line-height: 1.6;\r\n    display: none;\r\n  }\r\n  .model-suggest a {\r\n    color: #1565c0;\r\n    font-weight: 600;\r\n    text-decoration: underline;\r\n  }\r\n\r\n  .usage-instructions {\r\n    width: 100%;\r\n    margin-top: 40px;\r\n    padding: 20px;\r\n    background: #f8f9fa;\r\n    border-radius: 8px;\r\n    border-left: 4px solid #2196F3;\r\n  }\r\n  .usage-instructions h3 {\r\n    font-size: 18px;\r\n    color: #222;\r\n    margin-bottom: 15px;\r\n    font-weight: 600;\r\n  }\r\n  .usage-instructions ul {\r\n    list-style-type: disc;\r\n    padding-left: 20px;\r\n    font-size: 14px;\r\n    color: #555;\r\n    line-height: 1.8;\r\n  }\r\n  .usage-instructions li {\r\n    margin-bottom: 8px;\r\n  }\r\n  .usage-instructions .parameter-def {\r\n    font-weight: 500;\r\n    color: #2196F3;\r\n  }\r\n  .usage-instructions .formula-link {\r\n    margin-top: 14px;\r\n    font-size: 14px;\r\n    color: #555;\r\n  }\r\n  .usage-instructions .formula-link a {\r\n    color: #2196F3;\r\n    font-weight: 600;\r\n    text-decoration: underline;\r\n  }\r\n\r\n  .quote-button {\r\n    text-align: center;\r\n    margin-top: 10px;\r\n    width: 100%;\r\n  }\r\n  .quote-button a {\r\n    background: #2196F3; \r\n    color: white; \r\n    padding: 15px 30px; \r\n    text-decoration: none; \r\n    border-radius: 5px; \r\n    font-weight: bold;\r\n    display: inline-block;\r\n    transition: background-color 0.2s ease;\r\n  }\r\n  .quote-button a:hover {\r\n    background: #1976D2;\r\n  }\r\n\r\n  @media (max-width: 900px) {\r\n    .torque-calculator {\r\n      flex-direction: column;\r\n      padding: 20px;\r\n      gap: 30px;\r\n      max-width: 100%;\r\n    }\r\n    .diagram-section { min-width: 100%; }\r\n    .calculator-section { min-width: 100%; padding: 0; }\r\n    .diagram-svg { min-height: 350px; }\r\n    .diagram-svg text { font-size: 16px !important; }\r\n    .form-grid { gap: 18px; }\r\n    .usage-instructions { margin-top: 30px; padding: 15px; }\r\n    .usage-instructions h3 { font-size: 16px; }\r\n    .usage-instructions ul { font-size: 13px; }\r\n    .quote-button a {\r\n      padding: 12px 20px !important;\r\n      font-size: 14px !important;\r\n      width: 100%;\r\n    }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n<div class=\"torque-calculator\">\r\n  <h2>\uc0b0\uc5c5\uc6a9 \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30<\/h2>\r\n\r\n  <div class=\"diagram-section\">\r\n    <div class=\"diagram-wrapper\">\r\n      <svg class=\"diagram-svg\" viewbox=\"0 0 700 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n        <circle cx=\"100\" cy=\"200\" r=\"14\" fill=\"#333\"\/>\r\n        <text x=\"60\" y=\"170\" font-size=\"18\" fill=\"#303\" font-weight=\"600\">\ud78c\uc9c0 \ucd95(\ud68c\uc804 \uc911\uc2ec)<\/text>\r\n        <line x1=\"100\" y1=\"200\" x2=\"580\" y2=\"200\" stroke=\"#777\" stroke-width=\"3\"\/>\r\n        <rect x=\"100\" y=\"180\" width=\"480\" height=\"40\" fill=\"#f5f5f5\" stroke=\"#e9e9e9\" stroke-width=\"2\"\/>\r\n        <circle cx=\"340\" cy=\"200\" r=\"10\" fill=\"#e53935\"\/>\r\n        <text x=\"350\" y=\"185\" font-size=\"18\" fill=\"#c62828\" font-weight=\"600\">\ubb34\uac8c \uc911\uc2ec(CG)<\/text>\r\n        <line x1=\"340\" y1=\"210\" x2=\"340\" y2=\"280\" stroke=\"#e53935\" stroke-width=\"2\" marker-end=\"url(#arrowhead)\"\/>\r\n        <text x=\"345\" y=\"295\" font-size=\"16\" fill=\"#c62828\" font-weight=\"500\">\uc911\ub825(mg)<\/text>\r\n        <line x1=\"100\" y1=\"200\" x2=\"340\" y2=\"200\" stroke=\"#2196F3\" stroke-width=\"2\" stroke-dasharray=\"8,4\"\/>\r\n        <text x=\"160\" y=\"185\" font-size=\"20\" fill=\"#2196F3\" font-weight=\"600\">d(CG\ub85c)<\/text>\r\n        <path d=\"M100 200 L100 80 L220 80\" stroke=\"#999\" stroke-width=\"1\" fill=\"none\" stroke-dasharray=\"3,2\"\/>\r\n        <text x=\"140\" y=\"120\" font-size=\"16\" fill=\"#666\" font-weight=\"500\">0\u00b0 \u2192 90\u00b0<\/text>\r\n        <defs>\r\n          <marker id=\"arrowhead\" markerwidth=\"10\" markerheight=\"7\" refx=\"9\" refy=\"3.5\" orient=\"auto\">\r\n            <polygon points=\"0 0, 10 3.5, 0 7\" fill=\"#e53935\"\/>\r\n          <\/marker>\r\n        <\/defs>\r\n        <line x1=\"100\" y1=\"80\" x2=\"100\" y2=\"320\" stroke=\"#eee\" stroke-width=\"1\"\/>\r\n        <text x=\"85\" y=\"90\" font-size=\"16\" fill=\"#666\" font-weight=\"500\">\uc138\ub85c<\/text>\r\n      <\/svg>\r\n      <p class=\"diagram-caption\">\uce21\uba74\ub3c4: \ud1a0\ud06c = m \u00d7 g \u00d7 d(\ubb34\uac8c \uc911\uc2ec\uae4c\uc9c0\uc758 \uac70\ub9ac). \ucd5c\ub300 \ud1a0\ud06c\ub294 \ud50c\ub7a9 \ucee4\ubc84\uc758 \uc218\ud3c9(0\u00b0) \uc704\uce58\uc5d0\uc11c \ubc1c\uc0dd\ud569\ub2c8\ub2e4.<\/p>\r\n      <div class=\"quote-button\">\r\n        <a href=\"\/ko\/%eb%ac%b8%ec%9d%98%ed%95%98%ea%b8%b0\/\">\uc77c\uce58\ud558\ub294 \ud78c\uc9c0 \uacac\uc801 \ubc1b\uae30 \u2192<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"calculator-section\">\r\n    <div class=\"form-grid\">\r\n      <div class=\"item\">\r\n        <label>\uc624\ud504\ub2dd \uc720\ud615<\/label>\r\n        <select id=\"type\">\r\n          <option value=\"normal\">\uc0c1\ub2e8\/\ud558\ub2e8 \ud50c\ub7a9 \ucee4\ubc84<\/option>\r\n          <option value=\"side\">\uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4<\/option>\r\n        <\/select>\r\n        <span class=\"input-unit select-unit\">-<\/span>\r\n      <\/div>\r\n      <div class=\"item\">\r\n        <label>\ub3c4\uc5b4\/\ucee4\ubc84 \ubb34\uac8c<\/label>\r\n        <input type=\"number\" id=\"weight\" placeholder=\"\uc608\uc2dc: 5\" oninput=\"calcTorque()\">\r\n        <span class=\"input-unit\">kg<\/span>\r\n      <\/div>\r\n      <div class=\"item\">\r\n        <label>\ubb34\uac8c \uc911\uc2ec\uae4c\uc9c0\uc758 \uac70\ub9ac(d)<\/label>\r\n        <input type=\"number\" id=\"length\" placeholder=\"\uc608: 150\" oninput=\"calcTorque()\">\r\n        <span class=\"input-unit\">mm<\/span>\r\n      <\/div>\r\n      <div class=\"item\">\r\n        <label>\uacbd\ucca9 \uac1c\uc218<\/label>\r\n        <input type=\"number\" id=\"num\" value=\"2\" min=\"1\" oninput=\"calcTorque()\">\r\n        <span class=\"input-unit\">\uac1c\uc218<\/span>\r\n      <\/div>\r\n      <div class=\"item cg-position\">\r\n        <label>\uc548\uc804 \uacc4\uc218(\uc77c\ubc18 1.5\/\uace0\uc8fc\uae30 2.0)<\/label>\r\n        <input type=\"number\" id=\"safeRate\" value=\"1.5\" step=\"0.1\" min=\"1.0\" max=\"3.0\" oninput=\"calcTorque()\">\r\n        <span class=\"input-unit\">-<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"result\">\r\n      <div class=\"side-tip\" id=\"sideTip\">\r\n        \u26a0\ufe0f \uce21\uba74 \uac1c\ubc29\ud615 \ub3c4\uc5b4: \uc911\ub825\uc740 \uc218\uc9c1 \ud78c\uc9c0 \ucd95 \uc8fc\uc704\uc5d0 \ud1a0\ud06c\ub97c \uc0dd\uc131\ud558\uc9c0 \uc54a\uc73c\ubbc0\ub85c \uc720\uc9c0 \ud1a0\ud06c\uac00 \uc9c0\ubc30\uc801\uc778 \uc694\uc18c\uac00 \uc544\ub2d9\ub2c8\ub2e4. \uc6d0\ud558\ub294 \ub310\ud551 \ub290\ub08c\uacfc \uc0ac\uc774\ud074 \uc218\uba85\uc5d0 \ub530\ub77c \ud78c\uc9c0\ub97c \uc120\ud0dd\ud558\uac70\ub098 \uc5d4\uc9c0\ub2c8\uc5b4\uc5d0\uac8c \ubb38\uc758\ud558\uc5ec \ucd94\ucc9c\uc744 \ubc1b\uc73c\uc138\uc694.\r\n      <\/div>\r\n      <div>\ud78c\uc9c0\ub2f9 \ud544\uc694\ud55c \ud1a0\ud06c<\/div>\r\n      <div class=\"torque-val\" id=\"torqueResult\">0.00<\/div>\r\n      <div>N-m<\/div>\r\n      <div class=\"tip\">\r\n        \uc9c0\uc815\ub41c \uac70\ub9ac\uc5d0\uc11c\uc758 \ubb34\uac8c \uc911\uc2ec \uae30\uc900 | \uc548\uc804 \uacc4\uc218\uac00 \uc801\uc6a9\ub41c \uc815\uc801 \ud640\ub529 \ud1a0\ud06c \ubaa8\ub378\r\n      <\/div>\r\n      <div class=\"model-suggest\" id=\"modelSuggest\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"usage-instructions\">\r\n    <h3>\uc774 \uacc4\uc0b0\uae30 \uc0ac\uc6a9 \ubc29\ubc95<\/h3>\r\n    <ul>\r\n      <li>1. 1. <span class=\"parameter-def\">\uc624\ud504\ub2dd \uc720\ud615<\/span>: \uc218\ud3c9\uc73c\ub85c \uacbd\ucca9\uc774 \ub2ec\ub9b0 \ucee4\ubc84\uc758 \uacbd\uc6b0 \u201c\uc0c1\ub2e8\/\ud558\ub2e8 \ud50c\ub7a9 \ucee4\ubc84\u201d, \uc218\uc9c1\ucd95 \ub3c4\uc5b4\uc758 \uacbd\uc6b0 \u201c\uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4\u201d.<\/li>\r\n      <li>2. 2. <span class=\"parameter-def\">\ub3c4\uc5b4\/\ucee4\ubc84 \ubb34\uac8c<\/span>\ub3c4\uc5b4 \ub610\ub294 \ucee4\ubc84\uc5d0 \uc7a5\ucc29\ub41c \ubaa8\ub4e0 \uac83\uc744 \ud3ec\ud568\ud55c \ub3c4\uc5b4 \ub610\ub294 \ucee4\ubc84\uc758 \ucd1d \ubb34\uac8c(\ud0ac\ub85c\uadf8\ub7a8(kg)).<\/li>\r\n      <li>3. 3. <span class=\"parameter-def\">\ubb34\uac8c \uc911\uc2ec\uae4c\uc9c0\uc758 \uac70\ub9ac(d)<\/span>\ud78c\uc9c0 \ucd95\uc5d0\uc11c \ud328\ub110\uc758 \ubb34\uac8c \uc911\uc2ec\uae4c\uc9c0\uc758 \uc218\ud3c9 \uac70\ub9ac, \ubc00\ub9ac\ubbf8\ud130(mm) \ub2e8\uc704\uc785\ub2c8\ub2e4. \uade0\uc77c\ud55c \ud3c9\uba74 \ud328\ub110\uc758 \uacbd\uc6b0 \ud328\ub110 \uae38\uc774\uc758 \uc57d \uc808\ubc18\uc785\ub2c8\ub2e4.<\/li>\r\n      <li>4. 4. <span class=\"parameter-def\">\uacbd\ucca9 \uac1c\uc218<\/span>\ub3c4\uc5b4\/\ucee4\ubc84\ub97c \uc9c0\uc9c0\ud558\ub294 \uacbd\ucca9\uc758 \ucd1d \uac1c\uc218(\ucd5c\uc18c 1\uac1c).<\/li>\r\n      <li>5. 5. <span class=\"parameter-def\">\uc548\uc804 \uacc4\uc218<\/span>: \uc77c\ubc18 \uc0ac\uc6a9 \uc2dc 1.5, \uc0ac\uc6a9 \ube48\ub3c4\uac00 \ub192\uac70\ub098 \uc9c4\ub3d9\uc774 \uc2ec\ud558\uac70\ub098 \uc548\uc804\uc774 \uc911\uc694\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uacbd\uc6b0 2.0.<\/li>\r\n      <li>6. \uacc4\uc0b0\uae30\ub294 \ud78c\uc9c0\ub2f9 \ud544\uc694\ud55c \ud640\ub529 \ud1a0\ud06c\ub97c \uc2e4\uc2dc\uac04\uc73c\ub85c \ub274\ud134\ubbf8\ud130(N-m) \ub2e8\uc704\ub85c \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/li>\r\n      <li>\u26a0\ufe0f \ucc38\uace0: \uce21\uba74 \uac1c\ubc29 \ub3c4\uc5b4\uc758 \uacbd\uc6b0 \uc720\uc9c0 \ud1a0\ud06c\ub294 \uc9c0\ubc30 \uc694\uc18c\uac00 \uc544\ub2d9\ub2c8\ub2e4(\uc911\ub825\uc740 \uc218\uc9c1 \ucd95\uc744 \uc911\uc2ec\uc73c\ub85c \ud68c\uc804 \ud1a0\ud06c\ub97c \uc0dd\uc131\ud558\uc9c0 \uc54a\uc74c).<\/li>\r\n    <\/ul>\r\n    <p class=\"formula-link\">\uc774 \uacc4\uc0b0\uae30\uc758 \uacf5\uc2dd\uc774 \uad81\uae08\ud558\uc2e0\uac00\uc694? \ub2e4\uc74c \uac00\uc774\ub4dc\ub97c \uc77d\uc5b4\ubcf4\uc138\uc694. <a href=\"\/ko\/how-to-calculate-torque-hinge-requirement\/\">\ud1a0\ud06c \ud78c\uc9c0 \uc694\uad6c \uc0ac\ud56d \uacc4\uc0b0 \ubc29\ubc95<\/a>.<\/p>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\nconst g = 9.81;\r\n\r\nfunction calcTorque(){\r\n    let type = document.getElementById('type').value;\r\n    let m = parseFloat(document.getElementById('weight').value) || 0;\r\n    let d = parseFloat(document.getElementById('length').value) || 0;\r\n    let n = parseFloat(document.getElementById('num').value) || 1;\r\n    let safe = parseFloat(document.getElementById('safeRate').value) || 1.5;\r\n\r\n    n = n < 1 ? 1 : n;\r\n\r\n    const arm = d \/ 1000; \/\/ mm \u2192 m\r\n\r\n    const sideTip = document.getElementById('sideTip');\r\n    const resultEl = document.getElementById('torqueResult');\r\n    const suggestEl = document.getElementById('modelSuggest');\r\n\r\n    if (type === 'side') {\r\n        \/\/ \u4fa7\u5f00\u95e8:\u91cd\u529b\u4e0d\u4ea7\u751f\u7ed5\u5782\u76f4\u8f74\u626d\u77e9 \u2192 \u4e0d\u7ed9\u5047\u6570\u5b57\r\n        sideTip.style.display = 'block';\r\n        resultEl.innerText = '\u2014';\r\n        suggestEl.style.display = 'none';\r\n        return;\r\n    }\r\n\r\n    sideTip.style.display = 'none';\r\n    const torque = (m * g * arm * safe) \/ n;\r\n    resultEl.innerText = torque.toFixed(2);\r\n\r\n    \/\/ \u667a\u80fd\u578b\u53f7\u63a8\u8350(\u5bfc\u8d2d\u6f0f\u6597)\r\n    showModelSuggestion(torque, suggestEl, m);\r\n}\r\n\r\nfunction showModelSuggestion(t, el, m){\r\n    if (!m || t <= 0) { el.style.display = 'none'; return; }\r\n\r\n    let html = '';\r\n    if (t <= 1.0) {\r\n        html = 'This sits in our <a href=\"\/products\/torque-hinges\/mini-compact-torque-hinges\/\">mini \/ compact torque hinge<\/a> range (resolution from 0.1 N\u00b7m).';\r\n    } else if (t <= 6) {\r\n        html = 'This matches our <a href=\"\/products\/torque-hinges\/constant-torque-hinges\/\">constant torque<\/a> and <a href=\"\/products\/torque-hinges\/adjustable-torque-hinges\/\">adjustable torque hinge<\/a> ranges.';\r\n    } else if (t <= 25) {\r\n        html = 'This calls for an <a href=\"\/products\/torque-hinges\/adjustable-torque-hinges\/\">adjustable torque hinge<\/a>, or distributing the load across more hinges. Custom torque values are available.';\r\n    } else {\r\n        html = 'This exceeds a typical single-hinge rating. Consider adding more hinges, or <a href=\"\/contact-us\/\">contact our engineers<\/a> for a custom high-torque solution.';\r\n    }\r\n    el.innerHTML = '\ud83d\udca1 ' + html;\r\n    el.style.display = 'block';\r\n}\r\n\r\ndocument.getElementById('type').addEventListener('change', calcTorque);\r\nwindow.onload = calcTorque;\r\n<\/script>\r\n<\/body>\r\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Industrial Torque Hinge Calculator Industrial Torque Hinge Calculator Hinge Axis (Rotation Center) Center of Gravity (CG) Gravity (mg) d (to CG) 0\u00b0 \u2192 90\u00b0 Vertical Side View: Torque = m \u00d7 g \u00d7 d (distance to centre of gravity). Maximum torque occurs at the horizontal (0\u00b0) position for flap covers. Get a Quote for Matched [&hellip;]<\/p>\n","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-3794","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Torque Hinge Calculator | Free Holding-Torque Tool<\/title>\n<meta name=\"description\" content=\"Free torque hinge calculator: enter panel weight and distance, get required holding torque in N\u00b7m with safety factor. Instant results for hinge selection.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Torque Hinge Calculator | Free Holding-Torque Tool\" \/>\n<meta property=\"og:description\" content=\"Free torque hinge calculator: enter panel weight and distance, get required holding torque in N\u00b7m with safety factor. Instant results for hinge selection.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/manufactorhinge.com\/ko\/\ud1a0\ud06c-\ud78c\uc9c0-\uacc4\uc0b0\uae30\/\" \/>\n<meta property=\"og:site_name\" content=\"Torque &amp; Industrial Hinge Manufacturer\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T09:31:55+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:\/\/manufactorhinge.com\/torque-hinge-calculator\/\",\"url\":\"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/\",\"name\":\"Torque Hinge Calculator | Free Holding-Torque Tool\",\"isPartOf\":{\"@id\":\"https:\/\/manufactorhinge.com\/#website\"},\"datePublished\":\"2026-05-22T09:10:29+00:00\",\"dateModified\":\"2026-05-22T09:31:55+00:00\",\"description\":\"Free torque hinge calculator: enter panel weight and distance, get required holding torque in N\u00b7m with safety factor. Instant results for hinge selection.\",\"breadcrumb\":{\"@id\":\"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9875\",\"item\":\"https:\/\/manufactorhinge.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Torque Hinge Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/manufactorhinge.com\/#website\",\"url\":\"https:\/\/manufactorhinge.com\/\",\"name\":\"Professional Hinge Manufacturer\",\"description\":\"Custom OEM\",\"publisher\":{\"@id\":\"https:\/\/manufactorhinge.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/manufactorhinge.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/manufactorhinge.com\/#organization\",\"name\":\"Professional Hinge Manufacturer\",\"url\":\"https:\/\/manufactorhinge.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/manufactorhinge.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/manufactorhinge.com\/wp-content\/uploads\/2026\/03\/logo-1.webp\",\"contentUrl\":\"https:\/\/manufactorhinge.com\/wp-content\/uploads\/2026\/03\/logo-1.webp\",\"width\":145,\"height\":46,\"caption\":\"Professional Hinge Manufacturer\"},\"image\":{\"@id\":\"https:\/\/manufactorhinge.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30 | \ud504\ub9ac \ud640\ub529 \ud1a0\ud06c \ub3c4\uad6c","description":"\ubb34\ub8cc \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30: \ud328\ub110 \ubb34\uac8c\uc640 \uac70\ub9ac\ub97c \uc785\ub825\ud558\uace0 \uc548\uc804 \uacc4\uc218\uc640 \ud568\uaed8 \ud544\uc694\ud55c \uc720\uc9c0 \ud1a0\ud06c(N-m)\ub97c \uad6c\ud569\ub2c8\ub2e4. \ud78c\uc9c0 \uc120\ud0dd\uc5d0 \ub300\ud55c \uc989\uac01\uc801\uc778 \uacb0\uacfc.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"ko_KR","og_type":"article","og_title":"Torque Hinge Calculator | Free Holding-Torque Tool","og_description":"Free torque hinge calculator: enter panel weight and distance, get required holding torque in N\u00b7m with safety factor. Instant results for hinge selection.","og_url":"https:\/\/manufactorhinge.com\/ko\/\ud1a0\ud06c-\ud78c\uc9c0-\uacc4\uc0b0\uae30\/","og_site_name":"Torque &amp; Industrial Hinge Manufacturer","article_modified_time":"2026-05-22T09:31:55+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:\/\/manufactorhinge.com\/torque-hinge-calculator\/","url":"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/","name":"\ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30 | \ud504\ub9ac \ud640\ub529 \ud1a0\ud06c \ub3c4\uad6c","isPartOf":{"@id":"https:\/\/manufactorhinge.com\/#website"},"datePublished":"2026-05-22T09:10:29+00:00","dateModified":"2026-05-22T09:31:55+00:00","description":"\ubb34\ub8cc \ud1a0\ud06c \ud78c\uc9c0 \uacc4\uc0b0\uae30: \ud328\ub110 \ubb34\uac8c\uc640 \uac70\ub9ac\ub97c \uc785\ub825\ud558\uace0 \uc548\uc804 \uacc4\uc218\uc640 \ud568\uaed8 \ud544\uc694\ud55c \uc720\uc9c0 \ud1a0\ud06c(N-m)\ub97c \uad6c\ud569\ub2c8\ub2e4. \ud78c\uc9c0 \uc120\ud0dd\uc5d0 \ub300\ud55c \uc989\uac01\uc801\uc778 \uacb0\uacfc.","breadcrumb":{"@id":"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/manufactorhinge.com\/torque-hinge-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/manufactorhinge.com\/torque-hinge-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9875","item":"https:\/\/manufactorhinge.com\/"},{"@type":"ListItem","position":2,"name":"Torque Hinge Calculator"}]},{"@type":"WebSite","@id":"https:\/\/manufactorhinge.com\/#website","url":"https:\/\/manufactorhinge.com\/","name":"\uc804\ubb38 \uacbd\ucca9 \uc81c\uc870\uc5c5\uccb4","description":"\ub9de\ucda4\ud615 OEM","publisher":{"@id":"https:\/\/manufactorhinge.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/manufactorhinge.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/manufactorhinge.com\/#organization","name":"\uc804\ubb38 \uacbd\ucca9 \uc81c\uc870\uc5c5\uccb4","url":"https:\/\/manufactorhinge.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/manufactorhinge.com\/#\/schema\/logo\/image\/","url":"https:\/\/manufactorhinge.com\/wp-content\/uploads\/2026\/03\/logo-1.webp","contentUrl":"https:\/\/manufactorhinge.com\/wp-content\/uploads\/2026\/03\/logo-1.webp","width":145,"height":46,"caption":"Professional Hinge Manufacturer"},"image":{"@id":"https:\/\/manufactorhinge.com\/#\/schema\/logo\/image\/"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/pages\/3794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/comments?post=3794"}],"version-history":[{"count":2,"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/pages\/3794\/revisions"}],"predecessor-version":[{"id":3799,"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/pages\/3794\/revisions\/3799"}],"wp:attachment":[{"href":"https:\/\/manufactorhinge.com\/ko\/wp-json\/wp\/v2\/media?parent=3794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}