.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;
}

.agreement-box {
    max-width: 480px;
    margin: 30px auto;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    background: white;
}

.terms-scroll {
    height: 120px;
    overflow-y: auto;
    font-size: 14px;
    background: #f8f8f8;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.btn-agree {
    background-color: #FF6C00;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.btn-agree:hover {
    background-color: #d95d02;
    color: white;
    font-weight: bold;
    padding: 10px;
}

.footer {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 40px;
}

label {
    font-size: 15px;
    margin-bottom: 6px;
}

.form-check-input:checked {
    background-color: #FF6C00;
    border-color: #FF6C00;
}

.copyright {
    margin: 30px auto;
}