#find-id-section {
    font-family: 'Noto Sans KR', sans-serif;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin: 250px auto 20px;
    max-width: 400px;
    scroll-margin-top: 80px;
}

#find-id-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

#find-id-section label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

#find-id-section select,
#find-id-section input {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.find-id-btn {
    width: 100%;
    background-color: #31B1B8;
    color: white;
    border: none;
    padding: 12px;
    margin-top: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.find-id-btn:hover {
    background-color: #21787c;
}

#find-id-result {
    margin-top: 15px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    display: none;
}

.hidden {
    display: none;
}

.find-password-btn {
    width: 100%;
    background-color: #888;
    color: white;
    border: none;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

.find-password-btn:hover {
    background-color: #666;
}
