form.lp-form.form-button.form-button-finish-course {
    display: none !important;
}

.learn-press-message.success {
    background-color: #e6e0ed !important;
    color: var(--e-global-color-accent) !important;
    width: fit-content;
    margin: 0;
    font-weight: 700;
}

.learn-press-message {
    position: relative;
    margin: 0;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: var(--lp-border-radius, 5px);
    background-color: e7e7e7;
    color: #555555;
    width: fit-content;
}

.lp-archive-courses ul.tab-navigation {
    padding: 10px;
    display: grid;
    grid-template-columns: 100%;
    list-style: none;
    gap: 10px;
}

.lp-archive-courses ul.tab-navigation li {
    text-align: center;
    background: transparent;
    margin: 0;
    border: 0;
    color: #ffffff;
    font-weight: 600;
}

.lp-archive-courses ul.tab-navigation li.active {
    color: #fff;
    /* background: #a5a5a52b; */
}

.lp-archive-courses ul.tab-navigation li i {
    margin-right: 3px;
    font-size: 14px;
}

#popup-sidebar .lp-course-curriculum .course-item.current:before {
    background: var(--color-primary-hover);
}

#popup-sidebar .course-curriculum {
    top: 65px;
}

.lp-course-curriculum .course-section .course-item__info .course-item-ico {
    display: none;
    min-width: 16px;
}

#tab-reviews .course-rate {
    display: none;
}

#course-reviews .review-author-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

#course-reviews .review-author-wrapper .review-author img {
    border-radius: 50%;
}

#course-reviews .review-author-wrapper .review-author {
    margin: 0;
    width: 40px;
}

#course-reviews .review-author-wrapper .user-name {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}

#course-reviews .review-author-wrapper .review-star {
    margin: 1px;
}

#course-reviews .review-author-wrapper .review-star svg {
    width: 13px;
}

#course-reviews .review-author-wrapper .review-stars-rated {
    margin: 0;
}

#course-reviews .course-reviews-list li .review-text {
    float: unset;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}

#course-reviews .course-reviews-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

#course-reviews .course-reviews-list li {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 15px;
    margin: 0;
}

#learn-press-course .course-detail-info {
    background: var(--bg-dark);
    color: #fff;
}

#learn-press-course .course-summary-sidebar {
    width: 300px;
    max-width: 100%;
    margin-top: 40px;
}

#learn-press-course .course-summary-sidebar.slide-top {
    position: sticky;
    top: 125px;
}

#learn-press-course .course-title {
    margin: 0;
    border-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    padding-bottom: 8px;
}

#learn-press-course .course-detail-info .course-description {
    font-size: 16px;
}

#learn-press-course .course-description {
    border: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #d9d9d9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#learn-press-course .corse-detail-wrapper {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 5px;
    font-size: 14px;
}

#learn-press-course .corse-detail-wrapper .review-stars-rated svg {
    width: 13px;
}

#learn-press-course .corse-detail-wrapper .review-stars-rated {
    margin: 0;
}

#learn-press-course .corse-detail-wrapper .review-stars-rated .review-star {
    margin: 0 1px;
}

#learn-press-course .corse-detail-wrapper .count {
    color: #ffb60a;
}

#learn-press-course .course-content .lp-button {
    padding: 15px 24px;
    border-radius: 6px;
    color: #fff;
    background: #000;
    font-weight: 400;
    line-height: 1;
    transition: .3s;
    font-size: 14px;
    border: none;
    /* float: right; */
    /* margin-bottom: -30px; */
}

.lp-archive-courses .learn-press-breadcrumb {
    display: none !important;
}

@media screen and (max-width: 768px) {
    #learn-press-course .course-detail-info {
        padding: 28px 15px 20px;
    }
    .lp-archive-courses .learn-press-breadcrumb {
        padding: 15px;
    }
    #learn-press-course .lp-entry-content .entry-content-left {
        width: 100%;
        padding: 15px;
    }
    #learn-press-course .course-title {
        font-size: 21px;
    }
    #learn-press-course .course-description {
        font-size: 15px;
    }
    #learn-press-course .corse-detail-wrapper {
        font-size: 12px;
    }
}


/* 레슨 시청 페이지 스타일 */

body.admin-bar #popup-course {
    top: 0;
}

#popup-course {
    display: flex;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--bg-dark);
    flex-direction: row-reverse;
}

