.news_header {
    background-color: var(--background_white1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6.25vw 0 6.25vw 8.85vw;
    box-shadow: 0.52vw 0.52vw 0.78vw var(--arrow_color), -0.52vw 0.52vw 0.78vw var(--arrow_color);
}

.news_title {
    color: var(--text_color1);
    font-size: 1.6vw;
    font-weight: bold;
}

.news_page {
    padding: 3.65vw 0 0 6.77vw;
    color: var(--text_color2);
    font-size: 1.15vw;
}

.news_main {
    padding: 4.17vw 15.62vw 10.42vw 15.62vw;
}

.news_container {
    display: flex;
    margin: 2.6vw 1.04vw 1.3vw 1.04vw;
    gap: 4.17vw;
}

.news_content {
    color: var(--text_color1);
    font-size: 1.46vw;
}

.news_gray_line {
    width: 100%;
    height: 0.16vw;
    background-color: var(--arrow_color);
}

.news_more {
    margin-top: 2.6vw;
    color: #05589C;
    font-size: 1.56vw;
    font-weight: bold;
    text-align: end;
}

.news_more::after {
    content: '>';
    display: inline-block;
    margin-left: 1.56vw;
    transform: rotate(90deg);
    font-size: 1.56vw;
}
