@import "../../_base.scss";

.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}


.box {

  display: flex;
  flex-direction: column;
  flex-grow: 999999;

  .layout {
    flex-grow: 999999;
  }
}

