.pop_warning__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop_warning__body .content {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  position: absolute;
  width: 70%;
/*  max-width: 700px;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_warning__body .content h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  color: red;
}

.pop_warning__body .content .con {
  padding-bottom: 20px;
  height: calc(30vh);
  padding-right: 10px;
  overflow: auto;
  overflow-x: hidden;
  margin-bottom: 20px;
}

.pop_warning__body .content .con p {
  font-size: 12px;
  line-height: 1.8;
}

.pop_warning__body .content .con p a {
  color: #333;
}

.pop_warning__body .content h6 {
  text-align: center;
}

.pop_warning__body .content #pop_btn {
  color: #aaa;
  font-size: 14px;
  text-decoration: none;
}

.pop_warning__body .content #pop_btn.active {
  color: #1e569b;
}

.pop_warning__body .content #pop_btn:hover {
  text-decoration: none;
}
