/* 기관명 길이 조절 */
@media (max-width: 1000px) {
  .wrap-header .head-logo span{ margin-top: 0px !important; line-height: 1.15 !important; }
  
}
@media all and (max-width: 540px){
    .wrap-header .head-logo span { margin-top: 2px !important; font-size: 15px !important; }
}
