@charset "UTF-8";
.g-header__logo__s-cbt{
  img {
    width: 190px !important;
    height: auto;
  }
}
@media screen and (max-width: 1336px) {
  .g-header__logo__s-cbt{
    img {
      width: 190px !important;
    }
  }
}
@media screen and (max-width: 1160px) {
  .g-header__logo__s-cbt{
    img {
      width: 133px !important;
    }
  }
}
