/* BASIC css start */
#specialEvt { background: #fff }
#specialEvt .cont-pop .cont { min-height:100px; \0/IE8+9 }
#specialEvt .cont-pop .cont img { width:100% }
#specialEvt .close-wrap {
  height: 50px;
  background: #000;
  color: #fff;

  display: flex;
  align-items: center;      /* ¼¼·Î Áß¾Ó */
}


#specialEvt .close-wrap .close {
  width: 295px;
  margin: 0 auto;

  display: flex;
  align-items: center;
}


#specialEvt .close-wrap .close form {
  display: flex;
  align-items: center;
}


#specialEvt .close-wrap .close label { vertical-align:bottom; line-height:14px }
#specialEvt .close-wrap .close input { margin-top:-3px; vertical-align:middle }

#specialEvt .close-wrap .close .btn-close {
  margin-left: auto;        /* ¿À¸¥ÂÊ ³¡À¸·Î ¹Ð±â */
  padding: 1px 4px 0;
  font-size: 11px;
  background: #fff;
  line-height: 12px;

  position: static;         /* absolute Á¦°Å */
}
/* BASIC css end */

