/* BASIC css start */
#specialEvt {}

/* ===================== ÄÁÅÙÃ÷ ¿µ¿ª ===================== */
#specialEvt .cont-pop {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

#specialEvt .cont-pop .cont {
  padding: 0;
}

/* ===================== ÇÏ´Ü ¶ì ===================== */
#specialEvt .close-wrap {
  position: relative;
  padding: 0;
  height: 34px;
  background-color: #4a4a4a; /* ¿¬ÇÑ È¸»ö */
}

/* ³»ºÎ Á¤·Ä ±¸Á¶ */
#specialEvt .close-wrap .close {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 34px;
  line-height: 34px;

  display: flex;              
  align-items: center;        
  justify-content: space-between; /* ÁÂ¿ì ºÐ¸® ¹èÄ¡ */
  padding: 0 12px;
}

/* ===================== ¿ÞÂÊ ¹®±¸ ¿µ¿ª ===================== */
#specialEvt .close-wrap label {
  color: #ffffff;             /* Èò»ö */
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;                   /* Ã¼Å©¹Ú½º¿Í ±ÛÀÚ °£°Ý */

  /* ¡Ú¡Ú¡Ú ´ç½Å ¿äÃ» ¹Ý¿µ: ´Ý±â ¹öÆ°°ú °£°Ý 2¹è È®´ë ¡Ú¡Ú¡Ú */
  margin-right: 24px;         
}

/* Ã¼Å©¹Ú½º Å©±â º¸Á¤ */
#specialEvt .close-wrap input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

/* ===================== ´Ý±â ¹öÆ° ===================== */
#specialEvt .close-wrap .btn-close {
  position: static;           /* °ãÄ§ ¹æÁö */
  color: #ffffff;             /* Èò»ö */
  background-color: #666;     /* ¹öÆ° È¸»ö */
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
}

/* È£¹ö ½Ã »ìÂ¦ ¹à°Ô */
#specialEvt .close-wrap .btn-close:hover {
  background-color: #777;
}

/* BASIC css end */

