/* footer */
footer {
  position: relative;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
}

@media(max-width:768px) {

  footer::before {
    width: 120px;
    height: 30px;
  }

  footer::after {
    width: 204px;
    height: 200px;
  }
}

.foot-spons {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.foot-spons .list .title {
  flex: 1;
  text-align: center;
  color: #232323;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
}

.foot-spons .list-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}

.foot-spons .list-main .title {
  text-align: center;
  margin-right: 0;
  line-height: 1.4;
}

.foot-spons .list-main .title b {
  font-size: 16px;
  display: none;
}

.foot-spons .list .spons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.foot-spons .list .list-impor {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.foot-spons .list .spons a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-spons .list .spons a img {
  width: inherit;
  max-width: none;
  max-height: 68px;
  transform: scale(1);
  object-fit: contain;
}

.foot-spons .list-main .spons a img {
  max-height: 92px;
}

.foot-spons .list .spons a img:hover {
  transform: scale(1.02);
}

@media (max-width: 1024px) {

  .foot-spons .list-main .spons a img {
    max-height: 76px;
  }
}

@media (max-width: 768px) {

  .foot-spons .list-main .spons a img {
    max-height: 52px;
  }
}

.foot-main {
  color: #fff;
  background: #232323;
  display: flex;
  align-items: flex-start;
}

.foot-main .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 80px;
}

.foot-title {
  position: relative;
  margin-bottom: 14px;
}

.foot-title p {
  position: relative;
}

.foot-title p::before {
  content: "";
  position: absolute;
  background: #38D200;
  bottom: -4px;
  left: 0px;
  width: 14px;
  height: 1px;
}

.foot-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}

.foot-info .c-info {
  width: 100%;
}

.foot-info .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-info .list a {
  width: 100%;
  max-width: 262px;
  padding: 14px 10px;
  border-radius: 10vw;
  color: #fff;
  background: #38D200;
  border: 2px solid #38D200;
  box-shadow: 0px 3px 0px #0F3C80;
  font-size: 1rem;
  font-weight: 800;
}

.foot-info .list a:hover {
  border: 2px solid #fff;
}

.foot-info .list .txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.foot-info .list .txt .pic {
  margin-right: 10px;
}

.foot-info .list .txt .pic img {
  width: auto;
  height: 41px;
}

.foot-info .list .txt .name {
  text-align: left;
}

.foot-info .list .txt .name h2 {
  font-size: .875rem;
}

.foot-info .list .txt .name p {
  font-size: .75rem;
  text-align: center;
}

.c-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.c-social a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
}

.c-social a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

footer .rules {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

footer .rules .info {
  display: grid;
  align-items: center;
  justify-content: center;
}

footer .rules h4 {
  font-size: .875rem;
  margin-bottom: 2px;
  line-height: 1.8;
}

footer .rules p {
  font-size: .875rem;
  color: rgb(255, 255, 255, .6);
}

footer .rules a {
  color: rgb(255, 255, 255, .6);
}

footer .rules a:hover {
  color: rgb(255, 255, 255, 1);
}

footer .rules .line {
  width: 1px;
  height: 10px;
  background: rgb(255, 255, 255, .5);
  margin: 0px 10px;
}

.c-social p {
  font-size: .75rem;
  text-align: left;
  color: rgb(255, 255, 255, .3);
  margin-top: 0px;
}

.foot-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
  background: #151415;
}

.foot-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.foot-menu ul li {
  position: relative;
}

.foot-menu ul a {
  font-size: .93rem;
  color: rgb(255, 255, 255, .8);
}

.foot-menu ul a:hover {
  color: rgb(255, 255, 255, 1);
}

@media(max-width:1024px) {
  .foot-spons {
    width: 100%;
    margin: 0px auto;
    gap: 12px;
  }

  .foot-spons .list-main {
    gap: 20px;
  }

  .foot-spons .list .spons {
    width: 100%;
    margin: 0px auto;
    gap: 8px;
  }

  .c-social {
    display: grid;
    grid-template-columns: 1fr;
  }

  .foot-menu ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 12px;
  }

  .foot-menu ul a {
    font-size: .875rem;
    color: #fff;
  }
}

@media(max-width:500px) {

  .foot-info .list {
    width: 100%;
    flex-wrap: wrap;
  }

  .foot-info .list a {
    max-width: 100%;
    margin: 20px auto 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}