@charset "UTF-8";

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'),
    url('../webfonts/Pretendard-Black.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-Black.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'),
    url('../webfonts/Pretendard-ExtraBold.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-ExtraBold.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'),
    url('../webfonts/Pretendard-Bold.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'),
    url('../webfonts/Pretendard-SemiBold.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'),
    url('../webfonts/Pretendard-Medium.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'),
    url('../webfonts/Pretendard-Regular.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'),
    url('../webfonts/Pretendard-Light.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-Light.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'),
    url('../webfonts/Pretendard-ExtraLight.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-ExtraLight.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'),
    url('../webfonts/Pretendard-Thin.subset.woff2') format('woff2'),
    url('../webfonts/Pretendard-Thin.subset.woff') format('woff');
}

/*
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../webfonts/PretendardVariable.woff2') format('woff2-variations');
}
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #f5f5f5 !important;
    font-family: 'Pretendard' !important;
    font-weight: 500 !important;
    color: #000000 !important;
    width: 100%;
    font-feature-settings: 'tnum';
}

.main-content {
    padding: 1.5rem 2rem 5rem 2rem;
    border-top: 1px solid #e9e9e9;
}

.nav-function-top .page-header {
    background: #000;
    height: 70px;
    border-bottom: 1px solid #FFF;
}

/*.nav-function-top .page-sidebar {top:10px; background:none; z-index:9999;}*/
.nav-function-top .page-sidebar {
    width: calc(100vw - 350px);
    position: absolute;
    top: 5px;
    left: 60%;
    z-index: 10000;
    transform: translate(-58%);
    background: #000;
}

.nav-function-top .page-content {
    padding: 0;
    background: #f9f9f9 url('../img/layout/contents-bg.png') no-repeat 50% 50%;
    background-size: cover;
}

.width-4 {
    width: 1.5rem !important;
}

