@charset "UTF-8";

.link_etcB_1{height:100%;}
.link_etcB_1 .container{height:100%;width:100%;display:flex;justify-content:space-between;}
.link_etcB_1 h2{display:none;}
.link_etcB_1 .slider{display:flex;width:100%;}
.link_etcB_1 .slider li{width:33.3%;border-left:1px solid #dddddd;display:flex;align-items:center;justify-content:center;}
.link_etcB_1 .slider li:first-child{border:0;}
.link_etcB_1 .slider a{text-align:center;display:flex;align-items:center;flex-direction:column;}
.link_etcB_1 .item_1{position:relative;width:150px;height:150px;}
.link_etcB_1 .item_1::before{content:"";display:block;width:100%;height:100%;border-radius:100%;background:#f7f7f7;position:absolute;left:0;top:20px;}
.link_etcB_1 .item_1 img{display:inline;position:relative;transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);}
.link_etcB_1 .item_2{padding-bottom:30px;}
.link_etcB_1 .text_1{font-family:'Dream Medium';font-size:25px;color:#222;line-height:1;}
.link_etcB_1 .text_2{display:none;}
.link_etcB_1 .item_3{position:relative;font-family:'Play Bold';font-size:15px;color:#0a499a;display:flex;align-items:center;justify-content:center;line-height:1;margin-top:60px;}
.link_etcB_1 .item_3::after{content:"";display:block;width:14px;height:10px;margin-left:10px;transition:0.2s;background:url(/sites/templet_guide//images/common/arrow_23_blue.png) no-repeat left center;}

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

/*HOVER효과*/
@media all and (min-width:1281px) {
	.link_etcB_1 .slider a:hover .item_1 img{transform: rotatey(360deg);}
	.link_etcB_1 .slider a:hover .item_1 span::after{margin-left:15px;}
}
@media all and (max-width:1280px) {
	.link_etcB_1 .item_1{width:100px;height:100px;}
	.link_etcB_1 .item_1 img{max-height:80px;}
	.link_etcB_1 .item_1::before{top:10px;}
	.link_etcB_1 .text_1{font-size:20px;}
}
@media all and (max-width:1024px) {
	.link_etcB_1 .item_1 img{max-height:70px;}
}
@media all and (max-width:768px) {
	.link_etcB_1 .item_1{width:80px;height:80px;}
	.link_etcB_1 .item_1 img{max-height:50px;}
	.link_etcB_1 .item_1::before{top:0;}
	.link_etcB_1 .item_3{font-size:13px;margin-top:30px;}
	.link_etcB_1 .item_2{padding-bottom:20px;}
	.link_etcB_1 .text_1{font-size:18px;}
}