#latest-schedule h2 {
    margin-bottom: 50px;
}
#latest-schedule h2 a {
    color: #FFF;
    font-size: 2.3em;
}
#latest-schedule h2 strong {
    font-weight: 800;
}
#latest-schedule ul {
    align-items: center;
}
#latest-schedule ul > * {
    display: grid !important;
    position: relative;
    align-items: center;
    color: #FFF;
}
#latest-schedule > ul {
    grid-template-columns: 0.6fr 0.4fr;
    grid-template-rows: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 10px;
}
#latest-schedule > ul > li:nth-of-type(1) {
    grid-row: span 3;
}
#latest-schedule ul.grid > li:not(:first-child):after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
#latest-schedule ul.grid > li:last-child:after {
    display: none;
}
#latest-schedule ul.grid-2 {
    grid-template-columns: 0.18fr 0.82fr;
    column-gap: 40px;
}
#latest-schedule ul.grid-2 > li:first-child:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    right: -20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
#latest-schedule .empty {
    display: grid;
    min-height: 150px;
    text-align: center;
    color: #FFF;
    align-items: center;
    font-size: 1.5em;
}
#latest-schedule .date,
#latest-schedule .month {
    color: #6BB5F6;
    text-align: center;
    line-height: 100%;
}
#latest-schedule .date {
    font-size: 8em;
    font-weight: 500;
}
#latest-schedule .month {
    font-size: 1.8em;
}
#latest-schedule .subject {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    line-height: 30px;
    font-size: 2.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: 600;
    margin-bottom: 25px;
}
#latest-schedule .time,
#latest-schedule .manager {
    font-size: 1.3em;
}
#latest-schedule .time {
    margin-bottom: 5px;
}
#latest-schedule .time i,
#latest-schedule .manager i {
    width: 20px;
    text-align: center;
    margin-right: 3px;
}
#latest-schedule .content {
    overflow: hidden;
    font-size: 11pt;
    font-weight: 300;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-bottom: 10px;
}
#latest-schedule .btn {
    position: relative;
    display: inline-block;
    height: auto;
    line-height: 55px;
    border-radius: 55px;
    padding: 0 60px;
    font-size: 1.4em;
    background: rgb(46,51,133);
    background: linear-gradient(104deg, rgba(46,51,133,1) 0%, rgba(46,51,133,1) 31%, rgba(143,187,224,1) 84%);
    margin-top: 30px;
    overflow: hidden;
}
#latest-schedule .btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#latest-schedule .wrap {
    cursor: pointer;
}
#latest-schedule .wrap:hover .btn:before {
    background-color: rgba(0, 0, 0, 0.5);
}
#latest-schedule .btn span {
    position: relative;
    z-index: 2;
}

#latest-schedule .sub-date,
#latest-schedule .sub-subject {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#latest-schedule .sub-date {
    color: #6BB5F6;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}
#latest-schedule .sub-date small {
    display: block;
}
#latest-schedule .sub-date small i {
    margin-right: 3px;
}
#latest-schedule .sub-subject {
    font-size: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
#latest-schedule li:hover .sub-date {
    color: #FFF;
}
#latest-schedule li:hover .sub-subject {
    color: #6BB5F6;
}

@media (max-width: 1100px) {
    #latest-schedule ul.grid {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
    #latest-schedule ul.grid > li:not(:first-child):after {
        bottom: -25px;
    }
    #latest-schedule ul > * {
        height: 100%;
    }
    #latest-schedule .date {
        font-size: 3em;
        font-weight: 500;
    }
    #latest-schedule .month {
        font-size: 0.8em;
    }
    #latest-schedule .subject {
        font-size: 1.4em;
        margin-bottom: 5px;
    }
    #latest-schedule .time,
    #latest-schedule .manager {
        font-size: 0.9em;
        margin: 0;
        font-weight: 300;
    }
    #latest-schedule .content {
        font-size: 9pt;
        margin: 20px 0 0;
        line-height: 23px;
        height: 69px;
    }
    #latest-schedule .btn {
        width: 100%;
        line-height: 45px;
        height: 45px;
        font-size: 1.2em;
        margin-top: 20px;
    }
    #latest-schedule li .sub-date {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
    #latest-schedule li .sub-subject {
        font-size: 1.2em;
        line-height: 25px;
        height: 25px;
    }
}