/* ============================================================
   TuntunPlayer 공통 컴포넌트 CSS
   여러 템플릿에서 중복 정의되던 스타일을 한 곳으로 통합.
   layout.html 에서 로드하므로 개별 템플릿에서는 제거 가능.
   ============================================================ */

/* ----------------------------------------------------------
   0. Material Kit 보라색 제거 (navbar 드롭다운)
   마우스 클릭 후 :focus가 유지되어 보라색이 남는 문제를 해결.
   :focus는 배경 제거, :focus-visible(키보드)만 차콜 표시.
   ---------------------------------------------------------- */

/* 1. 일반 드롭다운 — 보라색 배경/섀도우 전면 제거 */
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-menu li > a:focus-visible,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu li a:active {
    background-color: #333;
    color: #fff;
    box-shadow: none;
}

/* 2. navbar 드롭다운 — 마우스 :focus는 배경 제거 */
.navbar .dropdown-menu li > a:focus,
.navbar.navbar-default .dropdown-menu li > a:focus,
.navbar.navbar-primary .dropdown-menu li > a:focus {
    background-color: transparent;
    color: inherit;
    box-shadow: none;
}

/* 3. navbar-primary hover/active — 차콜 */
.navbar.navbar-primary .dropdown-menu li > a:hover,
.navbar.navbar-primary .dropdown-menu li a:active {
    background-color: #333;
    color: #fff;
    box-shadow: none;
}

/* 4. 키보드 포커스만 차콜 표시 (접근성) */
.navbar.navbar-primary .dropdown-menu li > a:focus-visible {
    background-color: #333;
    color: #fff;
    box-shadow: none;
}

/* 5. active 상태 — 차콜 */
.navbar.navbar-primary .dropdown-menu .active > a,
.navbar .dropdown-menu .active > a,
.navbar.navbar-default .dropdown-menu .active > a {
    background-color: #333;
    color: #fff;
}
.navbar.navbar-primary .dropdown-menu .active > a:hover,
.navbar.navbar-primary .dropdown-menu .active > a:focus-visible,
.navbar .dropdown-menu .active > a:hover,
.navbar .dropdown-menu .active > a:focus-visible {
    background-color: #222;
    color: #fff;
}

/* ----------------------------------------------------------
   1. 전체 배경 / 오버레이 / 섹션 (공통 레이아웃 뼈대)
   edu-main-bg, mtl-main, ml-main, teacher-content-page 가 동일 패턴.
   ---------------------------------------------------------- */
.edu-main-bg,
.mtl-main,
.ml-main,
.teacher-content-page {
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
}
.edu-main-overlay,
.mtl-main-overlay,
.ml-main-overlay,
.teacher-content-overlay {
    position: absolute;
    inset: 0;
    background: rgba(245, 245, 245, 0.82);
    pointer-events: none;
    z-index: 0;
}
.edu-main-bg .section,
.mtl-main-section,
.ml-main-section,
.teacher-content-container {
    position: relative;
    z-index: 1;
}
.edu-main-bg .section {
    padding-top: 130px;
}

/* 헤더 하단 여백 (title_list, member_title_list, main_list, content_list 공통) */
.page-header.header-auto .container {
    padding-bottom: 36px;
}

/* 터치 기기에서 background-attachment:fixed 깨짐 방지 (공통) */
@media (hover: none) and (pointer: coarse) {
    .edu-main-bg,
    .mtl-main,
    .ml-main,
    .teacher-content-page {
        background-attachment: scroll;
    }
}
@media (max-width: 767px) {
    .ecommerce-page .mtl-main,
    .ecommerce-page .ml-main {
        background-attachment: scroll !important;
    }
}

/* ----------------------------------------------------------
   2. 타이틀 바
   ---------------------------------------------------------- */
.edu-title-bar {
    margin-bottom: 20px;
}
.edu-title-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}
.edu-title-logo {
    max-height: 80px;
    max-width: auto;
}
.edu-title {
    font-size: 1.8em;
    font-weight: 700;
    color: #333;
    letter-spacing: -1px;
    margin: 0;
}

/* ----------------------------------------------------------
   3. Breadcrumb
   ---------------------------------------------------------- */
