

<!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>Introduction | WIA MACHINETOOLS</title>

<meta name="title" content="Introduction | WIA MACHINETOOLS">
<meta name="description" content="From unique design to production and after-sales service, WIA MACHINETOOLS&#039;s machine tools are the tools to higher productivity and higher precision.">
<meta name="keywords" content="WIA MACHINETOOLS Introduction">
<meta name="Author" content="WIA MACHINETOOLS">
<meta name="Robots" content="all">

<meta property="og:title" content="Introduction | WIA MACHINETOOLS">
<meta property="og:type" content="website">
<meta name="url" property="og:url" content="http://www.wiamachine.com/en/about/about.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="From unique design to production and after-sales service, WIA MACHINETOOLS&#039;s machine tools are the tools to higher productivity and higher precision.">

<link rel='stylesheet' href='/css/en/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-3', '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">

</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 = "/en/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">바로가기 메뉴</strong></dt>
		<dd><a href="#contents">본문 바로가기</a></dd>
	</dl>
	<div id="wrap">
	<form name="frmGlobal" method="post" action="/global.asp" />
		<input type="hidden" name="lan" value="en" />
	</form>
<!-- 모바일 상단 -->
		<div id="header_mobile">
			<h1 class="logo"><a href="/en/"><img src="/img/en/logo.jpg" alt="WIA MACHINETOOLS"></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"></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="/en/">HOME</a></span>
					<span><a href="/kr/">한국어</a></span>
				</p>
				<ul class="dep1">
					<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="/en/product/newproduct.asp">KBN1300C</a></li>
										<li class="d3"><a href="/en/product/kf5_series.asp">KF5 Series</a></li>
									    <li class="d3"><a href="/en/product/lm2200ttsyy.asp">LM2200TTSYY</a></li>
									    <li class="d3"><a href="/en/product/kf7300_5a.asp">KF7300/5A</a></li>
										<li class="d3"><a href="/en/product/se2600_series.asp">SE2600 Series</a></li>
										<li class="d3"><a href="/en/product/xmseries.asp">XM2600/3100 Series</a></li>
									</ul>
								</li>
								<li class="d2"><a href="/en/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="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01">Compact T/C</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A02">High Performance T/C</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A03">Front Loading T/C</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A04">Vertical T/C</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A05">Multi-Axis T/C</a></li>
										<li class="d3"><a href="/en/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="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01">Tapping Center</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B02">High Speed M/C</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B03">Heavy-Duty Cutting</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B04">Mold Machining</a></li>
										<li class="d3"><a href="/en/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="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01">High Speed M/C</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C02">Heavy-Duty Cutting</a></li>
										<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C03">Boring M/C</a></li>
									</ul>
								</li>
								<li class="d2">
									<a href="/en/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="/en/product/software_01.asp">Smart Factory</a></li>
										<!--<li class="d3"><a href="/en/product/software_02.asp">Smart NC</a></li>-->
										<li class="d3"><a href="/en/product/software_04.asp">Smart Monitoring</a></li>
										<li class="d3"><a href="/en/product/software_05.asp">Smart Machining</a></li>
										<li class="d3"><a href="/en/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="/en/fa/auto.asp">Machining Automation</a></li>
								<li class="d2"><a href="/en/fa/product_list.asp">Machine(Line Center)</a></li>
								<li class="d2"><a href="/en/fa/assembly.asp">Assembly automation line</a></li>
								<li class="d2"><a href="/en/fa/robot_series_01.asp">Robot Series</a></li>
								<li class="d2"><a href="/en/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="/en/network/network.asp">Dealer/Service Network</a></li>
								<li class="d2"><a href="/en/network/network_branch.asp">Subsidiary &amp;  Branch</a></li>
							</ul>
						</div>
					</li>
					<!--<li class="d1">
						<a href="/en/event/exhibition.asp">Events</a>
					</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="/en/news/news_list.asp">News</a></li>
								<li class="d2"><a href="/en/news/video.asp">PR Video</a></li>
								<!--<li class="d2"><a href="/en/news/rdstory_list.asp">R&amp;D Story</a></li>
								<li class="d2"><a href="/en/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 four"><a href="/en/support/info.asp">Warranty Information</a></li>
								<!--<li class="d2 four"><a href="/en/support/service.asp">Service guidance</a></li>-->
								<li class="d2 four"><a href="/en/support/contactus_estimate.asp">Customer Spport</a></li>
							</ul>
						</div>
					</li>
					<li class="d1">
						<a href="#">About us<span class="more">more</span></a>
						<div class="dep2_wrap">
							<ul class="dep2">
								<li class="d2"><a href="/en/about/about.asp">Introduction</a></li>
								<!-- <li class="d2"><a href="/en/about/vision.asp">Vision &amp; Slogan</a></li> -->
								<li class="d2"><a href="/en/about/history01.asp">History</a></li>
								<li class="d2"><a href="/en/about/quality_policy.asp">Quality policy</a></li>
								<li class="d2"><a href="/en/about/research_institute.asp">R&D Centers</a></li>
								<!--<li class="d2"><a href="/en/about/technical_support_center.asp">Technical Center</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="/en/about/about.asp">About us</a>
									<div class="dep2_wrap">
										<ul class="dep2">
											<li class="d2"><a href="/en/about/about.asp">Introduction</a></li>
											<!-- <li class="d2"><a href="/en/about/vision.asp">Vision &amp; Slogan</a></li> -->
											<li class="d2"><a href="/en/about/history01.asp">History</a></li>
											<li class="d2"><a href="/en/about/quality_policy.asp">Quality policy</a></li>
											<li class="d2"><a href="/en/about/research_institute.asp">R&amp;D Centers</a></li>
											<!--<li class="d2"><a href="/en/about/technical_support_center.asp">Technical Center</a></li>-->
											<!--<li class="d2"><a href="#">공장투어</a></li>-->
										</ul>
									</div>
								</li>
								<!--<li class="d1">
									<a href="/en/news/news_list.asp">News &amp; Media</a>
									<div class="dep2_wrap">
										<ul class="dep2">
											<li class="d2"><a href="/en/news/news_list.asp">News</a></li>
											<li class="d2"><a href="/en/news/video.asp">PR Video</a></li>
											<li class="d2"><a href="/en/news/rdstory_list.asp">R&amp;D Story</a></li>
											<li class="d2"><a href="/en/news/newsletter.asp">Newsletter</a></li>
										</ul>
									</div>
								</li>-->
								<li class="d1"><a href="/en/support/contactus_list.asp">Contact Us</a></li>
							</ul>
						</div>
						<div class="top_tog">
							<p class="lang"><a href="javascript://">Language</a></p>
							<ul class="top_tog_list lang_list">
								<li><a href="/kr/">한국어</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="/en/"><img src="/img/en/logo.jpg" alt="WIA MACHINETOOLS"></a></h1>
					<!-- gnb menu -->
					<div class="gnb">
						<ul class="dep1">
							<li class="d1">
								<a href="/en/product/newproduct.asp">Products</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 new">
											<a href="/en/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="/en/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="/en/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="/en/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="/en/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="/en/product/autosystem.asp" class="a5"><span>Automation System</span></a></li>
										<li class="d2 def"><a href="/en/product/software_01.asp" class="a6"><span>Software</span></a></li>

									</ul>
								</div>
							</li>
							<!--<li class="d1">
								<a href="/en/fa/auto.asp">FA</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 four"><a href="/en/fa/auto.asp">Machining Automation</a></li>
										<li class="d2 four"><a href="/en/fa/product_list.asp">Machine(Line Center)</a></li>
										<li class="d2 four"><a href="/en/fa/assembly.asp">Assembly automation line</a></li>
										<li class="d2 four"><a href="/en/fa/robot_zig.asp">Robot &amp; Fixture Systems</a></li>
									</ul>
								</div>
							</li>-->
							<li class="d1">
								<a href="/en/network/network.asp">Global Network</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/en/network/network.asp">Dealer/Service Network</a></li>
										<li class="d2 two"><a href="/en/network/network_branch.asp">Subsidiary &amp;  Branch</a></li>
									</ul>
								</div>
							</li>
							<!--<li class="d1 none">
								<a href="/en/event/exhibition.asp">Events</a>
								<div class="dep2_wrap">
								</div>
							</li>-->
							<li class="d1">
								<a href="/en/news/news_list.asp">News &amp; Media</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/en/news/news_list.asp">News</a></li>
										<li class="d2 two"><a href="/en/news/video.asp">PR Video</a></li>
									</ul>
								</div>
							</li>
							<li class="d1">
								<a href="/en/support/info.asp">Support</a>
								<div class="dep2_wrap">
									<ul class="dep2">
										<li class="d2 two"><a href="/en/support/info.asp">Warranty Information</a></li>
										<!--<li class="d2 three"><a href="/en/support/service.asp">Service guidance</a></li>-->
										<li class="d2 two"><a href="/en/support/contactus_estimate.asp">Customer Spport</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="/en/" class="c">H</a></li>


							<!-- 하위댑스가 없을때 -->
							<li class="c"><span class="c">About us</span></li>
							<!-- 하위댑스가 있을때 -->


