﻿@charset "UTF-8";
.-newmemberCmpBnr01{
  width: 300px;
  height: 250px;
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  opacity: 0;
  z-index: 9999;
}
.-newmemberCmpBnr01.-on{
  opacity: 1;
  transition: .2s ease;
}
.-newmemberCmpBnr01.-off{
  display: none;
}
.-newmemberCmpBnr01>a{
  width: 300px;
  height: 250px;
  display: block;
  font-size: 0;
  line-height: 0;
  transition: .5s ease;
}
.-newmemberCmpBnr01>a:hover{
  opacity: .9;
  transition: .2s ease;
}
.-newmemberCmpBnr01>.-clsBtn01{
  width: 30px;
  height: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: rgba(55,55,55,.75);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  z-index: 9999;
}
.-newmemberCmpBnr01>span:hover{
  cursor: pointer;
}