/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-47430
* CODE : Dev - EV00018651 , Prod - EV00006481
* FILE : /kr/event/2023/10/17_code_clean/eventMainCodeClean.jsp
* DESC : LG 코드제로 로봇청소기 청소의 정석
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/09/22				신우용				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}

/* 임시 */
.evt-share-btn{
	display: flex;
    justify-content: center;
}

/* 응모횟수 */
#checkDrawPop { 
	max-width: 446px;
	background: transparent;
	border-radius: 0;
}
#checkDrawPop .pop-conts {
	padding: 0;
}
#checkDrawPop .pop-conts.no-footer {
	max-height: 245px;
}
#checkDrawPop .pop-conts.no-footer:after {
	display: none;
}
#checkDrawPop img {
	width: 100%;
	height: auto;
}
#checkDrawPop .check-pop-msg {
	position: absolute;
	top: 28%;
	left: 50%;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	transform: translateX(-50%);
}
#checkDrawPop .check-pop-msg p {
	color: #380d0d;
}
#checkDrawPop .btn-pop-close {
	position: absolute;
	left: 50%;
	bottom: 20.6%;
    display: block;
    width: 27.24%;
    height: 20.27%;
	margin: 0 auto;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0);
}
.mdevice #checkDrawPop {
	left: 50% !important;
	top: 50% !important;
	height: auto;
	min-height: auto !important;
	transform: translate(-50%, -50%) !important;
	width: 90%;
}
.mdevice #checkDrawPop .check-pop-msg {
	font-size: 3.8vw;
}
#checkDrawPop .shareNum {
    color: #f83249
}