/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-50392
* CODE : Dev - EV00018781 , Prod - EV00006662
* FILE : /kr/event/2023/11/13_A9S_eat/eventMainA9SEat.jsp
* DESC : A9S 연말 연시 외식비 지원 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/11/03				정규진				Created
************************************************************************************
**/

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

/* 레이어 팝업 아코디언 */
.layer-pop .evt-acco-area{
	margin-top:24px;
}
.layer-pop .pop-conts.academy-pop .form-wrap .forms .conts .evt-acco-area .sn-number-wrap{
	padding:12px 24px;
}
.layer-pop .evt-acco-head{
	top: 12px;
    height: 27px;
    padding: 0 12px;
	z-index:1;
}
.layer-pop .evt-btn-area .evt-acco-btn{
	width:100%;
}
.layer-pop .evt-acco-cont{
	position:relative;
}
.layer-pop .evt-acco-cont:after{
	content:'';
	position: absolute;
	top: 10px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url(/lg5-common/images/icons/btn-down-16-black.svg) no-repeat 50% 50%;
	transition: all .3s;
}
.layer-pop .evt-acco-cont.unfolded:after{
	transform: rotate(180deg);
}
/* 참여버튼 */
.evt-btn-area {
    width: 100%;
    padding-top: calc(80 / 1380 * 100%);
    bottom: 0;
    margin-bottom: calc(78 / 1380 * 100%);
}
.evt-btn-area div {
    width: calc(820 / 1380 * 100%);
    justify-content: space-between;
    margin: 0 auto;
	left: 50%;
    transform: translateX(-50%);
}
.evt-btn-area div a {
    width: calc(395 / 820 * 100%);
    height: 100%;
}

/* 모바일 */
/* 참여버튼 */
.mdevice .evt-btn-area {
    padding-top: calc(230 / var(--width) * 100%);
    margin-bottom: calc(80 / var(--width) * 100%);
}
.mdevice .evt-btn-area div {
	width: calc(560 / var(--width) * 100%);
	flex-direction: column;
}
.mdevice .evt-btn-area div a {
	height: calc(100 / 230 * 100%);
    width: 100%;
}
