@charset "utf-8";

/*
 * Project		:	eAccounting Master
 * File			:	response.css
 * Author		:	YoungJae Lee
 * Date			:	July. 2021
 * Description	:	반응형 - 해상도 대응
 */
 
 

@media all and (max-width: 1250px) {	
	.sm-none {display: none;}
	.vHeader-btn {padding: 0 8px;}
	.vHeader-icon {line-height: 22px;}
	.vHeader-userImg {width: 34px; height: 34px;}
}

	
