
.brand-logo {
  font-weight: bold;
  line-height: 1;
}
.brand-logo .gold {
  color: #000;
  letter-spacing: 0.1em;
}
.brand-logo .vision {
  color: #ff6600;
}
.brand-name {
  color: #ff6600;
  font-weight: 800;
  font-size: 1.4rem;
  margin-top: 4px;
  border-bottom: 2px solid #ff6600;
  display: inline-block;
}
.nav-item .nav-link {
  font-weight: 800;
}
.badge-alert {
  background-color: #ff6600;
  color: white;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 4px;
}

.section {
  padding: 60px 0;
}
.highlight {
  color: #f26c21;
}
.card-img {
  height: 100%;
  object-fit: cover;
}
.btn-orange {
  background-color: #f26c21;
  color: white;
}
.btn-orange:hover {
  background-color: #d85a12;
  color: white;
}
.memo-cnt {background-color: #f26c21;}
.finished-badge {
  display: inline-block;
  background-color: rgb(242 108 33 / 10%);
  border: 1px solid #f26c21;
  color: #f26c21;
  padding: 6px 20px;
  border-radius: 10px;
  font-size: 1rem;
  margin-bottom: 16px;
}
.product-finished {
  position: relative;
}
.product-finished::after {
  content: "모집 완료";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-weight: bold;
}
.notice-list li {
  margin-bottom: 0.3rem;
  line-height: 1.5rem;
  margin-top: 0.8rem;
}
.notice-list li::maker {
  opacity: 0;
}
.notice-list li::before {
  content: counter(item);
  counter-increment: item;
  font-weight: bold;
  background-color: #f26c21;
  padding: 2px 6px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 6px;
}
.notice-list {
  counter-reset: item;
  padding-left: 0rem;
}
.bdrdiv {
  border-right-color: #7c7c7c !important;
  border-right-width: 2px !important;
}
.tx-cmb {
  text-align: unset;
}
.show_pc {
  display: block;
}
.show_mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .fs-5 {
    font-size: 0.9rem !important;
  }
  .bdrdiv {
    border-right: none;
  }
  .tx-cmb {
    text-align: center !important;
  }
  .show_pc {
    display: none;
  }
  .show_mb {
    display: block;
  }
}