@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  --bid-navy: #071c45;
  --bid-blue: #0c55c8;
  --bid-red: #df151f;
  --bid-sky: #eaf3ff;
  --bid-line: #d8e0eb;
  --bid-text: #1f2937;
  --bid-muted: #697586;
}

#page-progress-bar {
  display: none !important;
}

.user-site {
  min-height: 100vh;
  background: #f7f9fc;
  color: var(--bid-text);
  font-family:
    "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}

.user-site *,
.user-site *::before,
.user-site *::after {
  box-sizing: border-box;
}

.user-site a {
  color: inherit;
  text-decoration: none;
}

.user-wrap {
  width: 1262px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}

.user-header {
  background: #fff;
  border-bottom: 1px solid #cfd8e6;
}

.user-header__top {
  border-bottom: 1px solid #edf1f6;
  background: #fbfcfe;
}

.user-header__top-inner {
  height: 28px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 11px;
}

.user-header__top-inner span {
  color: #c2c9d4;
}

.user-header__main {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.user-logo {
  width: 255px;
  display: flex;
  align-items: center;
}

.user-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.user-nav {
  display: flex;
  align-items: center;
  gap: 44px;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.user-nav a {
  display: inline-flex;
  align-items: center;
  height: 82px;
  position: relative;
}

.user-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
}

.user-nav a.is-active,
.user-nav a:hover {
  color: var(--bid-blue);
}

.user-nav a.is-active::after,
.user-nav a:hover::after {
  background: var(--bid-blue);
}

.user-header__support {
  min-width: 130px;
  padding: 9px 12px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #f9fbff;
  text-align: right;
}

.user-header__support span {
  display: block;
  color: var(--bid-muted);
  font-size: 11px;
}

.user-header__support strong {
  display: block;
  color: var(--bid-blue);
  font-size: 15px;
  line-height: 1.25;
}

.user-footer {
  margin-top: 34px;
  border-top: 1px solid #d8e0eb;
  background: #fff;
}

.user-footer__links {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4b5563;
  font-size: 12px;
}

.user-footer__links span {
  color: #c9d0da;
}

.user-footer__links a.is-strong {
  color: inherit;
  font-weight: inherit;
}

.user-footer__body {
  min-height: 76px;
  display: grid;
  grid-template-columns: 185px 1fr;
  align-items: center;
  gap: 22px;
  border-top: 1px solid #edf1f6;
  color: #667085;
  font-size: 11px;
  line-height: 1.55;
}

.user-footer__logo img {
  width: 175px;
  display: block;
  filter: grayscale(1);
  opacity: 0.52;
}

.bid-home {
  padding-top: 18px;
}

.home-primary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 16px;
  align-items: stretch;
}

.home-hero-banner {
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #061a3e;
  display: flex;
  flex-direction: column;
}

.home-hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.home-primary .home-hero-banner img {
  flex: 1 1 0;
  height: 0;
  min-height: 0;
  object-fit: cover;
}

.home-card {
  min-height: 205px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.home-side-stack {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 12px;
}

.home-side-stack .home-card {
  min-height: auto;
  max-width: none;
  padding: 20px;
}

.home-side-stack .login-card {
  max-width: none;
}

.home-side-stack .section-head {
  margin-bottom: 12px;
}

.home-side-stack .support-center-card {
  min-height: 130px;
}

.home-side-stack .counsel-card strong {
  font-size: 25px;
}

.section-head {
  margin-bottom: 15px;
}

.section-head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-head span {
  display: block;
  margin-bottom: 5px;
  color: var(--bid-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 19px;
  font-weight: 800;
}

.login-form-grid {
  display: grid;
  grid-template-columns: 1fr 68px;
  gap: 10px;
}

.login-form-grid input {
  width: 100%;
  height: 34px;
  padding: 5px 9px;
  border: 1px solid #cbd5e1;
  background: #f7fbff;
  color: #1f2937;
  font-size: 13px;
}

.login-form-grid input + input {
  margin-top: 6px;
}

.login-form-grid button {
  width: 68px;
  height: 74px;
  border: 0;
  border-radius: 6px;
  background: var(--bid-navy);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.login-options {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  color: #4b5563;
  font-size: 12px;
}

.login-options label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.login-links {
  display: flex;
  gap: 12px;
  margin-top: 13px;
  color: #1d4ed8;
  font-size: 12px;
}

.notice-more {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 4px;
  background: var(--bid-navy);
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-list li {
  display: grid;
  grid-template-columns: 1fr 45px;
  align-items: center;
  gap: 10px;
  height: 26px;
  color: #334155;
  font-size: 12px;
}

.notice-list a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list a::before {
  content: "N";
  display: inline-flex;
  width: 12px;
  height: 12px;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border-radius: 3px;
  background: var(--bid-red);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.notice-list time {
  color: #64748b;
}

.counsel-card strong {
  display: block;
  color: var(--bid-blue);
  font-size: 26px;
  line-height: 1.15;
}

.counsel-card p {
  margin: 10px 0 16px;
  color: #475569;
  font-size: 12px;
  line-height: 1.55;
}

.service-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.service-action {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
}

.service-action i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bid-sky);
  color: var(--bid-blue);
  font-size: 20px;
  flex: 0 0 44px;
}

.service-action strong {
  display: block;
  margin-bottom: 5px;
  color: #111827;
  font-size: 16px;
}

.service-action em {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.home-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 0.8fr 0.95fr;
  gap: 12px;
  margin-top: 14px;
  align-items: stretch;
}

.home-info-grid .home-card,
.home-info-grid .consult-action,
.home-info-grid .account-box {
  min-height: 168px;
}

.consult-action {
  min-height: 118px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  position: relative;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.consult-action i {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex: 0 0 54px;
  position: relative;
  z-index: 1;
}

.consult-action span {
  position: relative;
  z-index: 1;
}

.consult-action strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}

.consult-action em {
  display: block;
  color: #fff;
  font-size: 13px;
  font-style: normal;
}

.consult-action--remote {
  background: linear-gradient(135deg, #0c55c8 0%, #0b2f75 100%);
  border-color: #0c55c8;
}

.consult-action--analysis {
  background: linear-gradient(135deg, #24324a 0%, #071c45 100%);
  border-color: #24324a;
}

.home-side-consult {
  min-height: 112px;
}

.support-center-card {
  min-height: 156px;
}

.account-box {
  min-height: 156px;
  padding: 24px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.account-box h3 {
  margin: 0 0 11px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.account-box p {
  margin: 5px 0;
  color: #334155;
}

.account-box i {
  width: 20px;
  color: var(--bid-blue);
}

.account-box strong {
  display: block;
  margin-top: 9px;
  padding: 7px 0;
  border-radius: 4px;
  background: #edf2f8;
  color: var(--bid-navy);
  text-align: center;
  font-weight: 800;
}

.user-subpage {
  padding-top: 24px;
}

.signup-shell {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 22px;
}

.signup-side {
  width: 210px;
}

.signup-side__panel,
.side-support {
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
}

.signup-side__panel {
  overflow: hidden;
}

.signup-side__panel h2 {
  margin: 16px 18px 14px;
  color: #111827;
  font-size: 19px;
  font-weight: 800;
}

.side-menu {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.side-menu a {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 18px;
  color: #334155;
  font-size: 13px;
  border-top: 1px solid #edf1f6;
}

.side-menu a::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.side-menu a.is-active {
  color: var(--bid-blue);
  font-weight: 800;
  background: #f4f8ff;
}

.side-support {
  margin-top: 14px;
  padding: 17px 18px;
}

.side-support span,
.side-support em {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-style: normal;
}

.side-support strong {
  display: block;
  margin: 5px 0 4px;
  color: var(--bid-blue);
  font-size: 21px;
  line-height: 1.1;
}

.signup-content {
  min-height: 650px;
  color: #1f2937;
}

.signup-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4px 0 16px;
  border-bottom: 2px solid var(--bid-navy);
}

.signup-heading p {
  margin: 0 0 5px;
  color: var(--bid-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.signup-heading h1 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
}

.breadcrumb {
  color: #64748b;
  font-size: 11px;
}

.join-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.join-steps li {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e0eb;
  border-radius: 6px;
  background: #fff;
  color: #64748b;
  font-weight: 700;
}

.join-steps li.is-active {
  border-color: var(--bid-blue);
  background: var(--bid-blue);
  color: #fff;
}

.join-steps li.is-done {
  border-color: #bfd2ef;
  background: #edf5ff;
  color: var(--bid-blue);
}

.signup-guide {
  margin: 0 0 14px;
  padding: 13px 16px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
  color: #334155;
  line-height: 1.65;
}

.agreement-card {
  margin-top: 12px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.agreement-card__head {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #e6edf6;
}

.agreement-card__head h2 {
  margin: 0;
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.agreement-card__head span {
  padding: 3px 8px;
  border-radius: 999px;
  background: #fee2e2;
  color: var(--bid-red);
  font-size: 11px;
  font-weight: 800;
}

.terms-box {
  width: 100%;
  height: 178px;
  display: block;
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #e6edf6;
  color: #334155;
  font-size: 12px;
  line-height: 1.55;
  resize: vertical;
  background: #fff;
}

.agree-check {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 0 16px;
  color: #334155;
  font-size: 12px;
}

.signup-member-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  padding: 14px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
  font-size: 12px;
}

.biz-number {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.biz-number__dash {
  color: #64748b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.biz-number input {
  width: 58px;
  height: 28px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  text-align: center;
}

.biz-number input:last-child {
  width: 72px;
}

.signup-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.signup-buttons--form {
  margin-top: 24px;
}

.signup-buttons button,
.signup-buttons a {
  min-width: 118px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.signup-buttons .is-primary {
  border-color: var(--bid-blue);
  background: var(--bid-blue);
  color: #fff;
}

.join-form {
  margin-top: 16px;
}

.join-table {
  border-top: 2px solid var(--bid-navy);
  background: #fff;
}

.join-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 49px;
  border-bottom: 1px solid #e0e7f1;
}

.join-row label {
  display: flex;
  align-items: center;
  padding-left: 18px;
  background: #f8fafc;
  color: #111827;
  font-weight: 800;
}

.join-row label span {
  color: var(--bid-red);
  margin-left: 4px;
}

.join-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
}

.join-field input,
.join-field select {
  height: 30px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 13px;
}

.join-field .w-sm {
  width: 120px;
}

.join-field .w-md {
  width: 190px;
}

.join-field .w-lg {
  width: 260px;
}

.join-field--address input[name="address"] {
  width: min(520px, 100%);
}

.join-field--address input[name="address_detail"] {
  width: min(420px, 100%);
}

.join-help {
  width: 100%;
  color: #64748b;
  font-size: 11px;
}

.join-small-button {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #94a3b8;
  border-radius: 4px;
  background: #fff;
  color: #334155;
  font-size: 12px;
  cursor: pointer;
}

.business-check {
  margin: 14px 0 18px;
  padding: 18px;
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
}

.business-check__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.business-check__title strong {
  color: #111827;
  font-size: 16px;
}

.business-check__title span {
  color: #64748b;
  font-size: 12px;
}

.business-check__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 12px;
}

.business-check__grid--single {
  grid-template-columns: minmax(260px, 420px);
}

.business-check__grid label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.business-check__grid input {
  width: 100%;
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  padding: 5px 9px;
  background: #fbfdff;
}

.join-inline-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #334155;
}

.form-result {
  min-height: 20px;
  margin: 10px 0 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.form-result.is-success {
  color: #047857;
  font-weight: 700;
}

.form-result.is-error {
  color: var(--bid-red);
  font-weight: 700;
}

button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.swal2-container.swal2-backdrop-show {
  background: rgba(7, 28, 69, 0.62) !important;
}

.user-login-page {
  min-height: 620px;
  display: flex;
  justify-content: center;
  padding: 54px 12px 34px;
  background: #fff;
}

.login-box {
  width: 500px;
  max-width: 100%;
  text-align: center;
}

.login-brand {
  width: 260px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

.login-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.login-card-simple {
  width: 100%;
}

.login-mode-title {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6deea;
  border-top: 3px solid #3566ee;
  border-bottom: 0;
  color: #245cf2;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}

.login-input-row {
  height: 56px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  margin: 0;
  border: 1px solid #d6deea;
  background: #fff;
  text-align: left;
}

.login-input-row + .login-input-row {
  border-top: 0;
}

.login-input-row i {
  display: flex;
  justify-content: center;
  color: #a7b5cc;
  font-size: 18px;
}

.login-input-row input {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  color: #1f2937;
  font-size: 17px;
  font-weight: 700;
}

.login-input-row input::placeholder {
  color: #8a9ab5;
  font-weight: 700;
}

.login-save-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #71819a;
  font-size: 13px;
  text-align: left;
}

.login-save-line label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.login-save-line button {
  border: 0;
  background: transparent;
  color: #5f7090;
  text-decoration: underline;
  cursor: pointer;
}

.login-primary-button,
.login-secondary-button {
  width: 100%;
  height: 64px;
  border: 0;
  background: #3465ee;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  cursor: pointer;
}

.login-primary-button {
  margin-top: 18px;
}

.login-secondary-button {
  height: 46px;
  margin-top: 12px;
  font-size: 15px;
}

.login-links-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 39px;
  color: #58677f;
  font-size: 13px;
}

.login-links-simple button,
.login-links-simple a {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.login-links-simple button:hover,
.login-links-simple a:hover {
  color: #245cf2;
}

.account-recovery-panel {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #d6deea;
  background: #fbfdff;
  text-align: left;
}

.account-recovery-panel h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 17px;
  font-weight: 800;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.login-panel {
  min-width: 0;
}

.login-heading {
  margin-bottom: 16px;
}

.login-briefing {
  margin-bottom: 14px;
  padding: 24px;
  border: 1px solid #c5d5ea;
  border-radius: 8px;
  background: #071c45;
  color: #fff;
  box-shadow: 0 10px 26px rgba(7, 28, 69, 0.15);
}

.login-briefing > div > span {
  display: block;
  margin-bottom: 8px;
  color: #86b9ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.login-briefing h2 {
  max-width: 560px;
  margin: 0;
  font-size: 25px;
  line-height: 1.35;
  font-weight: 800;
}

.login-briefing p {
  max-width: 620px;
  margin: 10px 0 0;
  color: #cbd8ee;
  font-size: 13px;
  line-height: 1.7;
}

.login-briefing dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 0;
}

.login-briefing dl div {
  min-height: 72px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.login-briefing dt {
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.login-briefing dd {
  margin: 0;
  color: #cbd8ee;
  font-size: 12px;
}

.account-tools {
  display: grid;
  gap: 14px;
}

.auth-card {
  border: 1px solid var(--bid-line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.login-card {
  max-width: 520px;
  border-top: 3px solid var(--bid-blue);
}

.auth-card__head {
  margin-bottom: 17px;
}

.auth-card__head span {
  display: block;
  margin-bottom: 5px;
  color: var(--bid-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.auth-card__head h2 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
}

.auth-card__head p {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.auth-field {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
}

.auth-field input {
  width: 100%;
  height: 38px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 6px 10px;
  background: #fbfdff;
  color: #111827;
  font-size: 14px;
}

.auth-options {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 4px 0 8px;
  color: #475569;
  font-size: 12px;
}

.auth-options label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.auth-options a {
  color: var(--bid-blue);
  font-weight: 700;
}

.auth-submit,
.auth-outline {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.auth-submit {
  border: 1px solid var(--bid-blue);
  background: var(--bid-blue);
  color: #fff;
}

.auth-outline {
  border: 1px solid #b7c6d9;
  background: #fff;
  color: var(--bid-navy);
}

.dev-reset-link {
  margin: 4px 0 12px;
  font-size: 12px;
}

.dev-reset-link a {
  color: var(--bid-blue);
  font-weight: 800;
  text-decoration: underline;
}

@media (max-width: 1040px) {
  .user-wrap {
    width: calc(100% - 24px);
  }

  .user-header__main {
    gap: 18px;
  }

  .user-logo {
    width: 220px;
  }

  .user-nav {
    gap: 28px;
  }

  .user-header__support {
    display: none;
  }

  .home-primary,
  .home-info-grid,
  .login-shell {
    grid-template-columns: 1fr;
  }

  .home-primary .home-hero-banner img {
    flex: none;
    height: auto;
  }

  .service-actions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .user-header__top-inner {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding: 8px 0;
  }

  .user-header__main {
    height: auto;
    flex-wrap: wrap;
    padding: 13px 0;
  }

  .user-logo {
    width: 260px;
    margin: 0 auto;
  }

  .user-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 14px;
  }

  .user-nav a {
    height: 30px;
  }

  .service-actions,
  .home-info-grid,
  .signup-shell,
  .business-check__grid,
  .join-row {
    grid-template-columns: 1fr;
  }

  .service-action,
  .home-card {
    min-height: auto;
  }

  .signup-side {
    width: 100%;
  }

  .side-menu {
    display: flex;
    flex-wrap: wrap;
  }

  .side-menu li {
    flex: 1 1 160px;
  }

  .signup-heading {
    gap: 10px;
    flex-direction: column;
  }

  .signup-member-type {
    align-items: flex-start;
    flex-direction: column;
  }

  .join-row label {
    min-height: 38px;
  }

  .business-check__title,
  .auth-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .login-briefing {
    padding: 20px;
  }

  .login-briefing h2 {
    font-size: 21px;
  }

  .login-briefing dl {
    grid-template-columns: 1fr;
  }

  .login-card {
    max-width: none;
  }

  .user-login-page {
    min-height: 520px;
    padding-top: 38px;
  }

  .login-brand {
    width: 235px;
    margin-bottom: 32px;
  }

  .login-mode-title {
    height: 48px;
    font-size: 16px;
  }

  .login-input-row {
    height: 54px;
    grid-template-columns: 50px 1fr;
  }

  .login-input-row input {
    font-size: 15px;
  }

  .login-primary-button {
    height: 56px;
    font-size: 19px;
  }

  .user-footer__body {
    grid-template-columns: 1fr;
    padding: 12px 0;
  }
}

/* Classic bid portal theme */
:root {
  --bid-navy: #263b5f;
  --bid-blue: #225f9d;
  --bid-red: #c8252d;
  --bid-sky: #edf2f8;
  --bid-line: #b9c4d3;
  --bid-text: #222;
  --bid-muted: #666;
}

.user-site {
  background: #eef1f5;
  color: var(--bid-text);
  font-family:
    "Malgun Gothic", "Nanum Gothic", "Noto Sans KR", Arial, sans-serif;
  font-size: 12px;
}

.user-header {
  border-top: 3px solid #243a61;
  border-bottom: 1px solid #9aa8bb;
  background: #fff;
}

.user-header__top {
  border-bottom: 1px solid #d9dee6;
  background: #f4f4f4;
}

.user-header__top-inner {
  height: 26px;
  color: #444;
  font-size: 11px;
}

.user-header__main {
  height: 82px;
  gap: 30px;
}

.user-logo {
  width: 255px;
}

.user-nav {
  gap: 44px;
  align-self: auto;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.user-nav a {
  height: 82px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  position: relative;
}

.user-nav a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: transparent;
}

.user-nav a.is-active,
.user-nav a:hover {
  background: transparent;
  color: var(--bid-blue);
}

.user-nav a.is-active::after,
.user-nav a:hover::after {
  background: var(--bid-blue);
}

.user-header__support {
  min-width: 142px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 8px;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid #aeb9c9;
  background: #f7f8fa;
  text-align: left;
}

.user-header__support-icon {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.user-header__support span,
.user-header__support strong {
  grid-column: 2;
}

.user-header__support span {
  color: #555;
}

.user-header__support strong {
  color: #1f5e9c;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.bid-home {
  padding-top: 12px;
}

.user-empty-page {
  min-height: 520px;
}

.user-content-page {
  min-height: 520px;
  padding: 28px 0 44px;
}

.user-content-hero {
  padding: 24px 0 18px;
  border-bottom: 2px solid #263b5f;
}

.user-content-hero span {
  display: block;
  margin-bottom: 6px;
  color: #2f5d9e;
  font-size: 12px;
  font-weight: 700;
}

.user-content-hero h1 {
  margin: 0;
  color: #1f2937;
  font-size: 26px;
  line-height: 1.25;
}

.user-content-hero p {
  max-width: 760px;
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
}

.user-info-section {
  padding: 26px 0;
  border-bottom: 1px solid #e5e7eb;
}

.user-info-section h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 20px;
  line-height: 1.35;
}

.user-info-section h3 {
  margin: 24px 0 8px;
  color: #1f2937;
  font-size: 16px;
  line-height: 1.45;
}

.user-info-section p {
  margin: 0 0 10px;
  color: #374151;
  font-size: 14px;
  line-height: 1.85;
}

.user-info-table {
  border-top: 2px solid #263b5f;
}

.user-info-table dl {
  margin: 0;
}

.user-info-table div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border-bottom: 1px solid #e5e7eb;
}

.user-info-table dt,
.user-info-table dd {
  margin: 0;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.65;
}

.user-info-table dt {
  background: #f8fafc;
  color: #1f2937;
  font-weight: 700;
}

.user-info-table dd {
  color: #374151;
}

.user-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.user-feature-list li {
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid #d7dde7;
  background: #fff;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
}

.user-support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.user-support-list a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #c7d2e5;
  background: #fff;
  color: #263b5f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.user-support-list a:hover {
  background: #f3f6fb;
}

.user-legal-section {
  max-width: 900px;
}

.user-legal-section .user-info-text {
  margin-bottom: 20px;
}

.user-legal-date {
  margin-top: 26px !important;
  color: #6b7280 !important;
  font-size: 13px !important;
}

.user-bid-list-page {
  min-height: 560px;
  padding: 16px 0 34px;
}

.user-bid-panel {
  width: 100%;
}

.user-bid-heading {
  min-height: 44px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #263b5f;
}

.user-bid-heading span {
  display: block;
  margin-bottom: 3px;
  color: #666;
  font-size: 11px;
  letter-spacing: 0;
}

.user-bid-heading h1 {
  margin: 0;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.25;
}

.user-bid-list-page .table-wrap {
  width: 100%;
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid #c7c7c7;
}

.user-bid-list-page .table-wrap table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}

.user-bid-list-page .notice-table th,
.user-bid-list-page .notice-table td {
  height: auto;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  color: #222;
  font-size: 12px;
}

.user-bid-list-page .notice-table th:last-child,
.user-bid-list-page .notice-table td:last-child {
  border-right: 0;
}

.user-bid-list-page .notice-table tr:last-child td {
  border-bottom: 0;
}

.user-bid-list-page .notice-table th {
  padding: 10px 8px;
  background: #f7f7f7;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
  font-weight: 700;
}

.user-bid-list-page .notice-table th .column-name {
  display: inline-block;
  margin-top: 2px;
  color: #7a7a7a;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 500;
  word-break: break-all;
}

.user-bid-list-page .notice-table td {
  padding: 12px 8px;
  line-height: 1.55;
  vertical-align: middle;
}

.user-bid-list-page .notice-table th:nth-child(1) {
  width: 42%;
}

.user-bid-list-page .notice-table th:nth-child(2) {
  width: 14%;
}

.user-bid-list-page .notice-table th:nth-child(3) {
  width: 14%;
}

.user-bid-list-page .notice-table th:nth-child(4) {
  width: 12%;
}

.user-bid-list-page .notice-table th:nth-child(5) {
  width: 11%;
}

.user-bid-list-page .notice-table th:nth-child(6) {
  width: 7%;
}

.user-bid-list-page .notice-name-cell {
  text-align: left;
}

.user-bid-list-page .notice-title-line {
  display: flex;
  align-items: center;
  gap: 3px;
  min-width: 0;
}

.user-bid-list-page .notice-title-line strong {
  min-width: 0;
  overflow: hidden;
  color: #14324a;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-bid-list-page .notice-number {
  margin-top: 7px;
  color: #23384d;
}

.user-bid-list-page .notice-badge {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 3px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
}

.user-bid-list-page .notice-badge-orange {
  background: #e97844;
}

.user-bid-list-page .notice-center {
  text-align: center;
}

.user-bid-list-page .notice-price,
.user-bid-list-page .notice-date {
  text-align: right;
}

.user-bid-list-page .notice-date {
  white-space: nowrap;
}

.user-bid-list-page .notice-price div + div,
.user-bid-list-page .notice-date div + div,
.user-bid-list-page .notice-center div + div {
  margin-top: 4px;
}

.user-bid-list-page .green-value {
  color: #00a000;
}

.user-bid-list-page .deadline-value {
  color: #ff0000;
}

.user-bid-list-page .region-link {
  display: inline-block;
  margin-top: 4px;
  color: #0066ff;
}

.user-bid-list-page .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-bid-list-page .notice-table .notice-empty {
  height: 120px;
  color: #605e5c;
  text-align: center;
}

.user-bid-list-page .notice-pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  margin-top: 10px;
  color: #2f2f2f;
  font-size: 13px;
  line-height: 1;
}

.user-bid-list-page .notice-page-list {
  display: inline-flex;
  align-items: center;
  height: 27px;
}

.user-bid-list-page .notice-page-number {
  min-width: 16px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: #202020;
  text-decoration: none;
}

.user-bid-list-page .notice-page-number.is-active {
  color: #ff0000;
  font-weight: 700;
}

.user-bid-list-page .notice-page-separator {
  color: #555;
}

.user-bid-list-page .notice-page-button {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9b9b9b;
  background: linear-gradient(#b6b6b6, #8e8e8e);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.user-bid-list-page .notice-page-button.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

.user-bid-list-page .notice-page-select-form {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.user-bid-list-page .notice-page-select-form select {
  width: 55px;
  height: 27px;
  border: 1px solid #777;
  background: #fff;
  color: #202020;
  font-size: 13px;
}

.home-primary,
.service-actions,
.home-info-grid {
  gap: 10px;
}

.home-hero-banner,
.home-card,
.service-action,
.consult-action,
.account-box,
.signup-side__panel,
.side-support {
  border-color: var(--bid-line);
  box-shadow: none;
}

.home-hero-banner {
  border: 1px solid #8795aa;
  background: #102744;
  min-height: 480px;
}

.home-card,
.account-box,
.service-action {
  background: #fff;
}

.home-card {
  padding: 16px;
}

.home-side-stack {
  gap: 8px;
}

.home-side-stack .home-card {
  border: 0;
  padding: 14px;
}

.section-head {
  margin: -16px -16px 12px;
  padding: 7px 11px;
  border-bottom: 1px solid #142844;
  background: #263b5f;
}

.home-side-stack .section-head {
  margin: 0 0 11px;
  padding: 0 0 7px;
  border-bottom: 0;
  background: transparent;
}

.home-side-stack .section-head h2 {
  color: #222;
}

.section-head h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.section-head span {
  display: none;
}

.login-form-grid {
  grid-template-columns: 1fr 64px;
  gap: 7px;
}

.login-form-grid input {
  height: 29px;
  border-color: #b7c0cc;
  background: #fff;
  font-size: 12px;
}

.login-form-grid input + input {
  margin-top: 5px;
}

.login-form-grid button {
  width: 64px;
  height: 63px;
  border: 1px solid #182a48;
  background: #263b5f;
  font-size: 12px;
}

.login-options,
.login-links {
  margin-top: 8px;
  font-size: 11px;
}

.login-links {
  color: #245b91;
}

.support-center-card {
  min-height: 112px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 12px;
  align-content: start;
  align-items: center;
}

.support-center-card .section-head {
  grid-column: 1 / -1;
}

.counsel-card__icon {
  grid-column: 1;
  grid-row: 2 / span 2;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.support-center-card > strong,
.support-center-card > p {
  grid-column: 2;
}

.counsel-card strong {
  color: #1f5e9c;
  font-family: Arial, sans-serif;
  font-size: 23px;
}

.counsel-card p {
  margin: 3px 0 0;
  color: #555;
  font-size: 11px;
}

.service-actions {
  margin-top: 10px;
}

.service-action {
  min-height: 72px;
  gap: 10px;
  padding: 13px 14px;
  border-top: 3px solid #263b5f;
}

.service-action i {
  width: 34px;
  height: 34px;
  border: 1px solid #c6ceda;
  background: #f1f4f8;
  color: #245b91;
  font-size: 16px;
  flex-basis: 34px;
}

.service-action strong {
  margin-bottom: 3px;
  color: #222;
  font-size: 14px;
}

.service-action em {
  color: #666;
  font-size: 11px;
}

.home-info-grid {
  margin-top: 10px;
}

.notice-list li {
  height: 25px;
  border-bottom: 1px solid #edf0f4;
  color: #333;
}

.notice-list a::before {
  width: 11px;
  height: 11px;
  background: #c8252d;
  font-size: 8px;
}

.notice-more {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 7px;
  border: 1px solid #97a4b6;
  background: #eef2f7;
  color: #243a61;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

.consult-action {
  min-height: 86px;
  gap: 12px;
  padding: 16px;
  box-shadow: none;
}

.consult-action i {
  width: 42px;
  height: 42px;
  border: 0;
  font-size: 18px;
  flex-basis: 42px;
}

.consult-action strong {
  margin-bottom: 3px;
  font-size: 18px;
}

.consult-action em {
  font-size: 12px;
}

.consult-action--remote {
  background: #225f9d;
  border-color: #194978;
}

.home-info-grid .consult-action--remote {
  min-height: 168px;
  justify-content: center;
  gap: 18px;
  padding: 22px 20px;
}

.home-info-grid .consult-action--remote i {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  font-size: 27px;
}

.home-info-grid .consult-action--remote span {
  min-width: 0;
}

.home-info-grid .consult-action--remote strong {
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 1.15;
}

.home-info-grid .consult-action--remote em {
  font-size: 14px;
  line-height: 1.35;
}

.consult-action--analysis {
  background: #263b5f;
  border-color: #182a48;
}

.home-side-consult {
  min-height: 86px;
}

.kakao-consult {
  min-height: 148px;
  gap: 18px;
  padding: 22px 24px;
  align-items: center;
}

.kakao-consult__icon {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fee500;
}

.kakao-consult__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.kakao-consult__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kakao-consult__content strong {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.kakao-consult__content em {
  color: #e6edf7;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

.kakao-consult__content small {
  color: #d9e3f2;
  font-size: 11px;
}

.account-box {
  padding: 16px;
  border-top: 3px solid #263b5f;
}

.account-box h3 {
  margin-bottom: 10px;
  color: #222;
  font-size: 14px;
}

.account-box p {
  color: #333;
  font-size: 12px;
}

.account-box i {
  color: #245b91;
}

.account-box strong {
  border: 1px solid #d7dde6;
  background: #f2f4f7;
  font-size: 12px;
}

.user-footer {
  border-top-color: #aeb9c9;
  background: #f7f7f7;
}

.user-footer__links {
  height: 34px;
}

.user-header {
  position: relative;
  z-index: 50;
}

.user-header__main,
.user-nav {
  overflow: visible;
}

.user-nav__item {
  height: 82px;
  display: flex;
  align-items: center;
  position: relative;
}

.user-nav__link {
  display: inline-flex;
  align-items: center;
  height: 82px;
  position: relative;
}

.user-nav__dropdown {
  min-width: 164px;
  padding: 8px 0;
  border: 1px solid #b8c2d1;
  border-top: 2px solid #263b5f;
  background: #fff;
  box-shadow: 0 8px 18px rgba(35, 51, 79, 0.14);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 82px;
  left: 50%;
  z-index: 60;
  transform: translate(-50%, 8px);
  transition:
    opacity 0.16s ease,
    transform 0.16s ease,
    visibility 0.16s ease;
  visibility: hidden;
}

.user-nav__dropdown--wide {
  min-width: 178px;
}

.user-nav__item:hover > .user-nav__dropdown,
.user-nav__item:focus-within > .user-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.user-nav__item:hover > .user-nav__link,
.user-nav__item:focus-within > .user-nav__link {
  color: var(--bid-blue);
}

.user-nav__item:hover > .user-nav__link::after,
.user-nav__item:focus-within > .user-nav__link::after {
  background: var(--bid-blue);
}

.user-nav__dropdown a {
  height: auto !important;
  display: block;
  padding: 10px 18px;
  border: 0;
  background: #fff;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.user-nav__dropdown a::after {
  display: none !important;
}

.user-nav__dropdown a:hover,
.user-nav__dropdown a:focus {
  background: #f2f5f9;
  color: #1f5e9c;
}

@media (max-width: 1040px) {
  .home-hero-banner {
    min-height: 0;
  }
}

@media (max-width: 1120px) {
  .user-header__support {
    display: none;
  }
}

@media (max-width: 760px) {
  .user-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    align-self: auto;
    font-size: 14px;
  }

  .user-nav__link {
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
  }
}

/* PC frame lock: mobile browsers render the desktop layout instead of a responsive view. */
html,
body {
  min-width: 1262px;
}

.user-site {
  min-width: 1262px;
  overflow-x: auto;
}

.user-wrap {
  width: 1262px;
  max-width: none;
}

.user-header__top-inner {
  height: 26px;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding: 0;
}

.user-header__main {
  height: 82px;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 0;
}

.user-logo {
  width: 255px;
  margin: 0;
}

.user-nav {
  width: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 44px;
  align-self: auto;
  font-size: 16px;
}

.user-nav__link {
  height: 82px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
}

.user-header__support {
  display: grid;
}

.home-primary {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.home-hero-banner {
  min-height: 480px;
}

.home-primary .home-hero-banner img {
  flex: 1 1 0;
  height: 0;
}

.service-actions {
  grid-template-columns: repeat(4, 1fr);
}

.home-info-grid {
  grid-template-columns: minmax(0, 1.35fr) 0.8fr 0.95fr;
}

.signup-shell {
  grid-template-columns: 210px 1fr;
}

.signup-side {
  width: 210px;
}

.side-menu {
  display: block;
}

.business-check__grid {
  grid-template-columns: 1.3fr 1fr 1fr;
}

.business-check__grid--single {
  grid-template-columns: minmax(260px, 420px);
}

.join-row {
  grid-template-columns: 150px 1fr;
}

.business-check__title,
.auth-options,
.signup-member-type {
  align-items: flex-end;
  flex-direction: row;
}

.signup-heading {
  flex-direction: row;
}

.login-shell {
  grid-template-columns: minmax(0, 1fr) 360px;
}

.login-briefing {
  padding: 24px;
}

.login-briefing h2 {
  font-size: 25px;
}

.login-briefing dl {
  grid-template-columns: repeat(3, 1fr);
}

.login-card {
  max-width: 360px;
}

.user-login-page {
  min-height: 620px;
  padding-top: 54px;
}

.login-brand {
  width: 260px;
  margin-bottom: 44px;
}

.login-mode-title {
  height: 50px;
  font-size: 18px;
}

.login-input-row {
  height: 56px;
  grid-template-columns: 58px 1fr;
}

.login-input-row input {
  font-size: 17px;
}

.login-primary-button {
  height: 64px;
  font-size: 21px;
}

.user-footer__body {
  grid-template-columns: 185px 1fr;
  padding: 0;
}

*,
*::before,
*::after,
html [class*="rounded"],
html [class*="radius"] {
  border-radius: 0 !important;
}

/* Bid notice list: compact public-board refinement */
.user-bid-list-page {
  padding: 16px 0 30px;
  font-size: 12px;
}

.user-bid-heading {
  min-height: 0;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #c8d0dc;
  border-top: 3px solid #263b5f;
  background: #fff;
}

.user-bid-heading h1 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.bid-breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 0;
  color: #6d7684;
  font-size: 11px;
  white-space: nowrap;
}

.bid-breadcrumb a,
.bid-breadcrumb strong {
  color: inherit;
  font-weight: 400;
}

.bid-tabs {
  display: flex;
  height: 34px;
  align-items: stretch;
  gap: 0;
  border: 1px solid #c8d0dc;
  border-top: 0;
  background: #fff;
}

.bid-tabs a {
  width: 128px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid #dde3ec;
  background: #fff;
  color: #586476;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bid-tabs a.is-active {
  border-color: transparent;
  background: #263b5f;
  color: #fff;
}

.bid-search-form {
  padding: 9px 12px;
  border: 1px solid #c8d0dc;
  background: #fff;
}

.bid-search-grid {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 92px;
  column-gap: 8px;
  row-gap: 5px;
  align-items: center;
}

.bid-search-grid > label {
  color: #374151;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.bid-search-controls {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3px;
  color: #374151;
  font-size: 11px;
  white-space: nowrap;
}

.bid-search-form select,
.bid-search-form input[type="text"],
.bid-search-form input[type="date"] {
  height: 24px;
  border: 1px solid #b8c1cf;
  background: #fff;
  color: #374151;
  font: inherit;
  font-size: 11px;
  line-height: 24px;
}

.bid-search-form select {
  min-width: 76px;
  padding-left: 4px;
}

.bid-search-form .bid-field-wide {
  width: 220px;
}

.bid-search-form input[type="date"] {
  width: 112px;
  padding: 0 4px;
}

.bid-search-form .bid-money-input {
  width: 66px;
  padding: 0 5px;
}

.bid-search-form .bid-keyword-input {
  width: 318px;
  padding: 0 7px;
}

.bid-period-button {
  width: 42px;
  height: 24px;
  border: 1px solid #9aa8bc;
  background: #eef3f8;
  color: #334155;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

.bid-search-submit {
  grid-column: 3;
  grid-row: 1 / span 4;
  width: 90px;
  height: 76px;
  align-self: center;
  justify-self: end;
  border: 0;
  background: #263b5f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.bid-condition-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 12px 0 6px;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
}

.bid-condition-marker {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #6b778b;
  background: #fff;
}

.user-bid-list-page .notice-table input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #263b5f;
}

.bid-condition-box {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 12px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #374151;
  font-size: 12px;
}

.bid-condition-box strong {
  color: #c26417;
  font-size: 12px;
}

.bid-condition-box span {
  margin-right: 12px;
}

.bid-list-toolbar {
  min-height: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 5px;
}

.bid-list-toolbar p {
  margin: 0;
  color: #4b5563;
  font-size: 12px;
}

.bid-list-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bid-list-actions button {
  height: 28px;
  min-width: 68px;
  padding: 0 9px;
  border: 1px solid #465a7a;
  background: #53657e;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.bid-list-actions button.is-outline {
  border: 1px solid #263b5f;
  background: #fff;
  color: #263b5f;
  box-shadow: none;
}

.bid-list-actions button.is-green {
  border-color: #45693c;
  background: #5f7f55;
}

.user-bid-list-page .table-wrap {
  margin-top: 0;
  border-color: #c8d0dc;
  background: #fff;
}

.user-bid-list-page .table-wrap table {
  min-width: 1040px;
}

.user-bid-list-page .notice-table th:nth-child(1) {
  width: 6%;
}

.user-bid-list-page .notice-table th:nth-child(2) {
  width: 40%;
}

.user-bid-list-page .notice-table th:nth-child(3) {
  width: 13%;
}

.user-bid-list-page .notice-table th:nth-child(4) {
  width: 13%;
}

.user-bid-list-page .notice-table th:nth-child(5) {
  width: 11%;
}

.user-bid-list-page .notice-table th:nth-child(6) {
  width: 10%;
}

.user-bid-list-page .notice-table th:nth-child(7) {
  width: 7%;
}

.user-bid-list-page .notice-table th,
.user-bid-list-page .notice-table td {
  border-right: 0;
  border-bottom: 1px solid #dfe5ee;
  color: #2f3744;
  font-size: 11px;
}

.user-bid-list-page .notice-table th {
  height: 42px;
  padding: 6px 5px;
  background: #eef3f8;
  color: #263b5f;
  font-size: 11px;
  font-weight: 700;
}

.user-bid-list-page .notice-table td {
  height: 58px;
  padding: 7px 5px;
  line-height: 1.45;
}

.user-bid-list-page .notice-select-cell {
  text-align: center;
}

.user-bid-list-page .notice-table tbody tr:nth-child(even) td {
  background: #fbfcfe;
}

.user-bid-list-page .notice-table tbody tr:hover td {
  background: #f3f7fc;
}

.user-bid-list-page .notice-select-cell span {
  margin-bottom: 5px;
  color: #687386;
}

.user-bid-list-page .notice-title-line strong {
  color: #173a5c;
  font-size: 12px;
  font-weight: 600;
}

.user-bid-list-page .notice-number {
  margin-top: 4px;
  overflow: hidden;
  color: #617086;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-bid-list-page .notice-badge {
  height: 15px;
  padding: 0 3px;
  font-size: 9px;
  line-height: 15px;
}

.user-bid-list-page .region-link {
  margin-top: 2px;
  color: #1f5fbf;
  font-size: 10px;
}

.user-bid-list-page .notice-price div + div,
.user-bid-list-page .notice-date div + div,
.user-bid-list-page .notice-center div + div {
  margin-top: 2px;
}

.user-bid-list-page .notice-table .notice-empty {
  height: 92px;
}

.user-bid-list-page .notice-pagination {
  font-size: 11px;
}

.user-bid-list-page .notice-page-list {
  gap: 3px;
}

.user-bid-list-page .notice-page-number {
  min-width: 18px;
  height: 22px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 22px;
}

.user-bid-list-page .notice-page-button {
  width: 22px;
  height: 22px;
  background: #6b778b;
  border-color: #5f6b7e;
  box-shadow: none;
  font-size: 8px;
  line-height: 20px;
}

.user-bid-list-page .notice-page-select-form select {
  width: 46px;
  height: 22px;
  font-size: 11px;
}
