.movie .content {
  margin-bottom: 80px;
}

.movie .movie_list {
  width: 90%;
  margin: 0 auto 40px;
  text-align: left;
}

.movie .movie_list li {
  width: 100%;
  margin-bottom: 40px;
}

.movie .movie_list li .modal_btn {
  text-decoration: none;
  cursor: pointer;
}

.movie .movie_list li .modal_btn .movie_thumb {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.movie .movie_list li .modal_btn .movie_thumb:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #b7a9ff;
  mix-blend-mode: multiply;
  opacity: .7;
  filter: alpha(opacity=70);
  z-index: 10;
}

.movie .movie_list li .modal_btn .movie_thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_play.png) center center no-repeat;
  -webkit-background-size: 15% auto;
          background-size: 15% auto;
  z-index: 11;
}

.movie .movie_list li .modal_btn .movie_title_txt {
  padding-top: 12px;
  line-height: 1.4;
  font-size: 13px;
}
