﻿@charset "utf-8";

/*
 * Project		:	eAccounting Master
 * File			:	response.css
 * Author		:	YoungJae Lee
 * Date			:	July. 2021
 * Description	:	반응형 - 해상도 대응
 */
 
 

@media all and (max-width: 1250px) {	
	#vWrapper.errorWrap:before {right: 0 !important;}
	.errorDiv {padding: 0; width:90%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
	.errorButton {display: inline-block;}
	
	.sm-none {display: none;}
	.vHeader-btn {padding: 0 8px;}
	.vHeader-icon {line-height: 22px;}
}

@media all and (max-height: 712px) {
	#vWrapper.loginWrap:before,	
	#vWrapper.errorWrap:before {right: 17px}
}
 


	
