.news_read_mian_box {
    width: 100%;
    padding-top: calc(15px + 5rem);
    padding-bottom: calc(26px + 5rem);
   
}

.news_read_mian {
    max-width: 1640px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_read_box {
    width: 72.5676%;
    background-color: #ffffff;
    padding: 0 calc(7px + 4rem);
    padding-top: calc(5px + 2rem);
    padding-bottom: calc(20px + 4rem);
    border-radius: calc(5px + 0.25rem);
    background: #FFFFFF;
box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.08);
border-radius: 10px 10px 10px 10px;
}

.news_read_box .p1 {
    width: calc(118px + 40rem);
    font-family: DM_Sans_bold;
    font-weight: bold;
    font-size: calc(8px + 1.5rem);
    color: #333333;
    line-height: calc(6px + 2rem);
}

.news_read_box .p2 {
    font-family: DM_Sans_regular;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #797979;
    line-height: 1;
    margin-top: calc(10px + 0.5rem);
    padding-bottom: calc(1px + 1rem);
}

.news_read_box .p3 {
    font-family: DM_Sans_regular;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(10px + 1rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.5rem);
    padding-bottom: calc(2px + 5rem);
    border-bottom: 1px #DCDCDC solid;
    padding-top: calc(9px + 1.5rem);
}

.news_read_box .p3 img {
    width: 67.1695%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: calc(9px + 2rem) 0;
}

.prev_next_box {
    display: flex;
    justify-content: space-between;
    margin-top: calc(8px + 2rem);
}

.prev_next_box .p1 {
    width: calc(50px + 18rem);
    font-family: DM_Sans_regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #999999;
    line-height: calc(8px + 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8px + 1rem);
}
.prev_next_box a{
    flex: 1;
}
.prev_next_box img {
    width: calc(2px + 3rem);
}

.news_contact_box {
    width: 24.3243%;
    background-color: #F8F7F6;
    border-radius: calc(5px + 0.25rem);
    padding: 0 calc(3px + 2rem);
    padding-top: calc(17px + 2rem);
    padding-bottom: calc(16px + 3rem);
}

.contact_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(10px + 1rem);
    margin-top: calc(8px + 1.5rem);
}

.news_contact_box .p1 {
    font-family: DM_Sans_regular;
    font-weight: bold;
    font-size: calc(4px + 1rem);
    color: #FB7E4E;
    line-height: 1;
}

.contact_item .p2 {
    font-family: DM_Sans_regular;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #838383;
    line-height: 1;
}

.contact_item .p3 {
    font-family:DM_Sans_regular;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #333333;
    line-height: calc(4px + 1rem);
    margin-top: calc(4px + 0.5rem);
}

.contact_more {
    width: calc(30px + 5rem);
    height: calc(6px + 2rem);
    background: #3D4144;
    margin-top: calc(2px + 2rem);
}

.contact_more a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: DM_Sans_regular;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #FFFFFF;
}

.prev_next_box .icon{
    width: calc(14px + 2rem);
height: calc(14px + 2rem);
background: rgba(251,126,78,0.5);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.prev_next_box .icon img{
width: calc(7px + 1rem);
}

.prev_next_box .news_prev .icon img{
    transform: rotate(180deg);
}

@media (max-width: 1100px) {
    .news_read_mian {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }

    .news_read_box {
        width: 100%;
    }

    .news_read_box .p1 {
        font-size: calc(14px + 1rem);
        line-height: 1.5;
    }

    .news_read_box .p2 {
        font-size: calc(10px + 1rem);
    }

    .news_read_box .p3 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
        text-align: justify;
    }

    .news_read_box .p3 img {
        width: 100%;
    }

    .prev_next_box {
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 3rem);
    }

    .prev_next_box p {
        width: 100%;
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .prev_next_box img {
        width: calc(23px + 3rem);
    }

    .news_contact_box {
        width: 100%;
    }

    .news_contact_box .p1 {
        font-size: calc(14px + 1rem);
    }

    .contact_item .p2 {
        font-size: calc(12px + 1rem);
    }

    .contact_item .p3 {
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }

    .contact_more a {
        font-size: calc(10px + 1rem);
    }

    .contact_more {
        width: calc(30px + 13rem);
        height: calc(6px + 6rem);
    }
    .news_read_box .p1{
        width: 100%;
        justify-content: flex-start !important;
        align-items: flex-start;
    }
    .prev_next_box .icon img {
        width: calc(13px + 1rem);
    }
    
}