/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-115943
* CODE     : Dev - EV00021211 / PE00436001 , Prod - EV00008882 / PE00849004
* FILE     : /kr/event/2026/02/02_roulette_coupon/eventMainRouletteCoupon.jsp
* TEST PE  : /kr/event/2026/02/02_dot_pe/eventPlan.jsp
* DESC     : 12월 프로모션 룰렛(랜덤) 쿠폰팩 이벤트
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2026/01/14				김기범				Created
************************************************************************************
**/
.roulette-evt-btn-wrap .evt-func {
    position: relative;
    display: flex;
}
.roulette-evt-btn-wrap {
    margin-top: 30px;
}
/* 본경로에 반영해야할 css */
/* .rouletteCoupon {
    position: absolute;
    display: inline-block;
    width: calc(120 / 1380 * 100%);
    right: calc(410 / 1380 * 100%);
    height: 100%;
    text-align: center;
    border-radius: 10px;
    -webkit-tap-highlight-color: transparent;  
    -webkit-touch-callout: none;              
    -webkit-user-select: none;         
    user-select: none;
    touch-action: manipulation; 
} */

/* 본경로에선 삭제해야할 css 시작*/
.rouletteCoupon-container {
    max-width: 1146px;
    margin: 0 auto;
}
.rouletteCoupon-container .evt-func img {
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.2));
}
.rouletteCoupon {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 8px;
    background: linear-gradient(90deg, #F62826 1.66%, #D91715 97.64%);
    box-shadow: 0 0 1px 0 rgba(33, 39, 49, 0.00), 0 2px 10px 0 rgba(33, 39, 49, 0.15);
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    -webkit-tap-highlight-color: transparent;  
    -webkit-touch-callout: none;              
    -webkit-user-select: none;         
    user-select: none;
    touch-action: manipulation;
}
.rouletteCoupon-container .rouletteCoupon-icon {
    width: 18px;
    height: 18px;
    background: url(/kr/event/promotions/images/icon-line-download-white.svg) no-repeat;
    background-size: contain;
}
/* 본경로에선 삭제해야할 css 끝*/

.event-benefit-template .c-coupon__download:disabled {
    background: linear-gradient(90deg, #8f8f8f 1.66%, #7b7777c7 97.64%);
}

/* 본경로에선 삭제해야할 css 시작*/
.rouletteCoupon-container #rouletteCoupon:disabled {
    background: linear-gradient(90deg, #8f8f8f 1.66%, #7b7777c7 97.64%);
}
/* 본경로에선 삭제해야할 css 끝*/


#prdCheckPop_win, #prdCheckPop_lose, #popTestLayer {
	max-width:300px;
	border-radius: 12px;
	background-color: transparent;
}
#prdCheckPop_win.popup-wrap .pop-conts,
#prdCheckPop_lose.popup-wrap .pop-conts,
#popTestLayer.popup-wrap .pop-conts {
	position: relative;
	padding: 0;
}
#prdCheckPop_lose.popup-wrap .btn-ok {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 265px;
	height: 40px;
}
#prdCheckPop_win.popup-wrap .linkBtn,
#popTestLayer.popup-wrap .testBtn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 42%;
	height: 40px;
}
#prdCheckPop_win.popup-wrap .closeBtn,
#popTestLayer.popup-wrap .closeBtn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 42%;
	height: 40px;
    cursor: pointer;
}
#prdCheckPop_win.popup-wrap>.btn-close:before,
#prdCheckPop_lose.popup-wrap>.btn-close:before,
#popTestLayer.popup-wrap>.btn-close:before {
	width: 100%;
	height: 100%;
	background-size: 100%;
}

@media screen and (max-width: 767px) {
    /* 기획전 반영할때 삭제해야할 css */
    .rouletteCoupon-container .roulette-evt-btn-wrap img.mobile {
        height: calc(80 / 390 * 100vw);
    }
    .rouletteCoupon {
        right: 0;
        width: calc(80 / 390 * 100vw);
        height: calc(80 / 390 * 100vw);
    }
    .roulette-evt-btn-wrap .evt-func {
        justify-content: center;
        margin-bottom: 20px;
    }
    #prdCheckPop_win, #prdCheckPop_lose, #popTestLayer {
		top: 50% !important;
		left: 50% !important;
		width: 75%;
		height: auto !important;
		transform: translate(-50%, -50%) !important;
        
	}
    #prdCheckPop_lose.popup-wrap .btn-ok {
        position: absolute;
        bottom: 18px;
        left: 19px;
        width: calc(625 / 720 * 100%);
        height: 38px;
    }
    #prdCheckPop_win.popup-wrap .linkBtn,
    #popTestLayer.popup-wrap .testBtn {
        bottom: 19px;
        left: 19px;
        height: 37px;
    }
    #prdCheckPop_win.popup-wrap .closeBtn,
    #popTestLayer.popup-wrap .closeBtn {
        bottom: 19px;
        right: 19px;
        height: 37px;
    }
}