@font-face {
	font-family: "Noto Sans KR";
	font-style: "normal";
	font-weight: 300;
	src: local("※"), url("../fonts/NotoSansKR-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: "normal";
	font-weight: 400;
	src: local("※"), url("../fonts/NotoSansKR-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: "normal";
	font-weight: 500;
	src: local("※"), url("../fonts/NotoSansKR-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Noto Sans KR";
	font-style: "normal";
	font-weight: 600;
	src: local("※"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2");
}

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5;
	font-family: 'Noto Sans KR';
	word-break: keep-all;
	font-weight: 300;
	font-size: 16px;
	color: #666;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: top;
}

.error_wrap {
	display: table;
	width: 100%;
	height: 100vh;
	background: url("../images/bg_error.jpg") no-repeat center/cover;
}

.error_wrap .error_box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.error_wrap .error_box .logo {
	margin: 0 auto;
	margin-bottom: 25px;
}

.error_wrap .error_box .script {
	background: url("../images/bg_error_phone.jpg") no-repeat top 0 left 50%/183px;
	padding: 0 10px;
	padding-top: 142px;
}

.error_wrap .error_box .script>strong {
	font-size: 17px;
	font-weight: 500;
	color: #222;
}

.error_wrap .btn_box {
	margin-top: 15px;
}

.error_wrap .btn_box>.btn {
	width: 90px;
}

@media all and (min-width: 1137px),
print {
	.error_wrap {
		background: url("../images/bg_error.jpg") no-repeat center/cover;
	}

	.error_wrap .error_box .logo {
		margin-bottom: 50px;
	}

	.error_wrap .error_box .script {
		background-size: auto;
		padding: 0;
		padding-top: 280px;
	}

	.error_wrap .error_box .script>strong {
		font-size: 23px;
	}

	.error_wrap .error_box .script>p {
		margin-top: 26px;
	}

	.error_wrap .btn_box {
		margin-top: 36px;
	}
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid transparent;
	max-width: 100%;
	text-align: center;
	white-space: nowrap;
}

.btn+.btn {
	margin-left: 5px;
}

@media screen and (min-width: 1024px) {
	.btn {
		padding: 0 40px;
	}
}

.btn_sm {
	min-width: 57px;
	height: 36px;
	padding: 0 12px;
	font-size: 16px;
}

.btn_smx {
	height: 42px;
	padding: 0 15px;
	font-size: 16px;
}

@media screen and (min-width: 1024px) {
	.btn_smx {
		height: 48px;
		padding: 0 20px;
	}
}

.btn_md {
	height: 46px;
	padding: 0 20px;
	font-size: 17px;
	font-weight: 500;
}

@media screen and (min-width: 1024px) {
	.btn_md {
		height: 54px;
		padding: 0 30px;
		font-size: 18px;
	}
}

.btn_wide {
	min-width: 160px;
}

@media screen and (min-width: 1024px) {
	.btn_wide {
		min-width: 170px;
	}
}

.btn_skyblue {
	background-color: #00a8eb;
	color: #fff;
}

.btn_navy {
	background-color: #032459;
	color: #fff;
}

.btn_blue {
	background-color: #0072ce;
	color: #fff;
}

.btn_green {
	background-color: #73b92a;
	color: #fff;
}

.btn_default {
	background-color: #999;
	border-color: #999;
	color: #fff;
}

.btn_gray {
	background-color: #666;
	border-color: #666;
	color: #fff;
}