.section {
    padding: 62px 0 71px;
}

.section .wrap {
    width: 1480px;
    margin: 0 auto;
}

.section .wrap .title {
    font-weight: 800;
    font-size: 36px;
    color: #111111;
    margin-bottom: 28px;
}

.section .wrap .select_box {
    margin-bottom: 74px;
}

.section .wrap .select_box .select_box_row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #EFEEEC;
}

.section .wrap .select_box .select_box_row h5 {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 36px;
    width: 100px;
}

.section .wrap .select_box .select_box_row .select_box_row_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 62px;
    width: calc(100% - 100px);
}

.section .wrap .select_box .select_box_row .select_box_row_box p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    cursor: pointer;
    transition: 0.6s;
}

.section .wrap .select_box .select_box_row .select_box_row_box p:hover, .section .wrap .select_box .select_box_row .select_box_row_box p.on {
    color: #F7BD23;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 80px;
    margin-bottom: 50px;
}

.section .wrap .list .item {
    width: 700px;
}

.section .wrap .list .item .item_box {
    display: block;
    width: 100%;
    background: #F7F6F4;
    border-radius: 10px;
    padding: 0 0 37px;
    transition: 0.6s;
}

.section .wrap .list .item .item_box .img {
    border-radius: 10px;
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.section .wrap .list .item .item_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .item_box h5 {
    margin: 30px 37px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 22px;
    color: #111111;
    transition: 0.6s;
}

.section .wrap .list .item .item_box p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 0 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}

.section .wrap .list .item .item_box:hover {
    background: #F7BD23;
}

.section .wrap .list .item .item_box:hover .img img {
    transform: scale(1.1);
}

.section .wrap .list .item .item_box:hover h5, .section .wrap .list .item .item_box:hover p {
    color: #FFFFFF;
}

/*# sourceMappingURL=case.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 3.2291666667vw 0px 3.6979166667vw;
    }

    .section .wrap {
        width: 77.0833333333vw;
    }

    .section .wrap .title {
        font-size: 1.875vw;
        margin-bottom: 1.4583333333vw;
    }

    .section .wrap .select_box {
        margin-bottom: 3.8541666667vw;
    }

    .section .wrap .select_box .select_box_row {
        padding: 0.625vw 0px;
    }

    .section .wrap .select_box .select_box_row h5 {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        width: 5.2083333333vw;
    }

    .section .wrap .select_box .select_box_row .select_box_row_box {
        gap: 0px 3.2291666667vw;
        width: calc(100% - 5.208333333vw);
    }

    .section .wrap .select_box .select_box_row .select_box_row_box p {
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .section .wrap .list {
        gap: 3.125vw 4.1666666667vw;
        margin-bottom: 2.6041666667vw;
    }

    .section .wrap .list .item {
        width: 36.4583333333vw;
    }

    .section .wrap .list .item .item_box {
        border-radius: 0.5208333333vw;
        padding: 0px 0px 1.9270833333vw;
    }

    .section .wrap .list .item .item_box .img {
        border-radius: 0.5208333333vw;
        height: 22.9166666667vw;
    }

    .section .wrap .list .item .item_box h5 {
        margin: 1.5625vw 1.9270833333vw 0.5208333333vw;
        font-size: 1.1458333333vw;
    }

    .section .wrap .list .item .item_box p {
        font-size: 0.8333333333vw;
        margin: 0px 1.9270833333vw;
    }
}

@media screen and (max-width: 768px) {
    .section .wrap {
        width: 90%;
    }
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .section .wrap .select_box .select_box_row h5 {
        font-size: 16px;
        width: 60px;
        line-height: 40px;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box {
        width: calc(100% - 60px);
    }
    .section .wrap .select_box .select_box_row {
        padding: 15px 0;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box p {
        font-size: 14px;
        line-height: 20px;
        min-width: 80px;
        position: relative;
        z-index: 23;
    }
    .section .wrap .select_box {
        margin-bottom: 40px;
    }
    .section .wrap .list {
        gap: 40px;
        margin-bottom: 50px;
    }

    .section .wrap .list .item {
        width: 100%;
    }
    .section .wrap .list .item .item_box {
        border-radius: 6px;
        padding: 0 0 37px;
    }
    .section .wrap .list .item .item_box .img {
        border-radius: 6px;
        height: 55vw;
    }
    .section .wrap .list .item .item_box h5 {
        margin: 20px 20px 15px;
        font-size: 18px;
    }
    .section .wrap .list .item .item_box p {
        font-size: 16px;
        margin: 0 20px;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box {
        position: relative;
        gap: 20px 10px;
        align-items: unset;
        padding: 10px 0 0;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box .select_btn {
        display: block !important;
        width: 100%;
        height: 20px;
        position: absolute;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box .select_btn::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #000;
        right: 10px;
        transition: 0.6s;
        top: 9px;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box p:not(:nth-child(1),:nth-child(2),:nth-child(3)) {
        display: none;
    }
    .section .wrap .select_box .select_box_row:nth-child(2) .select_box_row_box p:nth-child(2) {
        margin-right: 20px;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box p:nth-child(3) {
        min-width: unset;
    }
    .section .wrap .select_box .select_box_row:nth-child(2) .select_box_row_box p:nth-child(3) {
        display: none;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box.on p {
        display: block !important;
    }
    .section .wrap .select_box .select_box_row .select_box_row_box.on .select_btn::after {
        transform: rotate(180deg);
    }
    html[lang='en'] .section .wrap .select_box .select_box_row {
        justify-content: space-between;
    }
    html[lang='en'] .section .wrap .select_box .select_box_row .select_box_row_box {
        width: calc(100% - 80px);
    }
}
