.xs-schedule-table, .xs-schedule-table-dark, .xs-schedule-table-light {
    background: rgba(16, 16, 16, 0.9);
}

.xs-schedule-table .table, .xs-schedule-table-dark .table, .xs-schedule-table-light .table {
    margin-bottom: 0;
    width: 1110px;
}

.xs-schedule-table .table th, .xs-schedule-table-dark .table th, .xs-schedule-table-light .table th {
    padding: 0;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #222;
}

.xs-schedule-table .table thead th, .xs-schedule-table-dark .table thead th, .xs-schedule-table-light .table thead th {
    width: 145px;
    height: 85px;
    border-bottom: 1px solid #343434;
}

.xs-schedule-table .table thead th.xs-calendar-index, .xs-schedule-table-dark .table thead th.xs-calendar-index, .xs-schedule-table-light .table thead th.xs-calendar-index {
    width: 95px;
    font-size: 30px;
    line-height: 30px;
    background-color: #f63c25;
}

.xs-schedule-table .table thead th span, .xs-schedule-table-dark .table thead th span, .xs-schedule-table-light .table thead th span {
    display: block;
    border-right: 1px solid #434343;
}

.xs-schedule-table .table thead th:first-child span, .xs-schedule-table-dark .table thead th:first-child span, .xs-schedule-table-light .table thead th:first-child span, .xs-schedule-table .table thead th:last-child span, .xs-schedule-table-dark .table thead th:last-child span, .xs-schedule-table-light .table thead th:last-child span {
    border-right: 0;
}

.xs-schedule-table .table tbody th, .xs-schedule-table-dark .table tbody th, .xs-schedule-table-light .table tbody th {
    width: 95px;
    border-top: 1px solid #343433;
}

.xs-schedule-table .table tbody tr:last-child td, .xs-schedule-table-dark .table tbody tr:last-child td, .xs-schedule-table-light .table tbody tr:last-child td {
    border-bottom: 0;
}

.xs-schedule-table .table tbody tr td:last-child, .xs-schedule-table-dark .table tbody tr td:last-child, .xs-schedule-table-light .table tbody tr td:last-child {
    border-right: 0;
}

.xs-schedule-table .table tbody td, .xs-schedule-table-dark .table tbody td, .xs-schedule-table-light .table tbody td {
    position: relative;
    padding: 0;
    height: 99px;
    border: 1px solid #343433;
    text-transform: uppercase;
    text-align: center;
}

