@charset "UTF-8";

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800&display=swap');


.l-main.has-bg-color {
    background: #ecfafc;
}
.page-id-56 .p-page-header__title {
 	color: rgb(44, 181, 231);
}
.bs_live_video_inner {
    padding: 0;
    background: none;
}
#live_video {
	background-color: rgb(255, 255, 255);
  	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  	padding: 15px;
  	position: relative;
  	width: -webkit-calc(100% - 330px);
	width: -moz-calc(100% - 330px);
  	width: calc(100% - 330px);
  	margin-right: 30px;
}
#real_video_frame {
    border: none !important;
    width: 100%;
	height: 100%;
	display: block;
	border:none;
}
#live_video #sp_notice {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: rgb(102, 102, 102);
	line-height: 30px;
	height: 30px;
	background: #fff;
	padding: 0 15px;
}
#live_video #sp_notice::before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
}
#chat {
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#chat p {
	padding: 20px 15px 0;
	font-size: 18px;
	color: rgb(44, 181, 231);
	line-height: 1.333;
	text-align: left;
	font-weight: 600;
}
#chat_list {
	border: none;
	height: 378px;
	width: 100%; 
	margin: 18px auto 5px;
	overflow: auto;
	padding: 0 15px;
	scrollbar-width: thin;
}
#chat_list::-webkit-scrollbar {
  	width: 5px;
}
#chat_list::-webkit-scrollbar-thumb {
  	background: #DFDFDF; 
}
#button_chat {
	padding: 15px;
	border-top: 1px solid #ededed;
	display: flex;
	align-items: center;
}
#button_chat input {
	border: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#button_chat input::-webkit-input-placeholder {
	color: rgba(102,102,102, 0.5);
}
#button_chat input:-ms-input-placeholder {
	color: rgba(102,102,102, 0.5);
}
#button_chat input::placeholder {
	color: rgba(102,102,102, 0.5);
}
#button_chat span {
	position: relative;
	border-radius: 15px;
	display: inline-block;
	line-height: 13px;
}
#button_chat span:before {
	content: "\efb4";
	font-family: IcoFont;
    position: absolute;
    height: 30px;
	line-height: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	pointer-events: none;
}
#button_chat span input {
	padding: 0 15px;
	width: 45px;
	border: none;
	border-radius: 15px;
	background-color: rgb(44, 181, 231);
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
#chat_list .chat_message a img {
	height: 43px !important;
	width: 43px !important;
	margin-right: 7px;
}
#chat_list .chat_message > div {
	font-size: 12px;
	color: rgb(130, 130, 130);
	line-height: normal;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  	border-radius: 10px;
  	background-color: rgb(242, 242, 242);
  	padding: 12px;
}
#chat_list .chat_message > div span:last-child{
	font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: rgb(102, 102, 102);
	line-height: normal;
}
#chat_list .chat_message {
	margin: 0 0 15px;
}


@media only screen and (max-width: 1280px) {
	#chat_list {
		height: 340px;
	}
	
}
@media only screen and (max-width: 991px) {
	#live_video {
		width: 100%;
		margin-right: 0;
	}
	#button_chat > input {
	    margin-right: 0 !important;
	    width: calc(100% - 50px) !important;
	}
	#button_chat span input {
		width: 50px;
	}
}
@media only screen and (max-width: 480px) {
	#live_video {
	    padding: 10px;
	}
	#chat {
		margin-top: 15px;
	}
	#live_video #sp_notice {
		padding: 0 5px;
		right: 15px;
		top: 15px;
		font-size: 12px;
		letter-spacing: -0.5px;
	}
}