
/* history/history_head.php */
#history_header_section {
	display:-webkit-flex;display:-moz-flex;display:flex;
	-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;
	-webkit-align-items:center;-moz-align-items:center;align-items:center;
	width:100%;
	height:100px;
	background-color:#222;
	z-index:1;
}
#history_header_section .history_title {
	display:inline-block;
	color:#ddd;
	font-size:36px;
	font-weight:bold;
	margin-left:10px;
}
@media (max-width: 767.99px) {
	#history_header_section {
		display:block;
		text-align:center;
		padding:20px 0;
		height:auto;
	}
}

#history_main_section {
	position:relative;
	width:100%;
	min-height:60vh;
	background: #556270;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FF6B6B, #556270);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FF6B6B, #556270); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.history_main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(/theme/suwonme/img/logo.png) 75% 60% no-repeat;
	background-size:25%;
}
.history_main .container {
	height:100%;
	padding:0;
}
.history_notice {
	width:100%;
	height:100%;
	background:url(/theme/suwonme/history/img/40th_notice.jpg) left center no-repeat;
	background-size:contain;
}
#search_section {
	margin:20px 0;
}
#search_section .search_word {
	width:200px;
}
#search_section .search_btn {
	background-color:#666;
	color:#ddd;
	border:1px solid #666;
}

#history_frame_section {
	margin-top:60px;
}