@charset "utf-8";




/*popup*/
.popup .popup-box .popup-text button.coupon-popup-btn{background: #452812; font-size: 16px; font-weight: normal; margin-top: 0px;color:#fff; width: 100%; height: 44px; border-bottom-right-radius: 8px; border-bottom-left-radius:8px;}

.coupon-download > div > p.cprice, .coupon-download > div > p.cprice > b, .popup .popup-box .popup-text p.cprice,
.coupon-download > div > p.cprice2, .coupon-download > div > p.cprice2 > b, .popup .popup-box .popup-text p.cprice2{color:#767676; font-size: 14px; margin-top: 5px;}

.coupon-box .coupon-download > div:last-child{margin-left: 15px;}


.coupon_quantity{width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 40px;}
.coupon_quantity > img{margin-right: 10px;}
.coupon_quantity .cq_cont, .coupon_quantity .cq_cont span{font-size: 16px; color:#000; font-weight: bold;}

.coupon_quantity .cq_cont > b{font-weight: bold; color:#d9281b;}

.coupon-list{background-image: url(../images/coupon-bg.png)center center no-repeat; background-size: contain; width: 100%; box-sizing: border-box;}

.input-coupon button.input-coupon-btn{height: 40px;line-height: 1em; width: 70px; padding:10px 8px; font-size: 14px;}

.popup-text > div > ol.coupon-list{padding:0 20px;}

.cl_conupon-boxes{display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;}
.cl_conupon-boxes > li{width: 100%; background: url(../images/coupon-bg.png) center center no-repeat; background-size: contain; width: 300px; height: 150px; margin-bottom: 10px;}
.cl_conupon-boxes > li .coupon-box{border: none;}



/*다른 파일 style 수정*/
/*couponStyle.css*/
.coupon-list{height:270px; overflow-y:scroll; }

.coupon-box{border:1px solid #767676; border-radius: 5px;}

.coupon-box #title{margin-bottom: 5px;}
.coupon-box #tag{color:#767676; font-weight: normal; font-size: 14px;}

.popup .popup-box .popup-text{padding:20px 0 0px;}
.popup .popup-box{padding:0px;}

.coupon{margin-bottom: 0; z-index:500; font-size: 16px;}

.coupon-box #tag, .coupon-box #price, .coupon-box #endDt{margin-top: 0px;}

.coupon-box .coupon-download{margin:0 auto;}

.i-download{background-image: url(../images/ic_download.webp); margin:0 auto !important;}

.input-coupon input{border:2px solid #452812; height: 40px;  border-radius: 5px; width: calc(100% - 80px );}

hr.coupon_line{margin:20px auto; background: #ced7df; height: 1px; display: block; border:none;}

.coupon_more_btn{background: #f6f6f6; border-radius: 5px; height:  50px; border:none; margin-bottom: 20px;}
.coupon .arrow-right{margin:0px;}
.input-coupon button{font-size: 14px;}



/*style.css*/
.tomato-state{padding:calc(env(safe-area-inset-top) + 76px) 20px 30px; }


/* 240812 수정 */

.input-coupon input {
    width: calc(100% - 90px);
}

.input-coupon {
    gap: 0;
}

/* 240820 수정*/

.popup .popup-box .popup-text button.coupon-popup-btn {
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    line-height: 44px;
    border: none;
}

.coupon_more_btn {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 500;
    font-family: Pretendard-SemiBold;
    border: none;
    padding: 0;
}

/* 240820 */
@media (max-width: 370px) {
    .input-coupon {
        flex-direction: row;
        justify-content: space-between;
    }
}

.input-coupon {
    flex-direction: row;
    justify-content: space-between;
}

.coupon_quantity {
    margin-bottom: 20px;
}

.coupon-box {
    padding: 25px 20px;
}
.coupon-box #title {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 20px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.coupon-box p,
.coupon-box #tag,
.coupon-box #price,
.coupon-box #endDt{
    color: #767676;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Pretendard;
}

.coupon_more_btn {
    background-color: #452812;
    max-width: 300px;
    margin: 30px auto 0;
    color: #fff;
}

/* 240827 */
.popup .popup-box .title{
    color:#000
}
.popup .coupon-box {
    padding: 10px 15px 10px 12px;
}
.popup .coupon-box #title {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    width: 100%;
    white-space: wrap;
    overflow: visible;
    text-overflow: clip;
    color: #000;
}

.popup .coupon-box p,
.popup .coupon-box #tag,
.popup .coupon-box #price,
.popup .coupon-box #endDt {
    color: #767676;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Pretendard;
}

.popup .popup-box .popup-text p.cprice2,
.popup .popup-box .coupon-download > div > p.cprice2 > b {
    color: #452812;
    font-size: 14px;
    margin-top: 5px;
}

.input-coupon input {
    color: #000;
}

.input-coupon input::placeholder{
    color: #d9d9d9;
}