{"id":130,"date":"2025-10-31T00:25:51","date_gmt":"2025-10-31T00:25:51","guid":{"rendered":"https:\/\/vibromera.eu\/glossary\/g-grade\/"},"modified":"2026-06-08T04:12:22","modified_gmt":"2026-06-08T04:12:22","slug":"g-grade","status":"publish","type":"glossary","link":"https:\/\/vibromera.eu\/ko\/glossary\/g-grade\/","title":{"rendered":"\uade0\ud615 \ud488\uc9c8 \ub4f1\uae09(G \ub4f1\uae09)\uc774\ub780 \ubb34\uc5c7\uc785\ub2c8\uae4c?"},"content":{"rendered":"<style>\n:root {\n  --navy: #0a2540;\n  --navy-light: #1a3a5c;\n  --blue: #2563eb;\n  --blue-light: #3b82f6;\n  --blue-pale: #dbeafe;\n  --blue-ghost: #eff6ff;\n  --beige: #f5f0e8;\n  --beige-dark: #e8dfd3;\n  --beige-light: #faf7f2;\n  --white: #ffffff;\n  --text: #1e293b;\n  --text-secondary: #475569;\n  --text-muted: #94a3b8;\n  --border: #cbd5e1;\n  --border-light: #e2e8f0;\n  --success: #059669;\n  --success-light: #d1fae5;\n  --warning: #d97706;\n  --warning-light: #fef3c7;\n  --danger: #dc2626;\n  --danger-light: #fee2e2;\n  --shadow-sm: 0 1px 3px rgba(10,37,64,0.08);\n  --shadow-md: 0 4px 12px rgba(10,37,64,0.1);\n  --shadow-lg: 0 8px 30px rgba(10,37,64,0.12);\n  --radius: 12px;\n  --radius-sm: 8px;\n  --radius-lg: 16px;\n}<\/p>\n<p>* { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>body {\n  font-family: 'Source Sans 3', sans-serif;\n  color: var(--text);\n  background: var(--beige-light);\n  min-width: 1200px;\n  line-height: 1.7;\n  font-size: 16px;\n  -webkit-font-smoothing: antialiased;\n}<\/p>\n<p>\/* ===== HERO ===== *\/\n.hero {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, #234e7a 100%);\n  color: var(--white);\n  padding: 56px 0 48px;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(circle at 15% 75%, rgba(37,99,235,0.15) 0%, transparent 50%),\n    radial-gradient(circle at 85% 25%, rgba(37,99,235,0.1) 0%, transparent 50%);\n  pointer-events: none;\n}\n.hero::after {\n  content: '';\n  position: absolute; inset: 0;\n  background: url(\"data:image\/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='20' cy='20' r='2'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  pointer-events: none;\n}\n.hero-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n  position: relative;\n  z-index: 1;\n}\n.hero h1 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 46px;\n  font-weight: 400;\n  line-height: 1.15;\n  margin-bottom: 16px;\n  letter-spacing: -0.5px;\n}\n.hero h1 span { color: var(--blue-light); }\n.hero .subtitle {\n  font-size: 19px;\n  font-weight: 300;\n  color: rgba(255,255,255,0.78);\n  max-width: 800px;\n  line-height: 1.6;\n}\n.breadcrumb {\n  margin-bottom: 20px;\n  font-size: 14px;\n  color: rgba(255,255,255,0.5);\n}\n.breadcrumb a {\n  color: rgba(255,255,255,0.6);\n  text-decoration: none;\n}\n.breadcrumb a:hover { color: rgba(255,255,255,0.9); }<\/p>\n<p>\/* ===== QUICK NAV ===== *\/\n.quick-nav {\n  background: var(--white);\n  border-bottom: 1px solid var(--border-light);\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  box-shadow: var(--shadow-sm);\n}\n.quick-nav-inner {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n  display: flex;\n  gap: 0;\n  overflow-x: auto;\n}\n.quick-nav a {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  padding: 14px 20px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--text-secondary);\n  text-decoration: none;\n  white-space: nowrap;\n  border-bottom: 2px solid transparent;\n  transition: all 0.2s;\n}\n.quick-nav a:hover {\n  color: var(--blue);\n  border-bottom-color: var(--blue);\n  background: var(--blue-ghost);\n}<\/p>\n<p>\/* ===== CONTAINER ===== *\/\n.container {\n  max-width: 1280px;\n  margin: 0 auto;\n  padding: 0 48px;\n}<\/p>\n<p>\/* ===== SUMMARY DASHBOARD ===== *\/\n.summary-dashboard {\n  padding: 40px 0;\n  background: var(--white);\n  border-bottom: 1px solid var(--border-light);\n}\n.dashboard-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 32px;\n}<\/p>\n<p>\/* Calculator *\/\n.calc-panel {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius-lg);\n  padding: 32px;\n  position: relative;\n  overflow: hidden;\n}\n.calc-panel::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n  background: linear-gradient(90deg, var(--blue), var(--blue-light));\n}\n.panel-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  margin-bottom: 6px;\n  color: var(--navy);\n}\n.panel-subtitle {\n  font-size: 14px;\n  color: var(--text-muted);\n  margin-bottom: 24px;\n}\n.calc-form {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n}\n.form-group { display: flex; flex-direction: column; gap: 5px; }\n.form-group.full-width { grid-column: 1 \/ -1; }\n.form-group label {\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-secondary);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.form-group label .unit {\n  font-weight: 400;\n  text-transform: none;\n  color: var(--text-muted);\n}\n.form-group input, .form-group select {\n  padding: 10px 14px;\n  border: 1px solid var(--border);\n  border-radius: var(--radius-sm);\n  font-size: 15px;\n  font-family: 'JetBrains Mono', monospace;\n  background: var(--white);\n  color: var(--text);\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.form-group input:focus, .form-group select:focus {\n  outline: none;\n  border-color: var(--blue);\n  box-shadow: 0 0 0 3px rgba(37,99,235,0.12);\n}\n.calc-btn {\n  grid-column: 1 \/ -1;\n  padding: 13px;\n  background: var(--blue);\n  color: var(--white);\n  border: none;\n  border-radius: var(--radius-sm);\n  font-size: 15px;\n  font-weight: 600;\n  font-family: 'Source Sans 3', sans-serif;\n  cursor: pointer;\n  transition: all 0.2s;\n  margin-top: 4px;\n}\n.calc-btn:hover {\n  background: var(--navy);\n  transform: translateY(-1px);\n  box-shadow: var(--shadow-md);\n}<\/p>\n<p>\/* Results *\/\n.results-panel {\n  background: var(--navy);\n  border-radius: var(--radius-lg);\n  padding: 32px;\n  color: var(--white);\n  position: relative;\n  overflow: hidden;\n}\n.results-panel::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 100% 0%, rgba(37,99,235,0.2) 0%, transparent 60%);\n  pointer-events: none;\n}\n.results-panel .panel-title { color: var(--white); }\n.results-panel .panel-subtitle { color: rgba(255,255,255,0.5); }<\/p>\n<p>.result-primary {\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: var(--radius);\n  padding: 24px;\n  text-align: center;\n  margin-bottom: 16px;\n  position: relative;\n  z-index: 1;\n}\n.result-primary .res-label {\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--blue-light);\n  margin-bottom: 8px;\n}\n.result-primary .res-value {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 42px;\n  font-weight: 700;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.result-primary .res-unit {\n  font-size: 16px;\n  color: rgba(255,255,255,0.5);\n}<\/p>\n<p>.results-secondary {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  position: relative;\n  z-index: 1;\n}\n.res-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: var(--radius-sm);\n  padding: 16px;\n}\n.res-card .rc-label {\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: rgba(255,255,255,0.45);\n  margin-bottom: 4px;\n}\n.res-card .rc-value {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 20px;\n  font-weight: 600;\n}\n.res-card .rc-unit {\n  font-size: 12px;\n  color: rgba(255,255,255,0.4);\n}\n.results-empty {\n  text-align: center;\n  padding: 60px 20px;\n  color: rgba(255,255,255,0.35);\n  font-size: 15px;\n  position: relative;\n  z-index: 1;\n}\n.results-empty .icon { font-size: 36px; margin-bottom: 12px; display: block; }<\/p>\n<p>\/* ===== G-GRADE CARDS ===== *\/\n.grades-section {\n  padding: 40px 0 48px;\n  background: var(--beige-light);\n}\n.section-header {\n  margin-bottom: 28px;\n}\n.section-header h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 30px;\n  color: var(--navy);\n  margin-bottom: 6px;\n}\n.section-header p {\n  font-size: 16px;\n  color: var(--text-secondary);\n}<\/p>\n<p>.grade-cards {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-bottom: 36px;\n}\n.grade-card {\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius);\n  padding: 20px;\n  box-shadow: var(--shadow-sm);\n  transition: all 0.3s;\n  position: relative;\n  overflow: hidden;\n}\n.grade-card:hover {\n  box-shadow: var(--shadow-lg);\n  transform: translateY(-3px);\n}\n.grade-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n}\n.grade-card.precision::before { background: var(--blue); }\n.grade-card.standard::before { background: var(--success); }\n.grade-card.general::before { background: var(--warning); }\n.grade-card.coarse::before { background: var(--danger); }<\/p>\n<p>.gc-grade {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 24px;\n  font-weight: 700;\n  margin-bottom: 2px;\n}\n.grade-card.precision .gc-grade { color: var(--blue); }\n.grade-card.standard .gc-grade { color: var(--success); }\n.grade-card.general .gc-grade { color: var(--warning); }\n.grade-card.coarse .gc-grade { color: var(--danger); }<\/p>\n<p>.gc-velocity {\n  font-size: 12px;\n  font-family: 'JetBrains Mono', monospace;\n  color: var(--text-muted);\n  margin-bottom: 10px;\n}\n.gc-apps {\n  font-size: 13px;\n  color: var(--text-secondary);\n  line-height: 1.5;\n}\n.gc-apps strong {\n  display: block;\n  font-size: 14px;\n  color: var(--text);\n  margin-bottom: 4px;\n}<\/p>\n<p>\/* ===== TABLES ===== *\/\n.table-wrap {\n  background: var(--white);\n  border-radius: var(--radius);\n  border: 1px solid var(--border-light);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 32px;\n}\n.table-wrap .table-title {\n  padding: 16px 24px;\n  font-weight: 600;\n  font-size: 15px;\n  background: var(--beige);\n  border-bottom: 1px solid var(--border-light);\n  color: var(--navy);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n}\ntable th {\n  background: var(--navy);\n  color: var(--white);\n  padding: 12px 16px;\n  font-size: 13px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  text-align: left;\n}\ntable td {\n  padding: 11px 16px;\n  font-size: 14px;\n  border-bottom: 1px solid var(--border-light);\n  color: var(--text);\n}\ntable tr:last-child td { border-bottom: none; }\ntable tr:hover td { background: var(--blue-ghost); }\ntable td:first-child { font-weight: 600; }\n.mono {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 13px;\n}\n.tag {\n  display: inline-block;\n  padding: 2px 8px;\n  border-radius: 4px;\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n.tag.precision { background: var(--blue-pale); color: var(--navy); }\n.tag.standard { background: var(--success-light); color: #065f46; }\n.tag.general { background: var(--warning-light); color: #92400e; }\n.tag.coarse { background: var(--danger-light); color: #991b1b; }<\/p>\n<p>\/* Comparison mini-table *\/\n.compare-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-bottom: 36px;\n}<\/p>\n<p>\/* ===== MAIN CONTENT ===== *\/\n.main-content {\n  padding: 48px 0 64px;\n  background: var(--white);\n}\n.content-layout {\n  display: grid;\n  grid-template-columns: 1fr 300px;\n  gap: 48px;\n}<\/p>\n<p>\/* TOC sidebar *\/\n.toc-sidebar {\n  position: sticky;\n  top: 80px;\n  align-self: start;\n}\n.toc-box {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius);\n  padding: 24px;\n}\n.toc-box h3 {\n  font-size: 14px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}\n.toc-box a {\n  display: block;\n  padding: 6px 0;\n  font-size: 14px;\n  color: var(--text-secondary);\n  text-decoration: none;\n  border-left: 2px solid transparent;\n  padding-left: 12px;\n  transition: all 0.2s;\n}\n.toc-box a:hover {\n  color: var(--blue);\n  border-left-color: var(--blue);\n}\n.toc-box a.sub {\n  padding-left: 28px;\n  font-size: 13px;\n  color: var(--text-muted);\n}<\/p>\n<p>\/* Article *\/\n.article-content h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 28px;\n  color: var(--navy);\n  margin: 48px 0 16px;\n  padding-top: 20px;\n}\n.article-content h2:first-child { margin-top: 0; }\n.article-content h3 {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--navy-light);\n  margin: 32px 0 12px;\n}\n.article-content h4 {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--text);\n  margin: 24px 0 8px;\n}\n.article-content p {\n  margin-bottom: 16px;\n  color: var(--text);\n  line-height: 1.8;\n}\n.article-content ul, .article-content ol {\n  margin: 0 0 16px 24px;\n  line-height: 1.8;\n}\n.article-content li { margin-bottom: 6px; }\n.article-content li strong { color: var(--navy); }\n.article-content a {\n  color: var(--blue);\n  text-decoration: none;\n  border-bottom: 1px solid transparent;\n  transition: border-color 0.2s;\n}\n.article-content a:hover { border-bottom-color: var(--blue); }<\/p>\n<p>\/* Info boxes *\/\n.info-box {\n  background: var(--blue-ghost);\n  border-left: 4px solid var(--blue);\n  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;\n  padding: 20px 24px;\n  margin: 24px 0;\n}\n.info-box.warning {\n  background: #fffbeb;\n  border-left-color: var(--warning);\n}\n.info-box.success {\n  background: #ecfdf5;\n  border-left-color: var(--success);\n}\n.info-box .box-title {\n  font-weight: 700;\n  font-size: 15px;\n  margin-bottom: 6px;\n  color: var(--navy);\n}\n.info-box p { margin-bottom: 8px; font-size: 14px; }\n.info-box p:last-child { margin-bottom: 0; }<\/p>\n<p>\/* Example block *\/\n.example-block {\n  background: var(--beige-light);\n  border: 1px solid var(--beige-dark);\n  border-radius: var(--radius);\n  padding: 28px;\n  margin: 24px 0;\n}\n.example-block .example-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 18px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}<\/p>\n<p>\/* Formula highlight *\/\n.formula-box {\n  background: var(--navy);\n  color: var(--white);\n  border-radius: var(--radius);\n  padding: 28px 32px;\n  margin: 24px 0;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.formula-box::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 80% 50%, rgba(37,99,235,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.formula-box .formula-label {\n  font-size: 12px;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: var(--blue-light);\n  margin-bottom: 12px;\n  position: relative;\n}\n.formula-box .formula-main {\n  font-family: 'JetBrains Mono', monospace;\n  font-size: 26px;\n  font-weight: 600;\n  position: relative;\n  line-height: 1.4;\n}\n.formula-box .formula-note {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  margin-top: 12px;\n  position: relative;\n}<\/p>\n<p>\/* Article table *\/\n.article-table {\n  width: 100%;\n  margin: 20px 0;\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n}\n.article-table th { padding: 10px 14px; font-size: 12px; }\n.article-table td { padding: 10px 14px; font-size: 14px; }<\/p>\n<p>\/* Visual scale bar *\/\n.scale-bar-wrap {\n  margin: 24px 0;\n}\n.scale-bar-label {\n  display: flex;\n  justify-content: space-between;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  color: var(--text-muted);\n  margin-bottom: 8px;\n}\n.scale-bar {\n  height: 40px;\n  border-radius: var(--radius-sm);\n  overflow: hidden;\n  display: flex;\n  position: relative;\n}\n.scale-seg {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: 700;\n  color: var(--white);\n  transition: flex 0.3s;\n}<\/p>\n<p>\/* ===== SHOP CTA ===== *\/\n.shop-cta {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);\n  padding: 48px 0;\n  color: var(--white);\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.shop-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(circle at 50% 50%, rgba(37,99,235,0.15) 0%, transparent 60%);\n  pointer-events: none;\n}\n.shop-cta h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: 32px;\n  margin-bottom: 12px;\n  position: relative;\n}\n.shop-cta p {\n  font-size: 17px;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 28px;\n  max-width: 640px;\n  margin-left: auto;\n  margin-right: auto;\n  position: relative;\n}\n.shop-cta .cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 36px;\n  background: var(--blue);\n  color: var(--white);\n  text-decoration: none;\n  border-radius: var(--radius-sm);\n  font-weight: 600;\n  font-size: 16px;\n  transition: all 0.2s;\n  position: relative;\n}\n.shop-cta .cta-btn:hover {\n  background: var(--blue-light);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 24px rgba(37,99,235,0.3);\n}<\/p>\n<p>\/* Footer *\/\n.page-footer {\n  background: var(--beige);\n  border-top: 1px solid var(--beige-dark);\n  padding: 32px 0;\n  text-align: center;\n}\n.page-footer a { color: var(--blue); text-decoration: none; font-weight: 500; }\n.page-footer p { font-size: 14px; color: var(--text-muted); }<\/p>\n<p>\/* Animations *\/\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(16px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n.animate-in { animation: fadeInUp 0.5s ease-out forwards; }\n.delay-1 { animation-delay: 0.1s; opacity: 0; }\n.delay-2 { animation-delay: 0.2s; opacity: 0; }<\/p>\n<p>@media print {\n  .quick-nav, .shop-cta { display: none; }\n  body { min-width: auto; }\n}\n<\/style>\n<p><!-- HERO --><\/p>\n<header class=\"hero\">\n<div class=\"hero-inner\">\n<div class=\"breadcrumb\">\n      <a href=\"https:\/\/vibromera.eu\/ko\/\">\ud648<\/a> \u2192 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\uc5b4\ud718<\/a> \u2192 \uade0\ud615 \ud488\uc9c8 \ub4f1\uae09\n    <\/div>\n<h1>\uc774\ud574 <span>\uade0\ud615 \ud488\uc9c8 \ub4f1\uae09<\/span> (G\ub4f1\uae09)<\/h1>\n<p class=\"subtitle\">ISO \ud45c\uc900\uc5d0 \ub530\ub77c \ud5c8\uc6a9 \uac00\ub2a5\ud55c \uc794\ub958 \ubd88\uade0\ud615\uc744 \ubd84\ub958\ud558\ub294 \uc2dc\uc2a4\ud15c - \uc815\ubc00 \uc790\uc774\ub85c\uc2a4\ucf54\ud504(G0.4)\ubd80\ud130 \ub300\ud615 \uc120\ubc15\uc6a9 \ub514\uc824 \uc5d4\uc9c4(G4000)\uae4c\uc9c0. \uacc4\uc0b0\uae30, \ucc38\uace0\ud45c \ubc0f \uc2e4\uc81c \uc608\uc81c\uac00 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<\/header>\n\t\t<section class=\"woocommerce hestia-shop products is-shortcode\" id=\"products\" data-sorder=\"hestia_shop\" >\n\t\t\t\t\t\t<div class=\"\">\n\t\t\t\t\t\t<div class=\"hestia-shop-content\">\n\t\t\t<div class=\"row\" data-aos=\"fade-up\" >\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-1\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-1\/\" title=\"\ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c &amp; \uc9c4\ub3d9 \ubd84\uc11d\uae30 Balanset-1A\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Balanset-1A \ud480 \ud0a4\ud2b8 \ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c \ubc0f \uc9c4\ub3d9 \ubd84\uc11d\uae30\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/09\/77-e1693745667801-272x182.webp 272w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/devices\/\" rel=\"tag\">\ub514\ubc14\uc774\uc2a4<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-1\/\" title=\"\ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c &amp; \uc9c4\ub3d9 \ubd84\uc11d\uae30 Balanset-1A\">\ud734\ub300\uc6a9 \ubc38\ub7f0\uc11c &amp; \uc9c4\ub3d9 \ubd84\uc11d\uae30 Balanset-1A<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>1,975.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=986\" data-quantity=\"1\" data-product_id=\"986\" data-product_sku=\"BS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=986\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_986\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"986\" data-product_sku=\"BS-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\" rel=\"nofollow\" data-success_message=\"\u201cPortable balancer &amp; Vibration analyzer Balanset-1A\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_986\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/vibration-sensor\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/vibration-sensor\/\" title=\"\uc9c4\ub3d9 \uc13c\uc11c\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Balanset-1A \uc9c4\ub3d9 \uc13c\uc11c \ud074\ub85c\uc988\uc5c5\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-3.webp 1280w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/vibration-sensor\/\" title=\"\uc9c4\ub3d9 \uc13c\uc11c\">\uc9c4\ub3d9 \uc13c\uc11c<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>90.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1820\" data-quantity=\"1\" data-product_id=\"1820\" data-product_sku=\"VS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1820\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1820\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1820\" data-product_sku=\"VS-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cVibration sensor\u201d\" rel=\"nofollow\" data-success_message=\"\u201cVibration sensor\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1820\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/optical-sensor-for-balanset-and-arbalance\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-1536x1023.webp 1536w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/ZKqzGXSCCBU.webp 1600w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/optical-sensor-for-balanset-and-arbalance\/\" title=\"\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)\">\uad11\ud559 \uc13c\uc11c(\ub808\uc774\uc800 \ud68c\uc804 \uc18d\ub3c4\uacc4)<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>124.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1832\" data-quantity=\"1\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1832\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1832\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1832\" data-product_sku=\"Tach-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cOptical Sensor (Laser Tachometer)\u201d\" rel=\"nofollow\" data-success_message=\"\u201cOptical Sensor (Laser Tachometer)\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1832\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-4\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-4\/\" title=\"\ubc1c\ub780\uc14b-4\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Vibromera \ub85c\ud130 \ubc38\ub7f0\uc2f1 \ud0a4\ud2b8: \uc6b4\ubc18\uc6a9 \ucf00\uc774\uc2a4, \ub2e4\ucc44\ub110 \uc2e0\ud638 \ucee8\ub514\uc154\ub108, \ud734\ub300\uc6a9 \ubd84\uc11d\uae30, \uc790\uc11d \ubc1b\uce68\ub300, \uc9c4\ub3d9 \uc13c\uc11c \ubc0f \ucf54\uc77c \ucf00\uc774\ube14.\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-18x12.webp 18w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2022\/12\/balkom4.webp 640w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/devices\/\" rel=\"tag\">\ub514\ubc14\uc774\uc2a4<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/balanset-4\/\" title=\"\ubc1c\ub780\uc14b-4\">\ubc1c\ub780\uc14b-4<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>6,803.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1833\" data-quantity=\"1\" data-product_id=\"1833\" data-product_sku=\"BS-4\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1833\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1833\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1833\" data-product_sku=\"BS-4\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cBalanset-4\u201d\" rel=\"nofollow\" data-success_message=\"\u201cBalanset-4\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1833\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div><!-- \/.row --><div class=\"row\">\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/magnet-stand\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/magnet-stand\/\" title=\"\ub9c8\uadf8\ub124\ud2f1 \uc2a4\ud0e0\ub4dc \uc778\uc0ac\uc774\uc988-60-kgf\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\uc790\uc11d \ubca0\uc774\uc2a4.\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-1024x682.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2018\/05\/IMG-36.webp 1280w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/magnet-stand\/\" title=\"\ub9c8\uadf8\ub124\ud2f1 \uc2a4\ud0e0\ub4dc \uc778\uc0ac\uc774\uc988-60-kgf\">\ub9c8\uadf8\ub124\ud2f1 \uc2a4\ud0e0\ub4dc \uc778\uc0ac\uc774\uc988-60-kgf<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>46.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1852\" data-quantity=\"1\" data-product_id=\"1852\" data-product_sku=\"MS-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=1852\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1852\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1852\" data-product_sku=\"MS-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cMagnetic Stand Insize-60-kgf\u201d\" rel=\"nofollow\" data-success_message=\"\u201cMagnetic Stand Insize-60-kgf\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1852\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/reflective-tape\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/reflective-tape\/\" title=\"\ubc18\uc0ac \ud14c\uc774\ud504\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\ubc18\uc0ac \ud14c\uc774\ud504\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-16x12.webp 16w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-460x306.webp 460w, https:\/\/vibromera.eu\/wp-content\/uploads\/2023\/05\/s-l1600-272x182.webp 272w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/parts\/\" rel=\"tag\">\ubd80\ud488<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/reflective-tape\/\" title=\"\ubc18\uc0ac \ud14c\uc774\ud504\">\ubc18\uc0ac \ud14c\uc774\ud504<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>10.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=2329\" data-quantity=\"1\" data-product_id=\"2329\" data-product_sku=\"rt-1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=2329\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2329\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2329\" data-product_sku=\"rt-1\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cReflective tape\u201d\" rel=\"nofollow\" data-success_message=\"\u201cReflective tape\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2329\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"col-ms-6 col-sm-6 col-md-3 shop-item\">\n\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/dynamic-balancer-balanset-1a\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"card-image\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/vibromera.eu\/ko\/product\/dynamic-balancer-balanset-1a\/\" title=\"\ub3d9\uc801 \ubc38\ub7f0\uc11c &quot;Balanset-1A&quot; OEM\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"230\" height=\"153\" src=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\uc778\ud130\ud398\uc774\uc2a4 \uc720\ub2db, \uc13c\uc11c, \ud68c\uc804 \uc18d\ub3c4\uacc4 \ubc0f \uc561\uc138\uc11c\ub9ac\uac00 \ud3ec\ud568\ub41c Balanset-1A \ud0a4\ud2b8 \uad6c\uc131\ud488\" srcset=\"https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-230x153.webp 230w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-600x400.webp 600w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-300x200.webp 300w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-1024x683.webp 1024w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-768x512.webp 768w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-1536x1024.webp 1536w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-2048x1366.webp 2048w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-360x240.webp 360w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-272x182.webp 272w, https:\/\/vibromera.eu\/wp-content\/uploads\/2021\/11\/\u0411\u0430\u043b\u043a\u043e\u043c\u041a\u0438\u0442-scaled-e1732998877834.webp 708w\" sizes=\"auto, (max-width: 230px) 100vw, 230px\" \/>\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<div class=\"ripple-container\"><\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t\t<span class=\"category\"><a href=\"https:\/\/vibromera.eu\/ko\/product-category\/devices\/\" rel=\"tag\">\ub514\ubc14\uc774\uc2a4<\/a><\/span>\n\t\t\t\t\t\t\t\t<h4 class=\"card-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"shop-item-title-link\" href=\"https:\/\/vibromera.eu\/ko\/product\/dynamic-balancer-balanset-1a\/\" title=\"\ub3d9\uc801 \ubc38\ub7f0\uc11c &quot;Balanset-1A&quot; OEM\">\ub3d9\uc801 \ubc38\ub7f0\uc11c \"Balanset-1A\" OEM<\/a>\n\n\t\t\t\t\t\t\t\t<\/h4>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"footer\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"price\"><h4><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">\u20ac<\/span>1,735.00<\/span> + \ubd80\uac00\uac00\uce58\uc138(\ud574\ub2f9\ub418\ub294 \uacbd\uc6b0)<\/h4><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"stats\">\n\t\t\t\t\t\t\t\t\t\t<a rel=\"nofollow\" href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=4193\" data-quantity=\"1\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart btn btn-just-icon btn-simple btn-default\" title=\"\uc7a5\ubc14\uad6c\ub2c8\" data-no-translation-title=\"\"><i rel=\"tooltip\" data-original-title=\"\uc7a5\ubc14\uad6c\ub2c8\" class=\"fas fa-cart-plus\" data-no-translation-data-original-title=\"\"><\/i><\/a>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a><a href=\"\/ko\/wp-json\/wp\/v2\/glossary\/130?add-to-cart=4193\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_4193\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"4193\" data-product_sku=\"BS-1OEM\" aria-label=\"\uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00: \u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\" rel=\"nofollow\" data-success_message=\"\u201cDynamic balancer \u201cBalanset-1A\u201d OEM\u201d\uc774(\uac00) \uc7a5\ubc14\uad6c\ub2c8\uc5d0 \ucd94\uac00\ub410\uc2b5\ub2c8\ub2e4\" data-no-translation=\"\" data-trp-gettext=\"\" data-no-translation-aria-label=\"\" data-no-translation-data-success_message=\"\">\uc7a5\ubc14\uad6c\ub2c8<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_4193\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/section>\n\t\t\n<p><!-- QUICK NAV --><\/p>\n<nav class=\"quick-nav\">\n<div class=\"quick-nav-inner\">\n    <a href=\"#calculator\">\u2699 \uacc4\uc0b0\uae30<\/a><br \/>\n    <a href=\"#grade-overview\">\ud83d\udcca \ub4f1\uae09 \uac1c\uc694<\/a><br \/>\n    <a href=\"#full-table\">\ud83d\udccb ISO \ud45c<\/a><br \/>\n    <a href=\"#definition\">\ud83d\udcd0 \uc815\uc758<\/a><br \/>\n    <a href=\"#how-it-works\">\ud83d\udd22 \uc791\ub3d9 \ubc29\uc2dd<\/a><br \/>\n    <a href=\"#selecting\">\ud83c\udfaf \ub4f1\uae09 \uc120\ud0dd\ud558\uae30<\/a><br \/>\n    <a href=\"#practical\">\ud83d\udee0 \uc2e4\uc81c \uc0ac\ub840<\/a><br \/>\n    <a href=\"#two-plane\">\u2696 2\uba74 \ubc38\ub7f0\uc2f1<\/a><br \/>\n    <a href=\"#common-mistakes\">\u26a0 \uc77c\ubc18\uc801\uc778 \uc2e4\uc218<\/a><br \/>\n    <a href=\"#importance\">\ud83d\udca1 \uc65c \uc911\uc694\ud55c\uac00<\/a>\n  <\/div>\n<\/nav>\n<p><!-- SUMMARY DASHBOARD --><\/p>\n<section class=\"summary-dashboard\" id=\"calculator\">\n<div class=\"container\">\n<div class=\"dashboard-grid\">\n<p>      <!-- Calculator --><\/p>\n<div class=\"calc-panel animate-in\">\n<h2 class=\"panel-title\">\ud5c8\uc6a9 \ubd88\uade0\ud615 \uacc4\uc0b0\uae30<\/h2>\n<p class=\"panel-subtitle\">U\ub97c \uacc4\uc0b0\ud558\uc138\uc694<sub>\ub2f9<\/sub> ISO 21940-11(\uc774\uc804 ISO 1940-1)\uc5d0 \uae30\ubc18\ud568<\/p>\n<div class=\"calc-form\">\n<div class=\"form-group\">\n            <label>G\ub4f1\uae09<\/label><br \/>\n            <select id=\"gGrade\"><option value=\"0.4\">G 0.4 \u2014 \uc790\uc774\ub85c\uc2a4\ucf54\ud504, \uc815\ubc00 \uc2a4\ud540\ub4e4<\/option><option value=\"0.7\">G 0.7 \u2014 \uc815\ubc00 \uc5f0\uc0ad\uae30<\/option><option value=\"1\">G 1.0 \u2014 \uc5f0\uc0ad\uae30, \uc18c\ud615 \ubaa8\ud130<\/option><option value=\"1.5\">G 1.5 \u2014 \uc624\ub514\uc624\/\ube44\ub514\uc624 \ub4dc\ub77c\uc774\ube0c<\/option><option value=\"2.5\" selected>G 2.5 \u2014 \ud130\ube48, \ub300\ud615 \ubaa8\ud130, \ud38c\ud504<\/option><option value=\"4\">G 4.0 \u2014 \uc555\ucd95\uae30, \uc77c\ubc18 \uae30\uacc4\ub958<\/option><option value=\"6.3\">G 6.3 \u2014 \ud32c, \ud50c\ub77c\uc774\ud720, \uacf5\uc815 \uc7a5\ube44<\/option><option value=\"10\">G 10 \u2014 \uc77c\ubc18 \ud574\uc591, \ub514\uc824 \uc5b4\uc148\ube14\ub9ac<\/option><option value=\"16\">G 16 \u2014 \ud06c\ub7ad\ud06c\ucd95 (\ud2b8\ub7ed, \uae30\uad00\ucc28)<\/option><option value=\"25\">G 25 \u2014 \ub18d\uc5c5 \uae30\uacc4<\/option><option value=\"40\">G 40 \u2014 \uc790\ub3d9\ucc28 \ud720, \uad6c\ub3d9\ucd95<\/option><option value=\"100\">G 100 \u2014 \uc800\uc18d \ud574\uc591 \ub514\uc824 \uc5d4\uc9c4 \uc5b4\uc148\ube14\ub9ac<\/option><option value=\"250\">G 250 \u2014 \uc800\uc18d \ub300\ud615 \ub514\uc824 \uae30\uad00\ucc28 (\uc2a4\ud504\ub9c1 \uc7a5\ucc29)<\/option><option value=\"630\">G 630 \u2014 \uac70\uce5c \uc655\ubcf5 \uc5d4\uc9c4<\/option><option value=\"4000\">G 4000 \u2014 \ub9e4\uc6b0 \uac70\uce5c (\uc2a4\ud504\ub9c1\uc2dd \ud06c\ub7ad\ud06c\ucd95)<\/option><\/select>\n          <\/div>\n<div class=\"form-group\">\n            <label>\ub85c\ud130 \uc9c8\ub7c9 <span class=\"unit\">(kg)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"rotorMass\" value=\"25\" min=\"0.001\" step=\"0.1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\uc11c\ube44\uc2a4 \uc18d\ub3c4 <span class=\"unit\">(RPM)<\/span><\/label><br \/>\n            <input type=\"number\" id=\"serviceRPM\" value=\"3000\" min=\"1\" step=\"1\">\n          <\/div>\n<div class=\"form-group\">\n            <label>\ud3c9\uba74 \uc218 <span class=\"unit\">(\ubcf4\uc815)<\/span><\/label><br \/>\n            <select id=\"numPlanes\"><option value=\"1\">\ub2e8\uc77c \ud3c9\uba74<\/option><option value=\"2\" selected>2\uba74<\/option><\/select>\n          <\/div>\n<p>          <button class=\"calc-btn\" onclick=\"calculate()\">\ud5c8\uc6a9 \uac00\ub2a5\ud55c \ubd88\uade0\ud615 \uacc4\uc0b0 \u2192<\/button>\n        <\/div>\n<\/p><\/div>\n<p>      <!-- Results --><\/p>\n<div class=\"results-panel animate-in delay-1\">\n<h2 class=\"panel-title\">\uacc4\uc0b0\ub41c \ud5c8\uc6a9 \uc624\ucc28<\/h2>\n<p class=\"panel-subtitle\">ISO 21940-11\uc5d0 \ub530\ub978 \uacb0\uacfc<\/p>\n<div id=\"resultsArea\">\n<div class=\"results-empty\">\n            <span class=\"icon\">\u2696<\/span><br \/>\n            \ub85c\ud130 \ub9e4\uac1c \ubcc0\uc218\ub97c \uc785\ub825\ud558\uace0 \uacc4\uc0b0\uc744 \ud074\ub9ad\ud569\ub2c8\ub2e4.<br \/>\ud5c8\uc6a9 \uac00\ub2a5\ud55c \ubd88\uade0\ud615\uc744 \ud655\uc778\ud558\uae30 \uc704\ud574\n          <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- G-GRADE OVERVIEW CARDS + TABLES --><\/p>\n<section class=\"grades-section\" id=\"grade-overview\">\n<div class=\"container\">\n<div class=\"section-header\">\n<h2>G\ub4f1\uae09 \uac1c\uc694 \u2014 \ud55c\ub208\uc5d0 \ubcf4\uae30<\/h2>\n<p>\uc0b0\uc5c5 \ud604\uc7a5\uc5d0\uc11c \uac00\uc7a5 \uc77c\ubc18\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\ub294 \uc800\uc6b8 \ud488\uc9c8 \ub4f1\uae09\uc5d0 \ub300\ud55c \ube60\ub978 \ucc38\uc870 \uce74\ub4dc<\/p>\n<\/p><\/div>\n<div class=\"grade-cards\">\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">G 0.4<\/div>\n<div class=\"gc-velocity\">0.4 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\ucd08\uc815\ubc00<\/strong><br \/>\n          \uc790\uc774\ub85c\uc2a4\ucf54\ud504, \uc815\ubc00 \uc2a4\ud540\ub4e4, \uace0\uc18d \uce58\uacfc\/\uc218\uc220 \ub3c4\uad6c, \uc704\uc131 \ubc18\uc791\uc6a9 \ud720\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card precision\">\n<div class=\"gc-grade\">G 1.0<\/div>\n<div class=\"gc-velocity\">1.0mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\uace0\uc815\ubc00\ub3c4<\/strong><br \/>\n          \uc5f0\uc0ad\uae30 \uad6c\ub3d9 \uc7a5\uce58, \uc18c\ud615 \uc804\uae30 \ubaa8\ud130, \uace0\uc18d \uac00\uacf5 \uc2a4\ud540\ub4e4, \ucef4\ud4e8\ud130 \ud558\ub4dc \ub4dc\ub77c\uc774\ube0c\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">G 2.5<\/div>\n<div class=\"gc-velocity\">2.5mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\ud45c\uc900 \uc815\ubc00\ub3c4<\/strong><br \/>\n          \uac00\uc2a4\/\uc99d\uae30 \ud130\ube48, \ubc1c\uc804\uae30, \uc911\ub300\ud615 \uc804\uae30 \ubaa8\ud130, \ud130\ubcf4\ucc28\uc800, \uacf5\uc791\uae30\uacc4 \uad6c\ub3d9 \uc7a5\uce58\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card standard\">\n<div class=\"gc-grade\">G 6.3<\/div>\n<div class=\"gc-velocity\">6.3mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\uc77c\ubc18 \uc0b0\uc5c5<\/strong><br \/>\n          \ud32c, \ud38c\ud504 \uc784\ud3a0\ub7ec, \ud50c\ub77c\uc774\ud720, \uc6d0\uc2ec\ubd84\ub9ac\uae30, \uacf5\uc815 \uc124\ube44 \uae30\uacc4, HVAC \uc7a5\ube44\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">G 16<\/div>\n<div class=\"gc-velocity\">16 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\uac70\uce5c \uc0b0\uc5c5\uc6a9<\/strong><br \/>\n          \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58(\ud2b8\ub7ed, \uae30\uad00\ucc28), \ub18d\uae30\uacc4 \ubd80\ud488, \uc790\ub3d9\ucc28 \ud720 \uc5b4\uc148\ube14\ub9ac\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card general\">\n<div class=\"gc-grade\">G 40<\/div>\n<div class=\"gc-velocity\">40 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\uc911\uc7a5\ube44\/\uc790\ub3d9\ucc28<\/strong><br \/>\n          \ub300\ud615 \uc800\uc18d \uc120\ubc15\uc6a9 \ub514\uc824 \uc5d4\uc9c4\uc758 \uc790\ub3d9\ucc28 \ubc14\ud034, \uad6c\ub3d9\ucd95, \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">G 100<\/div>\n<div class=\"gc-velocity\">100mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\ub9e4\uc6b0 \uac70\uce60\uac8c<\/strong><br \/>\n          \uc644\uc804\ud55c \uc800\uc18d \ub514\uc824 \uc5d4\uc9c4 \uc870\ub9bd\ud488, \uc800\uc18d \ud574\uc591 \ub514\uc824 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58(\uacac\uace0\ud558\uac8c \uc7a5\ucc29\ub428)\n        <\/div>\n<\/p><\/div>\n<div class=\"grade-card coarse\">\n<div class=\"gc-grade\">G 630+<\/div>\n<div class=\"gc-velocity\">630-4000 mm\/s<\/div>\n<div class=\"gc-apps\">\n          <strong>\uc655\ubcf5 \uc5d4\uc9c4<\/strong><br \/>\n          \ud0c4\uc131 \ub9c8\uc6b4\ud2b8\uc5d0 \uc7a5\ucc29\ub41c \ub300\ud615 \uc655\ubcf5 \uc5d4\uc9c4, \uc720\uc5f0\ud55c \uc9c0\uc9c0\ub300\uc5d0 \uc7a5\ucc29\ub41c \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>    <!-- FULL ISO TABLE --><\/p>\n<div class=\"table-wrap\" id=\"full-table\">\n<div class=\"table-title\">\ud83d\udccb ISO 21940-11 \ubc38\ub7f0\uc2a4 \ud488\uc9c8 \ub4f1\uae09 \uc804\uccb4 \ubaa9\ub85d - \ub85c\ud130 \uc801\uc6a9 \ud45c<\/div>\n<table>\n<thead>\n<tr>\n<th>G\ub4f1\uae09<\/th>\n<th>e<sub>\ub2f9<\/sub> \u00d7 \u03c9(mm\/s)<\/th>\n<th>\uc815\ubc00\ub3c4 \ud074\ub798\uc2a4<\/th>\n<th>\ub85c\ud130 \uc720\ud615\/\uc6a9\ub3c4<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G 4000<\/td>\n<td class=\"mono\">4000<\/td>\n<td><span class=\"tag coarse\">\ub9e4\uc6b0 \uac70\uce60\uac8c<\/span><\/td>\n<td>\ub300\ud615 \uc800\uc18d \ud574\uc591 \ub514\uc824 \uc5d4\uc9c4\uc758 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58(\ud0c4\uc131 \ub9c8\uc6b4\ud2b8 \uc0ac\uc6a9)\ub294 \ubcf8\uc9c8\uc801\uc73c\ub85c \ubd88\uade0\ud615\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1600<\/td>\n<td class=\"mono\">1600<\/td>\n<td><span class=\"tag coarse\">\ub9e4\uc6b0 \uac70\uce60\uac8c<\/span><\/td>\n<td>\ub300\ud615 \uc800\uc18d \ud574\uc591 \ub514\uc824 \uc5d4\uc9c4\uc758 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58(\uacac\uace0\ud558\uac8c \uc7a5\ucc29\ub428)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 630<\/td>\n<td class=\"mono\">630<\/td>\n<td><span class=\"tag coarse\">\uac70\uce5c<\/span><\/td>\n<td>\ud640\uc218 \uac1c\uc758 \uc2e4\ub9b0\ub354\ub97c \uac00\uc9c4 \uace0\uc18d \ub300\ud615 \uc655\ubcf5 \uc5d4\uc9c4\uc758 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 250<\/td>\n<td class=\"mono\">250<\/td>\n<td><span class=\"tag coarse\">\uac70\uce5c<\/span><\/td>\n<td>\uc9dd\uc218 \uac1c\uc758 \uc2e4\ub9b0\ub354\ub97c \uac00\uc9c4 \uace0\uc18d \ub300\ud615 \uc655\ubcf5 \uc5d4\uc9c4\uc758 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 100<\/td>\n<td class=\"mono\">100<\/td>\n<td><span class=\"tag general\">\uc77c\ubc18<\/span><\/td>\n<td>\uc655\ubcf5 \uc5d4\uc9c4 \uc870\ub9bd\uccb4 \uc804\uccb4; \uc800\uc18d \ud574\uc0c1 \ub514\uc824 \uc5d4\uc9c4\uc6a9 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58(\uacac\uace0\ud558\uac8c \uc7a5\ucc29\ub428)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 40<\/td>\n<td class=\"mono\">40<\/td>\n<td><span class=\"tag general\">\uc77c\ubc18<\/span><\/td>\n<td>\uc790\ub3d9\ucc28 \ubc14\ud034, \ub9bc, \ud720 \uc138\ud2b8; \uad6c\ub3d9\ucd95; \ub300\ud615 \uc800\uc18d \ud574\uc591 \ub514\uc824 \uc5d4\uc9c4\uc6a9 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 25<\/td>\n<td class=\"mono\">25<\/td>\n<td><span class=\"tag general\">\uc77c\ubc18<\/span><\/td>\n<td>\ub18d\uae30\uacc4 \ubd80\ud488; \ud2b8\ub7ed \ubc0f \uae30\uad00\ucc28 \uc5d4\uc9c4\uc6a9 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 16<\/td>\n<td class=\"mono\">16<\/td>\n<td><span class=\"tag general\">\uc77c\ubc18<\/span><\/td>\n<td>\ubd84\uc1c4\/\ub18d\uc5c5 \uae30\uacc4 \ubd80\ud488; \ud2b8\ub7ed\/\uae30\uad00\ucc28\uc6a9 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58; \uc790\ub3d9\ucc28 \uc5d4\uc9c4(\ud2b9\uc218 \uc694\uad6c \uc0ac\ud56d)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 10<\/td>\n<td class=\"mono\">10<\/td>\n<td><span class=\"tag standard\">\uae30\uc900<\/span><\/td>\n<td>\uc77c\ubc18 \uc120\ubc15\uc6a9 \ub514\uc824 \uc5d4\uc9c4 \uc870\ub9bd\ud488; \ud2b9\uc218 \uc694\uad6c \uc0ac\ud56d\uc744 \ucda9\uc871\ud558\ub294 \uc5d4\uc9c4\uc6a9 \ud06c\ub7ad\ud06c\ucd95 \uad6c\ub3d9 \uc7a5\uce58<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 6.3<\/td>\n<td class=\"mono\">6.3<\/td>\n<td><span class=\"tag standard\">\uae30\uc900<\/span><\/td>\n<td>\ud32c; \ud50c\ub77c\uc774\ud720; \ud38c\ud504 \uc784\ud3a0\ub7ec; \uc6d0\uc2ec\ubd84\ub9ac\uae30 \ub4dc\ub7fc; \uacf5\uc815 \uc124\ube44 \uae30\uacc4; \uc77c\ubc18 \uc0b0\uc5c5\uc6a9\ud488<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 4<\/td>\n<td class=\"mono\">4<\/td>\n<td><span class=\"tag standard\">\uae30\uc900<\/span><\/td>\n<td>\uc555\ucd95\uae30 \ub85c\ud130(\uac15\uc131); \uc804\uae30 \ubaa8\ud130 \uc804\uae30\uc790; \ud2b9\uc218 \uc694\uad6c \uc0ac\ud56d\uc774 \uc788\ub294 \uc77c\ubc18 \uae30\uacc4\ub958<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 2.5<\/td>\n<td class=\"mono\">2.5<\/td>\n<td><span class=\"tag standard\">\uae30\uc900<\/span><\/td>\n<td>\uac00\uc2a4\/\uc99d\uae30 \ud130\ube48; \ud130\ubcf4 \ubc1c\uc804\uae30 \ub85c\ud130; \ud130\ubcf4\ucc28\uc800; \uacf5\uc791\uae30\uacc4 \uad6c\ub3d9 \uc7a5\uce58; \uc911\ud615\/\ub300\ud615 \uc804\uae30 \ubaa8\ud130; \ud130\ube48 \uad6c\ub3d9\uc2dd \ud38c\ud504<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1.5<\/td>\n<td class=\"mono\">1.5<\/td>\n<td><span class=\"tag precision\">\uc815\ubc00\ub3c4<\/span><\/td>\n<td>\uc624\ub514\uc624\/\ube44\ub514\uc624 \ud14c\uc774\ud504 \ub808\ucf54\ub354 \ub4dc\ub77c\uc774\ube0c; \uc12c\uc720 \uae30\uacc4 \ub4dc\ub77c\uc774\ube0c<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 1.0<\/td>\n<td class=\"mono\">1.0<\/td>\n<td><span class=\"tag precision\">\uc815\ubc00\ub3c4<\/span><\/td>\n<td>\uc5f0\uc0ad\uae30 \uad6c\ub3d9 \uc7a5\uce58; \uc18c\ud615 \uc804\uae30 \uc804\uae30\uc790(\ud2b9\uc218 \uc694\uad6c \uc0ac\ud56d); \ucef4\ud4e8\ud130 \uba54\ubaa8\ub9ac \ub4dc\ub7fc\/\ub514\uc2a4\ud06c<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 0.7<\/td>\n<td class=\"mono\">0.7<\/td>\n<td><span class=\"tag precision\">\uc815\ubc00\ub3c4<\/span><\/td>\n<td>\uc815\ubc00 \uc5f0\uc0ad\uae30 \uc2a4\ud540\ub4e4; \uace0\uc815\ubc00 \ubaa8\ud130 \uc804\uae30\uc790<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">G 0.4<\/td>\n<td class=\"mono\">0.4<\/td>\n<td><span class=\"tag precision\">\ucd08\uc815\ubc00<\/span><\/td>\n<td>\uc815\ubc00 \uc5f0\uc0ad\uae30\uc758 \uc2a4\ud540\ub4e4; \uc790\uc774\ub85c\uc2a4\ucf54\ud504; \uc704\uc131 \ubc18\uc791\uc6a9 \ud720<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<p>    <!-- Quick-calc table for common scenarios --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\ud83d\udd22 \uc0ac\uc804 \uacc4\uc0b0\ub41c \ud5c8\uc6a9 \uc624\ucc28 \u2014 G 2.5 \ubc0f G 6.3\uc5d0\uc11c\uc758 \uc77c\ubc18\uc801\uc778 \ub85c\ud130 \uc2dc\ub098\ub9ac\uc624<\/div>\n<table>\n<thead>\n<tr>\n<th>\ub85c\ud130 \uc9c8\ub7c9(kg)<\/th>\n<th>RPM<\/th>\n<th>U<sub>\ub2f9<\/sub> G 2.5(g\u00b7mm)\uc5d0\uc11c<\/th>\n<th>U<sub>\ub2f9<\/sub> G 6.3(g\u00b7mm)\uc5d0\uc11c<\/th>\n<th>e<sub>\ub2f9<\/sub> G 2.5(\u00b5m)\uc5d0\uc11c<\/th>\n<th>e<sub>\ub2f9<\/sub> G 6.3(\u00b5m)\uc5d0\uc11c<\/th>\n<\/tr>\n<\/thead>\n<tbody id=\"preCalcBody\">\n        <\/tbody>\n<\/table><\/div>\n<p>    <!-- ISO vs other standards --><\/p>\n<div class=\"table-wrap\">\n<div class=\"table-title\">\ud83c\udf0d ISO 21940-11\uacfc \uad00\ub828 \ud45c\uc900 \ube44\uad50<\/div>\n<table>\n<thead>\n<tr>\n<th>\uae30\uc900<\/th>\n<th>\uc0c1\ud0dc<\/th>\n<th>\ubc94\uc704<\/th>\n<th>\uc8fc\uc694 \ucc28\uc774\uc810<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>ISO 21940-11:2016<\/td>\n<td><span class=\"tag standard\">\uc804\ub958<\/span><\/td>\n<td>\uac15\uc131 \ub85c\ud130\uc758 \uade0\ud615 \ud488\uc9c8 \uc694\uad6c \uc0ac\ud56d<\/td>\n<td>\ud604\uc7ac \uad6d\uc81c \ud45c\uc900, ISO 1940-1 \ub300\uccb4<\/td>\n<\/tr>\n<tr>\n<td>ISO 1940-1:2003<\/td>\n<td><span class=\"tag general\">\ub300\uccb4\ub428<\/span><\/td>\n<td>\uade0\ud615 \ud488\uc9c8 \uc694\uad6c \uc0ac\ud56d(\uae30\uc874)<\/td>\n<td>\ub3d9\uc77c\ud55c G\ub4f1\uae09 \uc2dc\uc2a4\ud15c\uc774\uba70, \uc5c5\uacc4\uc5d0\uc11c \uc5ec\uc804\ud788 \ub110\ub9ac \uc0ac\uc6a9\ub418\uace0 \uc788\uc2b5\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>ISO 21940-12<\/td>\n<td><span class=\"tag standard\">\uc804\ub958<\/span><\/td>\n<td>\uc720\uc5f0 \ud68c\uc804\uccb4\uc5d0 \ub300\ud55c \uc808\ucc28<\/td>\n<td>\uc784\uacc4 \uc18d\ub3c4 \uadfc\ucc98\/\uc774\uc0c1\uc5d0\uc11c \uc791\ub3d9\ud558\ub294 \uc720\uc5f0 \ud68c\uc804\uccb4<\/td>\n<\/tr>\n<tr>\n<td>API 610 \/ 611 \/ 612 \/ 617<\/td>\n<td><span class=\"tag precision\">\uc0b0\uc5c5<\/span><\/td>\n<td>\uc11d\uc720\/\uac00\uc2a4 \uc0b0\uc5c5\uc6a9 \ud68c\uc804 \uc7a5\ube44<\/td>\n<td>\uc77c\ubc18\uc801\uc73c\ub85c 4W\/N(\u2248 G 1.0)\uc744 \uba85\uc2dc\ud558\ub294\ub370, \uc774\ub294 ISO G 2.5\ubcf4\ub2e4 \ub354 \uc5c4\uaca9\ud55c \uae30\uc900\uc785\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>ANSI S2.19<\/td>\n<td><span class=\"tag standard\">\uad6d\uac00\uc758<\/span><\/td>\n<td>\ubbf8\uad6d \uad6d\uac00 \uade0\ud615 \ud488\uc9c8 \ud45c\uc900<\/td>\n<td>\uae30\uc220\uc801\uc73c\ub85c\ub294 ISO 1940-1(\ucc44\ud0dd\ub428)\uacfc \ub3d9\uc77c\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>VDI 2060<\/td>\n<td><span class=\"tag general\">\ub300\uccb4\ub428<\/span><\/td>\n<td>\ub3c5\uc77c \uade0\ud615 \ud488\uc9c8 \ud45c\uc900(\uc5ed\uc0ac\uc801)<\/td>\n<td>ISO 1940\uc758 \uc804\uc2e0\uc774\uba70, G\ub4f1\uae09 \uac1c\ub150\uc744 \uc815\ub9bd\ud588\uc2b5\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>DIN ISO 21940-11<\/td>\n<td><span class=\"tag standard\">\uc804\ub958<\/span><\/td>\n<td>\ub3c5\uc77c\uc758 ISO 21940-11 \ucc44\ud0dd<\/td>\n<td>ISO 21940-11\uacfc \ub3d9\uc77c\ud558\uba70 \ub3c5\uc77c\uc5b4 \ubc88\uc5ed\ubcf8\uc774 \ud3ec\ud568\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4.<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- MAIN ARTICLE CONTENT --><br \/>\n<main class=\"main-content\" id=\"definition\"><\/p>\n<div class=\"container\">\n<div class=\"content-layout\">\n<article class=\"article-content\">\n<h2>\uc815\uc758: \uade0\ud615 \ud488\uc9c8 \ub4f1\uae09\uc774\ub780 \ubb34\uc5c7\uc785\ub2c8\uae4c?<\/h2>\n<p>A <strong>\uade0\ud615 \ud488\uc9c8 \ub4f1\uae09<\/strong>\uc77c\ubc18\uc801\uc73c\ub85c ~\ub77c\uace0 \ud568 <strong>G\ub4f1\uae09<\/strong>, ISO \ud45c\uc900\uc5d0 \uc758\ud574 \uc815\uc758\ub41c \ubd84\ub958 \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4. \uad6c\uccb4\uc801\uc73c\ub85c \ub9d0\ud558\uc790\uba74, <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/iso-21940-11\/\">ISO 21940-11:2016<\/a>, \uc774\ub294 \uc774\uc804\uc758 ISO 1940-1:2003\uc744 \ub300\uccb4\ud55c \uac83\uc73c\ub85c, \ud5c8\uc6a9 \ud55c\ub3c4\ub97c \uaddc\uc815\ud558\uae30 \uc704\ud574 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/residual-unbalance\/\">\uc794\uc5ec<\/a> <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/unbalance\/\">\ubd88\uade0\ud615<\/a> for a <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/rigid-rotor\/\">\uac15\uccb4 \ub85c\ud130<\/a>\ub85c\ud130\uc758 \uacbd\uc6b0, \uc5d4\uc9c0\ub2c8\uc5b4, \uc81c\uc870\uc5c5\uccb4 \ubc0f \uc720\uc9c0\ubcf4\uc218 \ub2f4\ub2f9\uc790\uac00 \ud2b9\uc815 \uc6a9\ub3c4\uc5d0 \ub9de\uac8c \ub85c\ud130\uc758 \uade0\ud615\uc744 \uc5bc\ub9c8\ub098 \uc815\ud655\ud558\uac8c \uc870\uc815\ud574\uc57c \ud558\ub294\uc9c0 \uc815\uc758\ud560 \uc218 \uc788\ub294 \ud45c\uc900\ud654\ub418\uace0 \uad6d\uc81c\uc801\uc73c\ub85c \uc778\uc815\ubc1b\ub294 \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/p>\n<p>G \ub4f1\uae09 \ubc88\ud638(\uc608: G6.3 \ub610\ub294 G2.5)\ub294 \ub85c\ud130 \uc9c8\ub7c9 \uc911\uc2ec\uc758 \uc77c\uc815\ud55c \uc8fc\ubcc0 \uc18d\ub3c4\ub97c \ub098\ud0c0\ub0b4\uba70, \ub2e8\uc704\ub294 \ubc00\ub9ac\ubbf8\ud130\/\ucd08(mm\/s)\uc785\ub2c8\ub2e4. \uc774 \uc18d\ub3c4\ub294 \ud2b9\uc815 \ubd88\uade0\ud615(\ud3b8\uc2ec)\uacfc \ub85c\ud130\uac00 \ucd5c\ub300 \uc791\ub3d9 \uc18d\ub3c4\uc5d0\uc11c \ud68c\uc804\ud560 \ub54c\uc758 \uac01\uc18d\ub3c4\uc758 \uacf1\uc785\ub2c8\ub2e4. G \ubc88\ud638\uac00 \ub0ae\uc744\uc218\ub85d \uc815\ubc00\ub3c4\uac00 \ub192\uace0 \uade0\ud615 \ud5c8\uc6a9 \uc624\ucc28\uac00 \ub354 \uc791\ub2e4\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/p>\n<div class=\"info-box\">\n<div class=\"box-title\">G\ub4f1\uae09\uc758 \ud575\uc2ec \ud1b5\ucc30<\/div>\n<p>G\ub4f1\uae09 \uc81c\ub3c4\uc758 \ud0c1\uc6d4\ud568\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \uc810\uc744 \uc778\uc2dd\ud558\uace0 \uc788\ub2e4\ub294 \ub370 \uc788\uc2b5\ub2c8\ub2e4. <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/vibration-severity\/\">\uc9c4\ub3d9 \uc2ec\uac01\ub3c4<\/a> \uc774\ub294 \ub2e8\uc21c\ud788 \ubd88\uade0\ud615 \uc815\ub3c4\ubfd0\ub9cc \uc544\ub2c8\ub77c \ub85c\ud130\uc758 \ud68c\uc804 \uc18d\ub3c4\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4. 30,000 RPM\uc5d0\uc11c 10 g\u00b7mm\uc758 \ubd88\uade0\ud615\uc744 \uac00\uc9c4 \ub85c\ud130\ub294 1,500 RPM\uc5d0\uc11c \ub3d9\uc77c\ud55c 10 g\u00b7mm\uc758 \ubd88\uade0\ud615\uc744 \uac00\uc9c4 \ub85c\ud130\ubcf4\ub2e4 \ud6e8\uc52c \ub354 \ud070 \uc9c4\ub3d9\ub825\uc744 \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4. G \ub4f1\uae09\uc740 \uc18d\ub3c4\uc640 \ubb34\uad00\ud558\uac8c \uc801\uc6a9\ub418\ub294 \ub2e8\uc77c \uc218\uce58\ub85c \uc774\ub7ec\ud55c \uad00\uacc4\ub97c \ubc18\uc601\ud558\ubbc0\ub85c \ubcf4\ud3b8\uc801\uc73c\ub85c \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<h3>\uc5ed\uc0ac\uc801 \ub9e5\ub77d<\/h3>\n<p>G\ub4f1\uae09 \uac1c\ub150\uc740 1960\ub144\ub300 \ub3c5\uc77c\uc5d0\uc11c VDI 2060 \uac00\uc774\ub4dc\ub77c\uc778\uc744 \ud1b5\ud574 \ucc98\uc74c \uc81c\uc2dc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. 1973\ub144 ISO 1940\uc73c\ub85c \uad6d\uc81c\uc801\uc73c\ub85c \ucc44\ud0dd\ub418\uc5c8\uace0, 2003\ub144 ISO 1940-1:2003\uc73c\ub85c \ub300\ud3ed \uac1c\uc815\ub418\uc5c8\uc73c\uba70, \uac00\uc7a5 \ucd5c\uadfc\uc5d0\ub294 2016\ub144 ISO 21940 \uc2dc\ub9ac\uc988\uc758 \uc77c\ubd80\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud45c\uc900 \ubc88\ud638\ub294 \uc5ec\ub7ec \ucc28\ub840 \ubcc0\uacbd\ub418\uc5c8\uc9c0\ub9cc, G\ub4f1\uae09\uc758 \uae30\ubcf8 \uccb4\uacc4\uc640 \uacc4\uc0b0 \ubc29\ubc95\uc740 50\ub144 \uc774\uc0c1 \ubcc0\ud568\uc5c6\uc774 \uc720\uc9c0\ub418\uc5b4 \uae30\uacc4 \uacf5\ud559 \ubd84\uc57c\uc5d0\uc11c \uac00\uc7a5 \uc548\uc815\uc801\uc774\uace0 \ub110\ub9ac \ucc44\ud0dd\ub41c \uae30\uc220 \ud45c\uc900 \uc911 \ud558\ub098\ub85c \uc790\ub9ac\ub9e4\uae40\ud588\uc2b5\ub2c8\ub2e4.<\/p>\n<h2 id=\"how-it-works\">G\ub4f1\uae09\uc740 \uc5b4\ub5bb\uac8c \uc0b0\ucd9c\ub420\uae4c\uc694? \uc218\ud559\uc801 \uc6d0\ub9ac<\/h2>\n<p>G-Grade\ub294 \ucd5c\uc885 \ubc84\uc804\uc774 \uc544\ub2d9\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/balancing-tolerance\/\">\uade0\ud615 \ud5c8\uc6a9 \uc624\ucc28<\/a> \uadf8 \uc790\uccb4\ubcf4\ub2e4\ub294 \uc774\ub97c \uacc4\uc0b0\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \ud575\uc2ec \ub9e4\uac1c\ubcc0\uc218\uc5d0 \uc788\uc2b5\ub2c8\ub2e4. G \ub4f1\uae09, \ub85c\ud130 \uc18d\ub3c4, \ub85c\ud130 \uc9c8\ub7c9, \ud5c8\uc6a9 \ubd88\uade0\ud615 \uac04\uc758 \uc218\ud559\uc801 \uad00\uacc4\ub97c \uc774\ud574\ud558\ub294 \uac83\uc740 \uc2e4\uc81c \uc801\uc6a9\uc5d0 \uc788\uc5b4 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \ub2f9\uc0ac\uc758 <a href=\"https:\/\/vibromera.eu\/ko\/calculators\/residual-unbalance-iso1940\/\">\uc794\uc5ec \ubd88\uade0\ud615 \uacc4\uc0b0\uae30(ISO 21940-11)<\/a>.<\/p>\n<h3>\ud575\uc2ec \uad00\uacc4<\/h3>\n<p>G\ub4f1\uae09\uc740 \ud5c8\uc6a9 \uac00\ub2a5\ud55c \ud2b9\uc815 \ubd88\uade0\ud615(\ud3b8\uc2ec\ub960, e)\uc758 \uacf1\uc744 \ub098\ud0c0\ub0c5\ub2c8\ub2e4.<sub>\ub2f9<\/sub>) \ubc0f \ud68c\uc804\uc790\uc758 \uac01\uc18d\ub3c4(\u03c9):<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\uae30\ubcf8 \uc815\uc758<\/div>\n<div class=\"formula-main\">G = e<sub>\ub2f9<\/sub> \u00d7 \u03c9<\/div>\n<div class=\"formula-note\">\uc5ec\uae30\uc11c e<sub>\ub2f9<\/sub> \ub294 mm(\ub610\ub294 \u00b5m \u00f7 1000) \ub2e8\uc704\uc774\uace0 \u03c9\ub294 rad\/s \ub2e8\uc704\uc785\ub2c8\ub2e4.<\/div>\n<\/p><\/div>\n<p>\u03c9 = 2\u03c0 \u00d7 n \/ 60 (\uc5ec\uae30\uc11c n\uc740 RPM)\uc774\ubbc0\ub85c, \uc774\ub97c \ub300\uc785\ud558\uba74 \uade0\ud615 \uc720\uc9c0 \uc791\uc5c5\uc5d0 \ub9e4\uc77c \uc0ac\uc6a9\ub418\ub294 \uc2e4\uc81c \uacf5\uc2dd\uc744 \uc720\ub3c4\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\ud5c8\uc6a9 \ube44\ubd88\uade0\ud615(\ud3b8\uc2ec)<\/div>\n<div class=\"formula-main\">e<sub>\ub2f9<\/sub> = (G \u00d7 1000 \u00d7 60) \/ (2\u03c0 \u00d7 n) = 9549 \u00d7 G \/ n<\/div>\n<div class=\"formula-note\">\uacb0\uacfc\uac12\uc740 \u00b5m(\ub9c8\uc774\ud06c\ub85c\ubbf8\ud130) \ub2e8\uc704\uc774\uba70, g\u00b7mm\/kg\uacfc\ub3c4 \uac19\uc2b5\ub2c8\ub2e4.<\/div>\n<\/p><\/div>\n<div class=\"formula-box\">\n<div class=\"formula-label\">\ud5c8\uc6a9 \uac00\ub2a5\ud55c \uc794\ub958 \ubd88\uade0\ud615(\uc2e4\uc9c8\uc801\uc778 \ud5c8\uc6a9 \uc624\ucc28)<\/div>\n<div class=\"formula-main\">U<sub>\ub2f9<\/sub> = \uc774<sub>\ub2f9<\/sub> \u00d7 M = (9549 \u00d7 G \u00d7 M) \/ n<\/div>\n<div class=\"formula-note\">U<sub>\ub2f9<\/sub> \ub2e8\uc704\ub294 g\u00b7mm, M\uc740 kg, n\uc740 RPM\uc785\ub2c8\ub2e4. \uc0c1\uc218 9549 \u2248 60000\/(2\u03c0)\uc785\ub2c8\ub2e4.<\/div>\n<\/p><\/div>\n<h3>\ubcc0\uc218 \uc774\ud574\ud558\uae30<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\uac00\ubcc0<\/th>\n<th>\uc774\ub984<\/th>\n<th>\ub2e8\uc704<\/th>\n<th>\uc124\uba85<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td class=\"mono\">G<\/td>\n<td>\uade0\ud615 \ud488\uc9c8 \ub4f1\uae09<\/td>\n<td>mm\/\ucd08<\/td>\n<td>\ud574\ub2f9 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0 \ub300\ud574 ISO\uc5d0\uc11c \uc9c0\uc815\ud55c \ud488\uc9c8 \uc218\uc900(\uc608: 2.5, 6.3)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">e<sub>\ub2f9<\/sub><\/td>\n<td>\ud5c8\uc6a9 \ube44\ubd88\uade0\ud615<\/td>\n<td>\ub9c8\uc774\ud06c\ub85c\ubbf8\ud130 \ub610\ub294 g\u00b7mm\/kg<\/td>\n<td>\uc9c8\ub7c9 \uc911\uc2ec\uc774 \uae30\ud558\ud559\uc801 \uc911\uc2ec\uc5d0\uc11c \ubc97\uc5b4\ub0a0 \uc218 \uc788\ub294 \ucd5c\ub300 \ud5c8\uc6a9 \ubcc0\uc704(\ub2e8\uc704 \uc9c8\ub7c9\ub2f9)<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">U<sub>\ub2f9<\/sub><\/td>\n<td>\ud5c8\uc6a9 \uc794\ub958 \ubd88\uade0\ud615<\/td>\n<td>g\u00b7mm<\/td>\n<td>\ucd5c\uc885 \ud5c8\uc6a9 \uc624\ucc28 \uac12 - \uade0\ud615 \uc870\uc815 \ud6c4 \ub0a8\uc740 \ucd5c\ub300 \ubd88\uade0\ud615 \uac12<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">M<\/td>\n<td>\ub85c\ud130 \uc9c8\ub7c9<\/td>\n<td>kg<\/td>\n<td>\uade0\ud615\uc744 \ub9de\ucd94\ub294 \ub85c\ud130\uc758 \ucd1d \uc9c8\ub7c9<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">n<\/td>\n<td>\ucd5c\ub300 \uc11c\ube44\uc2a4 \uc18d\ub3c4<\/td>\n<td>RPM<\/td>\n<td>\ub85c\ud130\uac00 \uc791\ub3d9 \uc911\uc5d0 \ub3c4\ub2ec\ud560 \uc218 \uc788\ub294 \ucd5c\uace0 \uc791\ub3d9 \uc18d\ub3c4<\/td>\n<\/tr>\n<tr>\n<td class=\"mono\">\uc624\uba54\uac00<\/td>\n<td>\uac01\uc18d\ub3c4<\/td>\n<td>rad\/s<\/td>\n<td>\u03a9 = 2\u03c0 \u00d7 n \/ 60; \uae30\ubcf8 \uc815\uc758\uc5d0 \uc0ac\uc6a9\ub428<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\uc911\uc694: \ucd5c\ub300 \uc11c\ube44\uc2a4 \uc18d\ub3c4\ub97c \uc0ac\uc6a9\ud558\uc2ed\uc2dc\uc624.<\/div>\n<p>\uacf5\uc2dd\uc5d0 \uc0ac\uc6a9\ub418\ub294 RPM\uc740 \ubc38\ub7f0\uc2f1 \uc7a5\ube44\uc758 \uc18d\ub3c4\uac00 \uc544\ub2c8\ub77c \uc2e4\uc81c \uc791\ub3d9 \uc2dc \ub85c\ud130\uac00 \ub3c4\ub2ec\ud558\ub294 \ucd5c\ub300 \uc18d\ub3c4\uc5ec\uc57c \ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, 300RPM\uc758 \uc800\uc18d \ubc38\ub7f0\uc2f1 \uc7a5\ube44\ub85c \ubc38\ub7f0\uc2f1\ub418\uc5c8\uc9c0\ub9cc \uc2e4\uc81c \uc791\ub3d9 \uc18d\ub3c4\uac00 12,000RPM\uc778 \ub85c\ud130\uc758 \uacbd\uc6b0, \ud5c8\uc6a9 \uc624\ucc28\ub294 12,000RPM\uc744 \uae30\uc900\uc73c\ub85c \uacc4\uc0b0\ud574\uc57c \ud569\ub2c8\ub2e4. \ubc38\ub7f0\uc2f1 \uc7a5\ube44\ub294 \ud5c8\uc6a9 \uc624\ucc28\ub97c \ubcf4\uc815\ud558\uc9c0\ub9cc, \ud5c8\uc6a9 \uc624\ucc28\ub294 \uc2e4\uc81c \uc791\ub3d9 \uc18d\ub3c4\uc5d0 \uc758\ud574 \uacb0\uc815\ub429\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<h3>\uae30\ud558\ud559\uc801 \ud574\uc11d<\/h3>\n<p>ISO \ud45c\uc900\uc740 \uac00\ub85c\ucd95\uc5d0 \ud68c\uc804\uc790 \uc18d\ub3c4(RPM)\ub97c, \uc138\ub85c\ucd95\uc5d0 \ud5c8\uc6a9 \ube44\uc9c4\ub3d9(e)\uc744 \ub098\ud0c0\ub0b4\ub294 \ub85c\uadf8 \ucc28\ud2b8\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<sub>\ub2f9<\/sub> \uc138\ub85c\ucd95\uc740 g\u00b7mm\/kg \ub2e8\uc704\uc758 G \ub4f1\uae09\uc73c\ub85c \ud45c\uc2dc\ub429\ub2c8\ub2e4. \uac01 G \ub4f1\uae09\uc740 \uc774 \ub85c\uadf8-\ub85c\uadf8 \ucc28\ud2b8\uc5d0\uc11c \uc9c1\uc120 \ub300\uac01\uc120\uc73c\ub85c \ub098\ud0c0\ub0a9\ub2c8\ub2e4. \uc774 \uc138\ub828\ub41c \uc2dc\uac01\ud654\ub294 \ub2e4\uc74c\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/p>\n<ul>\n<li>\uc8fc\uc5b4\uc9c4 G \ub4f1\uae09\uc5d0\uc11c \uc18d\ub3c4\ub97c \ub450 \ubc30\ub85c \ub298\ub9ac\uba74 \ud5c8\uc6a9 \uac00\ub2a5\ud55c \ud2b9\uc815 \ubd88\uade0\ud615\uc774 \uc808\ubc18\uc73c\ub85c \uc904\uc5b4\ub4ed\ub2c8\ub2e4.<\/li>\n<li>\uc778\uc811\ud55c G\ub4f1\uae09 \uc120\ub4e4\uc740 2.5\ubc30\uc758 \ucc28\uc774\ub85c \ubd84\ub9ac\ub429\ub2c8\ub2e4 (\uc21c\uc11c\ub294 0.4, 1.0, 2.5, 6.3, 16, 40, 100, 250, 630, 1600, 4000\uc785\ub2c8\ub2e4).<\/li>\n<li>\ub85c\uadf8 \uac04\uaca9\uc740 \uac01 \ub4f1\uae09\uc774 \uc9c4\ub3d9 \uac15\ub3c4\uc758 \uc9c0\uac01\uc801 \ubcc0\ud654 \uce21\uba74\uc5d0\uc11c \ub300\ub7b5 \ub3d9\uc77c\ud55c \uc218\uc900\uc744 \ub098\ud0c0\ub0b8\ub2e4\ub294 \uac83\uc744 \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2 id=\"selecting\">\uc6a9\ub3c4\uc5d0 \ub9de\ub294 G\ub4f1\uae09 \uc120\ud0dd\ud558\uae30<\/h2>\n<p>\uc801\uc808\ud55c G \ub4f1\uae09\uc744 \uc120\ud0dd\ud558\ub824\uba74 \ub85c\ud130\uc758 \uc6a9\ub3c4, \uc791\ub3d9 \uc18d\ub3c4, \uc9c0\uc9c0 \uad6c\uc870\uc758 \uac15\uc131, \ubca0\uc5b4\ub9c1 \uc720\ud615 \ubc0f \ud5c8\uc6a9 \uac00\ub2a5\ud55c \uc9c4\ub3d9 \uc218\uc900\uacfc \uac19\uc740 \uc5ec\ub7ec \uc694\uc18c\ub97c \uade0\ud615 \uc788\uac8c \uace0\ub824\ud574\uc57c \ud569\ub2c8\ub2e4. ISO \ud45c\uc900\uc740 \uc801\uc6a9\ud45c\ub97c \ud1b5\ud574 \uc9c0\uce68\uc744 \uc81c\uacf5\ud558\uc9c0\ub9cc, \uba87 \uac00\uc9c0 \uc2e4\uc9c8\uc801\uc778 \uace0\ub824 \uc0ac\ud56d\uc774 \uc801\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<h3>\uacb0\uc815 \uc694\uc778<\/h3>\n<ul>\n<li><strong>\uc791\ub3d9 \uc18d\ub3c4:<\/strong> \uace0\uc18d \ub85c\ud130\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \ub354 \uc5c4\uaca9\ud55c \ub4f1\uae09\uc774 \ud544\uc694\ud55c\ub370, \uadf8 \uc774\uc720\ub294 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/centrifugal-force\/\">\uc6d0\uc2ec\ub825<\/a> \ubd88\uade0\ud615\uc73c\ub85c \uc778\ud55c \ud798\uc740 \uc18d\ub3c4\uc758 \uc81c\uacf1\uc5d0 \ube44\ub840\ud558\uc5ec \uc99d\uac00\ud569\ub2c8\ub2e4(F = m \u00d7 e \u00d7 \u03c9\u00b2). \ubd84\ub2f9 30,000\ud68c\uc804(RPM)\uc73c\ub85c \ud68c\uc804\ud558\ub294 \ub85c\ud130\ub294 \ubd84\ub2f9 3,000\ud68c\uc804(RPM)\uc73c\ub85c \ud68c\uc804\ud558\ub294 \ub85c\ud130\uc640 \ub3d9\uc77c\ud55c \ubd88\uade0\ud615 \uc870\uac74\uc5d0\uc11c 100\ubc30 \ub354 \ud070 \ud798\uc744 \ubc1c\uc0dd\uc2dc\ud0b5\ub2c8\ub2e4.<\/li>\n<li><strong>\ubca0\uc5b4\ub9c1 \uc720\ud615:<\/strong> \uad6c\ub984 \ubca0\uc5b4\ub9c1\uc740 \uc720\uccb4 \ud544\ub984 \ubca0\uc5b4\ub9c1\ubcf4\ub2e4 \ubd88\uade0\ud615\uc5d0 \ub300\ud55c \ub0b4\uc131\uc774 \ub0ae\uc2b5\ub2c8\ub2e4.<a href=\"https:\/\/vibromera.eu\/ko\/glossary\/journal-bearing\/\">\uc800\ub110<\/a>) \ubca0\uc5b4\ub9c1. \uad6c\ub984 \uc694\uc18c \ubca0\uc5b4\ub9c1\uc774 \uc7a5\ucc29\ub41c \uae30\uacc4\ub294 \ud45c\uc900 \uad8c\uc7a5 \ub4f1\uae09\ubcf4\ub2e4 \ud55c \ub2e8\uacc4 \ub354 \uc5c4\uaca9\ud55c \ub4f1\uae09\uc774 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li><strong>\uc9c0\uc9c0 \uac15\uc131:<\/strong> \uc720\uc5f0\ud55c \uc9c0\uc9c0\ub300(\uace0\ubb34 \ub9c8\uc6b4\ud2b8, \uc2a4\ud504\ub9c1 \uc808\uc5f0\uccb4)\ub294 \uac15\uc131 \uc9c0\uc9c0\ub300\ubcf4\ub2e4 \uc9c4\ub3d9 \uc804\ub2ec\uc744 \ub35c \uc99d\ud3ed\uc2dc\ud0a4\uc9c0\ub9cc \uacf5\uc9c4 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uac15\uc131\uc73c\ub85c \uace0\uc815\ub41c \uae30\uacc4\ub294 \ubd88\uade0\ud615\uc5d0 \ub354 \ubbfc\uac10\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\ud658\uacbd \uc694\uad6c\uc0ac\ud56d:<\/strong> \uc800\uc18c\uc74c(\ubcd1\uc6d0 \ub0c9\ub09c\ubc29 \uc2dc\uc2a4\ud15c, \ub179\uc74c \uc2a4\ud29c\ub514\uc624) \ub610\ub294 \uc800\uc9c4\ub3d9(\ubc18\ub3c4\uccb4 \uc81c\uc870, \uad11\ud559 \uc2e4\ud5d8\uc2e4)\uc774 \uc694\uad6c\ub418\ub294 \uc751\uc6a9 \ubd84\uc57c\uc758 \uacbd\uc6b0 \ud45c\uc900\ubcf4\ub2e4 1~2\ub2e8\uacc4 \ub354 \uc5c4\uaca9\ud55c \uae30\uc900\uc774 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li><strong>\ubca0\uc5b4\ub9c1 \uc218\uba85 \uae30\ub300\uce58:<\/strong> \ubca0\uc5b4\ub9c1 \uc218\uba85 \uc5f0\uc7a5\uc774 \ub9e4\uc6b0 \uc911\uc694\ud55c \uacbd\uc6b0(\ud574\uc591 \ud50c\ub7ab\ud3fc, \uc6d0\uaca9 \uc124\ube44 \ub4f1), \ub354 \uc5c4\uaca9\ud55c G \ub4f1\uae09\uc744 \uc9c0\uc815\ud558\uba74 \ubca0\uc5b4\ub9c1\uc5d0 \uac00\ud574\uc9c0\ub294 \ub3d9\uc801 \ud558\uc911\uc774 \uc904\uc5b4\ub4e4\uc5b4 L10 \uc218\uba85\uc774 \uc9c1\uc811\uc801\uc73c\ub85c \uc5f0\uc7a5\ub429\ub2c8\ub2e4. <a href=\"https:\/\/vibromera.eu\/ko\/calculators\/bearing-load\/\">L10 \uc218\uba85<\/a>.<\/li>\n<\/ul>\n<h3>\uc0b0\uc5c5\ubcc4 \uad8c\uc7a5 \uc0ac\ud56d<\/h3>\n<table class=\"article-table\">\n<thead>\n<tr>\n<th>\uc0b0\uc5c5\/\uc560\ud50c\ub9ac\ucf00\uc774\uc158<\/th>\n<th>\uc77c\ubc18\uc801\uc778 G-\ub4f1\uae09<\/th>\n<th>\ucc38\uace0<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\ubc1c\uc804(\ud130\ube48)<\/td>\n<td class=\"mono\">G 2.5 \ub610\ub294 \uadf8 \uc774\uc0c1<\/td>\n<td>API \ud45c\uc900\uc5d0\uc11c\ub294 \uc885\uc885 G 1.0\uc5d0 \uc0c1\uc751\ud558\ub294 \uac83\uc744 \uc694\uad6c\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\uc11d\uc720 \ubc0f \uac00\uc2a4(\ud38c\ud504, \uc555\ucd95\uae30)<\/td>\n<td class=\"mono\">G 2.5<\/td>\n<td>API 610\/617\uc740 \uc784\uacc4 \uc870\uac74\uc5d0\uc11c 4W\/N \u2248 G 1.0\uc744 \uaddc\uc815\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ub0c9\ub09c\ubc29 \uacf5\uc870(\ud32c, \uc1a1\ud48d\uae30)<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>\uc18c\uc74c\uc5d0 \ubbfc\uac10\ud55c \uc6a9\ub3c4\uc5d0\ub294 G 2.5<\/td>\n<\/tr>\n<tr>\n<td>\uacf5\uc791\uae30\uacc4<\/td>\n<td class=\"mono\">G 1.0 - G 2.5<\/td>\n<td>\uc5f0\uc0ad \uc2a4\ud540\ub4e4\uc5d0\ub294 G 0.4\uac00 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\uc885\uc774\/\uc778\uc1c4\uae30<\/td>\n<td class=\"mono\">G 2.5 - G 6.3<\/td>\n<td>\ub864\ub7ec \uc18d\ub3c4\uc640 \uc778\uc1c4 \ud488\uc9c8\uc5d0 \ub530\ub77c \ub2e4\ub985\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\uad11\uc5c5\/\uc2dc\uba58\ud2b8(\ubd84\uc1c4\uae30, \uc81c\ubd84\uae30)<\/td>\n<td class=\"mono\">G 6.3 - G 16<\/td>\n<td>\uac00\ud639\ud55c \ud658\uacbd; \ub354 \uc5c4\uaca9\ud55c \uae30\uc900\uc740 \ub2ec\uc131\ud558\uae30 \uc5b4\ub824\uc6b8 \uc218 \uc788\uc2b5\ub2c8\ub2e4<\/td>\n<\/tr>\n<tr>\n<td>\uc790\ub3d9\ucc28(\ud06c\ub7ad\ud06c\ucd95)<\/td>\n<td class=\"mono\">G 16 - G 40<\/td>\n<td>\uc2b9\uc6a9\ucc28\ub294 \uc77c\ubc18\uc801\uc73c\ub85c G 16, \ud2b8\ub7ed\uc740 G 25~40\uc785\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\uc2dd\ud488 \uac00\uacf5<\/td>\n<td class=\"mono\">G 6.3<\/td>\n<td>\uc704\uc0dd \uc124\uacc4\ub85c \uc778\ud574 \uad50\uc815 \ubc29\ubc95\uc774 \uc81c\ud55c\ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/td>\n<\/tr>\n<tr>\n<td>\ubaa9\uacf5(\ud1b1\ub0a0, \ub300\ud328)<\/td>\n<td class=\"mono\">G 2.5 - G 6.3<\/td>\n<td>\ud45c\uba74 \ud488\uc9c8\uc5d0 \ub300\ud55c \ub354 \ub192\uc740 \ub4f1\uae09<\/td>\n<\/tr>\n<tr>\n<td>\uc804\uae30 \ubaa8\ud130(\uc77c\ubc18)<\/td>\n<td class=\"mono\">G 2.5<\/td>\n<td>IEC 60034-14\ub294 \ub300\ubd80\ubd84\uc758 \ubaa8\ud130\uc5d0 \ub300\ud574 \uc774\ub97c \ucc38\uc870\ud569\ub2c8\ub2e4.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"practical\">\uc2e4\uc81c \uacc4\uc0b0 \uc608\uc2dc<\/h2>\n<div class=\"example-block\">\n<div class=\"example-title\">\uc608 1: \uc6d0\uc2ec \ud38c\ud504 \uc784\ud3a0\ub7ec<\/div>\n<p><strong>\uc8fc\uc5b4\uc9c4:<\/strong> \ud38c\ud504 \uc784\ud3a0\ub7ec, \uc9c8\ub7c9 = 12kg, \ucd5c\ub300 \uc791\ub3d9 \uc18d\ub3c4 = 2950RPM, \uc801\uc6a9 \ubd84\uc57c: \uacf5\uc815 \uc124\ube44 \u2192 ISO\ub294 G 6.3\uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<p><strong>1\ub2e8\uacc4 \u2014 \uad6c\uccb4\uc801\uc778 \ubd88\uade0\ud615\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/strong><\/p>\n<p>e<sub>\ub2f9<\/sub> = 9549 \u00d7 G \/ n = 9549 \u00d7 6.3 \/ 2950 = <strong>20.4 \u00b5m<\/strong> (\ub610\ub294 20.4 g\u00b7mm\/kg)<\/p>\n<p><strong>2\ub2e8\uacc4 \u2014 \ud5c8\uc6a9 \uac00\ub2a5\ud55c \ucd1d \ubd88\uade0\ud615\uc561\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4.<\/strong><\/p>\n<p>U<sub>\ub2f9<\/sub> = \uc774<sub>\ub2f9<\/sub> \u00d7 M = 20.4 \u00d7 12 = <strong>244.8 g-mm<\/strong><\/p>\n<p><strong>\ud574\uc11d:<\/strong> \ubc38\ub7f0\uc2f1 \ud6c4 \uc794\ub958 \ubd88\uade0\ud615\uc740 244.8g\u00b7mm\ub97c \ucd08\uacfc\ud574\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4. \ub2e8\uc77c \ud3c9\uba74\uc5d0\uc11c \ubc38\ub7f0\uc2f1\ud558\ub294 \uacbd\uc6b0, \uc774\ub294 \ucd1d \ud5c8\uc6a9 \uc624\ucc28\uc785\ub2c8\ub2e4. \ub450 \ud3c9\uba74\uc5d0\uc11c \ubc38\ub7f0\uc2f1\ud558\ub294 \uacbd\uc6b0, \uc774 \ucd1d \ud5c8\uc6a9 \uc624\ucc28\ub294 \ub450 \ubcf4\uc815 \ud3c9\uba74\uc5d0 \ubc30\ubd84\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4(\ub300\uce6d \ub85c\ud130\uc758 \uacbd\uc6b0 \uc77c\ubc18\uc801\uc73c\ub85c 50\/50).<\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\uc608\uc2dc 2: \uc0b0\uc5c5\uc6a9 \ud32c \ub85c\ud130<\/div>\n<p><strong>\uc8fc\uc5b4\uc9c4:<\/strong> \ud32c \ub85c\ud130 \uc5b4\uc148\ube14\ub9ac, \uc9c8\ub7c9 = 85kg, \ucd5c\ub300 \uc18d\ub3c4 = 1480RPM, \uc6a9\ub3c4: \ud658\uae30 \u2192 G 6.3.<\/p>\n<p><strong>\uacc4\uc0b0:<\/strong><\/p>\n<p>U<sub>\ub2f9<\/sub> = (9549 \u00d7 6.3 \u00d7 85) \/ 1480 = <strong>3454 g-mm<\/strong><\/p>\n<p>e<sub>\ub2f9<\/sub> = 3454 \/ 85 = <strong>40.6 \u00b5m<\/strong><\/p>\n<p><strong>2\uba74 \uade0\ud615 \uc870\uc815\uc758 \uacbd\uc6b0:<\/strong> U<sub>\ub2f9<\/sub> \ud3c9\uba74\ub2f9 \u2248 3454 \/ 2 = <strong>\ud3c9\uba74\ub2f9 1727g\u00b7mm<\/strong><\/p>\n<\/p><\/div>\n<div class=\"example-block\">\n<div class=\"example-title\">\uc608\uc2dc 3: \ud130\ubcf4\ucc28\uc800 \ub85c\ud130(\uace0\uc18d)<\/div>\n<p><strong>\uc8fc\uc5b4\uc9c4:<\/strong> \ud130\ubcf4\ucc28\uc800 \ub85c\ud130, \uc9c8\ub7c9 = 0.8kg, \ucd5c\ub300 \ud68c\uc804 \uc18d\ub3c4 = 90,000RPM, \uc801\uc6a9 \ubd84\uc57c: \uc790\ub3d9\ucc28 \ud130\ubcf4 \u2192 G 2.5.<\/p>\n<p><strong>\uacc4\uc0b0:<\/strong><\/p>\n<p>U<sub>\ub2f9<\/sub> = (9549 \u00d7 2.5 \u00d7 0.8) \/ 90000 = <strong>0.212 g-mm<\/strong><\/p>\n<p>e<sub>\ub2f9<\/sub> = 0.212 \/ 0.8 = <strong>0.265 \u00b5m<\/strong><\/p>\n<p><strong>\ucc38\uace0:<\/strong> \ucd08\uace0\uc18d \ud68c\uc804 \uc2dc\uc5d0\ub294 \ud5c8\uc6a9 \uc624\ucc28\uac00 \uadf9\ud788 \uc791\uc544\uc9d1\ub2c8\ub2e4. \uc774\uac83\uc774 \ubc14\ub85c \ud130\ubcf4\ucc28\uc800 \ubc38\ub7f0\uc2f1 \uc791\uc5c5\uc5d0 \ud2b9\uc218 \uace0\uc815\ubc00 \uc7a5\ube44\uac00 \ud544\uc694\ud55c \uc774\uc720\uc774\uba70, \uc9c0\ubb38\uc774\ub098 \uba3c\uc9c0\uc640 \uac19\uc740 \uc0ac\uc18c\ud55c \uc624\uc5fc\uc870\ucc28\ub3c4 \ubd88\uade0\ud615\uc744 \ud5c8\uc6a9 \uc624\ucc28 \ubc94\uc704 \ubc16\uc73c\ub85c \ubc00\uc5b4\ub0bc \uc218 \uc788\ub294 \uc774\uc720\uc785\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<p>\uc704\uc5d0\uc11c \uc5b8\uae09\ud55c \uc77c\ubc18\uc801\uc778 \uc0ac\ub840, \uc989 G 2.5 \ub610\ub294 G 6.3 \ub4f1\uae09\uc5d0\uc11c \uc791\ub3d9\ud558\ub294 \ud38c\ud504, \ud32c \ubc0f \uc77c\ubc18 \uc0b0\uc5c5\uc6a9 \ub85c\ud130\uc758 \uacbd\uc6b0, \uc794\ub958 \ubd88\uade0\ud615\uc744 \uce21\uc815\ud558\uace0 \ubcf4\uc815 \ucd94\ub97c \ubd80\ucc29\ud55c \ud6c4, \uc120\ud0dd\ud55c \ub4f1\uae09\uc5d0 \ub530\ub77c \uacb0\uacfc\ub97c \ud655\uc778\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. <em>in the field<\/em> \ub2e4\uc74c\uacfc \uac19\uc740 \ud734\ub300\uc6a9 \uae30\uae30\ub97c \uc0ac\uc6a9\ud558\uc5ec <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-1\/\">\ubc1c\ub780\uc14b-1A<\/a>. \ub85c\ud130 \uc9c8\ub7c9\uacfc \uc6b4\uc804 \uc18d\ub3c4\ub97c \uc785\ub825\ud558\uace0 \uae30\uacc4\ub97c \ud604\uc7a5\uc5d0\uc11c \uade0\ud615 \uc870\uc815\ud558\uba74, \uc18c\ud504\ud2b8\uc6e8\uc5b4\uac00 U\ub97c \ubcf4\uace0\ud569\ub2c8\ub2e4<sub>\ub2f9<\/sub> \ubaa9\ud45c G \ub4f1\uae09\uc5d0 \ub300\ud55c \uba85\ud655\ud55c \ud569\uaca9\/\ubd88\ud569\uaca9 \ud310\uc815\uacfc \ub354\ubd88\uc5b4, \ub85c\ud130\ub97c \ubd84\ud574\ud558\uac70\ub098 \ubc38\ub7f0\uc2f1 \uc804\ubb38 \uc5c5\uccb4\uc5d0 \ubcf4\ub0bc \ud544\uc694\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\ub2e8\uc704 \uac04 \ubcc0\ud658<\/div>\n<p>\uade0\ud615 \uc870\uc815 \uc791\uc5c5\uc5d0\uc11c \ud754\ud788 \uc0ac\uc6a9\ub418\ub294 \ub2e8\uc704 \ubcc0\ud658:<\/p>\n<p>1 g-mm = 1 mg-m = 0.001 kg-mm = 1000 \u00b5g-m<\/p>\n<p>1 \uc628\uc2a4\u00b7\uc778\uce58 = 720 g\u00b7mm (\uc77c\ubd80 \ubbf8\uad6d \uc0b0\uc5c5\uc5d0\uc11c \uc5ec\uc804\ud788 \uc0ac\uc6a9\ub418\ub294 \uc57c\ub4dc\ud30c\uc6b4\ub4dc\ubc95 \ub2e8\uc704)<\/p>\n<p>e<sub>\ub2f9<\/sub> \ub2e8\uc704: \u00b5m = e<sub>\ub2f9<\/sub> \ub2e8\uc704\ub294 g\u00b7mm\/kg (\uc218\uce58\uc801\uc73c\ub85c \ub3d9\uc77c\ud568 - \uc9c8\ub7c9 \uc911\uc2ec \ud3b8\ucc28\ub294 \ud2b9\uc815 \ubd88\uade0\ud615\uacfc \uac19\uc74c)<\/p>\n<\/p><\/div>\n<h2 id=\"two-plane\">2\uba74 \uade0\ud615 \uc870\uc815 - \ud5c8\uc6a9 \uc624\ucc28 \ubc30\ubd84<\/h2>\n<p>G\ub4f1\uae09 \uacf5\uc2dd\uc740 \ub2e4\uc74c\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4. <em>\ucd1d<\/em> \ub85c\ud130 \uc804\uccb4\uc5d0 \ud5c8\uc6a9\ub418\ub294 \uc794\ub958 \ubd88\uade0\ud615. \ub2e4\uc74c\uc774 \ud544\uc694\ud55c \ub85c\ud130\uc758 \uacbd\uc6b0 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/two-plane-balancing\/\">2\uba74<\/a> (<a href=\"https:\/\/vibromera.eu\/ko\/glossary\/dynamic-balancing\/\">\ub3d9\uc801<\/a>) \uade0\ud615 \uc870\uc815 \u2014 \uc774\ub294 \uae38\uc774 \ub300 \uc9c1\uacbd \ube44\uc728\uc774 \uc57d 0.5\ub97c \ucd08\uacfc\ud558\ub294 \ub300\ubd80\ubd84\uc758 \uc0b0\uc5c5\uc6a9 \ub85c\ud130\uc5d0 \ud574\ub2f9\ud569\ub2c8\ub2e4 \u2014 \uc774 \ucd1d \uacf5\ucc28\ub294 \ub450 \ubd80\ubd84 \uc0ac\uc774\uc5d0 \ubd84\ubc30\ub418\uc5b4\uc57c \ud569\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/correction-plane\/\">\ubcf4\uc815 \ud3c9\uba74<\/a>.<\/p>\n<h3>ISO \uacf5\ucc28 \ubc30\ubd84 \uc9c0\uce68<\/h3>\n<p>ISO 21940-11\uc740 \ub85c\ud130\uc758 \ud615\uc0c1\uc5d0 \ub530\ub77c \uc804\uccb4 \uacf5\ucc28\ub97c \uac01 \ud3c9\uba74 \uac04\uc5d0 \uc5b4\ub5bb\uac8c \ubc30\ubd84\ud560\uc9c0\uc5d0 \ub300\ud55c \uc9c0\uce68\uc744 \uc81c\uc2dc\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li><strong>\ub300\uce6d\ud615 \ub85c\ud130<\/strong> (\ubb34\uac8c\uc911\uc2ec\uc774 \ub450 \ud3c9\uba74\uc758 \uc911\uac04\uc5d0 \uc704\uce58): \ub450 \ubcf4\uc815 \ud3c9\uba74 \uc0ac\uc774\uc5d0 50\/50\uc73c\ub85c \ubd84\ud560.<\/li>\n<li><strong>\ube44\ub300\uce6d \ub85c\ud130<\/strong> (\ubb34\uac8c\uc911\uc2ec\uc774 \ud55c \ud3c9\uba74\uc5d0 \ub354 \uac00\uae4c\uc6b8\uc218\ub85d): \ube44\ub840\uc801\uc73c\ub85c \ud560\ub2f9\ud569\ub2c8\ub2e4. \ubb34\uac8c\uc911\uc2ec\uc5d0 \ub354 \uac00\uae4c\uc6b4 \ud3c9\uba74\uc5d0 \ud5c8\uc6a9 \uc624\ucc28\uac00 \ub354 \ud06c\uac8c \uc801\uc6a9\ub429\ub2c8\ub2e4. \ud45c\uc900\uc5d0\uc11c\ub294 \uc774 \uacc4\uc0b0\uc744 \uc704\ud55c \uacf5\uc2dd\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4.<\/li>\n<li><strong>\uc77c\ubc18\uc801\uc778 \uaddc\uce59:<\/strong> U<sub>A<\/sub> \/ U<sub>B<\/sub> = L<sub>B<\/sub> \/ L<sub>A<\/sub>, \uc5ec\uae30\uc11c L<sub>A<\/sub> \uadf8\ub9ac\uace0 L<sub>B<\/sub> \ub294 \ubb34\uac8c\uc911\uc2ec\uc5d0\uc11c \ud3c9\uba74 A\uc640 B\uae4c\uc9c0\uc758 \uac70\ub9ac\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<div class=\"info-box warning\">\n<div class=\"box-title\">\uc815\uc801 \ubd88\uade0\ud615 vs. \ucee4\ud50c \ubd88\uade0\ud615<\/div>\n<p>\ucd1d \uc794\uc5ec \ubd88\uade0\ud615\uc774 \ub450 \ud3c9\uba74\uc73c\ub85c \ubd84\ud560\ub420 \ub54c, <em>\ubca1\ud130 \ud569<\/em> \ub450 \ud3c9\uba74\uc758 \ubd88\uade0\ud615\uc740 U\ub97c \ucd08\uacfc\ud574\uc11c\ub294 \uc548 \ub429\ub2c8\ub2e4.<sub>\ub2f9<\/sub>. \uac01 \ud3c9\uba74\uc744 \uc804\uccb4\uc758 \uc808\ubc18\uc5d0 \ub300\ud574 \uac1c\ubcc4\uc801\uc73c\ub85c\ub9cc \ud655\uc778\ud558\ub294 \uacbd\uc6b0, \ub450 \ud3c9\uba74 \ubaa8\ub450 \uac1c\ubcc4\uc801\uc73c\ub85c\ub294 \ud5c8\uc6a9 \uac00\ub2a5\ud55c \ubd88\uade0\ud615 \uc0c1\ud0dc\uc774\uc9c0\ub9cc, \ub450 \ud3c9\uba74\uc758 \uc870\ud569(\ud2b9\ud788 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/couple-unbalance\/\">\uc6b0\ub825 \ubd88\uade0\ud615<\/a>)\uac00 \ud5c8\uc6a9 \ud55c\ub3c4\ub97c \ucd08\uacfc\ud569\ub2c8\ub2e4. \ucd5c\uc2e0 \ubc38\ub7f0\uc2f1 \uae30\uacc4\ub294 \uc77c\ubc18\uc801\uc73c\ub85c \uac1c\ubcc4 \ud3c9\uba74 \uacf5\ucc28\uc640 \ucd1d \uc794\uc5ec \uc624\ucc28\ub97c \ubaa8\ub450 \uc810\uac80\ud569\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<h3>\ub2e8\uc77c \ud3c9\uba74 \ubc38\ub7f0\uc2f1\ub9cc\uc73c\ub85c \ucda9\ubd84\ud55c \uacbd\uc6b0\ub294 \uc5b8\uc81c\uc778\uac00\uc694?<\/h3>\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/single-plane-balancing\/\">\ub2e8\uc77c \ud3c9\uba74<\/a> (<a href=\"https:\/\/vibromera.eu\/ko\/glossary\/static-balancing\/\">\uc815\uc801<\/a>) \ub2e4\uc74c\uc758 \uacbd\uc6b0 \uade0\ud615\uc774 \uc801\uc808\ud569\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ub85c\ud130\ub294 \uc587\uc740 \uc6d0\ud310 \ud615\ud0dc\uc785\ub2c8\ub2e4(L\/D \ube44\uc728\uc774 \uc57d 0.5 \ubbf8\ub9cc).<\/li>\n<li>\uc791\ub3d9 \uc18d\ub3c4\ub294 \uccab \ubc88\uc9f8\ubcf4\ub2e4 \ud6e8\uc52c \ub0ae\uc2b5\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/critical-speed\/\">\uc784\uacc4 \uc18d\ub3c4<\/a><\/li>\n<li>\uc774 \uc791\uc5c5\uc5d0\ub294 \uadf9\ub3c4\uc758 \uc815\ubc00\ub3c4\uac00 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4(G 6.3 \ub610\ub294 \uadf8\ubcf4\ub2e4 \uac70\uce5c \ub4f1\uae09).<\/li>\n<li>\uc608\uc2dc: \uc120\ud48d\uae30 \ub0a0\uac1c, \uc5f0\uc0ad \ud720, \ud480\ub9ac, \ube0c\ub808\uc774\ud06c \ub514\uc2a4\ud06c, \ud50c\ub77c\uc774\ud720<\/li>\n<\/ul>\n<p>\ub85c\ud130\uc758 \ucd95 \ubc29\ud5a5 \uae38\uc774\uac00 \uc0c1\ub2f9\ud558\uac70\ub098, (\uc608: \uc5ec\ub7ec \uad6c\uc131 \uc694\uc18c\ub85c \uc870\ub9bd\ud55c \ud6c4) \ucee4\ud50c \ubd88\uade0\ud615\uc774 \uc608\uc0c1\ub418\uac70\ub098, \ub192\uc740 \uc815\ubc00\ub3c4\uac00 \uc694\uad6c\ub418\ub294 \uacbd\uc6b0 2\uba74 \ubc38\ub7f0\uc2f1\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.<\/p>\n<h2 id=\"common-mistakes\">\uc77c\ubc18\uc801\uc778 \uc2e4\uc218\uc640 \uc624\ud574<\/h2>\n<h3>1. \uc11c\ube44\uc2a4 \uc18d\ub3c4 \ub300\uc2e0 \ubc38\ub7f0\uc2f1 \uc18d\ub3c4 \uc0ac\uc6a9<\/h3>\n<p>G\ub4f1\uae09 \uacc4\uc0b0\uc5d0\uc11c \uac00\uc7a5 \uce58\uba85\uc801\uc778 \uc624\ub958. \ud5c8\uc6a9 \uc624\ucc28 \uacf5\uc2dd\uc740 \ub2e4\uc74c\uc744 \uc694\uad6c\ud569\ub2c8\ub2e4. <em>\ucd5c\ub300 \uc11c\ube44\uc2a4 \uc18d\ub3c4<\/em> \u2014 \uc2e4\uc81c \uc791\ub3d9 \uc2dc \ub85c\ud130\uac00 \ub3c4\ub2ec\ud558\ub294 \ucd5c\uace0 \ud68c\uc804 \uc18d\ub3c4(RPM). \uc800\uc18d \ubc38\ub7f0\uc2f1 \uc7a5\ube44\ub294 300~600RPM\uc73c\ub85c \uc791\ub3d9\ud560 \uc218 \uc788\uc9c0\ub9cc, \ud5c8\uc6a9 \uc624\ucc28\ub294 \uc791\ub3d9 \uc18d\ub3c4(\uc608: 3600RPM)\uc5d0\uc11c \uacc4\uc0b0\ud574\uc57c \ud569\ub2c8\ub2e4. \ubc38\ub7f0\uc2f1 \uc18d\ub3c4\ub97c \uc0ac\uc6a9\ud558\uba74 \ud5c8\uc6a9 \uc624\ucc28\uac00 \uc2e4\uc81c\ubcf4\ub2e4 6~12\ubc30 \ub354 \ucee4\uc9c0\uac8c \ub429\ub2c8\ub2e4.<\/p>\n<h3>2. G\ub4f1\uae09\uacfc \uc9c4\ub3d9 \uc218\uc900\uc744 \ud63c\ub3d9\ud558\ub294 \uac83<\/h3>\n<p>G 2.5 \ub4f1\uae09\uc740 \uae30\uacc4\uac00 2.5mm\/s\ub85c \uc9c4\ub3d9\ud55c\ub2e4\ub294 \uc758\ubbf8\uac00 \uc544\ub2d9\ub2c8\ub2e4. G \ub4f1\uae09\uc740 \uae30\uacc4 \ubcf8\uccb4\uc5d0\uc11c \uce21\uc815\ub418\ub294 \uc9c4\ub3d9\uc774 \uc544\ub2c8\ub77c \uc9c8\ub7c9 \uc911\uc2ec\uc758 \uc8fc\ubcc0 \uc18d\ub3c4\ub97c \ub098\ud0c0\ub0c5\ub2c8\ub2e4. \uc2e4\uc81c \uc9c4\ub3d9\uc740 \ubca0\uc5b4\ub9c1 \uac15\uc131, \uc9c0\uc9c0 \uad6c\uc870, \uac10\uc1e0 \ubc0f \uae30\ud0c0 \uc9c4\ub3d9\uc6d0 \ub4f1 \uc5ec\ub7ec \uc694\uc778\uc5d0 \ub530\ub77c \ub2ec\ub77c\uc9d1\ub2c8\ub2e4. G 2.5 \ub4f1\uae09\uc73c\ub85c \ubc38\ub7f0\uc2f1\ub41c \uae30\uacc4\ub77c\ub3c4 \uc774\ub7ec\ud55c \uc694\uc778\uc5d0 \ub530\ub77c \ubcf8\uccb4\uc5d0\uc11c \uce21\uc815\ub418\ub294 \uc9c4\ub3d9\uc740 0.5mm\/s \ub610\ub294 5mm\/s\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>3. \uc815\ubc00\ub3c4\uc5d0 \ub300\ud55c \uacfc\ub3c4\ud55c \uba85\uc2dc<\/h3>\n<p>G 6.3 \ub4f1\uae09\uc73c\ub85c\ub3c4 \ucda9\ubd84\ud55c\ub370 G 1.0 \ub4f1\uae09\uc744 \uc9c0\uc815\ud558\ub294 \uac83\uc740 \uc2dc\uac04\uacfc \ube44\uc6a9\uc744 \ub0ad\ube44\ud558\ub294 \uc77c\uc785\ub2c8\ub2e4. G \ub4f1\uae09\uc774 \ud55c \ub2e8\uacc4 \ub354 \uc5c4\uaca9\ud574\uc9c8 \ub54c\ub9c8\ub2e4 \uade0\ud615 \uc870\uc815 \uc791\uc5c5\ub7c9\uacfc \ube44\uc6a9\uc740 \ub300\ub7b5 \ub450 \ubc30\ub85c \ub298\uc5b4\ub0a9\ub2c8\ub2e4. G 6.3 \ub300\uc2e0 G 1.0 \ub4f1\uae09\uc73c\ub85c \uade0\ud615 \uc870\uc815\uc744 \ud55c \uc6d0\uc2ec \ud38c\ud504 \uc784\ud3a0\ub7ec\ub294 \uade0\ud615 \uc870\uc815 \ube44\uc6a9\uc774 \ud6e8\uc52c \ub354 \ub9ce\uc774 \ub4e4\uc9c0\ub9cc, \ub2e4\ub978 \uc9c4\ub3d9 \uc6d0\uc778\uc774 \uc788\uae30 \ub54c\ubb38\uc5d0 \ud38c\ud504\uc758 \uc791\ub3d9\uc774 \ub354 \ubd80\ub4dc\ub7ec\uc6cc\uc9c0\uc9c0\ub294 \uc54a\uc744 \uac83\uc785\ub2c8\ub2e4.<a href=\"https:\/\/vibromera.eu\/ko\/glossary\/misalignment\/\">\uc815\ub82c \ubd88\ub7c9<\/a>, <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/hydraulic-forces\/\">\uc720\uc555\ub825<\/a>, \ubca0\uc5b4\ub9c1 \uc18c\uc74c)\uc774 \uc8fc\ub97c \uc774\ub8f9\ub2c8\ub2e4.<\/p>\n<h3>4. \ud604\uc2e4\uc801\uc778 \uc81c\uc57d\uc744 \ubb34\uc2dc\ud558\ub294 \uac83<\/h3>\n<p>\uacc4\uc0b0\ub41c \ud5c8\uc6a9 \uc624\ucc28\ub294 \ubc38\ub7f0\uc2f1 \uc7a5\ube44\uc758 \uac10\ub3c4 \ub610\ub294 \ub2ec\uc131 \uac00\ub2a5\ud55c \ubcf4\uc815 \uc815\ubc00\ub3c4\ubcf4\ub2e4 \uc791\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub9cc\uc57d U<sub>\ub2f9<\/sub> \uce21\uc815\uac12\uc740 0.5g\u00b7mm\uc774\uc9c0\ub9cc, \ubc38\ub7f0\uc2f1 \uc7a5\ube44\uc758 \ubd84\ud574\ub2a5\uc774 1g\u00b7mm\uc5d0 \ubd88\uacfc\ud558\ubbc0\ub85c, \ub354 \ub098\uc740 \uc7a5\ube44 \uc5c6\uc774\ub294 \uc0ac\uc591\uc744 \ucda9\uc871\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9 \uac00\ub2a5\ud55c \ubc38\ub7f0\uc2f1 \uc7a5\ube44\uac00 \uc2e4\uc81c\ub85c \uc9c0\uc815\ub41c \ud5c8\uc6a9 \uc624\ucc28\ub97c \ub2ec\uc131\ud560 \uc218 \uc788\ub294\uc9c0 \ud56d\uc0c1 \ud655\uc778\ud558\uc2ed\uc2dc\uc624.<\/p>\n<h3>5. \uc870\ub9bd \uacf5\ucc28\ub97c \uace0\ub824\ud558\uc9c0 \uc54a\uc74c<\/h3>\n<p>\ubc38\ub7f0\uc2f1 \uc7a5\ube44\uc5d0\uc11c \uc644\ubcbd\ud558\uac8c \ubc38\ub7f0\uc2f1\ub41c \ub85c\ud130\ub77c\ub3c4 \ud0a4\ud648 \uac04\uadf9, \ucee4\ud50c\ub9c1 \ud3b8\uc2ec, \uc5f4\ud33d\ucc3d \ubc0f \uc7a5\ucc29 \uacf5\ucc28\ub85c \uc778\ud574 \uc124\uce58 \uc2dc \ubd88\uade0\ud615\uc774 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc911\uc694\ud55c \uc6a9\ub3c4\uc758 \uacbd\uc6b0, ISO \ud45c\uc900\uc5d0\uc11c\ub294 \uc124\uce58 \uad00\ub828 \ubd88\uade0\ud615 \ubcc0\ub3d9\uc744 \uace0\ub824\ud558\uc5ec \uc804\uccb4 \uacf5\ucc28\uc758 20~30%\ub97c \ud655\ubcf4\ud560 \uac83\uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<h3>6. \uac15\uc131 \ud68c\uc804\uc790 \ud45c\uc900\uc744 \uc5f0\uc131 \ud68c\uc804\uc790\uc5d0 \uc801\uc6a9\ud558\uae30<\/h3>\n<p>ISO 21940-11 G \ub4f1\uae09\uc740 \ub2e4\uc74c \uc0ac\ud56d\uc5d0 \uc801\uc6a9\ub429\ub2c8\ub2e4. <em>\uac15\uc131 \ub85c\ud130<\/em> \u2014 \uc81c1 \uc784\uacc4 \ud68c\uc804\uc218\ubcf4\ub2e4 \ud6e8\uc52c \ub0ae\uc740 \uc18d\ub3c4\uc5d0\uc11c \uc791\ub3d9\ud558\ub294 \ub85c\ud130. \uc784\uacc4 \ud68c\uc804\uc218\ub97c \ud1b5\uacfc\ud558\uac70\ub098 \uadf8 \uadfc\ucc98\uc5d0\uc11c \uc791\ub3d9\ud558\ub294 \ub85c\ud130 (<a href=\"https:\/\/vibromera.eu\/ko\/glossary\/flexible-rotor\/\">\uc720\uc5f0\ud55c \ub85c\ud130<\/a>)\uc5d0 \ub530\ub77c \uade0\ud615\uc744 \ub9de\ucdb0\uc57c \ud569\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/iso-21940-12\/\">ISO 21940-12<\/a>\uc774\ub294 \uadfc\ubcf8\uc801\uc73c\ub85c \ub2e4\ub978 \uc811\uadfc \ubc29\uc2dd\uc744 \ucc44\ud0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc720\uc5f0\ud55c \ub85c\ud130\uc5d0 G \ub4f1\uae09\uc744 \uc801\uc6a9\ud558\ub294 \uac83\uc740 \uc704\ud5d8\ud560 \uc815\ub3c4\ub85c \ubd80\uc801\uc808\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h2 id=\"importance\">G\ub4f1\uae09\uc774 \uc65c \uc911\uc694\ud55c\uac00\uc694?<\/h2>\n<h3>\ud45c\uc900\ud654 \ubc0f \ucee4\ubba4\ub2c8\ucf00\uc774\uc158<\/h3>\n<p>G \ub4f1\uae09\uc740 \ubc38\ub7f0\uc2a4 \ud488\uc9c8\uc5d0 \ub300\ud55c \ubcf4\ud3b8\uc801\uc778 \uae30\uc900\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc81c\uc870\uc5c5\uccb4\ub294 \ud38c\ud504 \uc784\ud3a0\ub7ec\uac00 &quot;ISO 21940-11\uc5d0 \ub530\ub77c G 6.3\uc73c\ub85c \ubc38\ub7f0\uc2a4\ub97c \ub9de\ucdb0\uc57c \ud55c\ub2e4&quot;\uace0 \uba85\uc2dc\ud560 \uc218 \uc788\uc73c\uba70, \uc804 \uc138\uacc4 \ubaa8\ub4e0 \ubc38\ub7f0\uc2a4 \uc124\ube44\ub294 \uc694\uad6c\ub418\ub294 \uc815\ubc00\ub3c4\ub97c \uc815\ud655\ud788 \uc774\ud574\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \ubaa8\ud638\ud568\uc744 \uc5c6\uc560\uace0 \uacf5\uae09\uc5c5\uccb4\uc640 \uace0\uac1d \uac04\uc758 \ubd84\uc7c1\uc744 \ubc29\uc9c0\ud558\uba70 \uae00\ub85c\ubc8c \uacf5\uae09\ub9dd \uc804\ubc18\uc5d0 \uac78\uccd0 \uc77c\uad00\ub41c \ud488\uc9c8\uc744 \ubcf4\uc7a5\ud569\ub2c8\ub2e4.<\/p>\n<h3>\uacfc\uade0\ud615 \ubc29\uc9c0<\/h3>\n<p>\ub85c\ud130\uc758 \ubc38\ub7f0\uc2f1\uc744 \ud544\uc694 \uc774\uc0c1\uc73c\ub85c \uc815\ubc00\ud558\uac8c \uc870\uc815\ud558\ub294 \uac83\uc740 \ube44\uc6a9\uacfc \uc2dc\uac04\uc774 \ub9ce\uc774 \uc18c\uc694\ub429\ub2c8\ub2e4. G \ub4f1\uae09\uc774 \ud55c \ub2e8\uacc4\uc529 \ub192\uc544\uc9c8 \ub54c\ub9c8\ub2e4 \ubcf4\uc815 \ud69f\uc218 \uc99d\uac00, \uc815\ubc00\ud55c \uce21\uc815 \ub2a5\ub825 \uc694\uad6c, \uadf8\ub9ac\uace0 \uc791\uc5c5 \uc2dc\uac04 \uc5f0\uc7a5\uc73c\ub85c \uc778\ud574 \ubc38\ub7f0\uc2f1 \ube44\uc6a9\uc774 \ub300\ub7b5 \ub450 \ubc30\uc529 \uc99d\uac00\ud569\ub2c8\ub2e4. G \ub4f1\uae09\uc740 \uc5d4\uc9c0\ub2c8\uc5b4\uac00 \ubd88\ud544\uc694\ud55c \uc815\ubc00\ub3c4\uc5d0 \uc790\uc6d0\uc744 \ub0ad\ube44\ud558\uc9c0 \uc54a\uace0 \uc6a9\ub3c4\uc5d0 &quot;\ucda9\ubd84\ud788 \uc801\ud569\ud55c&quot; \uacbd\uc81c\uc801\uc778 \uc815\ubc00\ub3c4 \uc218\uc900\uc744 \uc120\ud0dd\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc90d\ub2c8\ub2e4.<\/p>\n<h3>\uc2e0\ub8b0\uc131 \ubc0f \ubca0\uc5b4\ub9c1 \uc218\uba85 \ubcf4\uc7a5<\/h3>\n<p>\uc62c\ubc14\ub978 G \ub4f1\uae09\uc744 \uc120\ud0dd\ud558\uba74 \uae30\uacc4\uac00 \ud5c8\uc6a9 \uac00\ub2a5\ud55c \uc9c4\ub3d9 \uc218\uc900\uc73c\ub85c \uc791\ub3d9\ud558\uc5ec \ubca0\uc5b4\ub9c1, \uc530, \ucee4\ud50c\ub9c1 \ubc0f \uc9c0\uc9c0 \uad6c\uc870\ubb3c\uc5d0 \uac00\ud574\uc9c0\ub294 \ub3d9\uc801 \ud558\uc911\uc744 \uc9c1\uc811\uc801\uc73c\ub85c \uc904\uc77c \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubd88\uade0\ud615\ub825\uacfc \ubca0\uc5b4\ub9c1 \uc218\uba85 \uac04\uc758 \uad00\uacc4\ub294 \ub9e4\uc6b0 \ubc00\uc811\ud55c\ub370, \ubd88\uade0\ud615\uc744 50%\ub9cc\ud07c \uc904\uc774\uba74 \ubca0\uc5b4\ub9c1 \uc218\uba85(L10)\uc774 8\ubc30\uae4c\uc9c0 \uc99d\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4(\ubca0\uc5b4\ub9c1 \uc218\uba85 \uacc4\uc0b0\uc5d0\uc11c \uc138\uc81c\uacf1 \uad00\uacc4 \ub54c\ubb38). \uc801\uc808\ud55c \ubc38\ub7f0\uc2a4 \ud488\uc9c8\uc740 \uac00\uc7a5 \ube44\uc6a9 \ud6a8\uc728\uc801\uc778 \uc2e0\ub8b0\uc131 \ud5a5\uc0c1 \ubc29\ubc95 \uc911 \ud558\ub098\uc785\ub2c8\ub2e4.<\/p>\n<h3>\uaddc\uc81c \ubc0f \uacc4\uc57d \uc900\uc218<\/h3>\n<p>\ub9ce\uc740 \uc0b0\uc5c5 \ud45c\uc900 \ubc0f \uc7a5\ube44 \uc0ac\uc591\uc5d0\uc11c ISO G \ub4f1\uae09\uc744 \ud544\uc218 \uc694\uad6c \uc0ac\ud56d\uc73c\ub85c \ucc38\uc870\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc11d\uc720 \uc0b0\uc5c5 \uc7a5\ube44\uc5d0 \ub300\ud55c API \ud45c\uc900, \uc804\uae30 \ubaa8\ud130\uc5d0 \ub300\ud55c IEC \ud45c\uc900, \ubc29\uc704 \uc7a5\ube44\uc5d0 \ub300\ud55c \uad70\uc0ac \uc0ac\uc591 \ubaa8\ub450 ISO G \ub4f1\uae09 \uc2dc\uc2a4\ud15c\uc744 \ucc38\uc870\ud558\uac70\ub098 \ucc44\ud0dd\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uc694\uad6c \uc0ac\ud56d \uc900\uc218\ub294 \uacc4\uc57d\uc0c1 \uc758\ubb34 \uc0ac\ud56d\uc778 \uacbd\uc6b0\uac00 \ub9ce\uc73c\uba70, \uac10\uc0ac \ub610\ub294 \uac80\uc99d \ub300\uc0c1\uc774 \ub420 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>\uc608\uce21 \uc720\uc9c0\ubcf4\uc218 \uae30\uc900\uc120<\/h3>\n<p>\ub85c\ud130\ub97c \uc54c\ub824\uc9c4 G \ub4f1\uae09\uc73c\ub85c \uade0\ud615 \uc870\uc815\ud558\uace0 \ucd08\uae30 \uc9c4\ub3d9 \uc218\uc900\uc744 \uae30\ub85d\ud574 \ub450\uba74, \uc774\ud6c4\uc758 \uc9c4\ub3d9 \uce21\uc815\uac12\uc744 \uc774 \uae30\ub85d\uacfc \ube44\uad50\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/baseline\/\">\uae30\uc900\uc120<\/a>. \uc99d\uac00\ud558\ub294 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/running-speed\/\">1\u00d7 RPM<\/a> \uc9c4\ub3d9\uc740 (\ubd80\uc2dd, \uc774\ubb3c\uc9c8 \ucd95\uc801, \ubd80\ud488 \uc190\uc2e4 \ub610\ub294 \uc5f4 \ubcc0\ud615\uc73c\ub85c \uc778\ud55c) \ubd88\uade0\ud615 \ubc1c\uc0dd\uc744 \uc989\uc2dc \uc54c\ub824\uc8fc\ubbc0\ub85c, \uc120\uc81c\uc801\uc778 \uc870\uce58\ub97c \ucde8\ud560 \uc218 \uc788\uac8c \ud574\uc90d\ub2c8\ub2e4 <a href=\"https:\/\/vibromera.eu\/ko\/glossary\/predictive-maintenance\/\">maintenance<\/a> \ud53c\ud574\uac00 \ubc1c\uc0dd\ud558\uae30 \uc804\uc5d0.<\/p>\n<div class=\"info-box success\">\n<div class=\"box-title\">\ube44\ube0c\ub85c\uba54\ub77c \ubc38\ub7f0\uc2a4 \uc7a5\ube44 \ubc0f G\ub4f1\uae09<\/div>\n<p>\uadf8 <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-1\/\">\ubc1c\ub780\uc14b-1A<\/a> \ubc0f <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-4\/\">\ubc1c\ub780\uc14b-4<\/a> \ud734\ub300\uc6a9 \ubc38\ub7f0\uc2f1 \uc7a5\uce58\ub294 \uc18c\ud504\ud2b8\uc6e8\uc5b4\uc5d0\uc11c G\ub4f1\uae09 \uc0ac\uc591\uc744 \uc9c1\uc811 \uc9c0\uc6d0\ud569\ub2c8\ub2e4. \uc791\uc5c5\uc790\ub294 \uc6d0\ud558\ub294 G\ub4f1\uae09, \ub85c\ud130 \uc9c8\ub7c9 \ubc0f \uc791\ub3d9 \uc18d\ub3c4\ub97c \uc785\ub825\ud558\uba74 \uc7a5\uce58\uac00 \ud5c8\uc6a9 \uc624\ucc28\ub97c \uc790\ub3d9\uc73c\ub85c \uacc4\uc0b0\ud558\uace0 \ubc38\ub7f0\uc2f1 \uacfc\uc815 \uc911\uc5d0 \ud569\uaca9\/\ubd88\ud569\uaca9 \uc5ec\ubd80\ub97c \ud45c\uc2dc\ud569\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc218\ub3d9 \uacc4\uc0b0 \uc624\ub958\ub97c \uc81c\uac70\ud558\uace0 ISO \ud45c\uc900\uc744 \uc77c\uad00\ub418\uac8c \uc900\uc218\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<\/p><\/div>\n<hr style=\"margin: 48px 0 24px; border: none; border-top: 1px solid var(--border-light);\">\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\u2190 \uc6a9\uc5b4\uc9d1 \uc0c9\uc778\uc73c\ub85c \ub3cc\uc544\uac00\uae30<\/a><\/p>\n<\/article>\n<p>      <!-- TOC SIDEBAR --><\/p>\n<aside class=\"toc-sidebar\">\n<div class=\"toc-box\">\n<h3>\uc774 \ud398\uc774\uc9c0\uc5d0\uc11c<\/h3>\n<p>          <a href=\"#calculator\">\ubd88\uade0\ud615 \uacc4\uc0b0\uae30<\/a><br \/>\n          <a href=\"#grade-overview\">G\ub4f1\uae09 \uac1c\uc694<\/a><br \/>\n          <a href=\"#full-table\">\uc804\uccb4 ISO \ud45c<\/a><br \/>\n          <a href=\"#definition\">\uc815\uc758<\/a><br \/>\n          <a class=\"sub\" href=\"#definition\">\uc5ed\uc0ac\uc801 \ub9e5\ub77d<\/a><br \/>\n          <a href=\"#how-it-works\">G\ud559\uc810\uc740 \uc5b4\ub5bb\uac8c \uc0b0\ucd9c\ub420\uae4c\uc694?<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\ud575\uc2ec \uacf5\uc2dd<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\ubcc0\uc218 \uc124\uba85<\/a><br \/>\n          <a class=\"sub\" href=\"#how-it-works\">\uae30\ud558\ud559\uc801 \ud574\uc11d<\/a><br \/>\n          <a href=\"#selecting\">\ub4f1\uae09 \uc120\ud0dd\ud558\uae30<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\uacb0\uc815 \uc694\uc778<\/a><br \/>\n          <a class=\"sub\" href=\"#selecting\">\uc5c5\uacc4 \uad8c\uc7a5 \uc0ac\ud56d<\/a><br \/>\n          <a href=\"#practical\">\uc2e4\uc81c \uc0ac\ub840<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\ud38c\ud504 \uc784\ud3a0\ub7ec<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\ud32c \ub85c\ud130<\/a><br \/>\n          <a class=\"sub\" href=\"#practical\">\ud130\ubcf4\ucc28\uc800<\/a><br \/>\n          <a href=\"#two-plane\">2\uba74 \ubc38\ub7f0\uc2f1<\/a><br \/>\n          <a href=\"#common-mistakes\">\uc77c\ubc18\uc801\uc778 \uc2e4\uc218<\/a><br \/>\n          <a href=\"#importance\">\uc65c \uc911\uc694\ud55c\uac00<\/a>\n        <\/div>\n<div class=\"toc-box\" style=\"margin-top: 24px; background: var(--navy); border-color: var(--navy);\">\n<h3 style=\"color: var(--white);\">\ubc14\uc774\ube0c\ub85c\uba54\ub77c \uc7a5\ube44<\/h3>\n<p style=\"color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 12px;\">ISO G \ub4f1\uae09 \ud5c8\uc6a9 \uc624\ucc28 \uacc4\uc0b0 \uae30\ub2a5\uc774 \ub0b4\uc7a5\ub41c \ud734\ub300\uc6a9 \uade0\ud615 \uc870\uc815 \uc7a5\uce58.<\/p>\n<p>          <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-1\/\" style=\"display: block; padding: 8px 14px; background: var(--blue); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; margin-bottom: 8px; border-left: none;\">Balanset-1A \u2192<\/a><br \/>\n          <a href=\"https:\/\/vibromera.eu\/ko\/%ec%a0%9c%ed%92%88\/%eb%b0%9c%eb%9e%80%ec%85%8b-4\/\" style=\"display: block; padding: 8px 14px; background: rgba(255,255,255,0.1); color: white; border-radius: 6px; text-align: center; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); border-left: none;\">Balanset-4 \u2192<\/a>\n        <\/div>\n<\/aside><\/div>\n<\/p><\/div>\n<p><\/main><\/p>\n<p><!-- SHOP CTA --><\/p>\n<section class=\"shop-cta\">\n<div class=\"container\">\n<h2>\uc804\ubb38\uac00\uc6a9 \ud734\ub300\uc6a9 \uade0\ud615 \uc7a5\ube44<\/h2>\n<p>Vibromera\uc758 Balanset \uc7a5\ube44\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud604\uc7a5\uc5d0\uc11c ISO G \ub4f1\uae09 \ud45c\uc900\uc5d0 \ub9de\ucdb0 \ub85c\ud130\uc758 \ubc38\ub7f0\uc2f1 \uc791\uc5c5\uc744 \uc218\ud589\ud558\uc2ed\uc2dc\uc624. \ub0b4\uc7a5\ub41c \uacf5\ucc28 \uacc4\uc0b0 \uae30\ub2a5, 2\uba74 \uce21\uc815 \uae30\ub2a5, \ud569\ub9ac\uc801\uc778 \uac00\uaca9\uc73c\ub85c \uc804\ubb38\uac00 \uc218\uc900\uc758 \uacb0\uacfc\ub97c \uc5bb\uc744 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>    <a href=\"https:\/\/vibromera.eu\/ko\/shop\/\" class=\"cta-btn\">\uc7a5\ube44 \ucc3e\uc544\ubcf4\uae30 \u2192<\/a>\n  <\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer class=\"page-footer\">\n<div class=\"container\">\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\u2190 \uc6a9\uc5b4\uc9d1\uc73c\ub85c \ub3cc\uc544\uac00\uae30<\/a> &nbsp;|&nbsp; <a href=\"https:\/\/vibromera.eu\/ko\/\">\uc9c4\ub3d9\uba54\ub77c.eu<\/a><\/p>\n<\/p><\/div>\n<\/footer>\n<hr>\n<p><a href=\"https:\/\/vibromera.eu\/ko\/glossary\/\">\u2190 \uba54\uc778 \uc778\ub371\uc2a4\ub85c \ub3cc\uc544\uac00\uae30<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>ISO \ud45c\uc900\uc758 \uade0\ud615 \ud488\uc9c8 \ub4f1\uae09(G \ub4f1\uae09)\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uc138\uc694. \uade0\ud615 \ud488\uc9c8 \ub4f1\uae09\uc740 \ub2e4\uc591\ud55c \uc720\ud615\uc758 \ub85c\ud130\uc5d0 \ud5c8\uc6a9\ub418\ub294 \uc794\ub958 \ubd88\uade0\ud615\uc744 \uc9c0\uc815\ud558\ub294 \ub370 \uc0ac\uc6a9\ub418\ub294 \uc2dc\uc2a4\ud15c\uc785\ub2c8\ub2e4.<\/p>","protected":false},"featured_media":0,"template":"","meta":{"ai_generated_summary":"","footnotes":""},"categories":[109,111],"tags":[],"class_list":["post-130","glossary","type-glossary","status-publish","hentry","category-glossary","category-rotor-balancing"],"_links":{"self":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/types\/glossary"}],"version-history":[{"count":5,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary\/130\/revisions"}],"predecessor-version":[{"id":101732,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/glossary\/130\/revisions\/101732"}],"wp:attachment":[{"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/media?parent=130"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/categories?post=130"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vibromera.eu\/ko\/wp-json\/wp\/v2\/tags?post=130"}],"curies":[{"name":"\uc6cc\ub4dc\ud504\ub808\uc2a4","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}