@charset "UTF-8";

.lp_wrap .koreapopup1 .movie {
  position: absolute;
  top: 3.6%;
  right: 0%;
  width: 76.302%;
}
.lp_wrap .koreapopup1 .head {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 46.875%;
}
.lp_wrap .koreapopup1 .korea {
  position: absolute;
  top: 10.1%;
  left: 11.2%;
  width: 20.573%;
}
.lp_wrap .koreapopup1 .cycle {
  position: absolute;
  top: 2.45%;
  left: 3.1%;
  width: 36.979%;
  animation: 20s cycle1 linear infinite;
}
@keyframes cycle1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}