/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-111936
* CODE     : Dev - EV00021071 , Prod - EV00008761
* FILE     : /kr/event/2026/01/05_pc_back/eventMainPcBack.jsp
* DESC     : 26년 아카데미 페스티벌 – PC 중고보상 기획전 개발지원
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/11/25				신우용				Created
************************************************************************************
**/

/* 이벤트 상세 */
* {
	--width: 1380;
}

#eventJoinPcBack #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;
	}

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