.kit-video-list-box {
    padding: 10px 20px 20px;
}

.kit-three-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.video-list-box1_1>*:first-child,
.video-list-box1_2>*:first-child,
.video-list-box1_3>*:first-child,
.video-list-box2 .kit-video-card--type3,
.video-list-box4_1 .kit-video-card--type3 {
    grid-column: span 2;
}

.kit-three-container .video-list-box2,
.video-list-box4_1 {
    grid-column: span 2;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.kit-three-container .video-list-box2 .kit-video-card,
.video-list-box4_1 .kit-video-card {
    border-bottom: 1px solid #696969;
    padding: 10px;
}

.kit-carousel {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
    overflow: hidden;
}

.kit-carousel-slides {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.kit-carousel-slide {
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0;
    color: white;
    position: relative;
}

.kit-carousel-slide .kit-video-card__title {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin: 0;
    color: #fff;
}

.kit-carousel-slide .kit-video-card__icon-box {
    height: 100%;
    width: 100%;
}

.kit-carousel-slide .kit-video-card__play-overlay {
    display: none;
}

.kit-carousel-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 28px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 20;
}

.prev {
    left: 0;
    background-image: url(../../images/left.b08eda9.png);
}

.next {
    right: 0;
    background-image: url(../../images/right.1c52cc8.png);
}

.kit-carousel-indicators {
    display: none;
}

.kit-video-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.kit-video-grid .kit-video-card {
    padding: 10px;
}

.kit-video-grid .kit-video-card:nth-child(n+4) {
    border-top: 1px solid #696969;
}

.kit-video-grid .kit-video-card__play-overlay,
.video-list-box2 .kit-video-card__play-overlay {
    display: none;
}

.kit-carousel-slide .kit-video-card__title,
.kit-video-card--first_child .kit-video-card__title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #fff;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kit-carousel-slide .kit-video-card__watch-btn,
.kit-video-card--first_child .kit-video-card__watch-btn {
    position: absolute;
    bottom: 30px;
    left: 8px;
    color: #fff;
    max-height: 24px;
    height: auto;
}

.kit-video-card--first_child .kit-video-card__play-overlay,
.video-list-box4_2 .kit-video-card--type2 .kit-video-card__play-overlay {
    display: inline-block;
}

.video-list-box3 {
    grid-template-columns: repeat(2, 1fr);
}

.video-list-box2 .kit-video-card--type3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
}

.video-list-box3_1,
.video-list-box3_2,
.video-list-box3_3,
.video-list-box3_4 {
    grid-template-columns: repeat(6, 1fr);
}

.video-list-box4_2 .kit-video-card {
    grid-column: span 2;
}

.video-list-box4_3 .kit-video-card {
    border-bottom: 1px solid #696969;
}

.video-list-box4_2 .kit-video-card--type2 {
    border-bottom: 1px solid #696969;
    padding: 5px 0;
}

.video-list-box4_2 .kit-video-card--type3 .kit-video-card__icon-box {
    min-width: 50%;
    aspect-ratio: 1.5;
}

.video-list-box4_2 .kit-video-card--type3 .kit-video-card__watch-btn,
.video-list-box4_2 .kit-video-card--type3 .kit-video-card__decrip {
    display: none;
}

.video-list-box4_2 .kit-video-card--type3 .kit-video-card__title {
    max-height: 45px;
    white-space: wrap;
}

.video-list-box4_3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}

.view-button {
    padding: 10px 0;
    text-align: center;
}

.view-more-btn {
    color: whitesmoke;
    border: none;
    padding: 4px 16px;
 
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
}

.view-more-btn:hover {
    background-color: #f5a9c9;
}

.kit-video-card--type3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
}

.kit-video-card--type3 .kit-video-card__icon-box {
    width: 30%;
    aspect-ratio: 1;
}

.kit-video-card--type3 .kit-video-card__info {
    width: -webkit-calc(70% - 5px);
    width: calc(70% - 5px);
    position: relative;
}

.kit-video-card--type3 .kit-video-card__decrip {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    height: -webkit-calc(13px *10);
    height: calc(13px *10);
    font-size: 13px;
    line-height: 13px;
    padding: 0 5px;
}

@media screen and (max-width:900px) {
    .kit-video-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .kit-carousel {
        grid-column: span 3;
        grid-row: span 3;
    }

    .kit-carousel-slides {
        height: 400px;
    }

    .kit-video-sidebar-box {
        display: none;
    }

    .kit-video-list-box {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .kit-video-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .kit-carousel {
        grid-column: span 2;
        grid-row: span 2;
    }

    .kit-carousel-slides {
        height: 220px;
    }

    .kit-three-container {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .kit-three-container .video-list-box2,
    .video-list-box4_1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .video-list-box3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .video-list-box3_1,
    .video-list-box3_2,
    .video-list-box3_3,
    .video-list-box3_4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .kit-video-card--first_child .kit-video-card__icon-box {
        height: 254px;
    }

    .kit-video-list-box {
        padding: 5px;
    }

    .kit-video-card--type3 .kit-video-card__decrip {
        -webkit-line-clamp: 6;
        overflow: hidden;
        line-height: 15px;
        height: -webkit-calc(15px *6);
        height: calc(15px *6);
    }
}
