@charset "utf-8";

/* =====================================
	header
===================================== */
/* header */
.header__inner {
	max-width: var(--inner-width-large);
}
@media (max-width: 1024px) {
	.header__inner {
		gap: 20px;
		grid-template-columns: 1fr auto;
	}
}
@media (min-width: 1025px) {
	.header__inner {
		padding-right: var(--inner-padding);
	}
}

/* brand */
@media (max-width: 1024px) {
	.brand__image {
		width: 170px;
	}
}

/* utility */
.utility {
	justify-self: end;
}


/* =====================================
	footer
===================================== */
/* sitemap */
@media (min-width: 769px) {
	.sitemap {
		gap: 80px;
	}
}
@media (max-width: 1024px) {
	.sitemap {
		justify-content: center;
	}
}


/* =====================================
	news
===================================== */
/* post-news */
@media (hover: hover) {
	.contents--color .post-news__link:hover {
		background-color: var(--color-white);
	}
}
