.Form {
	position:  absolute;
	left:  0px;
	top:  0px;
	width:  1316px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con{
	background: var(--c-042);
	position:  relative;
	left:  0px;
	top:  0px;
	width:  1316px;
	height:  920px;
	overflow:  hidden;

}
.Form > .con > .boardContent {
	height:  880px;
	left:  10px;
	position:  absolute;
	top:  20px;
	width:  1296px;

}