.news_read_box {
    width: 100%;
    background-color: #F9F9F7;
    padding-bottom: calc(17px + 4rem);
}

.news_read {
    max-width: 1640px;
    width: 85%;
    margin: auto;
}

.news_read_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_read_left {
    width: 31.2805%;
}

.news_read_left .p1 {
    font-family: DM_Sans-medium;
    font-weight: 500;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(20px + 2rem);
    letter-spacing: 1px;

}

.news_read_left .p2 {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(4px + 0.5rem);
    color: #B67865;
    line-height: calc(8px + 0.5rem);
    margin-top: calc(5px + 1.5rem);
}

.news_read_pic {
    width: 58.5366%;
    height: calc(36px + 30rem);
}

.news_read_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_read_con {
    margin-top: calc(17px + 3rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.25rem);
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: calc(10px + 1rem);
}

.news_read_con p {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 2rem);
}

.news_read_con div {
    font-family: DM_Sans-regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(6px + 2rem);
}

.prev_next_box {
    display: flex;
    justify-content: space-between;
    margin-top: calc(8px + 1rem);
}

.prev_next_box p {
    font-family: DM_Sans-regular;
    font-weight: 300;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(1px + 1rem);

}

@media screen and (max-width: 1100px){
    .news_read_top{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .news_read_left{
        width: 100%;
    }
    .news_read_left .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .news_read_left .p2{
        font-size: calc(9px + 1rem);
    }
    .news_read_pic{
        width: 100%;
        height: calc(36px + 43rem);
    }
    .news_read_con div{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read_con p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read_con{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .prev_next_box{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }
    .prev_next_box p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
   
}