.page-template-mmn-plays .main-content, .page-template-mmn-plays .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mmn_play_main_section {
  background: #BB2727;
}
.mmn_play_main_img {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.mmn_play_main_img img {
  max-width: 100%;
  height: auto;
}
.mmn_play_main_img_pc {
  display: none;
}
.mmn_play_main_img_mobile {
  display: inline-block;
}

/* 중간텍스트 */
.mmn_play_mid_section {
  background: #f5f5f5;
  padding: 50px 20px;
  box-sizing: border-box;
  color: #222;
  text-align: center;
}
.mmn_play_mid_section .mmn_play_strong1 {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  /* color: #BB2727; */
}
.mmn_play_mid_section p {
  font-size: 13px;
  line-height: 1.3;
  margin: 25px 0 0;
  word-break: keep-all;
  color: #222;
}
.mmn_play_mid_section .mmn_play_strong2 {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
  color: #222;
  font-weight: 400;
}
.mmn_play_sena_section {
    padding: 55px 0;
}
.mmnbs_filtered_ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
}
.mmnbs_filtered_li {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 30px;
}
.mmnbs_filtered_li a {
  display: block;
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 10px;
}
.mmnbs_filtered_li a:hover {
  text-decoration: none;
}
.mmn_play_img {
  background: #f1f1f1;
  font-size: 0;
  line-height: 1;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.mmn_play_img:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url('../img/play_icon.svg') no-repeat center/36px 36px;
  position: absolute;
  left:50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mmn_play_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mmnbs_filtered_li a:hover img {
  transform: scale(1.05);
}
.mmnbs_filtered_li strong {
  font-size: 13px;
  letter-spacing: -1px;
  line-height: 1.3;
  display: block;
  margin-top: 10px;
  text-align: center;
  color: #222;
  font-weight: 400;
}
.mmnbs_filtered_li a:hover strong {
  color: #BB2727;
}
.mmnbs_play_pagination {
  margin: 0 20px;
}
.mmnbs_pagenav_box {
  text-align: center;
  line-height: 1;
}
.mmnbs_pagenav_box > * {
  display: inline-block;
  padding: 0 5px;
}
.page-numbers {
  color: #777;
  font-size: 16px;
}
.page-numbers.current {
  color: #BB2727;
}
a.page-numbers:hover {
  color: #BB2727;
}
.page-numbers svg { margin-top: -2px;}

@media screen and (min-width: 576px) {
  .mmn_play_sena_section {
      padding: 75px 0;
  }
  .mmn_play_main_img_pc {
    display: inline-block;
  }
  .mmn_play_main_img_mobile {
    display: none;
  }
  .mmn_play_mid_section .mmn_play_strong1 {
    font-size: 30px;
  }
  .mmn_play_mid_section p {
    font-size: 16px;
    margin: 25px 0 0;
  }
  .mmn_play_mid_section p br {
    display: none;
  }
  .mmn_play_mid_section .mmn_play_strong2 {
    font-size: 17px;
    margin-top: 7px;
  }
  .mmnbs_filtered_ul {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0;
  }
  .mmnbs_filtered_li {
    width: 33.3%;
    margin-bottom: 50px;
  }
  .mmnbs_filtered_li a {
    padding: 0 20px;
  }
  .mmn_play_img:after {
    width: 52px;
    height: 52px;
    background: url('../img/play_icon.svg') no-repeat center/52px 52px;
  }
  .mmnbs_filtered_li strong {
    font-size: 17px;
    margin-top: 15px;
  }


}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1140px) {

}
