/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-65129
* CODE : Dev - EV00019531 , Prod - EV00007391
* FILE : /kr/event/2024/06/03_lg_present/eventMainLgPresent.jsp
* DESC : [6월 통합프로모션]구매고객 경품 추첨 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/05/17				신우용				Created
************************************************************************************
**/

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

.present-container .evt-btn-area.join-group{
	bottom: 0;
	margin-bottom: calc(100 / var(--width) * 100%);
	padding-bottom: calc(100 / var(--width) * 100%);
}
.present-container .evt-btn-area.join-group a{
	width: calc(430 / var(--width) * 100%);
	margin: 0 calc(20 / var(--width) * 100%);
}


#agreePresent1_f table tbody tr td {
	font-weight: bold;
}

#agreePresent1_f table tbody tr td:last-child {
    font-size: 20px;
    line-height: 1.4;
	font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 767px){
    * {
		--width: 720;
	}

	.present-container .evt-btn-area.join-group{
		margin-bottom: calc(70 / var(--width) * 100%);
		padding-bottom: calc(255 / var(--width) * 100%);
	}
	.present-container .evt-btn-area.join-group > div{
		flex-direction: column;
	}
	.present-container .evt-btn-area.join-group a{
		width: calc(640 / var(--width) * 100%);
		margin: calc(15 / var(--width) * 100%) 0;
	}

	#agreePresent1_f table tbody tr td:last-child {
        font-size: 16px;
    }
}