diff --git a/design/uiux/prototype/12-회의록목록조회.html b/design/uiux/prototype/12-회의록목록조회.html
index 68517bd..9c4ff29 100644
--- a/design/uiux/prototype/12-회의록목록조회.html
+++ b/design/uiux/prototype/12-회의록목록조회.html
@@ -71,6 +71,7 @@
/* 데스크톱: 메인 콘텐츠 패딩 조정 */
@media (min-width: 768px) {
.main-content {
+ margin-left: 240px; /* 사이드바 너비만큼 왼쪽 여백 추가 */
padding: var(--space-xl);
padding-bottom: var(--space-xl);
}