@charset "UTF-8";
@import "common";

.bui-mask{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: $color_black;
  opacity: 0.3;
}