.main_appendix {
    background-color: #874779;
    color: #fff;
    padding: 5px;
    margin: 0 20px;
    font-size: 65%;
    font-weight: bold;
}

.coupon_value {
    color: #e9528e;
    font-size: 120%;
}

.coupon_info2604 {
    position: fixed;
    bottom: 0;
    margin-bottom: -250px;
    transition: all 1s ease-out 0.1s;
    background-color: #ccc;
    opacity: 0;
    background-image: url(/contents/common/images/uniform_campaign/202604/couponthumbnail.png);
    right: 10%;
    width: 210px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, .5);
    z-index: 100;
    border-radius: 10px 10px 0 0;
}

.slideUp {
    margin-bottom: 0px;
    opacity: 1;
}

#couponAnchor {
    display: block;
    height: 100%;
    width: 100%;
}

.coupon_code {
    color: #666;
    font-size: 40px;
    background-color: #f4dad8;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    font-weight: bold;
    -webkit-user-select: all;
    user-select: all;
}

.coupon_condition {
    padding: 20px;
    list-style: disc;
    list-style-position: outside;
    font-size: 120%;
}

.coupon_items {
    color: #666;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #eee;
}

.searchitem {
    display: flex;
    justify-content: center;
}

#contents.FreePage .searchitem_btn {
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #6ab47e;
    flex-basis: 300px;
}

@media (max-width: 767px) {
    #contents.FreePage .searchitem_btn {
        font-size: 14px;
        width: calc(100% / 2);
        margin: 10px 2px;
        padding: 10px 5px;
    }

    .coupon_items {
        font-size: 18px;
    }

    .coupon_condition {
        font-size: 13px;
    }

    .main_appendix {
        font-size: 12px;
        margin: 0 0 0 10px;
    }

    .coupon_code {
        font-size: 24px;
        padding: 5px;
    }

    .coupon_info2604 {
        width: 180px;
        height: 120px;
    }


}
