@charset "utf-8";
/* 위탁기관 및 MOU 기관 < 학과소개 */
.about06Box {display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;}
.about06Box .item {width:32%;margin-bottom:40px;text-align:center;}
.about06Box .img-box {width:100%;height:0;padding-top:70%;background:#EEEEEE;}
.about06Box .img-box img {position:absolute;top:50%;left:50%;max-width:100%;transform:translate(-50%,-50%);}
.about06Box .item .c-tit04 {margin-top:20px;}

@media all and (max-width:699px) {
	.about06Box .item {width:48%;}
}
@media all and (max-width:399px) {
	.about06Box .item {width:100%;}
}



/* 아동학과 마이크로모듈제 소개 < 마이크로모듈제 < 학사 및 장학 */
.academic010402Box {display:flex;flex-wrap:wrap;width:100%;counter-reset: number;}
.academic010402Box > li {position:relative;width:32%;margin-left:2%;margin-bottom:40px;padding-top:40px;counter-increment: number;}
.academic010402Box > li:before {display:block;content: counter(number, decimal-leading-zero);position:absolute;top:0;left:0;color:#e8e8e8;font-size:3.333em;font-weight:500;font-family:"Gmarket Sans", sans-serif;letter-spacing:0;line-height:1;z-index:-1}
.academic010402Box > li:nth-child(3n+1) {margin-left:0;}
.academic010402Box img {width:100%;}

@media all and (max-width:699px) {
	.academic010402Box > li {width:48%;margin-left:0;padding-top:30px;margin-bottom:30px;}
	.academic010402Box > li:before {font-size:2.5em;}
	.academic010402Box > li:nth-child(3n+1) {margin-left:0;}
	.academic010402Box > li:nth-child(even) {margin-left:4%;}
}
@media all and (max-width:399px) {
	.academic010402Box > li {width:100%;margin-left:0 !important;padding-top:25px;margin-bottom:20px;}
}