/************** 개발자 선언 스타일 **************/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

:root {
  --black: #1c1c1c;
  --gray: #7E7E7E;
  --gray-light: #E4E4E4;
  --red: #b30000;
  --font-size-base: 0.8rem;
  --bs-font-size-base: 8px;
  --font-size-md: 0.9rem;
  --font-size-lg: 1.1rem;
  --font-size-xl: 1.2rem;
  --border-radius: 5px;
}


body {
  /* font-family: 'Noto Sans KR', sans-serif; */
  font-family: 'Nanum Gothic', sans-serif;
  color: var(--black);
  font-size: var(--font-size-base);
  background-color: rgb(255, 255, 255); 
  margin: 0;

  touch-action: auto; /* 또는 제거 */
}

input.form-control-font { font-size: var(--bs-font-size-base); }


/************** 개발자 선언 스타일 **************/
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

/************** 개발자 선언 스타일 **************/
    @media (max-width: 576px) { /* 576px 이하의 화면 크기에서 폰트 크기 조정 */
      .custom-font {
        font-size: 0.8rem;
      }
    }



.custom-text-color { color: #1E3A8A; /* $blue-900 색상 코드 */ }
.text-blue-900 { color: #1E3A8A; }
.text-yellow-700 { color: #b88a00; }
.text-yellow-800 { color: #9b870c; }
.text-yellow-900 { color: #7c6c0a; }
.text-orange-900 { color: #7b341e; }
.text-orange-700 { color: #984c0c; }
.text-green-800 { color: #2f855a; }
.text-green-900 { color: #22543d; }
.text-indigo-700 { color: #3d0a91; }

.bg-green-100 { background-color: #C8E6C9; }
.bg-orange-700 { background-color: #984c0c; }
.bg-orange-200 { background-color: #fecba1; }
.bg-orange-100 { background-color: #ffe5d0; }
.bg-pink-200 { background-color: #efadce; }
.bg-pink-100 { background-color: #f7d6e6; }
.bg-yellow-200 { background-color: #ffe69c; }
.bg-purple-200 { background-color: #c5b3e6; }
.bg-purple-100 { background-color: #e2d9f3; }
.bg-blue-900 { background-color: #1E3A8A; }

.bg-white { background-color: rgb(255, 255, 255); }
.bg-OrdersList { background-color: rgb(240, 250, 255); }
.bg-inventoryList { background-color: rgb(255, 234, 238); }
.bg-standardize { background-color: rgb(231, 255, 231); }
.bg-exchangeList { background-color: rgb(255, 245, 212); }

.custom-input { font-size: 8px; /* 원하는 텍스트 크기 설정 */ }

    .header {
      width: 100%;
      /* position: fixed; */
      top: 0;
      z-index: 1000; /* 헤더를 상위에 배치 */
      color: white;
      background-color: #1E3A8A;
      padding: 1rem;
    }


.footer-text {font-size: 12px}

table {
  border-collapse: collapse;
  /* width: 1700px; */
  margin: 0 auto;
  table-layout: auto;
}

td, th {
  padding: 1px !important;
  text-align: center; /* 수평 중앙 정렬 */
  vertical-align: middle  !important; /* 수직 중앙 정렬 */
}
.thick-top-border { border-top: 2px solid rgb(99, 119, 173) !important; }

.cellmkNr { width: 2rem;   text-align: center; }
.cellName { width: 4rem;   text-align: center; }
.cellOpt  { width: 14rem;  text-align: center; }
.colPrice { width: 2.5rem; text-align: center; }
.cellBNr  { width: 6rem;    text-align: center; }
.colmyCode { width: 8rem;  text-align: center; }
.cellCode { width: 13rem;  text-align: center; }
.cellNr, .cellNr input { width: 2rem;  text-align: center; }
.cellchck {  width: 2rem;  text-align: center;}
.cellDate { width: 5rem;    text-align: center; }

.btn-pink-100 { background-color: #ffb3c1; color: black; }
.btn-teal-100 { background-color: #b2f5ea; color: black; }
.btn-yellow-200 {  background-color: #fff3b0; color: black; border: 1px solid rgb(172, 170, 83);}

.cellmyPN {      width: 8rem;      text-align: center;    }
.cellOptCode   {  width: 15rem;  text-align: center; }
.cellPriceCode, .cellPriceCode input {        width:  3.5rem;        text-align: right; 
}
.cellPN0       {  width: 15rem;  text-align: center;}
.cellKey       {  width: 20rem;  font-size: 0.8rem;  text-align: center; }
.cellRole {      width: 5em;      font-size: 0.8rem;      text-align: center;    }

.colall {      width: 100px;      text-align: center;    }





.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

 .navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: #1E3A8A;
  box-shadow: inset -1px 0 0 #1E3A8A;
}

.navbar .form-control {
  padding: .75rem 1rem;
}
