.housing-art-idx_label {
  overflow: hidden;
}

[name="housing-art-idx_list-radio"] {
  position: absolute;
  white-space: nowrap;
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  top: -100%;
}

[name="housing-art-idx_list-radio"] + span {
  cursor: pointer;
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  box-shadow: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  flex-direction: column;
  height: 100%;
  min-height: 50px;
  padding: 11px 20px;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  overflow: hidden;
}

[name="housing-art-idx_list-radio"] + span:hover {
  opacity: 0.7;
}

[name="housing-art-idx_list-radio"]:focus + span {
  outline: 2px solid #000;
}

[name="housing-art-idx_list-radio"]:checked + span {
  background-color: #2076c7;
  border-color: #2076c7;
  color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}


