.popContainer {
  width: 100%;
  height: 220px;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  /* color: #fff; */
  /* text-align: center; */
}

.popTitle {
  padding: 5px 20px;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}

.popContentText {
  color:#999;
  font-size: 16px;
  padding: 5px 20px;
}

.popClose {
  position: absolute;
  right: 10px;
  top:0;
}
.popClose > span {
  font-size: 26px;
}
.clearBoth{
  clear: both;
}

.popEmailInsert{
  /* padding: 5px 20px; */

  width: 95%;
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  margin: 10px auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: solid 1px #000;
}
.ppEmailInsert {
  padding: 5px 20px;
  /* padding: 15px; */
  width: 95%;
  height: 35px;
  border-radius: 30px  0  0 30px;
  border: 0;
}

.ppEmailInsert:focus {outline: none;}

.popStartMailing {

  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  color:#fff;
  height: 30px;
  font-size: 16px;
  background-color: #333333;
  border-radius: 30px;
  cursor: pointer;
}

.popCheckingBoxMailing{
  text-align: center;
}
@media (max-width: 479px) {
  .popTitle {
    font-size: 16px;
  }
  .popContentText{
    font-size: 12px;
  }
  .popCheckingBoxMailing{
    font-size: 12px;
  }
}
