Media Queries 테스트
<style type="text/css"> @media all and (min-width: 981px) { body { background-color: #F00; }1 } </style>