@charset "utf-8";

/*로고영역가로사이즈*/
.wrap-header .header-logo {width: 477px;}

/*메뉴조정*/
@media all and (max-width:1280px) {
  .wrap-header .header-logo {width: 400px;}
}

/*1depth 지역대학소개 2depth 메뉴 간격 조정*/
#menuUItop li._1st a.a_2 {padding-top: 2px;padding-bottom: 2px;}

/*1depth 학사정보 2depth 시험장안내 3depth 메뉴 간격 조정*/
#menuUItop li._3rd li.li_3 {margin-bottom:3px;}

/*지역대학 메인 푸터쪽 스크롤 생기는 문제(20210714)*/
#_contentBuilder .multipleDiv:last-child:after {    width: 37.5%; }
/*@media (max-width: 1280px){ 
#_contentBuilder .multipleDiv:last-child ._obj:last-child {    width: 45% !important;}
}*/


/*하단 바로가기 6개 변경*/
.wrap-shortcut .box-shortcut {width: 16.6%;}
.wrap-shortcut .box-shortcut .sort dd {width: 100%;}

@media (max-width: 860px) {
.wrap-shortcut .box-shortcut { width: 50%;}
}

