:root {
  --main-color: #95C4BA;
  --td-bg-color: #DCEBE8;
}
.page-break {
  page-break-before: always;
  break-before: page;
}
.table th.th-size1 {
    width: 200px !important;
}
.w260{
	width:280px;
}
.table-fixed {
  table-layout: fixed;
  width: 100%;
}

input[type=text] {
  padding: 2px !important;
}

.th-size1{
	width:200px !important;
}

.bg-odd {
  background-color: #e6f0ec !important;
}

.bg-even {
  background-color: #e6f0ec !important;
}

.bg-mid {
  background-color: #BEDAD3 !important;
}

.bg-color2 {
  background-color: #e6f0ec !important;
}

body {
  font-family: 'Malgun Gothic', 'Segoe UI', sans-serif;
  font-size: 14px;
}

.bg-main {
  background-color: var(--main-color) !important;
}

.bg-main th {
  background-color: var(--main-color) !important; 
}

.bg-sub {
  background-color: #D5DCE4 !important;
}
.biz-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.biz-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.biz-title {
  color: #198754; /* Bootstrap 'text-success' */
  border-bottom: 1px solid #198754;
  padding: 0.5rem;
  font-size: 2rem;
}

.biz-description {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: #66877D;
  text-align: center;
}

.biz-body {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #DCEBE8;
}

.biz-list {
  list-style: none;
  margin-bottom: 1rem;
  color: #66877D;
  padding-left: 0;
}

.biz-list li {
  margin-bottom: 0.5rem;
}

.biz-note {
  font-size: 0.875rem;
  color: #66877D;
}
.table-footer {
  text-align: left;
  font-weight: bold;
  background-color: #dbebe7 !important;
  padding: 10px;
}

.item-cell {
  background-color: #e6f0ec !important;
}

.bg-d6dce4 {
  background-color: #d6dce4 !important;
}

.bg-greenBold td {
  background-color: #b8d7d0 !important;
  font-weight: bold !important;
}

.bg-green {
  background-color: #dbebe7 !important;
}

.bg-green td {
  background-color: #dbebe7 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.container {
  max-width: 1400px;
}

.section-title {
  font-size: 1.8rem;
  color: #2e6155;
  font-weight: bold;
  border-bottom: 1px solid #2e6155;
  margin-bottom: 1rem;
}

.card.input-section,
.table-wrapper {
  background-color: #FAFAFA;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  border-radius: 0;
  overflow-x: auto;
}

.table,
.excel-table {
  width: 100%;
  margin: 0px;
  font-family: 'Malgun Gothic', sans-serif;
  font-size: 12px;
  background-color: white;
  border:1px solid black;
}

.table th,
.table td,
.excel-table th,
.excel-table td {
  border: 1px solid black;
  text-align:center;
}

.table th,
.table td,
.excel-table th,
  padding: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
  text-align: right;
}

.table thead th,
.excel-table thead th {
  background-color: var(--main-color);
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.table td:first-child,
.excel-table td:first-child {
  background-color: #e6f0ec;
  text-align: center;
  padding-left: 8px;
}

.input-form-table {
  table-layout: fixed;
  width: 100%;
}

.input-form-table th.col-fixed {
  width: 200px;
}

input[type="number"] {
  width: 100%;
  padding: 6px 8px;
  text-align: right;
  background-color: #fff;
  font-family: 'Malgun Gothic', sans-serif;
  font-size: 12px;
}

.table td input[type="number"] {
  background-color: #fff;
}

.input-form-table thead th {
  background-color: var(--main-color);
  color: #000;
}

.input-form-table tbody th {
  background-color: var(--main-color);
  text-align: center;
}

.input-form-table tbody td {
  background-color: var(--td-bg-color);
  text-align: center;
}

.excel-title {
  color: #3f6f66 !important;
  font-weight: bold !important;
  font-size: 20px !important;
  background-color: #dbebe7 !important;
  padding: 12px !important;
}

@media (max-width: 768px) {
  .table th,
  .table td {
    font-size: 0.85rem;
    padding: 8px;
  }

  .section-title {
    font-size: 1.4rem;
  }
}