.page-code-scan {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 2;
  flex-direction: column; }

.scan-guide-box {
  border: solid 2px #eaeaea;
  border-radius: 1rem;
  overflow: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 66.67vw;
  max-width: 450px;
  max-height: 530px;
  height: 95vh; }
  .scan-guide-box .scan-notice {
    flex-direction: column;
    padding: 3em 0 0;
    flex: 0 0 auto; }
    .scan-guide-box .scan-notice svg {
      fill: var(--theme-color, #009a23); }
    .scan-guide-box .scan-notice .txt {
      display: block; }
  .scan-guide-box .qr-img {
    padding: 1em;
    flex: 1 0 auto;
    width: 66.67%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .scan-guide-box .qr-img img {
      background: #eaeaea;
      width: 100%;
      max-width: 240px; }
  .scan-guide-box .footer-txt {
    background: var(--theme-color, #009a23);
    color: #fff;
    padding: .75em 1.25em;
    flex: 0 0 auto; }

/*# sourceMappingURL=pageQrCode.css.map */
