ConstrainedBox( constraints: BoxConstraints( maxHeight: screenHeight * 0.7, // 최대 높이를 화면 높이의 70%로 설정 ),