.header_area .header_top .header_top_column.left_content .repnet {
	display: none;
}

@media (max-width: 768px) {
	.header_area .header_top .header_top_column.left_content {
		width: 80%;
	}
	.header_area .header_top .header_top_column.left_content .repnet {
		display: inline-block;
	}
	.header_area .header_top .header_top_column.right_content .repnet {
		display: none;
	}
}