.sem-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.sem-alert {
  padding: 14px 18px;
  border-radius: 14px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.sem-alert-error {
  background: #fff1f1;
  color: #b42318;
}

.sem-alert-success {
  background: #eef9f1;
  color: #1d7a37;
}

.sem-request-no {
  margin-top: 6px;
  font-weight: 700;
}

.sem-form {
  width: 100%;
}

.sem-layout {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.sem-col-left {
  flex: 1.5;
  min-width: 0;
}

.sem-col-right {
  flex: 1;
  min-width: 0;
}

.sem-panel {
  background: #f7faff;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 28px;
  padding: 28px;
  box-sizing: border-box;
}

.sem-section-title {
  margin-bottom: 18px;
}

.sem-section-title h3 {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #1f2430;
}

.sem-section-title p {
  margin: 0;
  font-size: 15px;
  color: #7f8895;
}

.sem-pin-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sem-pin-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sem-pin-no {
  width: 52px;
  min-width: 52px;
  height: 54px;
  border-radius: 18px;
  background: var(--e-global-color-primary, #2f6bff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(47, 107, 255, 0.16);
}

.sem-pin-field {
  flex: 1;
  min-width: 0;
}

.sem-pin-field input {
  width: 100%;
  height: 54px;
  border: 1px solid #dbe5f3;
  border-radius: 18px;
  background: #fff;
  padding: 0 18px;
  font-size: 16px;
  color: #222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.sem-pin-field input::placeholder {
  color: #b8b8b8;
}

.sem-pin-field input:focus,
.sem-field input:focus,
.sem-field select:focus {
  outline: none;
  border-color: var(--e-global-color-primary, #2f6bff);
  box-shadow: 0 0 0 4px rgba(47, 107, 255, 0.1);
}

.sem-add-wrap {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.sem-add-btn {
  border: 2px solid var(--e-global-color-primary, #2f6bff);
  border-radius: 999px;
  background: #fff;
  color: var(--e-global-color-primary, #2f6bff);
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
}

.sem-add-btn:hover {
  background: var(--e-global-color-primary, #2f6bff);
  color: #fff;
}

.sem-grid-single {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sem-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #1f2430;
}

.sem-field input,
.sem-field select {
  width: 100%;
  height: 54px;
  border: 1px solid #dbe5f3;
  border-radius: 16px;
  background: #fff;
  padding: 0 16px;
  font-size: 15px;
  color: #222;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.sem-field input::placeholder {
  color: #b8b8b8;
}

.sem-submit-wrap {
  margin-top: 12px;
  text-align: center;
}

.sem-submit-wrap-left {
  text-align: left;
}

.sem-submit-btn {
  min-width: 200px;
  height: 48px;
  border: none;
  border-radius: 999px;
  background: var(--e-global-color-primary, #2f6bff);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(47, 107, 255, 0.16);
}

.sem-note-box {
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 16px;
  background: #f5f8ff;
  border: 1px solid #dbe5f3;
}

.sem-note-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5f6b7a;
}

.sem-note-box p + p {
  margin-top: 6px;
}

.sem-note-inline {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7684;
  white-space: nowrap;
}

.sem-submit-wrap-left {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

.sem-submit-btn {
  width: 100%;
  
}

@media (max-width: 1024px) {
  .sem-layout {
    flex-direction: column;
    gap: 20px;
  }

  .sem-col-left,
  .sem-col-right {
    width: 100%;
  }
}




@media (max-width: 767px) {
  .sem-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .sem-section-title h3 {
    font-size: 24px;
  }

  .sem-section-title p {
    font-size: 14px;
  }

  .sem-pin-row {
    gap: 10px;
  }

  .sem-pin-no {
    width: 48px;
    min-width: 48px;
    height: 56px;
    border-radius: 14px;
    font-size: 18px;
  }

  .sem-pin-field input {
    height: 48px;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 15px;
  }

  .sem-field input,
  .sem-field select {
    height: 54px;
    border-radius: 14px;
    font-size: 15px;
  }

  .sem-submit-btn {
    width: 100%;
    min-width: 0;
  }
}




.sem-lookup-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.sem-lookup-form {
  margin-top: 10px;
}

.sem-lookup-fields {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sem-lookup-fields .sem-field {
  flex: 1;
  margin: 0;
}

.sem-lookup-submit-wrap {
  flex: 0 0 auto;
}

.sem-lookup-submit-wrap .sem-submit-btn {
  min-width: 180px;
}

.sem-lookup-alert {
  margin-top: 18px;
}

.sem-lookup-result {
  margin-top: 28px;
}


.sem-lookup-head {
  padding: 18px 20px;
  border-radius: 18px;
  background: #eef3fb;
  color: #1f2430;
  font-weight: 700;
  font-size: 15px;
}

.sem-lookup-row {
  padding: 20px;
  border-bottom: 1px solid #e7edf7;
  font-size: 15px;
  color: #2b3440;
}

.sem-lookup-empty {
  padding: 60px 20px;
  text-align: center;
  font-size: 18px;
  color: #1f2430;
}

.sem-muted {
  color: #7d8794;
  font-size: 14px;
}

.sem-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.sem-status-sem-status {
  background: #eef3fb;
  color: #475569;
}

.sem-status-접수완료,
.sem-status-jeobsuwaryo {
  background: #eef3fb;
  color: #475569;
}

.sem-status-입금중,
.sem-status-ibgeumjung {
  background: #ecf7ee;
  color: #2f7a46;
}

.sem-status-완료,
.sem-status-wanlyo {
  background: #eaf2ff;
  color: #2f6bff;
}

.sem-status-처리불가,
.sem-status-cheoribulga {
  background: #fff1f1;
  color: #c24141;
}

@media (max-width: 1024px) {
  .sem-lookup-fields {
    flex-direction: column;
    align-items: stretch;
  }

  .sem-lookup-submit-wrap .sem-submit-btn {
    width: 100%;
    min-width: 0;
  }

  .sem-lookup-head {
    display: none;
  }

  .sem-lookup-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #e7edf7;
    border-radius: 18px;
    margin-bottom: 14px;
  }
}


.sem-popup-lookup {
  max-width: 100%;
}

.sem-popup-title {
  margin-bottom: 16px;
}

.sem-popup-submit {
  margin-top: 18px;
}

.sem-lookup-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.sem-lookup-alert {
  margin-top: 18px;
}

.sem-lookup-result {
  margin-top: 28px;
}



.sem-lookup-head {
  padding: 18px 20px;
  border-radius: 18px;
  background: #eef3fb;
  color: #1f2430;
  font-weight: 700;
  font-size: 15px;
}

.sem-lookup-row {
  padding: 20px;
  border-bottom: 1px solid #e7edf7;
  font-size: 15px;
  color: #2b3440;
}

.sem-muted {
  color: #7d8794;
  font-size: 14px;
}

.sem-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.sem-status-접수완료,
.sem-status-jeobsuwaryo {
  background: #eef3fb;
  color: #475569;
}

.sem-status-입금중,
.sem-status-ibgeumjung {
  background: #ecf7ee;
  color: #2f7a46;
}

.sem-status-완료,
.sem-status-wanlyo {
  background: #eaf2ff;
  color: #2f6bff;
}

.sem-status-처리불가,
.sem-status-cheoribulga {
  background: #fff1f1;
  color: #c24141;
}

.sem-empty-state {
  padding: 70px 20px;
  text-align: center;
}

.sem-empty-icon {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 20px;
}

.sem-empty-state h4 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 800;
  color: #1f2430;
}

.sem-empty-state p {
  margin: 0;
  font-size: 18px;
  color: #6b7684;
}

.sem-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  min-width: 160px;
  height: 52px;
  padding: 0 20px;
  border-radius: 12px;
  background: #e63946;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.sem-empty-state-initial .sem-empty-icon {
  font-size: 34px;
}

.sem-empty-state-initial h4 {
  font-size: 28px;
}

@media (max-width: 1024px) {
  .sem-lookup-head {
    display: none;
  }

  .sem-lookup-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #e7edf7;
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .sem-empty-state h4 {
    font-size: 26px;
  }

  .sem-empty-state p {
    font-size: 16px;
  }
}
.sem-lookup-head,
.sem-lookup-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sem-lookup-head > div:nth-child(1),
.sem-lookup-row > div:nth-child(1) {
  width: 28%;
}

.sem-lookup-head > div:nth-child(2),
.sem-lookup-row > div:nth-child(2) {
  width: 16%;
}

.sem-lookup-head > div:nth-child(3),
.sem-lookup-row > div:nth-child(3) {
  width: 12%;
  text-align: center;
}

.sem-lookup-head > div:nth-child(4),
.sem-lookup-row > div:nth-child(4) {
  width: 18%;
}

.sem-lookup-head > div:nth-child(5),
.sem-lookup-row > div:nth-child(5) {
  width: 8%;
  text-align: center;
}

.sem-lookup-head > div:nth-child(6),
.sem-lookup-row > div:nth-child(6) {
  width: 10%;
  text-align: center;
}

.sem-lookup-head {
  padding: 20px 24px;
  border-radius: 18px;
  background: #eef3fb;
  color: #1f2430;
  font-weight: 700;
  font-size: 15px;
}

.sem-lookup-row {
  padding: 22px 24px;
  border-bottom: 1px solid #e7edf7;
  font-size: 15px;
  color: #2b3440;
}

.sem-lookup-row > div:nth-child(4) {
  line-height: 1.5;
}


/* ===== request form restore ===== */

.sem-layout {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.sem-col-left,
.sem-col-right {
  display: flex;
}

.sem-col-left {
  flex: 1.4;
  min-width: 0;
}

.sem-col-right {
  flex: 1;
  min-width: 0;
}

.sem-col-left .sem-panel,
.sem-col-right .sem-panel {
  width: 100%;
  height: 100%;
}

.sem-col-right .sem-panel {
  display: flex;
  flex-direction: column;
}

.sem-pin-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sem-grid-single {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sem-pin-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sem-pin-no {
  width: 52px;
  min-width: 52px;
  height: 54px;
  border-radius: 18px;
  font-size: 22px;
  font-weight: 600;
}

.sem-pin-field {
  flex: 1;
  min-width: 0;
}

.sem-pin-field input {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
}

.sem-field input,
.sem-field select {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
}

.sem-add-wrap {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}

.sem-note-inline {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b7684;
  white-space: nowrap;
}

.sem-submit-wrap-left {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 16px;
}

.sem-submit-wrap-left .sem-submit-btn {
  width: auto !important;
  min-width: 260px !important;
  max-width: 260px;
  flex: 0 0 260px;
  height: 48px;
}

@media (max-width: 1024px) {
  .sem-layout {
    flex-direction: column;
    gap: 20px;
  }

  .sem-col-left,
  .sem-col-right {
    width: 100%;
  }

  .sem-note-inline {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .sem-pin-no {
    width: 48px;
    min-width: 48px;
    height: 56px;
    border-radius: 14px;
    font-size: 18px;
  }

  .sem-pin-field input {
    height: 48px;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 15px;
  }

  .sem-field input,
  .sem-field select {
    height: 54px;
    border-radius: 14px;
    font-size: 15px;
  }

  .sem-submit-wrap-left .sem-submit-btn {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none;
    flex: 1 1 auto;
  }
}


.sem-status-board-wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.sem-status-board {
  margin-top: 24px;
}

.sem-status-head,
.sem-status-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sem-status-head {
  padding: 18px 22px;
  border-radius: 18px;
  background: #eef3fb;
  color: #1f2430;
  font-size: 15px;
  font-weight: 700;
}

.sem-status-row {
  padding: 22px;
  border-bottom: 1px solid #e7edf7;
  color: #2b3440;
  font-size: 15px;
}

.sem-status-head > div:nth-child(1),
.sem-status-row > div:nth-child(1) {
  width: 42%;
}

.sem-status-head > div:nth-child(2),
.sem-status-row > div:nth-child(2) {
  width: 14%;
  text-align: center;
}

.sem-status-head > div:nth-child(3),
.sem-status-row > div:nth-child(3) {
  width: 14%;
  text-align: center;
}

.sem-status-head > div:nth-child(4),
.sem-status-row > div:nth-child(4) {
  width: 30%;
  text-align: right;
}

.sem-status-col-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sem-status-date,
.sem-status-name {
  color: #7d8794;
}

.sem-status-amount {
  font-weight: 700;
  color: #1f2430;
}

.sem-status-col-last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.sem-status-duration {
  font-weight: 700;
  color: #1f2430;
}

.sem-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.sem-status-badge.sem-status-jeobsuwaryo,
.sem-status-badge.sem-status-접수완료 {
  background: #eef3fb;
  color: #475569;
}

.sem-status-badge.sem-status-ibgeumjung,
.sem-status-badge.sem-status-입금중 {
  background: #ecf7ee;
  color: #2f7a46;
}

.sem-status-badge.sem-status-wanlyo,
.sem-status-badge.sem-status-완료 {
  background: #eaf2ff;
  color: #2f6bff;
}

.sem-status-badge.sem-status-cheoribulga,
.sem-status-badge.sem-status-처리불가 {
  background: #fff1f1;
  color: #c24141;
}

.sem-status-empty {
  padding: 60px 20px;
  text-align: center;
  color: #6b7684;
  font-size: 16px;
}

@media (max-width: 1024px) {
  .sem-status-head {
    display: none;
  }

  .sem-status-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #e7edf7;
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .sem-status-row > div {
    width: 100% !important;
    text-align: left !important;
  }

  .sem-status-col-last {
    justify-content: flex-start;
  }
}

/* 팝업 조회하기 버튼은 꽉 차게 */
.sem-popup-submit {
  display: block;
  margin-top: 18px;
  padding-top: 0;
}

.sem-popup-submit .sem-submit-btn {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 1 1 auto !important;
}


.sem-lookup-inline-error {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff1f1;
  color: #c4543c;
  font-size: 14px;
  line-height: 1.5;
}



/* ===== 실시간 교환현황 ===== */

.sem-status-board-table {
  width: 100%;
  margin-top: 12px;
}

.sem-status-head,
.sem-status-row {
  display: flex;
  align-items: center;
}

.sem-status-head {
  padding: 0 0 18px;
  border-bottom: 1px solid #dfe6f0;
  font-size: 1rem;
  font-weight: 700;
  color: #9aa3af;
}

.sem-status-row {
  padding: 22px 0;
  border-bottom: 1px solid #e7edf5;
  font-size: 1rem;
  color: #1f2430;
}

.sem-status-head > div:nth-child(1),
.sem-status-row > div:nth-child(1) {
  width: 22%;
}

.sem-status-head > div:nth-child(2),
.sem-status-row > div:nth-child(2) {
  width: 14%;
}

.sem-status-head > div:nth-child(3),
.sem-status-row > div:nth-child(3) {
  width: 18%;
}

.sem-status-head > div:nth-child(4),
.sem-status-row > div:nth-child(4) {
  width: 14%;
}

.sem-status-head > div:nth-child(5),
.sem-status-row > div:nth-child(5) {
  width: 14%;
}

.sem-status-head > div:nth-child(6),
.sem-status-row > div:nth-child(6) {
  width: 18%;
  display: flex;
  justify-content: flex-end;
}

.sem-status-row > div:nth-child(1) {
  font-weight: 600;
  color: #273142;
  word-break: break-all;
}

.sem-status-row > div:nth-child(3) {
  font-weight: 600;
}

.sem-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.sem-status-badge.sem-status-jeobsuwaryo,
.sem-status-badge.sem-status-접수완료 {
  background: #eef2f6;
  color: #687385;
}

.sem-status-badge.sem-status-ibgeumjung,
.sem-status-badge.sem-status-입금중 {
  background: #dff0c7;
  color: #5f7f2a;
}

.sem-status-badge.sem-status-wanlyo,
.sem-status-badge.sem-status-완료 {
  background: #e7f0ff;
  color: #2f6bff;
}

.sem-status-badge.sem-status-cheoribulga,
.sem-status-badge.sem-status-처리불가 {
  background: #efefef;
  color: #8a8a8a;
}

.sem-status-empty {
  padding: 50px 0;
  text-align: center;
  color: #8a93a1;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .sem-status-head {
    display: none;
  }

  .sem-status-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
  }

  .sem-status-row > div {
    width: 100% !important;
    justify-content: flex-start !important;
  }
}
/* ===== status board override ===== */

.sem-status-board-table {
  width: 100%;
  margin-top: 14px;
}

.sem-status-head,
.sem-status-row {
  display: flex;
  align-items: center;
}

.sem-status-head {
  padding: 0 0 18px;
  border-bottom: 1px solid #dfe6f0;
  font-size: 1rem;
  font-weight: 700;
  color: #9aa3af;
}

.sem-status-row {
  padding: 22px 0;
  border-bottom: 1px solid #e7edf5;
  font-size: 1rem;
  color: #1f2430;
}

.sem-status-head > div:nth-child(1),
.sem-status-row > div:nth-child(1) {
  width: 24%;
}

.sem-status-head > div:nth-child(2),
.sem-status-row > div:nth-child(2) {
  width: 14%;
}

.sem-status-head > div:nth-child(3),
.sem-status-row > div:nth-child(3) {
  width: 16%;
}

.sem-status-head > div:nth-child(4),
.sem-status-row > div:nth-child(4) {
  width: 12%;
}

.sem-status-head > div:nth-child(5),
.sem-status-row > div:nth-child(5) {
  width: 14%;
}

.sem-status-head > div:nth-child(6),
.sem-status-row > div:nth-child(6) {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}

.sem-status-order {
  font-weight: 700;
  color: #273142;
  word-break: break-all;
}

.sem-status-content {
  font-weight: 700;
  color: #273142;
}

.sem-status-state-cell {
  display: flex;
  justify-content: flex-end;
}

.sem-status-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.sem-status-badge.sem-status-jeobsuwaryo,
.sem-status-badge.sem-status-접수완료 {
  background: #eef2f6;
  color: #687385;
}

.sem-status-badge.sem-status-ibgeumjung,
.sem-status-badge.sem-status-입금중 {
  background: #dff0c7;
  color: #5f7f2a;
}

.sem-status-badge.sem-status-wanlyo,
.sem-status-badge.sem-status-완료 {
  background: #e7f0ff;
  color: #2f6bff;
}

.sem-status-badge.sem-status-cheoribulga,
.sem-status-badge.sem-status-처리불가 {
  background: #efefef;
  color: #8a8a8a;
}

.sem-status-empty {
  padding: 50px 0;
  text-align: center;
  color: #8a93a1;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .sem-status-head {
    display: none;
  }

  .sem-status-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
  }

  .sem-status-row > div {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .sem-status-state-cell {
    justify-content: flex-start;
  }
}
/* ===== status board final override ===== */

.sem-status-board-table {
  width: 100%;
  margin-top: 14px;
}

.sem-status-head,
.sem-status-row {
  display: flex;
  align-items: center;
}

.sem-status-head {
  padding: 0 0 18px;
  border-bottom: 1px solid #dfe6f0;
  font-size: 1rem;
  font-weight: 700;
  color: #9aa3af;
}

.sem-status-row {
  padding: 22px 0;
  border-bottom: 1px solid #e7edf5;
  font-size: 1rem;
  color: #1f2430;
}

/* 순서: 주문번호 / 날짜 / 신청시간 / 고객명 / 신청내용 / 신청상태 */
.sem-status-head > div:nth-child(1),
.sem-status-row > div:nth-child(1) {
  width: 26%;
}

.sem-status-head > div:nth-child(2),
.sem-status-row > div:nth-child(2) {
  width: 12%;
}

.sem-status-head > div:nth-child(3),
.sem-status-row > div:nth-child(3) {
  width: 12%;
}

.sem-status-head > div:nth-child(4),
.sem-status-row > div:nth-child(4) {
  width: 10%;
}

.sem-status-head > div:nth-child(5),
.sem-status-row > div:nth-child(5) {
  width: 18%;
}

.sem-status-head > div:nth-child(6),
.sem-status-row > div:nth-child(6) {
  width: 22%;
  display: flex;
  justify-content: flex-end;
}

.sem-status-order {
  font-weight: 700;
  color: #273142;
  word-break: break-all;
}

.sem-status-content {
  font-weight: 700;
  color: #273142;
}

.sem-status-state-cell {
  display: flex;
  justify-content: flex-end;
}

.sem-status-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
}

.sem-status-badge.sem-status-jeobsuwaryo,
.sem-status-badge.sem-status-접수완료 {
  background: #eef2f6;
  color: #687385;
}

.sem-status-badge.sem-status-ibgeumjung,
.sem-status-badge.sem-status-입금중 {
  background: #dff0c7;
  color: #5f7f2a;
}

.sem-status-badge.sem-status-wanlyo,
.sem-status-badge.sem-status-완료 {
  background: #e7f0ff;
  color: #2f6bff;
}

.sem-status-badge.sem-status-cheoribulga,
.sem-status-badge.sem-status-처리불가 {
  background: #efefef;
  color: #8a8a8a;
}

.sem-status-empty {
  padding: 50px 0;
  text-align: center;
  color: #8a93a1;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .sem-status-head {
    display: none;
  }

  .sem-status-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
  }

  .sem-status-row > div {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .sem-status-state-cell {
    justify-content: flex-start;
  }
}


/* ===== status board final fix ===== */

.sem-status-board-wrap .sem-status-board-table {
  width: 100%;
  margin-top: 14px;
}

.sem-status-board-wrap .sem-status-head,
.sem-status-board-wrap .sem-status-row {
  display: flex;
  align-items: center;
}

.sem-status-board-wrap .sem-status-head {
  padding: 0 0 18px;
  border-bottom: 1px solid #dfe6f0;
  font-size: 1rem;
  font-weight: 700;
  color: #9aa3af;
}

.sem-status-board-wrap .sem-status-row {
  padding: 22px 0;
  border-bottom: 1px solid #e7edf5;
  font-size: 1rem;
  color: #1f2430;
}

/* 순서: 주문번호 / 날짜 / 신청시간 / 고객명 / 신청내용 / 신청상태 */
.sem-status-board-wrap .sem-status-head > div:nth-child(1),
.sem-status-board-wrap .sem-status-row > div:nth-child(1) {
  width: 24%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(2),
.sem-status-board-wrap .sem-status-row > div:nth-child(2) {
  width: 12%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(3),
.sem-status-board-wrap .sem-status-row > div:nth-child(3) {
  width: 12%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(4),
.sem-status-board-wrap .sem-status-row > div:nth-child(4) {
  width: 10%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(5),
.sem-status-board-wrap .sem-status-row > div:nth-child(5) {
  width: 18%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(6),
.sem-status-board-wrap .sem-status-row > div:nth-child(6) {
  width: 24%;
  display: flex;
  justify-content: flex-end;
}

.sem-status-board-wrap .sem-status-order {
  font-weight: 700;
  color: #273142;
  word-break: break-all;
}

.sem-status-board-wrap .sem-status-content {
  font-weight: 700;
  color: #273142;
}

.sem-status-board-wrap .sem-status-state-cell {
  display: flex;
  justify-content: flex-end;
}

.sem-status-board-wrap .sem-status-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sem-status-board-wrap .sem-status-badge.is-received {
  background: #eef2f6;
  color: #687385;
}

.sem-status-board-wrap .sem-status-badge.is-processing {
  background: #dff0c7;
  color: #5f7f2a;
}

.sem-status-board-wrap .sem-status-badge.is-complete {
  background: #e7f0ff;
  color: #2f6bff;
}

.sem-status-board-wrap .sem-status-badge.is-rejected {
  background: #efefef;
  color: #8a8a8a;
}

.sem-status-board-wrap .sem-status-badge.is-default {
  background: #f3f4f6;
  color: #6b7280;
}

.sem-status-board-wrap .sem-status-empty {
  padding: 50px 0;
  text-align: center;
  color: #8a93a1;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .sem-status-board-wrap .sem-status-head {
    display: none;
  }

  .sem-status-board-wrap .sem-status-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
  }

  .sem-status-board-wrap .sem-status-row > div {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .sem-status-board-wrap .sem-status-state-cell {
    justify-content: flex-start;
  }
}


.sem-status-board-wrap .sem-status-head,
.sem-status-board-wrap .sem-status-row {
  display: flex;
  align-items: center;
}

.sem-status-board-wrap .sem-status-head {
  padding: 0 14px 18px;
  border-bottom: 1px solid #dfe6f0;
  font-size: 1rem;
  font-weight: 700;
  color: #9aa3af;
}

.sem-status-board-wrap .sem-status-row {
  padding: 22px 14px;
  border-bottom: 1px solid #e7edf5;
  font-size: 1rem;
  color: #273142;
}

/* 순서: 주문번호 / 날짜 / 신청시간 / 고객명 / 신청내용 / 신청상태 */
.sem-status-board-wrap .sem-status-head > div:nth-child(1),
.sem-status-board-wrap .sem-status-row > div:nth-child(1) {
  width: 25%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(2),
.sem-status-board-wrap .sem-status-row > div:nth-child(2) {
  width: 12%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(3),
.sem-status-board-wrap .sem-status-row > div:nth-child(3) {
  width: 14%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(4),
.sem-status-board-wrap .sem-status-row > div:nth-child(4) {
  width: 10%;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(5),
.sem-status-board-wrap .sem-status-row > div:nth-child(5) {
  width: 17%;
  text-align: center;
  justify-content: center;
}

.sem-status-board-wrap .sem-status-head > div:nth-child(6),
.sem-status-board-wrap .sem-status-row > div:nth-child(6) {
  width: 22%;
  display: flex;
  justify-content: center;
}

/* 주문번호 */
.sem-status-board-wrap .sem-status-order {
  font-weight: 700;
  color: #273142;
  word-break: break-all;
}

/* 날짜 / 신청시간 / 고객명 / 신청내용 색상 통일 */
.sem-status-board-wrap .sem-status-row > div:nth-child(2),
.sem-status-board-wrap .sem-status-row > div:nth-child(3),
.sem-status-board-wrap .sem-status-row > div:nth-child(4),
.sem-status-board-wrap .sem-status-row > div:nth-child(5) {
  color: #273142;
  font-weight: 500;
}

/* 신청내용은 가운데 정렬 + 진한색 */
.sem-status-board-wrap .sem-status-content {
  font-weight: 600;
  color: #273142;
  text-align: center;
  width: 100%;
}

/* 상태칸 */
.sem-status-board-wrap .sem-status-state-cell {
  display: flex;
  justify-content: center;
}

/* 배지 */
.sem-status-board-wrap .sem-status-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.sem-status-board-wrap .sem-status-badge.is-received {
  background: #eef2f6;
  color: #687385;
}

.sem-status-board-wrap .sem-status-badge.is-processing {
  background: #dff0c7;
  color: #5f7f2a;
}

.sem-status-board-wrap .sem-status-badge.is-complete {
  background: #e7f0ff;
  color: #2f6bff;
}

.sem-status-board-wrap .sem-status-badge.is-rejected {
  background: #efefef;
  color: #8a8a8a;
}