.section-tab__item:last-of-type:after{
    display: none;
}
.list-school{
    padding-bottom: 1.25rem;
}
.blog-search .search-kanto {
    padding-bottom: 0;
    border-bottom: 1px solid #f5f5f6;
}
/* chage icon 1119 */
.header .menu-top__list .menu-list .items:nth-child(1):before {
    background-image: url(../images/icon/icon-bg-arrow.svg);
}
/* ECE Information Category Link */
.section-information__pul--time .time-txt a{
    color: #586166;
    font-size: 12px;
}

.header .logo {
    padding-left: 32px;
}
.about-ece-group-page .header .navbar .logo img, .guide-page .header .navbar .logo img, .home-page .header .navbar .logo img, .new-page .header .navbar .logo img {
    filter: unset;
}

@media screen and (max-width: 767px){
    .header .logo img {
        width: 25%;
    }
    .video-top {
        height: 50vh;
    }
    .video-top .img-poster {
        height: auto;
    }
    .video-top .section-banner__play .txt-video {
        padding: 10px 0;
    }
}

/*style css body*/
body {
    scroll-behavior: smooth;
}
body.overflow {
    overflow: hidden;
}

.header .menu-top {
    height: 998px;
}

.section-sliders {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-sliders__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    justify-content: space-between;
}
.section-sliders__inner .item a {
    color: #000;
}
.section-sliders .section-sliders__img {
    overflow: hidden;
    border-radius: 4px;
}
.section-sliders__inner .item a:hover {
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.3s;
}
.section-sliders__inner .item p {
    padding-top: 10px;
    font-weight: 500;
    margin-bottom: 0;
}
@media screen and (min-width: 576px) {
    .about-kyoshin .history-kyoshin__table {
        max-width: 40rem;
    }
}
@media screen and (min-width: 768px) {
    .section-sliders {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .section-sliders__inner {
        padding-top: 60px;
    }
    .section-sliders__items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 24px;
    }
    .section-sliders p {
        padding-top: 15px;
    }
    .section-sliders .section-sliders__img img {
        transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .section-sliders .item a:hover .section-sliders__img img {
        transform: scale(1.1);
    }
}