@charset "utf-8";
/* CSS Document */
.list-process {
	position: relative;
	top: -50px;
	margin: 0px;
	padding-bottom: 60px;
	left: 40px;
	
}
.list-process li {
	list-style: none;
	text-align: left;
	display: inline-block;
	position: relative;
	cursor:pointer;
}
.list-process li.step-first {
	width: 217px;
	top: -80px;
	position: relative;
}
.list-process li.step-first:after {
	background-image: url(../img/process/orange_arrow.png);
	background-repeat: no-repeat;
	content: "";
	height: 55px;
	position: absolute;
	left: 120px;
	top: 25px;
	width: 133px;
}
.list-process li.step-second {
	position: relative;
	width: 270px;
	top: 10px;
}
.list-process li.step-second:after {
	background-image: url(../img/process/red_arrow.png);
	background-repeat: no-repeat;
	content: "";
	height: 55px;
	position: absolute;
	left: 120px;
	top: 40px;
	width: 133px;
}
.list-process li.step-third {
	width: 370px;
	position: relative;
	top: 40px;
	left: -10px;
}
.list-process li.step-third:after {
	background-image: url(../img/process/blue_arrow.png);
	background-repeat: no-repeat;
	content: "";
	height: 74px;
	width: 134px;
	position: absolute;
	left: 180px;
	top: 70px;
}
.list-process li.step-four {
	width: 175px;
	position: relative;
	left: -65px;
	top: -80px;
}
.img-one {
	position: relative;
	top: 60px;
	left: 20px;
}
.img-two {
	left: 130px;
	position: relative;
	top: 5px;
}
.img-three {
	left: 10px;
	top: 10px;
	position: relative;
}
.img-one:after {
	background-image: url(../img/process/execution_arrow.png);
	position: absolute;
	bottom: -50px;
	left: -20px;
	content: '';
	background-repeat: no-repeat;
	width: 67px;
	height: 53px;
}
.img-two {
	left: 110px;
	position: relative;
	top: 65px;
}
.img-two:after {
	background-image: url(../img/process/create_arrow.png);
	position: absolute;
	top: -60px;
	left: -10px;
	content: '';
	background-repeat: no-repeat;
	width: 67px;
	height: 53px;
}
.img-three {
	left: -10px;
	top: 30px;
	position: relative;
}
.img-three:after {
	background-image: url(../img/process/development_arrow.png);
	position: absolute;
	bottom: 0px;
	left: 80px;
	content: '';
	background-repeat: no-repeat;
	width: 67px;
	height: 53px;
}
.orange-font {
	position: absolute;
	font-size: 20px;
	text-transform: uppercase;
	color: #f9b638;
	font-weight: bold;
	top: 130px;
	left: 15px;
}
.red-font {
	position: absolute;
	font-size: 20px;
	text-transform: uppercase;
	color: #EE163A;
	font-weight: bold;
	top: 130px;
	left: 5px;
}
.green-font {
	position: absolute;
	font-size: 20px;
	text-transform: uppercase;
	color: #21b575;
	font-weight: bold;
	top: -35px;
	left: -5px;
}
.ori-font {
	position: absolute;
	font-size: 18px;
	text-transform: uppercase;
	color: #EA760A;
	font-weight: bold;
	top: 85px;
	left: 35px;
}
.Halk-font {
	position: absolute;
	font-size: 18px;
	text-transform: uppercase;
	color: #1e69ac;
	font-weight: bold;
	top: 85px;
	left: -15px;
}
.blue-font {
	position: absolute;
	font-size: 20px;
	text-transform: uppercase;
	color: #294e94;
	font-weight: bold;
	top: 130px;
	left: 25px;
}
.process-btn {
	position: absolute;
	background-color: #EE163A;
	color: #fff;
	border-color: #EE163A;
	border-radius: 10px;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 260px;
	left: 20px;
}
.step-five {
	position: absolute;
	top: 190px;
	left: 30px;
}
@media (max-width: 1050px) {
	.list-process li.step-four {
	width:0px;
	
}
.list-process {
 
    left: 0px; 
}
	}
	@media (max-width: 810px){
.list-process {
	display:none;
   
}}
@media (max-width: 767px) {
	.list-process {
	display:none;
   
}
.list-process li.step-first:after {
	display:none;
	
}
.list-process li.step-second:after {
	display:none;
}
.list-process li.step-third:after {
	display:none;
}
.img-one:after {
	display:none;
}
.img-two:after {
	display:none;
}
.img-three:after {
	display:none;
}
.list-process li.step-first {
	width:100%;
	top: 80px;
	left:100px;
	
}
.list-process li.step-second {
	width:100%;
	top: 130px;
	left:100px;
}
.list-process li.step-third {
	width:100%;
		top: 190px;
		left:100px;
	}
.list-process li.step-four {
		width:100%;
		top: 390px;

		left:100px;
}
.img-three {
	left: 0px;
	top: 120px;
	
}
.img-two {
	left: 0px;
	
	top: 50px;
}
.img-one {
	left: 0px;
	top: 0px;
	position: relative;
}

.step-five {
	
	top: 200px;
	left: 30px;
}
.green-font {
	
	top: 90px;
	left: 0px;
}
.ori-font {
	
	left: 0px;
}
.Halk-font {

	left: 0px;
}
.blue-font {
	
	left: 0px;
}
.process-btn {
	width:70%;
	top:270px;
	
	left:-70px;
	
}
.list-process {
	
	width:70%;
	
}	
