﻿<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=yes, maximum-scale=1.0">
<title>Polaris Office</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon_16x16.ico">
<style type="text/css">
	body {margin:0; padding:0}
	* {margin:0; padding:0;}
	.redirection {position:absolute; top:50%; left:50%; margin:-86px 0 0 -271px; width:542px; height:177px; font-size:13px; color:#7d7f85; background:url(img.png) right 55px no-repeat;}
	.redirection h2 {margin:0 0 21px;}
	.redirection strong {display:block; margin:0 0 10px; color:#25272a;}
	.redirection p.txt {line-height:21px;display:none;font-size: 14px;}
	.redirection p.txt.on {line-height:21px;display:block;}
	.redirection p.txt a {text-decoration: underline; color:#2964de;}
</style>
</head>

<body>
<script type="text/javascript">
window.onload = function(){
 var lan = navigator.language ? navigator.language : navigator.userLanguage
if(lan.indexOf('en') >= 0){
		document.getElementById("en").className = "txt on";
	}
else if(lan.indexOf('ko') >= 0){
	document.getElementById("ko").className = "txt on";
}
else if(lan.indexOf('ja')  >= 0){
	document.getElementById("jp").className = "txt on";
}
else if(lan.indexOf('zh')  >= 0){
	document.getElementById("zh").className = "txt on";
}
else{
	document.getElementById("en").className = "txt on";
}
};
	
		
</script>
<div class="redirection">
	<h2><img src="logo.png" alt="Polaris Office"></h2>
	<p class="txt" id="ko">
		<strong>요청하신 페이지를 찾을 수 없습니다.</strong>
		방문하시려는 페이지 주소가 잘못 입력되었거나,<br>
		주소 변경 혹은 삭제로 인해 페이지를 찾을 수 없습니다.<br>
		<a href="https://www.polarisoffice.com">Polaris Office 홈으로 돌아가기</a>
	</p>
	<p class="txt" id="en">
		<strong>Sorry, the requested page cannot be found.</strong>
		Page cannot be found. <br> The URL you requested may have been changed or deleted.
		<br>
		<a href="https://www.polarisoffice.com">Go to Polaris Office Home</a>
	</p>
	<p class="txt" id="jp">
		<strong>お探しのページが見つかりません。</strong>
		ページの住所が間違って入力されたり、 <br> 住所変更もしくは削除によってページが見つかりません
		<br>
		<a href="https://www.polarisoffice.com">Polaris Officeホームに戻る</a>
	</p>
	<p class="txt" id="zh">
		<strong>未能找到请求的页面</strong>
		因所要访问的页面地址输入错误， <br>或地址被更改或删除，无法找到页面。
		<br>
		<a href="https://www.polarisoffice.com">转到Polaris Office主页</a>
	</p>
</div>
</body>
</html>