<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 Page Not Found</title>
<style type="text/css">
::selection { background-color: #fed100; color: white; }
::-moz-selection { background-color: #fed100; color: white; }
body {
background-color: #fafafa;
font-family: 'NanumBarunGothic','sans-serif';
font-size: 14px;
font-weight: 400;
text-align: center;
}
a {
color: #444;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
font-size: 23px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 0 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#container {
margin: 150px auto;
max-width: 500px;
}
p {
margin: 12px 15px 12px 15px;
}
img {
margin: 0 0 36px; width: 120px;
}
</style>
<link rel="stylesheet" href="/file/css/custom.css" media="all">
</head>
<body>
<div id="container">
<a href="https://isweb.co.kr"><img src="/file/img/logo_b.png"></a>
<h1>페이지를 찾을 수 없습니다.</h1>
<p>요청하신 페이지를 찾을수 없습니다. URL을 확인하여 주세요.</p></div>
</body>
</html>