@media only screen and (max-width: 575px) {
  .style-search-form {
    display: none;
  }
}
h4 {
  margin-top: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.95rem !important;
  color: #000;
}
h4:before {
  line-height: 1.95rem !important;
}
@media only screen and (max-width: 575px) {
  #staff {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #staff {
    width: 80%;
    margin: 0 auto;
  }
}
#staff > li {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#staff > li .line-1,
#staff > li .line-2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  #staff > li .line-1,
  #staff > li .line-2 {
    display: block;
  }
}
#staff > li .line-1 {
  width: 50%;
  height: 3rem;
  border-right: 1px solid #a5a5a5;
}
#staff > li .line-2 {
  width: 68%;
  height: 3rem;
  margin: 0 auto;
}
#staff > li .line-2 span {
  display: inline-block;
  height: 100%;
}
#staff > li .line-2 span:nth-child(1) {
  width: 50%;
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
}
#staff > li .line-2 span:nth-child(2) {
  width: 50%;
  border-top: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
}
#staff > li #master {
  display: inline-block;
  width: 90%;
  margin-bottom: 1rem;
  height: 80px;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 80px;
  color: #fff;
  background: #004a99;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #staff > li #master {
    width: 35%;
    margin-bottom: 0;
  }
}
#staff > li > ul {
  text-align: center;
}
#staff > li > ul li:nth-child(1) a {
  background: #589918;
}
#staff > li > ul li:nth-child(2) a {
  background: #1a9a77;
}
#staff > li > ul li:nth-child(3) a {
  background: #0088c0;
}
#staff > li > ul .depart {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #staff > li > ul .depart {
    width: 33.33333333%;
    margin-bottom: 0px;
  }
}
#staff > li > ul .depart > a {
  display: inline-block;
  width: 90%;
  height: 81px;
  text-align: center;
}
#staff > li > ul .depart > a span {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 81px;
  color: #fff;
}
