.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  display: none;
}
.modal .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.384);
}
.modal .boxing {
  background-color: #fff;
  border-radius: 9px;
  width: 90%;
  max-width: 512px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 90vh;
  max-height: 512px;
  transform: translate(-50%, -50%);
  padding: 19px 28px;
  box-sizing: border-box;
}
.modal .boxing a.xxx {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-sizing: border-box;
}
.modal .boxing a.xxx span {
  width: 20px;
  height: 1px;
  background-color: #818181;
  display: block;
  position: relative;
  transform: rotate(45deg);
}
.modal .boxing a.xxx span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #818181;
  transform: rotate(90deg);
}
.modal .boxing span.flag {
  display: none;
}
.modal .boxing .top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.modal .boxing .top figure {
  width: 86px;
  height: 86px;
  margin-right: 20px;
}
.modal .boxing .top h2 {
  font-family: Spoqa Han Sans Neo;
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #666;
}
.modal .boxing .top h2 span {
  margin-left: 10px;
  font-family: Spoqa Han Sans Neo;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #747474;
}
.modal .boxing p.mid {
  font-family: Spoqa Han Sans Neo;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
.modal .boxing .bottom ul {
  width: 100%;
}
.modal .boxing .bottom ul li {
  margin-bottom: 10px;
  border-radius: 9px;
  box-sizing: border-box;
  overflow: hidden;
}
.modal .boxing .bottom ul li:last-of-type {
  border: 1px solid #ddd;
}
.modal .boxing .bottom ul li:last-of-type a {
  color: #000;
  background-color: #F3F4F6;
}
.modal .boxing .bottom ul li a {
  color: #fff;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  box-sizing: border-box;
}
.modal .boxing .bottom ul li a span {
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: center;
}
.modal .boxing p.let {
  font-family: Spoqa Han Sans Neo;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
.modal .boxing .floor {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.modal .boxing .floor p {
  font-family: Spoqa Han Sans Neo;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
}
.modal .boxing .floor a {
  font-family: Spoqa Han Sans Neo;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}

.remain2 {
  display: flex;
  margin-bottom: 10px;
}
.remain2 li:first-of-type {
  width: calc(100% - 120px);
  height: 40px;
  font-size: 13px;
}
.remain2 li:first-of-type p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #4D0C67;
  border-radius: 10px;
}
.remain2 li:last-of-type {
  margin-left: 20px;
}
.remain2 li:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background-color: #4D0C67;
  color: #fff;
}

.remaincost {
  display: flex;
  align-items: center;
  height: 33px;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 12px;
}
.remaincost p {
  border-radius: 12px 0 0 12px;
  border: 1px solid #818181;
  border-right: 0;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  width: calc(100% - 80px);
  padding: 0 10px;
  justify-content: space-between;
}
.remaincost p span {
  color: #818181;
}
.remaincost a {
  width: 80px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ff852c;
  margin-left: auto;
}

.modal .boxing .bottom ul li a {
  background: #ff852c;
}

.modal .boxing .bottom ul li:last-of-type a {
  color: #fff;
  background-color: #2d2d2d;
  /* border: 0; */
}

.modal .boxing .bottom ul li:last-of-type {
  border: 0;
}

.modal .boxing {
  height: 344px;
}

.modal .boxing .bottom ul li:last-of-type a {
  background: #ff852c;
}/*# sourceMappingURL=modal.css.map */