

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=1, target-densitydpi=medium-dpi">
<title>Robit & Jig System | WIA MACHINETOOLS</title>

<meta name="title" content="Robit & Jig System">
<meta name="description" content="K-Series : Large–size general purpose manipulators">
<meta name="keywords" content="WIA MACHINETOOLS Robit & Jig System, K-Series">
<meta name="Author" content="WIA MACHINETOOLS">
<meta name="Robots" content="all">

<meta property="og:title" content="Robit & Jig System">
<meta property="og:type" content="website">
<meta name="url" property="og:url" content="http://www.wiamachine.com/usa/fa/robot_series_04.asp?">
<meta property="og:image" content="http://www.wiamachine.com/img/common/hyundaiwia.gif">
<meta property="og:site_name" content="WIA MACHINETOOLS">
<meta property="og:description" content="K-Series : Large–size general purpose manipulators">

<link rel='stylesheet' href='/css/usa/import.css' type='text/css' />

<script type="text/javascript" src="/js/jquery-1.8.1.js"></script>
<script type="text/javascript" src="/js/jquery.placeholder.js"></script>
<script type="text/javascript" src="/js/jquery-ui.js"></script>
<script type="text/javascript" src="/js/jquery.cookie.js"></script>
<script type="text/javascript" src="/js/borwerDpi.js"></script>
<script type="text/javascript" src="/js/hyundaiwia.js"></script>
<script type="text/javascript" src="/js/respond.src.js"></script>
<script type="text/javascript" src="/js/jquery.bxslider.js"></script>
<script type="text/javascript" src="/js/jssor.js"></script>
<script type="text/javascript" src="/js/jssor.slider.js"></script>
<script type="text/javascript" src="/js/common.js"></script>
<script type="text/javascript" src="/js/gnb.js"></script>
<script type="text/javascript" src="/js/flowplayer-3.2.13.min.js"></script>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-57929191-7', 'auto');
  ga('require', 'displayfeatures');
  ga('send', 'pageview');

</script>

<!-- 개발자 추가 -->
<script type="text/javascript" src="/c_js/js_common.js"></script>
<script type="text/javascript" src="/c_js/base.js"></script>
<script type="text/javascript" src="/c_js/base_Add.js"></script>
<script type="text/javascript" src="/Include/Js/Pwd_Module/base64.js"></script>
<!--// 개발자 추가 -->

<script type="text/javascript">
	if(isPad()){
		$("meta[name='viewport']").attr("content","width=980px");
	} else {
		//$("meta[name='viewport']").attr("content","980px");
		$("meta[name='viewport']").attr("content","width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=1, target-densitydpi=medium-dpi");
	}
	jQuery(document).ready(function(){

		//viewport 설정

		/*if($(window).width() <= 640){
			$("meta[name='viewport']").attr("content","width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=1, target-densitydpi=medium-dpi");
		}else if($(window).width() <= 980){
			$("meta[name='viewport']").attr("content","width=980px");
		}else{
			$("meta[name='viewport']").attr("content","");
		}*/
		//상단 웹 메뉴
		jQuery('.tnb').gnb_js();
		//상단 모바일 메뉴
		jQuery('.top_tog p').toggleJs();
		//메인 웹 메뉴
		jQuery('.gnb').gnb_js(2 , 1);
		//메인 모바일 메뉴
		jQuery('.mgnb').mobile_js();
		//웹 신제품
		jQuery('.new_box').clickRolling(5000,700,false,2);


	});
	jQuery(window).load(function(){
		// 상단 팝업
		jQuery('.video_pop_wrap').sy_modalApi();
		jQuery('.popPost').sy_modalApi();
		jQuery('.edu_pop_wrap').sy_modalApi();
		jQuery('.cmap').sy_modalApi();
		jQuery('.umap').sy_modalApi();
		jQuery('.popSoft').sy_modalApi();
		jQuery('.popPdf').sy_modalApi();

		// 중앙 팝업
		jQuery('.popIdpw').comp_modalApi();
		jQuery('.popEmail').comp_modalApi();
		jQuery('.popIdsrch').comp_modalApi();
		jQuery('.popExhibi').comp_modalApi();
		jQuery('.popIdpsrch').comp_modalApi();
		jQuery('.popPasssrch').comp_modalApi();
		jQuery('.popPdf_confirm').comp_modalApi();
		//원페이지 텝
		jQuery('.pop_tab').tabDefultApi();
		//모바일 텝레이어
		jQuery('.jsTab').toggleJs_new();

	});

// 영상 삭제
function removeVideo() {
    try {
        if ($('*:focus').length > 0) $('*:focus').focus();
    } catch(ex){}
    try {
        player.stop();
    } catch(ex){}
    try {
        document.getElementById("videoFrame").innerHTML = "";
    } catch(ex){}
}

