/*보건소,복지,도서관 사이트 공통 header*/
#header {
  padding-bottom: 74px;
}
.area_hd_main {
  padding: 6px 0 0;
}
.hd_search {
  float: none;
  margin: 12px auto 0;
  background: #ffffff;
  border: 2px solid #5a6195;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.hd_search .hd_search_input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.hd_search .btn_search {
  background: url("/user_res/images/common/hd_search_btn_puple.png") no-repeat 50% 50%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
#header .lnb .lnb_wrap .wrap {
  text-align: center;
}
#header .lnb .lnb_wrap .depth1_menu {
  display: inline-block;
}
#header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu {
  text-align: left;
}                  

/*도서관*/
#header.library .lnb .lnb_wrap .depth1_menu .depth1_list {
    margin-left: 40px;
}   

/*미디어쿼리*/
@media screen and (max-width: 1250px) {
  #header .lnb .lnb_wrap .depth1_menu {
     display: block;
  }
  #header .lnb.lnb6 .lnb_wrap .depth1_menu .depth1_list {
      width: 15.83%;
  }
  #header .lnb.lnb5 .lnb_wrap .depth1_menu .depth1_list {
      width: 19.2%;
  }

 /*도서관*/
  #header.library .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor {
    font-size: 17px;  
    padding-right: 0;
    padding-left: 0;
  }
  #header.library .lnb .lnb_wrap .depth1_menu .depth1_list {
    margin-left: 0;
    width: 14.28%;
  }

}
/*태블릿*/
@media screen and (max-width: 991px) {
  .hd_search {
      float: left;
      margin: 8px 0 0 12.25%;
  }
  .btn_mo_menu {
      margin: 17px 0 0;
   }
  #header .lnb.lnb6 .lnb_wrap .depth1_menu .depth1_list,
  #header .lnb.lnb7 .lnb_wrap .depth1_menu .depth1_list,
  #header .lnb.lnb5 .lnb_wrap .depth1_menu .depth1_list { 
     width: 100%;
  }
  #header.library .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor,
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor {
    padding-left: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 770px) { 
 /*검색*/
  .hd_search {
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    background: #5a6195;
    top: 72px;
  }
  .hd_search .hd_search_input {
    padding: 1% 10% 1% 4%;
    width: 94%;
    background: #ffffff;
  }
  .hd_search .btn_search {
    margin: 0 0 0 -35px;
    background: #ffffff url(/user_res/images/common/hd_search_btn_puple.png) no-repeat 50% 50%;
  }
}
@media screen and (max-width: 500px) {
  .hd_search {
    top: 54px;
  }
  .btn_mo_menu {
    margin: 8px 0 0;
  }
}
                                                                                                        