#li_couponcontainer{
                    position: relative; width: calc(99% - 115px);
                    top: 0; left: 50%; transform: translate(-50%, 0);
                    display: flex; flex-wrap: wrap;
					justify-content: center; align-items: center;
                }
                #li_couponcontainer ul{
                    display: flex;
					flex-direction: column; position: relative;
                    justify-content: center; align-items: center;
                    width: calc(33% - 115px); height: auto; border: none;
					min-width: 310px; padding-bottom: 45px;
                } 
                #li_couponcontainer ul:nth-child(2n+1){
					/* clear:both; */
					/* background-color:#ff00ff; */
	            }
                .coupon_borderWd{
                    width: 2px; height: 80%;
                    left:0;
                    position: absolute; display: block;
                    border-left: 2px dashed #999;
                    transform: translateY(10px);
                }
                #li_couponcontainer ul:first-child > li.coupon_borderWd{border-left: none;}
                .coupon_Downloadicon img{width: 3.5em; height: 3.5em; padding: 0.8em 0;}
                .coupon_title{
                    display: flex; align-items: center; justify-content: center;
                    width: 70%; height: auto;
                    background: #000; color: #fff;
                    border-radius: 100ch; line-height: 1.2; padding: 3px 4px;
                    font-size: 1.3em; font-family: 'Poppins', sans-serif; font-weight: 400;
                }
                .coupon_price{font-size: 5.5em; font-family: 'Poppins', sans-serif; line-height: 1.1; padding-top: 8px; display: flex; align-items: center;}
                .coupon_price span{font-size: 0.7em;}
                .coupon_price p{display: none;}
                .coupon_price p:first-child{display: block; font-size: 0.5em; padding-right: 5px;}
                .coupon_explanation{width: 100%; font-size: 0.95em; font-weight: 500; flex-direction: row;}
				.coupon_explanation span{padding: 0 5px;}
                
                .showCoupons{
                    width: 28px; height: 28px; transform: translateY(20px);
                    background-color: #000; border-radius: 20px;
                    display: flex; justify-content: center; align-items: center;
                }
                .showCoupons p{
                    color: #fff; font-size: 2.4em; transform: translateY(-2px);
                }
                /* .mobileDashline{display: none; border: none;} */

				/* 여기부터 모바일 */
				@media ( max-width:768px ) {
					#li_couponcontainer{
                        width: 100%; padding: 20px 10px;
						flex-direction: column;
					}
					#li_couponcontainer ul{
						flex-direction: row; justify-content: space-between;
						width: 95%; height: calc(5.5em + 25px); min-width: 100%;
						padding-bottom: 40px;
						padding-top: 35px; margin-top: 5px;
					}
					.coupon_borderWd{display: none;}
                    .li_coupon > ul:last-child > li.coupon_borderHh{border: none;}

					.coupon_Downloadicon{padding-left: 2.5em;}
					.coupon_Downloadicon img{width: 3.5em; height: 3.5em; transform: translateY(5px);}
					.coupon_title{
						background: none; color: #888; width: auto;
						position: absolute; top: 0.8em; right: 2.2em; padding: 0;
						font-size: 1em; font-weight: 600; letter-spacing: 1px;
					}
					.coupon_price{font-size: 3em; display: flex; align-items: center; padding-right: 0.7em;}
					.coupon_price > p{display: block; font-size: 0.5em; padding: 0 2px; font-weight: 500;}
					.coupon_explanation{
						position: absolute; left: 50%; bottom: 3px; transform: translateX(-50%); width: 90%;
						display: flex; flex-direction: row; justify-content: right; padding-right: 0.85em;
                        border-bottom: 1px dashed #000; padding-bottom: 5px;
						/* width: 85%; font-size: 1em; background-color: #eee; left: 50%; transform: translateX(-50%); */
					}
					.coupon_explanation span{padding: 0 0.5em;}
                    .showCoupons{display: none;}
                    /* .mobileDashline{width: 85%; height: 15px; margin-top: 15px; border-top: 2px dashed #999;}
                    .mobileDashline:nth-last-child(2){border: none; display: none;} */
				}