
	.imgThird {
		position: absolute;
		height: 100%;
		top: 0%;
		left: 50%;
		transform: translate(-50%, 0%);
		z-index: 35;
	}

	.bgThirdCharacter {
		position: absolute;
		height: 94%;
		bottom: 0%;
		left: 50%;
		transform: translate(-79%, 0%);
		z-index: 35;
	}

	.textThirdCharacter {
		position: absolute;
		width: 28%;
		top: 23%;
		left: 78%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}

	.imgThirdLine {
		position: absolute;
		width: 20%;
		top: 35%;
		left: 78%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}

	.textThirdCharacterWeapon {
		position: absolute;
		width: 29.5%;
		top: 44%;
		left: 78%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}

	.textThirdCharacterDes {
		position: absolute;
		width: 32%;
		top: 65%;
		left: 78%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}

	.bgThirdAvatar1 {
		position: absolute;
		height: 14.1%;
		top: 18%;
		left: 8%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}
	
	.bgThirdAvatar2 {
		position: absolute;
		height: 14.1%;
		top: 35%;
		left: 8%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}
	
	.bgThirdAvatar3 {
		position: absolute;
		height: 14.1%;
		top: 52%;
		left: 8%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}

	.iconThirdAvatar1 {
		position: absolute;
		height: 11%;
		top: 18%;
		left: 8%;
		transform: translate(-50%, -50%);
		z-index: 99;
	}
	
	.iconThirdAvatar2 {
		position: absolute;
		height: 11%;
		top: 35%;
		left: 8%;
		transform: translate(-50%, -50%);
		z-index: 98;
	}
	
	.iconThirdAvatar3 {
		position: absolute;
		height: 11%;
		top: 52%;
		left: 8%;
		transform: translate(-50%, -50%);
		z-index: 98;
	}
	
	.btnThirdPrev{
		position: absolute;
		width: 3%;
		top: 92%;
		left: 15%;
		transform: translate(-50%, -50%);
		z-index: 103;
	}
	
	.btnThirdNext{
		position: absolute;
		width: 3%;
		top: 92%;
		left: 85%;
		transform: translate(-50%, -50%);
		z-index: 103;
	}