
/* body { */
/*  	font-family: 'Noto Sans KR'; */
/*     font-style: normal; */
/*     font-weight: 500; */
/*     src: url(/webfonts/NotoSansKr/NotoSansKR-Medium.woff2) format('woff2'), url(/webfonts/NotoSansKr/NotoSansKR-Medium.woff) format('woff'), url(/webfonts/NotoSansKr/NotoSansKR-Medium.otf) format('opentype'); */
/*   } */
@font-face {
    font-family: 'notokr-light';
    src: url('/dist/fonts/NotoKR-Light/notokr-light.eot');
    src: url('/dist/fonts/NotoKR-Light/notokr-light.eot?#iefix') format('embedded-opentype'),
    url('/dist/fonts/NotoKR-Light/notokr-light.woff2') format('woff2'),
    url('/dist/fonts/NotoKR-Light/notokr-light.woff') format('woff'),
    url('/dist/fonts/NotoKR-Light/notokr-light.ttf') format('truetype'),
    url('/dist/fonts/NotoKR-Light/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'notokr-regular';
    src: url('/dist/fonts/NotoKR-Regular/notokr-regular.eot');
    src: url('/dist/fonts/NotoKR-Regular/notokr-regular.eot?#iefix') format('embedded-opentype'),
    url('/dist/fonts/NotoKR-Regular/notokr-regular.woff2') format('woff2'),
    url('/dist/fonts/NotoKR-Regular/notokr-regular.woff') format('woff'),
    url('/dist/fonts/NotoKR-Regular/notokr-regular.ttf') format('truetype'),
    url('/dist/fonts/NotoKR-Regular/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'notokr-medium';
    src: url('/dist/fonts/NotoKR-Medium/notokr-medium.eot');
    src: url('/dist/fonts/NotoKR-Medium/notokr-medium.eot?#iefix') format('embedded-opentype'),
    url('/dist/fonts/NotoKR-Medium/notokr-medium.woff2') format('woff2'),
    url('/dist/fonts/NotoKR-Medium/notokr-medium.woff') format('woff'),
    url('/dist/fonts/NotoKR-Medium/notokr-medium.ttf') format('truetype'),
    url('/dist/fonts/NotoKR-Medium/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nanum-medium';
    src: url('/dist/fonts/nanum/NanumSquareNeoTTF-dEb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "nanum-medium", "notokr-medium", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;;
}

.root {
    display: grid;
    gap: 0 0;
    grid-template-columns: min-content 1fr;
    grid-template-rows: min-content 1fr;
    min-height: 100vh;
    width: 100%;
}

:root {
    --bs-body-bg: #edf1f6;
    --bs-body-color: #7a878e;
    --bs-card-bg: #fff;
    --bs-dropdown-bg: #fff;
    --bs-headings-color: #373c43;
    --bs-muted-color: #a8b1b8;
    --bs-link-color: #03a9f4;
    --bs-comp-active-bg: #dc3d43;
    --bs-comp-active-color: #fff;
    --bs-border-color: rgba(0, 0, 0, 0.07);
    --bs-body-bg-rgb: 237, 241, 246;
    --bs-body-color-rgb: 122, 135, 142;
    --bs-card-bg-rgb: 255, 255, 255;
    --bs-dropdown-bg-rgb: 255, 255, 255;
    --bs-headings-color-rgb: 55, 60, 67;
    --bs-muted-color-rgb: 168, 177, 184;
    --bs-link-color-rgb: 3, 169, 244;
    --bs-comp-active-bg-rgb: 253, 224, 78;
    --bs-comp-active-color-rgb: 255, 255, 255;
    --bs-border-radius: 0.4375rem;
}

a[target]:not(.btn) {
    text-decoration: none !important
}
table.table.-column tbody td, table.table.-column tbody th {
    border-bottom: 1px solid #e9e9e9;
    height: 43px;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #75868f;
    --bs-table-striped-bg: #f9fafc;
    --bs-table-active-color: #75868f;
    --bs-table-active-bg: #f2f5f9;
    --bs-table-hover-color: #75868f;
    --bs-table-hover-bg: #f5f7fa;
    --bs-table-color: #75868f;
    --bs-table-border-color: #f0f3f8;
    --bs-table-head-border-color: black;
    width: 100%;
    margin-bottom: 1rem;
    color: #75868f;
    vertical-align: top;
    border-color: #f0f3f8;
}

table.table.align-middle td,table.table.align-middle th{vertical-align:middle;}
table.table.form th {
	vertical-align:middle;
	text-align:center;
	font-weight:600;
	background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fafafa));
    background-image: linear-gradient(to top, #f2f2f2, #fafafa);
	}
.form-th, .form-td {
    vertical-align:middle;
    text-align:center;
    padding:5px !important;
}

.calc-td {
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
}

.tabulator-calcs-holder > div > div {
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
    background-color: #f6f6f6 !important;
}

.fa-strong {
	font-weight:900;
	font-size: .75em;
	color: #ffc241 !important;
	margin-left: 0.25rem !important;
}

.text-dot{
	content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FFA800;
    display: inline-block;
    margin-right: 5px;
}


@keyframes loadingEff {
  50% {
    transform: rotate(45deg);
    border-radius: 20px;
  }
  100% {
    transform: rotate(90deg);
    border-radius: 0;
  }
}
@keyframes loadingInner {
  50% {transform: translateY(-20px)}
}
@keyframes loadingShadow {
  50% {transform: scale(0.8,0.9)}
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading__content {
    color: #fff;
    text-align: center;
}

.loading__inner {
    animation: loadingInner .5s infinite;
    position: relative;
}

.loading__box {
    width: 50px;
    height: 50px;
    background: red;
    animation: loadingEff .5s infinite;
    margin: 0 auto;
}
.bg-warning {
    background-color: #FFA800 !important;
}

.loading__shadow {
    width:60px;
    margin:0 auto;
    height:20px;
}

.loading__shadow div {
      width:60px;
      height:10px;
      border-radius: 50%;
      background:rgba(255,255,255,0.2);
      margin:0 auto;
      animation: loadingShadow .5s infinite;
    }

.loading__txt {
    font-size: 1.25rem;
}

#toast-container>div{
	max-width:500px;
}

#toast-container>div{
	max-width:400px;
	width:400px;
	opacity:0.9;
}

.table-ellipsis { table-layout: fixed; width: 100%; }
.table-ellipsis td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.stop-scroll{
  height: 100%;
  overflow: hidden;
}

.front-container {
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: min-content 1fr min-content;
}

.table-container {
    width:100%;
    overflow-x: auto;
    white-space : nowrap;
}

input::placeholder {
    color: #E5E5E5;
    font-style: italic;
}
textarea::placeholder {
    color: #E5E5E5;
    font-weight: bold;
}

.width-10remi {
  width: 10rem !important; }

.width-11remi {
  width: 11rem !important; }

.width-12remi {
  width: 12rem !important; }

.width-13remi {
  width: 13rem !important; }

.width-14remi {
  width: 14rem !important; }

.width-15remi {
  width: 15rem !important; }

.tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .gridBtnMiddle{
    padding-top: 6px !important;}

.editorTop2{
    padding-top: 2px !important;}

.editorTop7{
    padding-top: 7px !important;}


/*********************************주문관리 memo관련(start) *************************************/
#order-memo{
    position:fixed;
    z-index:999;
    top:100px;
    right:60px;
    width:150px;
    -webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow:2px 2px 5px 0px rgba(0,0,0,0.75);
    display:none;
}

#order-memo .om-header{
    width:100%;
    cursor:move;
    padding:5px 15px;
    background-color:#fbcc56;
    position:relative;
}

