.popup-term{
  color:#1e73be;
  font-weight:bold;
  border-bottom:1px dotted #1e73be;
  cursor:pointer;
}

.popup-term:hover{
  color:#144f82;
}

.site-popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  z-index:9999;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.site-popup-box{
  background:#fff;
  max-width:520px;
  width:100%;
  border-radius:12px;
  padding:26px;
  box-shadow:0 8px 30px rgba(0,0,0,.25);
  position:relative;
}

.site-popup-box h3{
  margin-top:0;
  color:#1e3a5f;
}

.site-popup-box p{
  margin-bottom:0;
}

.site-popup-close{
  position:absolute;
  top:10px;
  right:14px;
  border:0;
  background:none;
  font-size:30px;
  cursor:pointer;
  color:#555;
}
