1. position - 기본값 static - static을 제외한 속성은 위치지정값을 사용 가능 - absolute, fixed는 static보다 앞에온다 1-1) 상대 위치 지정 요소 1-2)절대 위치 지정요소 - absolute, fixed - 세로축 포지션은 top, bottom 가로축 포지션은 left, right - absolute는 스크롤바의 영향을 받음 2. transition - 전환효과가 적용되는 css속성의 이름을 지정 - 저장된 css 속성이 변경되면 전환효과가 시작됨 3. transform - scale(x, y, z), rotate(x, y, z), skew(x, y, z), translate scale translate rotate 텍스트 skew * transition과 a..