body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, textarea, p, blockquote {
	padding: 0;
	margin: 0;
	box-sizing: content-box;
}

ol, ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

form, fieldset, img {
	border: 0;
}

caption {
	padding-bottom: 13px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
/* anchor */
a {
	text-decoration: none;
}

a:link, a:visited {
	color: #494949;
	text-decoration: none;
}

/* 마진과 패딩의 초기화 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/* 이미지 보더 제거 */
img {
	border: none;
	-webkit-perspective: 1;
}

#wrap {
	background: #f6f8f7;
	padding: 24px 0 16px 0;
}

#header h1 {
	font-size: 18px;
	color: #006940;
	text-align: center;
	padding: 2px 0 10px 0;
}

#header .logo, #footer {
	clear: both;
	text-align: center;
	padding: 18px 0 5px 0;
}

#contents {
	overflow: hidden;
	padding: 0 24px;
	width: 292px;
	margin: 0 auto;
}

#contents .menu a {
	float: left;
	width: 140px;
	background: #fff url(../images/skin/icon_01.gif) no-repeat center 20px;
	background-size: 54px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 0px #ededed;
	margin-top: 12px;
}

#contents .two a {
	float: right;
	background-image: url(../images/skin/icon_02.gif);
	background-size: 54px;
}

#contents .three a {
	position: relative;
	background-image: url(../images/skin/icon_02.gif);
	background-size: 54px;
}

#contents .three a p {
	position: absolute;
	top: 23px;
	left: 25px;
	font-size: 10px;
	font-family: 'dotum';
	font-weight: bold;
	color: #fff;
	background-color: #cb2c30;
	padding: 1px 3px;
	border-radius: 3px;
}

#contents .four a {
	float: right;
	background-image: url(../images/skin/icon_03.gif);
	background-size: 42px;
}

#contents .five a {
	width: 292px;
	background: #fff url(../images/skin/icon_02.gif) no-repeat 30px center;
	background-size: 54px;
}

#contents .six a {
	width: 292px;
	background: #fff url(../images/skin/icon_03.gif) no-repeat 30px center;
	background-size: 54px;
}

#contents .menu dl {
	text-align: center;
	padding: 90px 0 20px 0;
}

#contents .menu dl dt {
	font-size: 18px;
	font-weight: bold;
}

#contents .menu dl dd {
	margin: 0;
	font-size: 13px;
}

#contents .five a dl {
	text-align: left;
	padding: 20px 0 20px 110px;
}

#contents .five a dl dt {
	font-size: 18px;
	font-weight: bold;
}

#contents .five a dl dd {
	margin: 0;
	font-size: 13px;
}

#contents .six a dl {
	text-align: left;
	padding: 20px 0 20px 110px;
}

#contents .six a dl dt {
	font-size: 18px;
	font-weight: bold;
}

#contents .six a dl dd {
	margin: 0;
	font-size: 13px;
}

.notice {
	width: 292px;
	background: #006940;
	background-size: 54px;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 0px #ededed;
	margin-top: 12px;
}

.notice dl {
	text-align: left;
	padding: 20px 0 20px 0;
}

.notice dl dt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#footer p {
	color: #bbb;
	font-size: 12px;
}
