@charset "utf-8";

@media screen and (max-width: 640px) {
  .un_modalSalesExceeded100 {
    padding: 20px 10px;
    width: 100%;
  }

  .un_modalSalesExceeded100_hdg {
    font-size: 18px;
  }

  .un_modalSalesExceeded100_absolute {
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    top: 20px;
    left: 10px;
  }

  .un_modalSalesExceeded100_absolute p {
    font-size: 32px;
    line-height: 1.9;
  }
  .un_modalSalesExceeded100_img a.un_modalSalesExceeded100_img_airconLinkBnr {
    width: 48% !important;
    height: 70% !important;
    bottom: 2% !important;
    left: 1% !important;
  }
  .un_modalSalesExceeded100_img a.un_modalSalesExceeded100_img_faucetLinkBnr {
    height: 70% !important;
    bottom: 2% !important;
  }
}