:Apolo/styles.css

/*    # 모바일 반응성    */

@media screen and (min-width: 800px) {
	.AP-WebDisplay {
    	display:inherit;
	}
}
@media screen and (min-width: 800px) {
	.AP-MobileDisplay {
    	display:none !important;
	}
}
@media screen and (max-width: 800px) {
	.AP-WebDisplay {
    	display:none !important;
	}
}
@media screen and (max-width: 800px) {
	.AP-MobileDisplay {
    	display:inherit;
	}
}