.newsarch-cat-wrap {
    padding: 0 15px 20px;
}
.newsarch-cat-box {
    background-color: #F2EFE7;
    padding: 15px;
}
@media screen and (min-width:566px) {
    .newsarch-cat-box {
        max-width: 1060px;
        margin: 0 auto;
    }
}
.newsarch-cat-name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 15px;
}
.newsarch-cat-namearch-wrap {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px 20px;
}
.newsarch-cat-list {
    background-color: #ffffff;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: center;
    border: none;
    opacity: 0.4;
    transition: filter 0.3 ease;
}
.newsarch-cat-list:hover {
    filter: brightness(90%);
}
@media screen and (min-width:800px) {
    .newsarch-cat-list {
        font-size: 1.4rem;
    }
}
.tab-button {
    display: block;
    height: 100%;
    padding: 0 15px;
}
.newsarch-cat-list-select {
    background-color: #8e8563;
    color: #ffffff;
    opacity: 1;
}
@media screen and (min-width:566px) {
    .newsarch-cat-namearch-wrap {
        justify-content: center;
    }
}
.newsarch-post-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.newsarch-post-list-wrap {
    width: 100%;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.newsarch-post-list {
    border-bottom: solid 2px #EDEAEA;
    transition: filter 0.3 ease;
}
.newsarch-post-list:hover {
    filter: brightness(90%);
}
.newsarch-post-link {
    display: flex;
    justify-content: left;
    align-items: start;
    gap: 25px;
}
.newsarch-post-image-wrap {
    height: 100px;
}
.newsarch-post-image {
    height: 90px;
    width: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}
.newsarch-post-text {
    width: calc(100% - 125px);
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: start;
    gap: 10px;
}
.newsarch-post-datecat-wrap {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.newsarch-post-date {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    font-weight: 400;
    color: #8B8B8B;
}
.newsarch-post-cat {
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
}
.newsarch-post-talentname {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    font-weight: 700;
}
.newsarch-post-newstitle {
    font-size: 1.3rem;
    line-height: 1.3em;
    letter-spacing: -0.03em;
    font-weight: 400;
}
@media screen and (min-width: 735px) {
    .newsarch-post-wrap {
        margin-top: 30px;
    }
    .newsarch-post-list-wrap {
        max-width: 1070px;
        grid-template-columns: 1fr 1fr;
    }
    .newsarch-post-list {
        max-width: 535px;
    }
}
.pagination {
    margin-top: 20px;
    text-align: center;
    height: 42px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 100%;
    background-color: #F2EFE7;
    transition: filter 0.3s ease;
}
.page-numbers:hover {
    filter: brightness(90%);
}
.dots {
    width: auto;
    background-color: inherit;
}
.current {
    color: #ffffff;
    background-color: #8e8563;
}
.pagination .next {
    background-color: inherit;
    background-image: url(../images/next_button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 30px;
    transition: all 0.3s ease;
}
.next:hover {
    background-image: url(../images/next_button_hover.svg);
}
.pagination .prev {
    background-color: inherit;
    background-image: url(../images/pre_button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 30px;
    transition: all 0.3s ease;
}
.prev:hover {
    background-image: url(../images/pre_button_hover.svg);
}
