<!DOCTYPE html>
<html lang="ko"
      xmlns="http://www.w3.org/1999/xhtml">
<head>
    
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, viewport-fit=cover"/>
    <meta http-equiv="Pragma" content="no-cache"/>
    <meta http-equiv="Cache-Control" content="no-cache"/>
    <meta http-equiv="Expires" content="0"/>
    <title>ANANTI DELIVERY</title>
    <link rel="icon" type="image/x-icon" href="//cdn.ananti.kr/plf/ui/img/ananti.ico">
    <link href="/_html/_asset/css/style.css" rel="stylesheet"/>
    <meta http-equiv="Pragma" content="no-cache"/>
    <meta http-equiv="Cache-Control" content="no-cache"/>
    <meta http-equiv="Expires" content="0"/>
    <meta name="format-detection" content="telephone=no"/>
    <meta name="description" content="SEO TEXT"/>
    <meta name="msapplication-TileColor" content="#ffffff"/>
    <meta name="msapplication-TileImage" content="_html/_assets/img/browser/mstile-144x144.png"/>
    <meta property="og:site_name" content="site name"/>
    <meta property="og:url" content="page url"/>
    <meta property="og:title" content="title"/>
    <meta property="og:type" content="website"/>
    <meta property="og:image" content="img url"/>
    <meta property="og:description" content="page descriptions"/>
    <meta name="article:author" content="authors Name"/>
    <script type="text/javascript" src="/js/jquery-3.7.1.min.js?ver=20241015"></script>
    <script>
        var global = {
            contextPath : '',
            loginUrl : '',
            logoutUrl : '',
            gLang : ''
        };
    </script>

    <style>
		.box{
			display: block;
			text-align: center;
			color: black;
			line-height: 1.2;
			font-size: 18px
		}
		.box-center{
			display: flex;
			height: 100vh;
			width: 100%;
			justify-content: center;
			align-items: center;

		}
		@media (min-width: 1024px) {
			.box{
				font-size: 32px;
				line-height: 1.3;
			}
			.btn{
				font-size: 22px;
				line-height: 1.3;
			}
		}
		.btn{
			margin-top: 5%;
			width: 50%;
			height: 60px;
			text-align: center;
			color: black;
			border: 2px solid #FFFFFF;
			font-size: 14px;
			line-height: 1.2;
		}
	</style>
</head>
<body>
<main>
	<div class="box-center">
		<div class="box">
			<p>서비스 이용이 원활하지 않습니다.</p>
			<p>잠시 후 다시 이용해주세요.</p>
			<button class="btn" onclick="location.href='https://ananti.kr'">메인페이지로 이동</button>
		</div>
	</div>
</main>
</body>
</html>