@charset "utf-8";

.mainImgWrap {
  position: relative;
  text-align:center;
  z-index: 3;
}

.mainCatch {
  position: absolute;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  width: 50%;
  max-width: 315px;
  margin: auto;
}

.bnNetflix{
  position:absolute;
  bottom: 11%;
  right: 4%;
  left: 46%;
}

.kvRotation {
  position:relative;
  width: 100%;
}

.kvRotation img,
.kv2ndBg,
.topLogo img {
   opacity:0;
   position: absolute;
   left:0;
   top:0;
   transition: all 2s;
   width: 100%;
}

.kvRotation img.show
,.kv2ndBg.show {
   opacity:1;
}

@media screen and (max-width:767px) {
  .mainImgWrap {
    transform: none !important;
    background: #FF6F00;
  }
}