.deposit .page-bg{
	height: 480px;
	background-image: url('../img/ground-pc-03.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: -1;
}
.deposit .container{
	position: relative;
	margin-top: -430px;
}
.deposit-warp{
	text-align: center;
	margin-bottom: 60px;
}
.deposit-warp .normal-title .title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #333333;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.deposit-warp .desc{
	color: #888888;
	margin: 40px 0 25px 0;
}
.deposit-warp .desc img{
	width: revert-layer;
	height: revert-layer;
}
.deposit-warp .img-warp{
	max-width: 600px;
	aspect-ratio: 3 / 2;
	margin: 0 auto;
	border-radius: 5px;
}
.deposit-warp .img-warp img{
	border-radius: 5px;
}


@media (max-width: 992px){
	.deposit-warp .desc {
	    font-size: 0.3734rem;
	    margin: 25px 0 15px 0;
	}
	.deposit-warp .desc img{
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 576px){
	.deposit-warp .desc {
	    font-size: 0.3734rem;
	    margin: 25px 0 15px 0;
	}
	.deposit-warp .desc img{
		width: 100%;
		height: 100%;
	}
}










