@charset "UTF-8";

.l-extra {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
}

.t-light .l-extra {
  border-bottom: 0;
  background: linear-gradient(-45deg, rgba(0, 93, 177, .8), rgba(219, 201, 0, .8));
}

.searchNavi {
  padding: 10px 0;
}
.globalNavi {
  padding: 0;
}

.globalNavi__list .menu-item {
  padding: 0;
  height: auto;
  margin-bottom: 0;
  border-left: 0;
}

.globalNavi__list .page_item a,
.globalNavi__list .menu-item a{
  display: block;
  padding: 19px 15px;
  font-weight: normal;
  transition: .2s;
  color: #fff;
}

.globalNavi__list .current-menu-item,
.globalNavi__list .current-menu-item a:hover,
.globalNavi__list .menu-item a:hover {
  background: #000;
  display: block;
  color: #fff;
  font-weight: normal;
}


@media only screen and (max-width: 767px){

  .globalNavi::-webkit-scrollbar {
    height: 2px;
  }
  .globalNavi::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
  }
  .globalNavi::-webkit-scrollbar-thumb {
    background: #f0b200;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  }

}
