.news_read_box {
    width: 100%;
    padding-top: calc(5px + 5rem);
    padding-bottom: calc(13px + 2rem);
}

.news_read_box .news_read {
    max-width: 1640px;
    width: 85%;
    margin: auto;
}

.news_read_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.news_read_title .p1 {
    width: 60%;
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 2rem);
    color: #333333;
    line-height: calc(10px + 3rem);
}

.news_read_title .p2 p:nth-of-type(1) {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 1.5rem);
    color: #999999;
    line-height: calc(12px + 2rem);
    text-align: left;
}

.news_read_title .p2 p:nth-of-type(2) {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #999999;
    text-align: left;
}

.news_read_con p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    text-indent: 4ch;
}

.news_read_con {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    text-indent: 4ch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 2rem);
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    padding: 0 calc(15px + 5rem);
    padding-top: calc(9px + 3rem);
    padding-bottom: calc(34px + 5rem);
    margin-top: calc(10px + 3rem);
   
}

.news_read_con div {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 2rem);
    text-indent: 4ch;
}
.news_read_con img{
    width: 66%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
.prev_next_box{
    display: flex;
    justify-content: space-between;
    margin: calc(8px + 1rem);
}
.prev_next_box div{
font-family: Source_Han_Light;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(3px + 1rem);
}
@media (max-width: 1100px){
    .news_read_con p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read_con{
        padding: 0 0;
        padding-top: calc(9px + 3rem);
    padding-bottom: calc(34px + 5rem);
    }
    .news_read_con img{
        width: 75%;
        position: static;
        left: 0;
        transform: none;
    }
    .prev_next_box{
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 1rem);
    }
    .prev_next_box div{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}