@charset "UTF-8";

.smart_link{height:100%;padding:25px 60px;background:#0369d3;}

/*SLIDE*/
.smart_link .container{display:flex;justify-content:space-between;flex-wrap:wrap;}
.smart_link ._inner{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin:0 1%;text-align:center;width:10.5%;}
.smart_link ._inner img{text-align:center;}
.smart_link ._inner span{display:block;width:100%;padding:10px 0;font-size:18px;color:#FFF;line-height:1.3;}

@media all and (max-width:1024px){
	.smart_link{padding:20px 10px;}
	.smart_link ._inner{margin:1% 1.5%;width:22%;}
}
@media all and (max-width:580px){
	.smart_link ._inner{width:47%;}
}


/*HOVER*/
@media all and (min-width:1281px) {
	.smart_link ._inner:hover img{transform: rotatey(360deg);transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);}
}