.loyalty-wrap {
  flex-wrap: wrap;
}

.article-content {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
}

.article-box {
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.article-title {
  display: none !important;
}

.container {
  max-width: 1600px;
  margin: auto;
}

.loyalty-banner-h5 {
  display: none;
}

.radiu20 {
  border-radius: 20px;
}

.lineh130 {
  line-height: 130%;
}

.lineh150 {
  line-height: 150%;
}

.loyalty-h2 {
  font-size: 24px;
  margin: 0;
}

.loyalty-club-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #757575;
  line-height: 130%;
  text-align: center;
  font-weight: 600;
}

.loyalty-banner {
  width: 100%;
}

.loyalty-content {
  margin-top: 20px;
  border-radius: 20px;
  padding: 30px;
}

.loyalty-desc {
  margin-top: 25px;
  font-size: 16px;
  max-width: 1285px;
}

.loyalty-but {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 100px;
  min-width: 220px;
  margin-bottom: 10px;
  height: 55px;
}

.loyalty-but.disabled {
  opacity: 0.3;
}

.loyalty-li {
  width: calc(20.2% - 20px);
  padding: 25px 10px;
  background: #FAFAFC;
  border-radius: 10px;
  margin-top: 20px;
  margin-right: 20px;
}

.loyalty-li:nth-child(5n) {
  margin-right: 0;
}

.loyalty-modal-title {
  font-size: 16px;
}

.loyalty-modal-title {
  font-size: 26px;
}

.loyalty-modal-desc {
  font-size: 16px;
  color: #828282;
}

.loyalty-modal-but {
  min-width: 220px;
  height: 55px;
}

.loyalty-modal-footer {
  margin-top: 50px;
}

.a-modals--content {
  padding: 30px 40px 50px 40px !important;
}

.loyalty-li-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(220, 47, 47, 0.1);
}

.loyalty-li-logo img {
  width: 100%;
  height: 100%;
}

.loyalty-li-title {
  font-size: 16px;
  margin-top: 15px;
}

.loyalty-li-desc {
  font-size: 14px;
  margin-top: 5px;
}

.loyalty-but-hide {
  display: none;
}

.loyalty-but-to_loyalty {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .loyalty-banner-pc {
    display: none;
  }

  .loyalty-banner-h5 {
    display: block;
  }

  .article-wrap {
    background-color: #ffffff;
  }

  .article-content {
    padding-bottom: 0 !important;
  }

  .loyalty-text {
    margin-top: -25px;
    position: relative;
    padding: 15px 0 0;
  }

  .loyalty-h2 {
    font-size: 18px;
  }

  .loyalty-desc {
    font-size: 14px;
    margin-top: 15px;
  }

  .loyalty-li {
    margin-top: 10px;
    border-radius: 10px;
    width: calc(51% - 10px);
    padding: 15px 5px;
    border-radius: 10px;
    margin-right: 10px;
  }

  .loyalty-li:nth-child(2n) {
    margin-right: 0;
  }

  .loyalty-but {
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 100px;
    min-width: 220px;
    margin-bottom: 10px;
    height: 45px;
  }

  .loyalty-grade {
    padding: 0 0 20px;
  }

  .loyalty-modal-desc {
    font-size: 12px;
  }

  .loyalty-modal-but {
    min-width: 140px;
    height: 45px;
  }

  .loyalty-modal-footer {
    margin-top: 30px;
  }

  .a-modals--content {
    padding: 40px 30px 30px 30px !important;
  }

  .loyalty-li-logo {
    width: 48px;
    height: 48px;
  }

  .loyalty-li-title {
    font-size: 13px;
    margin-top: 10px;
  }

  .loyalty-li-desc {
    font-size: 12px;
    margin-top: 5px;
  }
}


.loyalty-but {
  margin: 0 auto;
}
.loyalty-grid {
  margin-top: 20px;
  padding: 25px 120px;
}
.loyalty-level {
  border-radius: 20px;
  padding-bottom: 20px;
}
.loyalty-level-name,
.loyalty-level-use {
  text-align: center; 
}
.loyalty-level-name> div {
  margin-right: 10px;
  background-color: #FAFAFC;
  border-radius: 10px;
  padding: 20px;
}
.loyalty-level-name> div:first-child {
  background-color: transparent;
}
.loyalty-level-name> div:last-child {
  margin-right: 0;
}
.loyalty-level-name .a1 {
  font-size: 20px;
  font-weight: 600;
}
.loyalty-level-name .a2 {
  font-size: 14px;
  color: #757575;
}
.loyalty-level-use {
  padding: 45px 0;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.loyalty-level-use .a1 {
  font-size: 16px;
  font-weight: 700;
}
.level-use .a1 {
  font-weight: 600;
  font-size: 16px;
}
.level-use .a2 {
  font-size: 14px;
  color: #757575;
  margin-top: 5px;
}
.code-close {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.code-close::before,
.code-close::after {
  position: absolute;
  content: ' ';
  background-color: black;
  left: 10px;
  width: 3px;
  height: 18px;
}
.code-close::before {
  transform: rotate(45deg);
}

.code-close::after {
  transform: rotate(-45deg);
}
.code-succ {
  position: relative;
  width: 26px;
  height: 26px;
  font-size: 12px;
  border-radius: 10%;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  }
.code-succ:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  background: transparent;
  right: 0px;
  top: 3px;
  border: 3px solid black;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  z-index: 9;
}
.loyalty-bottom {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .loyalty-level {
      padding-bottom: 20px;
  }
  .loyalty-grid {
      padding: 20px 0;
      margin-top: 10px;
      border-radius: 0;
  }
  .loyalty-level-name > div:first-child {
      display: none;
  }
  .loyalty-level-use {
      flex-wrap: wrap;
      padding: 25px 0;
  }
  .loyalty-level-use .level-use {
      width: 100%;
      flex: auto;
      margin-bottom: 25px;
      margin-top: 5px;
  }
  .loyalty-level-name .a2 {
      font-size: 14px;
  }
  .loyalty-level-name .a2 {
      font-size: 12px;
  }
}