.mt-7s {
    margin-top: 7px !important;
    font-weight: bold;
    color: #666;
}
.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
@media (max-width: 48rem) {
    .cut {
        display:none;
    }
}

@media screen and (min-width: 992px){
    #carouselIndicators {
        margin-top: 90px;
    }
}

/*logo牆==START*/
.mt-7s {
    margin-top: 7px !important;
    font-weight: bold;
    color: #666;
    font-size: 0.8em;
}

@keyframes infiniteLoop {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-150px * 8));
    }
}

.brandsCarousel {
    width: calc(150px * 16);
    min-width: 100%;
    max-height: 200px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.brandsCarousel::before,
.brandsCarousel::after {
    content: "";
    width: 180px;
    height: 180px;
    background: linear-gradient(to right, rgba(250, 250, 240, 1) 0%, rgba(250, 250, 240, 0) 100%);
    position: absolute;
    z-index: 2;
}

.brandsCarousel::before {
    top: 0;
    left: 0;
}

.brandsCarousel::after {
    top: 0;
    right: 0;
    transform: rotateZ(180deg);
}

.carouselTrack {
    animation: infiniteLoop 30s linear infinite;
    animation-direction: alternate;
}

.carouselTrack.odd {
    width: 100%;
    animation: infiniteLoop 30s linear infinite;
    animation-direction: alternate-reverse;
}

.brandLogo {
    width: 180px;
    height: 180px;
    align-items: center;
    margin: auto;
    overflow: hidden;
}


.brandLogo img {
    width: 150px;
    height: 150px;
}
/*logo牆==END*/

/*人才驗證服務型錄==START*/
#course-catalog {
    margin-top: -65px; 
    position: relative; 
    z-index: 100;
}

#course-catalog a {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    
}
@media screen and (max-width: 48em) {
    #course-catalog {
        margin-top: -55px; 
    }
}
/*人才驗證服務型錄==END*/