@charset "utf-8";
/* CSS Document */

.home-hero-slider .slider_list .list_img {
width: 100%; height: 100%!important;
  max-height: 560px;
  min-height: 200px;
display: inline-flex!important;
  justify-content: center;
  align-items: center;

}

.mov_inq_con01{
  max-width: 99%;
  max-width: 99vw;
  min-width: 99%;
  min-width: 99vw;
}

.mov_inq_con01 video{ margin: 0; padding: 0; }

@media only screen and (max-width: 767px){
.mov_inq_con01{
  max-width: 97%;
  max-width: 97vw;
  min-width: 97%;
  min-width: 97vw;
  min-height: 195px;
  max-height: 195px
}


}


