@charset "utf-8";
/* 대학 신입 */

.pageTitBox {
  background-image:url(https://www.aaauhak.co.kr/img/freepik/bg/daehag-ttoneun-3000x600.jpg);
  background-position: 52% 0;
}

#ranking table tr td:first-child {text-align: center;}


@media screen and (min-width: 768px) {
  .pageTitBox {background-position: 55% 0;}
}
@media screen and (min-width: 1024px) {
  .pageTitBox {background-position: 80% 0;}
}
@media screen and (min-width: 1440px) {
  .pageTitBox {background-position: 50% 95%;}
}
@media screen and (min-width: 1600px) {
  .pageTitBox {background-position: 80% 80%;}
}