.crumbs_links {
    top: 80px;
    transition: 0.6s ease;
}

.crumbs_links.on {
    top: 60px;
}

.section {
    padding: 160px 0 0;
}

.section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section .wrap .l_box {
    width: 1190px;
    background: #F9F9F9;
    border-radius: 10px 10px 10px 10px;
    padding: 80px 35px 75px;
}

.section .wrap .l_box .title {
    font-weight: bold;
    font-size: 30px;
    color: #000000;
}

.section .wrap .l_box .date {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 20px 0 0;
}

.section .wrap .l_box .line {
    width: 100%;
    height: 1px;
    background: #EAECEE;
    margin: 19px 0 46px;
}

.section .wrap .l_box .content {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 2;
    padding: 0 27px 0 0;
}

.section .wrap .r_box {
    width: 380px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.section .wrap .r_box .item {
    display: block;
    width: 380px;
}

.section .wrap .r_box .item .item_box {
    width: 100%;
    height: 480px;
    background: #F9F9F9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.6s;
}

.section .wrap .r_box .item .item_box .item_top {
    padding: 46px 30px 0;
}

.section .wrap .r_box .item .item_box .item_top .date {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .r_box .item .item_box .item_top .item_title {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    margin: 30px 0 20px;
    height: 60px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .r_box .item .item_box .item_top .item_des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.section .wrap .r_box .item .item_box .item_img {
    width: 100%;
    height: 220px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    transition: 1s;
    clip-path: inset(40% 0 0 0);
}

.section .wrap .r_box .item .item_box .item_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .r_box .item .item_box:hover {
    background: #005FD5;
}

.section .wrap .r_box .item .item_box:hover .item_top .date, .section .wrap .r_box .item .item_box:hover .item_top .item_title, .section .wrap .r_box .item .item_box:hover .item_top .item_des {
    color: #FFFFFF;
}

.section .wrap .r_box .item .item_box:hover .item_img {
    clip-path: inset(0 0 0 0);
}

.page_section {
    padding: 25px 0;
    border-top: 1px solid #EAECEE;
    margin: 77px 0 0;
}

.page_section .wrap {
    display: flex;
    justify-content: space-between;
}

.page_section .wrap a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 40%;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_section .wrap a:hover {
    color: #005FD5;
}

@media screen and (max-width: 1919px) {
    .crumbs_links {
        top: 4.1666666667vw;
    }

    .crumbs_links.on {
        top: 3.125vw;
    }

    .section {
        padding: 8.3333333333vw 0px 0px;
    }

    .section .wrap .l_box {
        width: 61.9791666667vw;
        border-radius: 0.5208333333vw;
        padding: 4.1666666667vw 1.8229166667vw 3.90625vw;
    }

    .section .wrap .l_box .title {
        font-size: 1.5625vw;
    }

    .section .wrap .l_box .date {
        font-size: 0.8333333333vw;
        margin: 1.0416666667vw 0px 0px;
    }

    .section .wrap .l_box .line {
        margin: 0.9895833333vw 0px 2.3958333333vw;
    }

    .section .wrap .l_box .content {
        font-size: 0.9375vw;
        padding: 0px 1.40625vw 0px 0px;
    }

    .section .wrap .r_box {
        width: 19.7916666667vw;
        gap: 1.5625vw;
    }

    .section .wrap .r_box .item {
        width: 19.7916666667vw;
    }

    .section .wrap .r_box .item .item_box {
        height: 25vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .r_box .item .item_box .item_top {
        padding: 2.3958333333vw 1.5625vw 0px;
    }

    .section .wrap .r_box .item .item_box .item_top .date {
        font-size: 0.8333333333vw;
    }

    .section .wrap .r_box .item .item_box .item_top .item_title {
        font-size: 1.1458333333vw;
        line-height: 1.5625vw;
        margin: 1.5625vw 0px 1.0416666667vw;
        height: 3.125vw;
    }

    .section .wrap .r_box .item .item_box .item_top .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
    }

    .section .wrap .r_box .item .item_box .item_img {
        height: 11.4583333333vw;
        border-radius: 0px 0px 0.5208333333vw 0.5208333333vw;
    }

    .page_section {
        padding: 1.3020833333vw 0px;
        margin: 4.0104166667vw 0px 0px;
    }

    .page_section .wrap a {
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .section .wrap .r_box {
        display: none;
    }
    .section {
        padding: 80px 0 30px;
    }
    .section .wrap .l_box {
        width: 100%;
        border-radius: 6px;
        padding: 0;
        background: unset;
    }
    .section .wrap .l_box .date {
        font-size: 15px;
        margin: 20px 0 0;
    }
    .section .wrap .l_box .line {
        margin: 15px 0 30px;
    }
    .section .wrap .l_box .content {
        font-size: 15px;
        padding: 0;
    }
    .section .wrap .l_box .title {
        font-size: 20px;
    }
    .page_section {
        margin: 0;
        padding: 20px 0;
    }
    .page_section .wrap {
        display: block;
    }
    .page_section .wrap a {
        font-size: 15px;
        width: 100%;
    }
    .page_section .wrap a:nth-last-child(1) {
        margin: 15px 0 0;
    }
}
