@charset "utf-8";

#modal-overlay {
  background: rgba(34, 34, 34, 0.9);
  /* position: absolute; */
  z-index: 100;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}

.strength-popup {
  background: rgba(34, 34, 34, 0.9);
  position: absolute;
  z-index: 100;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  opacity: 0;
  z-index: -1;
}

.strength-popup.modalize {
  opacity: 1;
  z-index: 100;
}

.modal-content {
  /* background: #fff; */
  width: 80% !important;
  height: auto !important;
  padding: 6.25vw 0 25.625vw;
  /* position: absolute; */
  z-index: 200;
}

.jrp_B-3 .modal-content .text-cont {
  background: 0;
  color: #fff;
  width: auto;
  height: auto;
  position: static;
}

.jrp_B-3 .modal-content .text-cont .title {
  font-size: 3.75vw;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 5.46875vw;
}

.jrp_B-3 .modal-content:first-child .text-cont .title span {
  letter-spacing: -0.06em;
  width: 39.0625vw;
}

.jrp_B-3 .modal-content .text-cont .title span {
  width: 34.0625vw;
}

.modal-content .text-box {
  padding-top: 4.6875vw;
}

.modal-content h3 {
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 1.8;
}

.modal-content .btn-wrap {
  margin-top: 9.375vw;
}

.jrp_B-3 .modal-content a::before {
  content: none;
}

.btn-close {
  width: 4.21875vw;
  height: 4.21875vw;
  cursor: pointer;
  position: absolute;
  right: 4.6875vw;
  top: 4.6875vw;
}

@media only screen and (min-width: 960px) {}
