/* BASIC css start */
#specialEvt .swiper { width: 100%; height: 100%; }
#specialEvt .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
#specialEvt .swiper-slide img { max-width: 100%; }

#specialEvt .swiper-pagination-fraction { position: absolute !important; bottom: auto !important; top: 10px; left: auto !important; right: 10px; background: rgba(44,44,44, .8); border-radius: 15px; padding: 0 10px; display: inline-flex; flex-flow: row wrap; justify-content: center; align-items: center; color: #FFF; line-height: 30px; font-size: 16px; width: auto !important; }
#specialEvt .swiper-pagination-fraction span { margin: 0 2px; }


.close-wrap .close { background: #fff; line-height: 23px; position: relative; overflow: hidden; zoom: 1; display: flex; }
.close-wrap .close a { background:#EEE; width: 50%; padding: 12px 0 14px; text-align: center; color: #000; font-weight: bold; font-size: 13px; }
.close-wrap .close a:first-child { background:#FFF; color: #808080; font-weight: normal; }
/* BASIC css end */

