.block36984 {
    width: 100%;
}

.block36984 .wrapper:not(.slick-slider) li:nth-of-type(n+5) {
    display: none;
}

.block36984 .titleBox {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.block36984 div .tile:hover .textBox .title h3 {
    color: var(--color-match-setting2);
}

.block36984 div .tile:hover .textBox .title {
    color: var(--color-match-setting2);
}

.block36984 div .prev:hover i {
    color: var(--color-match-setting2);
}

.block36984 div .next:hover i {
    color: var(--color-match-setting2);
}

.block36984 div .tile .title h3 {
    color: var(--color-match-setting1);
}

.block36984 div .tile .title {
    color: var(--color-match-setting1);
}

.block36984 div .next i {
    color: var(--color-match-setting1);
}

.block36984 div .prev i {
    color: var(--color-match-setting1);
}

.block36984 div .line {
    border-color: var(--color-match-setting1);
}

.block36984 .buttonBox {
    display: flex;
    width: 110px;
}

.block36984 .prev,
.block36984 .next {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 54px;
    cursor: pointer;

}

.block36984 .line {
    width: 0px;
    height: 28px;
    border-left: solid 1px #151515;
    opacity: 0.2;
}


.block36984 .prev i,
.block36984 .next i {
    font-size: 16px;
    color: #151515;
    line-height: 28px;
    transition: .3s;
}

.block36984 .wrapper {
    width: 100%;
    display: flex;
}

.block36984 .tile {
    padding: 0 15px;
    width: calc(25% - 30px);
    position: relative;
    outline: none;
}

.container .block36984 .imgBox {
    height: 207px;
}

.block36984 .imgBox {
    width: 100%;
    position: relative;
    height: 273px;
}

.block36984 .imgBox a {
    outline: none;
}

.block36984 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block36984 .imgBox::before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -20px, 0);
    transition: all .3s ease;
}

.block36984 .textBox {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: 100%;
    max-width: 85%;
    transform: translate3d(-50%, 0, 0);
    transition-duration: .3s;
    transition-property: transform, top;
    transition-timing-function: ease;
    z-index: 1;
}

.block36984 .tile .title {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.625;
    font-weight: 700;
    color: #151515;
    text-align: center;
    word-break: break-word;
    transition-duration: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.block36984 .tile:hover .imgBox::before {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.block36984 .tile:hover .textBox {
    top: 50%;

    transform: translate3d(-50%, -50%, 0);
}

.block36984 .tile:hover .textBox .title {
    color: #b62e26;
    letter-spacing: .5em;
}

.block36984 .imgMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    outline: none;
}

.block36984 .textWra {
    opacity: 0;
    max-width: 85%;
    margin: 20px auto 0;
}

.block36984 .imgWra {
    position: relative;
}



/* Slider */
.block36984 .slick-slider {
    position: relative;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.block36984 .slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.block36984 .slick-list:focus {
    outline: none;
}

.block36984 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.block36984 .slick-slider .slick-track,
.block36984 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.block36984 .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block36984 .slick-track:before,
.block36984 .slick-track:after {
    display: table;

    content: '';
}

.block36984 .slick-track:after {
    clear: both;
}

.block36984 .slick-loading .slick-track {
    visibility: hidden;
}

.block36984 .slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .block36984 .slick-slide {
    float: right;
}

.block36984 .slick-slide img {
    display: block;
}

.block36984 .slick-slide.slick-loading img {
    display: none;
}

.block36984 .slick-slide.dragging img {
    pointer-events: none;
}

.block36984 .slick-initialized .slick-slide {
    display: block;
}

.block36984 .slick-loading .slick-slide {
    visibility: hidden;
}

.block36984 .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.block36984 .slick-arrow.slick-hidden {
    display: none;
}



@media screen and (max-width:1200px) {
    .block36984 .wrapper:not(.slick-slider) li:nth-of-type(n+4) {
        display: none;
    }
    .block36984 .tile {
        width: 33%;
    }
    .block36984 .titleBox {
        margin: 0 10px 30px;
        width: calc(100% - 20px);
    }

    .block36984 .tile {
        padding: 0 10px;
    }

    .block36984 .imgBox {
        height: 251px;
    }

    .container .block36984 .imgBox {
        height: 251px;
    }
}

@media screen and (max-width:1000px) {
    .block36984 .wrapper:not(.slick-slider) li:nth-of-type(n+3) {
        display: none;
    }
    .block36984 .tile {
        width: 50%;
    }
    .block36984 .imgBox::before {
        display: none;
    }

    .block36984 .imgMask {
        display: none;
    }

    .block36984 .imgBox {
        height: 284px;
    }

    .container .block36984 .imgBox {
        height: 284px;
    }

    .block36984 .textWra {
        opacity: 1;
        max-width: unset;
        padding: 20px 10px 0;
        width: calc(100% - 20px);
        margin-top: 0;
    }

    .block36984 .textBox {
        position: unset;
        transform: none;
        max-width: unset;
        padding: 20px 10px;
        width: calc(100% - 20px);
        display: none;
    }

    .block36984 .tile:hover .textBox {
        transform: none;
    }

    .block36984 .tile:hover .textBox .title {
        letter-spacing: .2em;
    }
}

@media screen and (max-width:600px) {
    .block36984 .wrapper:not(.slick-slider) li:nth-of-type(n+2) {
        display: none;
    }
    .block36984 .tile {
        width: 100%;
    }
    .block36984 .titleBox {
        align-items: center;
        flex-direction: column;
    }


    .block36984 .imgBox {
        height: 276px;
    }

    .container .block36984 .imgBox {
        height: 276px;
    }
}