.modules.history {

}


/* historyList_btnArea */
.modules.history .historyList_btnArea {
	text-align: right;
	margin-right: 50px;
}
.modules.history .historyList_btnArea span {
	display: inline-block;
	padding: 1px 5px;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	user-select: none;
	background-color: #275b89;
	border-color: #1f496d;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
}

/* historyList */
.modules.history .historyYear {
	font-size: 27px;
	color: #733c9a;
}

.modules.history .history_area {
	position: relative;
	margin-top: 60px;
	min-height: 490px;
	background: url("../images/historyBg.png") no-repeat 100% 0;
}

.modules.history .history_area .noresult {
	padding: 204px 0;
}

.modules.history .history_area .col-md-9 {
	width: 100%;
	padding-right: 502px;
}

.modules.history .historyList {
	margin-left: 30px;
}
.modules.history .historyList li {
	display: flex;
	position: relative;
	padding-left: 14px;
	font-size: 18px;
	padding-top:20px;
	line-height: 1.6;
}
.modules.history .historyList li:first-child
{
	padding-top: 0px;
}

.modules.history .historyList li span.date {
	color: #999;
	display: block;
	width: 15%;
}
.modules.history .historyList li span.title {
	display: block;
	width: 80%;
	font-weight:300;

}
.modules.history .historyList li span.title {
	color: #333;
}
.modules.history .historyList li span.title a {
	color: #333;
}

/* custom button */
.board_write .write_btn .right_area > button {
	color:#fff;
	display:inline-block;
	min-width:76px;
	height:31px;
	margin:2px;
	line-height:31px;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	border-radius:3px;
}
.board_write .write_btn .right_area .btn_del {
	border:1px solid #d3220e;
	background:#d3220e;
}
.board_write .write_btn .right_area .btn_wrt {
	border:1px solid #1f496d;
	background:#275b89;
}

@media (max-width: 580px){

	.modules.history .historyList {
		margin-left: 0;
	}

	.histContentView {
		display: none;
	}
}

@media (max-width: 1023px) {
	.modules.history .history_area {
		background-position: 50% 0;
	}

	.modules.history .history_area .col-md-9 {
		padding: 500px 0 0 0;
	}

	.modules.history .history_area .historyYear {
		margin-bottom: 20px;
	}

	.modules.history .historyList {
		margin-left: 0;
	}

	.modules.history .historyList li {
		padding-left: 0;
	}
}