.pop-view {
  position: fixed;
  width: 100vw;
  height: 120vh;
  background-color: #000;
  opacity: 1;
  transition: all 300ms ease-in;
  z-index: 9999;
  cursor: pointer;
  bottom: -120px;
  left: 50%;
  display: none;
  transform: translateX(-50%) translateY(0px);
}

.pop-view.outerHide {
  opacity: 0;
}

.section__kv__videoFrame {
  margin: 0 auto;
  

  margin-top: 5%;

  display: block;

  width: 80%;
  height: 75%;
  
    
}


.section__kv__videoFrame .insowePlayer {
  width: 100%;
  height: 100%;
}


.pop-inner {

  width: 800px;
  height: 920px;
  margin: 0 auto;
  background-color: #000;
  margin: 0 auto;
  transform: translate3d(0, 50%, 0);

}
  
  



.popTitle {

  width: 300px;
  display: block;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  color: #999;
  text-align: center;
  line-height: 1.2;
  font-family: 'XoloniumRegular', 'sans-serif';
}
