

/*----rec_bunner*/
.recbanner{
  width: 200px;
  height:200px;
  position: fixed;
  right:0;
  top:15vw;
  transition: 1s;
z-index: 5;
}

.recbanner img{width: 100%;}

.recbanner.hide {
  transform:translatex(300px);
}



@media screen and (max-width:900px){


}
@media screen and (max-width:480px){

.recbanner{
  width: 150px;
  height:150px;
  position: fixed;
  right:0;
  top:80vw;
  transition: 1s;
z-index: 5;
}
}
