#map .section-outer-common {
  min-height: calc(100vh - 270px);
}
#map .outer-ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
#map .outer-ul .outer-li {
  width: 264px;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 0px rgba(178, 182, 192, 0.3);
  border-radius: 3px;
  border: solid 1px #e8e8e8;
  margin-right: 36px;
  /*margin: 20px 1.666%;*/
  margin-bottom: 44px;
}
#map .outer-ul .outer-li.fix {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 0;
  border: 0;
}
#map .outer-ul .outer-li .img-outer {
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
#map .outer-ul .outer-li .img-outer .mp4-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#map .outer-ul .outer-li .img-outer .play-ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  cursor: pointer;
  z-index: 2;
}
#map .outer-ul .outer-li .img-outer .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
#map .outer-ul .outer-li .img-outer .video.runing {
  z-index: 1;
}
#map .outer-ul .outer-li .text-outer {
  padding: 0 15px;
}
#map .outer-ul .outer-li .text-outer .title {
  font-size: 17px;
  letter-spacing: 0px;
  color: #272727;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  word-break: break-word;
}
#map .outer-ul .outer-li .text-outer .date {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999999;
  height: 33px;
  line-height: 33px;
  border-bottom: 1px solid #e8e8e8;
}
#map .outer-ul .outer-li .text-outer .inner-ul {
  padding-top: 14px;
  overflow: hidden;
  height: 55px;
}
#map .outer-ul .outer-li .text-outer .inner-ul .inner-li {
  margin-bottom: 18px;
}
#map .pagination-common {
  margin-top: 66px;
}/*# sourceMappingURL=map.css.map */