+ {currentStep && (
+ <>
+ {/* 스텝 헤더 */}
+
+
{currentStep.name}
+
{currentStep.description}
+
+
+ {/* 시간 컨트롤 */}
+ {currentStep.status !== "completed" && (
+
+
+
+
+ )}
+
+ {/* 폼 */}
+ {renderStepForm()}
+
+ {/* 액션 버튼 */}
+ {currentStep.status !== "completed" && (
+
+
+
+
+ )}
+
+ {/* 완료 메시지 */}
+ {currentStep.status === "completed" && (
+
+ )}
+ >
+ )}
+