/* BASIC css start */
#specialEvt .close-wrap {
  position: relative;
  padding: 0;
  height: 28px; /* 검정 배경 높이 */
  color: #fff;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#specialEvt .close-wrap .close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 295px;
}

#specialEvt .close-wrap .close label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}

#specialEvt .close-wrap .close input[type="checkbox"] {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  accent-color: #8B0000; /* 어두운 빨강 */
  vertical-align: middle;
}

/* 澄 CLOSE 버튼 - 깔끔한 스타일 + hover 반전 효과 */
#specialEvt .close-wrap .close .btn-close {
  padding: 2px 8px;
  font-size: 11px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

#specialEvt .close-wrap .close .btn-close:hover {
  background: #fff;
  color: #000;
}




/* BASIC css end */

