@charset "utf-8";
/* 컴퓨터 유학 | 프로그램 */

.pageTitBox {
  background-position: 55% 50%;
  background-image: url(https://www.aaauhak.co.kr/img/freepik/bg/technology-poster-2560x360.jpg);
}
  .pageTitBox > div, .pageTitP {color: var(--c-font);}

    
    #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 .flexUp {width: 45%;}
      #setsApart .flexBoxes .flexCard {width: 100%;}



@media screen and (min-width: 768px) {
  .pageTitBox {background-position: 50% 50%;}

  #setsApart .flexUp {width: 100%;}
}

@media screen and (min-width: 1024px) {
  .pageTitBox {background-position: 45% 15%;}
  
}