.movie-board{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.movie-board>*{flex:0 0 auto}.header{background-color:#faebd7;color:#ff69b4}.headerFrame{padding:0;margin:0}.SearchFrame{background-color:#7fffd4}.part-container{display:flex;flex-direction:row;justify-content:space-between;background-color:#deb887}.part-side{position:fixed;top:0;right:0;width:300px;height:100%;display:flex;flex-direction:column;padding:3vw;overflow-y:auto;// 리스트가 길면 스크롤 가능 boxShadow: 0 0 10px rgba(0,0,0,.5) // 살짝 그림자 효과}