.page-logo-text {
    font-family: 'Poppins' !important;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 14px;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a {
    font-family: 'GmarketSansMedium';
    font-size: 16px;
    color: #FFF;
    padding: 1.25rem 1.25rem .75rem 1.25rem;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a:hover {
    color: #ff57bb;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a {
    color: #ff57bb;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
    content: none;
}

.nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child, .nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
    color: #FFF;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
    top: 8px;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    line-height: 26px;
}

.nav-function-top .page-content-wrapper {
    margin-top: 70px;
    background: #FFF;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
    background: #000;
    width: 11rem;
    top: 64px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 0 0 10px 10px;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
    -webkit-animation: animateFadeInUp 0s
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
    content: none;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
    color: #FFF;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li.active {
    background: #333 !important;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ui li.active {
    color: #F246AC !important;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
    background: #555 !important;
    color: #FFF;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #000;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul li a {
    font-size: 13px;
    padding: 0.25rem 1.25rem;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul li a:hover {
    background: #000 !important;
    color: #F246AC;
}

.nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul li a.active {
    color: #F246AC;
}

.nav-menu li.active:not(.open) > a:before {
    content: none;
}

.nav-tabs-clean {
    height: auto !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000 !important;
}

.nav-item a.nav-link {
    color: #000;
    word-break: keep-all;
}

.subheader {
    margin-bottom: 0;
    padding: 1.5rem 2rem 0 2rem;
    background: #FFF;
}

.subheader-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.subheader-title small {
    display: inline-block;
    margin-left: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
}

.breadcrumb-item.active {
    color: #000;
}

.page-content .panel {
    padding: 0 15px 0 15px;
}

.panel-hdr {
    border-bottom: 1px solid #777;
}

.panel-content {
    word-break: keep-all;
}

.page-footer {
    background: #dedede;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #000;
    background-color: #000;
}

.t-naver {
    background: #32b118 url('../img/layout/icn_naver.png') no-repeat 10px 50%;
    border: none;
}

.t-kakao {
    background: #f8ef2c url('../img/layout/icn_kakao.png') no-repeat 10px 50%;
    border: none;
}

.t-google {
    background: #cd212a url('../img/layout/icn_google.png') no-repeat 10px 50%;
    border: none;
}

.alert-primary li {
    word-break: keep-all;
}

.col-form-label {
    text-align: right !important;
}

.card {
    border: 0;
    box-sizing: border-box;
}

.card > a {
    color: #000;
    border: 1px solid #cdcdcd;
}

.card > a:hover {
    border: 1px solid #000;
    box-sizing: border-box !important;
    border-radisu: 4px !important;
}

.product_stat {
    position: absolute;
    left: 0;
    top: 20px;
}

.page-item .page-link {
    color: #000;
}

.page-item.active .page-link {
    background: #000;
    border-color: #000;
}

.page-item .page-link:hover {
    background: #999 !important;
}

.pagination .page-item:first-child:not(.active) .page-link, .pagination .page-item:last-child:not(.active) .page-link, .pagination .page-item.disabled .page-link {
    background: #E7E7E7;
}

.border-tw {
    border-top: 1px solid #aeaeae;
}

.bg-th {
    background: #EEE;
}

/* 테이블 */
table caption {
    display: none;
}

.table th, .table td {
    vertical-align: middle;
}

table tbody tr.active {
    background: #f3f3f3;
}

.tbListA {
    width: 100%;
    font-size: 100%;
    background: #FFF;
    border-top: 2px solid #aeaeae !important;
    border-bottom: 1px solid #cfcfcf;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.tbListA thead tr th {
    padding: 7px 0 7px;
    font-weight: 400;
    color: #3e3e3e;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    background: #eeeeee;
}

.tbListA thead tr th:first-child {
    border-left: 0;
}

.tbListA thead tr th.CL {
    border-left: 1px solid #cdcdcd;
    text-align: center;
}

.tbListA tbody tr td {
    word-break: break-word;
    height: 30px;
    color: #3e3e3e;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #dfdfdf;
    line-height: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tbListA tbody tr:first-child td {
    border-top: 0;
}

.tbListA tbody tr td:first-child {
    border-left: 0;
}

.tbListA tbody tr td.CL {
    border-left: 1px solid #e1e1e1;
}

.tbListA tbody tr td a {
    color: #F246AC;
    font-weight: 500;
}

.tbListA tbody tr td a.de {
    font-size: 14px;
}

.tbListA tbody tr td a:hover {
    text-decoration: none;
}

.tbListA tbody tr.point {
    background: #ffefdb;
    font-weight: bold;
}

.tbListA tfoot tr:first-child td {
    border-top: 0;
}

.tbListA tfoot tr td:first-child {
    border-left: 0;
}

.tbListA tfoot tr {
    background: #ffebc1;
}

.tbListA tfoot tr td {
    height: 19px;
    padding: 10px;
    color: #000;
    font-weight: 500;
    text-align: right;
}

.tbListA tbody.alignC tr td {
    text-align: center;
}

.tbListA tbody.alignC tr.active {
    background: #f1ebdb;
}

.tbListA tbody.alignC tr.total {
    background: #f1ebdb;
}

.tbListA tbody.alignC tr td.total {
    background: #f1ebdb;
}

.tbListA tbody.pd10 tr td {
    padding: 10px 5px;
}

.tbListA tbody.pd10 tr td.cate {
    line-height: 24px;
    vertical-align: top;
    padding-left: 20px;
}

.tbListA tbody.pd10 tr td.CL {
    border-left: 1px solid #cdcdcd;
    text-align: center;
}

.tbListA tbody.pd10 tr td.date {
    text-align: left;
    padding: 5px;
    font-weight: bold;
}

.tbListA tbody.pd10 tr td.memo {
    border-top: 0px;
    height: 70px;
}

.tbListA tbody.pd10 tr td.sun {
    background: #fff7f9;
    color: #ea0732;
}

.tbListA tbody.pd10 tr td.sat {
    background: #effdff;
    color: #0da4ba;
}

.tbListA tbody.pd10 tr.point td {
    background: #ffefe9;
    font-weight: bold;
}

.tbListA tbody.pd10 tr.Endpoint td {
    background: #ffcc00;
    font-weight: bold;
}

.tbWriteA {
    width: 100%;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.tbWriteA tbody tr th {
    height: 40px;
    padding: 5px 15px 5px 10px;
    font-weight: 400;
    color: #3e3e3e;
    vertical-align: middle;
    border-top: 1px solid #e1e1e1;
    background: #eeeeee;
    text-align: right;
    word-break: keep-all;
}

.tbWriteA tbody tr th label {
    margin: 0 !important;
    vertical-align: middle;
}

.tbWriteA tbody tr th:first-child {
    border-left: 0px;
}

.tbWriteA tbody tr th.CL {
    border-left: 1px solid #e1e1e1;
}

.tbWriteA tbody tr th span {
    color: #f50000;
}

.tbWriteA tbody tr td {
    height: 40px;
    padding: 5px 10px 5px 10px;
    line-height: 160%;
    vertical-align: middle;
    border-top: 1px solid #e1e1e1;
    background: #FFF;
}

.tbWriteA tbody tr:first-child th, .tbWriteA tbody tr:first-child td {
    border-top: 0;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

div.dataTables_length {
    display: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    background: #000;
}

.dataTables_wrapper tr.child td.child .dtr-details:before {
    color: #000;
    top: 10px !important;
}

.dataTables_wrapper tr.child td.child .dtr-details:after {
    background: #ddd;
}

.div.dataTables_wrapper div.dataTables_info {
    padding-bottom: 0.85rem !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    top: 5px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    top: 5px;
}

.accordion.accordion-hover .card-title:not(.collapsed) {
    color: #000;
    background: #FFF;
}

.accordion.accordion-hover .card-header:hover .card-title.collapsed {
    color: #000;
    background: #FFF;
}

.bg-gray {
    background: #EEE;
}

.text-truncate {
    white-space: normal;
    word-break: keep-all;
}

.tbFixed {
    background: #FFF;
    border-bottom: 1px solid #cfcfcf !important; /*border-top:2px solid #aeaeae !important;*/
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    min-width: 1800px;
    min-height: calc(100vh - 400px);
}

.tbFixed thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
}

.tbFixed thead th {
    padding: 7px 0 7px;
    font-weight: 400;
    color: #3e3e3e;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf !important;
    background: #eeeeee;
}

.tbFixed thead th:last-child {
    border-right: none !important;
}

.tbFixed tbody td {
    background: #FFF;
    padding: 7px 0 7px;
    word-break: break-word;
    height: 30px;
    color: #3e3e3e;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #dfdfdf;
    line-height: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.tbFixed tbody td:last-child {
    border-right: none;
}

.tbFixed tbody td:active, .tbFixed tbody td:visited .tbFixed tbody td:focus {
    border: 2px solid #000;
}

.sot {
    overflow: auto;
    box-sizing: border-box;
    border-top: 2px solid #aeaeae !important; /*border-bottom:1px solid #cfcfcf;*/
    padding: 0;
}

.sot > table {
    table-layout: fixed;
    position: relative;
    border-collapse: separate !important;
    border-spacing: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    border-width: 0px;
    overflow: visible;
    background-color: #fff;
}

.sot-table-width-auto > table {
    width: auto !important;
}

.sot-table-width-100px > table {
    width: 100px !important;
}

.sot td, .sot th {
    /*border: 1px solid #ccc;*/
}

.sot-top.sot-left {
    background-color: #EEEEEE !important;
}

.sot-top {
    position: sticky;
    top: 0;
    z-index: 8;
    background-color: #EEEEEE !important;
}

.sot-left {
    position: sticky;
    left: 0;
    z-index: 7;
    background-color: #FFF;
}

.sot-bottom {
    position: sticky;
    bottom: 0;
    z-index: 8;
    background-color: #fff;
}

.sot-right {
    position: sticky;
    right: 0;
    z-index: 7;
    background-color: #fff;
}

.sot-top.sot-left,
.sot-bottom.sot-left,
.sot-top.sot-right,
.sot-bottom.sot-right {
    z-index: 9;
}

.sot::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.sot::-webkit-scrollbar-thumb {
    background-color: #333;
}

.sot::-webkit-scrollbar-track {
    background-color: #EEE;
}

#custom-responsive-table {
    max-width: 2800px;
    width: 100%;
    overflow-x: auto;
}

#custom-responsive-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

#custom-responsive-table::-webkit-scrollbar-thumb {
    background-color: #333;
}

#custom-responsive-table::-webkit-scrollbar-track {
    background-color: #EEE;
}

.th-bg1 {
    background: #e3f4f7 !important;
}

.th-bg2 {
    background: #f9e7e9 !important;
}

.th-bg3 {
    background: #FFF3CD !important;
}

.text-room1 {
    color: #FFE699 !important;
}

.text-room2 {
    color: #C5E0B4 !important;
}

.text-room3 {
    color: #FF66FF !important;
}

.text-room4 {
    color: #B55FFE !important;
}

.text-room5 {
    color: #2F5597 !important;
}

.text-room6 {
    color: #BDD7EE !important;
}

.text-room7 {
    color: #FF3300 !important;
}

.text-room8 {
    color: #92D050 !important;
}

.bg-room1 {
    background-color: #FFE699 !important;
}

.bg-room2 {
    background-color: #C5E0B4 !important;
}

.bg-room3 {
    background-color: #FF66FF !important;
}

.bg-room4 {
    background-color: #B55FFE !important;
}

.bg-room5 {
    background-color: #2F5597 !important;
}

.bg-room6 {
    background-color: #BDD7EE !important;
}

.bg-room7 {
    background-color: #FF3300 !important;
}

.bg-room8 {
    background-color: #92D050 !important;
}

/* sweet Alert */
.swal2-title {
    font-size: 1.25rem;
    font-weight: 600 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #000000 !important;
}

.swal2-content {
    color: #000000 !important;
}

@media only screen and (max-width: 1024px) {
    .page-header, .page-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main-content {
        padding: 1.5rem 1rem 5rem 1rem !important;
    }

    .hidden-lg-up {
        width: 100%;
    }

    .nav-function-top .page-content-wrapper {
        margin-top: 0;
    }

    .header-btn[data-class='mobile-nav-on'] {
        background: #000;
        border-color: #000;
    }

    .dropdown-icon-menu > ul > li .btn, .header-btn {
        border: none;
        color: #FFF;
    }

    .page-wrapper .page-content .subheader {
        margin-bottom: 0;
        padding-bottom: 0.75rem;
    }

    .page-wrapper .page-content .subheader .subheader-title {
        font-weight: 700;
        text-align: center;
        word-break: keep-all;
        font-size: 20px;
    }

    .page-wrapper .page-content .subheader .subheader-title small {
        font-size: 54%;
        display: none;
    }

    .modal-footer.mNav {
        justify-content: center;
        background: #dedede;
        border-radius: 0;
    }

    .modal-body .m-nav-area > a {
        display: block;
        font-family: 'GmarketSansMedium';
        font-size: 0.875rem;
        color: #000;
        border-bottom: 1px solid #f1f1f1;
        padding: 0.7rem 2rem 0.5rem 1rem;
    }

    .modal-body .m-nav-area > a > [class*='fa-'], .nav-menu li a > .ni {
        color: #777;
        margin-right: 3px;
    }

    .modal-body .m-nav-area > a.active > [class*='fa-'], .nav-menu li a > .ni {
        color: #FFF;
        margin-right: 3px;
    }

    .modal-body .m-nav-area > a:hover {
        background: #F3F3F3;
    }

    .modal-body .m-nav-area > a.active {
        background: #000;
        color: #FFF;
    }

    .modal-body .m-nav-area .card-body {
        background: #F3F3F3;
    }

    .modal-body .m-nav-area .card-body > a {
        color: #000;
        padding: 0.1rem;
        border: none !important;
    }

    .modal-body .m-nav-area .card-body > a.active {
        color: #F246AC;
    }

    .col-form-label {
        text-align: left !important;
    }

    /* Force table to not be like tables anymore */
    #custom-responsive-table table {
        border-top: 1px solid #aeaeae !important;
    }

    #custom-responsive-table table,
    #custom-responsive-table thead,
    #custom-responsive-table tbody,
    #custom-responsive-table th,
    #custom-responsive-table td,
    #custom-responsive-table tr {
        display: block;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #custom-responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #custom-responsive-table tbody tr th {
        font-weight: 400;
        color: #3e3e3e;
        text-align: center;
        vertical-align: middle;
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        background: #eeeeee;
    }

    #custom-responsive-table tr { /*border: 1px solid #ccc;*/
    }

    #custom-responsive-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: calc(100% - 60%); /*컬럼위치조정*/
        white-space: normal;
        text-align: left !important;
        min-height: 40px !important;
        height: auto !important;
    }

    #custom-responsive-table td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 12px;
        left: 20px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    #custom-responsive-table td:before {
        content: attr(data-title);
    }
}

