@media (min-width: 1200px) {
	#bottom-sj{display: none;}
}

@media (max-width: 750px) {
#bottom-sj{width: 100%; height: 9.2rem;}
#bottom-pc{display: none;}

}