.Online_Courses_Wrap {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1510px;
    margin: 0 auto;
    max-height: 598px;
    aspect-ratio: 1510/598;
}

/*影片*/
.block_Content {
    aspect-ratio: 800/450;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000000;
}

.VideoContent {
    width: 100%;
    height: 100%;
}

.VideoContent>iframe {
    height: 100%;
}

/*AJAX Loading動畫*/
.circle-load {
    display: none;
}

.circle-load.active {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    background: #000000;
}

.circle-load-svg {
    stroke: #4562a8;
    stroke-dasharray: 0 570;
    animation: rot 5s ease-out infinite;
    filter: drop-shadow(0px 0px 20px #4562a8);
}


@keyframes rot {

    85%,
    90% {
        stroke-dasharray: 570 570;
    }
}


/*課程清單*/
.course_Content_List {
    overflow-y: scroll;
    background-color: #FCFCFC;
    height: 100%;
}

.ld-section-heading {
    display: none !important;
}

.newHeading {
    font-family: Noto Sans TC;
    font-size: 15px;
    font-weight: 500;
    color: #4B4B4B;
    letter-spacing: 0.75px;
    line-height: 21px;
    cursor: pointer;
}

.newHeading:before {
    content: '\f04b';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #6482CC;
    width: 26px;
    margin-right: 0.5em;
    display: inline-block;
    text-align: center;
}

.course_Content_List .learndash-wrapper .ld-item-list {
    margin: 0 !important;
}

.learndash-wrapper.learndash-wrap {
    padding: 20px 10px;
}

/*滾動條*/
.course_Content_List::-webkit-scrollbar {
    width: 11px;
}

.course_Content_List::-webkit-scrollbar-button {
    display: none;
}

.course_Content_List::-webkit-scrollbar-track-piece {
    background: #EAEAEA;
}

.course_Content_List::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #6482CC;
    /* border: 1px solid slategrey; */
}

.course_Content_List::-webkit-scrollbar-track {
    box-shadow: transparent;
}

.ld-table-list-header.ld-primary-background {
    display: none !important;
}

.ld-item-details {
    display: none !important;
}

.ld-item-list-item {
    border: none !important
}

.course_Content_List .ld-item-list-item-preview {
    padding: 20px 0px !important;
}

.ld-item-list-item-expanded::before {
    content: none !important;
}

.ld-table-list-items {
    padding: 0px !important;
    border: none;
}

.course_Content_List .ld-table-list-item {
    margin: 2px 0px !important;
    border-bottom: none;
}

.course_Content_List .learndash-wrapper .ld-table-list .ld-table-list-item {
    border: 1px solid transparent;
    background: transparent;
    transition: all .3s;
}

.course_Content_List .learndash-wrapper .ld-table-list .ld-table-list-item:hover {
    border: 1px solid #6482CC;
    border-radius: 6px;
}

.course_Content_List .learndash-wrapper .ld-table-list .ld-table-list-item.active {
    border: 1px solid #6482CC;
    border-radius: 6px;
    background: #D0DAF466;
}

.ld-table-list-item>a {
    padding: 7px 0px 7px 20px !important;
    min-height: 60px;
}

.ld-item-title,
.ld-topic-title {
    font-family: Noto Sans TC;
    font-size: 16px;
    font-weight: 500;
    color: #4B4B4B;
    letter-spacing: 0.8px;
    line-height: 22px;
    margin-right: 60px;
}

.course_Content_List .ld-item-name {
    position: relative;
}

/*收合*/
.course_Content_List .ld-item-name:before {
    content: '\f077';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #6482CC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

/*展開時*/
.course_Content_List .ld-item-name.active:before {
    content: '\f078';
}

.course_Content_List .ld-item-name>.ld-status-icon.ld-status-incomplete {
    border: none !important;
    margin-top: 0px !important;
}

.course_Content_List .ld-item-name>.ld-status-icon.ld-status-incomplete::before {
    content: '\f0c9';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #6482CC;
}

.ld-table-list-item-preview>.ld-status-icon.ld-status-incomplete {
    border: none !important;
    margin-top: 0px !important;
    background-color: transparent !important;
}

.ld-table-list-item-preview>.ld-status-icon.ld-status-incomplete::before {
    content: '\f04b';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #6482CC;
}

/*完成進度條*/
#customLdProgress .ld-progress.ld-progress-inline {
    flex-direction: row;
    justify-content: space-between;
}

