div.block34334 .textBox {
    background-color: var(--color-match-setting1)
}

div.block34334 .nameBox a {
    color: var(--color-match-setting2)
}

div.block34334 .nameBox {
    color: var(--color-match-setting2)
}

div.block34334 .line {
    border-color: var(--color-match-setting2)
}

div.block34334 .docsBox {
    color: var(--color-match-setting2)
}

.block34334 {
    min-height: 50px;
    width: 100%;
}

.block34334 .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.block34334 .tile {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.block34334 .imgBox {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.block34334 .imgBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.block34334 .textBox {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block34334 .textBox .mask {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.block34334 .containBox {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.block34334 .nameBox {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    cursor: pointer;
}

.block34334 .banner-name>h1,
.block34334 .banner-name>h2,
.block34334 .banner-name>h3,
.block34334 .banner-name>h4,
.block34334 .banner-name>h5,
.block34334 .banner-name>h6 {
    color: var(--color-match-ellipses-title-setting1)!important;
}

.block34334 .banner-docs>.paragraph1,
.block34334 .banner-docs>.paragraph2,
.block34334 .banner-docs>.paragraph3 {
    color: var(--color-match-ellipses-docs-setting1)!important;
}

.block34334 .line {
    width: calc(100% - 2px);
    border: solid 0.5px;
    margin: 15px 0;
}

.block34334 .docsBox {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    word-break: break-word;
    font-size: 14px;
    line-height: 16px;
}

.block34334 .docsBox a {
    color: inherit;
}

.block34334 .moreBtn {
    display: none;
}

@media (max-width: 1200px) {
    .block34334 .docsBox {
        -webkit-line-clamp: 5;
    }
}

@media screen and (max-width: 992px) {
    .block34334 .wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .block34334 .tile {
        aspect-ratio: 1 / 2;
    }

    .block34334 .imgBox {
        height: 50%;
    }

    .block34334 .textBox {
        width: 100%;
        height: 50%;
        opacity: 1;
        top: 100%;
        position: unset;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .block34334 .docsBox {
        -webkit-line-clamp: 4;
    }
    .block34334 .containBox {
        width: calc(100% - 20px);
    }
}

@media (max-width: 620px) {
    .block34334 .docsBox {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 550px) {
    .block34334 .wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .block34334 .textBox {
        width: 100%;
        height: 100%;
        opacity: 1;
        top: 100%;
        position: unset;
        text-align: center;
    }

    .block34334 .containBox {
        width: calc(100% - 10px);
        height: calc(100% - 30px);
        padding: 15px 5px;
    }

    .block34334 .nameBox {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
    }

    .block34334 .docsBox {
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 370px) {
    .block34334 .docsBox {
        -webkit-line-clamp: 2;
    }
}