@charset "UTF-8";

.organB_link_1{height:100%;}
.organB_link_1 .slider{display:flex;justify-content:center;}
.organB_link_1 .slider li{}
.organB_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;}
.organB_link_1 .slider li:nth-child(1) a.wrap{background:rgba(0,56,122,0.9);}
.organB_link_1 .slider li:nth-child(2) a.wrap{background:rgba(0,174,239,0.9);}
.organB_link_1 .slider li:nth-child(3) a.wrap{background:rgba(0,167,158,0.9);}
.organB_link_1 .slider li:nth-child(4) a.wrap{background:rgba(241,130,35,0.9);}
.organB_link_1 .slider li:nth-child(5) a.wrap{background:rgba(222,0,114,0.8);}

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

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

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

/*HOVER효과*/
@media all and (min-width:1281px) {
	.organB_link_1 a.wrap:hover .item_1 img{transform: rotatey(360deg);}
	.organB_link_1 .slider li:nth-child(1) a.wrap:hover{background:rgba(0,56,122,1);}
	.organB_link_1 .slider li:nth-child(2) a.wrap:hover{background:rgba(0,174,239,1);}
	.organB_link_1 .slider li:nth-child(3) a.wrap:hover{background:rgba(0,167,158,1);}
}
@media all and (max-width:1280px) {
	.organB_link_1 a.wrap{width:140px;height:140px;}
	.organB_link_1 .item_1{width:40px;height:40px;}
}
@media all and (max-width:768px) {
	.organB_link_1 .slider li{width:33.33333%;}
	.organB_link_1 a.wrap{width:100%;height:100px;margin:0;border-radius:0;}
	.organB_link_1 .item_1{width:30px;height:30px;}
	.organB_link_1 .text_1{font-size:14px;}
}