#mypageRewardList {
  padding-bottom: calc(100px - 27px);
}



#mypageRewardList .current-point-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 60px;
  border-radius: 16px;
  background: #F5F7FA;
  margin-bottom: 40px;
}

#mypageRewardList .current-point-block .text {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

#mypageRewardList .current-point-block .point {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
}

#mypageRewardList .current-point-block .point strong {
  font-weight: 700;
}

#mypageRewardList .current-point-block .point span {}


#mypageRewardList .section-title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}



#mypageRewardList .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #000;
}

#mypageRewardList .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  padding: 29px 57px 27px 30px;
  min-width: 0;
}

#mypageRewardList .item:last-child {
  border-bottom: none;
}

#mypageRewardList .item .td {
  font-size: 14px;
  line-height: 140%;
}

#mypageRewardList .item .td-date {
  flex-shrink: 0;
  width: 87px;
  margin-right: 63px;
}

#mypageRewardList .item .td-name-amount {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#mypageRewardList .item .td-name {
  flex: 1;
  width: 100%;
  text-align: left;
}

#mypageRewardList .item .td-amount {
  text-align: center;
  width: 180px;
  flex-shrink: 0;
}

#mypageRewardList .item .td-balance {
  text-align: right;
  width: 160px;
  margin-left: 20px;
}

#mypageRewardList .item .date {
  color: #999;
  font-weight: 500;
}

#mypageRewardList .item .name {
  color: #000;
  font-weight: 600;
}

#mypageRewardList .item .amount {
  font-weight: 600;
}

#mypageRewardList .item .amount.plus {
  color: #DA3023;
}

#mypageRewardList .item .amount.minus {
  color: #666;
}

#mypageRewardList .item .balance {
  color: #666;
}



#mypageRewardList .btn-more {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-radius: 60px;
  border: 1px solid #999;
  background: #FFF;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 20px;
}



/* ----------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  #mypageRewardList .item {
    padding: 29px 30px 27px;
  }

  #mypageRewardList .item .td-balance {
    margin-left: 0;
  }
}


@media screen and (max-width: 768px) {
  #mypageRewardList {
    padding-bottom: 60px;
  }



  #mypageRewardList .current-point-block {
    padding: 33px 30px;
    margin-bottom: 30px;
  }

  #mypageRewardList .current-point-block .text {
    font-size: 14px;
  }

  #mypageRewardList .current-point-block .point {
    font-size: 22px;
  }




  #mypageRewardList .section-title {
    font-size: 18px;
  }



  #mypageRewardList .item {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  #mypageRewardList .item .td-date {
    width: 100%;
    margin-right: 0;
  }

  #mypageRewardList .item .td-name-amount {
    margin: 10px 0 4px;
  }

  #mypageRewardList .item .td-amount {
    text-align: right;
    width: 130px;
  }

  #mypageRewardList .item .td-balance {
    width: 100%;
  }

  #mypageRewardList .item .name {
    font-size: 15px;
  }

  #mypageRewardList .item .amount {
    font-size: 16px;
  }

  #mypageRewardList .item .balance {
    font-size: 13px;
  }



  #mypageRewardList .btn-more {
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }
}


@media screen and (max-width: 500px) {
  #mypageRewardList .modal .container {
    max-width: 100%;
  }
}