.movModal {
	overflow: hidden;
	display: none;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
	width: 100%;
	height: 100%;
  background-color: rgba(0, 0, 0, .50);
}
.movModal .backArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movModalIn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
    max-width: 1000px;
	margin-top: 20px;
	background-color: #000000;
}
.movModalIn_if {
	position: relative;
}
.movModal .modalClose {
	position: absolute;
	top: -55px;
	right:0;
	z-index: 8040;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.movModal .modalClose .inner {
    position: relative;
	width: 36px;
	height: 36px;
  }
.movModal .modalClose .inner span {
    position: absolute;
      display: block;
  background-color: #ffffff;
    top: 17px;
    left: -7px;
    width: 50px;
    height: 2px;
  }
.movModal .modalClose .inner span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
.movModal .modalClose .inner span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
/*mp4*/
.movModal .movieBox {
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
	cursor: pointer;
}
.movModal .movie {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.movModal .movie .poster {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: auto;
}
.movModal .movie video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
}

 @media only screen and (max-width: 760px) {
.movModal .modalClose {
	position: absolute;
	top: -35px;
	right: 0px;
    width: 24px;
    height: 24px;
}
.movModal .modalClose .inner {
    position: relative;
    width: 24px;
    height: 24px;
  }
.movModal .modalClose .inner span {
    position: absolute;
      display: block;
  background-color: #ffffff;
    top: 11px;
    left: -3px;
    width: 30px;
    height: 2px;
  }

}
