body * {
    font-family: "Microsoft JhengHei", "微軟正黑";
}

.mainVisualContainer {
    display: none;
}

.outerbg {
    padding: 60px 0 30px;
}

.contents-inner2 {
    margin: 0 auto;
}

.coupon input {
    border: none;
    box-shadow: none;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: black;
    max-width: 100%;
    width: 100%;
}

.discountBtn {
    padding: 15px 30px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 15px auto 0;
    background: #CC1313;
    border-radius: 100px;
    text-decoration: none;
    max-width: 100%;
    border: 2px solid #CC1313;
}

.discountBtn span {
    font-size: 20px;
    font-weight: bold;
}

.discountBtn:hover {
    background: #fff;
    color: #CC1313;
}

.discountBtn:focus {
    box-shadow: 0 0 0 .25rem rgba(191, 0, 0, .25);
}

.couponList {
    row-gap: 45px;
}

.couponList .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    text-align: center;
}

.couponList .card-header {
    font-size: 22px;
    font-weight: bold;
    background-color: rgba(255, 0, 0, .08);
}

.couponList .card-body {
    padding: 1.5rem 1rem;
}

.couponList .card-body p {
    font-size: 20px;
    font-weight: bold;
}