/* 
변경내역
2018-04-21 : 협력병원(.coHosp display:none; 추가)
*/
@charset "utf-8";

@media (min-width:768px){
	html, body, .subContents, .subView{
		height: 100%;
	}
	.subContents .subView{
		display: table;
		width: 100%;
	}
	#hd, #ft, .quickList{
		display: none;
	}
	#quickWrapper{
		display: none;
	}
	.coHosp{
		display: none;
	}
}