.brand-logo {
  font-weight: bold;
  line-height: 1;
}
.memo-cnt {background-color: #f26c21;}
.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;
}
.login-box {
  max-width: 400px; margin: 30px auto; padding: 30px 20px;
  background: white; border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.btn-orange { background-color: #FF6C00; color: #fff; font-weight: bold; }
.btn-orange:hover {background-color: #d95d02;}
.toast-container {
  position: fixed; top: 20px; right: 20px; z-index: 9999;
}
.form-text { color: red; font-size: 13px; }

input, select {background-color: #fff7eb !important;}
.chk_dup {background: #FF6C00;color: #fff;}
.copyright {margin: 30px auto;}
@media screen and (max-width: 768px) {
	.chk_dup {font-size: 0.9rem;}
}