@charset "UTF-8";
.specialBenefitArea{
    display:none;
}
.cmPopupLayer .popupTop {
    position: relative;
    padding: 28px 20px 23px;
    background: #252f41;
    text-align: left;
}
.cmPopupLayer .popupTop .popupTitle {
    font-size: 24px;
    font-family: 'market-m';
    color: #fff;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -1px;
}
.cmPopupLayer .popupTop .popupCloseBtn {
    position: absolute;
    right: 3%;
    top: calc(50% - 10px);
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
}
.cmPopupLayer .popupTop .popupCloseBtn span {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    margin: 1px 0 0 1px;
    font-size: 40px;
    line-height: 27px;
    text-align: center;
    color: #fff;
}
.couponList {
    width: 100%;
    border: none;
    margin-top: 15px;
    padding: 0;
    box-sizing: border-box;
}
.couponList-on,
.couponList-off{
    margin-bottom: 20px;
    width: 100%;
    margin-top:0;
    padding: 0 27px;
    box-sizing: border-box;
    border-radius: 10px;
}
.couponList-on{
    border: 2px solid #042ec2;
}
.couponList-off {
    border: 1px solid #b2b2b2;
}
.couponList .couponContent > * {
    display: inherit;
    vertical-align: middle;
}
.couponList .couponContent .coupon_name {
    width: 100%;
    background: none;
    border-radius: 15px;
    text-align: left;
    font-size: 30px;
    line-height: 120%;
    font-family: 'market-b';
    color: #042ec2;
}
.couponList .couponContent .coupon_name > span {
    color: #000;
    font-family: 'market-m';
}
.couponList .couponContent {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.couponList .coupon_nameinfo {
    display: flex;
    flex-flow: column nowrap;
}
.couponList .couponContent .coupon_info {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    color: #626161;
    font-family: 'noto3';
    font-weight: 100;
    letter-spacing: -0.7px;
    line-height: 140%;
    margin-top: 10px;
}
.couponList .couponContent .coupon_btn.down_suc {
    background: #b2b2b2;
    cursor: auto;
}
.couponList .couponContent .coupon_btn p {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    font-size: 25px;
    line-height: 120%;
    font-family: 'market-l';
    font-weight: 100;
    padding-top: 10px;
}
.couponList .couponContent .coupon_btn_area{
    display: flex;
    align-items: center;
}
.couponList .couponContent .coupon_btn {
    display: table;
    vertical-align: middle;
    width: 95px;
    height: 95px;
    background: #042ec2;
    border-radius: 50%;
    text-align: center;
}
.couponList li {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px dashed #bbbbbb;
}
.cmPopupLayer .benefitListArea {
    display: block;
    margin: 0 auto;
    width: 500px;
    height: auto;
    background: #fff;
}
