반응형 정의
Responsive
- media.css
@media screen and (max-width: 1300.98px) {
}
@media screen and (max-width: 1000.98px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 575.98px) {
}
@media screen and (max-width: 483px) {
}