/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-106444
* CODE     : Dev - EV00020952 , Prod - EV00008612
* FILE     : /kr/event/2025/10/01_roulette_coupon/css/event.css
* DESC     : 10월 통합프로모션-룰렛(랜덤) 즉석쿠폰 발급 기능 개발
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/09/18				김기범				Created
************************************************************************************
**/
* {
    --width: 720;
}
.evt-func {
	display: flex;
    justify-content: center;
}

.rouletteVideo-container {
    padding-top: 20px;
}
.video-list {
    display: flex;
    justify-content: center;
}
.video-list li {
    display: none;
}
.video-list li.on {
    display: flex;
    width: 100%;
    max-width: 1380px;
    justify-content: center;
}
.video-list video {
    width: calc(840 / 1380 * 100%);
}

.roulette-evt-btn-wrap {
    margin-top: 30px;
}
.rouletteCoupon {
    display: inline-block;
    width: 100%;
    height: 56px;
    max-width: 260px;
    text-align: center;
    border-radius: 10px;
    background-image: url(/kr/event/2025/10/01_roulette_coupon/images/m_chkBtn.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;;
}
.rouletteCoupon.join {
    pointer-events: none;
    background-image: url('/kr/event/2025/10/01_roulette_coupon/images/chkBtn_disabled.png') !important;
}

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

@media screen and (max-width: 767px) {
    .roulette-timer {
        margin-top: 15px;
    }
    .timer-wrap {
        display: flex;
        justify-content: left;
        margin-left: 10px;
    }
    .timer {
        font-size: 14px;
    }
    .video-list video {
        width: 100%;
    }
    .rouletteCoupon {
        width: 100%;
        height: 48px;
        max-width: calc(640 / 720 * 100%);
        min-width: 120px;
        aspect-ratio: 14/2;
    }
    #prdCheckPop_win, #prdCheckPop_lose {
		top: 50% !important;
		left: 50% !important;
		width: 75%;
		height: auto !important;
		transform: translate(-50%, -50%) !important;
        
	}
    #prdCheckPop_win.popup-wrap .btn-ok,
    #prdCheckPop_lose.popup-wrap .btn-ok {
        bottom: 18px;
        left: 19px;
        width: calc(625 / 720 * 100%);
        height: 38px;
    }
}