@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(../Font/NanumGothic-Regular.eot);
	src: url(../Font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(../Font/NanumGothic-Regular.woff2) format('woff2'), url(../Font/NanumGothic-Regular.woff) format('woff'), url(../Font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic Bold';
	font-style: normal;
	font-weight: 600;
	src: url(../Font/NanumGothic-Bold.eot);
	src: url(../Font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(../Font/NanumGothic-Bold.woff2) format('woff2'), url(../Font/NanumGothic-Bold.woff) format('woff'), url(../Font/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Nanum Gothic ExtraBold';
	font-style: normal;
	font-weight: 800;
	src: url(../Font/NanumGothic-ExtraBold.eot);
	src: url(../Font/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(../Font/NanumGothic-ExtraBold.woff2) format('woff2'), url(../Font/NanumGothic-ExtraBold.woff) format('woff'), url(../Font/NanumGothic-ExtraBold.ttf) format('truetype');
}

body {
    margin: 0;
}
.wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
img {}
h1 {
    font-size: 2em;
    color: #717685;
    margin: 55px 0 0;
}
h1 > span {    color: #5375cf;}
p {
    font-size: 14px;
    color: #898989;
}
hr {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 20px 0 25px;
}
#Error h1 > span {
    color: #ff5933;
}
a.btn {
    margin-top: 50px;
    padding: 10px 20px;
    border: 1px solid #868a96;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #9599a2;
}
a.btn:hover, a.btn:focus {
    text-decoration: underline;
    background: #717685;
}
p.call {
    padding: 10px 20px;
    border: 1px solid #b5b8c1;
    display: inline-block;
    margin-top: 50px;
}
@media (min-width:768px) {
	.wrap {
		width: 590px;
	    margin-top: 120px;
	}
	h1 {
		font-size: 45px;
	}	
}
