.custom-wrap {
  position: absolute;
  border: none;
  touch-action: auto;
  width: 100%;

  .add-con {
    width: 120px;
    height: 84px;
    background-image: url("/src/assets/img/pc-cms-v2/icon.png");
    background-size: 1941px 1407px;
    background-position: -684px -583px;
  }
}