/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-74496
* CODE : Dev - EV00019922 , Prod - EV00007762
* FILE : /kr/event/2024/09/12_cube_evt/eventMainCinebeamCube.jsp
* DESC : 시네빔 큐브 체험 신청 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/08/26				김미선			    Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
    --width: 1380;
}
.evt-func {
    position: relative;
}
/* 참여팝업 */
.input-info-wrap .notice-list li {
    position: relative;
    padding: 0 0 5px 12px;
}
.input-info-wrap .notice-list li:last-child {
	padding-bottom: 0;
}
.input-info-wrap .notice-list li::before {
    content: '-';
    position: absolute;
    top: -1.5px;
    left: 0;
}

/* 참여 내역 수정하기 */
.pop-conts .btn-group {
    padding-top: 48px;
    text-align: center;
}
.layer-confirmModify-pop {
    padding-bottom: 48px;
}

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