* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	font-family: "YoonGothic740", "맑은 고딕", sans-serif;
	line-height: 21px;
	background: #262626 url(/images/common/warning-img.svg) 0 0 repeat;
	background-size: 20%;
}
.msg-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 70%;
	padding: 50px;
	background: rgba(255,255,255,.9);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0 0 15px  #111;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.msg-wrap h1 {
	word-break: keep-all;
	text-align: center;
	margin: 30px auto 60px auto;
}
.msg-wrap h1 img {
	width: 100px;
}
.msg-wrap h2 {
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.msg-wrap p {
	color: #666;
	line-height: 28px;
	text-align: center;
	word-break: break-all;
}
.msg-wrap p span {
	display: block;
	text-align: center;
}
div.return-btn {
	text-align: center;
	margin-top: 50px;
}
div.return-btn a {
	display: inline-block;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	font-size: 110%;
	padding: 15px 30px;
	background: #1a9cea;
	border-radius: 4px;
	transition-duration: 0.3s;
}
div.return-btn a span {
	font-size: 90%;
	line-height: 22px;
	padding-left: 20px;
	background: url(/images/common/index-count.svg) 0 50% no-repeat;
}
div.return-btn a:hover,
div.return-btn a:focus {
	background: #ff4500;
	transition-duration: 0.3s;
}

@media screen and (max-width: 1200px) {
	.msg-wrap {
		width: 80%;
		height: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.msg-wrap {
		padding: 10%;
	}
	.msg-wrap h1 {
		margin: 20px auto;
	}
	.msg-wrap h1 img {
		width: 50px;
	}
	.msg-wrap h2 {
		line-height: 30px;
		margin-bottom: 20px;
	}
	.msg-wrap p {
		color: #444;
		font-size: 90%;
		line-height: 24px;
		text-align: left;
	}
	div.return-btn {
		margin-top: 30px;
	}
}
@media screen and (max-width: 800px) {
	.msg-wrap p span {
		display: inline;
	}
}
@media screen and (max-width: 600px) {
	.msg-wrap {
		width: 90%;
		height: 90%;
	}
	.msg-wrap p span {
		display: inline;
	}
}