@charset "utf-8";
/*----------------------------------------------------
	                 styles
------------------------------------------------------*/
.contentsTit {
	font-size: 17px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.article .date{
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}
.article h3{
	font-size: 12px;
	padding: 15px;
	cursor: pointer;
	background: #f7f7f7;
	font-weight: normal;
	position: relative;
}
.article h3:after{
	content: '\e803';
	font-family: 'fontello';
	position: absolute;
	right: 15px;
	top: 15px;
	color: #262626;
}
.article h3.on:after{
	content: '\e802';
}
.spBtn {
	background: transparent;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.articleTxt{
	display: none;
	font-size: 10px;
	padding: 10px;
	background: #f7f7f7;
}
.article{
	margin-bottom: 15px;
}

/*----------------------------------------------------
	                 newsNav
------------------------------------------------------*/
#newsArchiveArea{
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
#newsArchiveArea h2{
	font-size: 18px;
	padding-bottom: 10px;
}
#newsArchiveArea h2 span{
	font-size: 10px;
}
.archive a{
	padding: 15px 10px 15px 0;
	font-size: 12px;
}
.archive a:before {
	padding-right: 10px;
}
.archive{
	display: block;
	width: 50%;
	float: left;
	position: relative;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px dotted #e5e5e5;
}
#archives{
	margin-bottom: -1px;
	overflow: hidden;
}
.archive:nth-child(odd) a:after{
	content: '|';
	font-size: 20px;
	color: #e5e5e5;
	position: absolute;
	top: 15;
	right: 0;
}
#archives:after{
	content: "";
	display: block;
	clear: both;
}