.category__list {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    width: 604px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.category__item{
}
.category__link {
    background-color: #CDD6DD;
    width: 136px;
    border-radius: 16px;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
.category__link.active,
.category__link:hover {
	background-color: #72B6A9;
}
.voice__list2 {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}
.voice__item2{
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 12px;
    padding: 25px 25px 30px;
}
.voice__item2-link{
}
.voice__article2{
}
.voice__item2-top {
    display: flex;
    padding-bottom: 10px;
}
.voice__item2-left {
    width: 65px;
}
.voice__item2-img{
}
.voice__item2-right{
    width: calc(100% - 65px);
	padding-left: 24px;
}
.voice__item2-icon-wrap{
}
.voice__item2-icon-wrap .icon{
	background-color: #72B6A9;
	color: #fff;
}
.voice__item2-ttl{
	font-size: 22px;
	font-weight: bold;
	margin-top: 5px;
}
.voice__item2-star{
	color: #EDBB42;
}
.voice__item2-star-num{
	font-size: 22px;
	font-weight: bold;
	color: var(--black1);
	margin-left: 3px;
}
.voice__item2-bottom{
	border-top: 1px solid var(--border1);
	padding-top: 10px;
	font-weight: 500;
}

@media screen and (max-width:560px) {
    .category__list {
        justify-content: flex-start;
        gap: 1.79vw;
        width: 100%;
        margin: 0 0 0 5.36vw;
    }
    .category__link {
        width: 38.39vw;
        border-radius: 4.11vw;
        padding: 1.43vw 0;
        font-size: 3.57vw;
    }
    .page-info-wrap {
        margin-top: 3.57vw;
    }
    .page-info__total {
        font-size: 3.57vw;
    }
    .page-info__total .en {
        font-size: 8.21vw;
        padding: 0 0.89vw;
        letter-spacing: -0.58vw;
    }
    .page-info__sort {
        gap: 0 2.14vw;
    }
    .page-info__sort .input-select {
        height: 8.93vw;
    }
    .voice__list2 {
        margin-top: 4.46vw;
        gap: 7.14vw 0;
    }
    .voice__item2 {
        box-shadow: 0vw 0vw 1.79vw #00000029;
        border-radius: 1.79vw;
        padding: 5.36vw 3.57vw;
    }
    .voice__item2-top {
        padding-bottom: 1.79vw;
    }
    .voice__item2-left {
        width: 11.61vw;
    }
    .voice__item2-right {
        width: calc(100% - 11.61vw);
        padding-left: 1.79vw;
    }
    .voice__item2-ttl {
        font-size: 5.71vw;
        margin-top: 0.89vw;
    }
    .voice__item2-star-num {
        font-size: 4.82vw;
        margin-left: 0.54vw;
    }
    .voice__item2-bottom {
        padding-top: 1.79vw;
    }
}