.news_read_box {
    width: 100%;
    padding: calc(20px + 3rem) 0;
}

.news_read {
    max-width: 1480px;
    width: 90%;
    margin: auto;
}

.news_read .p1 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: calc(8px + 2rem);
    color: #0054AC;
    line-height: calc(7px + 4rem);
    text-align: center;
}

.news_read .p2 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #0054AC;
    line-height: calc(6px + 1rem);
    text-align: center;
    margin-top: calc(10px + 1rem);
}

.news_read .p2 span {
    font-size: calc(4px + 1rem);
}

.news_read .p3 {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(2px + 1.5rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 1rem);
    margin-top: calc(20px + 2rem);
    padding: 0 calc(3px + 0.5rem);
    border-bottom: calc(0px + 0.1rem) #0054AC solid;
    padding-bottom: calc(10px + 2rem);
}

.news_prev_next {
    display: flex;
    justify-content: space-between;
    margin-top: calc(10px + 1rem);
}

.news_prev_next div {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #999999;
    line-height: calc(9px + 1rem);
}

.news_prev_next div:hover {
    color: #0054AC;
}

@media screen and (max-width: 1100px) {
    .news_read .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .news_read .p2{
        font-size: calc(10px + 1rem);
    }
    .news_read .p2 span{
        font-size: calc(10px + 1rem);
    }
    .news_read .p3{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        padding-left: 0;
        padding-right: 0;
    }
    .news_prev_next{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .news_prev_next div{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}