// 영상 띄우기 .. 팝업은 별도 스크립트..
function openVideo(defaultName, videoWidth, videoHeight, videoTitle, videoDesc, videoImg, videopath, youtube){
	if( (videoTitle == null) || (videoTitle == "" ) ){
		videoTitle = "현대위아공작기계";
	}

	if( (videoDesc == null) || (videoDesc == "" ) ){
		//videoDesc = "현대위아공작기계 2015버전";
		vDesc = "N";
	} else {
		vDesc = "Y";
	}

	if( (videoImg == null) || (videoImg == "" ) ){
		videoImg = "L230LMSA_kn.jpg";
	}

	if( (videopath == null) || (videopath == "" ) ){
		videopath = "/upload/pr_center/pr/";
	}

	if( (youtube == null) || (youtube == "" ) ){
		youtubeYN = "N";
		youtube = "";
	} else {
		youtubeYN = "Y";
		youtube = youtube;
	}
//alert(youtube);
//alert("youtubeYN = " + youtubeYN);
	// file url
	var filename = videopath + defaultName + ".flv";

    // Initialize the video frame
    var videoFrame = $('#videoFrame');
    videoFrame.empty();
	// title
    videoFrame.append('<p class="pop_tit bold">' + videoTitle + '</p>');

    if($.browser.msie && $.browser.version <= 8){
        videoFrame.append('<p class="hide">Internet Explorer 8이하 버전일 경우 키보드를 이용한 미디어 컨트롤이 불가능합니다.최신 버전으로 브라우저를 업데이트하신 후 사용하시면 키보드를 이용한 미디어 컨트롤이 가능합니다.</p>');
    }

	// video area 영상 설명글.. 스크립트 추가작업 해주세요.. 영상은 html 파일에서 가져오는데.. 텍스트랑.. 아래 이미지는.. 일단 여기에 넣어놨어요..
    videoFrame.append('<div class="video" tabindex="0"></div>');
	videoFrame.append('<p class="pop_txt_box">' + videoDesc + '</p>');

    $(".video_pop_wrap .pop_clo").click(function(){
        removeVideo();
    });
	// 기본 이미지 불러오는 부분.. 스크립트 추가작업 해주세요..
    var poster = videoImg;
	//var lang = "http://hyundaiwia.cafe24.com"
	var lang = videopath;
	var ua = navigator.userAgent;
	if(!$.browser.isMobile){
		/* videoFrame.find('.video').append('<a href="http://www.doosaninfracore.com/engine/attach_files/media/file/' + filename + '" id="player"></a>'); */
		videoFrame.find('.video').find('video').attr('poster', lang + poster);
		//videoFrame.find('.video').find('a').attr('href',video.flowplayer);

		if(youtubeYN== 'Y') {
			//console.log("aaa" ,youtube);
			jQuery('.pop_txt_box').hide();
			videoFrame.find('.video').append(youtube);

		}else {
			if(vDesc == "N"){
				jQuery('.pop_txt_box').hide();
			}else{
				jQuery('.pop_txt_box').show();
			}

			if($.browser.msie && $.browser.version <= 8){
				videoFrame.find('.video').append('<a href="' + filename + '" id="player"></a>');
				getFlowplayer('player');
			} else if (ua.indexOf('Safari') == 92)
			{
				videoFrame.find('.video').append('<a href="' + filename + '" id="player"></a>');
				getFlowplayer('player');
			}else{
				videoFrame.find('.video').css('height', videoHeight);
				videoFrame.find('.video').append('<video preload="auto" controls="controls" poster="" width="'+videoWidth+'" height="'+videoHeight+'"><source src="#" type="video/mp4" codecs="avc1.42E01E, mp4a.40.2"><source src="#" type="video/ogv" codecs="theora, vorbis"><source src="#" type="video/webm" codecs="vp8, vorbis"></video>');
				videoFrame.find('.video').find('video').attr('poster', lang + poster);

				videoFrame.find('.video').find('video source[type="video/mp4"]').attr('src', lang + defaultName + ".mp4");
				videoFrame.find('.video').find('video source[type="video/ogv"]').attr('src', lang + defaultName + ".ogv");
				videoFrame.find('.video').find('video source[type="video/webm"]').attr('src', lang + defaultName + ".webm");
			}
		}

	}else{
		if(youtubeYN== 'Y') {
			//console.log("aaa" ,youtube);
			videoFrame.find('.video').append(youtube);
		}else {
			//videoFrame.find('.video').append('<a href="' + filename + '" id="player"></a>');
			//getFlowplayer('player');

				filename = lang + defaultName + ".mp4";
				videoFrame.find('.video').css('height', videoHeight);
				videoFrame.find('.video').append('<video preload="auto" controls="controls" poster="" width="'+videoWidth+'" height="'+videoHeight+'"><source src="#" type="video/mp4"></video>');
				videoFrame.find('.video').find('video').attr('poster', lang + poster);
				videoFrame.find('.video').find('video source[type="video/mp4"]').attr('src', filename);



		}
	}
    videoFrame.find('button').click(function(){
		//alert('asdf');
        doDownLoad(defaultPath, defaultName, ".mp4");
    });
}


function getFlowplayer(id){
	flowplayer(
	id,
	"/js/flowplayer-3.2.18.swf",
	{
		 plugins :{
         	controls: {
         		URL :  '/js/flowplayer.controls-3.2.16.swf' ,
                 autoHide : false
         	}
         },
		clip :
		{
			autoPlay: false,
			autoBuffering: true
		}
	});
}


function openVideoMP4(defaultName, videopath, youtube) {
	if( (videopath == null) || (videopath == "" ) ){
		videopath = "/upload/pr_center/pr/";
	}
	if( (youtube == null) || (youtube == "" ) ){
		youtubeYN = "N";
		youtube = "";
	} else {
		youtubeYN = "Y";
		youtube = youtube;
	}

	if( youtubeYN == "Y" ) {
		window.open("http://www.youtube.com/embed/"+youtube, "_blank");
	} else {
		//var lang = "http://hyundaiwia.cafe24.com"
		var lang = videopath;
		var filename = defaultName + ".mp4";

		window.open(lang + filename);
	}

}


</script>
<!--[if lt IE 9]>
	<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>

<![endif]-->



<script type="text/javascript">
    jQuery(document).ready(function(){
		jQuery('.mfa_list .arr a').toggleJs3();
	});

</script>
<script type="text/javascript">
	function search_header(frm) {
		if (( $.trim(frm.SRCH_CONT.value) == "" ) || ( $.trim(frm.SRCH_CONT.value) == "Product name") ) {
			alert('Please enter the search word.');
			frm.SRCH_CONT.focus();
			return;
		}

		frm.action = "/usa/product/product_search_2.asp";
		frm.method = "post";
		frm.submit();
	}

	function globalP() {
		document.frmGlobal.submit();
	}
