.section {
    padding: 79px 0 130px;
}

.section .wrap .common_title {
    text-align: center;
}

.section .wrap .list {
    margin: 50px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.section .wrap .list .item .item_box {
    display: block;
    height: 400px;
    background: #F7F9FA;
    border-radius: 10px;
    transition: 0.6s;
    box-shadow: 0px 5px 30px 0px rgba(17, 47, 88, 0);
}

.section .wrap .list .item .item_box .img {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .list .item .item_box .img img {
    display: block;
    max-width: 70%;
    max-height: 80%;
    transition: 3s;
}

.section .wrap .list .item .item_box .item_text_box {
    padding: 0 76px;
    text-align: center;
}

.section .wrap .list .item .item_box .item_text_box .item_title {
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .wrap .list .item .item_box .item_text_box .item_text {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .list .item .item_box:hover {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(17, 47, 88, 0.1);
}

.section .wrap .list .item .item_box:hover .img img {
    transform: scale(1.1);
}

/*# sourceMappingURL=product.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 4.1145833333vw 0px 6.7708333333vw;
    }

    .section .wrap .list {
        margin: 2.6041666667vw 0px 0px;
        gap: 2.0833333333vw;
    }

    .section .wrap .list .item .item_box {
        height: 20.8333333333vw;
        border-radius: 0.5208333333vw;
        box-shadow: rgba(17, 47, 88, 0) 0px 0.2604166667vw 1.5625vw 0px;
    }

    .section .wrap .list .item .item_box .img {
        height: 13.5416666667vw;
    }

    .section .wrap .list .item .item_box .item_text_box {
        padding: 0px 3.9583333333vw;
    }

    .section .wrap .list .item .item_box .item_text_box .item_title {
        font-size: 1.0416666667vw;
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .list .item .item_box .item_text_box .item_text {
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
    }

    .section .wrap .list .item .item_box:hover {
        box-shadow: rgba(17, 47, 88, 0.1) 0px 0.2604166667vw 1.5625vw 0px;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0;
    }
    .section .wrap .list {
        margin: 40px 0 0;
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
    .section .wrap .list .item .item_box {
        height: unset;
    }

    .section .wrap .list .item .item_box {
        border-radius: 6px;
        padding: 0 20px 40px;
    }
    .section .wrap .list .item .item_box .img {
        height: 200px;
    }
    .section .wrap .list .item .item_box .line {
        margin-bottom: 25px;
    }
    .section .wrap .list .item .item_box .item_text_box .item_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section .wrap .list .item .item_box .item_text_box .item_text {
        font-size: 15px;
        line-height: 26px;
        height: 52px;
    }
}
