@charset "UTF-8";

/* 전체틀 width */
section.layout,
div.layout,
footer.layout	{
	min-width:1020px;
	width:100%;
	margin:0 auto;
}

.wrap { width:100%; margin:0 auto; position:relative; background:url('/res/images/topbg.jpg') no-repeat center top;}

header.layout {

}
header.subvisual {

}

.holder { width:1000px; height:0px; margin:0 auto; font-size:0; }

/* 각각 배경이 필요한 경우 처리 */

	/* body의 배경 */
	body			{}

	/* 각 위치의 width 100% 배경 */
	.wrap-header		{}
	.wrap-main			{width:100%; height:820px; margin:0 auto; position:relative; background:url('/res/images/mainbg.jpg') no-repeat center top; }
	.wrap-content		{}
	.wrap-content:after	{ content:""; clear:both; display:block; }
	.wrap-footer		{width:100%; max-width:1600px; min-width:1000px; height:81px; padding:0; margin:0 auto; text-align:center; background:url("/res/images/copybg.jpg") repeat-x center top;}

	/* 각 위치의 전체틀 width 배경 */
	header.layout	{}
	section.layout	{}
	div.layout		{}
	footer.layout	{ width:1000px; height:81px; padding:0; margin:0 auto; text-align:center; background:url("/res/images/copy.jpg?1") no-repeat center top; position:relative; }



