@charset "UTF-8";

/* 전체틀 width */
header.layout,
section.layout,
div.layout,
footer.layout	{
	min-width:1000px;
	width:100%;
	margin:0 auto;
}

header.layout {

}
header.subvisual {

}
.wrap{width:100%;max-width:1919px;overflow:hidden;margin:0 auto;}
.holder { width:1000px; height:0px; margin:0 auto; font-size:0; }

/* 각각 배경이 필요한 경우 처리 */

	/* body의 배경 */
	body			{ overflow:hidden;}

	/* 각 위치의 width 100% 배경 */
	.wrap-header	{ width:100%; min-width:1200px; max-width:1919px; height:95px; margin:0 auto; z-index:9; position:Relative;    font-size: 0;}
	.wrap-main		{}
	.wrap-sub		{}
	.wrap-content	{}
	.wrap-content:after	{ content:""; clear:both; display:block; }
	.wrap-footer	{ width:100%; min-width:1200px; max-width:1919px;  margin:0 auto; z-index:9; position:Relative; background-color:#f5f5f5; padding-bottom: 48px;}

	/* 각 위치의 전체틀 width 배경 */
	header.layout	{}
	section.layout	{}
	div.layout		{}
	footer.layout	{  }
	footer.layout	 .position { position:relative;}



