@charset "utf-8";
/* 비자 / 영주권 */

.pageTitBox {
    background-image:url(https://www.aaauhak.co.kr/img/freepik/bg/Plane3_2000x400.jpg);
    background-position: 40% 55%;
}
  .pageTitBox > div, .pageTitP {color: #FFF;}

#overview table tr td:first-child,
#tabToEx table tr td:first-child {text-align: center;}

#tabToEx .subNav {justify-content: center; width: 16rem;}
  .subNavTab > a > p {
    display: block;
    padding: 0.75rem 1rem;
    font-size: .875rem;
    line-height: 1;
    color: #353535;
    cursor: pointer;
  }
  .subNavTab.active > a > p {color: #FFF;}

  #tabToEx .subBoxes {background-color: #FFF;}
    #tabToEx .subBoxes .subBox p.infoTit {width: 100%;}
    #tabToEx .subBox table {min-width: 20rem;}



@media screen and (min-width: 768px) {
  #tabToEx .subNav, #tabToEx .subNavTab {width: fit-content;}
}

@media screen and (min-width: 1024px) {
  #tabToEx .subBoxes {max-width: 50rem;}
}