$(document).ready(function() {
    //equal col
	/*var maxHeight = 0;
	$(".main-bottom>div").each(function(){
		if($(this).height() > maxHeight){maxHeight = $(this).height()}
	});
	$(".main-bottom>div").each(function(){
		$(this).height(maxHeight);
	})*/
//corner
});

