.news_list_wrap {
    padding: 365px 90px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 80px 20px;
    margin-bottom: 150px;
}

.news_item {
    width: 332px;
    height: 299px;
    display: flex;
    position: relative;
}

.news_thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.news_text {
    position: absolute;
    z-index: 10;
    left: 24px;
    right: 24px;
    bottom: 28px;
}

.news_gradation {
    width: 332px;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
}

.news_list_title {
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 4px;
}

.news_date {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
}

.paging {
    margin-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}

.paging img {
    width: 23px;
    height: 36px;
}

.paging a {
    display: flex;
}

.paging a {
    font-size: 25px;
    font-weight: 700;
    color: #ACACAC;
    line-height: 30px;
}

.paging span {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
}

.news_detail_wrap {
    padding: 316px 90px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_detail_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_detail_subtitle {
    font-size: 25px;
    font-weight: 700;
    color: #08975D;
    margin-bottom: 15px;
}

.news_detail_title {
    font-size: 45px;
    font-weight: 300;
    color: #2C2C2C;
    line-height: 63px;
    text-align: center;
}

.news_detail_date {
    font-size: 20px;
    font-weight: 500;
    color: #B1B1B1;
    line-height: 35px;
    margin-top: 19px;
}

.news_detail_line {
    width: 100%;
    height: 1.5px;
    background-color: #BFBFBF;
    margin: 25px 0 80px;
}

.news_detail_body {
    text-align: center;
    padding: 0 530px;
}

.news_detail_body p {
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 35px;
}

.news_img img{
    width: 100%;
}

.news_detail_body .news_block {
    margin: 0;
}

.news_block.type-paragraph + .news_block.type-image {
    margin-top: 80px;
}

.news_block.type-image + .news_block.type-paragraph {
    margin-top: 80px;
}

.news_block.type-image + .news_block.type-image {
    margin-top: 40px;
}

.news_back {
    margin: 119px 0 668px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 307px;
    height: 76px;
}

.news_back img {
    width: 100%;
}

.news_title_mo {
    display: none;
}

@media (min-width: 1921px) {
    .news_list_wrap {
        grid-template-columns: repeat(5, 332px);
        justify-content: center;
        gap: 80px 20px;
    }
}

@media (max-width: 767px) {
    .gnb {
        background-color: rgba(8, 151, 93, 0.7);
    }

    .gnb_1depth > a,
    .gnb .gnb_1depth a {
        color: #FFF !important;
    }

    .depth_toggle::before,
    .depth_toggle::after {
        background-color: #FFF !important;
    }

    .mobile_menu_btn.active span {
        background-color: #fff !important;
    }

    .header_shop_btn img {
        content: url("/images/header_shop_btn_mo_white.png");
    }

    .news_title_mo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 103px;
        padding-bottom: 20px;
        font-size: 13px;
        line-height: 16px;
        font-weight: 600;
        color: #08975D;
    }

    .news_list_wrap {
        padding: 0 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 60px;
    }

    .news_item,
    .news_gradation {
        width: 100%;
        height: auto;
    }

    .news_text {
        left: 10px;
        bottom: 10px;
    }

    .news_list_title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .news_date {
        font-size: 7px;
        line-height: 5px;
    }

    .paging img {
        width: 14px;
        height: auto;
    }

    .paging {
        gap: 20px;
        margin-bottom: 106px;
    }

    .paging span,
    .paging a {
        font-size: 14px;
    }

    .news_detail_wrap {
        padding: 103px 30px 0;
    }

    .news_detail_subtitle {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .news_detail_title {
        font-size: 22px;
        line-height: 30px;
    }

    .news_detail_date {
        font-size: 13px;
        line-height: 35px;
        margin-top: 3px;
    }

    .news_detail_line {
        margin: 15px 0 35px;
        height: 0.5px;
        opacity: 0.5;
    }

    .news_detail_body {
        padding: 0 30px;
    }

    .news_detail_body p {
        font-size: 13px;
        line-height: 22px;
    }

    .news_back {
        margin: 80px 0 150px;
        width: 162px;
    }

    .news_block.type-paragraph + .news_block.type-image,
    .news_block.type-image + .news_block.type-paragraph {
        margin-top: 35px;
    }

    .news_block.type-image + .news_block.type-image {
        margin-top: 20px;
    }
}