/* BASIC css start */
#specialEvt { background: #fff  repeat 0 0;
               border: 2px solid #ccc; /* ¿¬ÇÑ È¸»ö Å×µÎ¸® Ãß°¡ */
  box-sizing: border-box; /* Å×µÎ¸® Æ÷ÇÔÇÑ ÀüÃ¼ ³Êºñ À¯Áö */
  font-size: 14px;}
#specialEvt .tit-pop { text-align: center; }



#specialEvt .close-wrap { position: relative; padding: 15px 30px; color: #000; background-color: #fff; }
#specialEvt .close-wrap .close { position: relative; margin-left: auto; margin-right: auto; text-align: left; }
#specialEvt .close-wrap .close .btn-close { position: absolute; right: 0px; top: 0px; }

/* BASIC css end */

