@charset "utf-8";

.ij_Modal {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.ij-MenuClose {
    position: relative;
    height: 70px;

}
.ij-MenuClose .btn {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.ij-MenuClose .btn:hover {
    opacity: 0.7;
}
.ij-MenuClose .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: #fff;
}
.ij-MenuClose .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

.movieBox {
	max-width:870px;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
}

.youtube {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.asof {
	font-family: Verdana, "sans-serif";
    padding: 0 30px 30px;
    max-width: 1130px;
    margin: 0 auto;
    text-align: right;
}