</script>
</head>
<body class="uiWeb">
	<dl id="skiptoContent">
		<dt><strong class="invisible">go menu</strong></dt>
		<dd><a href="#contents">content go</a></dd>
	</dl>
	<div id="wrap">
	<form name="frmGlobal" method="post" action="/global.asp" />
		<input type="hidden" name="lan" value="usa" />
	</form>
		<!-- 모바일 상단 -->
		<div id="header_mobile">
			<h1 class="logo"><a href="/usa/"><img src="/img/usa/logo.jpg" alt="HYUNDAI WIA Machine America Corp"></a></h1>
			<div class="m_top_btn">
				<a href="#" class="mglo_btn" onclick="globalP();"><img src="/img/common/m_global_btn.gif" alt="global menu"></a>
				<a href="javascript://" class="msrch_btn"><img src="/img/common/m_srch_btn.gif" alt="search"></a>
				<a href="javascript://" class="mgnb_btn"><img src="/img/common/m_gnb_btn.gif" alt="menu more"></a>
			</div>
		</div>
		<!-- 모바일 검색 -->
		<div class="m_top_srch" style="display:none;">
			<div>
			<form name="frmSearch_header_m" onsubmit="search_header(this);return false;">
				<span class="top_input"><input type="text" name="SRCH_CONT" id="SRCH_CONT" value="Product name" onfocus="if( jQuery(this).val()==''|| jQuery(this).val()=='Product name' ){jQuery(this).val('')}else{}" onblur="if(jQuery(this).val()==''){jQuery(this).val('Product name')}else{}"></span>
				<button class="btn"><img src="/img/common/m_srch.gif" alt="search"></button>
			</form>
			</div>
		</div>
		<!-- 모바일 메뉴 -->
		<div class="mgnb_wrap">
			<div class="mgnb">
				<!-- <p class="home_btn">
					<span><a href="/usa/">HOME</a></span>
					<span><a href="/en/">ENGLISH</a></span>
				</p> -->
				<ul class="dep1">
					<li class="d1"><a href="/usa/">HOME</a></li>
					<li class="d1">
						<a href="#">Products<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2">
									<a href="#">New Product<span class="more">more</span></a>
									<ul class="dep3">
									    <li class="d3"><a href="/usa/product/newproduct.asp">KBN1300C</a></li>
										<li class="d3"><a href="/usa/product/kf5_series.asp">KF5 Series</a></li>
									    <li class="d3"><a href="/usa/product/lm2200ttsyy.asp">LM2200TTSYY</a></li>
									    <li class="d3"><a href="/usa/product/kf7300_5a.asp">KF7300/5A</a></li>
										<li class="d3"><a href="/usa/product/se2600_series.asp">SE2600 Series</a></li>
										<li class="d3"><a href="/usa/product/xmseries.asp">XM2600/3100 Series</a></li>
									</ul>
								</li>
								<li class="d2"><a href="/usa/product/product_lineup.asp?CATE_CODE_F=A&SPEC_Gubun=1">Product Line Up</a></li>
								<li class="d2">
									<a href="#">CNC Turning Centers<span class="more">more</span></a>
									<ul class="dep3">
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01">Compact T/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A02">High Performance T/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A03">Front Loading T/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A04">Vertical T/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A05">Multi-Axis T/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A06">Aluminium Wheel Cutting</a></li>
									</ul>
								</li>
								<li class="d2">
									<a href="#">Vertical Machining Centers<span class="more">more</span></a>
									<ul class="dep3">
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01">Tapping Center</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B02">High Speed M/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B03">Heavy-Duty Cutting</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B04">Mold Machining</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B05">5-Axis M/C</a></li>
									</ul>
								</li>
								<li class="d2">
									<a href="#">Horizontal Machining Centers<span class="more">more</span></a>
									<ul class="dep3">
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01">High Speed M/C</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C02">Heavy-Duty Cutting</a></li>
										<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C03">Boring M/C</a></li>
									</ul>
								</li>
								<li class="d2">
									<a href="/usa/product/autosystem.asp">Automation System</a>
								</li>
								<li class="d2">
									<a href="#">Software<span class="more">more</span></a>
									<ul class="dep3">
										<li class="d3"><a href="/usa/product/software_01.asp">Smart Factory</a></li>
										<!--<li class="d3"><a href="/usa/product/software_02.asp">Smart NC</a></li>-->
										<li class="d3"><a href="/usa/product/software_04.asp">Smart Monitoring</a></li>
										<li class="d3"><a href="/usa/product/software_05.asp">Smart Machining</a></li>
										<li class="d3"><a href="/usa/product/software_06.asp">Smart Solution</a></li>
									</ul>
								</li>
							</ul>
						</div>
					</li>
					<!--<li class="d1">
						<a href="#">FA<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2"><a href="/usa/fa/auto.asp">Machining Automation</a></li>
								<li class="d2"><a href="/usa/fa/product_list.asp">Machine(Line Center)</a></li>
								<li class="d2"><a href="/usa/fa/assembly.asp">Assembly automation line</a></li>
								<li class="d2"><a href="/usa/fa/robot_zig.asp">Robot &amp; Fixture Systems</a></li>
							</ul>
						</div>
					</li>-->
					<li class="d1">
						<a href="#">Global Network<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2"><a href="/usa/network/network.asp">Dealer/Service Network</a></li>
								<li class="d2"><a href="/usa/network/network_branch.asp">Subsidiary &amp;  Branch</a></li>
							</ul>
						</div>
					</li>
					<!--<li class="d1">
						<a href="#">Events<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2"><a href="/usa/event/exhibition.asp">Exhibition</a></li>
								<li class="d2"><a href="/usa/event/openhouse_list.asp">Open Houses / Seminars</a></li>
							</ul>
						</div>
					</li>-->
					<li class="d1">
						<a href="#">News &amp; Media<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2"><a href="/usa/news/news_list.asp">News</a></li>
								<li class="d2"><a href="/usa/news/video.asp">PR Video</a></li>
								<!--<li class="d2"><a href="/usa/news/rdstory_list.asp">R&amp;D Story</a></li>
								<li class="d2"><a href="/usa/news/newsletter.asp">Newsletter</a></li>-->
							</ul>
						</div>
					</li>
					<li class="d1">
						<a href="#">Support<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2"><a href="/usa/support/contactus_estimate.asp">Quotation inquiry</a></li>
								<li class="d2"><a href="/usa/support/contactus_list01.asp">Customer Inquiry</a></li>
							</ul>
						</div>
					</li>
					<li class="d1">
						<a href="javascript://">About Us<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<!--<li class="d2"><a href="/usa/about/hyundaiwia.asp">About Hyundai WIA</a></li>-->
								<li class="d2"><a href="/usa/about/about.asp">WIA MACHINETOOLS</a></li>
								<li class="d2"><a href="/usa/about/intro.asp">WIA MACHINETOOLS America Corp</a></li>								
								<li class="d2"><a href="/usa/about/quality_policy.asp">Quality policy</a></li>
								<li class="d2"><a href="/usa/about/research_institute.asp">R&D Centers</a></li>
							</ul>
						</div>
					</li>
					<li class="d1"><a href="#" onclick="globalP();">WIA MACHINETOOLS GLOBAL</a></li>
				</ul>
			</div>
		</div>
