#request {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

#request .back-drop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

#request .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #F6F6F6;
  width: 590px;
  min-height: 200px;
  z-index: 1;
  padding: 66px 40px 100px 40px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

#request .popup-content .exit {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  top: 12px;
  right: 12px;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

#request .popup-content .exit i {
  font-size: 30px;
  color: gray;
}

#request .popup-content .sub-tit {
  font-size: 14px;
  color: #680595;
  font-weight: 600;
}

#request .popup-content .tit {
  font-size: 30px;
  color: #0f0f0f;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 4px solid black;
  font-weight: 700;
}


#request .popup-content .row {
  margin: 0;
  margin-bottom: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
}


#request .popup-content .row .lb {
  min-width: 110px;
  /* color: #b0b0b0; */
  color: #3d3d3d;
  font-size: 18px;
}

#request .popup-content .row .val {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
  color: #333333;
  font-size: 18px;
}

#request .popup-content .row .val .only-txt {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

#request .popup-content .row .val i {
  color: #c59b7b;
  /* margin-left: 6px; */
  cursor: pointer;
}

#request .popup-content .row .val input {
  border: 0px;
  background: white;
  width: 100%;
  height: 100%;
  padding: 7px;
  padding-left: 22px;
}

#request .popup-content .row.coupon-name {
  font-size: 19px;
}


#request .popup-content .privacy {
  text-align: center;
  margin-top: 75px;
  font-size: 14px;
  color: #666666;
}

#request .popup-content .privacy input {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
}

#request .popup-content .privacy a {
  color: #337ab7;
}

#request .popup-content .privacy .view {
  display: inline-block;
  background: black;
  color: white;
  padding: 1px 5px;
  /* margin-left: 10px; */
  font-size: 10px;
}

#request .popup-content .privacy .view a {
  color: white;
  text-decoration: underline;
}


#request .popup-content .subs {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  color: #bebebe;
  letter-spacing: -0.05em;
  /* opacity: 0.29; */
  margin-bottom: 26px;
}

#request .popup-content .submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background: #5C0681;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;

  cursor: pointer;
  transform: scale(1) !important;
}

#request .popup-content .submit i {
  margin-left: 10px;
  font-size: 12px;
}

#request .popup-content .submit .ready {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #604a69;
}

#request .popup-content .submit .ready .inner-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
