.news_read_box {
    width: 100%;
    padding-top: calc(19px + 4rem);
    padding-bottom: calc(1px + 4rem);
}

.news_read {
    max-width: 1600px;
    width: 85%;
    margin: auto;
}

.news_read_title {
    font-family: Source_Han_Bold;
    font-weight: 700;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(10px + 1.5rem);
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: calc(10px + 1.5rem);
}

.news_read_time {
    font-family: Source_Han_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1.5rem);
    margin-top: calc(9px + 1rem);

}

.news_read_con {
    margin-top: calc(1px + 1rem);
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: calc(9px + 2rem);
}

.news_read_con p {
    font-family: Source_Han_normal;
    font-weight: 350;
    font-size: calc(6px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);

}

.news_read_con img{
    width: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}
@media (max-width: 1100px) {
    .news_read_title{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .news_read_time{
        font-size: calc(9px + 1rem);
    }
    .news_read_con p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        text-align: justify;
    }
    .news_read_con img{
        width: 100%;
    }
}