.mtl-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-bottom: 16px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85em;
}
.mtl-breadcrumb-path {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.mtl-breadcrumb-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: auto;
}
.mtl-breadcrumb-btn {
    margin: 0 !important;
    padding: 4px 14px !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.5;
}
.mtl-breadcrumb-link {
    color: #4e4e4e;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}
.mtl-breadcrumb-link:hover {
    color: #2f2f2f;
    text-decoration: underline;
}
.mtl-breadcrumb-sep {
    font-size: 16px;
    color: #bbb;
    line-height: 1;
}
.mtl-breadcrumb-current {
    color: #3a2a1f;
    font-weight: 800;
    background: rgba(250, 167, 22, 0.16);
    border-radius: 999px;
    padding: 2px 10px;
}

/* ----------------------------------------------------------
   4. 테이블
   ---------------------------------------------------------- */
.table-responsive.bl-table-wrap {
    border-radius: 12px;
    overflow-x: auto;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
}
.bl-table {
    background: #fff;
    margin-bottom: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}
.bl-table thead {
    background: linear-gradient(135deg, #4a4a4a 0%, #333 100%);
}
.bl-table thead th {
    font-size: 0.78em;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 16px 14px;
    border: none;
    border-bottom: 2px solid #222;
}
.bl-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}
.bl-table tbody tr:last-child {
    border-bottom: none;
}
.bl-table tbody tr:hover {
    background: #f0f7ff;
    box-shadow: inset 3px 0 0 #2b8ada;
}
.bl-table tbody td {
    padding: 16px 14px;
    border: none;
    vertical-align: middle;
}
.bl-cell-num {
    color: #bbb;
    font-size: 0.82em;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.bl-cell-date {
    color: #999;
    font-size: 0.82em;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.bl-cell-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.bl-title-link {
    color: #333;
    font-weight: 600;
    font-size: 0.92em;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.15s ease;
}
.bl-title-link:hover {
    color: #2b8ada;
    text-decoration: none;
}
.bl-title-icons {
    margin-left: 8px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    vertical-align: middle;
}
.bl-title-icons i {
    font-size: 13px;
    vertical-align: middle;
}

/* ----------------------------------------------------------
   5. 빈 데이터 표시
   ---------------------------------------------------------- */
.bl-empty {
    padding: 70px 20px !important;
    background: #fafafa;
}
.bl-empty-icon {
    font-size: 52px;
    color: #ddd;
    display: block;
    margin-bottom: 14px;
}
.bl-empty p {
    color: #aaa;
    font-size: 0.95em;
    font-weight: 600;
    margin: 0;
}
/* mtl-empty — title_list / member_title_list 공통 빈 상태 */
.mtl-empty {
    width: 100%;
    padding: 70px 20px;
    color: #bbb;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    border: 1px dashed #e0e0e0;
}
.mtl-empty .material-icons {
    font-size: 52px;
    color: #ddd;
}
.mtl-empty p {
    margin-top: 14px;
    font-size: 0.95em;
    font-weight: 600;
}
.mtl-empty span {
    display: block;
    margin-top: 4px;
    font-size: 0.85em;
    color: #ccc;
}

/* ----------------------------------------------------------
   5b. 카드 그리드 / 타이틀 카드 (title_list / member_title_list 공통)
   ---------------------------------------------------------- */
.mtl-card-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.mtl-card-row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.mtl-title-card {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    background: #fff;
}
.mtl-title-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}
.mtl-title-card .card-image {
    border-radius: 0;
    overflow: hidden;
}
.mtl-title-card .card-image img {
    display: block;
    width: 100%;
}
.mtl-title-card a {
    text-decoration: none;
    color: inherit;
}
.mtl-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
/* title card 클릭 시 material ripple 비활성화 */
.mtl-title-card .ripple-container,
.mtl-title-card .ripple {
    display: none !important;
}
.mtl-card-title {
    font-size: 0.92em;
    font-weight: 700;
    color: #2e2e2e;
    letter-spacing: -0.3px;
    margin: 10px 12px 12px;
    line-height: 1.35;
    min-height: 2.6em;
    white-space: normal;
    word-break: keep-all;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mtl-card-weektitle {
    font-size: 0.78em;
    font-weight: 600;
    color: #6a6a6a;
    letter-spacing: 0.02em;
    margin: 8px 12px 0;
    line-height: 1.3;
}

/* ----------------------------------------------------------
   5c. Chip bar (title_list / member_title_list 공통)
   ---------------------------------------------------------- */
.tl-chip-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tl-chip-bar {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 2px;
    max-width: 100%;
    cursor: grab;
    justify-content: flex-start;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}
.tl-chip-bar.is-at-start {
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 24px), transparent 100%);
            mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 24px), transparent 100%);
}
.tl-chip-bar.is-at-end {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 100%);
            mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 100%);
}
.tl-chip-bar.is-at-start.is-at-end {
    -webkit-mask-image: none;
            mask-image: none;
}
.tl-chip-bar::-webkit-scrollbar { display: none; }
.tl-chip-bar.is-dragging { cursor: grabbing; scroll-behavior: auto; }
.tl-chip-bar.is-dragging .tl-chip { pointer-events: none; }