#popup-header {
    position: relative;
    display: flex;
    position: fixed;
    z-index: 100;
    right: 475px;
    left: 0;
    padding: 0;
    line-height: 50px;
    border-bottom: 0;
    background: #1c1c1c;
    align-items: center;
    -webkit-transition: left .25s;
    -moz-transition: left .25s;
    -ms-transition: left .25s;
    -o-transition: left .25s;
    transition: left .25s;
}

.lp-sidebar-toggle__close #popup-header {
    width: 100%;
}

#learn-press-item-comments {
    display: none !important;
}

.lp-course-curriculum .course-section .course-section-header {
    background-color: #1c1c1c;
    padding: 20px;
    column-gap: 12px;
    display: flex;
    justify-content: space-between;
}

.lp-course-curriculum .course-section .course-item {
    border: 0;
}

#popup-sidebar .lp-course-curriculum .course-section {
    border: 0;
}

.learn-press-message.success {
    display: none;
}

#popup-course .back-course {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 63px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

#popup-course .popup-header__inner {
    max-width: 1000px;
    width: 100%;
}


/* 비디오 반응형 스타일 */

.content-item-wrap {
    max-width: 1000px;
    width: 100%;
}

.lesson-description iframe,
.content-item-description iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    /* 모서리 둥글게 (선택) */
}


/* 비디오 컨테이너 중앙 정렬 */

.lesson-description p:has(iframe),
.content-item-description p:has(iframe) {
    text-align: center;
}

.learn-press-nav-tabs li.active label,
.learn-press-nav-tabs li:hover label {
    color: #fff !important;
    background: #212121 !important;
}

.single-lp_course .learn-press-nav-tabs li label {
    display: block;
    margin: 0;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: #b8b8b8;
    text-decoration: none;
    border: 0;
    border-radius: 5px;
    background: #0f0f0f;
}

.wrapper-course-nav-tabs.TabsDragScroll {
    border: 0;
    margin-top: 15px;
}

.learn-press-nav-tabs li.active::after,
.learn-press-nav-tabs li:hover::after {
    display: none;
}

.TabsDragScroll ul {
    gap: 10px;
}

.learnpress table thead th {
    border-bottom: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
}

.learnpress table tbody td,
.learnpress table tbody th,
.learnpress table tfoot td,
.learnpress table tfoot th,
.learnpress table th,
.learnpress table tbody tr:nth-child(even) td,
.learnpress table tfoot tr:nth-child(even) td,
.learnpress table td {
    padding: .7em 1em;
    border: 1px solid #3a3a3a;
    background: transparent;
    text-align: left;
}

.learnpress table thead th.column-order-actions {
    color: transparent;
}

.lp-user-profile .profile-orders .column-order-actions a {
    margin-right: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: #323232;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 3px;
}

.learnpress table tr.list-table-nav {
    display: none;
}

#learn-press-course {
    margin-bottom: 200px;
}

.lp-course-curriculum .course-curriculum-info {
    display: none;
}

.lp-course-curriculum .course-section {
    margin-bottom: 8px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}

.lp-archive-courses .lp-entry-content .entry-content-left {
    width: calc(100% - 390px);
    max-width: 100%;
    margin: 0;
    padding-right: 0;
    padding-top: 0;
}

.learn-press-message.info {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .lp-content-area {
        padding: 0;
    }
}


/* ============================================
   커리큘럼 디자인 - 캡쳐본 스타일
   ============================================ */


/* 아이콘 제거 - 체크, 자물쇠, 미리보기 아이콘 숨기기 */

.course-curriculum .section-content .course-item-meta .course-item-status::before,
.course-curriculum .course-item.item-locked .course-item-status::before,
.course-curriculum .section-content .course-item-preview::before,
.course-curriculum .course-item.has-status .course-item-status::before,
.course-curriculum .course-item.has-status.status-completed .course-item-status::before,
.course-curriculum .course-item.has-status.status-evaluated .course-item-status::before,
.course-curriculum .course-item.has-status.item-failed .course-item-status::before {
    display: none !important;
    content: none !important;
}


/* 아이템 메타 정보 숨기기 */

.course-curriculum .course-item-meta {
    display: none !important;
}


/* 커리큘럼 섹션 리스트 */

.course-curriculum .curriculum-sections {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* 각 섹션 카드 */

.course-curriculum .curriculum-sections>li[data-section-id] {
    margin-bottom: 20px;
    /* background: #fff; */
    /* border-radius: 8px; */
    overflow: hidden;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
}


/* 섹션 헤더 */

.course-curriculum .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    background: #242424;
    border-bottom: none;
    margin-bottom: 0;
    transition: background 0.2s ease;
    user-select: none;
    border-radius: 8px;
}


