/* JH Swiper 작업 */
    .swiper {
        width: 100%;
        height: 100%;

    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        margin-top: 20px;
        /* margin-bottom: 150px; */
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swiper:after,
    .course-list:before {
        content: "";
        display: none
    }

    .swiper {
        font-weight: 400 !important;
        cursor: pointer;
        text-align: center !important
    }

    .swiper .course__data {
        background-color: #fff;
        box-shadow: 0 10px 21px #e7eeef;
        padding: 20px;
        border-radius: 20px;
        width: 96%;
        margin: 0 auto;
        position: relative;
        top: -50px;
        display: block;
        transition: transform .6s cubic-bezier(.2, .8, .2, 1);
        box-sizing: border-box;
        height: 150px
    }

    .swiper .course__data .course-listing-title {
        font-size: 18px !important;
        padding: 0;
        margin: 0 0 10px;
        font-weight: 600 !important
    }

    .swiper .course__data .course-listing-subtitle {
        color: #333;
        max-height: none;
        overflow: visible;
        font-size: 16px;
        padding: 0;
        font-weight: 400 !important
    }

    .swiper .course__data .course-progress {
        font-size: 16px !important;
        display: block;
        padding-top: 45px
    }

    .swiper .course__data .progressbar {
        height: 15px;
        width: 100%;
        display: block;
        background-color: #e7eff7;
        margin-top: 20px;
        margin-bottom: 0 !important;
        border-radius: 10px;
        overflow: hidden
    }

    .swiper .course__data .progressbar .progressbar-fill {
        height: 15px;
        width: auto;
        float: left;
        border-radius: 20px;
        background-image: linear-gradient(-45deg, #0575e6, #021b79);
        -webkit-animation: bgAnim 1.5s linear infinite;
        animation: bgAnim 1.5s linear infinite;
        background-size: 400% 400%
    }

    .swiper .course__background,
    .course .course__background img {
        transition: transform .6s cubic-bezier(.2, .8, .2, 1), box-shadow .6s cubic-bezier(.2, .8, .2, 1)
    }

    .swiper .course__background {
        height: 200px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%
    }

    .swiper .course__background img {
        max-width: 100%
    }

    .swiper .course-bundle {
        display: none
    }

    .swiper .course-bundle a:hover {
        color: inherit
    }

    .swiper:hover .course__background {
        box-shadow: rgba(0, 0, 0, .35) 0 30px 60px;
        transform: translateY(-5px)
    }

    .swiper:hover .course__background img {
        transform: scale(1.1)
    }

    .swiper:hover .course__data {
        transform: translateY(-10px)
    }

    .swiper-listing,
    .course-listing:hover,
    .view-directory .course-listing,
    .view-directory .course-listing:hover {
        background: 0 0 !important;
        border: 0;
        box-shadow: none !important
    }

    /* Pagination Styles */
    .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }

    .swiper-pagination.disabled {
        display: none;
    }


    /* remove the default icons in CSS */
    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: "";
    }

    /*
    .swiper-button-next::after,
    .swiper-button-prev::after {
        display: none;
    }
*/
    /*
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #000;
        opacity: .2;
        
        background: #fff;

        display: hide;
    }
    */
    .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        display: inline-block;
        background: #fff;
        opacity: 0.4;
    }

    .swiper-wrapper.disabled {
        transform: translate3d(0px, 0, 0) !important;
    }

    .swiper-pagination.disabled {
        display: none;
    }
