@charset "UTF-8";

body.movie_popup_now * {
  /*overflow: hidden !important;*/
}
body.movie_popup_now {
  overflow: hidden !important;
}

#main .news_content div.movie_column {

}
#main .news_content div.movie_column div.movie_layout {
  overflow: hidden;
  margin-bottom: 3%;
}
#main .news_content div.movie_column div.movie_layout > div.fullWidth {
  width: 100% !important;
  float: none !important;
  margin:0 !important;
}
#main .news_content div.movie_column div.movie_layout > div {
  width: 48%;
  float: left;
}
#main .news_content div.movie_column div.movie_layout > div.left {
  margin-right: 4%;
}
#main .news_content div.movie_column div.movie_layout > div.right {
  float: right;
}
#main .news_content div.movie_column div.movie_layout > div > div.cursor {
  cursor: pointer !important;
  display: block;
}
#main .news_content div.movie_column div.movie_layout > div > div.cursor:hover {
  opacity: 0.85;
}
#main .news_content div.movie_column div.movie_layout > div > div.cursor img.sumbnail {
  display: block;
  box-sizing: border-box;
  margin-bottom: 6px;
  border: 1px solid #ccc;
  cursor: pointer !important;
}
#main .news_content div.movie_column div.movie_layout > div > div.cursor iframe {
  display: none;
}
#main .news_content div.movie_column div.movie_layout > div > div.cursor p.txt {
  font-size: 15px;
  text-align: center;
  cursor: pointer !important;
}

#main .movie_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,0.8);
}
#main .movie_popup .movie_frame {
  position: relative;
  width: 80%;
  height: 80%;
  max-height:608px;
  display: block;
  max-width:1080px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}
#main .movie_popup .movie_frame .video {
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
    margin-bottom: 6px;
}
#main .movie_popup .movie_frame .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#main .movie_popup .movie_frame .close_btn {
  position: absolute;
  right:-30px;
  top:0;
  z-index: 100000;
  color: #fff;
  font-size: 26px;
  cursor: pointer !important;
}


@media all and (max-width:640px) {
  #main .news_content div.movie_column div.movie_layout > div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  #main .news_content div.movie_column div.movie_layout > div > div.cursor p.txt {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
  }
  #main .news_content div.movie_column div.movie_layout > div > div.cursor img.sumbnail {
    display: none;
  }
  #main .news_content div.movie_column div.movie_layout > div > div.cursor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #main .news_content div.movie_column div.movie_layout > div > div.cursor div.video {
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
    margin-bottom: 6px;
  }
}


