@charset "UTF-8";

/* 전체틀 width */
section.layout,
div.layout,
footer.layout	{
	min-width:1000px;
	width:100%;
	margin:0 auto;
}

.wrap { width:100%; min-width:1200px; max-width:1919px; margin:0 auto; position:relative; }

header.layout {

}
header.subvisual {

}

.holder { width:1200px; height:0px; margin:0 auto; font-size:0; }

/* 각각 배경이 필요한 경우 처리 */

	/* body의 배경 */
	body			{}

	/* 각 위치의 width 100% 배경 */
	.wrap-header		{ position:relative; width:1430px; margin:0 0 0 20.57%; height:117px; }
	.wrap-main			{  }
	.wrap-content		{ position:relative; width:1430px; margin:0 0 0 20.57%; }
	.wrap-content:after	{ content:""; clear:both; display:block; }
	.wrap-footer		{ position:relative; width:1430px; margin:0 0 0 20.57%; font-size:0; }

	/* 각 위치의 전체틀 width 배경 */
	header.layout	{}
	section.layout	{}
	div.layout		{}
	footer.layout	{ width:1000px; margin:0 auto; padding:45px 0; border-top:1px solid #e4e4e4; }
	footer.layout	 .position { position:relative;}



