@charset "utf-8";
/* 항공 유학 프로그램 aerospace.css */

.pageTitBox {
  background-position: 50% 60%;
  background-image: url(https://www.aaauhak.co.kr/img/freepik/banner/multiple-boeing-aircraft-3000x600.jpg);
}
  .pageTitBox > div, .pageTitP {color: #FFF;}

#sidePics .imgBG1 {background-image: url(https://www.aaauhak.co.kr/img/freepik/photo/cropped-image-students-1200x800.jpg);}
#sidePics .imgBG2 {background-image: url(https://www.aaauhak.co.kr/img/freepik/photo/img-daehag-kaempeoseueseo-800x600.jpg);}
#sidePics .imgBG3 {background-image: url(https://www.aaauhak.co.kr/img/freepik/photo/tolonto-daehaggyoui-12304-1000x667.jpg);}

#setsApart .frame {max-width: 75rem;}
  #setsApart .flexUp {width: 45%;}
    #setsApart .flexBoxes .flexCard {width: 100%;}

.halfBoxes .toHalfImgLtoR {background-image: url(https://www.aaauhak.co.kr/img/freepik/photo/passenger-jet-plane-900x600.jpg);}

@media screen and (min-width: 768px) {
  #setsApart .flexUp {width: 100%;}

  .halfBoxes .tBox {margin-bottom: 0;}
}

@media screen and (min-width: 1024px) {

}