.news_read_mian_box {
    width: 100%;
    padding-top: calc(15px + 5rem);
    padding-bottom: calc(1px + 10rem);
    background-color: #F0F0F0;
}

.news_read_mian {
    max-width: 1480px;
    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(4px + 4rem);
    padding-bottom: calc(20px + 4rem);
    border-radius: calc(5px + 0.25rem);
}

.news_read_box .p1 {
    width: calc(172px + 20rem);
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(8px + 1.5rem);
    color: #333333;
    line-height: calc(6px + 2rem);
}

.news_read_box .p2 {
    font-family: Futura Bk BT;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #797979;
    line-height: 1;
    margin-top: calc(10px + 0.5rem);
    border-bottom: 1px #DCDCDC solid;
    padding-bottom: calc(1px + 1rem);
}

.news_read_box .p3 {
    font-family: Futura Bk BT;
    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 p {
    width: calc(50px + 18rem);
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(8px + 1rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(8px + 1rem);
}

.prev_next_box img {
    width: calc(2px + 3rem);
}

.news_contact_box {
    width: 24.3243%;
    background-color: #ffffff;
    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: Century Gothic;
    font-weight: bold;
    font-size: calc(4px + 1rem);
    color: #98B8AC;
    line-height: 1;
}

.contact_item .p2 {
    font-family: HelveticaNeueLT;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #838383;
    line-height: 1;
}

.contact_item .p3 {
    font-family: HelveticaNeueLT;
    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: HelveticaNeueLT;
    font-weight: normal;
    font-size: calc(6px + 0.5rem);
    color: #FFFFFF;
}

@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);
    }
}