body:not([data-error-check = "OK"])::before {
    content: attr(data-error-check);
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    color: #fff;
    background-color: #f00;
    width: auto;
    height: 2rem;
    z-index: 10000;
    text-align: center;
    font-size: 1rem;
    line-height: 2rem;
	/*position:absolute;*/
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cl-bg-1
{
	background-color: #becd00;
}

.cl-fw-light
{
	font-weight: 400;
}

.cl-fs-normal
{
	font-style: normal;
}

.is--center
{
	text-align: center;
}