
body {
	background-color:#ffffff;
}

#wrapper {
	max-width:100rem;
	margin:3 auto;
}

header {
	position: fixed;
	top: 0;
	/* width:100% */
	left: 0;
	right: 0;
	
	/* 생략 */
}