/* chip (영상 재생 버튼) */
.tl-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    user-select: none;
    border-radius: 999px;
    border: 1.5px solid rgba(0, 123, 255, 0.55);
    background: rgba(255, 255, 255, 0.92);
    color: #1a3a5c;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.tl-chip:hover {
    background: #f8fbff;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(179, 224, 255, 0.6), 0 0 12px 2px rgba(0, 123, 255, 0.25);
    z-index: 1;
}
.tl-chip:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
.tl-chip--showcase {
    border-color: rgba(123, 31, 162, 0.55);
    color: #4a148c;
}
.tl-chip--showcase:hover {
    background: #faf5ff;
    border-color: #7b1fa2;
    box-shadow: 0 0 0 2px rgba(225, 190, 231, 0.6), 0 0 12px 2px rgba(123, 31, 162, 0.25);
}
.tl-chip--showcase:focus-visible {
    outline-color: #7b1fa2;
}
.tl-chip-icon {
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
}
.tl-chip-arrow {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 4px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    z-index: 2;
}
.tl-chip-arrow:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.tl-chip-arrow:focus-visible {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}
.tl-chip-arrow[hidden] { display: none; }
.tl-chip-arrow .material-icons { font-size: 20px; color: #555; }

/* 카드 그리드 / chip 모바일 (공통) */
@media (max-width: 768px) {
    .mtl-card-row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .mtl-card-row > [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
    }
    .tl-chip {
        padding: 4px 12px;
        font-size: 12px;
    }
    .tl-chip-icon {
        font-size: 14px;
    }
    .tl-chip-arrow {
        width: 36px;
        height: 36px;
    }
    .tl-chip-arrow .material-icons {
        font-size: 22px;
    }
    .mtl-main,
    .ml-main {
        background-attachment: scroll;
    }
    .mtl-title-card {
        margin-bottom: 14px;
        transition: transform 0.12s ease, box-shadow 0.12s ease;
    }
    .mtl-title-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
    }
    .mtl-card-title {
        font-size: 0.82em;
        margin: 8px 10px 10px;
        min-height: 2.5em;
    }
    .mtl-card-weektitle {
        font-size: 0.72em;
        margin: 6px 10px 0;
    }
}

/* ----------------------------------------------------------
   6. 뒤로가기 버튼
   ---------------------------------------------------------- */
.mtl-back-wrap {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #E0E0E0;
}
.mtl-back-btn {
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 10px;
}

/* ----------------------------------------------------------
   7. 페이징 — 언더라인 인디케이터 (에디토리얼 톤)
   ---------------------------------------------------------- */
.bl-pagination-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.bl-pagination {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
}
.bl-pagination li {
    display: inline-flex;
}
.bl-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    padding: 8px 10px 10px;
    font-size: 14px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: #aaa;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.bl-pagination a:hover {
    color: #2b8ada;
    border-bottom-color: #cfe2f7;
    text-decoration: none;
}
.bl-pagination a:focus-visible {
    outline: 2px solid #2b8ada;
    outline-offset: 2px;
    border-radius: 2px;
}

/* 활성 페이지 — 차콜 글자 + 차콜 밑줄 */
.bl-pagination-num.is-active a,
.bl-pagination-num.is-active a:hover {
    color: #333;
    border-bottom-color: #333;
    cursor: default;
}

/* prev/next edge — 화살표만, 밑줄 없음 */
.bl-pagination-edge a {
    border-bottom-color: transparent;
}
.bl-pagination-edge a:hover {
    border-bottom-color: transparent;
}
.bl-pagination-edge .material-icons {
    font-size: 20px;
}

/* ----------------------------------------------------------
   8. 사이드 슬라이드 패널
   ---------------------------------------------------------- */
