.op-box {
  border-radius: 16px;
  background-color: #ffffff;
  position: relative;
  &-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
}
