@charset "utf-8";

.wt30{width:30%;}
.wt05{width:5%;}
.pt-color{color:#3cc35b;}
.mid-line{margin:20px 0;border-top:1px solid #eeeeee;}

.nBtns a{width:100%;margin-bottom:10px;}
.nBtns a:last-child{margin-bottom:0;}

#popupCouponApply .popLeft,#popCp .popRight{;}
#popupCouponApply .layerPopCont{max-width:1080px;}
#popupCouponApply .layerPopCont .popCont{display:flex;}

#popupCouponApply .popLeft{
	padding:32px;
	width:590px;
	border-radius: 12px;
    border: 1px solid #222;
	margin-right:20px;
	/*max-height:324px;*/

}
.popLeft .prd-name{}
.popLeft .radio-box{display:flex;}
.popLeft .title{width:20%;}
.popLeft .info{width:80%;}
.popLeft .radio{display:flex;margin-bottom:10px;}
.popLeft .radio p{margin-left:10px;}

.popLeft .price-box{display:flex;text-align:center;background-color:#f8f8f8;border-radius:15px;padding:20px 0;margin-top:20px;}
.popLeft .wt30 .title{padding-bottom:10px;display:table-cell;}
.popLeft .wt05{padding-top:35px;}

#popupCouponApply .popRight{
    width: 364px;
    padding: 32px;
    border-radius: 4px;
    border: 1px solid #eee;
    background: #fff;
	margin-left:20px;
}
.popRight h3{margin-bottom:10px;}
.popRight ul{max-height:200px;overflow:auto;}
.popRight li{font-size:14px;color:#999;}