@media only screen and (max-width: 576px) {
    .header-btn[data-class='mobile-nav-on'] {
        background: #000;
        border-color: #000;
    }

    .nav-function-top .page-content-wrapper {
        margin-top: 0;
    }

    .nav-function-top .page-header {
        padding: 0 2rem 0 2rem;
    }

    .page-header, .page-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .dropdown-icon-menu > ul > li .btn, .header-btn {
        border: none;
        color: #FFF;
    }

    .main-content {
        padding: 1rem 1rem 3rem 1rem;
    }
}

#naf_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(250, 250, 250, 0); /* 기본은 투명 */
    z-index: 999999999;
}

/* 강조 모드: ajax 지연 시만 */
#naf_overlay.active {
    background: rgba(0, 0, 0, 0.3);
    display: block;
}

/* 가운데 아이콘 위치 */
#naf_overlay .loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

/* 기본 스피너 스타일 (Font Awesome 6 예시) */
#naf_overlay .loading-icon i {
    font-size: 3rem;
    color: white;
    animation: spin 1s linear infinite;
}

.naf-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.naf-modal-backdrop.show {
    opacity: 1;
}

.modal.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.fade.show {
    opacity: 1;
}

.naf-modal-open {
    display: block;
    z-index: 1050;
}

.naf-modal-body-lock {
    overflow: hidden;
}

