.main_popup_004 {
    width: 640px;
    padding: 20px;
    border: 1px solid #ccc;
    background: #e8f0f1;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;

}

.main_popup_004-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #484C7F;
}

.main_popup_004-header h2 {
    margin: 0;
}

.main_popup_004-content {
    max-height: 1000px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.main_popup_004-content table {
    width: 100%;
    border-collapse: collapse;
}

.main_popup_004-content th,
.main_popup_004-content td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.main_popup_004-footer {
    text-align: right;
}

.main_popup_004-footer button {
    margin-left: 10px;
}


.main_popup_004-header span {
    position: fixed;
    right: .5rem;
    top: 10px;
}


.main_popup_004_close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}



.main_popup_004_scroll-container {
   text-align: center;
}

.main_popup_004_scroll-text {

}
