/* 모바일 사이즈 */
@media ( max-width :767px) {
	.ibox-submenu {
    padding: 30px 0px 60px;
	}
	.imageslide {
		width: 100%;
		text-align: center;
    	font-size: 13px;
    	margin-top: 20px;
    	margin-bottom: 10px;
    	color: #999999;
	}
	.contentmenu {
		/*display: none;*/
		float: left;
		width: 100%;
		background-color: #f3f2f2;
		height: 37px;
		padding-top: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.menu-hover {
		background: #fff;
		color: #000000;
		border-bottom: 0px;
	}
	.background {
		width: 100%;
		height: 530px;
		position: relative;
		height: 530px;
		background-repeat: no-repeat;
		background-size: contain;
	}
}

/* 모바일 외 */
@media ( min-width :768px) {
	.imageslide {
		display: none;
	}
	.background {
		width: 100%;
		height: 530px;
		position: relative;
		height: 530px;
		background-repeat: no-repeat;
		background-size: contain;
	}
	/* contentBody */
	.contentTitle {
		font-size: 25px;
		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 {
		height: 600px;
		overflow-y: scroll;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 20px;
	}

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

.useriboxcontent {
	margin-top: 15px;
	line-height: 25px;
}

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

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

.color-red {
	color: #C44A4D;
}

.comName {
	color: #929292;
	font-size: 15px;
}

.comTel {
	font-size: 20px;
}

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

.adPrice {
	width: 100%;
	font-size: 15px;
	border: 1px solid #d8d8d8;
	border-collapse: collapse;
}

.adPrice th {
	background-color: #f0f0f0 !important;
}

.table-bordered {
	border-top: 1px solid #EBEBEB !important;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #e7e7e7 !important;
}

.content-border {
	border-left: 1px solid #d8d8d8;
	padding-left: 15px;
	padding-right: 15px;

.more:hover, .close:hover {
  cursor:pointer;
}
