.header_box {
    position: static !important;
}

.news_read_box {
    width: 100%;
    padding-top: calc(9px + 3rem);
    padding-bottom: calc(16px + 4rem);
}

.news_read {
    max-width: 1640px;
    width: 85%;
    margin: auto;
}

.news_read_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: calc(14px + 4rem);
}

.news_read_title .p1 {
    font-family: BOOKOS;
    font-weight: 300;
    font-size: calc(6px + 1.5rem);
    color: #333333;
    line-height: calc(2px + 2rem);
    width: 70%;
}
.news_read_time{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(4px + 0.25rem);
}
.news_read_time .p2{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(4px + 1rem);
color: #666666;
line-height: calc(8px + 1rem);
}
.news_read_time .p3{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(9px + 0.5rem);
}

.news_read_con{
    width: 85%;
font-family: BOOKOS;
font-weight: 300;
font-size: calc(8px + 0.5rem);
color: #666666;
line-height: calc(10px + 2rem);
margin: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: calc(10px + 1rem);
padding-top: calc(9px + 3rem);
padding-bottom: calc(34px + 5rem);

}
.news_read_con img{
    width: 77%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.news_prev_next{
    border-top: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    padding-top: calc(8px + 1rem);
}

.news_prev_next div{
font-family: BOOKOS;
font-weight: 300;
font-size: calc(6px + 0.5rem);
color: #666666;
line-height: calc(9px + 0.5rem);
}
.news_prev_next div:hover a{
    color: #E60013;
}

@media (max-width: 1100px){
    .news_read_title .p1{
        font-size: calc(12px + 1rem);
        line-height: 1.5;
    }
    .news_read_time .p2{
        font-size: calc(10px + 1rem);
    }
    .news_read_time .p3{
        font-size: calc(10px + 1rem);
    }
    .news_read_con{
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read_con img{
        width: 100%;
    }
    .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;
    }
}