.cl-info {
    background-color: #efefef;
}

.cl-info h2 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.2rem;
    color: #001432;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cl-info h2 span {
    color: var(--main-colorC);
    line-height: 1;
}

.cl-info .notice {
    color: var(--sub-colorC);
    border: 2px solid var(--sub-colorC);
    font-size: 20px;
    padding: 20px 30px;
}



/* ====================================================
# 課程
==================================================== */

.labTitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.room {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: #64A8FF;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.room span {
    font-size: 28px;
    color: #001432;
}

.labCard {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #001432;
    background-color: #F4F9FF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.labCard h5 {
    font-weight: 700;
    color: #001432;
}

.labCard .session-img {
    width: 40px;
}

.labCard .spkers-group .sp-desc::before {
    display: none;
}

.labCard .sp-desc {
    font-size: 15px;
}


.labBreak {
    text-align: center;
    padding: 10px;
    color: #001432;
    font-size: 18px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}


.lab-txt {
    margin-bottom: 5px;
    height: 52px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #001432;
}

.lab-txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

@media (max-width:768px) {
    .xs-hide {
        display: none;
    }
}