@charset "utf-8";
/********************
메인페이지 및 서브페이지 동시 적용.
가장 마지막에 불러오는 CSS 파일입니다.
※ 공통영역 CSS에서 부분별 개별 적용시 사용하시면 됩니다.
********************/


/*서브비주얼****************************************/
.eQ01 .wrap-sub-visual{background:url(/sites/teaching/images/common/sub_visual_1.jpg) no-repeat center top;background-size: cover;}
.eQ02 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_2.jpg) no-repeat center top;background-size: cover;}
.eQ03 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_3.jpg) no-repeat center top;background-size: cover;}
.eQ04 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_4.jpg) no-repeat center top;background-size: cover;}
.eQ05 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_5.jpg) no-repeat center top;background-size: cover;}
.eQ06 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_6.jpg) no-repeat center top;background-size: cover;}

/*배너 슬라이드*/
.wrap-banner .slider a {font-size: 17px;}

/*교직과 전화*/
.wrap-contact .link a span{
  font-size: 0.8em;
}
.wrap-location .desc .link-wrap {
  margin-top: 20px;
}
@media all and (max-width:420px){
  .wrap-slogan .small-kor{display:none;}
  .wrap-contact .number{font-size: 18px;}
  .wrap-contact .time{font-size: 16px;}
}

.under{text-decoration: underline;}
.wrap-contents .con-table tbody td ul li.li-none::before{content: none;}
.wrap-banner .slider .icon:nth-child(7){right: 110%;}

/*로고메뉴조정****************************************/
@media all and (min-width:1024px){
  .wrap-header .head-logo{width: 236px;}
}
@media all and (min-width:1024px) and (max-width:1400px){
  .wrap-header .head-navi .div_1 .a_1 span.inner{padding: 0 11px;}
  .wrap-header .head-navi .div_1 .a_1{font-size: 16px;}
  .wrap-header .head-logo .logo-img span{font-size: 20px;}
}