<!-- 웹 상단 -->
		<div id="header_web">
			<div class="tnb_wrap">
				<div class="widsize">
					<!-- 상단메뉴 -->
					<div class="tnbs">
						<p class="global"><a href="#" class="bold" onclick="globalP();">WIA MACHINETOOLS GLOBAL</a></p>
						<div class="tnb">
							<ul class="dep1">
								<li class="d1">
									<a href="/usa/about/about.as">About Us</a>
									<div class="dep2_wrap">
										<ul class="dep2">
											<!--<li class="d2"><a href="/usa/about/hyundaiwia.asp">About Hyundai WIA</a></li>-->
											<li class="d2"><a href="/usa/about/about.asp">WIA MACHINETOOLS</a></li>
											<li class="d2"><a href="/usa/about/intro.asp">WIA MACHINETOOLS<br/>America Corp</a></li>	
											<li class="d2"><a href="/usa/about/quality_policy.asp">Quality policy</a></li>
											<li class="d2"><a href="/usa/about/research_institute.asp">R&D Centers</a></li>
										</ul>
									</div>
								</li>
								<li class="d1"><a href="/usa/support/contactus_list01.asp">Contact Us</a></li>
							</ul>
						</div>
						<!-- <div class="top_tog">
							<p class="login"><a href="javascript://">회원가입/로그인</a></p>
							<ul class="top_tog_list login_list">
								<li><a href="#">로그인</a></li>
								<li><a href="#">회원가입</a></li>
							</ul>
							<p class="lang"><a href="javascript://">Language</a></p>
							<ul class="top_tog_list lang_list">
								<li><a href="#">영어</a></li>
								<li><a href="#">영어</a></li>
								<li><a href="#">영어</a></li>
							</ul>
						</div> -->
					</div>
					<!-- 검색 -->
					<div class="top_srch">

					<form name="frmSearch_header_p" onsubmit="search_header(this);return false;">

						<p class="top_srch_btn"><a href="#"><img src="/img/common/ico_zoom.gif" alt="search"></a></p>
						<div class="top_srch_box">
							<span class="top_input"><input type="text" name="SRCH_CONT" id="SRCH_CONT" value="Product name" onfocus="if( jQuery(this).val()==''|| jQuery(this).val()=='Product name' ){jQuery(this).val('')}else{}" onblur="if(jQuery(this).val()==''){jQuery(this).val('Product name')}else{}"></span>
							<button><img src="/img/common/ico_zoom_on.gif" alt="search"></button>
							<a href="javascript://" class="srch_clo_btn"><img src="/img/common/ico_srch_clo.gif" alt="close"></a>
						</div>

					</form>

					</div>
				</div>
			</div>
			<div class="head_gnb">
				<div class="gnb_area">
					<!-- logo -->
					<h1 class="logo"><a href="/usa/"><img src="/img/usa/logo.jpg" alt="HYUNDAI WIA Machine America Corp"></a></h1>
					<!-- gnb menu -->
					<div class="gnb">
						<ul class="dep1">
							<li class="d1">
								<a href="/usa/product/newproduct.asp">Products</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 new">
											<a href="/usa/product/newproduct.asp">
												<span class="img"><img src="/img/common/gnb_new_img.jpg" alt="image"></span>
												<span class="txt">New Product</span>
											</a>
											<span class="new"><img src="/img/common/ico_gnbnew.png" alt="new"></span>
										</li>
										<li class="d2 def"><a href="/usa/product/product_lineup.asp?CATE_CODE_F=A&SPEC_Gubun=1" class="a1"><span>Product Line Up</span></a></li>
										<li class="d2 def"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01" class="a2"><span>CNC Turning Centers</span></a></li>
										<li class="d2 def"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01" class="a3"><span>Vertical Machining Centers</span></a></li>
										<li class="d2 def"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01" class="a4"><span>Horizontal Machining Centers</span></a></li>
										<li class="d2 def"><a href="/usa/product/autosystem.asp" class="a5"><span>Automation System</span></a></li>
										<li class="d2 def"><a href="/usa/product/software_01.asp" class="a6"><span>Software</span></a></li>

									</ul>
								</div>
							</li>
							<!--<li class="d1">
								<a href="/usa/fa/auto.asp">FA</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 four"><a href="/usa/fa/auto.asp">Machining Automation</a></li>
										<li class="d2 four"><a href="/usa/fa/product_list.asp">Machine(Line Center)</a></li>
										<li class="d2 four"><a href="/usa/fa/assembly.asp">Assembly automation line</a></li>
										<li class="d2 four"><a href="/usa/fa/robot_zig.asp">Robot &amp; Fixture Systems</a></li>
									</ul>
								</div>
							</li>-->
							<li class="d1">
								<a href="/usa/network/network.asp">Global Network</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/usa/network/network.asp">Dealer/Service Network</a></li>
										<li class="d2 two"><a href="/usa/network/network_branch.asp">Subsidiary &amp;  Branch</a></li>
									</ul>
								</div>
							</li>
							<!--<li class="d1">
								<a href="/usa/event/exhibition.asp">Events</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/usa/event/exhibition.asp">Exhibition</a></li>
										<li class="d2 two"><a href="/usa/event/openhouse_list.asp">Open Houses / Seminars</a></li>
									</ul>
								</div>
							</li>-->
							<li class="d1">
								<a href="/usa/news/news_list.asp">News & Media</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/usa/news/news_list.asp">News</a></li>
										<li class="d2 two"><a href="/usa/news/video.asp">PR Video</a></li>
										<!--<li class="d2 three"><a href="/usa/news/rdstory_list.asp">R&amp;D Story</a></li>
										<li class="d2 four"><a href="/usa/news/newsletter.asp">Newsletter</a></li>-->
									</ul>
								</div>
							</li>
							<li class="d1">
								<a href="/usa/support/contactus_estimate.asp">Support</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/usa/support/contactus_estimate.asp">Quotation inquiry</a></li>
										<li class="d2 two"><a href="/usa/support/contactus_list01.asp">Customer Inquiry</a></li>
									</ul>
								</div>
							</li>
						</ul>
					</div>
				</div>
			</div>
		</div>
<!-- 웹 상단 end -->
	<div id="all_cont">
<!-- 컨텐츠 영역 -->
		<div id="contents">
			<!-- current & sub_visual -->
			

<script type="text/javascript">
	jQuery(document).ready(function(){
		jQuery('.web_currents .twodep').gnb_js();
		jQuery('.mobile_currents .twodep').mobile_js();

	})
</script>

<!-- 서브 상단 영역 -->
			<div id="subTop">
				<div class="current_wrap">
					<div class="widsize">

						<!-- web current -->
						<ul class="web_currents">
							<li class="c"><a href="/usa/" class="c">H</a></li>


							<!-- 하위댑스가 없을때 -->
							<li class="c"><span class="c">FA</span></li>
							<!-- 하위댑스가 있을때 -->


<!--
							<li class="twodep">
								<ul class="dep1">
									<li class="d1 c">
										<a href="#" class="c"><span>FA</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"></ul>
										</div>
									</li>
								</ul>
							</li>
