
.ease-linear { transition: all .5s cubic-bezier(.25, .25, .75, .75); }

#uc_bg {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 0;
}

.company,
.company .box { position: relative; }

.company .box { z-index: 1; }

#uc_bg_company {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.key-sub,
.key-sub .box { position: relative; }

.key-sub .box { z-index: 1; }

#uc_bg_sub {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
