.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
    .d-flex {
        flex-direction: column;
    }
}
.mr-50 {
    margin-right: 50px;
}
@media (max-width: 768px) {
    .mr-50 {
        margin-right: 0;
        margin-bottom: 35px;
    }
}
.mr-46 {
    margin-right: 46px;
}
@media (max-width: 768px) {
    .mr-46 {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.d-flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pt-60 {
    padding-top: 60px;
}
.orange-hr {
    height: 6px;
    background-color: #f39800;
    width: 861px;
    margin: 26px auto;
}
@media (max-width: 768px) {
    .orange-hr {
        width: 90%;
    }
}
.mr-22 {
    margin-right: 22px;
}
@media (max-width: 768px) {
    .mr-22 {
        margin-right: 0;
        margin-bottom: 22px;
    }
}
.divider-img {
    margin: 0 15px;
}
.d-flex-col-nor {
    display: flex;
    flex-direction: column;
    width: 500px;
}
.d-flex-col-nor h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    color: #333333;
    opacity: 1;
    padding-bottom: 29px;
}
@media (max-width: 768px) {
    .d-flex-col-nor h2  {
        padding-bottom: 15px;
    }
    .d-flex-col-nor {
        width: initial;
    }
}
.d-flex-col-nor p {
    font-size: 24px;
    font-family: 'Noto Sans TC' !important;
    line-height: 41px;
    letter-spacing: 0.38px;
    color: #808080;
    margin-bottom: 0;
}
.order-btn {
    margin-top: 48px;
    margin-bottom: 38px;
}
@media (max-width: 375px) {
    .w289 {
        width: 289px;
        }
}
@media (max-width: 375px) {
    .w272 {
        width: 272px;
        }
}
@media (max-width: 375px) {
    .w278 {
        width: 278px;
        height: 82px;
        }
}
@media (max-width: 400px) {
    .br_rwd {
        display: block;
        color: #333;
        line-height: 57px;
        margin-top: 10px;
    }
}
@media (max-width: 400px) {
    .mx-17-rwd {
        margin-left: 17px;
        margin-right: 17px;
    }
}
@media (max-width: 768px) {
    .order-btn {
        margin-top: 40px;
        margin-bottom: 46px;
    }
}
.qrcode-modal {
    padding: 20px;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 200ms;
  }
  .qrcode-modal .modal-wrapper {
    background-color: #fff;
    position: relative;
    margin: auto;
    width: 300px;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }
  .qrcode-modal .modal-wrapper img {
    width: 250px;
    height: 250px;
  }
  .qrcode-modal .modal-wrapper .close {
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 0.5;
  }
  .qrcode-modal .modal-wrapper .close:hover {
    opacity: 1;
  }
  