@media screen and (max-width : 899px) {
	.web_flex{ display:none; }
	.web_block{ display:none; }
	.mobile_flex{ display:flex; }

}


@media screen and (min-width : 900px) {
	.web_flex{ display:flex; }
	.mobile_flex{ display:none; }
	.mobile_block{ display:none; }
}

