#content{
	padding-top: 120px
}
#content .board_tit{
	font-size: 120px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	color: #002a81
}
.view_header{
	padding: 20px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
	border-top: 2px solid #002a81
}
.view_header .title{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
	word-break: keep-all;
}
.view_header .data{
	margin-top: 15px;
	color: #666;
	font-size: 16px
}
.view_body{
	padding: 50px 20px;
	line-height: 1.6;
	color: #444 !important;
	font-size: 16px !important;
	border-bottom: 1px solid #ddd;
	word-break: keep-all;
}
.view_body p,
.view_body div,
.view_body span{
	font-family: inherit !important;
	background: none !important;
	font-size: inherit !important;
}
.view_body img{
	max-width: 100%
}
.view_footer{
	text-align: right
}
.view_footer button{
	padding: 0 25px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background: #2a2a2a;
	margin-top: 30px;
	border: 0 none;
	cursor: pointer
}
#footer{
	margin-top: 100px;
}


@media screen and (max-width: 1200px) {
	
	#content .board_tit{
		font-size: 60px
	}
}


@media screen and (max-width: 800px) {
	
	.view_header{
		padding: 15px 0
	}
	.view_header .title{
		font-size: 16px
	}
	.view_header .data{
		margin-top: 15px;
		color: #666;
		font-size: 14px
	}
	.view_body{
		font-size: 14px;
		padding: 20px 0
	}
}