.index-cat-box {
	overflow: hidden;
}

.index-cat-menu {
	margin-bottom: 10px;
}

.index-cat-menu a {
	padding: 8px 12px;
	border: 1px solid #E5E7EB;
	margin: 0 10px 10px 0;
	border-radius: 4px;
	color: #4B5563;
}

.index-cat-menu a:hover {
	border-color: #2579F0;
	color: #2579F0;
}

.scrollbar-hide {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
	display: none;
}

@media (min-width: 768px) {
	.index-cat-menu {
		flex-wrap: nowrap;
		justify-content: center;
	}
}