#customLdProgress .ld-progress-heading,
#customLdProgress .ld-progress-percentage {
    order: 0;
    font-family: Noto Sans TC;
    font-size: 13px;
    font-weight: 500;
    color: #6482CC;
    letter-spacing: 0.65px;
    line-height: 22px;
}

#customLdProgress .ld-progress.ld-progress-inline::before {
    content: '學習進度';
    font-family: Noto Sans TC;
    font-size: 16px;
    font-weight: 500;
    color: #6482CC;
    letter-spacing: 0.8px;
    line-height: 22px;
}

#customLdProgress .ld-progress-bar {
    height: 17px;
    background-color: #EAEAEA;
    border: 16px;
}

#customLdProgress .ld-progress-bar-percentage {
    background: linear-gradient(270deg, #6A82C7 0%, #4B62A3 100%);
    height: 100%;
    border-radius: 16px;
    transition: all .3s;
}

/*評論*/

#comment {
    margin-top: 10px;
}

.woocommerce #review_form #respond .form-submit input {

    background-color: #4562A8;
    border: none;
    border-radius: 6px;
    font-family: Noto Sans TC;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.8px;
    line-height: 22px;
    padding: 10px 20px;
    transition: all .3s;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #6482CC;
}

#reply-title {
    font-family: Noto Sans TC;
    font-size: 32px;
    margin: 20px 0px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2em;
}

#commentform .stars a,
#commentform .stars a:hover {
    color: #4562A8;
}

/*課程簡介額外資訊*/
.addContent {
    display: flex;
    width: 100%;
    height: 103px;
    background-color: #FCFCFC;
    margin-bottom: 30px;
    align-items: center
}

.addContent>div {
    flex: 0 1 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.addContent>div>div {
    display: flex;
    flex-direction: column;
}

.ContentTitle {
    color: #7E7E7E;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-bottom: 5px;
}

.ContetnValue {
    color: #4562A8;
    font-size: 17px;
    letter-spacing: 0.85px;
    font-weight: 500;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    padding: 20px 0px !important;
}

.woocommerce-Reviews-title {
    display: none;
}

.notFindText {
    color: #fff;
    font-family: Noto Sans TC;
    font-size: 32px;
    margin: 20px 0px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.course_Content_List .learndash-wrapper .ld-status-complete {
    background-color: #6482CC
}

.course_Content_List .learndash-wrapper .ld-status-in-progress {
    border-color: #6482CC #e2e7ed #e2e7ed #6482CC;
}

.comment-form-rating label[for="rating"] {
    margin-bottom: 10px;
}

.mobileCoreseTitle {
    display: none;
}

.mobileCloseBtn {
    display: none;
}

@media screen and (max-width: 1024px) {
    .Online_Courses_Wrap {
        flex-wrap: wrap;
        justify-content: center;
        aspect-ratio: auto;
        max-height: none;
    }

    .course_Content_List {
        width: 100%;
        aspect-ratio: 3/2;
    }

    .course_Content_List .ld-item-list-item-preview {
        padding: 10px 0 !important;
    }

    .course_Content_List .ld-item-title,
    .ld-topic-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 769px) {

    #reply-title {
        font-size: 24px;
    }

    .mobileCoreseTitle {
        display: flex;
        justify-content: center;
        padding: 5px 0;
        background-color: #FCFCFC;
        color: #4562A8;
        font-family: Noto Sans TC;
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: 500;
        width: 100%;
    }

    .course_Content_List {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 100vh;
        width: 100vw;
        padding: 30px 10px;
        transition: all .3s;
        display: none;
        transform: translate(0%,100%);
    }

    .mobileCloseBtn {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 40px;
        aspect-ratio: 1/1;
        display: block;
        color: #fff;
        background: #6482CC;
        border-radius: 50px;
    }

    .mobileCloseBtn>i {
        width: 100%;
        height: 100%;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }

    .course_Content_List .ld-item-name {
        width: 100%;
    }

    .course_Content_List .ld-item-name:before {
        right: 25px;
    }

    .course_Content_List .ld-item-title,
    .ld-topic-title {
        margin-right: 20px;
    }
}