.inner_btns {
  max-width: 1020px;
  margin: 30px auto 30px;
  padding: 0 10px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 660px) {
    .inner_btns {
      justify-content: space-between;
      flex-wrap: wrap; } }
  .inner_btns li {
    width: 23%; }
    @media screen and (min-width: 661px) {
      .inner_btns li:not(:last-child) {
        margin-right: 2%; } }
    @media screen and (max-width: 660px) {
      .inner_btns li {
        width: 49%; }
        .inner_btns li:nth-child(-n+2) {
          margin-bottom: 10px; } }
    .inner_btns li.active a {
      opacity: 0.7; }
  .inner_btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffff;
    color: #fff;
    font-weight: bold;
    background: #07357b;
    height: 45px;
    transition: 0.6s;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
    border-radius: 5px;
    overflow: hidden; }
    .inner_btns a br {
      display: none; }
    @media screen and (max-width: 960px) {
      .inner_btns a {
        font-size: 14px; } }
    .inner_btns a br {
      display: block; }
    .inner_btns a:hover {
      opacity: 0.7;
      transition: 0.6s; }

@media screen and (max-width: 660px) {
  .inner_btns02 li:last-child {
    width: 100%; } }

.nav_top {
  margin-top: -70px;
  padding-top: 70px; }

.none {
  pointer-events: none; }
