@charset "utf-8";

/* 대학학과 w-sub.css 서브비쥬얼 */
.wrap-sub-visual { background:url('/images/cs1/sub/sub-visual.jpg'); }								/* 각 학과 기본 서브비쥬얼 */
.eQ02 .wrap-sub-visual { background:url('/images/guide/templet/univ_subject_sub_visual.jpg'); }			/* 교과정보 */
.eQ03 .wrap-sub-visual { background:url('/images/guide/templet/univ_learning_sub_visual.jpg'); }		/* 학습정보 */
.eQ04 .wrap-sub-visual { background:url('/images/guide/templet/univ_student_sub_visual.jpg'); }			/* 학생광장 */
.eQ05 .wrap-sub-visual { background:url('/images/guide/templet/univ_department_sub_visual.jpg'); }		/* 학과광장 */
.eQ06 .wrap-sub-visual { background:url('/images/guide/templet/univ_sitemap_sub_visual.jpg'); }			/* 사이트맵 */




/*테이블 반응형 UI 수정 */
@media all and (max-width:960px) {
 /* .wrap-contents .con-table table {width:100% !important;} */
.wrap-contents .con-table:after {width:auto !important; background:none !important;}
}



/*모바일 홈 텍스트 크기수정*/
@media (max-width: 501px) {
    .wrap-sub-navi .sub-navi > ul > li.home {
       width: 80px; 
    }
  
   .wrap-sub-navi .sub-navi > ul > li > a, .wrap-sub-navi .sub-navi > ul > li > .inner > button {
	  line-height: 50px !important; 
	 padding: 0 12px 0 15px !important;
    
  }
  
}
  
  
