.whiteBox {
  padding: 20px 15px 30px;
  border-radius: 10px;
  background-color: #fff;
}
.whiteBox__innerText {
  margin-top: 0;
  font-weight: 700;
}

.button-wrap[data-col-sp="1"] .mw450 {
  margin: 0 auto !important;
}

.button__label--subText {
  font-weight: 500;
  font-size: 14px;
  line-height: 19.6px;
  text-align: center;
}
.button__underText {
  font-weight: 700;
  text-align: center;
}

.newApp__button {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.newApp__button .button-wrap {
  margin-top: 25px;
}

.ib-box {
  border-radius: 10px;
}

.whiteBox .button-wrap {
  margin-top: 14px;
}

.newApp__button .button-wrap {
  margin-top: 14px;
}

.login__button .card__title {
  margin-top: 0;
}

.whiteBox .card__title {
  text-align: center;
}
.whiteBox .list-wrap {
  margin-top: 0;
}

.box-v23__inquiry__text {
  margin: 0;
  color: #666666;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .newApp__button .card__title {
    padding-top: 20px;
  }
  .button__underText {
    margin: 10px 0 20px;
  }
  .box-underline {
    padding: 20px 0;
  }
  .content-v9 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .whiteBox {
    display: flex;
    justify-content: space-between;
    padding: 15px 28.5px 20px;
    border-radius: 10px;
  }
  .whiteBox .button-wrap {
    margin-top: 8px;
  }
  .button__underText {
    margin-bottom: 20px;
  }
  .login__button {
    width: 350px;
  }
  .newApp__button {
    position: relative;
    width: 350px;
    margin-top: 0;
    border-top: 0;
  }
  .newApp__button::before {
    display: block;
    position: absolute;
    top: 0;
    left: -14%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    content: "";
  }
  .ib-card__body {
    padding: 25px 21px 23px;
  }
  .ib-card__description {
    margin-top: 20px;
    font-size: 20px;
  }
  .ib-card__type {
    border-radius: 15px;
  }
  .whiteBox {
    padding: 1.6em 1.8em;
  }
  .login__button .list-wrap {
    margin-top: 10px;
  }
  .whiteBox .button-wrap {
    margin-top: 10px;
  }
  .newApp__button .button-wrap {
    margin-top: 10px;
  }
  .button__underText {
    margin: 10px 0;
  }
}