@charset "UTF-8";
/* CSS Document */

/*------------------------------*\
			 LAYOUT
\*------------------------------*/

.l-header {
	height: 85px;
	position: fixed;
	top: 0px;
	z-index: 999;
}

.l-main {
	width: 100%;
	margin: 100px 0;
}

.l-content {
	height: 400px;
	margin: 200px 0;
}

.l-footer {
	height: 65px;
	position: fixed;
	bottom: 0;
	
	display: flex;
	justify-content: center;
	
	z-index : 999;
}

@media only screen and (max-width: 600px){
	
}

@media only screen and (min-width: 1280px){
	
}

@media only screen and (max-width: 1279px){
	
}