스크린 사이즈

@media screen and (max-width: 800px) {
	...
}

스크린 방향 (orientation)

@media screen and (orientation: portrait) {
	...
}

only screen과 screen의 차이

chatGPT: https://chat.openai.com/chat/aa421b59-165f-4961-95fb-a9b84eb6a445