.class-schedule-block h3 {
    font-size: 36px;
    line-height: normal;
    font-weight: 800;
    color: #003F38;
    text-align: center;
    margin-bottom: 65px;
}

.class-schedule-table {
    font-family: "Roboto Slab", sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.class-schedule-table .row {
    display: flex;
}

.class-schedule-table .col {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
    position: relative;
}

.class-schedule-table .head h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
    padding: 29px 16px;
}

.class-schedule-table .head .col:nth-child(1) {
    border-radius: 12px 0 0 0;
    background-color: rgba(0, 102, 91, 1);
}

.class-schedule-table .head .col:nth-child(2) {
    background-color: rgba(0, 102, 91, 0.9);
}

.class-schedule-table .head .col:nth-child(1)::before,
.class-schedule-table .head .col:nth-child(2)::before,
.class-schedule-table .head .col:nth-child(1)::after,
.class-schedule-table .head .col:nth-child(2)::after {
    content: '';
    position: absolute;
    right: 0;
}

.class-schedule-table .head .col:nth-child(1)::before,
.class-schedule-table .head .col:nth-child(2)::before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #003F38;
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23.1411' cy='23.2427' r='22.6567' fill='%23003F38'/%3E%3Cpath d='M32.3798 24.5962C32.717 24.2479 32.8994 23.7724 32.8939 23.2804L32.905 23.2693V23.1809C32.905 22.6944 32.7225 22.23 32.3908 21.8872L25.2094 14.4294C24.5239 13.7162 23.4072 13.7162 22.7216 14.4294C22.0361 15.1481 22.0361 16.3091 22.7216 17.0222L26.9675 21.445H12.8368C11.8693 21.445 11.0898 22.2576 11.0898 23.2638C11.0898 24.27 11.8749 25.0827 12.8368 25.0827H26.9232L22.7161 29.4667C22.0306 30.1799 22.0306 31.3408 22.7161 32.054C23.4016 32.7727 24.5128 32.7672 25.1984 32.054L32.3798 24.5962Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    top: 50%;
    transform: translate(50%, -50%);
}

.class-schedule-table .head .col:nth-child(1)::after,
.class-schedule-table .head .col:nth-child(2)::after {
    top: 0;
    bottom: 0;
    width: 4px;
    right: -2px;
    background-color: #F8F8F5;
    z-index: 1;
}

.class-schedule-table .head .col:nth-child(3) {
    border-radius: 0 12px 0 0;
    background-color: rgba(0, 102, 91, 0.8);
}

.class-schedule-table .head .col.popup-active .popup {
    opacity: 1;
    visibility: visible;
}

.class-schedule-table .popup {
    width: 345px;
    display: block !important;
    color: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55556;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -29px);
    background-color: #FFF;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.25));
    padding: 22px 19px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 8px;
}

.class-schedule-table .popup::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 24px 0 24px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: calc(100% - 1px) ;
    transform: translate(-50%, 0);
}

.class-schedule-table .body {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.class-schedule-table .body li {
    margin-top: 11px;
    background: rgba(232, 234, 222, 0.75);
    padding: 17px 0 18px;
}

.class-schedule-table .body li .col {
    padding: 0 8px;
}

.class-schedule-table .body li:nth-child(even) {
    background: rgba(232, 234, 222, 0.30);
}

.class-schedule-table .body .show-mobile {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.class-schedule-table .mobile-title {
    display: none;
    font-size: 22px;
    line-height: normal;
    font-weight: 800;
    text-align: center;
    color: #003F38;
    margin: 0 0 52px;
}

.class-schedule-file-wrap {
    padding: 48px 0 0;
}

.class-schedule-file-wrap.mobile-mod {
    display: none;
}

.class-schedule-file-wrap.desktop-mod {
    display: flex;
    justify-content: center;
}

.class-schedule-file {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 538px;
    font-family: "Roboto Slab", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #003F38;
    background-color: #fff;
    border-radius: 12px;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    padding: 42px 34px;
    transition: color 0.3s ease;
}

.class-schedule-file:hover {
    color: #699A30;
}

.class-schedule-file:hover svg path {
    fill: #699A30;
}

.class-schedule-file svg {
    flex-shrink: 0;
    margin: 0 22px 0 0;
}

.class-schedule-file svg path {
    transition: fill 0.3s ease;
}

@media (max-width: 1366px) {
    .class-schedule-block h3 {
        margin: 0 0 40px;
    }

    .class-schedule-table .head h4 {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .class-schedule-block h3 {
        font-size: 22px;
        margin: 0 0 32px;
    }

    .class-schedule-table {
        font-size: 16px;
    }

    .class-schedule-table .head h4 {
        font-size: 18px;
    }

    .class-schedule-table .popup {
        width: 254px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .class-schedule-block h3 {
        margin: 0 0 31px;
    }

    .class-schedule-table {
        font-size: 16px;
        line-height: 28px;
        color: #000;
    }

    .class-schedule-table .row {
        display: block;
    }

    .class-schedule-table .col {
        max-width: 100%;
    }

    .class-schedule-table .head.hide-mod {
        display: none;
    }

    .class-schedule-table .head h4 {
        font-size: 20px;
        font-weight: 800;
        line-height: normal;
        text-transform: none;
        color: #003F38;
        padding: 0;
        margin: 0 0 5px;
    }

    .class-schedule-table .head .col:nth-child(1),
    .class-schedule-table .head .col:nth-child(2),
    .class-schedule-table .head .col:nth-child(3) {
        border-radius: 0;
        background-color: transparent;
        margin: 0 0 23px;
    }

    .class-schedule-table .head .col:nth-child(1)::before,
    .class-schedule-table .head .col:nth-child(2)::before,
    .class-schedule-table .head .col:nth-child(1)::after,
    .class-schedule-table .head .col:nth-child(2)::after {
        content: none;
    }

    .class-schedule-table .popup {
        max-width: 100%;
        position: static;
        filter: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        background: transparent;
        padding: 0 18px;
        margin: 0 auto;
    }

    .class-schedule-table .popup::after {
        content: none;
    }

    .class-schedule-table .body li .col {
        display: block;
    }

    .class-schedule-table .body .show-mobile {
        font-family: "Roboto Slab", sans-serif;
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        line-height: normal;
        text-transform: capitalize;
        color: #003F38;
        position: static;
        display: block;
        opacity: 1;
        margin: 0 0 3px;
    }

    .class-schedule-table .mobile-title {
        display: block;
    }

    .class-schedule-table .body li {
        margin: 0;
        padding: 0 0 7px;
        background: transparent;
    }

    .class-schedule-table .body li:nth-child(even) {
        background: transparent;
    }

    .class-schedule-table .body li .col {
        padding: 0 0 9px;
    }

    .class-schedule-file-wrap {
        padding: 20px 0 0;
    }

    .class-schedule-file-wrap.mobile-mod {
        display: flex;
        justify-content: center;
        margin: 0 0 45px;
    }

    .class-schedule-file-wrap.desktop-mod {
        display: none;
    }

    .class-schedule-file {
        text-align: left;
        padding: 28px 34px 37px;
        align-items: flex-start;
    }

    .class-schedule-file svg {
        width: 32px;
        height: 40px;
        margin: 3px 24px 0 0;
    }
}