@charset "utf-8";

.academic_wrap{
	margin-top:132px;
	padding-bottom:125px;
	background-image: url(/theme/basic/img/bg-ico01.png), url(/theme/basic/img/bg-ico02.png), url(/theme/basic/img/bg-ico03.png), url(/theme/basic/img/bg-ico04.png), url(/theme/basic/img/bg-ico05.png);
	background-position: right 19.5em top, left 6% top 18em, right 15em top 1em, center top 1em, right 8em bottom 4em;
	background-size: 94px 175px,  170px 210px, 32px 174px,   140px 140px,   210px 200px;  
	background-repeat: no-repeat;
}

.academic_wrap .sub_tit_box{margin-bottom:0;}


/****************** 반응형 ******************/
/* max-width:1260px */
@media all and (max-width:1260px){
	.academic_wrap{
		background-position: right 10em top, left 6% top 18em, right 6em top 2em, center top 1em, right 8em bottom 4em
	}
}
/* max-width:860px */
@media all and (max-width:1260px){
	.academic_wrap{
		background-position: right 10em top, left 6% top 18em, right 6em top 2em, left 1em top 1em, right 8em bottom 4em
	}
}