@charset "utf-8";

/* 사이트 폭과 바깥 여백은 이 파일에서 공통 관리합니다. */
.site-container,
.site-header-inner,
.footerIn{
	width:var(--renewal-container);
	max-width:calc(100% - 48px);
	margin-right:auto;
	margin-left:auto;
}

.main-page{
	min-width:320px;
	background:#fff;
}

@media all and (max-width:767px){
	.site-container,
	.site-header-inner,
	.footerIn{
		max-width:calc(100% - 28px);
	}
}
