{"id":817,"date":"2026-05-19T03:36:11","date_gmt":"2026-05-19T03:36:11","guid":{"rendered":"http:\/\/wskang1.cafe24.com\/company\/"},"modified":"2026-06-22T04:58:37","modified_gmt":"2026-06-22T04:58:37","slug":"company","status":"publish","type":"page","link":"https:\/\/useglobal.co.kr\/ko\/company\/","title":{"rendered":"\ud68c\uc0ac\uc18c\uac1c"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"817\" class=\"elementor elementor-817 elementor-253\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f027ba e-ecs-flex e-flex e-con-boxed e-con e-parent\" data-id=\"8f027ba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8fadf3f font e-ecs-flex e-flex e-con-boxed e-con e-parent\" data-id=\"8fadf3f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2cb571 e-con-full font e-ecs-flex e-flex e-con e-parent\" data-id=\"e2cb571\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-55efc9b e-ecs-flex e-flex e-con-boxed e-con e-child\" data-id=\"55efc9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e00a913 e-con-full e-ecs-flex e-flex e-con e-child\" data-id=\"e00a913\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e462aa7 font02 txt-color elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e462aa7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Global Leaders in <br class=\"br1024\" \/>Precision Parts Industry use<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10a4e68 elementor-widget elementor-widget-html\" data-id=\"10a4e68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\njQuery(function ($) {\r\n\r\n  function splitTextPreserveHtml(node) {\r\n    $(node).contents().each(function () {\r\n      if (this.nodeType === 3) {\r\n        const text = this.nodeValue;\r\n        if (!text.trim()) return;\r\n\r\n        const parts = text.split(\/(\\s+)\/);\r\n        let html = '';\r\n\r\n        parts.forEach(function (part) {\r\n          if (\/^\\s+$\/.test(part)) {\r\n            html += part.replace(\/ \/g, '&nbsp;');\r\n          } else if (part !== '') {\r\n            html += '<span class=\"word\">';\r\n            part.split('').forEach(function (char) {\r\n              html += '<span class=\"char\">' + char + '<\/span>';\r\n            });\r\n            html += '<\/span>';\r\n          }\r\n        });\r\n\r\n        $(this).replaceWith(html);\r\n      } else if (this.nodeType === 1) {\r\n        if (this.tagName.toLowerCase() === 'br') return;\r\n        splitTextPreserveHtml(this);\r\n      }\r\n    });\r\n  }\r\n\r\n  const $targets = $('.txt-color');\r\n\r\n  $targets.each(function () {\r\n    const $this = $(this);\r\n    if ($this.data('split-done')) return;\r\n    $this.data('split-done', true);\r\n    splitTextPreserveHtml(this);\r\n  });\r\n\r\n  function updateTextColor() {\r\n    $targets.each(function () {\r\n      const $chars = $(this).find('.char');\r\n      const rect = this.getBoundingClientRect();\r\n      const winH = window.innerHeight;\r\n\r\n      \/\/ \ud654\uba74 \uc911\uc559 \uc0b4\uc9dd \uc544\ub798\ubd80\ud130 \uc2dc\uc791\r\n      const startPoint = winH * 0.55;\r\n\r\n      \/\/ \uc0c9\uc774 \ubcc0\ud558\ub294 \uac70\ub9ac\r\n      \/\/ \ub108\ubb34 \ud06c\uba74 \uc139\uc158 \ub118\uc5b4\uac08 \ub54c\uae4c\uc9c0 \ub2e4 \uc548 \ubc14\ub01c\r\n      \/\/ \ub108\ubb34 \uc791\uc73c\uba74 \ud655 \ubc14\ub01c\r\n      const scrollRange = winH * 0.35;\r\n\r\n      let progress = (startPoint - rect.top) \/ scrollRange;\r\n      progress = Math.max(0, Math.min(1, progress));\r\n\r\n      const total = $chars.length;\r\n      const activeCount = Math.floor(total * progress);\r\n\r\n      $chars.each(function (index) {\r\n        this.style.color =\r\n          index < activeCount\r\n            ? '#fff'\r\n            : 'rgba(255,255,255,0.6)';\r\n      });\r\n    });\r\n  }\r\n\r\n  updateTextColor();\r\n  $(window).on('scroll resize', updateTextColor);\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e0772b e-con-full e-ecs-flex e-flex e-con e-child\" data-id=\"2e0772b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5dbf88d font02 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5dbf88d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our Company<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5c8790 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"e5c8790\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tuse\ub294 1990\ub144\uc5d0 \uc124\ub9bd\ub41c \uc815\ubc00\ubd80\ud488 \uc81c\uc870 \uae30\uc5c5\uc73c\ub85c, <br class=\"br1024\" \/>\uace0\uac1d \ub9cc\uc871\uc744 \ucd5c\uc6b0\uc120 \uac00\uce58\ub85c \uc0bc\uc544 \ub04a\uc784\uc5c6\ub294 \uc5f0\uad6c\uac1c\ubc1c \ud65c\ub3d9\uc744 \uc774\uc5b4\uc624\uace0 \uc788\uc2b5\ub2c8\ub2e4.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3047cf9 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3047cf9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\uadf8 \uc131\uacfc\ub97c \ubc14\ud0d5\uc73c\ub85c \uc790\ub3d9\ucc28 \uc0b0\uc5c5\uc744 \uc2dc\uc791\uc73c\ub85c \uac74\uc124\uc7a5\ube44, \ucc28\ub2e8\uae30, \uad11\uc0b0 \ucc44\uad74\uc7a5\ube44, \ub85c\ubd07 \ub4f1 \ub2e4\uc591\ud55c \ubd84\uc57c\uc5d0 <br class=\"br1024\" \/>\uace0\ud488\uc9c8 \uc815\ubc00\ubd80\ud488\uc744 \uac1c\ubc1c \ubc0f \uc0dd\uc0b0\ud558\uba70 \uc0ac\uc5c5 \uc601\uc5ed\uc744 \ud655\uc7a5\ud574 \uc654\uc2b5\ub2c8\ub2e4. <br class=\"br1024\" \/>\uc774\ub97c \ud1b5\ud574 \uc5ec\ub7ec \uc0b0\uc5c5 \ubd84\uc57c\uc5d0\uc11c \uacbd\uc7c1\ub825\uc744 \uc9c0\uc18d\uc801\uc73c\ub85c \uac15\ud654\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a45f93 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9a45f93\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tuse\ub294 \uc55e\uc73c\ub85c\ub3c4 \ucd5c\uace0\uc758 \ud488\uc9c8\uacfc \ud601\uc2e0\uc744 \ucd94\uad6c\ud558\uba70, <br class=\"br1024\" \/>\uc0ac\ud68c\uc5d0 \uae30\uc5ec\ud558\ub294 \uae30\uc5c5\uc73c\ub85c \uac70\ub4ed\ub098\uae30 \uc704\ud574 \ub04a\uc784\uc5c6\uc774 \ub178\ub825\ud558\uaca0\uc2b5\ub2c8\ub2e4.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b459a43 font e-ecs-flex e-flex e-con-boxed e-con e-parent\" data-id=\"b459a43\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cf0a0fd e-con-full e-ecs-flex e-flex e-con e-child\" data-id=\"cf0a0fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7e95089 e-con-full e-ecs-flex e-flex e-con e-child\" data-id=\"7e95089\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet&quot;],&quot;sticky_offset&quot;:120,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;ecs_container_type&quot;:&quot;flex&quot;,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9cdefa font02 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c9cdefa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Company History<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9343ae8 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9343ae8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">use\uc758 <br class=\"br767\" \/>\uc131\uc7a5\uc758 \ubc1c\uc790\ucde8\uc785\ub2c8\ub2e4.<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5e03b19 e-con-full e-ecs-flex e-flex e-con e-child\" data-id=\"5e03b19\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-91e26c8 elementor-widget__width-initial elementor-absolute elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"91e26c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a37dec company-history elementor-widget elementor-widget-jet-timeline\" data-id=\"3a37dec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-timeline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-jet-timeline jet-elements\"><div class=\"jet-timeline jet-timeline--align-left jet-timeline--align-top\">\n\t<div class=\"jet-timeline__line\"><div class=\"jet-timeline__line-progress\"><\/div><\/div>\n\t<div class=\"jet-timeline-list\"><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-a7085c5 jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2023~<\/h4><div class=\"timeline-item__card-desc\"><div>ISO 9001:2015 \uc778\uc99d<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-ca7f3ec jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2018<\/h4><div class=\"timeline-item__card-desc\"><div>IATF 16949:2016 \uc778\uc99d<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-3c8175f jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2015<\/h4><div class=\"timeline-item__card-desc\"><div>\ubcf8\uc0ac \ud655\uc7a5 \uc774\uc804(\uc8fc\uc548\uc0b0\uc5c5\ub2e8\uc9c0)<\/div>\n<div>\uae30\uc5c5\ubd80\uc124\uc5f0\uad6c\uc18c \uc124\ub9bd<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-f4099d6 jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2012<\/h4><div class=\"timeline-item__card-desc\"><div>(\uc8fc)\uc720\uc5d0\uc2a4\uc774 \uc124\ub9bd<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-5d2b2a7 jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2008<\/h4><div class=\"timeline-item__card-desc\"><div>\uc6b0\uc0c1\uc5d4\uc9c0\ub2c8\uc5b4\ub9c1 \uc81c2\uacf5\uc7a5 \uc900\uacf5<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-b6ab73f jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2007<\/h4><div class=\"timeline-item__card-desc\"><div>TS-16949 \uc778\uc99d<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-5383651 jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">2002<\/h4><div class=\"timeline-item__card-desc\"><div>QS9000\/ISO9002 \uc778\uc99d<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><div class=\"jet-timeline-item jet-timeline-item--animated elementor-repeater-item-9631cbe jet-timeline-item--image-inside\">\n\t<div class=\"timeline-item__card\">\n\t\t<div class=\"timeline-item__card-inner\">\n\t\t\t\t\t\t\t\t<div class=\"timeline-item__card-content\">\n\t\t\t\t\t<div class=\"timeline-item__meta\"><\/div><h4 class=\"timeline-item__card-title\">1990<\/h4><div class=\"timeline-item__card-desc\"><div>\uc6b0\uc0c1\uc5d4\uc9c0\ub2c8\uc5b4\ub9c1 \uc124\ub9bd<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"timeline-item__card-arrow\"><\/div>\n\t<\/div>\n\t<div class=\"timeline-item__point\"><div class=\"timeline-item__point-content timeline-item__point-content--icon\"><span class=\"jet-elements-icon\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg><\/span><\/div><\/div><div class=\"timeline-item__meta\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80c3069 e-con-full e-ecs-flex e-flex e-con e-parent\" data-id=\"80c3069\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d4c7fa0 font e-ecs-flex e-flex e-con-boxed e-con e-child\" data-id=\"d4c7fa0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-631d67a font02 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"631d67a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Organizational Chart<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2046e28 elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2046e28\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1020\" height=\"411\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02.png\" class=\"attachment-full size-full wp-image-821\" alt=\"\" srcset=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02.png 1020w, https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02-300x121.png 300w, https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02-768x309.png 768w\" sizes=\"(max-width: 1020px) 100vw, 1020px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-083bd2a elementor-hidden-desktop elementor-hidden-laptop elementor-invisible elementor-widget elementor-widget-image\" data-id=\"083bd2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"504\" height=\"411\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02-m02.png\" class=\"attachment-full size-full wp-image-822\" alt=\"\" srcset=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02-m02.png 504w, https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img03-02-m02-300x245.png 300w\" sizes=\"(max-width: 504px) 100vw, 504px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6bdd5f7 e-con-full e-ecs-flex e-flex e-con e-parent\" data-id=\"6bdd5f7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;ecs_container_type&quot;:&quot;flex&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77b285e raven-marquee-horizontal raven-marquee-direction-left elementor-widget elementor-widget-raven-content-marquee\" data-id=\"77b285e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"raven-content-marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"raven-content-marquee-container\">\n\t\t\t<div class=\"raven-content-marquee\">\n\t\t\t\t<div class=\"raven-marquee-left-gradient-overlay\"><\/div>\t\t\t\t<div class=\"raven-content-marquee-items-wrapper\">\n\t\t\t\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-281cdce elementor-repeater-item-type-image\" id=\"item_281cdce\">\n\t\t\t<img decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img04.svg\" class=\"attachment-full size-full wp-image-823\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-6d055d9 elementor-repeater-item-type-image\" id=\"item_6d055d9\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img08.svg\" class=\"attachment-full size-full wp-image-827\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-b3d0b09 elementor-repeater-item-type-image\" id=\"item_b3d0b09\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img05.svg\" class=\"attachment-full size-full wp-image-824\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-ffa9d98 elementor-repeater-item-type-image\" id=\"item_ffa9d98\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img06.svg\" class=\"attachment-full size-full wp-image-825\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-3ea4878 elementor-repeater-item-type-image\" id=\"item_3ea4878\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img07.svg\" class=\"attachment-full size-full wp-image-826\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-0077789 elementor-repeater-item-type-image\" id=\"item_0077789\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img09.svg\" class=\"attachment-full size-full wp-image-828\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-ffea2b4 elementor-repeater-item-type-image\" id=\"item_ffea2b4\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img10.svg\" class=\"attachment-full size-full wp-image-829\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"raven-content-marquee-items-wrapper raven-duplicated-content\">\n\t\t\t\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-281cdce elementor-repeater-item-type-image\" id=\"item_281cdce\">\n\t\t\t<img decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img04.svg\" class=\"attachment-full size-full wp-image-823\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-6d055d9 elementor-repeater-item-type-image\" id=\"item_6d055d9\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img08.svg\" class=\"attachment-full size-full wp-image-827\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-b3d0b09 elementor-repeater-item-type-image\" id=\"item_b3d0b09\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img05.svg\" class=\"attachment-full size-full wp-image-824\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-ffa9d98 elementor-repeater-item-type-image\" id=\"item_ffa9d98\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img06.svg\" class=\"attachment-full size-full wp-image-825\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-3ea4878 elementor-repeater-item-type-image\" id=\"item_3ea4878\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img07.svg\" class=\"attachment-full size-full wp-image-826\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-0077789 elementor-repeater-item-type-image\" id=\"item_0077789\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img09.svg\" class=\"attachment-full size-full wp-image-828\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-item elementor-repeater-item-ffea2b4 elementor-repeater-item-type-image\" id=\"item_ffea2b4\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"270\" height=\"80\" src=\"https:\/\/useglobal.co.kr\/wp-content\/uploads\/2026\/05\/company-img10.svg\" class=\"attachment-full size-full wp-image-829\" alt=\"\" \/>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"raven-marquee-right-gradient-overlay\"><\/div>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Global Leaders in Precision Parts Industry use Our Company use\ub294 1990\ub144\uc5d0 \uc124\ub9bd\ub41c \uc815\ubc00\ubd80\ud488 \uc81c\uc870 \uae30\uc5c5\uc73c\ub85c, \uace0\uac1d \ub9cc\uc871\uc744 \ucd5c\uc6b0\uc120 \uac00\uce58\ub85c \uc0bc\uc544 \ub04a\uc784\uc5c6\ub294 \uc5f0\uad6c\uac1c\ubc1c \ud65c\ub3d9\uc744 \uc774\uc5b4\uc624\uace0 \uc788\uc2b5\ub2c8\ub2e4.\uadf8 \uc131\uacfc\ub97c \ubc14\ud0d5\uc73c\ub85c \uc790\ub3d9\ucc28 \uc0b0\uc5c5\uc744 \uc2dc\uc791\uc73c\ub85c \uac74\uc124\uc7a5\ube44, \ucc28\ub2e8\uae30, \uad11\uc0b0 \ucc44\uad74\uc7a5\ube44, \ub85c\ubd07 \ub4f1 \ub2e4\uc591\ud55c \ubd84\uc57c\uc5d0 \uace0\ud488\uc9c8 \uc815\ubc00\ubd80\ud488\uc744 \uac1c\ubc1c \ubc0f \uc0dd\uc0b0\ud558\uba70 \uc0ac\uc5c5 \uc601\uc5ed\uc744 \ud655\uc7a5\ud574 \uc654\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc5ec\ub7ec \uc0b0\uc5c5 \ubd84\uc57c\uc5d0\uc11c \uacbd\uc7c1\ub825\uc744 \uc9c0\uc18d\uc801\uc73c\ub85c \uac15\ud654\ud558\uace0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-817","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/pages\/817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/comments?post=817"}],"version-history":[{"count":7,"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/pages\/817\/revisions"}],"predecessor-version":[{"id":993,"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/pages\/817\/revisions\/993"}],"wp:attachment":[{"href":"https:\/\/useglobal.co.kr\/ko\/wp-json\/wp\/v2\/media?parent=817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}