/*보건소,복지,도서관 사이트 공통 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;
}   