@charset "utf-8";

/*서브 비주얼*/
.eQ01 .wrap_sub_visual:before{background:url(/sites/itcenter/images/sub_itcenter.jpg) no-repeat center top;}
.eQ02 .wrap_sub_visual:before{background:url(/sites/templet_guide/images/sub/sub_visual_02.jpg) no-repeat center;background-size:cover !important; }
.eQ03 .wrap_sub_visual:before{background:url(/sites/templet_guide/images/sub/sub_visual_11.jpg) no-repeat center ;background-size:cover !important ;}
.eQ04 .wrap_sub_visual:before{background:url(/sites/templet_guide/images/sub/sub_visual_25.jpg) no-repeat center;background-size:cover !important; }
.eQ05 .wrap_sub_visual:before{background:url(/sites/templet_guide/images/sub/sub_visual_03.jpg) no-repeat center;background-size:cover !important; }
.eQ06 .wrap_sub_visual:before{background:url(/sites/templet_guide/images/sub/sub_visual_24.jpg) no-repeat center;background-size:cover !important; }

/* 사이드 메뉴바  세로 축소시 스크롤*/
.area_2 {overflow-y: scroll; scrollbar-width: none; }
@media (min-width: 1281px) {
    .head_navi .li_1 {position: unset !important;}
}
  .head_navi .ul_2 {/*position: absolute;*/ padding: 0 25px; width: 100%; left: 20px;}

@media all and (max-width:1280px){
  .head_navi .ul_2 {all:unset;}
}
@media all and (max-width:768px){
   .head_navi .ul_2 {all:unset;}
}

/*  정보서비스 2차 메뉴 위치*/
.div_2.count6 {top: 215px;}
/* 모바일서비스 메뉴 위치*/
.div_2.count4 {top: 290px;}
/* 정보보호 2차 메뉴 위치*/
.div_2.count5 {top: 340px;}
/* 이용안내 2차 메뉴 위치*/
.div_2.count2 {top: 450px;}
/* 정보전산원 소개 2차 메뉴 위치*/
.div_2.count3 {top: 487px;}

@media (min-width: 1280px) and (max-height:740px){
  /*사이드 메뉴바 세로 축소시 로고 이동. 가로1280이상 세로740이하일떄 적용*/
   .head_navi .navGab{top: 0;left:240px;height: 126px;}
    /* 2차 메뉴 위치*/
   .div_2.count6,
   .div_2.count4,
   .div_2.count5,
   .div_2.count2,
   .div_2.count3{top: 50vh;}
}