/* 메인 아이콘 */
	.div_link_new{width:110px;margin:0 auto;cursor:pointer;position:relative;}
	.icon_link_new{width:110px;height:110px;border:1px solid #ddd;-moz-border-radius:10px;border-radius:10px;-webkit-border-radius: 10px;background:#fff;z-index:1;box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2)}
	.div_link_new .icon_link_new div{position: relative;z-index:1;}
	.div_link_new .icon_link_new:before{float:left;content: '';	display: block;	position: absolute;left: 0%;top: 50%;height:0%; width:100%;background:rgba(90,168,232,0.5);color:#162F5F;-webkit-transition-duration: 0.1s;transition-duration: 0.1s ;transition-timing-function:ease-in;z-index:1;}
	.div_link_new:hover .icon_link_new:before{left:0;top:-2px;width:110px;height:110px;border:1px solid transparent;-moz-border-radius:10px;border-radius:10px;-webkit-border-radius: 10px;background:rgba(90,168,232,0.2);z-index:1;box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.2);}
	.div_link_new:hover{top:-2px}
	.div_link_new div{color:#2686F9;text-shadow: #fff 1px 0 10px;}
	.div_link_new:hover div{color:#1C3463;text-shadow: #fff 1px 0 10px;}
	.div_link_new img.img_filter{transition: all 0.5s linear;}
	.div_link_new:hover img.img_filter{filter:brightness(0.6);-webkit-filter:brightness(0.6);transform: rotateY( 360deg )}
		
	.main_back_new{background:url(/agora/img/main_back_0.svg) -900px top/80% no-repeat,url(/agora/img/main_back_1.svg) 70% -100px no-repeat,url(/agora/img/main_back_1_1.svg) 28% 200px/100px no-repeat,
		url(/agora/img/main_back_1.svg) 51% 50%/30px no-repeat,url(/agora/img/main_back_3.svg) 30% 150px/150px no-repeat,
		url(/agora/img/main_back_3.svg) 56% 350px/300px no-repeat,url(/agora/img/main_back_3.svg) 101% 300px/160px no-repeat;background-color:#0A5BDC;padding:20px 0;width:100%;background-attachment: fixed}
	@media all and (max-width: 1200px) {.main_back_new{background-color:#0A5BDC;padding:20px 0;width:1200px}}
	.text_parent { height: 3em; /* 애니메이션 높이 */ overflow-y: hidden;display: block;}
	.text_parent .text_child { font-size: 24px;  font-weight: bold; line-height: 1; animation-name: grow; animation-duration: 1.2s;/* 애니메이션 시간 */} 
	@keyframes grow { from { transform: translateY(4em);opacity : 0.2; } to { transform: translateY(0);opacity : 1; }}
/* 메인 아이콘 */

	.count_box{background:#FFF;padding:10px 0;height:57px;width:99.3%;}
	.count_box .count_div{float:left;text-align:center;font-size:20px;width:16.66%;color:#777}
	/*.count_box .count_div:last-child{clear:both;width:0%;}*/
	.count_box .count_div > span:first-child, .count_box .count_div a > span:first-child{font-size:16px}
	
	.tx_news:hover{color:#1277F3;}
	.ellipsis_p{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden;width:300px}
	.banner_box{margin-top:40px}
	.banner_box .fleft{width:25%}
	.banner_box .sub_banner{width:285px;height:80px;margin-left:10px;border:1px solid #ddd}
	.banner_box .sub_banner:first-child{margin-left:0}
	.banner_box .sub_banner:hover{border:1px solid #B6CDD8;background:#F9FCFF;color:#0951A8}
	.today_ment{inline-block;padding:0px 15px;text-align:center}
	.swiper {width:100%; height:57px;}
	.swiper-slide{display: -webkit-box; display: -ms-flexbox; display: -webkit-flex;display: flex;-webkit-box-pack: center; -ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
	.main_radius_box{float:left;width:560px;background:#FFF;padding:10px;-moz-border-radius:20px;border-radius:20px;-webkit-border-radius: 20px;}
	.main_radius_box .main_list{border-top:1px solid #f0f0f0;padding:10px 20px 5px;display:inline-block;width:90%}