#home .cert{
	background-color:#f3f4f5;	
	padding-top:0;
	padding-bottom:0;
}

#home .cert .container{
	position: relative;
	
}

#home .cert h2{
	text-align:left;
	padding:10px;
	background-color:#fff;
    position: absolute;
    top: -30px;	
	left: 30px;
}

.cert .cert_container{
	text-align:left;
	padding:30px;
	text-align:center;
	border:0px solid #ddd;	

}

.cert .cert_icon{
	height:136px;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:contain;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
}

.cert .cert_icon.hover{
	margin-top:-166px;
	display:none;
}

.cert .cert_container .item a:hover .cert_icon.hover{
	display:block;
}


.col-xs-l .col-xs-m .col-xs-r{ float:left;}

.col-xs-l  .item{font-size:26px; line-height:50px;}

.apply{
	overflow:hidden;
	padding-top:0; 
	padding-bottom:0;
	position:relative;
	cursor:pointer;
	max-width:1200px;
	margin:0 auto;
}
.apply .BG_apply{
	position:absolute;
	background-image:url('../img/BG-sample.jpg');
	background-position:center;
	background-size:cover;
	width:120%;
	height:120%;
	z-index:1;
	transition:all 0.6s;
	left:-10%;
	
}

.apply:hover .container{
	background-color:transparent;
	transition:all 0.6s;
}

.apply:hover .BG_apply{
	width:100%;
	height:100%;
	transition:all 0.6s;
	background-position:center;
	left:0;
}

.apply .container{
	width:100%;
	z-index:2;
	transition:all 0.6s;
}

.apply .contents{
	width:96%;
	max-width:1000px;
	margin:0 auto;
	color:#fff;
}

.apply .contents h1{
	width:70%;
	float:left;
	text-align: left;
    color: #fff;
    font-weight: 100;
    font-size: 45px;
	padding-top:80px;
}


.apply .Semiconductor{
	width:30%;
	float:left;
}

.apply .contents .btnSample{
	float:left;
	background:#b30000;
	text-align:center;
	color:#fff;
	padding: 50px 10px 0;
	height: 85px;
}


.apply .item_l{
	float:left;
	padding: 50px 10px;
	}
	
.apply .item_l p{
	width:unset; 
	position:relative;
	font-size:16px; 
	margin:4px 60px 4px 20px;
	}
	
.apply .item_l:last-of-type p{
	margin:4px 0 4px 20px;
}

.apply .freeSample{
	text-align:center;
}

.apply .freeSample .item{
	padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 135px;    
}
	
.apply .item{
	font-size:26px;
	margin:auto;
	overflow:visible;
	height: 135px;
	max-width: 670px;
	}
	
.apply .col-xs-7 .item{
	float:right
}
	
.apply .sampleBtn .item{
	background:#b30000;
	text-align:center;
	color:#fff;
	padding: 50px 10px 0;
	height: 85px;
}

.apply .item_l p:before{ 
	content:""; 
	position:absolute;
	width:60px;
	height:60px;
	left: -64px;
    top: -18px;
	background-size:contain;
	background-position: left;
	background-repeat: no-repeat;
}

.apply .item_l p:after{ 
	content:""; 
	position:absolute;
	width:20px;
	height:30px;
	background-image:url('../img/icon-arrow.jpg');
	top: -4px;
	background-size:contain;
	background-position: right;
	background-repeat: no-repeat;
}

.apply .item_l p.contact:before{ 
	background-image:url('../img/icon-contact.jpg');
}

.apply .item_l p.tel:before{ 
	background-image:url('../img/icon-tel.jpg');
}

.apply .item_l p.mail:before{ 
	background-image:url('../img/icon-mail.jpg');
}

.apply .item_l p.sample:before{ 
	background-image:url('../img/icon-sample.jpg');
}


@media screen and (max-width: 1200px){
	.apply .freeSample .item{
		display:block;
		height:unset;
		padding:20px 0;
	}
	.apply .item{
		max-width: 650px;
		padding-left: 60px;
	}
}
@media screen and (max-width: 768px){
	.cert .cert_container{
		padding:0;
	}
	.apply .item{
		height: unset;
		overflow: hidden;
		padding-left: 0;
	}
	.apply .item_l{
		width:50%;
		padding: 20px 0;
		height: unset;
	}
	.apply .item_l:last-of-type p{
		margin: 0 0 0 50px;
	}
	.apply .item_l p{
		margin: 0 0 0 50px;
	}
	.apply .Semiconductor{
		display:none;
	}
	.apply .contents h1{
		padding-top:40px;
		width:100%;
	}
	.apply p{
		width:100%;
	}
	.apply{
		padding:0;
	}
	.apply .container{
		padding:0;
	}
	.apply .sampleBtn{
		padding:0;
	}
	.apply .item_l p:before{ 
		height: 40px;
		width: 40px;
		left: -40px;
		top: -6px;
	}
	.apply .item_l p:after{ 
		height: 24px;
		top:0;
	}
}

@media screen and (max-width: 450px){
	.apply .item_l p{
		margin: 0 0 0 50px;
	}
}
