/* CSS Document */

.popuplayer {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}
.popuplayer .container {
	display: table-cell;
	overflow: scroll;
	padding : 20px;
	background-color: rgba(0,0,0,0.7);
}
.popuplayer .container .close {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 10000;
	padding: 10px 15px;
}
.popuplayer .container .close span {
	font-size: 25px;
	color: #FFF;
}
.popuplayer .container .content-box {
	/*pointer-events: none;*/
	border: 1px solid rgba(0,0,0,0.8);
	margin: 53px auto;
	padding: 5px 5px 25px;
	background-color: #FFF;
	min-height: 300px;
	display: table;
	width: 95%;
}
.popuplayer #map {
	max-width: 1040px;
	width: 100%;
	height: 300px;
	margin: 0px auto;
	margin-bottom: 15px;
}
.popuplayer #map-info {
	border: 0px solid #ff0000;
	color: #000;
	font-size: 12px;
	text-align: center;
	padding: 1px;
}
.popuplayer .img-box {
	max-width: 1040px;
	width: 100%;
	min-height: 150px;
	max-height: 500px;
	margin: 0px auto;
	margin-bottom: 15px;
	overflow: hidden;
	word-break: break-all;
}
.popuplayer .img-box #image {
	width: 100%;
	height: auto;
}
.popuplayer #img-info {
	border: 0px solid #ff0000;
	color: #000;
	font-size: 12px;
	text-align: center;
	padding: 1px;
	word-break: break-all;
}
/*
채팅 오픈박스 
*/
.open-box {
	max-width: 275px;
	margin: 30px auto 10px;
	width: 100%;
}
.open-box .subject-txt {
	font-size: 13px;
	color: #0F0F0F;
}
.open-box .frm_input {
	width: 100%;
	padding: 11px 6px;
	max-width: 259px;
	margin: 10px auto 5px;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
}
.button-box {
	max-width: 275px;
	margin: auto;
	width: 100%;
	font-size: 13px;
	color: rgba(0,0,0,0.3);
}
.button-box .btn-func {
	max-width: 134px;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	background-color: #C4C4C4;
	border: 0px solid #FFF;
	padding: 12px 4px 12px;
	border-radius: 5px;
	font-size: 14px;
	margin-bottom: 12px;
}
.button-box .btn-func.send-btn {
	background-color: #41C4E1;
	margin-right: 5px;
}
