@charset "utf-8";
/* font */
@font-face {
	font-family: 'NanumMyeongjo';
	font-style: normal;
	font-weight: 400;
	src: url(/resources/fonts/NanumMyeongjo.woff2) format('woff2'),
		url(/resources/fonts/NanumMyeongjo.woff) format('woff');
}
#container *{box-sizing: border-box;}
#header{position:absolute; left:0; top:0; width:100%;}
#content{padding:0;}
.page_floating{display:none;}