@charset "utf-8";

/* 알람 팝업 */
.live-alarm {
	display:none;
}

.la_msg {
	line-height: 1.33;
	font-size: 18px;
	font-weight: 500;
	color: rgb(30, 30, 35);
	letter-spacing: -0.32px;
	white-space: pre-line;
}
.la_explain {
	padding-top: 8px;
	line-height: 1.4;
	font-size: 15px;
	color: rgb(118, 118, 120);
	letter-spacing: -0.26px;
	white-space: pre-line;
}

.la_btn {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:47px;
	border-top:1px solid #e6e6ea;
}

.la_btn button {
	overflow:visible;
	border:0;
	border-radius:0;
	background:none;
	cursor:pointer;

	box-sizing:border-box;
	width:49%;
	height:100%;
	font-size:15px;
	font-weight:500;
	color:#303038;
	text-align:center;

	margin:0;
	padding:0;
	display:inline-block;
}
.la_btn .la_agree {
	border-left:1px solid #e6e6ea;
}

/*
.live-alarm-result {
	display:none;
	color:#d7d7d8;

	position:fixed;
	width: 280px;
	height: 35px;
	border: 0;
	left: 50%;
	bottom: 50px;
	background:#39393b;
	border-radius: 8px;
	transform: translate(-50%, 0);
}
*/
.live-al-result {
	display:none;
	color:#d7d7d8;

	position:fixed;
	width: 280px;
	height: 35px;
	border: 0;
	left: 50%;
	bottom: 90px;
	background:#39393b;
	border-radius: 8px;
	transform: translate(-50%, 0);
}
.live-al-result .lar_fl {
	float:left;
	margin:7px 0 0 15px;
	font-size:12px;
}
.live-al-result .lar_fr {
	float:right;
	margin:9px 15px 0 0;
	font-size:10px;
}