.news_wrap {
    margin-top: 150px;
}

.news_wrap h1 {
    font-size: 23px;
    line-height: 1;
    letter-spacing: 15px;
}

.news_wrap .news_list {
    margin-top: 20px;
}

.news_wrap .news_list .news_item {
    padding: 35px 0;
    display: block;
}

.news_wrap .news_list .news_item + .news_item {
    border-top: solid 1.5px #dcdcdc;
}

.news_wrap .news_list .news_item .date {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1px;
    color: #005fc3;
}

.news_wrap .news_list .news_item .news_title {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagination {
    margin-top: 40px;
}

.pagination .pn_item {
    color: #005fc3;
}

.pagination .pn_item.active {
    background-color: #005fc3;
}

@media screen and (max-width: 1100px) {
    .main_wrap {
        padding-top: 20px;
    }

    .main_content .navi_block {
        display: none;
    }

    .news_wrap {
        margin-top: 60px;
    }
}

@media screen and (max-width: 600px) {
    .news_wrap h1 {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 5px;
    }

    .news_wrap .news_list .news_item {
        padding: 25px 0;
    }

    .news_wrap .news_list .news_item .news_title {
        font-size: 14px;
        line-height: 22px;
    }

    .news_wrap .news_list .news_item .date {
        font-size: 16px;
    }
}
