/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-41319
* CODE : Dev - EV00018422 , Prod - EV00006101
* FILE : /kr/event/2023/07/07_coupon_goodchoice/eventMainCouponGoodchoice.jsp
* DESC : LGE.COM 회원대상 여기어때 쿠폰지급 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/06/30				정규진				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}
.evt-join-btn {
    width: calc(602 / 1380 * 100%);
    padding-top: calc(118 / 1380 * 100%);
    margin-bottom: calc(59 / 1380 * 100%);
    /* margin-left: calc(3 / 1380 * 100%); */
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.evt-join-btn a {
    width: 100%;
    height: 100%;
}
.mdevice .evt-join-btn {
    width: calc(602 / var(--width) * 100%);
    padding-top: calc(118 / var(--width) * 100%);
    margin-bottom: calc(59 / var(--width) * 100%);
}