@charset "utf-8";
/* 추천 대학원 */
.pageTitBox {background-image: url(https://www.aaauhak.co.kr/img/freepik/bg/Office_3000x600.jpg);}
  .pageTitBox > div, .pageTitP {color: var(--c-font);}

#setsApart .flexBoxes {max-width: 75rem;}

#full-BG {background-image: url(https://www.aaauhak.co.kr/img/freepik/bg/jayeon-bangmun-800x1200.png);}
  #full-BG table tbody tr {background-color: #ffffffa1;}
  #full-BG .toHalfBox:nth-child(2) {height: 18rem;}


#tips img.tip {top: .5rem; right: calc(50% - 7.5rem); width: 3.5rem;}


@media screen and (min-width: 768px) {
  #full-BG {
    background-position: 54%;
    background-image: url(https://www.aaauhak.co.kr/img/freepik/bg/jayeon-bangmun-800x1200.png);
  }
    #full-BG .toHalfBox {height: auto;}

  #tips img.tip {top: 1rem; right: calc(50% - 9rem); width: 4.5rem;}
}

@media screen and (min-width: 1024px) {
  #full-BG {background-position: 52%;}

  #tips img.tip {top: .5rem; right: calc(50% - 10rem); width: 5rem;}
}

@media screen and (min-width: 1440px) {
  #tips img.tip {top: 1.5rem; right: calc(50% - 12rem);}
}