@charset "UTF-8";

.wrap_link_1{height:100%;}
.wrap_link_1 .slider{display:flex;justify-content:center;}
.wrap_link_1 .slider li{}
.wrap_link_1 a.wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;width:170px;height:170px;border-radius:100%;text-align:center;margin:0 20px;transition:0.5s;}
.wrap_link_1 .slider li:nth-child(1) a.wrap{background:rgba(4,107,64,0.9);}
.wrap_link_1 .slider li:nth-child(2) a.wrap{background:rgba(34,186,49,0.9);}
.wrap_link_1 .slider li:nth-child(3) a.wrap{background:rgba(184,243,41,0.9);}

.wrap_link_1 .item_1{width:50px;height:50px;display:flex;justify-content:center;align-items:center;}
.wrap_link_1 .item_1 img{transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);}

.wrap_link_1 .item_2{}
.wrap_link_1 .text_1{padding-top:15px;font-size:16px;color:#FFF;font-family:'Dream Medium';line-height:1.3;}
.wrap_link_1 .text_2{display:none;}

/*컨트롤*/
.wrap_link_1 .control{display:none;}

/*HOVER효과*/
@media all and (min-width:1281px) {
	.wrap_link_1 a.wrap:hover .item_1 img{transform: rotatey(360deg);}
	.wrap_link_1 .slider li:nth-child(1) a.wrap:hover{background:rgba(4,107,64,1);}
	.wrap_link_1 .slider li:nth-child(2) a.wrap:hover{background:rgba(34,186,49,1);}
	.wrap_link_1 .slider li:nth-child(3) a.wrap:hover{background:rgba(184,243,41,1);}
}
@media all and (max-width:1280px) {
	.wrap_link_1 a.wrap{width:140px;height:140px;}
	.wrap_link_1 .item_1{width:40px;height:40px;}
}
@media all and (max-width:768px) {
	.wrap_link_1 .slider li{width:33.33333%;}
	.wrap_link_1 a.wrap{width:100%;height:100px;margin:0;border-radius:0;}
	.wrap_link_1 .item_1{width:30px;height:30px;}
	.wrap_link_1 .text_1{font-size:14px;}
}