/* BASIC css start */
@import url("//unpkg.com/swiper@11.1.1/swiper-bundle.min.css");

#specialEvt {background: #fff;height:auto;}
#specialEvt .cont-pop .cont {/* padding:1px; */min-height:375px;min-height:379px \0/IE8+9}
#specialEvt .cont-pop .cont img { width:100% }
#specialEvt .close-wrap {position: relative;padding:5px 0;/* height:15px; */color:#fff;background:#000}
#specialEvt .close-wrap .close {position: relative;/*width: 100%;*/margin-top:2px;margin-left: auto;margin-right: auto;text-align: right;padding-right: 72px;background: black;font-size: 12px;}
#specialEvt .close-wrap .close form { *margin-left:-13px }
#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 {/* padding:1px 4px 0; */line-height: 16px;position: absolute;right: 9px;top: -1px; *top:1px;font-size: 13px;background:#fff;width: 56px;height: 16px;text-align: center;opacity: 1;text-decoration: none;font-weight: 300;border-radius: 5px;}

    .swiper-container_pop .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-container_pop .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper-pagination {bottom:30px;}
/* BASIC css end */

