@charset "UTF-8";

a:hover {
    color: #51c5f5;
}

.mycoupon-list .alertlabel {
    background: #F83F19;
    opacity: 0.9;
}

.group-blc_head span.def {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/common/bg_group.svg) no-repeat center center;
}

.mycoupon-blc_head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.mycoupon-blc_head span.def {
    background: url(../../assets/img/common/mycoupon_def.svg) no-repeat center center;
}

.mycoupon-mainv span.def {
    display: inline-block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: url(../../assets/img/common/mycoupon_def.svg) no-repeat center center;
}

.mycoupon-blc_head span.def {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../assets/img/common/mycoupon_def.svg) no-repeat center center;
}
.cmn-mainv .def_image{
    background: url(../../assets/img/common/icon_property.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.cmn-btn a, .cmn-btn button, .cmn-btn input, .cmn-btn span {
    box-shadow: 0px 3px 6px #BFBFBF;
}