.bannerBlock{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem !important;
  gap: 10px;
}
.bannerBlock a{
  width: 100%;
}
.bannerBlock a img{
  width: 100%;
  display: block;
}
.bannerBlock a img{
  width: 100%;
}
.boardMenuBlock{
  border-bottom: 3px solid #DBDBDB;
  /* border-radius: 8px; */
  margin-bottom: 1.5rem !important;
  display: none;
  position: relative;
}
.boardMenuBlock.active{
  display: block;
}

.boardMenuBlock ul li:first-child {
  font-weight: 700;
  font-size: 16px;
  padding: 0 10px;
  display: none;
}
.boardMenuBlock ul li {
  float: left;
  height: 54px;
  line-height: 54px;
}
.boardMenuBlock li.on a {
  color: var(--primaryColor);
  border-bottom: 3px solid var(--primaryColor);
}
.boardMenuBlock li a.first_tab {
  padding-left: 20px;
}
.boardMenuBlock ul li a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 16px;
  padding: 0 10px;
}
.boardMenuBlock ul:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}