-->

							<li class="twodep">
								<ul class="dep1">
									<li class="d1 c last">
										<a href="#" class="c"><span>Robot & Fixture Systems</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"><li class="d2"><a href="/usa/fa/auto.asp">Machining Automation</a></li><li class="d2"><a href="/usa/fa/product_list.asp">Machine(Line Center)</a></li><li class="d2"><a href="/usa/fa/assembly.asp">Assembly automation line</a></li><li class="d2"><a href="/usa/fa/robot_zig.asp"><b>Robot & Fixture Systems</b></a></li></ul>
										</div>
									</li>
								</ul>
							</li>

						</ul>





						<!-- mobile current -->
						<ul class="mobile_currents mc_more">
							<li class="c"><a href="#" class="c mc_more_btn"><img src="/img/common/current_more.gif" alt="더보기"></a></li>


							<li class="twodep">
								<ul class="dep1">
									<li class="d1 c last">
										<a href="#" class="c"><span>Robot & Fixture Systems</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"><li class="d2"><a href="/usa/fa/auto.asp">Machining Automation</a></li><li class="d2"><a href="/usa/fa/product_list.asp">Machine(Line Center)</a></li><li class="d2"><a href="/usa/fa/assembly.asp">Assembly automation line</a></li><li class="d2"><a href="/usa/fa/robot_zig.asp"><b>Robot & Fixture Systems</b></a></li></ul>
										</div>
									</li>
								</ul>
							</li>

						</ul>












						<ul class="mobile_currents mc_all">
							<li class="c back"><a href="#" class="c mc_all_btn"><img src="/img/common/current_back.gif" alt="뒤로가기"></a></li>
							<li class="c"><a href="/usa/" class="c">H</a></li>


							<!-- 하위댑스가 없을때 -->
							<li class="c"><span class="c">FA</span></li>
							<!-- 하위댑스가 있을때 -->

							<li class="twodep">
								<ul class="dep1">
									<li class="d1 c last">
										<a href="#" class="c"><span>Robot & Fixture Systems</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"><li class="d2"><a href="/usa/fa/auto.asp">Machining Automation</a></li><li class="d2"><a href="/usa/fa/product_list.asp">Machine(Line Center)</a></li><li class="d2"><a href="/usa/fa/assembly.asp">Assembly automation line</a></li><li class="d2"><a href="/usa/fa/robot_zig.asp"><b>Robot & Fixture Systems</b></a></li></ul>
										</div>
									</li>
								</ul>
							</li>



						</ul>


					</div>
				</div>
			</div>

