diff --git a/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx b/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx
index 6339c9b..104c434 100644
--- a/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx
+++ b/frontend/src/pages/mobile/schedule/ScheduleDetail.jsx
@@ -487,17 +487,24 @@ function MobileVarietySection({ schedule }) {
return (
-
+
{/* 썸네일 */}
- {hasThumbnail && (
-
+
+ {hasThumbnail ? (

-
- )}
+ ) : (
+
+
+
+ )}
+
{/* 콘텐츠 */}
diff --git a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx
index d7ed090..9605dc7 100644
--- a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx
+++ b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx
@@ -13,17 +13,24 @@ function VarietySection({ schedule }) {
return (
-
+
{/* 왼쪽: 썸네일 */}
- {hasThumbnail && (
-
+
+ {hasThumbnail ? (

-
- )}
+ ) : (
+
+
+
+ )}
+
{/* 오른쪽: 콘텐츠 */}