#popup-recall-ext .btn-pre {
  width: 272px;
  height: 52px;
  margin-top: 40px;
}
#popup-recall-ext .phone-pop-up-open {
  position: fixed;
  display: none;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 1022px) {
  #popup-recall-ext .phone-pop-up-open {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 766px) {
  #popup-recall-ext .phone-pop-up-open {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
  }
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up {
  background: #FFFFFF;
  position: absolute;
  z-index: 2;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.24);
  padding: 30px;
}
@media only screen and (max-width: 766px) {
  #popup-recall-ext .phone-pop-up-open .phone-pop-up {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    transform: none;
    box-shadow: none;
  }
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up .icon-close:after {
  width: 16px;
  height: 16px;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 766px) {
  #popup-recall-ext .phone-pop-up-open .phone-pop-up .title-wrapper .title {
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 25px;
  }
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 800px;
  height: max-content;
  padding: 30px;
}
@media only screen and (max-width: 766px) {
  #popup-recall-ext .phone-pop-up-open .phone-pop-up form {
    width: 100%;
  }
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form .phone-pop-up-block {
  width: 45%;
}
@media only screen and (max-width: 766px) {
  #popup-recall-ext .phone-pop-up-open .phone-pop-up form .phone-pop-up-block {
    width: 95%;
  }
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form select {
  border: 1px solid #838383;
  padding: 0 5px;
  width: 100%;
  height: 52px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf-8,<svg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.5085 6.28003C5.31105 6.28003 5.11362 6.20464 4.96309 6.05418L0.226005 1.31704C-0.0753351 1.0157 -0.0753351 0.527132 0.226005 0.225914C0.527224 -0.0753046 1.0157 -0.0753046 1.31706 0.225914L5.5085 4.41759L9.69995 0.22606C10.0013 -0.0751582 10.4897 -0.0751582 10.7909 0.22606C11.0924 0.527279 11.0924 1.01585 10.7909 1.31719L6.0539 6.05432C5.90329 6.20481 5.70587 6.28003 5.5085 6.28003Z' fill='rgb(128,128,128)'/></svg>");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form textarea {
  box-sizing: border-box;
  resize: none;
  width: 100%;
  border: 1px solid #838383;
  padding: 11px 5px;
  max-height: 200px !important;
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form input {
  width: 100%;
  height: 52px;
  outline: none;
  border: 1px solid #808080;
  padding-left: 5px;
}
@media only screen and (max-width: 766px) {
  #popup-recall-ext .phone-pop-up-open .phone-pop-up form input {
    width: 272px;
  }
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form .requared {
  color: red;
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form .phone-pop-up-block, #popup-recall-ext .phone-pop-up-open .phone-pop-up form .phone-pop-up-block_100 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form .phone-pop-up-block_100 {
  width: 95%;
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form .btn {
  width: 272px;
  height: 52px;
}
#popup-recall-ext .phone-pop-up-open .phone-pop-up form .danger {
  display: block;
}
