/*! Writen  by SCSS */
.bnr_mov {
  cursor: pointer; }

.modal_box {
  position: fixed;
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s; }
  .modal_box.opened {
    opacity: 1;
    pointer-events: all;
    cursor: pointer; }
    .modal_box.opened .modal_in {
      transform: scale(1);
      opacity: 1; }
  .modal_box .modal_bg {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1; }
  .modal_box .loaded .modal_box {
    transition: all 0.3s ease-in-out 0s; }
  .modal_box .modal_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100vw - 40px);
    max-width: calc((100vh - 100px)/0.5625);
    height: calc((100vw - 40px) * 0.5625);
    max-height: calc(100vh - 100px);
    transform: scale(0.95);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0.3s; }
    .modal_box .modal_in.ver {
      height: calc(100vh - 150px);
      width: calc((100vh - 150px) /(16 / 9));
      max-width: calc(100vw - 40px);
      max-height: calc((100vw - 40px)*(16 / 9)); }
    @media screen and (max-width: 900px) {
      .modal_box .modal_in {
        width: 100vw;
        max-width: calc((100vh - 50px)/0.5625);
        height: calc(100vw * 0.5625);
        max-height: calc(100vh - 50px); }
        .modal_box .modal_in.ver {
          max-width: calc(100vw - 90px);
          max-height: calc((100vw - 90px)*(16 / 9)); } }
  .modal_box .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .modal_box .video.ver {
      padding-top: calc(1600% / 9); }
    .modal_box .video iframe,
    .modal_box .video video {
      position: absolute;
      top: 50%;
      left: 50%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
  .modal_box .close {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 0.4em;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -1.8em; }

/*# sourceMappingURL=mov_mdl.css.map */
