@charset "UTF-8";

/*ALL*/
.mbNone {
  margin-bottom: 0 !important;
}
.mbS20 {
  margin-bottom: 20px !important;
}
.mbS40 {
  margin-bottom: 40px !important;
}
.mtS60 {
  margin-top: 60px !important;
}
.mbS60 {
  margin-bottom: 60px !important;
}
.mbS100 {
  margin-bottom: 100px !important;
}
.red {
  color: #c21010;
}
.underline {
  display: inline;
  padding: 0 0;
  background: linear-gradient(transparent 60%, #edeef0 60%);
}

.movieWrap {
  max-width: 1160px;
  margin: 0 auto 0;
  display: flex;
  gap: 40px;
}
.movieBox {
  width: 60%;
  margin: 0 auto 100px;
}
.youtube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
  margin: 10px auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  .movieWrap {
    flex-direction: column;
    gap: 0px;
  }
  .movieBox {
    width: 100%;
    margin: 0 auto 0px;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding: 56.2% 0 0 0;
    margin: 10px auto;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
