@charset "utf-8";

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 960px;
  }
}

.remodal-wrapper {
}

.remodal {
  padding: 0;
}

.remodal-close:before {
  font-size: 54px;
}

.remodal-close {
  color: #000;
  left: 10px;
  top: 10px;
}

.remodal__inner {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
  padding-top: 70px;
  padding-bottom: 55px;
  text-align: left;
}

.remodal__head {
  font-size: 25px;
  letter-spacing: 0.1em;
  padding-bottom: 11px;
  border-bottom: 0.5px solid #231815;
  margin-bottom: 30px;
}

.remodal-phList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 25px;
}

.remodal-phList__item {
  width: 47.5%;
}

.remodal-phList__name {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.remodal-txtList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}

.remodal-txtList__item {
  width: 49%;
}

.remodal-txtList__item:nth-child(3) {
  width: 100%;
}

.remodal-shopList-item {
  font-size: 14px;
  line-height: 1.4;
}

.remodal-shopList-item:not(:last-child) {
  margin-bottom: 8px;
}

.remodal-shopList-item.sort {
  margin-top: 25px;
}

.remodal-mainList {
  display: flex;
  font-size: 18px;
  line-height: 1.35;
}

.remodal-mainList:not(:last-child) {
  margin-bottom: 18px;
}

.remodal-mainList__item:not(:last-child) {
  margin-bottom: 6px;
}

.remodal-mainList__label {
  min-width: 120px;
}

.remodal-mainList__field {
  width: calc(100% - 120px);
}

.remodal-mainList__item.sort {
  margin-top: 22px;
}

@media screen and (max-width: 750px) {
  .remodal__inner {
    width: 94%;
  }

  .remodal-phList__name {
    /* font-size: 16px; */
    font-size: 12px;
  }

  .remodal-txtList {
    gap: 8px 0;
  }

  .remodal-txtList__item {
    width: 100%;
  }

  .remodal-txtList__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .remodal-shopList-item {
    font-size: 12px;
  }

  .remodal-mainList {
    flex-direction: column;
  }

  .remodal-mainList__label {
    margin-bottom: 10px;
  }

  .remodal-mainList__field {
    padding-left: 1em;
  }

  .remodal-mainList__field {
    width: 100%;
  }
}
