@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
}


.contact-section {
    margin-top: 150px;
}

.section-title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


.form-label {
    font-size: 14px;
    font-weight: bold;
}

.form-section {
    width: 560px;
    margin: 5rem auto;
}

.form-info-text {
    font-size: 12px;
    color: #5D5D5D;
}

.form-phone-msg, .form-vcode-msg {
    font-size: 12px;
}


.auth-btn {
    margin-left: 1rem;
}