@charset "utf-8";
/* CSS Document */

.link{
	margin:0;
	margin-top:30px;
	padding:0;
}
.link .icon{
	margin:0;
	padding:0;
	text-align:center;
	
		background:url(../images/link/line.png) top right no-repeat;
}
.link .icon img{
	max-width:100%;
	height:auto;
		transition: all 0.18s ease-in-out;
}
.link .icon img:hover{
	transform: scale(1.2,1.2);
	transition: all 0.18s ease-in-out;
}

.link .icon-2{
	margin:0;
	padding:0;
	text-align:center;		
}
.link .icon-2 img{
	max-width:100%;
	height:auto;
	transition: all 0.18s ease-in-out;
}
.link .icon-2 img:hover{
	transform: scale(1.2,1.2);
	transition: all 0.18s ease-in-out;
}


@media (min-width: 320px) and (max-width: 575px) { 
	.link .icon{
		width:180px;	
	}
		.link .icon-2{
		width:180px;	
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.link .icon{
		width:180px;	
	}
	.link .icon-2{
		width:180px;	
	}
}