scss에서 가상클래스를 먹일때 css와는 다르게 부호가 하나 더 붙는다! 가상클래스일 때 => &:active, &:empty, &:first-child 가상요소일 때 => &::after, &::selection, &::first-letter 아이디, 클래스, 속성 선택자일 때 => &#movie, &.active, &[type=radio] 호버일 때 => &--default:hover