/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-11256
* CODE     : Dev - EV00021083 / PE00416002 , Prod - EV00008773 / PE00821008
* FILE     : /kr/event/2025/12/12_roulette_coupon/css/event.css
* DESC     : 12월 프로모션 룰렛(랜덤) 쿠폰팩 이벤트
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/11/26				김기범				Created
************************************************************************************
**/
.rouletteVideo-container {
    padding-top: 20px;
}
.video-list {
    display: flex;
    justify-content: center;
}
.video-list li {
    display: none;
}
.video-list li.on {
    display: flex;
    justify-content: center;
    /* width: calc(390 / 1380 * 100%); */ /* 이벤트 경로 화면 기준 */
    /* width: calc(630 / 1380 * 100%); /* 기획전 경로 화면 기준 */
    /* width: 100%; */
    max-width: 1380px;
    overflow: hidden;
}
.video-list video {
    width: 102%;
}

.roulette-evt-btn-wrap {
    margin-top: 30px;
}
.roulette-evt-btn-wrap .evt-func {
    display: flex;
    justify-content: center;
}
.rouletteCoupon {
    display: inline-block;
    width: calc(400 / 1380 * 100%);
    height: 56px;
    text-align: center;
    border-radius: 10px;
    background-image: url('/kr/event/2025/12/12_roulette_coupon/images/m_chkBtn.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rouletteCoupon.join {
    pointer-events: none;
    background-image: url('/kr/event/2025/12/12_roulette_coupon/images/chkBtn_disabled.png');
}

#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) {
    .video-list li.on {
        width: calc(710 / 720 * 100%);
    }
    .video-list video {
        width: 102%;
    }
    .rouletteCoupon {
        width: 100%;
        height: 48px;
        max-width: calc(660 / 720 * 100%);
        min-width: 120px;
        aspect-ratio: 14/2;
    }
    #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;
    }
}