/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-49236
* CODE : Dev - EV00018721 , Prod - EV00006591
* FILE : /kr/event/2023/11/21_monitor_sns/css/event.css
* DESC : LG스마트모니터 OBS 이벤트 페이지 제작 요청
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/11/21				정규진			    Created
************************************************************************************
**/

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

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