/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-77244
* CODE     : Dev - EV00020061 , Prod - EV00007871
* FILE     : /kr/event/2024/10/14_pc_back/eventMainPcBack.jsp
* DESC     : 10월 PC BACK TO SCHOOL
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/09/30				김미선				Created
************************************************************************************
**/

/* 이벤트 상세 */
* {
	--width: 1380;
}
.evt-func {
	position: relative;
}

.popup-wrap .pop-conts.academy-pop {
	padding: 48px 40px 0;
}

.layer-confirm-pop.popup-wrap .pop-conts.academy-pop {
	padding-bottom: 48px;
}

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

.signUp_btn.eachLink a{
	max-width: 198px;
	padding-right: 13px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #0500c5;
	text-decoration: underline;
	overflow: hidden;
	background: url(/lg5-common/images/icons/btn-arr-16-black-sm.svg) no-repeat right -3px center;
}

@media screen and (max-width: 767px){
    * {
		--width: 720;
	}
	
	.popup-wrap .pop-conts.academy-pop {
		padding: 32px 16px 60px;
	}

	.signUp_btn.eachLink a{
		font-size: 14px;
		line-height: 18px;
	}
}