<!--
							<li class="twodep">
								<ul class="dep1">
									<li class="d1 c">
										<a href="#" class="c"><span>About us</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>Introduction</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"><li class="d2"><a href="/en/about/about.asp"><b>Introduction</b></a></li><li class="d2"><a href="/en/about/history01.asp">History</a></li><li class="d2"><a href="/en/about/quality_policy.asp">Quality policy</a></li><li class="d2"><a href="/en/about/research_institute.asp">R&D Centers</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>Introduction</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"><li class="d2"><a href="/en/about/about.asp"><b>Introduction</b></a></li><li class="d2"><a href="/en/about/history01.asp">History</a></li><li class="d2"><a href="/en/about/quality_policy.asp">Quality policy</a></li><li class="d2"><a href="/en/about/research_institute.asp">R&D Centers</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="/en/" class="c">H</a></li>


							<!-- 하위댑스가 없을때 -->
							<li class="c"><span class="c">About us</span></li>
							<!-- 하위댑스가 있을때 -->

							<li class="twodep">
								<ul class="dep1">
									<li class="d1 c last">
										<a href="#" class="c"><span>Introduction</span></a>
										<div class="dep2_wrap">
											<ul class="dep2"><li class="d2"><a href="/en/about/about.asp"><b>Introduction</b></a></li><li class="d2"><a href="/en/about/history01.asp">History</a></li><li class="d2"><a href="/en/about/quality_policy.asp">Quality policy</a></li><li class="d2"><a href="/en/about/research_institute.asp">R&D Centers</a></li></ul>
										</div>
									</li>
								</ul>
							</li>



						</ul>


					</div>
				</div>
			</div>

