@charset "UTF-8";






.p-commonCategory .p-catIcoList {
    overflow-x: hidden !important;
    cursor: unset !important;
    position: static !important;
    padding-bottom: 30px;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	flex-wrap: balance !important;
	column-gap: 0 !important;
	row-gap: 25px;
}
	.p-commonCategory .p-catIcoList__item {
		width: 18.2% !important;
		margin-right: 2%;
	}
	.p-commonCategory .p-catIcoList__item:nth-child(5n) {
		margin-right: 0;
	}
@media screen and (max-width: 959px) {
	.p-commonCategory .p-catIcoList {
		padding-bottom: 30px;
		row-gap: 25px;
	}
		.p-commonCategory .p-catIcoList__item {
			width: 23.5% !important;
			margin-right: 2%;
		}
		.p-commonCategory .p-catIcoList__item:nth-child(5n) {
			margin-right: 2%;
		}
		.p-commonCategory .p-catIcoList__item:nth-child(4n) {
			margin-right: 0;
		}
}



@media screen and (max-width: 959px) {
	.p-catIcoList {
		display: flex;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		flex-wrap: balance !important;
		overflow-x: hidden !important;
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
		padding-bottom: 15px;
		margin-right: 0;
	}
	.p-catIcoList__item {
		width: 23.5% !important;
		margin-right: 2%;
	}
	.p-catIcoList__item:nth-child(4n) {
		margin-right: 0;
	}
}



