.news_read_box{
    width: 100%;
    padding: calc(10px + 1.5rem) 0;
}
.news_read{
    max-width: 1640px;
    width: 85%;
    margin: auto;
}
.news_read_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_read_title{
    width: 36.0244%;
}
.news_read_title .p1{
font-family: Roboto_Regular;
font-weight: 600;
font-size: calc(8px + 2rem);
color: #333333;
line-height: calc(20px + 2rem);
letter-spacing: calc(0px + 0.1rem);
}
.news_read_title .p2{
font-family: Roboto_Regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #521FEA;
line-height: calc(9px + 0.5rem);
margin-top: calc(5px + 1.5rem);
}

.news_read_pic{
    width: 58.5366%;
    height: calc(40px + 40rem);
}
.news_read_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_read_con{
font-family: Roboto_Regular;
font-weight: 300;
font-size: calc(4px + 0.5rem);
color: #333333;
line-height: calc(2px + 1.5rem);
margin-top: calc(15px + 3rem);
border-bottom: 1px solid #D8D8D8;
padding-bottom: calc(20px + 2rem);
}
.news_read_con img{
    width: 60%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.prev_next_box{
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(8px + 1rem);
}
.prev_next_box div{
font-family: Roboto_Regular;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(9px + 0.5rem);
}
@media screen and (max-width: 1100px){
    .news_read_title .p1{
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }
    .news_read_title .p2{
        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;
        align-items: flex-start;
        gap: calc(10px + 1rem);
    }
    .prev_next_box div{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}