/* 섹션 헤더 왼쪽 */

.course-curriculum .section-header .section-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}


/* 폴더 아이콘 추가 */


/* .course-curriculum .section-header .section-left::before {
    content: "📁";
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1;
} */


/* 섹션 제목 */

.course-curriculum .section-left .section-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}


/* 섹션 설명 숨기기 */

.course-curriculum .section-desc {
    display: none;
}


/* 토글 아이콘 스타일 */

.course-curriculum .section-toggle {
    display: none;
}


/* 강의 수 표시 */

.course-curriculum .section-header .section-count {
    color: #ffffffb3;
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
}


/* 진행률 표시 숨기기 */

.course-curriculum .section-meta {
    display: none !important;
}


/* 섹션 콘텐츠 */

.course-curriculum .section-content {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* 섹션 아이템 */

.course-curriculum .section-content li {
    padding: 13px 24px;
    border-top: 1px solid #f0f0f012;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

.course-curriculum .section-content li:first-child {
    border-top: none;
}


/* 아이템 링크 스타일 */

.course-curriculum .section-content .section-item-link {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}


/* 아이템 이름 */

.course-curriculum .course-item .item-name {
    color: #fff;
    font-size: 15px;
    flex: 1;
    line-height: 1.5;
    font-weight: 400;
}


/* 강의 아이템 앞에 불릿 포인트 추가 */

.course-curriculum .section-content li::before {
    content: "•";
    color: #999;
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: transparent;
    transition: none;
}


/* 반응형 */

@media (max-width: 768px) {
    .course-curriculum .section-header {
        padding: 16px 20px;
    }
    .course-curriculum .section-content li {
        padding: 12px 20px;
    }
    .course-curriculum .section-title {
        font-size: 14px;
    }
    .course-curriculum .course-item .item-name {
        font-size: 14px;
    }
    .course-curriculum .section-header .section-count {
        font-size: 13px;
    }
}


/* ============================================
   커스텀 강의 자료 리스트 스타일
   ============================================ */

.custom-material-list {
    margin: 20px 0;
}

.custom-material-list .material-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.custom-material-item {
    margin-bottom: 10px;
}

.custom-material-item .material-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.custom-material-item .material-link:hover {
    background: #e8e8e8;
    border-color: #ccc;
}

.custom-material-item .material-type {
    font-weight: 600;
    color: #2271b1;
    font-size: 14px;
}

.custom-material-item .material-name {
    flex: 1;
    font-size: 15px;
}

.custom-material-item .material-download {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.custom-material-item .material-link:hover .material-download {
    color: #666;
}


/* 다크 테마 대응 */

#popup-course .custom-material-list .material-title,
#learn-press-course .custom-material-list .material-title {
    color: #fff;
}

#popup-course .custom-material-item .material-link,
#learn-press-course .custom-material-item .material-link {
    background: #2a2a2a;
    border-color: #3a3a3a;
    color: #fff;
}

#popup-course .custom-material-item .material-link:hover,
#learn-press-course .custom-material-item .material-link:hover {
    background: #333;
    border-color: #444;
}

#popup-course .custom-material-item .material-name,
#learn-press-course .custom-material-item .material-name {
    color: #fff;
}

#popup-course .custom-material-item .material-download,
#learn-press-course .custom-material-item .material-download {
    color: #999;
}

#popup-course .custom-material-item .material-link:hover .material-download,
#learn-press-course .custom-material-item .material-link:hover .material-download {}

#popup-course #popup-footer {
    display: none;
}

#sidebar-toggle {
    line-height: 63px;
}

@media screen and (max-width: 768px) {
    .course-tab-panels .course-tab-panel {
        padding-top: 10px;
    }
    #popup-course .back-course {
        line-height: 50px;
        padding: 0 20px;
    }
    #sidebar-toggle {
        line-height: 50px;
    }
    #popup-course .popup-header__inner.can-finish-course .items-progress {
        display: none;
    }
}

@media screen and (max-width: 782px) {
    #popup-header,
    #popup-footer {
        right: 300px;
        left: auto;
    }
    .content-item-wrap .course-item-title {
        text-align: start;
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    #popup-header,
    #popup-footer {
        right: 300px;
        left: auto;
    }
}