.pc-mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.pc-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}