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

footer::before,
footer::after {
  content: "";
  position: absolute;
  bottom: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  animation: parent-tab-image 2s ease-in-out infinite;
  z-index: -1;
}

footer::before {
  width: 330px;
  height: 97px;
  left: 0px;
  background-image: url("../images/bg_footerL.png");
}

footer::after {
  width: 384px;
  height: 380px;
  right: 0px;
  background-image: url("../images/bg_footerR.png");
}

@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: 30px;
  padding: 10vw 0;
}

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

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

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

.foot-spons .list-main .title b {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  color: #1A428A;
}

.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: 10px;
}

.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: 1500px) {
  .foot-spons {
    width: 100%;
    margin: 0px auto;
    padding: 10vw 30px 20vw;
  }

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

@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: 66px;
  }
}

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

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

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

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

.foot-main .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 !important;
}

.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;
}

.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;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 0px;
}

footer .rules {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

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

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, .7);
  margin-top: 0px;
}

@media(max-width:768px) {
  .foot-spons {
    width: 100%;
    margin: 0px auto;
    padding: 10vw 30px 30vw;
  }

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

@media(max-width:500px) {

  .foot-menu ul {
    width: 31.333%;
    max-width: 31.333%;
    margin: 4% 1%;
  }

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

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

  .foot-spons {
    width: 100%;
    margin: 0px auto;
    padding: 10vw 14px 40vw;
  }
}