@media screen and (max-width: 1000px) {
.noTab {display:none !important;}
}

@media screen and (min-width: 1001px) {
.noPC {display:none !important;}
}