.news_read_box {
    width: 100%;
    padding-top: calc(20px + 5rem);
    padding-bottom: calc(49px + 5rem);
}

.news_read {
    max-width: 1480px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.news_read_main {
    width: 66.2162%;
}

.news_read_title {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(3px + 1.5rem);
    color: #333333;
    line-height: calc(5px + 1.5rem);
}

.news_visit_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(6px + 1rem);
    padding-bottom: calc(10px + 0.5rem);
    border-bottom: 1px #30333B20 solid;
    margin-top: calc(9px + 1.5rem);
}

.news_visit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(5px + 0.25rem);
}

.news_visit p {
    font-family: Futura Md BT;
    font-weight: 500;
    font-size: calc(6px + 0.5rem);
    color: #A5A5A5;
}

.news_visit img {
    width: calc(6px + 0.5rem);
}

.news_visit:nth-of-type(2) img {
    width: calc(2px + 1rem);
}

.news_read_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(5px + 0.5rem);
    margin-top: calc(9px + 3rem);
}

.news_read_text p {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #30333bc4;
    line-height: calc(6px + 1.5rem);
}

.news_read_text p img {
    width: calc(162px + 20rem);
    position: relative;
    top: calc(5px + 0.5rem);
    left: 50%;
    transform: translate(-50%);
}

.news_prev,
.news_next {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(10px + 0.5rem);
    color: #666666;
    line-height: calc(10px + 1.5rem);
}

.hot_box {
    width: 25.6756%;
}

.hot_news_box {
    margin-top: calc(1px + 2rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: calc(4px + 2rem);
}

.hot_news {
    border-bottom: 1px #30333b31 solid;
    padding-bottom: calc(4px + 2rem);
}

.hot_title {
    font-family: Century Gothic;
    font-weight: bold;
    font-size: calc(6px + 1rem);
    color: #333333;
    border-bottom: 1px #30333b31 solid;
    padding-bottom: calc(10px + 2rem);
}

.hot_p {
    font-family: Century Gothic;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #30333B;
    line-height: calc(10px + 1rem);
    margin-bottom: calc(10px + 0.5rem);
}

@media (max-width: 1100px) {
    .news_read {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: calc(10px + 2rem);
    }

    .news_read_main {
        width: 100%;
    }

    .news_read_title {
        font-size: calc(16px + 1rem);
        line-height: 1.5;
    }

    .news_visit p {
        font-size: calc(9px + 1rem);
    }

    .news_visit img {
        width: calc(13px + 0.5rem);
    }

    .news_visit:nth-of-type(2) img {
        width: calc(17px + 1rem);
    }
    .news_read_text p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
    .news_read_text p img{
        width: 100%;
    }
    .hot_box {
        width: 100%;
    }
    .hot_title{
        font-size: calc(16px + 1rem);
    }
    .hot_p{
        font-size: calc(10px + 1rem);
        line-height: 1.5;
    }
}