.naf-postcode-layer {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.naf-postcode-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* iframe 전체 영역 */
.naf-postcode-frame {
    width: 400px;
    height: 480px; /* 원래보다 살짝 줄임 (기본 550~570 정도 나옴) */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.naf-postcode-inner-frame {
    width: 100%;
    height: 100%;
}

/* "푸터처럼 보이는 닫기 버튼" */
.naf-postcode-footer-fakein {
    width: 400px;
    padding: 10px 0 15px 0;
    text-align: center;
    margin-top: -5px;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 0;
    background: #ececec;
}

.naf-postcode-close-btn {
    background: #222;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.subheader {
    gap: 20px;
}

.naf-global-biz {
    margin: 0;
    padding: 0;
}

select[readonly] {
    background-color: #f3f3f3;
    opacity: 1;
    pointer-events: none;
}

input[type="radio"][readonly] + label {
    border-color: rgba(118, 118, 118, 0.3);
    pointer-events: none;
}

.cursor {
    cursor: pointer !important;
}

.naf-postcode-layer {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.naf-postcode-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* iframe 전체 영역 */
.naf-postcode-frame {
    width: 400px;
    height: 480px; /* 원래보다 살짝 줄임 (기본 550~570 정도 나옴) */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.naf-postcode-inner-frame {
    width: 100%;
    height: 100%;
}

/* "푸터처럼 보이는 닫기 버튼" */
.naf-postcode-footer-fakein {
    width: 400px;
    padding: 10px 0 15px 0;
    text-align: center;
    margin-top: -5px;
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 0;
    background: #ececec;
}

.naf-postcode-close-btn {
    background: #222;
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn-outline-default {
    &:hover,
    &:not(:disabled):not(.disabled):active,
    &:not(:disabled):not(.disabled).active,
    .show > &.dropdown-toggle {
        background-color: #e0e0e0;
    }
}

.input-daterange .input-group-text.bg-light.b-0 {
    pointer-events: none;
    cursor: default;
    border-color: #E5E5E5 !important;
    box-shadow: none !important;
}

.input-daterange .input-group-append {
    margin-right: -1px;
}

.input-group-append > button:has(.fa-search) {
    width: 43.44px !important;
}

.inline-middle {
    display: inline-block;
    vertical-align: middle;
}

.datepicker .datepicker-switch,
.datepicker .prev, .datepicker .next,
.datepicker .prev span, .datepicker .next span {
    color: #000 !important;
    opacity: 1 !important;
}

.pace,
.pace-progress,
.pace-activity {
    display: none !important;
}