.text-wrap {
  position: absolute;
  border: none;
  touch-action: auto;
  overflow: hidden;
  .add-con {
    width: 100%;
    height: 100%;
    background-color: #EDF5FE;
    overflow: hidden;
    .default {
      width: 120px;
      height: 84px;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      .default-image {
        background-image: url("/src/assets/img/pc-cms-v2/icon.png");
        background-size: 1941px 1407px;
        background-position: -424px -583px;
        width: 100%;
        height: 100%;
      }
    }
  }

  .entrance-con {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .text-con {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    overflow: hidden;
  }
}
