/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-46402
* CODE : Dev - EV00018652 , Prod - EV00006491
* FILE : /kr/event/2023/11/01_lg_november/css/event.css
* DESC : 11월 전사판촉 이벤트_2023 코리아세일페스타 구매고객 경품 추첨 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/10/10				정규진			    Created
* 2023/10/25				신우용			    Modify
************************************************************************************
**/

/* 이벤트 기본 설정 */
.mdevice {
    --width: 720;
    }
.evt-func {
    position: relative;
}
/* 참여팝업 */
#agree1_f table tbody tr td:last-child {
	font-size:20px;
  	line-height:30px;
	text-decoration: underline;
}

/* 모바일 */
@media screen and (max-width: 767px){
    /* 참여팝업 */
    #agree1_f table tbody tr td:last-child {
        font-size:16px;
        line-height:24px;
    }
}

.evt-btn-area{
    bottom: 0;
}

.eachLink{
	margin-bottom: calc(70 / 1380 * 100%);
	padding-bottom: calc(150 / 1380 * 100%);
}

.eachLink a{
	width: calc(780 / 1380 * 100%);
}

.mdevice .eachLink{
	margin-bottom: calc(70 / var(--width) * 100%);
	padding-bottom: calc(150 / var(--width) * 100%);
}

.mdevice .eachLink a{
	width: calc(660 / var(--width) * 100%);
}
                
.evt-sale-join{
	margin-bottom: calc(95 / 1380 * 100%);
    padding-bottom: calc(125 / 1380 * 100%);
}

.evt-sale-join a{
	width: calc(520 / 1380 * 100%);
    margin: 0 calc(15 / 1380 * 100%);
}

.mdevice .evt-sale-join{
	margin-bottom: calc(80 / var(--width) * 100%);
    padding-bottom: calc(320 / var(--width) * 100%);
}

.mdevice .evt-sale-join > div{
	flex-direction: column;
}
.mdevice .evt-sale-join a{
	width: 100%;
    margin: calc(20 / var(--width) * 100%) 0;
}
