
<!DOCTYPE html >
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="Expires" content="-1">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Cache-Control" content="No-Cache, no-store, must-revalidate">
    <meta name="viewport" content="width=1400, user-scalable=yes">

    <link rel="stylesheet" href="/resources/css/common.css">
    <link rel="shortcut icon" type="image/x-icon" href="/resources/images/common/favicon_16.ico">
    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" >

    <link rel="stylesheet" href="/resources/css/plugin/font-awesome.min.css"/>

<title>DAOU IDC</title>
<style>
body, html{height:100%;}
.error{position:relative; height:100%;}
.error > div{position:absolute; left:50%; top:50%; width:1138px; height:518px; vertical-align:middle; margin:-260px 0 0 -570px; border:1px solid #e2e2e2; text-align:center; background:url(/resources/images/common/error_ico.png) center 100px no-repeat }
.error > div p{padding-top:230px; margin-bottom:50px; font-size:16px; color:#888;}
.error > div p strong{display:block; margin-bottom:15px; font-size:30px; font-weight:500; color:#333}
.error > div a{display:inline-block; height:58px; line-height:58px; padding:0 60px; background-color:#2383c5; font-size:20px; color:#fff; border-radius:29px;}
</style>
</head>

<body>
<div id="wrap" class="error">
	<div>
		<p><strong>이용에 불편을 드려 죄송합니다.</strong>방문하시려는 웹 페이지의 주소가 잘못 입력되었거나,<br>서비스 오류로 요청하신 페이지를 찾을 수 없습니다.</p>
		<a href="/index.do">메인</a>
	</div>
</div>
</body>
</html>