/* 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;
}

/* ôG 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 */

