<style> /* 화면 맨 위로 강제 고정 */ .fixed-nav-container { position: fixed; /* 스크롤 해도 따라오며 화면에 고정 */ top: 0; /* 최상단 밀착 */ left: 0; /* 좌측 밀착 */ width: 100%; /* 가로 꽉 차게 */ background-color: #1a1a1a; display: flex; justify-content: ce