#order-memo .om-btn{
    position:absolute;
    top:0;
    right:0;
    width:60px;
    text-align:right;
}

#order-memo .om-btn button{
    margin:0;
    width:30px;
    height:27px;
    border:0;
    float:right;
}

#order-memo .om-btn .btn-memo-close{
    background-color:black;
    color:#fff;
    display:none;
}

#order-memo .om-content{
    width:300px;
    height:300px;
    line-height:14px;
    font-size:11px;
    display:none;
    background-color:#fff6c1;
}

#order-memo .om-content-list{
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    width:300px;
    height:250px;
}

#order-memo .om-content-write{
    background-color:#ead44d;
}

#order-memo .om-write{
    resize:none;
    width:100%;
    background:none;
    border:0;
    height:50px;
    padding:5px;
}

#order-memo .om-content-write button{
    width:100%;
    height:52px;
    border:0;
    background-color:#333;
    color:#fff;
}

#order-memo .memo-content{
    position:relative;
    border-bottom:1px dotted #ccc;
    padding:5px;
}

#order-memo .memo-content:hover{
    background-color:#f8a32b;
}

#order-memo .memo-info{
    margin-top:5px;
    color:#828282;
}

#order-memo .memo-del{
    position:absolute;
    top:0;
    right:0;
    padding:2px 4px;
    background-color:#ef684e;
    color:#fff;
    cursor:pointer;
    display:none;
}
/*********************************주문관리 memo관련(end) *************************************/

/**DIV 가로 스크롤 */
.wrap-vertical{
    padding: 20px;
    overflow: scroll;
    /* 가로 스크롤 */
    overflow: auto;
    white-space: nowrap;
}

.login {
    color: #606468;
    height: 100%;
    line-height: 1.5;
    margin: 0;
    min-height: 100vh;
    background-image: url(/dist/img/backgrounds/login-bg-new.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/* 배너 컨테이너 공통 스타일 */
.banner-container {
    padding: 0.5rem;
    box-sizing: border-box;
}

/* 타이틀 공통 스타일 */
.banner-title {
    display: block;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}

.banner-subtitle {
    margin: 0;
    line-height: normal;
    margin-top: 1.5rem;
}

.banner-icon {
    font-size: 6rem;
}

/* 큰 화면: 5개 배너가 한 줄 */
@media (min-width: 1200px) {
    .banner-container {
        width: 20%;
    }

    .banner-title {
        font-size: 2.5rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }
}

/* 중간 화면: 3개 배너가 한 줄 */
@media (min-width: 768px) and (max-width: 1199px) {
    .banner-container {
        width: 33.333%;
    }

    .banner-title {
        font-size: 2.2rem;
    }

    .banner-subtitle {
        font-size: 0.9rem;
    }

    .banner-icon {
        font-size: 5rem;
    }
}

/* 작은 화면: 2개 배너가 한 줄 */
@media (max-width: 767px) {
    .banner-container {
        width: 50%;
    }

    .banner-title {
        font-size: 1.8rem;
    }

    .banner-subtitle {
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .banner-icon {
        font-size: 4rem;
    }
}

/* Fix dropdown-toggle arrow icon - Font Awesome Light to Solid */
.dropdown-toggle:after,
.dropleft .dropdown-toggle:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
}

/* Fix fa-warehouse icon - Replace with fa-boxes */
.far.fa-warehouse:before,
.fas.fa-warehouse:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
    content: "\f468" !important;  /* fa-boxes (박스 여러개) */
}

/* Fix fa-box icon family - Ensure using Solid weight */
.far.fa-box:before,
.fas.fa-box:before,
.far.fa-boxes:before,
.fas.fa-boxes:before,
.far.fa-box-open:before,
.fas.fa-box-open:before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900 !important;
}