<!-- 서브 상단 영역 end -->
			<div class="sub_visual">
				<div class="widsize">
					<!-- 서브상단 비주얼 타이틀 -->
					<h3 class="s_tits">Robot & Fixture Systems</h3>
				</div>
			</div>
			<div class="widsize">
				<div class="sub_cont_top">
					<!-- mobile list tab -->
					<div class="relative whide">
						<p class="tab_ly jsTab"><a href="javascript://" class="bold">K-Series</a></p>
						<ul class="tab_ly_wrap jsTabWrap">
							<li><a href="./robot_series_01.asp">R-Series</a></li>
							<li><a href="./robot_series_02.asp">Z-Series</a></li>
							<li><a href="./robot_series_03.asp">M-Series</a></li>
							<li><a href="./robot_series_04.asp">K-Series</a></li>
							<li><a href="./robot_series_05.asp">BX-Series</a></li>
						</ul>
					</div>
					<!-- web list tab -->
					<ul class="tab_five mhide">
						<li><a href="./robot_series_01.asp">R-Series</a></li>
						<li><a href="./robot_series_02.asp">Z-Series</a></li>
						<li><a href="./robot_series_03.asp">M-Series</a></li>
						<li><a href="./robot_series_04.asp" class="active">K-Series</a></li>
						<li><a href="./robot_series_05.asp">BX-Series</a></li>
					</ul>
				</div>
				<div class="sub_contents">
					<!-- sub_title -->
					<div class="sub_tit_box">
						<h4 class="sub_tit"><span class="bold">K-Series</span></h4>
												<p class="sicon">
							<a href="javascript://" onclick="snsshare('http://www.wiamachine.com/usa/fa/robot_series_04.asp?', '', 'fb','660' ,'310');"><img src="/img/common/sico_face.png" alt=""></a>
							<a href="javascript://" onclick="snsshare('http://www.wiamachine.com/usa/fa/robot_series_04.asp?', 'Robit & Jig System', 'tw','533','448');"><img src="/img/common/sico_twi.png" alt=""></a>
							<a href="javascript://" onclick="javascript:onPopup('mailInput', '560', '452', 'en', 'Robit & Jig System', 'http://www.wiamachine.com/usa/fa/robot_series_04.asp?'); return false;"><img src="/img/common/sico_mail.png" alt="send mail"></a>
						</p>

					</div>
					<!-- 모바일 이미지 -->
					<p class="whide mat30"><img src="/img/common/fa_tit_4.jpg" alt="K-Series"></p>
					<p class="tit_ty10 mat20 mab10">Large–size general purpose manipulators</p>
					<p class="cont_txt">Wide work envelope and large motion ranges of the wrists provide flexibility in applications.</p>
					<!-- 모바일 텍스트 -->
					<div class="whide mfa_top mat30">
						<p class="t1 cont_txts bold">Application</p>
						<p class="t2">
							<span class="fa_c5">●</span> Spray Painting
						</p>
					</div>
					<ul class="whide mfa_list">
						<li id="fa1">
							<p class="tit_ty1">KF121</p>
							<p class="arr"><a href="#fa1"></a></p>
							<div class="mfa_cont" style="display:none;">
								<p class="mat20"><span class="fa_c5">●</span></p>
								<p class="img"><img src="/img/common/fa_04_1.jpg" alt="images"></p>
								<table class="fa_table mat20 mab20">
									<caption>방폭 PAINT 다관절 ROBOT</caption>
									<colgroup>
										<col style="width:7%;">
										<col style="width:32%;">
										<col >
									</colgroup>
									<tbody>
										<tr>
											<td class="bg" colspan="2">Degree of freedom</td>
											<td>6 axes</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Payload</td>
											<td>5 kg</td>
										</tr>
										<tr>
											<td class="bg" rowspan="6">Motion range</td>
											<td class="bg"><span class="fl">Arm rotation</span> <span class="fr">(JT1)</span></td>
											<td>±160 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm out-in</span> <span class="fr">(JT2)</span></td>
											<td>±90 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm up-down</span> <span class="fr">(JT3)</span></td>
											<td>±150 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist twist</span> <span class="fr">(JT4)</span></td>
											<td>±270 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist bend</span> <span class="fr">(JT5)</span></td>
											<td>±145 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist swivel</span> <span class="fr">(JT6)</span></td>
											<td>±360 °</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Wrist type</td>
											<td>RBR</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Max. Reach</td>
											<td>1,240 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Repeatability</td>
											<td>±0.2 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Explosion Protection</td>
											<td>Combination of pressurized type and intrinsically safety type (Expib IIBT4/Exib IIBT4)</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Mass (except options)</td>
											<td>140 kg</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Matching controller</td>
											<td>E27</td>
										</tr>
									</tbody>
								</table>
							</div>
						</li>
						<li id="fa2">
							<p class="tit_ty1">KF192/193/194</p>
							<p class="arr"><a href="#fa2"></a></p>
							<div class="mfa_cont" style="display:none;">
								<p class="mat20"><span class="fa_c5">●</span></p>
								<p class="img"><img src="/img/common/fa_04_2.jpg" alt="images"></p>
								<table class="fa_table mat20 mab20">
									<caption>방폭 PAINT 다관절 ROBOT</caption>
									<colgroup>
										<col style="width:7%;">
										<col style="width:32%;">
										<col >
									</colgroup>
									<tbody>
										<tr>
											<td class="bg" colspan="2">Degree of freedom</td>
											<td>6 axes</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Payload</td>
											<td>Wrist : 12 kg Arm : 20 kg</td>
										</tr>
										<tr>
											<td class="bg" rowspan="6">Motion range</td>
											<td class="bg"><span class="fl">Arm rotation</span> <span class="fr">(JT1)</span></td>
											<td>±150 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm out-in</span> <span class="fr">(JT2)</span></td>
											<td>+110 ~ -60 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm up-down</span> <span class="fr">(JT3)</span></td>
											<td>+90 ~ -80 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist twist</span> <span class="fr">(JT4)</span></td>
											<td>±360/±720/±720 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist bend</span> <span class="fr">(JT5)</span></td>
											<td>±360/±720/±720 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist swivel</span> <span class="fr">(JT6)</span></td>
											<td>±360/±410/±410 °</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Wrist type</td>
											<td>BBR/3R∅40/3R∅70</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Max. Reach</td>
											<td>1,973/1,973/1,978 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Repeatability</td>
											<td>±0.5 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Explosion Protection</td>
											<td>Combination of pressurized type and intrinsically safety type (Expib IIBT4/Exib IIBT4)</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Mass (except options)</td>
											<td>690/720/750 kg</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Matching controller</td>
											<td>E25</td>
										</tr>
									</tbody>
								</table>
							</div>
						</li>
						<li id="fa3">
							<p class="tit_ty1">KF262/263/264</p>
							<p class="arr"><a href="#fa3"></a></p>
							<div class="mfa_cont" style="display:none;">
								<p class="mat20"><span class="fa_c5">●</span></p>
								<p class="img"><img src="/img/common/fa_04_3.jpg" alt="images"></p>
								<table class="fa_table mat20 mab20">
									<caption>방폭 PAINT 다관절 ROBOT</caption>
									<colgroup>
										<col style="width:7%;">
										<col style="width:32%;">
										<col >
									</colgroup>
									<tbody>
										<tr>
											<td class="bg" colspan="2">Degree of freedom</td>
											<td>6 axes</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Payload</td>
											<td>Wrist : 12 kg Arm : 20 kg</td>
										</tr>
										<tr>
											<td class="bg" rowspan="6">Motion range</td>
											<td class="bg"><span class="fl">Arm rotation</span> <span class="fr">(JT1)</span></td>
											<td>±120 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm out-in</span> <span class="fr">(JT2)</span></td>
											<td>+110 ~ -60 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm up-down</span> <span class="fr">(JT3)</span></td>
											<td>+90 ~ -80 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist twist</span> <span class="fr">(JT4)</span></td>
											<td>±360/±720/±720 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist bend</span> <span class="fr">(JT5)</span></td>
											<td>±360/±720/±720 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist swivel</span> <span class="fr">(JT6)</span></td>
											<td>±360/±410/±410 °</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Wrist type</td>
											<td>BBR/3R∅40/3R∅70</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Max. Reach</td>
											<td>2,665/2,665/2,668 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Repeatability</td>
											<td>±0.5 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Explosion Protection</td>
											<td>Combination of pressurized type and intrinsically safety type (Expib IIBT4/Exib IIBT4)</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Mass (except options)</td>
											<td>720/740/770 kg</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Matching controller</td>
											<td>E25</td>
										</tr>
									</tbody>
								</table>
							</div>
						</li>
						<li id="fa4">
							<p class="tit_ty1">KF264</p>
							<p class="arr"><a href="#fa4"></a></p>
							<div class="mfa_cont" style="display:none;">
								<p class="mat20"><span class="fa_c5">●</span></p>
								<p class="img"><img src="/img/common/fa_04_4.jpg" alt="images"></p>
								<table class="fa_table mat20 mab20">
									<caption>방폭 PAINT 다관절 ROBOT</caption>
									<colgroup>
										<col style="width:7%;">
										<col style="width:32%;">
										<col >
									</colgroup>
									<tbody>
										<tr>
											<td class="bg" colspan="2">Degree of freedom</td>
											<td>6 axes</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Payload</td>
											<td>Wrist : 20 kg Arm : 30 kg</td>
										</tr>
										<tr>
											<td class="bg" rowspan="6">Motion range</td>
											<td class="bg"><span class="fl">Arm rotation</span> <span class="fr">(JT1)</span></td>
											<td>±120 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm out-in</span> <span class="fr">(JT2)</span></td>
											<td>+120 ~ -60 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Arm up-down</span> <span class="fr">(JT3)</span></td>
											<td>+90 ~ -65 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist twist</span> <span class="fr">(JT4)</span></td>
											<td>±720 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist bend</span> <span class="fr">(JT5)</span></td>
											<td>±720 °</td>
										</tr>
										<tr>
											<td class="bg"><span class="fl">Wrist swivel</span> <span class="fr">(JT6)</span></td>
											<td>±410 °</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Wrist type</td>
											<td>3R∅70</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Max. Reach</td>
											<td>2,665 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Repeatability</td>
											<td>±0.5 mm</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Explosion Protection</td>
											<td>Combination of pressurized type and intrinsically safety type (Expib IIBT4/Exib IIBT4)</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Mass (except options)</td>
											<td>795 kg</td>
										</tr>
										<tr>
											<td class="bg" colspan="2">Matching controller</td>
											<td>E25</td>
										</tr>
									</tbody>
								</table>
							</div>
						</li>
					</ul>
					<!-- 웹 테이블 -->
					<table class="fa_table mat20 mhide">
						<caption>중소형범용다관절 ROBOT</caption>
						<colgroup>
							<col style="width:7%;">
							<col >
							<col style="width:20%;">
							<col style="width:20%;">
							<col style="width:20%;">
							<col style="width:20%;">
						</colgroup>
						<thead>
							<tr>
								<th class="tit" rowspan="3" colspan="2">
									<p class="cont_txts bold mab10">Application</p>
									<ul class="cir_txt mab30">
										<li><span class="fa_c5">●</span> Spray Painting</li>
									</ul>
									<p class="center"><img class="fa_tit" src="/img/common/fa_tit_4.jpg" alt="K-Series"></p>
								</th>
								<th class="bold">KF121</th>
								<th class="bold">KF192/193/194</th>
								<th class="bold">KF262/263/264</th>
								<th class="bold">KF264</th>
							</tr>
							<tr>
								<th class="cir"><span class="fa_c5">●</span></th>
								<th class="cir"><span class="fa_c5">●</span></th>
								<th class="cir"><span class="fa_c5">●</span></th>
								<th class="cir"><span class="fa_c5">●</span></th>
							</tr>
							<tr>
								<th class="top">
									<img class="fa_pro" src="/img/common/fa_04_1.jpg" alt="images">
								</th>
								<th class="top">
									<img class="fa_pro" src="/img/common/fa_04_2.jpg" alt="images">
								</th>
								<th class="top">
									<img class="fa_pro" src="/img/common/fa_04_3.jpg" alt="images">
								</th>
								<th class="top">
									<img class="fa_pro" src="/img/common/fa_04_4.jpg" alt="images">
								</th>
							</tr>
						</thead>
						<tbody>
							<tr>
								<td class="bg" colspan="2">Degree of freedom</td>
								<td>6 axes</td>
								<td>6 axes</td>
								<td>6 axes</td>
								<td>6 axes</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Payload</td>
								<td>5 kg</td>
								<td>Wrist : 12 kg Arm : 20 kg</td>
								<td>Wrist : 12 kg Arm : 20 kg</td>
								<td>Wrist : 20 kg Arm : 30 kg</td>
							</tr>
							<tr>
								<td class="bg" rowspan="6">Motion range</td>
								<td class="bg"><span class="fl">Arm rotation</span> <span class="fr">(JT1)</span></td>
								<td>±160 °</td>
								<td>±150 °</td>
								<td>±120 °</td>
								<td>±120 °</td>
							</tr>
							<tr>
								<td class="bg"><span class="fl">Arm out-in</span> <span class="fr">(JT2)</span></td>
								<td>±90 °</td>
								<td>+110 ~ -60 °</td>
								<td>+110 ~ -60 °</td>
								<td>+120 ~ -60 °</td>
							</tr>
							<tr>
								<td class="bg"><span class="fl">Arm up-down</span> <span class="fr">(JT3)</span></td>
								<td>±150 °</td>
								<td>+90 ~ -80 °</td>
								<td>+90 ~ -80 °</td>
								<td>+90 ~ -65 °</td>
							</tr>
							<tr>
								<td class="bg"><span class="fl">Wrist twist</span> <span class="fr">(JT4)</span></td>
								<td>±270 °</td>
								<td>±360/±720/±720 °</td>
								<td>±360/±720/±720 °</td>
								<td>±720 °</td>
							</tr>
							<tr>
								<td class="bg"><span class="fl">Wrist bend</span> <span class="fr">(JT5)</span></td>
								<td>±145 °</td>
								<td>±360/±720/±720 °</td>
								<td>±360/±720/±720 °</td>
								<td>±720 °</td>
							</tr>
							<tr>
								<td class="bg"><span class="fl">Wrist swivel</span> <span class="fr">(JT6)</span></td>
								<td>±360 °</td>
								<td>±360/±410/±410 °</td>
								<td>±360/±410/±410 °</td>
								<td>±410 °</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Wrist type</td>
								<td>RBR</td>
								<td>BBR/3R∅40/3R∅70</td>
								<td>BBR/3R∅40/3R∅70</td>
								<td>3R∅70</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Max. Reach</td>
								<td>1,240 mm</td>
								<td>1,973/1,973/1,978 mm</td>
								<td>2,665/2,665/2,668 mm</td>
								<td>2,665 mm</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Repeatability</td>
								<td>±0.2 mm</td>
								<td>±0.5 mm</td>
								<td>±0.5 mm</td>
								<td>±0.5 mm</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Explosion Protection</td>
								<td colspan="4">Combination of pressurized type and intrinsically safety type (Expib IIBT4/Exib IIBT4)</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Mass (except options)</td>
								<td>140 kg</td>
								<td>690/720/750 kg</td>
								<td>720/740/770 kg</td>
								<td>795 kg</td>
							</tr>
							<tr>
								<td class="bg" colspan="2">Matching controller</td>
								<td>E27</td>
								<td>E25</td>
								<td>E25</td>
								<td>E25</td>
							</tr>
						</tbody>
					</table>
					<div class="fatxtbox mat20 relative">
						<p class="tit_ty5 bold mab20">Features</p>
						<div class="fa_box8">
							<p class="tit_ty3 bold mab10">Broad Range of Robots</p>
							<p class="cont_txt mab30">Hyundai-wia offers four basic types of painting robot, from the KF121 for small workpieces to the KG264 for the inner and outer bodies of automobiles. We provide a range of robots that covers the requirements of all applications and installations.</p>
							<p class="tit_ty3 bold mab10">Built-in Hoses</p>
							<p class="cont_txt mab30">Robot arms are fitted with built-in hoses as standard (except for the KF121, KF192 and KF262). The hollow wrist with fully integrated hoses minimizes the likelihood of mist and spray sticking to the tubing and reduces the chance of dust adhering to the workpiece. The inner diameter of the hollow wrist is either 40 or 70 mm.</p>
							<p class="tit_ty3 bold mab10">Enhanced Peripheral Units</p>
							<p class="cont_txt mab30">A control panel is provided to enhance the ease of system development and to interface with the robot traveling unit, workpiece transfer unit, rotation unit and other devices.</p>
							<p class="tit_ty3 bold mab10">Significant Experience</p>
							<p class="cont_txt mpad30">Gathering 30 years of painting robot experience has enabled Hyundai-wia to put together a robot that will match your every need. The K-series has used this information and is now equipped with more advanced functions than ever, resulting in a robot of great capability.</p>
						</div>
						<div class="fa_box9">
							<p class="tit_ty5 bold mab10 mpad20">Painting Package Cells</p>
							<p class="center mab20"><img src="/img/common/fa_04_img_1.jpg" alt="images"></p>
							<p class="cont_txt pad1em bg_col_blue">We offer six package cells for painting. These ready-made, compact package cells are incredibly easy to install, thus drastically reducing the start-up time.</p>
						</div>
					</div>

				</div>
			</div>


		</div> <!-- #contents -->

