.apply .title{
	margin: 15px 0;
}

.clearTape .list_column{
	flex: 0 0 32.33%;
}
.apply .list_column{
	margin: 15px 0;
	padding: 15px 0;
	text-align: center;
	flex: 20%;
}
.type .list_column i{
	width: 80px;
    height: 80px;
    display: block;
    margin: 15px auto;
}
.type h4{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #444;
}

.type .list_column:first-child i{
	background: url(../img/14.svg);
}
.type .list_column:nth-child(2) i{
	background: url(../img/15.svg);
}
.type .list_column:nth-child(3) i{
	background: url(../img/16.svg);
}
.type .list_column:nth-child(4) i{
	background: url(../img/17.svg);
}
.type .list_column:last-child i{
	background: url(../img/18.svg);
}
.apply .list_column{
	color: #666;
	line-height: 1.5;
}
.applyText{
	text-align: center;
    font-size: 16px;
}
.apply ul li img{
	width: 140px;
	height: 140px;
	display: block;
	margin: 15px auto;
}
.applicatoins{
	margin-bottom: 30px; 
}
.applicatoins .wrapper{
	justify-content: space-around;
}

@media (min-width: 320px) and (max-width: 1169px) {
	.apply{
		padding: 10px;
		box-sizing: border-box;
	}
	.applyText{
		font-size: 14px;
	}
	.apply .list_column{
	    margin: 5px 0;
    	padding: 5px 0;
	}
	
	.cute .wrapper .list_column{
		flex: 0 0 50%;
	}
	.type h4{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.type .list_column{
	    flex: 0 0 50%;
    	text-align: center;
	}
	.type .list_column i{
	    margin: 5px auto;
	}
	.applicatoins .wrapper .list_column{
		flex: 0 0 50%;
		text-align: center;
	}
	.clearTape .wrapper .list_column{
		flex: 0 0 100%;
		text-align: center;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	.cute .wrapper .list_column{
		flex: 0 0 25%;
	}
	.cute ul li img{
	    width: 75px;
   		height: 75px;
		margin: 5px auto;
	}
	.applicatoins .wrapper .list_column img, .clearTape .wrapper .list_column img{
		width: 100px;
		height: 100px;
	}
}