/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-41642
* CODE : Dev - EV00018431 , Prod - EV00006111
* FILE : /kr/event/2022/07/17_objet_m9/eventMainObjetM9.jsp
* DESC : LG 코드제로 M9 구매인증 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/06/30				신우용				Created
************************************************************************************
**/

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

.evt-btn-area {
	bottom: 0;
	margin-bottom: calc(60 / 1380 * 100%);
    padding-top: calc(115 / 1380 * 100%);
}
.evt-btn-area a{
	width: calc(480 / 1380 * 100%);
    margin: 0 calc(10 / 1380 * 100%);
}

.mdevice .evt-btn-area {
	margin-bottom: calc(50 / var(--width) * 100%);
    padding-top: calc(270 / var(--width) * 100%);
}
.mdevice .evt-btn-area > div{
	flex-direction: column;
}
.mdevice .evt-btn-area a{
	width: calc(670 / var(--width) * 100%);
    margin: calc(10 / var(--width) * 100%) 0;
}

/* 레이어 팝업 아코디언 */
.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);
}