.category-section {
    padding-top: 80px;
}

.category-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 상단 */
.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 51px;
}

.category-header a:hover {
	color: #433CC2;
}


/* 리스트 */
.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 48px; /* 세로 / 가로 */
}

.category-item {
    text-align: center;
}

/* 아이콘 */
.category-item img {
    width: 90px;
    height: 90px;
}

/* 텍스트 */
.category-item p {
    margin-top: 11px;
}
