body {
    white-space: nowrap;
    user-select:none;
    margin: 0;
}
#aside::-webkit-scrollbar {display: none;}
#aside {
    width: 240px;
    height: 100%;
    position: fixed;
    padding: 80px 10px 10px 10px;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 4;
    background-color: white;
    box-sizing: border-box;
    border-right: 1px solid #DFE0E1;
}
.aside_btn {
    border: 0;
    background: none;
    width: 100%;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
    /*color: gray;*/
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.aside_btn:hover {
    /*color: black;*/
    /*font-weight: bold;*/
}
.custom_arrow {
    transition: all 0.2s;
    font-size: 18px;
}
.aside_collapse {
    overflow: hidden;
    max-height: 0;
    transition: all 0.2s;
}
.aside_div {
    background-color: #f2f4f7;
    border-radius: 5px;
    padding: 5px;
    max-height: fit-content;
    display: flex;
    flex-flow: column;
}
.aside_a {
    font-size: 14px;
    text-decoration: none;
    padding: 9px 9px 9px 30px;
    box-sizing: border-box;
    margin: 2px;
}
.aside_a:hover {
    border-radius: 5px;
    background-color: #e1e7ef;
    font-weight: bold;
    color: black;
}
#base_logo_div {
    height: inherit;
}
#logo_img {
    height: inherit;
    cursor: pointer;
    object-fit: cover;
}
#nav {
    position: fixed;
    top: 0;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0 -5px 10px 0;
    z-index: 30;
}
#nav_right {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    margin-right: 20px;
}
.nav_title {
    margin-left: 10px;
}
#logout_btn {
    width: 70px;
    height: inherit;
    display: flex;
    color: gray;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#logout_btn:hover {
    color: white;
    background-color: black;
}
#main {
    padding-left: 240px;
    padding-top: 70px;
}
#content_div {
    position: relative;
}
#content_load {
    margin: 24px 24px 24px 24px;
    min-width: 1400px;
    overflow: hidden;
}
#modal_loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 9999;
}
#modal_loading > #spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.custom_icon {
    font-size: 14px;
}
.color_black {
    color: black;
}
.color_gray {
    color: lightgray;
}
.cursor_pointer {
    cursor: pointer;
}
.active_false_bg {
    background-color: #f8d7da !important;
}
.min_width_fit {
    min-width: fit-content;
}
.cell_hover:hover {
    background-color: #e5e5e5;
    cursor: pointer;
}
.col_min {
    min-width: 130px;
}

/*data table*/
.hu_table {
    font-size: 14px; !important;
    box-sizing: border-box; !important;
    text-align: center; !important;
    width: 100%;
    margin-bottom: 20px; !important;
    margin-top: 20px; !important;

    border-spacing: 0; !important;
    border-collapse: collapse; !important;

    user-select: text;
}
.hu_table th, .hu_table td {
    border: 1px solid #2f2f2f; !important; -webkit-print-color-adjust: exact;
    padding: 6px; !important;
}
.hu_table tbody {
    vertical-align: inherit; !important;
}
.hu_table th {
    background-color: #002060; !important; -webkit-print-color-adjust: exact;
    color: white; !important;
}
.hu_table tr:nth-child(even) {
  /*background-color: #f8fcff; !* 짝수 행 배경색 *!*/
}
.hu_table.hu_table_hover tbody tr:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

/*input table*/
.hu_table_input {
    font-size: 14px; !important;
    box-sizing: border-box; !important;
    width: 100%;
    margin-bottom: 20px; !important;
    margin-top: 20px; !important;

    user-select: text;
}
.hu_table_input th, .hu_table_input td {
    border: 1px solid #d1dae7; !important; -webkit-print-color-adjust: exact;
    height: 40px; !important;
}
.hu_table_input th {
    background-color: #E8F5E9;; !important; -webkit-print-color-adjust: exact;
    color: #1b1b1b; !important;
    text-align: center; !important;
}
.hu_table_input td:first-child {
    background-color: #F5FAF5; /* 원하는 색상으로 변경 */
}
.hu_table td:first-child {
    background-color: #F5FAF5; /* 원하는 색상으로 변경 */
}
.hu_table_show td:first-child {
    background-color: #F5FAF5; /* 원하는 색상으로 변경 */
}
.first_td {
    background-color: #F5FAF5;
}

.hu_table_show {
    font-size: 14px; !important;
    box-sizing: border-box; !important;
    width: 100%;
    margin-bottom: 20px; !important;
    margin-top: 20px; !important;

    user-select: text;
}
.hu_table_show th, .hu_table_show td {
    border: 1px solid #d1dae7; !important; -webkit-print-color-adjust: exact;
    height: 40px; !important;
}
.hu_table_show th {
    background-color: #E8F5E9; !important; -webkit-print-color-adjust: exact;
    color: #1b1b1b; !important;
    text-align: center; !important;
}
.hu_table_show td {
    color: black; !important;
    text-align: center; !important;
}

.page_active {
    color: #6c757d;
    background-color: #00B050;
}

.sub_title {
    border-left: 5px solid black;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.date_border {
    border: 1px solid #767676;
}


.nav-tabs .nav-link {
    background-color: darkgray;
    color: white;
}

.nav-tabs .nav-link.active {
    background-color: #002060;
    color: white;
}

.btn_print {
    background-color: #0078D4;
    color: white;
    min-width: 130px;
    border: 0;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
}
.btn_print:hover {
    background-color: #004f8c;
}

.btn_post {
    background-color: #00B050;
    color: white;
    min-width: 130px;
    border: 0;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
}
.btn_post:hover {
    background-color: #006d33;
}

.add_settings_btn {
    background-color: #F2F4F7;
    border: 0;
    border-radius: 5px;
}

.add_settings_btn:hover {
    background-color: grey;
}

.btn_black {
    background-color: #000000;
    color: white;
    min-width: 130px;
    border: 0;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
}
.btn_black:hover {
    background-color: #2f2f2f;
}

.btn_get{
    background-color: darkgray;
    color: white;
    min-width: 130px;
    border: 0;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
}
.btn_get:hover {
    background-color: grey;
}

/* Company ID 5 전용 스타일 */
.company-5 .nav-tabs .nav-link {
    background-color: #f0ad4e;
    color: white;
}

.company-5 .nav-tabs .nav-link.active {
    background-color: #002060;
    color: white;
}

.company-5 .btn_get{
    background-color: #5bc0de;
    color: white;
}
.company-5 .btn_get:hover {
    background-color: #31b0d5;
}

.btn_blue{
    background-color: #002060;
    color: white;
    min-width: 130px;
    border: 0;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
}
.btn_blue:hover {
    background-color: #001238;
}

.btn_red{
    background-color: #b90000;
    color: white;
    min-width: 130px;
    border: 0;
    border-radius: 5px;
    padding: 7px;
    font-size: 13px;
}
.btn_red:hover {
    background-color: #800000;
}

.table_fixed {
    table-layout: fixed;
}

.no_change_value {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
}

.form-control {
    appearance: auto;
    width: 100%; !important;
}

.scroll_div {
    position: fixed; /* 화면 전체 기준 */
    top: 260px; /* 예: 헤더 높이만큼 떨어뜨리기 */
    left: 264px;
    right: 22px;
    bottom: 1vh;
    overflow-y: auto; /* 내부 스크롤 */

    overscroll-behavior: contain;   /* ← 또는 none */
}
