/* UIB3001_113/pc */

.auth-card__icon-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.auth-card__icon {
    position: absolute;
}

.age-auth__label {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.8rem;
}

main {
    margin-bottom: 10rem !important;
}

/* 모바일 반응형 */
@media (max-width: 420px) {
    .age-auth__label {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
}
