MOFA/html/error-pages/F_0056.html
2024-11-16 22:13:16 +09:00

49 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>정보검색</title>
<link rel="stylesheet" href="../../../css/global.css" type="text/css" />
<link rel="stylesheet" href="../../../css/default.css" type="text/css" />
<script src="../../../js/ui.js"></script>
</head>
<body>
<header>
<div>
<container>
<div row between>
<logo></logo>
</div>
</container>
</div>
</header>
<section class="single">
<div class="error-page code-permission-error">
<div col>
<div class="error-icon"></div>
</div>
<div col style="--gap:12px">
<h1 center>시스템에 접근할 수 없습니다.</h1>
<p center class="p20_r" style="--color:#666666">해당 시스템 접근 권한이 제한되어 있거나, 서비스가 원활하지 않을 수 있습니다.<br />
담당자에게 문의 바랍니다.</p>
</div>
<div>
<p class="p20_b" style="--color:#666666">내선번호 : 7162(정보화담당관실 )</p>
</div>
</div>
</section>
<footer style="--mt:98px" class="absolute">
<container>
<div row between middle>
<p style="--color:#ffffff99">Copyright ⓒ 대한민국 외교부. All rights reserved</p>
<footer-logo />
</div>
</container>
</footer>
</body>
</html>