.expboxver {
    margin-top: 45px;
}

.expboxver .center {
    max-width: 1530px;
    padding: 0;
    align-items: flex-start;
}

.expboxver .gallery {
    max-width: calc(50%);
    margin: 40px;
    flex: auto;
    min-width: 320px;
}

.expboxver .gallery .slick-list {
    margin: 0 -19px;
}

.expboxver .gallery img {
    margin: 0 19px;
    border-radius: 5px;
}

.expboxver .infobox {
    width: 200px;
    margin: 35px;
    flex: auto;
}

.expboxver .infobox h4 {
    font-size: 19px;
    color: var(--main-color);
    font-weight: 400;
}

.expboxver .infobox h3 {
    font-size: 43px;
    color: var(--darker);
    font-weight: 800;
    margin-top: -5px;
}

.expboxver .text>p {
    font-size: 17px;
    color: #777c7f;
    line-height: 1.8em;
    margin-top: 25px;
    max-width: 77%;
}

.expboxver .list {
    max-width: 90%;
    margin-top: 40px;
    margin-left: auto;
    border: 1px solid #e5eaea;
    padding: 27px 0 27px 0;
    display: flex !important;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 0 24px rgb(0 0 0 / 5%);
}

.expboxver .list .slick-list {
    margin-left: -10%;
    padding-right: 70px;
}

.expboxver .list .item {
    height: 68px;
    border-radius: 68px;
    align-items: center;
    display: flex !important;
    margin: 14px 0;
    border: 1px solid #e5eaea;
    padding: 6px;
    background-color: var(--white);
}

.expboxver .list .item i {
    height: 55px;
    font-size: 25px;
    color: var(--db);
    min-width: 55px;
    border: 1px solid var(--main-color);
}

.expboxver .list .item p {
    margin-left: 20px;
    font-size: 17px;
    font-weight: 600;
}

.expboxver .list button {
    position: absolute;
    right: 26px;
    margin-top: -45px;
    font-size: 0;
    height: 30px;
    z-index: 100;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.expboxver .list button:hover {
    opacity: 0.8;
}

.expboxver .list button:before {
    content: "\e0e2";
    font-size: 28px;
    color: #c0c0c0;
}

.expboxver .list button.slick-next {
    margin-top: 45px;
}

.expboxver .list button.slick-next:before {
    content: "\e0b8";
}

/* rwd */

@media (max-width:1170px) {
    .expboxver .gallery {
        width: 30%;
        max-width: 40%;
    }
}

@media (max-width:990px) {
    .expboxver .text>p {
        max-width: 100% !important;
    }
}

@media (max-width:880px) {
    .expboxver .center {
        flex-wrap: wrap;
    }

    .expboxver .center>* {
        width: calc(100% - 70px);
        max-width: calc(100% - 70px);
    }
}

@media (max-width:460px) {
    .expboxver .list .slick-list {
        padding-right: 30px;
    }

    .expboxver .list .item p {
        font-size: 15px;
    }

    .expboxver .gallery img,
    .expboxver .gallery .slick-list {
        margin: 0;
    }

    .expboxver .gallery {
        min-width: calc(100% - 70px);
    }
}