/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-91463
* CODE     : Dev - EV00020581 , Prod - EV00008262
* FILE     : /kr/event/2025/04/09_air_cat/eventMainAirCat.jsp
* DESC     : 에어로 시리즈 기획전 - 어바웃 펫 이벤트
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/03/31				김미선				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
	--width: 1380;
}

#agree2_f table tbody td:nth-child(4) {
	font-weight: bold;
	line-height: 1.5;
    text-decoration: underline;
}


@media screen and (max-width: 767px){
    * {
		--width: 720;
	}
	#eventJoinAirCat.popup-wrap .pc-only {
		display: none !important;
	}
}