/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-52679
* CODE : Dev - EV00018871 , Prod - EV00006721
* FILE : /kr/event/2024/01/02_miracle_photo/eventMainMiraclePhoto.jsp
* DESC : 2024 미라클 포토리뷰(선착순)
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/12/05				신우용				Created
************************************************************************************
**/

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

/* 바닥페이지 작성 */
.photo-container .evt-btn-area{
	bottom: 0;
}
.photo-container .evt-btn-area.mypage-group{
    margin-bottom: calc(905 / var(--width) * 100%);
    padding-bottom: calc(80 / var(--width) * 100%);
}
.photo-container .evt-btn-area.mypage-group a{
    width: calc(420 / var(--width) * 100%);
}

.photo-container .evt-btn-area.join-group{
    margin-bottom: calc(142 / var(--width) * 100%);
    padding-bottom: calc(80 / var(--width) * 100%);
}
.photo-container .evt-btn-area.join-group a{
    width: calc(420 / var(--width) * 100%);
}

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