diff --git a/design/uiux/prototype/04-템플릿선택.html b/design/uiux/prototype/04-템플릿선택.html index 037d20e..95c5c01 100644 --- a/design/uiux/prototype/04-템플릿선택.html +++ b/design/uiux/prototype/04-템플릿선택.html @@ -203,24 +203,6 @@ - diff --git a/design/uiux/prototype/06-검증완료.html b/design/uiux/prototype/06-검증완료.html index 589ccf4..4bc9f28 100644 --- a/design/uiux/prototype/06-검증완료.html +++ b/design/uiux/prototype/06-검증완료.html @@ -195,24 +195,6 @@ - diff --git a/design/uiux/prototype/12-회의록목록조회.html b/design/uiux/prototype/12-회의록목록조회.html index 0678836..68517bd 100644 --- a/design/uiux/prototype/12-회의록목록조회.html +++ b/design/uiux/prototype/12-회의록목록조회.html @@ -324,48 +324,6 @@ margin-bottom: var(--space-lg); } - /* 하단 네비게이션 */ - .bottom-nav { - position: fixed; - bottom: 0; - left: 0; - right: 0; - height: 64px; - background: var(--white); - border-top: 1px solid var(--gray-300); - box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08); - display: flex; - justify-content: space-around; - align-items: center; - z-index: 1000; - } - - .nav-item { - flex: 1; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - gap: 4px; - padding: var(--space-sm); - color: var(--gray-500); - text-decoration: none; - transition: color var(--transition-fast); - font-size: var(--font-caption); - } - - .nav-item.active { - color: var(--primary); - } - - .nav-item:hover { - color: var(--primary); - } - - .nav-icon { - font-size: 24px; - } - /* 반응형 */ @media (min-width: 768px) { .main-content {