  /* 메모 카드 */
        #MemCardMemo {
            margin-bottom: 20px;
        }

        /* 메모 목록 */
        #MM_List ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #MM_List ul li {
            padding: 12px;
            margin-bottom: 10px;
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 6px;
            transition: all 0.2s;
        }

        #MM_List ul li:hover {
            border-color: #007bff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        #MM_List ul li.important {
            border-left: 4px solid #ffc107;
            background-color: #fffbf0;
        }

        .memo-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.85rem;
            color: #6c757d;
        }

        .memo-content {
            font-size: 0.95rem;
            color: #212529;
            line-height: 1.5;
            margin-bottom: 8px;
            white-space: pre-wrap;
            word-wrap: break-word;
        }

        .memo-actions {
            display: flex;
            justify-content: flex-end;
            gap: 5px;
        }

        /* 페이징 */
        #MM_Pagination {
            display: flex;
            justify-content: center;
            margin: 15px 0;
        }

        #MM_Pagination .pagination {
            margin: 0;
        }

        /* 메모 작성 폼 */
        #MM_Reg {
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e9ecef;
        }

        #MM_Reg .form-group {
            margin-bottom: 0;
        }

        #MM_Reg textarea {
            resize: none;
            border: 1px solid #ced4da;
        }

        #MM_Reg textarea:focus {
            border-color: #80bdff;
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        }

        .MM_Button {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            margin-top: 10px;
        }

        .MM_Button .btn {
            min-width: 80px;
        }
        .modal-header{
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            padding: 1rem;
            border-bottom: 1px solid #e9ecef;
            border-top-left-radius: calc(.3rem - 1px);
            border-top-right-radius: calc(.3rem - 1px);

        }


        /* 대시보드 컨테이너 설정 */
        .dashboard-container {
            position: relative;
            /* overflow: hidden; */
        }

        /* 커스텀 백드롭 스타일 */
        .custom-modal-backdrop {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            /* background-color: rgba(0, 0, 0, 0.5); */
            z-index: 1040;
            display: none;
        }

        /* 회원정보 수정 모달*/
        #MemEdit.modal {
            position: absolute !important;
            z-index: 1050;
        }

        #MemEdit .modal-dialog {
            margin: 30px auto;
        }
        /*.회원정보 수정 모달*/

        /*문의게시판 모달 */
        #Inquiry_Detail.modal{
            position: absolute !important;
            z-index: 1050;

        }
        #Inquiry_Detail.modal-dialog{
            margin: 30px auto;
        }

        /* 레벨테스트 모달 */

        #LTEdit.modal{
            position: absolute !important;
            z-index: 1050;
        }
        #LTEdit.modal-dialog{
            margin: 30px auto;
        }






    body.modal-open {
        overflow: auto !important;
        padding-right: 0 !important;
    }
    #InquiryBody .InquiryContent{
        margin-bottom: 30px;
        padding: 15px;
        border-radius: 6px;
        border : solid 1px #e3e3e3;
    }
    textarea.form-control{
        min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    }
    textarea.form-control{
        height: auto;
    }

    /* td { white-space: nowrap; } */


    /*.문의게시판 모달 */




    #table7 tbody tr,
    #table8 tbody tr {
        height: 60px; 
    }

    #table7 tbody td,
    #table8 tbody td {
        vertical-align: middle;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis; 
        /* max-width: 200px;  */
    }

    #table7 tbody td:nth-child(3),
    #table8 tbody td:nth-child(1) {
        /* white-space: normal;  */
    }

    .info-section,
        .stats-grid {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .dashboard-container {
            position: relative;
            overflow: hidden;
        }

        .dashboard-header {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            background: #f8f9fa;
            border-bottom: 2px solid #dee2e6;
            position: relative;
        }

        .dashboard-header-content {
            display: flex;
            align-items: center;
            gap: 40px;
            max-width: 100%;
            flex-wrap: wrap;
        }

        .header-section {
            display: flex;
            align-items: center;
        }

        .member-profile-inline {
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: flex-start;
        }

        .member-name-row {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .member-name-section {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .member-name-section p {
            margin: 0;
            font-size: 0.875rem;
        }

        .profile-edit-btn {
            border-radius: 50%;
            padding: 6px 9px;
            border: 1px solid #dee2e6;
            background: #f8f9fa;
            cursor: pointer;
        }

        .profile-edit-btn:hover {
            background-color: #e9ecef;
        }

        .btn-auto-login {
            white-space: nowrap;
            font-size: 0.675rem;
            padding: 5px 10px;
            background: #0d6efd;
            color: white;
            border: 1px solid #0d6efd;
            border-radius: 4px;
            cursor: pointer;
        }

        .btn-auto-login:hover {
            background: #0b5ed7;
        }

        .divider {
            width: 2px;
            height: 60px;
            background: #dee2e6;
        }

        .info-section {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }

        .info-group {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .info-item {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 0.8rem;
            color: #495057;
        }

        .info-item i {
            color: #6c757d;
            font-size: 0.8rem;
        }

        .info-item strong {
            color: #212529;
            font-weight: 500;
        }

        .stats-section {
            display: flex;
            align-items: center;
        }

        .stats-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            align-items: center;
        }

        .stat-item-inline {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 0.9rem;
            color: #495057;
            white-space: nowrap;
        }

        .stat-item-inline i {
            color: #6c757d;
        }

        .stat-value {
            font-size: 0.9rem;
            font-weight: 600;
        }

        .stat-value.text-primary {
            color: #0d6efd;
        }

        .stat-value.text-success {
            color: #198754;
        }

        .stat-value.text-info {
            color: #0dcaf0;
        }

        .stat-value.text-warning {
            color: #ffc107;
        }

        .dashboard-close {
            background: none;
            border: none;
            font-size: 1.5rem;
            color: #6c757d;
            cursor: pointer;
            padding: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 20px;
            top: 15px;
        }

        .dashboard-close:hover {
            color: #212529;
        }

        /* 메인 레이아웃 */
        .dashboard-main {
            display: flex;
            gap: 17px;
            padding: 20px;
        }

        .dashboard-sidebar {
            max-width: 100%;
            flex-shrink: 0;
        }

        .dashboard-content-area {
            flex: 1;
            min-width: 0;
        }

        /* 메모 카드 */
        .info-card {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 20px;
        }

        .card-title {
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* 메모 스타일 */
        #MemCardMemo {
            margin-bottom: 20px;
        }

        #MM_List ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #MM_List ul li {
            padding: 12px;
            margin-bottom: 10px;
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 6px;
            transition: all 0.2s;
        }

        #MM_List ul li:hover {
            border-color: #007bff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .memo-content {
            font-size: 0.95rem;
            color: #212529;
            line-height: 1.5;
            margin-bottom: 8px;
            white-space: pre-wrap;
            word-wrap: break-word;
        }

        #MM_Pagination {
            display: flex;
            justify-content: center;
            margin: 15px 0;
        }

        #MM_Reg {
            padding: 15px;
            background-color: #f8f9fa;
            border-radius: 8px;
            border: 1px solid #e9ecef;
        }

        #MM_Reg textarea {
            resize: none;
            border: 1px solid #ced4da;
        }

        .MM_Button {
            display: flex;
            justify-content: flex-end;
            gap: 10px;
            margin-top: 10px;
        }

        /* 탭 */
        .dashboard-tabs {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
            border-bottom: 2px solid #dee2e6;
            gap: 10px;
        }

        .tab-item {
            padding: 12px 20px;
            cursor: pointer;
            border-bottom: 3px solid transparent;
            transition: all 0.2s;
            color: #6c757d;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .tab-item:hover {
            color: #0d6efd;
            background: #f8f9fa;
        }

        .tab-item.active {
            color: #0d6efd;
            border-bottom-color: #0d6efd;
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
        }

        /* 테이블 */
        .table-responsive {
            margin-bottom: 30px;
        }

        .table-responsive h5 {
            margin-bottom: 15px;
            font-weight: 600;
        }

        /* 반응형 */
        @media (max-width: 1400px) {
            .dashboard-header-content {
                gap: 20px;
            }
            .info-section {
                gap: 15px;
            }
            .stats-grid {
                gap: 6px 15px;
            }
        }

        @media (max-width: 1200px) {
            .dashboard-header {
                flex-direction: column;
                gap: 1rem;
                text-align: center;
            }
            .dashboard-header-content {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            .divider {
                display: none;
            }
        
            .dashboard-sidebar {
                /* width: 100%; */
                max-width: 100%;
            }

            #meminfoma{
                display: none;
            }
            .dashboard-content-area {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .dashboard-header {
                padding: 10px 15px;
            }
            .dashboard-header-content {
                gap: 15px;
            }
            .info-section {
                gap: 10px;
            }
            .info-group {
                width: 100%;
            }
            .stats-grid {
                flex-direction: column;
                align-items: flex-start;
                gap: 6px;
            }
        }
/* 
        여기 추가 2025 테이블 높이 */

        .table-card{
            min-height: 400px;
            display: flex;
            flex-direction: column;
        }
        .table-card .table-responsive{
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .table-card .table-responsive table{
            flex:1;
        }
        .row1{
            display: flex;
            flex-wrap: wrap;
        }
        .row1 > [class*='col-'] {
            display: flex;

        }

        .row1 > [class*='col-'] .table-card {
            width: 100%;
            min-height: 200px; /* 원하는 높이로 조정 */
        }

        /* 반응형에서도 높이 유지 */
        @media (max-width: 768px) {
            .table-card {
                min-height: 150px; /* 모바일에서는 조금 작게 */
            }
        }

        /* 여기 추가 2025 테이블 높이 */





        .input-group {
            display: flex;
        }

        .input-group .form-control {
            flex: 1;
        }

        .input-group .btn {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

        /* datetime-picker-container가 input-group 안에 있을 때 */
        .input-group .datetime-picker-container {
            flex: 1;
            display: flex;
            gap: 5px;
        }

        .input-group .datetime-picker-container input[type="date"],
        .input-group .datetime-picker-container input[type="time"] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group .datetime-picker-container input[type="time"] {
            border-left: 0;
        }

        .memo-fixed {
            position: fixed;
            top: 80px;          /* 상단 헤더 아래 */
            right: 20px;        /* 화면 오른쪽 고정 */
            width: 320px;

            max-height: calc(100vh - 100px);
            background: #fff;

            z-index: 1050;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 6px 16px rgba(0,0,0,0.15);
        }


        #MemCardMemo {
            /* display: flex; */
            flex-direction: column;
            height: 100%;
        }

        #MM_List {
            flex: 1;
            overflow-y: auto;
        }

        #MM_Pagination {
            flex: 0 0 auto;
        }

/* 
    라벨 */


    label{
        font-weight: 600;
    }

    table thead th{

        white-space: nowrap;
    }
/* 주문상세정보 */
    #orderItemBoxs .item img{
        max-width: 100%;
        width: 80px;
        border:solid 1px #e3e3e3;


    }

    #orderItemBoxs .item{
        position: relative;
        width: 100%;
        margin-bottom: 6px;
    }

    #orderItemBoxs .item .deleteItem{
        position: absolute;
        right: 0;
        top:0;
        text-align: right;

    }

    















 