.news-list .page-visual .page_title h1 {
    padding-top: calc(220/100*1em);
    padding-bottom: calc(80/100*1em);
    text-align: center;
}
@media screen and (max-width: 1280px) {
    .news-list .page-visual .page_title h1 {
        padding-top: calc(180/100*1em);
        padding-bottom: calc(80/100*1em);
    }
}
@media screen and (max-width: 820px) {
    .news-list .page-visual .page_title h1 {
        padding-top: calc(180/100*1em);
        padding-bottom: calc(100/100*1em);
    }
}

.news-list .list {
    padding-bottom: 100px;
}
.news-list .list .list-grid {
    display: block;
}
.news-list .list .list-grid .item {
    width: calc(100% / 3 - (var(--gap-col) * 2 / 3));
    margin-bottom: var(--gap-row);
}
.news-list .list .list-grid .item .img::after {
    display: none;
}
.news-list .list .list-grid .item .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    height: auto;
}
@media screen and (max-width: 820px) {
    .news-list .list .list-grid .item {
        width: calc(100% / 2 - (var(--gap-col) * 1 / 2));
    }
}
@media screen and (max-width: 500px) {
    .news-list .list .list-grid .item {
        width: 100%;
    }
}



/* news view */
.news-view{ 
    padding-top: 130px;
 }
.news-view .view-article .inner .title {
    text-align: center;
}
.news-view .view-article .inner .title h3{
    margin-bottom: 40px;
}
.news-view .editor h4{
    font-size: 20px; font-weight: 600; letter-spacing: -0.04em;
    line-height: calc(32/20);
}
.news-view .editor span{
    /* font-size: 16px; */
    line-height: calc(28/16);
    letter-spacing: -0.04em;
}
.news-view .red-btn-with-icon{
    margin: 70px auto 120px;
}
.news-view .page-list{
    max-width: 1440px;
}