<html>
<head>
<title>Domain disconnected</title>
<style type="text/css">

body {
background-color:	#f0f0f0;
margin:				40px;
font-family:		Relaway, Nanum Gothic, Open sans;
font-size:			13px;
color:				#797f86;
}

#content  {
position:relative;
width: 100%; height: 100%;
}

.message_box { 
position:			absolute;
text-align:			center;
top:				30%;
bottom:				0;
left:				0;
right:				0;
}

.message_box img { 
max-width: 			40px; 
} 
.message_box h1 {
font-family:		Noto Sans KR, Nanum Gothic, Open sans;
font-weight:		normal;
font-size:			26px;
color:				#2d343e;
margin:				43px 0 23px 0;
}
.message_box p {
font-size:			14px;
margin-bottom: 		50px;		
}
.message_box .btn {
color: #fff;
background-color: #2d343e;
padding:19px 80px;
line-height: 1;
text-decoration: none;
display: inline-block;
}

@media only screen and (max-width:768px) {
	.message_box { top: 10%; }
	.message_box h1 { font-size: 22px; margin: 25px 0 15px 0; }
	.message_box p { font-size: 12px; margin-bottom: 35px; }
	.message_box .btn { padding: 15px 60px; }

}
@media only screen and (max-width: 479px) {
	body { margin: 15px; }
	.message_box { top: 5%; }
	.message_box h1 { font-size: 20px; margin: 25px 0 15px 0; }
	.message_box .btn { padding: 13px 35px; }
}

</style>
</head>
<body>
	<div id="content">
		<!--
		<h1>heading</h1>
		<p>message</p>-->
		<div class="message_box">
						<h1>Sorry, you cannot access to this site.</h1>
			<p>The domain has been disconnected with the site.<br>Please check the connection between the domain and the site.</p>
		</div>
	</div>
</body>
</html>