@charset "utf-8";
.section-members .section-content {
  justify-content: flex-start;
}
.section-members .section-content .member-logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0 0 12px rgba(185, 185, 185, 0.45);
}
.section-members .section-content a {
  text-align: center;
}
.section-members .section-content img {
  width: 80%;
}
.section-members .premium .member-logo {
  width: 380px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.section-members .premium .member-logo:nth-child(3n+0) {
  margin-right: 0px;
}
.section-members .gold .member-logo {
  width: 280px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.section-members .gold .member-logo:nth-child(4n+0) {
  margin-right: 0px;
}
.section-members .default .member-logo {
  width: 220px;
  height: 123px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.section-members .default .member-logo:nth-child(5n+0) {
  margin-right: 0px;
}
@media screen and (max-width: 1270px) {
  .section-members .premium .member-logo {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .section-members .premium .member-logo:nth-child(3n+0) {
    margin-right: 0px;
  }
  .section-members .gold .member-logo {
    width: 43vw;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .section-members .gold .member-logo:nth-child(4n+0) {
    margin-right: 20px;
  }
  .section-members .gold .member-logo:nth-child(2n+0) {
    margin-right: 0px;
  }
  .section-members .default .member-logo {
    width: 28vw;
    height: 123px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .section-members .default .member-logo:nth-child(5n+0) {
    margin-right: 20px;
  }
  .section-members .default .member-logo:nth-child(3n+0) {
    margin-right: 0px;
  }
}
.section-cases {
  padding-bottom: 100px;
}
.section-cases .section-content {
  justify-content: space-between;
}
.section-cases .section-content .case-logo {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  width: 220px;
  height: 120px;
  margin-bottom: 20px;
  box-shadow: 0 0 12px rgba(185, 185, 185, 0.45);
}
.section-joinnow .btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5rem;
  width: 222px;
  font-weight: 600;
  height: 58px ;
  line-height: 58px;
}
@media screen and (max-width: 1270px) {
  .section-cases {
    padding-bottom: 100px;
  }
  .section-cases .section-content .case-logo {
    width: 210px;
  }
}
