.indexBgc {
  background-image: url("../images/index/bgc2.png");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  color: #0000FF;
}

.index-banner {
  border-bottom: 1px solid #77819e;
}

.index-banner-box {
  justify-content: space-between;
}

.index-banner-box-left {
  display: flex;
}

.index-banner-box-left-img {
  width: 50px;
  height: 40px;
}
.index-banner-box-left-img img{
  width: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.index-banner-box-left-text {
  font-size: 28px;
  margin-left: 30px;
}

.index-banner-box-right a {
  border-bottom: 6px solid rgba(255, 0, 0, 0);
}

.index-banner-box-right a {
  padding: 32px 39px;
  color: white;
}

.index-banner-box-right a:hover {
  border-image: linear-gradient(to right, #0c6ff6, #2dbafc) 1;
}

.index-main {
  text-align: center;
}

.index-main-a {
  letter-spacing: 15px;
}

.index-main-b {
  margin-top: 50px;
  letter-spacing: 15px;
}

.index-main button {
  width: 340px;
  height: 80px;
  background: linear-gradient(to right, #0c6ff6, #2dbafc);
  border-radius: 40px;
  color: white;
  border: none;
  margin-top: 100px;
}

.index-footer {
  background-color: rgba(17, 95, 24, 0.25);
  padding: 2vh 0;
}

.index-footer-box {
  justify-content: space-between;
}

.index-footer-box-inner {
  margin: 15px 0;
}

.index-footer-box-inner-inner {
  text-align: left;
  margin-left: 15px;
  height: 110px;
}

.index-footer-box-inner img {
  width: 42px;
  height: 34px;
}

.bottom-box-2 p {
  height: 25px;
  line-height: 25px;
}

@media screen and (max-width: 960px) {
  .index-banner-box {
    width: unset;
    height: unset;
    justify-content: center;
  }

  .index-banner-box-right {
    display: none;
  }

  .index-footer-box-inner {
    display: none;
  }

  .index-main-a {
    font-size: 30px;
  }

  .index-main-b {
    font-size: 25px;
  }
}