
body {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #f8f9fa;
    margin:15px;
}
.navbar {
    padding:20px;
    padding: 10px 20px;
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.navbar-brand:hover {
    color: #d1e7ff;
}
.container {
    max-width: 800px;
    margin-top: 50px;
    text-align: center;
}

#menu button {
    margin: 10px;
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    font-weight: bold;
}

#content {
    margin-top: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

input[type="text"] {
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

button[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    background-color: #28a745;
    color: white;
    border-radius: 5px;
}

#va_view {
    display: none;
    background-color: #f8f9fa;
    border: 2px solid #0d6efd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    max-width: 500px;
    text-align: center;
}

#va_view h4 {
    font-size: 18px;
    color: #343a40;
    margin-bottom: 10px;
}

#va_view h2 {
    font-size: 24px;
    color: #0d6efd;
    font-weight: bold;
    margin-bottom: 15px;
}

#va_view h6 {
    font-size: 14px;
    color: #6c757d;
    margin-top: 10px;
}

#va_bankName,
#va_bankNumber {
    color: #000;
    font-weight: bold;
}

@media (max-width: 768px) {
    #va_view {
        max-width: 90%;
        padding: 15px;
    }
}
#account-frame {
    width:700px;
    height:500px;
}
.custom-toastr {
    background-color: #0d6efd !important;
    color: #ffffff !important;
}

.custom-toastr .toast-message {
    color: #ffffff !important;
}