body {
	margin: 0;
	word-break: keep-all;
	background-color: #ececec;
	font:.625em/1 "Apple SD Gothic Neo", AppleSDGothicNeo, "Noto Sans KR", NanumGothic, "Malgun Gothic", "맑은 고딕", 돋움, dotum, arial, sans-serif; word-break:keep-all; word-spacing: .016em;
}
.main-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 12px;
}
.main-content {
	position: relative;
	margin: 60px auto;
	max-width: 1160px;
}
.content-box {
	margin-bottom: 16px;
	padding: 66px 54px 140px 54px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 1px 5px 9px #ccc;
}
footer {
	margin: 0 auto;
	padding: 0;
	max-width: 1160px;
	height: 100px;
}
pre {
	margin-top: 16px;
	padding: 24px 34px;
	border-radius: 6px;
	background-color: #ececec;
	white-space: pre-line;
}
h1 {
	margin-top: 42px;
	font-weight: 400;
	font-size: 50px;
	line-height: 1em;
	color: #777;
}
h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.25em;
	color: #333;
}
h3 {
	margin-top: 46px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25em;
	color: #777;
}
ul {
	padding: 0;
	list-style: none;
}
li {
	font-size: 16px;
	line-height: 1.25em;
}
a {
	border-bottom: 1.6px solid #1444e1;
	font-weight: bold;
	text-decoration: none;
	color: #1444e1;
}
p {
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
} 
footer > p {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.76em;
	color: #777;
}
.no-link {
	font-weight: 400;
	font-style: oblique;
	color: #999;
}