.xs-schedule-table .table tbody td .xs-schedule-info, .xs-schedule-table-dark .table tbody td .xs-schedule-info, .xs-schedule-table-light .table tbody td .xs-schedule-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-schedule-table .table tbody td .xs-schedule-info h3, .xs-schedule-table-dark .table tbody td .xs-schedule-info h3, .xs-schedule-table-light .table tbody td .xs-schedule-info h3 {
    opacity: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-schedule-table .table tbody td .xs-schedule-info h4, .xs-schedule-table-dark .table tbody td .xs-schedule-info h4, .xs-schedule-table-light .table tbody td .xs-schedule-info h4 {
    margin-top: -20px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xs-schedule-table .table tbody td .xs-schedule-info:hover, .xs-schedule-table-dark .table tbody td .xs-schedule-info:hover, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover {
    top: -23px;
    height: calc( 100% + 23px);
    z-index: 999;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    background-color: #f63c25;
}

.xs-schedule-table .table tbody td .xs-schedule-info:hover, .xs-schedule-table-dark .table tbody td .xs-schedule-info:hover, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover,
.xs-schedule-table .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h4 {
    color: #fff;
}


.xs-schedule-table .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h4,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h4 {
    margin-top: 10px;
}


.xs-schedule-table .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h3,
.xs-schedule-table-light .table tbody td .xs-schedule-info:hover h3 {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.xs-schedule-table .table tbody td .xs-schedule-info:hover span, .xs-schedule-table-dark .table tbody td .xs-schedule-info:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover span {
    color: #f63c25;
    background-color: #fff;
}

.xs-schedule-table .table tbody td p, .xs-schedule-table-dark .table tbody td p, .xs-schedule-table-light .table tbody td p {
    margin-bottom: 10px;
    font-size: 13px;
}

.xs-schedule-table .table tbody td span, .xs-schedule-table-dark .table tbody td span, .xs-schedule-table-light .table tbody td span {
    display: block;
    width: 100%;
    background: #f63c25;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.class-schedule-area {
    position: relative;
}

.class-schedule-area .xs-water-mark {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.04);
    font-display: 21.875rem;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info, .xs-schedule-table-light .table tbody td .xs-schedule-info {
    background: transparent !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info h3, .xs-schedule-table-light .table tbody td .xs-schedule-info h3, .xs-schedule-table-dark .table tbody td .xs-schedule-info h4, .xs-schedule-table-light .table tbody td .xs-schedule-info h4, .xs-schedule-table-dark .table tbody td .xs-schedule-info p, .xs-schedule-table-light .table tbody td .xs-schedule-info p {
    color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info span, .xs-schedule-table-light .table tbody td .xs-schedule-info span {
    color: #FFFFFF !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover {
    background: #fff !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h3, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover h3, .xs-schedule-table-dark .table tbody td .xs-schedule-info:hover p, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover p {
    color: #101010 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover h4, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover h4 {
    color: #8c7b02 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info:hover span {
    background-color: #f63c25 !important;
    color: #fff !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-1 span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1 span {
    background-color: #f2be54;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-1:hover h4, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover h4 {
    color: #f2be54 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-1:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover span {
    background-color: #f2be54 !important;
    color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-2 span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-2 span {
    background-color: #4fb99f;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-2:hover h4, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-2:hover h4 {
    color: #4fb99f !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-2:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-2:hover span {
    background-color: #4fb99f !important;
    color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-3 span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-3 span {
    background-color: #47a918;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-3:hover h4, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-3:hover h4 {
    color: #47a918 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-3:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-3:hover span {
    background-color: #47a918 !important;
    color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-4 span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1 span {
    background-color: #8a6607;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-4:hover h4, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover h4 {
    color: #8a6607 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-4:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover span {
    background-color: #8a6607 !important;
    color: #fff;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-5 span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1 span {
    background-color: #0454b9;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-5:hover h4, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover h4 {
    color: #0454b9 !important;
}

.xs-schedule-table-dark .table tbody td .xs-schedule-info.xs-tbg-5:hover span, .xs-schedule-table-light .table tbody td .xs-schedule-info.xs-tbg-1:hover span {
    background-color: #0454b9 !important;
    color: #fff;
}

.xs-class-schedule-light .xs-water-mark {
    color: #f2f2f2;
}

.xs-schedule-table-light {
    background: transparent;
}

.xs-schedule-table-light .table th {
    background: #f1f1f1;
    color: #101010;
}

.xs-schedule-table-light .table th.xs-calendar-index {
    background-color: #222 !important;
    color: #fff;
}

.xs-schedule-table-light .table thead th {
    border-color: #f0f0f0;
}

.xs-schedule-table-light .table thead span {
    border-color: #d8d8d8 !important;
}

.xs-schedule-table-light .table tbody th {
    border-color: #f0f0f0 !important;
}

.xs-schedule-table-light .table tbody td {
    border-color: #f0f0f0;
}

.xs-schedule-table-light .table tbody td .xs-schedule-info h3, .xs-schedule-table-light .table tbody td .xs-schedule-info h4, .xs-schedule-table-light .table tbody td .xs-schedule-info span, .xs-schedule-table-light .table tbody td .xs-schedule-info p {
    color: #101010;
}
.intro-project.text-center .intro-text {
    padding-bottom: 50px;
}
