.c {
	width: 1320px;
	margin: auto;
}

.c.c-full {
	width: calc(100% - 40px);
}


/* [xxl] */
@media all and (max-width: 1440px) {
	.c {
		width: 1320px;
	}
}

/* [xl] */
@media all and (max-width: 1320px) {
	.c {
		width: 1140px;
	}
}

/* [l] */
@media all and (max-width: 1140px) {
	.c {
		width: 960px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* [m] */
@media all and (max-width: 960px) {
	.c {
		width: 720px;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

/* [s] */
@media all and (max-width: 720px) {
	.c {
		width: 100%;
	}
}

/* [xs] */
@media all and (max-width: 576px) {
	.c {
		width: 100%;
		min-width: 360px;
	}
}