/* 행동 안내 스타일 */
.required-notice {
    padding: 40px 0;
    text-align: center;
}

.notice-icon {
    margin: 0 auto 20px;
    opacity: 0.6;
    color: var(--theme-main-color);
}

html body .form-section h3, div.form-section h3 {
    margin-bottom: 16px;
    font-size: var(--theme-font-size-subtitle);
    font-family: var(--theme-font-bold);
    color: var(--theme-text-color);
    border-bottom: 1px solid var(--theme-item-border);
    padding-bottom: 18px;
    display: block;
}

.required-notice p {
    color: var(--theme-hint-text-color);
    margin-bottom: 25px;
    line-height: 1.6;
}
