평소에는 static 처럼 영역을 가지다가 스크롤 시 fixed 처럼 고정되게 동작하게 해주는 position
static
fixed
보통 헤더를 스크롤 시 상단에 고정시킬때 사용
.header { position: sticky; top: 0; z-index: 999; }