@CHARSET "UTF-8";

/*에러메세지*/
.errMsg {width:100%;height:180px;background:rgba(0,0,0,0.7);position:absolute;top:480px !important;}
.errMsg_font {
	padding-top:30px;padding-bottom:25px;
	color:white;font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;font-size: 35px;text-align: center;
}
input[type="button"].errMsg_btn {
	width:120px;height:50px;border-radius: 4px;
	background-color: #1e78c8;color:white;color:white;font-family: 'Nanum Gothic', sans-serif;font-size: 22px;	
}
.err_full_img_black {width:100%;min-height:1080px;background:black;opacity:0.6;top:60px;position:absolute;}
.t_c {text-align: center;}
input[type="button"].errMsg_cancel_btn {
	width:120px;height:30px;border-radius: 4px;background-color: #f05f55;
	color:white;color:white;font-family: 'Nanum Gothic', sans-serif;font-size: 13px;
}