.bl-slide-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.bl-slide-overlay.is-open {
    opacity: 1;
}
.bl-slide-panel {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 560px;
    max-width: 96vw;
    height: 100%;
    background: #fff;
    z-index: 1050;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    transition: right 0.35s cubic-bezier(.4, 0, .2, 1);
}
.bl-slide-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px 28px 18px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0;
    background: #fff;
}
.bl-slide-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    flex: 1;
    padding-right: 16px;
    color: #222;
    letter-spacing: -0.3px;
}
.bl-slide-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #bbb;
    flex-shrink: 0;
    line-height: 1;
    border-radius: 50%;
    transition: color 0.15s, background 0.15s;
}
.bl-slide-close:hover {
    color: #666;
    background: #f0f0f0;
}
.bl-slide-close .material-icons {
    font-size: 22px;
    vertical-align: middle;
}
.bl-slide-body {
    flex: 1;
    overflow-y: auto;
    padding: 28px;
}
.bl-slide-loading {
    text-align: center;
    padding: 80px 0;
    color: #ccc;
    font-size: 13px;
}
.bl-slide-spinner {
    width: 32px;
    height: 32px;
    margin: 0 auto 14px;
    border: 3px solid #eee;
    border-top-color: #2b8ada;
    border-radius: 50%;
    animation: bl-spin 0.7s linear infinite;
}
@keyframes bl-spin {
    to { transform: rotate(360deg); }
}
.bl-slide-content {
    display: none;
}
.bl-slide-comments {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
}
.bl-slide-hr {
    display: none;
    margin: 24px 0;
    border: none;
    border-top: 1px dashed #e0e0e0;
}
.bl-files-label {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.bl-file-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #f7f9fc;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    transition: background 0.15s, border-color 0.15s, transform 0.15s;
}
.bl-file-item:hover {
    background: #eef2f9;
    border-color: #d0d8e8;
    transform: translateX(2px);
    text-decoration: none;
}
.bl-file-icon {
    font-size: 18px;
    color: #5b8dee;
    flex-shrink: 0;
}
.bl-file-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bl-file-dl {
    font-size: 16px;
    color: #aaa;
    flex-shrink: 0;
}
.bl-slide-footer {
    display: flex;
    padding: 16px 28px;
    border-top: 1px solid #eee;
    text-align: right;
    flex-shrink: 0;
    background: #fafafa;
}
.bl-slide-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 8px;
    transition: background 0.15s, color 0.15s;
}
.bl-slide-link:hover {
    background: #eee;
    color: #333;
    text-decoration: none;
}
.bl-slide-link .material-icons {
    font-size: 15px;
}

/* ============================================================
   반응형 처리 (모바일)
   ============================================================ */

/* 태블릿 이하 (992px) */
@media (max-width: 992px) {
    .edu-main-bg .section {
        padding-top: 110px;
    }
    .edu-title {
        font-size: 1.5em;
    }
    .edu-title-logo {
        max-height: 60px;
    }
}

/* 모바일 (767px 이하) */
@media (max-width: 767px) {
    /* 배경/섹션 */
    .edu-main-bg {
        background-attachment: scroll;
    }
    .edu-main-bg .section {
        padding-top: 90px;
    }

    /* 타이틀 */
    .edu-title-bar {
        margin-bottom: 14px;
    }
    .edu-title-row {
        gap: 10px;
        margin-bottom: 8px;
    }
    .edu-title {
        font-size: 1.3em;
    }
    .edu-title-logo {
        max-height: 48px;
    }

    /* Breadcrumb */
    .mtl-breadcrumb {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px 8px;
        padding: 8px 10px;
        font-size: 0.8em;
    }
    .mtl-breadcrumb-actions {
        margin-left: auto;
        width: auto;
        flex-wrap: wrap;
    }
    .mtl-breadcrumb-btn {
        padding: 4px 10px !important;
        font-size: 11px !important;
    }
    .mtl-breadcrumb-current {
        padding: 2px 8px;
    }

    /* 테이블 */
    .bl-table {
        min-width: 360px;
    }
    .bl-table thead th {
        padding: 10px 6px;
        font-size: 0.72em;
    }
    .bl-table tbody td {
        padding: 10px 6px;
    }
    .bl-cell-num,
    .bl-cell-date {
        font-size: 0.75em;
    }
    .bl-title-link {
        font-size: 0.85em;
    }

    /* 빈 데이터 */
    .bl-empty {
        padding: 50px 16px !important;
    }
    .bl-empty-icon {
        font-size: 40px;
        margin-bottom: 10px;
    }

    /* 뒤로가기 */
    .mtl-back-wrap {
        margin-top: 24px;
        padding-top: 18px;
    }
    .mtl-back-btn {
        padding: 8px 18px;
        font-size: 13px;
    }

    /* 페이징 */
    .bl-pagination-wrap {
        margin-top: 24px;
    }
    .bl-pagination a {
        min-width: 30px;
        padding: 6px 8px 8px;
        font-size: 13px;
    }
    .bl-pagination-edge .material-icons {
        font-size: 18px;
    }

    /* 슬라이드 패널 */
    .bl-slide-panel {
        width: 100vw;
        max-width: 100vw;
    }
    .bl-slide-header {
        padding: 16px 18px 12px;
    }
    .bl-slide-title {
        font-size: 15px;
    }
    .bl-slide-body {
        padding: 18px;
    }
    .bl-slide-footer {
        padding: 12px 18px;
    }
}
