/* 모바일 사이즈 */
@media ( max-width :767px) {
	.contentmenu {
		display: none;
	}
	/* contentBody */
	.contentTitle {
		font-size: 25px;
		font-weight: 900;
		float: left;
	}
	.background {
		width: 100%;
		height: 530px;
		position: relative;
		height: 530px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.realTimeVODLeft {
		width: 100%;
	}
	.realTimeVODRight {
		display: none;
	}
	.injejuHOTVOD {
		overflow-y: scroll;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	.vodbox {
		display: none;
	}
}
/* 모바일 외 */
@media ( min-width : 768px) {
	/* contentBody */
	.contentTitle {
		font-size: 30px;
		font-weight: 900;
		float: left;
		margin-right: 30px;
	}
	.contentmenu {
	    float: left;
	    width: auto;
	    background-color: #f3f2f2;
	    height: auto;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    padding-right: 30px;
	    padding-left: 10px;
	    margin-bottom: 10px;
	}
	.realTimeVODLeft {
		width: 70%;
		float: left;
	}
	.realTimeVODRight {
		width: 28%;
		float: right;
	}
	.injejuHOTVOD {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 20px;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 415px;
	}
	.injeju60VOD {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 20px;
		overflow-x: hidden;
		overflow-y: scroll;
		height: 572px;
	}
}

.title-block {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
	font-weight: 700;
	font-size: 15px;
}

.content-block {
	line-height: 15px;
}

.replayThumbnail-biv {
	width: 100% !important;
}

.video {
	cursor: pointer;
}

.replayVideo-wrap {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.26%;
}

.replayVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item {
	width: 100%;
}

.ibox-submenu {
	padding: 30px 10px 60px;
}

.useriboxcontent {
	line-height: 25px;
}

.useriboxborder {
	border-bottom: 1px solid #d8d8d8;
}

.rowTitle {
	font-size: 20px;
	font-weight: 600;
}

.rowContentTitle {
	font-size: 16px;
	font-weight: 600;
}

.footable-last-column {
	font-size: 12px;
}

.injejuVOD {
/*	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;*/
}

.injejuboxTitle {
	font-size: 20px;
	border-top: 5px solid #284672;
	border-bottom: 1px solid #284672;
}

/* injeju */
.injeju-box {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    margin-bottom: 20px;
}

.injeju-box>a {
	color: inherit;
}

.injeju-box.center-version {
	/*   border: 1px solid #e7eaec; */
	padding: 0;
}

.injeju-box.center-version>a {
	display: block;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
}

.injeju-box.center-version>a img {
	width: 100%;
	/*   height: 80px; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.injeju-box.center-version address {
	margin-bottom: 0;
}

.injeju-box .injeju-box-footer {
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #e7eaec;
	padding: 15px 20px;
}

.injeju-contents{
	margin: 15px;
	height: 80px
}
.injejureport a {
	color: red;
}

.injejureport a:active {
	color: red;
}

.vodReportTitle {
	margin-top: 20px;
}

.vodReportHr {
	border-top: 1px solid black;
}

.vodReportContent ul {
	list-style: none;
}

.replayTitle {
	color: black;
	font-size: 20px;
}
.background-grey {
    background-color: #F6F5F5;
}
.title-jibs {
    font-size: 17px;
    color: #1D4675;
}