<!-- 서브 상단 영역 end -->
			<div class="sub_visual">
				<div class="widsize">
					<!-- 서브상단 비주얼 타이틀 -->
					<h3 class="s_tits">Introduction</h3>
				</div>
			</div>
			<div class="widsize">
				<div class="sub_contents">
					<!-- sub_title -->
					<div class="sub_tit_box sub_none_tit_box">
												<p class="sicon">
							<a href="javascript://" onclick="snsshare('http://www.wiamachine.com/en/about/about.asp?', '', 'fb','660' ,'310');"><img src="/img/common/sico_face.png" alt=""></a>
							<a href="javascript://" onclick="snsshare('http://www.wiamachine.com/en/about/about.asp?', 'Introduction', 'tw','533','448');"><img src="/img/common/sico_twi.png" alt=""></a>
							<a href="javascript://" onclick="javascript:onPopup('mailInput', '560', '452', 'en', 'Introduction', 'http://www.wiamachine.com/en/about/about.asp?'); return false;"><img src="/img/common/sico_mail.png" alt="send mail"></a>
						</p>

					</div>
					<p class="tit_ty2_c mab10">Machine tools are the core of the precision machinery industry.</p>
					<p class="cont_txts col_sky mab30">From unique design to production and after-sales service, Hyundai WIA's machine tools are products which provide higher productivity and higher precision.</p>
					<!--<p class="tit_ty5 mab10">Machine Tools are at the very core of all industries.</p>-->
					<p class="cont_txt mab40">Since its formation, Hyundai WIA has been steadily accumulating know-how in the precision machine industry. From a position of leadership in its domestic market, the company is spreading its wings to serve the global market.</p>
					<p class="tit_ty5 mab20 col_blue bold">Turning Centers</p>
					<div class="overflow ">
						<div class="cont_box3 fleft mab30">
							<p class=""><img src="/img/en/about_01_1.jpg" alt="images"></p>
						</div>
						<div class="cont_box3 fright mab30 mhide">
							<p class=""><img src="/img/en/about_01_2.jpg" alt="images"></p>
						</div>
					</div>
					<p class="tit_ty5_c col_org mab10">Hyundai WIA Machine Tools ensure high productivity and high precision. <br class="mhide"/>Its machine tools and experience take factory automation to the next level.</p>
					<p class="cont_txt mab50">Hyundai WIA Machine Tools was consolidated and restructured in 2005. From its position of technology and sales leadership in the Korean market, the machine tools division is now spearheading an expansion drive into the global marketplace. Higher productivity and worker convenience are the machine tool design priorities. These machine tools have led the Korean market since 2000. The company has been continuously investing in the development of the newest technology in order to produce  first-rate quality products.</p>
					<p class="tit_ty5 mab20 col_blue bold">Machining Centers</p>
					<div class="overflow ">
						<div class="cont_box3 fleft mab30">
							<p class=""><img src="/img/en/about_01_3.jpg" alt="images"></p>
						</div>
						<div class="cont_box3 fright mab30 mhide">
							<p class=""><img src="/img/en/about_01_4.jpg" alt="images"></p>
						</div>
					</div>
					<p class="tit_ty5_c col_org mab10">Serving the Korean shipbuilding industry, <br class="mhide"/>Hyundai WIA is focusing on large-scale complex equipment delivering high-speed, high precision solutions.</p>
					<p class="cont_txt mab50">Hyundai WIA's machining centers have evolved in response to customer demands for machining centers which are capable of simultaneously undertaking multiple processes. Backed by decades of accumulated experience and know-how, Hyundai WIA offers a full line up of machine tools serving the needs of our customers, including the Hyundai-Kia Automotive Group. Second to none, Hyundai WIA's machine tools are synonymous with high-quality and is evolving at a rapid rate with the information technology revolution. The company supplies total solutions to the customer by including custom engineering solutions on any scale to satisfy their needs.</p>
					<!--<p class="tit_ty5 mab20 col_blue bold">Factory Automation</p>
					<p class="cont_txts_bl bold mab10"><span>1</span>Powertrain / Processing & Assembly Line</p>
					<div class="overflow ">
						<div class="cont_box3 fleft mab30">
							<p class=""><img src="/img/en/about_01_5.jpg" alt="images"></p>
						</div>
						<div class="cont_box3 fright mab30 mhide">
							<p class=""><img src="/img/en/about_01_6.jpg" alt="images"></p>
						</div>
					</div>
					<p class="tit_ty5_c col_org mab10">Hyundai WIA is innovative in productivity and efficiency by design and construction of automation systems <br class="mhide"/>for the machining and assembly of automotive components and subassemblies.</p>
					<p class="cont_txt mab30">Hyundai WIA continued expansion of its factory automation business is based on high performance equipment and a cutting-edge system, along with technology and know-how accumulated by producing machine tools and automobile components. Hyundai WIA’s Factory Automation Division has been focused on research and development for the advancement of production line efficiencies to increase productivity and convenience.</p>
					<p class="cont_txts_bl bold mab10"><span>2</span>Robot  Automation  / Body Shop</p>
					<div class="overflow ">
						<div class="cont_box3 fleft mab30">
							<p class=""><img src="/img/en/about_01_7.jpg" alt="images"></p>
						</div>
						<div class="cont_box3 fright mab30 mhide">
							<p class=""><img src="/img/en/about_01_8.jpg" alt="images"></p>
						</div>
					</div>
					<p class="tit_ty5_c col_org mab10">Hyundai WIA supplies automation systems untilized in process and assembly lines in the production of automobile body and powertrain components.</p>
					<p class="cont_txt ">Hyundai WIA contributes to customer productivity improvements by supplying more than 6,000 successful Turn-Key Robot system installations. In addition it supplies body component systems for increased quality and efficient process performance in new car development, and offers a Total Solution ranging from installation to service support. Hyundai WIA’s body fixture engineering and manufacturing facilities are renowned for reliability with the highest level of technology and quality which provides its customers the ability to aggressively compete in the global arena.</p>-->



				</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://www.hyundai-wia.com" target="_blank"><span>HYUNDAI WIA</span></a></div>-->
						<div><a href="/en/product/product_lineup.asp?CATE_CODE_F=A&SPEC_Gubun=1"><span>Product Line Up</span></a></div>
						<div><a href="/kr/">한국어</a></div>
						<p class="you"><a href="https://www.youtube.com/channel/UC8CqEqpLtR4bxLWiraKsaEA" target="_blank"><img src="/img/common/foot_ico_youtube.gif" alt="youtube"></a></p>
						<p class="face"><a href="https://www.facebook.com/HyundaiWia.mt" 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="/en/support/contactus_estimate.asp">CONTACT US</a></li>
					<!-- <li><a href="#">개인정보취급방침</a></li>
					<li><a href="#">이용약관</a></li> -->
				</ul>
				<!-- 웹버전 푸터링크 -->
				<ul class="f_link">
					<!--<li class="l1 l2"><a href="http://www.hyundai-wia.com" target="_blank" class="bold">HYUNDAI WIA</a></li>-->
					<li class="l1 l2"><a href="/global.asp" class="bold">WIA MACHINETOOLS GLOBAL</a></li>
					<li class="l1 l3"><a href="/en/news/news_list.asp" class="bold">NEWS MEDIA</a></li>
					<li class="l1 l3"><a href="/en/support/contactus_estimate.asp" class="bold">CONTACT US</a></li>
					<li class="l1 l4"><a href="javascript://" class="btn_triger bold">SITEMAP</a></li>
					<li class="icon"><a href="https://www.youtube.com/channel/UC8CqEqpLtR4bxLWiraKsaEA" target="_blank"><img src="/img/common/foot_ico_youtube.gif" alt="youtube"></a></li>
					<li class="icon"><a href="https://www.facebook.com/HyundaiWia.mt" target="_blank"><img src="/img/common/foot_ico_facebook.gif" alt="facebook"></a></li>
				</ul>

					<h2><a href="/en/"><img src="/img/common/foot_logo.gif" alt="HYUNDAI WIA"></a></h2>
					<address>
						<span class="wf">WIA MACHINETOOLS Sales Team +82 55 280 9972 &nbsp;|&nbsp; 106, Yongji-ro, Seongsan-gu, Changwon-si, Gyeongsangnam-do</span><br class="wf"/><span>COPYRIGHT ⓒ WIA MACHINETOOLS. ALL RIGHTS RESERVED.</span>
					</address>

				<div class="sitemap_wrap mhide">
					<div class="sitemap_box">
						<ul class="sitemap">
							<li class="d1"><a href="/en/product/hi_mold6500.asp">Products</a>
								<ul class="dep2">
									<li class="d2"><a href="/en/product/product_lineup.asp?CATE_CODE_F=A&SPEC_Gubun=1">Product Line Up</a></li>
									<li class="d2"><a href="/en/product/hi_mold6500.asp">New Product</a></li>
									<li class="d2"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01">CNC Turning Centers</a>
										<ul class="dep3">
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A01">Compact T/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A02">High Performance T/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A03">Front Loading T/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A04">Vertical T/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A05">Multi-Axis T/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=A&CATE_CODE_S=A06">Aluminium Wheel Cutting</a></li>
										</ul>
									</li>
									<li class="d2"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01">Vertical M/C</a>
										<ul class="dep3">
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B01">Tapping Center</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B02">High Speed M/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B03">Heavy-Duty Cutting</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=B&CATE_CODE_S=B04">Mold Machining</a></li>
											<li class="d3"><a href="/en/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="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01">Horizontal M/C</a>
										<ul class="dep3">
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C01">High Speed M/C</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C02">Heavy-Duty Cutting</a></li>
											<li class="d3"><a href="/en/product/product_list.asp?CATE_CODE_F=C&CATE_CODE_S=C03">Boring M/C</a></li>
										</ul>
									</li>
									<li class="d2"><a href="/en/product/software_01.asp">Software</a></li>
									<li class="d2"><a href="/en/product/autosystem.asp">Automation System</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1 hei250"><a href="/en/fa/auto.asp">FA</a>
								<ul class="dep2">
									<li class="d2"><a href="/en/fa/auto.asp">Machining Automation</a></li>
									<li class="d2"><a href="/en/fa/product_list.asp">Machine(Line Center)</a></li>
									<li class="d2"><a href="/en/fa/assembly.asp">Assembly automation line</a></li>
									<!-- <li class="d2"><a href="/en/fa/robot_series_01.asp">Robot Series</a></li> -->
									<li class="d2"><a href="/en/fa/robot_zig.asp">Robot &amp; Fixture Systems</a></li>
								</ul>
							</li>
							<li class="d1"><a href="/en/about/about.asp">About us</a>
								<ul class="dep2">
									<li class="d2"><a href="/en/about/about.asp">Introduction</a></li>
									<!-- <li class="d2"><a href="/en/about/vision.asp">Vision &amp; Slogan</a></li> -->
									<li class="d2"><a href="/en/about/history01.asp">History</a></li>
									<li class="d2"><a href="/en/about/quality_policy.asp">Quality policy</a></li>
									<li class="d2"><a href="/en/about/research_institute.asp">R&D Centers</a></li>
									<li class="d2"><a href="/en/about/technical_support_center.asp">Technical Center</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1 hei250"><a href="/en/network/network.asp">Global Network</a>
								<ul class="dep2">
									<li class="d2"><a href="/en/network/network.asp">Dealer/Service Network</a></li>
									<li class="d2"><a href="/en/network/network_branch.asp">Subsidiary &amp;  Branch</a></li>
								</ul>
							</li>
							<li class="d1"><a href="/en/news/news_list.asp">News &amp; Media</a>
								<ul class="dep2">
									<li class="d2"><a href="/en/news/news_list.asp">News</a></li>
									<li class="d2"><a href="/en/news/video.asp">PR Video</a></li>
									<li class="d2"><a href="/en/news/rdstory_list.asp">R&amp;D Story</a></li>
									<li class="d2"><a href="/en/news/newsletter.asp">Newsletter</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1 hei250"><a href="/en/event/exhibition.asp">Events</a>

							</li>
							<li class="d1"><a href="/en/product/product_search.asp">Product Search</a>
								<ul class="dep2">
									<li class="d2"><a href="/en/product/product_search.asp">Conditional search</a></li>
									<li class="d2"><a href="/en/product/product_search_2.asp">Product Name Search</a></li>
								</ul>
							</li>
						</ul>
						<ul class="sitemap">
							<li class="d1"><a href="/en/support/info.asp">Support</a>
								<ul class="dep2">
									<li class="d2 four"><a href="/en/support/info.asp">Warranty Information</a></li>
								<li class="d2 four"><a href="/en/support/service.asp">Service guidance</a></li>
								<li class="d2 four"><a href="/en/support/contactus_estimate.asp">Customer Spport</a></li>
								</ul>
							</li>
						</ul>
					</div>
					<p class="close"><a href="javascript://"><img src="/img/common/site_map_close.gif" alt="close"></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>