@charset "utf-8";
/*
	용도: mainIndex.css 기반 위에서 vod_home.html 파일에 적용
*/

/* 공통영역 */

/*오른쪽 편성표*/
.vod_list_right_inner_list li:before{ display: none; }
.vod_list_right_inner_list li a >div strong.mint{ font-size:16px;letter-spacing:-0.16px; color: #70e6ff; line-height: 1; }

a.mint{color:#a8eeff;font-size:14px;letter-spacing: -0.35px;font-weight:400;display: inline-block;margin-left:15px;}
.date{color:#9d9d9d;font-size:13px;letter-spacing:0.65px;display:block;}

/* Hide default HTML checkbox */
.switch input {opacity: 0;width: 0;height: 0;}

/* The slider */
.vod_slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;background-color: #887cff;-webkit-transition: .4s;transition: .4s;}
.vod_slider:before {position: absolute;content: "";height: 18px;width: 18px;left: 22px;bottom:2px;background-color: white;-webkit-transition: .4s;
    transition: .4s;}
input:checked + .vod_slider {background-color: #ccc;}
input:focus + .vod_slider {box-shadow: 0 0 1px rgba(0,0,0,0.5);}
input:checked + .vod_slider:before {-webkit-transform: translateX(-18px);-ms-transform: translateX(-18px);transform: translateX(-18px);}

/* Rounded sliders */
.vod_slider.round {border-radius: 18px;}
.vod_slider.round:before {border-radius: 50%;}
/*----------------------------------------------------------------------------*/

/* 댓글영역 */
.vod_comment_area {
	padding: 18px 0 30px;
}
.vod_play .vod_comment_area, .right_open .vod_comment_area {
	margin-right: 426px;
}

/* 추천동영상  top_vod */
.recommend_vod { padding: 0 0 48px 0; }
.vod_play .recommend_vod, .right_open .recommend_vod { padding: 0px 426px 48px 0; }
.recommend_vod_listItem { width: 20%; }

@media (max-width: 1440px){
	.vod_play .vod_comment_area, .right_open .vod_comment_area {
		margin-right: 416px;
	}
	.vod_play .recommend_vod, .right_open .recommend_vod { padding: 0px 416px 48px 0; }
	.recommend_vod_listItem { width: 25%; }
}
@media (max-width: 1280px){
	.vod_play .vod_comment_area, .right_open .vod_comment_area {
		margin-right: 406px;
	}
	.vod_play .recommend_vod, .right_open .recommend_vod { padding: 0px 406px 48px 0; }
}
