/* data check */
.jsmea-news .dataInvalid {
  border: 1px solid rgba(215, 0, 0, 0.8);
}

.jsmea-news .confirm .dataVaild {
  color: rgb(82, 82, 82);
  border-color: transparent;
  background-color: rgba(0, 80, 160, 0.05);
  user-select: none;
  cursor: default;
}

.jsmea-news .radioWrap.dataInvalid,
.jsmea-news .checkboxWrap.dataInvalid {
  border: 1px solid rgba(215, 0, 0, 0.8);
}

.jsmea-news .error {
  height: 20px;
  margin-bottom: -20px;
  display: block;
  color: rgb(215, 0, 0);
  line-height: 1.6;
  font-size: 90%;
  text-indent: 5px;

  @media (max-width: 767px) {
    margin-bottom: -8px;
  }
}

/* radioWrap checkboWrap */
.jsmea-news .radioWrap,
.jsmea-news .checkboxWrap {
  margin: 0;
  padding: 0 15px 0 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  display: block;
}

/* buttons */
.jsmea-news .btn {
  display: none;
}

/* error message */
.jsmea-news .msg {
  margin: 10px;
  text-align: center;
  color: #AD0100;
}

/* confirm page */
.confirm .select-box,
.confirm .radioWrap,
.confirm .checkboxWrap {
  border-color: transparent;
  background-color: rgba(0, 80, 160, 0.05);
  position: relative;
  cursor: default;
}

.confirm .select-box::after,
.confirm .radioWrap::after,
.confirm .checkboxWrap::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
