.newmypage-topmypage {
  background-color: var(--white500-color);
}

.newmypage-topmypage__banner-text {
  display: flex;
  gap: 12px;
  background-color: var(--white-color);
  padding: 20px 0;
}

.newmypage-topmypage__banner-text .newmypage-container {
  padding: 0 29px;
}

.newmypage-topmypage__banner-text span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 19px;
}

.newmypage-topmypage__info {
  background-color: var(--white-color);
  margin-bottom: 30px;
}

.newmypage-topmypage__info .newmypage-container {
  padding: 0 29px;
}

.newmypage-topmypage__info > .newmypage-topmypage__plan:first-child {
  border-top: 1px solid var(--grey100-color);
}

.padding-border-info {
  padding: 20px 0;
  border-bottom: 1px solid var(--grey100-color);
}

.fw-fz-lh-info {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 17px;
}

.spacing-5 {
  word-spacing: 5px;
}
.spacing-8 {
  word-spacing: 8px;
}

.newmypage-topmypage__plan p {
  margin-top: 6px;
}

.newmypage-topmypage__time-travel {
  margin-top: 6px;
}

.newmypage-topmypage__time-travel,
.newmypage-topmypage__time-travel p {
  display: flex;
  align-items: center;
  gap: 15px;
}

p.fw-fz-lh-info .hyphen {
  font-size: 2.2rem;
  font-weight: 400;
}

.newmypage-topmypage__data-title {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 15px;
}

.newmypage-topmypage__data-used {
  font-weight: 700;
  font-size: 2rem;
  line-height: 24px;
}

.newmypage-topmypage__data-used span {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 14px;
}

.newmypage-topmypage__data-progress {
  background-color: var(--grey100-color);
  height: 11px;
  border-radius: 13px;
  position: relative;
}

.newmypage-topmypage__data-progress--used {
  position: absolute;
  height: 11px;
  border-radius: 13px;
  background-color: var(--aqua-green);
}

.newmypage-topmypage__data-desc {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 4px;
  display: inline-block;
}

.newmypage-topmypage__return.padding-border-info {
  border-bottom: unset;
}

.newmypage-topmypage__return p {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  cursor: pointer;
}

.newmypage-topmypage__return p span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid var(--black-color);
}

.newmypage-topmypage__feature {
  margin-top: 40px;
  padding-bottom: 40px;
}

.newmypage-topmypage__feature-wrap {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 12px;
}

.newmypage-topmypage__feature-wrap > a {
  color: unset;
}

.newmypage-topmypage__feature-group {
  width: 110px;
  height: 110px;
  border: 4px solid var(--yellow400-color);
  border-radius: 7px;
  align-content: center;
  cursor: pointer;
}

.newmypage-topmypage__feature-group p {
  text-align: center;
}

.newmypage-topmypage__feature-group .text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 13px;
  margin-top: 2px;
}

.newmypage-topmypage__how-to-return-btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  align-content: center;
  background-color: var(--yellow400-color);
  color: var(--primary-color);
  border-radius: 7px;
  height: 54px;
  margin-top: 35px;
  cursor: pointer;
}

.newmypage-topmypage__how-to-return-btn:hover {
  background-color: var(--yellow500-color);
}

.button_new--user .button-body {
  border-radius: 7px;
}

.button_new--user .button-body p {
  color: var(--black-color);
  font-weight: 700;
}

div.mypage-user-container .button_new--user .button-body.bg-grey p {
  color: var(--black-color);
}

.bg-yellow {
  background: var(--yellow500-color);
}

.bg-grey {
  background: var(--white600-color);
}

.newmypage-topmypage__banner-img img,
.newmypage-topmypage__img-user img {
  width: 100%;
}

.newmypage-topmypage__banner-img {
  display: flex;
  justify-content: center;
}
.newmypage-topmypage__banner-img img {
  justify-content: center;
  display: flex;
}

.newmypage-topmypage__banner-img img {
  max-width: 1000px;
}

.application-for-withdrawal {
  opacity: 0.5;
}

.application-for-withdrawal div {
  cursor: default;
}

@media screen and (max-width: 480px) {
  .newmypage-topmypage__feature-wrap {
    gap: calc((100vw - 330px - 42px) / 2);
  }

  .newmypage-topmypage__banner-img img {
    width: 100%;
    height: 156px;
  }

  .newmypage-topmypage__img-user img {
    width: 100%;
    height: 103px;
  }
}

@media screen and (max-width: 767px) {
  .button > .button-text.button_new--user {
    display: block;
  }

  .button_new--user .button-body {
    width: 100%;
  }

  .button_new--user .button-body.bg-grey {
    margin: 20px auto;
    background: var(--white600-color);
  }

  .button-body,
  .button-body:nth-child(2) {
    height: 54px;
  }

  .button_new--user.leave .button-body {
    margin: 20px auto;
  }
}

@media screen and (min-width: 768px) {
  .padding-border-info {
    padding: 0;
    border-bottom: none;
  }

  .padding-border-info .newmypage-container {
    padding: 20px 0;
    border-bottom: 1px solid var(--white500-color);
  }

  .newmypage-topmypage__info > .newmypage-topmypage__plan:first-child {
    border-top: none;
  }

  .newmypage-topmypage__info
    > .newmypage-topmypage__plan:first-child
    > .newmypage-container {
    border-top: 1px solid var(--white500-color);
  }

  .newmypage-topmypage__banner-text .newmypage-container {
    padding: 0;
  }

  .newmypage-topmypage__banner-img img,
  .newmypage-topmypage__img-user img {
    height: auto;
  }

  .button.centering{
    justify-content: center;
  }
}

@media screen and (min-width: 1025px) {
  .newmypage-topmypage__banner-img img,
  .newmypage-topmypage__img-user img {
    object-fit: contain;
  }

  .newmypage-topmypage__banner-img img {
    max-height: 500px;
  }

  .newmypage-topmypage__img-user img {
    max-height: 331px;
  }
}
