@charset "UTF-8";

#popupinfo .tooltip{
  position: fixed;
  left: 2vw;
  bottom: 2vw;
  width: 300px;
  height: 95px;
  /*margin-top: -200px;*/
}

#popupinfo .tooltip *, .tooltip *:after, .tooltip *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
#popupinfo .tooltip .tooltip-content{
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  cursor: pointer;
}
#popupinfo .tooltip .tooltip-content > span img{
  max-width: 100px;
  position: absolute;
  top: -4px;
  left: 3px;
}
#popupinfo .tooltip .tooltip-content .tooltip-front{
  width: 60%;
  background-image: url(/images/movie/bn_movie.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 2px solid #fff;
  border-right: 0px;
}
#popupinfo .tooltip .tooltip-content .tooltip-front2{
  width: 60%;
  background-image: url(/images/movie/bn_movie2.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 2px solid #fff;
  border-right: 0px;
}
#popupinfo .tooltip .tooltip-content .tooltip-back{
  width: 40%;
  padding: 6% 3% 0;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}




@media screen and (max-width: 748px) {
  #popupinfo .tooltip{
    left: 2vw;
    bottom: 13px;
    width: 220px;
    height: 70px;
    /*margin-top: -100px;*/
  }
  #popupinfo .tooltip .tooltip-content > span img{
    max-width: 70px;
    top: -3px;
    left: 0;
  }
  #popupinfo .tooltip .tooltip-content .tooltip-back{
    font-size: 0.7rem;
    padding: 8% 2% 0;
    letter-spacing: -0.05em;
  }
}
