@charset "UTF-8";
p{
	color: #000000;
}
.steps-title{
	font-family: Commissioner;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: left;
	color: rgba(12, 24, 21, 1);
	margin-top: 20px;
	margin-bottom: 20px;
}

.steps-title span{
	color: #07C160;
	font-style: italic;
}

.layer1-step1{
	background-color: #ffffff;
	border-radius: 10px;
	margin-top:20px;
	margin-bottom:20px;
}

.layer1-step1 img{
	width: 100%;
}

.layer1-step1 .col-xs-1{
	font-family: Commissioner;
	font-size: 25px;
	font-style: italic;
	font-weight: 600;
	line-height: 48px;
	color: #07C160;
	text-align: center;
}

.layer1-step1 .all-address{
	margin-top: 24px;
	border-top: 1px solid #07C160;
}

.layer1-step1 .all-address .col-xs-3{
	padding: 10px;
}

.layer1-step1 .all-address .row{
	margin-right: 0;
}

.layer1-step1 .all-address .address{
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.layer1-step1 .all-address .address-bottom{
	border-bottom: 1px solid #0C1815;
}

.layer1-step1 .all-address .icon-copy{
	background-color: #F6F6F7;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	line-height: 38px;
	text-align: center;
}

.layer2-step234{
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.layer2-step234 .col-xs-4{
	width: 32.3%;
	margin-right: 1.5%;
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
}

.layer2-step234 .col-xs-4:last-child{
	margin-right: 0px;
}

.layer2-step234 img{
	width: 100%;
}

.layer2-step234 .col-xs-2{
	font-family: Commissioner;
	font-size: 25px;
	font-style: italic;
	font-weight: 600;
	line-height: 48px;
	color: #07C160;
	text-align: center;
}

.layer2-step234 .row{
	margin-right: 0;
}
.layer2-step234 .col-xs-10{
	margin-top: 25px;
	border-top: 1px solid #07C160;
	padding: 5px;
	height: 110px;
}

.layer3-bj{
	position: relative;
}
.layer3-bj img{
	width: 100%;
}

.layer3-bj .layer3-pp{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	font-size: 23px;
	text-align: center;
}

.layer3-bj .layer3-pp .layer3-bigtitle{
	font-weight: bold;
	text-transform: uppercase;
}

.layer4-con img{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	p{
		font-size: 14px;
		color: #000000;
	}
	.steps-title{
		font-size: 25px;
		line-height: 1em;
	}
	.layer1-step1 .all-address .col-xs-3{
		padding: 25px;
	}
	.layer1-step1 img{
		width: 100%;
	}
	.layer2-step234 .col-xs-10{
		padding: 25px;
	}
	.layer1-step1 .all-address .address{
		padding-top: 20px;
		padding-bottom: 20px;
		position: relative;
	}
}
@media (min-width: 992px) {
	.layer1-step1 img{
		width: 80%;
	}
}