@charset "utf-8";

/*서브비주얼*/
.eQ01 .wrap_sub_visual:before{background:url(/sites/gsse/images/sub/subimg1.jpg) no-repeat center top;}
.eQ02 .wrap_sub_visual:before{background:url(/sites/gsse/images/sub/subimg2.jpg) no-repeat center top;}
.eQ03 .wrap_sub_visual:before{background:url(/sites/gsse/images/sub/subimg3.jpg) no-repeat center top;}
.eQ04 .wrap_sub_visual:before{background:url(/sites/gsse/images/sub/subimg4.jpg) no-repeat center top;}
.eQ05 .wrap_sub_visual:before{background:url(/sites/guide/images/sub/sub_visual_14.jpg) no-repeat center top;}

/* 학사안내 - 장학 - 교내외장학금 */
.scholarshipDia { display:flex; flex-flow:row wrap; justify-content:space-between; align-items:stretchh; }
.scholarshipDia > li { flex: 0 0 16.66666%; height:250px; font-weight:bold; display:flex; justify-content:center; }
.scholarshipDia > li.down { align-items:flex-end; }
.scholarshipDia > li.up { align-items:flex-start; }
.scholarshipDia > li:nth-child(1) { background:url("/sites/gs/images/sub/con_gs_sch_icon_01.png") no-repeat top center; }
.scholarshipDia > li:nth-child(2) { background:url("/sites/gs/images/sub/con_gs_sch_icon_02.png") no-repeat bottom center; }
.scholarshipDia > li:nth-child(3) { background:url("/sites/gs/images/sub/con_gs_sch_icon_03.png") no-repeat top center; }
.scholarshipDia > li:nth-child(4) { background:url("/sites/gs/images/sub/con_gs_sch_icon_04.png") no-repeat bottom center; }
.scholarshipDia > li:nth-child(5) { background:url("/sites/gs/images/sub/con_gs_sch_icon_05.png") no-repeat top center; }
@media all and (max-width:1200px){
  .scholarshipDia > li { flex-basis:33.33333%; margin-bottom:20px; }
}
@media all and (max-width:768px){
  .scholarshipDia > li { flex-basis:50%; }
}