<!-- footer -->
		<div id="footer">
			<div class="footer_wrap widsize">
				<!-- 모바일버전 푸터링크 -->
				<ul class="m_f_link">
					<li class="half">
						<!--<div><a href="http://en.hyundai-wia.com" target="_blank"><span>HYUNDAI WIA</span></a></div>-->
						<div><a href="/usa/product/product_lineup.asp?CATE_CODE_F=A&SPEC_Gubun=1"><span>Product Line Up</span></a></div>
						<p class="you"><a href="http://www.youtube.com/user/HyundaiWIAAmerica?feature=mhee" target="_blank"><img src="/img/common/foot_ico_youtube.gif" alt="youtube"></a></p>
						<p class="face"><a href="http://www.facebook.com/pages/Hyundai-WIA-America-Corp/220545234741383?ref=ts" target="_blank"><img src="/img/common/foot_ico_facebook.gif" alt="facebook"></a></p>
					</li>
					<li><a href="/global.asp">WIA MACHINETOOLS GLOBAL</a></li>
					<li><a href="/usa/support/contactus_estimate.asp">CONTACT US</a></li>
				</ul>
				<!-- 웹버전 푸터링크 -->
				<ul class="f_link">
					<!--<li class="l1 l2"><a href="http://en.hyundai-wia.com" target="_blank" class="">HYUNDAI WIA</a></li>-->
					<li class="l1 l2"><a href="/global.asp" class="">WIA MACHINETOOLS GLOBAL</a></li>
					<li class="l1 l3"><a href="/usa/news/news_list.asp" class="">NEWS</a></li>
					<li class="l1 l3"><a href="/usa/support/contactus_estimate.asp" class="">CONTACT US</a></li>
					<li class="l1 l4"><a href="javascript://" class="btn_triger">SITEMAP</a></li>
					<li class="icon"><a href="http://www.youtube.com/user/HyundaiWIAAmerica?feature=mhee" target="_blank"><img src="/img/common/foot_ico_youtube.gif" alt="youtube"></a></li>
					<li class="icon"><a href="http://www.facebook.com/pages/Hyundai-WIA-America-Corp/220545234741383?ref=ts" target="_blank"><img src="/img/common/foot_ico_facebook.gif" alt="facebook"></a></li>
				</ul>
				<h2><a href="/usa/"><img src="/img/common/foot_logo.gif" alt="HYUNDAI WIA"></a></h2>
				<address>
					<span>COPYRIGHT ⓒ WIA MACHINETOOLS. ALL RIGHTS RESERVED.</span><br class="wf"/>
					<span class="wf">450 Commerce Blvd. Carlstadt, NJ 07072  <span class="bold pl10">Phone: +1-201-987-7298</span></span>
				</address>
				<p class="phone_number mhide">Phone number <span>201.987.7298</span></p>
				<div class="sitemap_wrap mhide">
					<div class="sitemap_box">						
						<ul class="sitemap">
							<li class="d1"><a href="/usa/product/hi_mold6500.asp">Products</a>
								<ul class="dep2">
									<li class="d2"><a href="/usa/product/product_lineup.asp?CATE_CODE_F=A&SPEC_Gubun=1">Product Line Up</a></li>
									<li class="d2"><a href="/usa/product/hi_mold6500.asp">New Product</a></li>
									<li class="d2"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01">CNC Turning Centers</a>
										<ul class="dep3">
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01">Compact T/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A02">High Performance T/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A03">Front Loading T/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A04">Vertical T/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A05">Multi-Axis T/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A06">Aluminium Wheel Cutting</a></li>
										</ul>
									</li>
									<li class="d2"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01">Vertical M/C</a>
										<ul class="dep3">
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01">Tapping Center</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B02">High Speed M/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B03">Heavy-Duty Cutting</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B04">Mold Machining</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B05">5-Axis M/C</a></li>
										</ul>
									</li>
									<li class="d2"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01">Horizontal M/C</a>
										<ul class="dep3">
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01">High Speed M/C</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C02">Heavy-Duty Cutting</a></li>
											<li class="d3"><a href="/usa/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C03">Boring M/C</a></li>
										</ul>
									</li>
									<li class="d2"><a href="/usa/product/software_01.asp">Software</a></li>
									<li class="d2"><a href="/usa/product/autosystem.asp">Automation System</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1 hei250"><a href="/usa/fa/auto.asp">FA</a>
								<ul class="dep2">
									<li class="d2"><a href="/usa/fa/auto.asp">Machining Automation</a></li>
									<li class="d2"><a href="/usa/fa/product_list.asp">Machine(Line Center)</a></li>
									<li class="d2"><a href="/usa/fa/assembly.asp">Assembly automation line</a></li>
									<!-- <li class="d2"><a href="/usa/fa/robot_series_01.asp">Robot Series</a></li> -->
									<li class="d2"><a href="/usa/fa/robot_zig.asp">Robot &amp; Fixture Systems</a></li>
								</ul>
							</li>
							<li class="d1"><a href="/usa/about/about.asp">About Us</a>
								<ul class="dep2">
									<!--<li class="d2"><a href="/usa/about/hyundaiwia.asp">About Hyundai WIA</a></li>-->
									<li class="d2"><a href="/usa/about/about.asp">WIA MACHINETOOLS</a></li>
									<li class="d2"><a href="/usa/about/intro.asp">WIA MACHINETOOLS<br/>America Corp</a></li>	
									<li class="d2"><a href="/usa/about/quality_policy.asp">Quality policy</a></li>
									<li class="d2"><a href="/usa/about/research_institute.asp">R&D Centers</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1 hei250"><a href="/usa/network/network.asp">Global Network</a>
								<ul class="dep2">
									<li class="d2"><a href="/usa/network/network.asp">Dealer/Service Network</a></li>
									<li class="d2"><a href="/usa/network/network_branch.asp">Subsidiary &amp;  Branch</a></li>
								</ul>
							</li>
							<li class="d1"><a href="/usa/news/news_list.asp">News &amp; Media</a>
								<ul class="dep2">
									<li class="d2"><a href="/usa/news/news_list.asp">News</a></li>
									<li class="d2"><a href="/usa/news/video.asp">PR Video</a></li>
									<li class="d2"><a href="/usa/news/rdstory_list.asp">R&amp;D Story</a></li>
									<li class="d2"><a href="/usa/news/newsletter.asp">Newsletter</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1 hei250"><a href="/usa/event/exhibition.asp">Events</a>
								<ul class="dep2">
									<li class="d2"><a href="/usa/event/exhibition.asp">Exhibition</a></li>
									<li class="d2"><a href="/usa/event/openhouse_list.asp">Open Houses / Seminars</a></li>
								</ul>
							</li>
							<li class="d1"><a href="/usa/product/product_search.asp">Product Search</a>
								<ul class="dep2">
									<li class="d2"><a href="/usa/product/product_search.asp">Conditional search</a></li>
									<li class="d2"><a href="/usa/product/product_search_2.asp">Product Name Search</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1"><a href="/usa/support/contactus_estimate.asp">Support</a>
								<ul class="dep2">
									<li class="d2 two"><a href="/usa/support/contactus_estimate.asp">Quotation inquiry</a></li>
									<li class="d2 two"><a href="/usa/support/contactus_list01.asp">Customer Inquiry</a></li>
								</ul>
							</li>
						</ul>
					</div>
					<p class="close"><a href="javascript://"><img src="/img/common/site_map_close.gif" alt="닫기"></a></p>
				</div>
			</div>
		</div>
	</div> <!-- #all_cont -->
	
	</div> <!-- #wrap -->
	<div class="black_bg">&nbsp;</div>
	<p class="topbtn" id="back-top" style="display: block;"><a href="javascript://"><img src="/img/common/top_btn.gif" alt=""></a></p>
	

	

	


	

	
</body>
</html>