.proList1 {
    padding: 0 1.0416666667vw 7.34375vw 1.0416666667vw
}

.proList1 .wrap .cut {
    margin: 5.6770833333vw 0 0 0;
    display: flex;
    align-items: center;
    gap: 12px
}

.proList1 .wrap .cut .list {
    width: 19.0625vw;
    height: 78px;
    border-radius: 8px;
    border: 1px solid #C6C6C6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    font-family: 'BMWTypeWebBoldAll', sans-serif;
    cursor: pointer;
    transition: .6s ease
}

.proList1 .wrap .cut .list.on {
    background: #FFFFFF;
    border: 1px solid #FFFFFF
}

.proList1 .wrap .content {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 3.125vw .7291666667vw;
    margin: 3.8541666667vw 0 0 0
}

.proList1 .wrap .content .item {
    width: 100%
}

.proList1 .wrap .content .item .img {
    height: 27.0833333333vw;
    background: #FFFFFF;
    border-radius: .625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 1s
}

.proList1 .wrap .content .item .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.proList1 .wrap .content .item .img:hover {
    background: rgba(0, 0, 0, 0.1)
}

.proList1 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.proList1 .wrap .content .item .img:hover .position {
    opacity: 1
}

.proList1 .wrap .content .item .img img {
    transition: 1s
}

.proList1 .wrap .content .item .img .position {
    position: absolute;
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 10px;
    bottom: 0;
    opacity: 0;
    transition: 1s
}

.proList1 .wrap .content .item .img .position .list {
    width: 100%;
    height: 63px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #333333
}

.proList1 .wrap .content .item .img img {
    max-width: 90%;
    max-height: 90%;
    transition: 1s
}

.proList1 .wrap .content .item .text {
    margin: 40px 0 0 0
}

.proList1 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #1A1A1A;
    margin: 0 0 7px;
    font-family: 'BMWTypeWebBoldAll', sans-serif
}

.proList1 .wrap .content .item .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #888888
}

@media screen and (max-width: 1919px) {
    .proList1 .wrap .cut{
        gap: 0.625vw;
    }
    .proList1 .wrap .cut .list{
        height: 4.0625vw;
        border-radius: 0.4166666667vw;
        font-size: 0.9375vw;
    }
    .proList1 .wrap .content .item .img .position{
        padding: 0.5208333333vw;
        gap: 0.5208333333vw;
    }
    .proList1 .wrap .content .item .img .position .list{
        height: 3.28125vw;
        border-radius: 0.2083333333vw;
        font-size: 0.7291666667vw;
    }
    .proList1 .wrap .content .item .text{
        margin: 2.0833333333vw 0px 0px;
    }
    .proList1 .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.3645833333vw;
    }
    .proList1 .wrap .content .item .text .p2{
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .proList1 .wrap .cut{
        flex-wrap: wrap;
        gap: 10px 13px;
        margin: 20px 0 0 0;
    }
    .proList1 .wrap .cut .list {
        width: fit-content;
        padding: 11px 14px;
        border-radius: 7px;
        font-size: 12px;
        height: auto;
    }
    .proList1 .wrap .content{
        margin: 25px 0 0 0 ;
        gap: 30px;
        grid-template-columns: repeat(1,1fr);
    }
    .proList1{
        padding: 0 5% 40px 5%;
    }
    .proList1 .wrap .content .item .img{
        height: auto;
        border-radius: 12px;
        padding: 30px 0;
    }
    .proList1 .wrap .content .item .img img{
        width: 50%;
    }
    .proList1 .wrap .content .item .text{
        margin: 16px 0 0 0;
    }
    .proList1 .wrap .content .item .text .p1{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .proList1 .wrap .content .item .text .p2{
        font-size: 13px;
    }
    .proList1 .wrap .content .item .text .p1{
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .proList1 .wrap .content .item .img .position .list{
        height: 45px;
        font-size: 12px;
        border-radius: 6px;
    }
    .proList1 .wrap .content .item .img .position{
        padding: 5px;
        gap: 5px;
    }
}
