/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-43100
* CODE : Dev - EV00018481 , Prod - EV00006221
* FILE : /kr/event/2023/08/21_thinq_house/css/event.css
* DESC : LG ThinQ 디지털캠페인 OBS 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/07/25				정규진				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;
}
.evt-sns-area {
	padding-top: calc(96 / 1380 * 100%);
    margin-bottom: calc(297 / 1380 * 100%);
    bottom: 0;
}
.thinqHouse-container .section-t02 .section05 .btn-share-request {
	top: 0;
}

.mdevice .evt-sns-area {
		padding-top: calc(96 / var(--width) * 100%);
		margin-bottom: calc(331 / var(--width) * 100%);
}
@media (max-width: 768px) {
    #agree1_f table tbody tr td:last-child{
        font-size:16px;
        line-height:24px;
    }
}