@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

#bg-exit {
		background-color: rgba(255,255,255,0);
		cursor: pointer;
		width: 160px;
		height: 600px;
		left: 0px;
		position: absolute;
		top: 0px;
		z-index: 5000;
		cursor: pointer;
}

#unit-border {
  border: 0.5px solid #000000;
  width: 158px;
  height: 598px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	width: 160px;
	height: 600px;
}

#main-panel {
 
  width: 158px;
  height: 100%;
  overflow: hidden;
  background-color: #000000;

}

/**><**/
#line {
  width: 158px;
  height: 35px;
	position: absolute;
  background-color: #ffcc00;
	top: 433px;
  left: 0;
  transform: scaleY(0.5);
  z-index: 2;
}
#bg-text{
  width: 158px;
  height: 150px;
	position: absolute;
  background-color: #ffffff;
	top: 450px;
	left: 0;
  z-index: 1;
}

#s1,#s2,#s3,#s4{
  position: absolute;
  width: 158px;
  height: 450px;
  overflow: hidden;
  opacity: 0;
}

.image{
  display: block;
  z-index: 2;
}

#h-s4{
  position: absolute;
  top: 0;
  z-index: 4;
  opacity: 0;
}

#t1, #t2, #t3{
  position: absolute;
  top: 468px;
  z-index: 3;
  opacity: 0;
}

#mask-1{
  position: absolute;
  top: 481px;
  width: 158px;
  height: 25px;
  background: #fff;
  z-index: 4;
}
#mask-2{
  position: absolute;
  top: 507px;
  width: 158px;
  height: 25px;
  background:#fff;
  z-index: 4;
}

#mask-3{
  position: absolute;
  top: 549px;
  left: 52px;
  width: 106px;
  height: 49px;
  background: #fff;
  z-index: 4;
  opacity: 1;
}

#mask-4{
  position: absolute;
  top: 441px;
  left: 0;
  width: 158px;
  height: 17px;
  background: #ffcc00;
  z-index: 4;
  opacity: 1;
}

#t4{
  position: absolute;
  top: 434px;
  z-index: 3;
  opacity: 0;
}

