/*
--------------------------------------
items
--------------------------------------
*/

.footer-cat-list {
	display: flex;
	justify-content: center;
	gap: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/*
--------------------------------------
item
--------------------------------------
*/

.footer-cat-list .footer-cat-link {
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 16px;
	font-weight: 300;
	color: var(--e-global-color-text);
	letter-spacing: -0.64px;
	text-align: center;
}