@charset "utf-8";

/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

/* common */
#container.bgnone {
	background: #fff;
}

.hidden {
	position: absolute !important;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
}

/* 플레이어 - 공통 */
.player_wrap {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	background: #fff;
	line-height: 1;
	/*font-family:'Nanum Gothic','나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;*/
}

.player_wrap input, 
.player_wrap select, 
.player_wrap option,
.player_wrap textarea, 
.player_wrap button {
	/*font-family:'Nanum Gothic','나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;*/
	box-sizing: border-box;
}

.player_wrap button>span, 
.player_wrap button:active>span, 
.player_wrap button:focus>span {
	position: relative;
	top: 0;
	left: 0;
}

.firefox .player_wrap button>span, 
.firefox .player_wrap button:active>span,
.firefox .player_wrap button:focus>span {
	top: -1px;
}

/* 플레이어 - 프로그램 타이틀 */
.player_wrap .p_title_area {
	overflow: hidden;
	padding: 13px 10px 12px;
	margin: 0 0 15px;
	border-bottom: 1px solid #f8991d;
	letter-spacing: -0.5px;
}

.player_wrap .p_title_area .p_title .ico {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 13px;
	vertical-align: middle;
}

.player_wrap .p_title_area .p_title .ico img {
	width: 26px;
	height: 26px;
}

.player_wrap .p_title_area .p_title {
	float: left;
	font-size: 18px;
}

.player_wrap .p_title_area .p_title strong {
	overflow: hidden;
	display: inline-block;
	max-width: 590px;
	margin-right: 30px;
	color: #4f4f4f;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.player_wrap .p_title_area .p_title .p_info {
	display: inline-block;
	color: #000;
	font-size: 12px;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity = 70);
}

.player_wrap .p_title_area .p_title .p_info .broadcast, 
.player_wrap .p_title_area .p_title .p_info .update {
	font-weight: bold;
}

.player_wrap .p_title_area a.btn_list {
	display: inline-block;
	float: right;
	padding-right: 15px;
	margin-top: 7px;
	background: url(/assets/images/player/ico_arrow_r_l.png) no-repeat right center;
	background-size: 13px 7px;
	color: #4f4f4f;
	font-size: 13px;
}

.ie7 .player_wrap .p_title_area .p_title strong {
	line-height: 1.1;
}

/* 플레이어 영역 */
.player_container:after {
	display: block;
	clear: both;
	content: ""
}

.player_container .video_player {
	float: left;
	width: 720px;
	height: 582px;
	margin-right: 15px;
}

.video_player .player_area {
	overflow: hidden;
	position: relative;
	width: 720px;
	height: 405px;
	/* height: 400px; */
	border: 1px solid #dadada;
}

.video_player .player_area .btn_area {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.video_player .player_area .bg {
	position: absolute;
	top: 0;
	left: 0; /*z-index:2;*/
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
}

.video_player .player_area .btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	 /*z-index:3;*/
	width: 104px;
	/* margin-left: -52px; */
	text-align: center;
	transform: translate(-50%,-50%);
}

.video_player .player_area .btn_play button.play {
	display: inline-block;
	width: 104px;
	height: 104px;
	/* margin-bottom: 10px; */
	border: 0;
	background: url(/assets/images/player/btn_player_play_s.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}

.video_player .player_area .btn_play button.play:hover {
	background: url(/assets/images/player/btn_player_play_s_over.png)
		no-repeat 0 0;
}

.video_player .player_area .btn_play button.pause {
	display: inline-block;
	width: 106px;
	height: 104px;
	margin-bottom: 10px;
	border: 0;
	background: url(/assets/images/player/btn_player_pause_s.png) no-repeat
		0 0;
	text-indent: -9999px;
	cursor: pointer;
}
/*.video_player .player_area .btn_play button.pause:hover {background:url(/assets/images/player/btn_player_pause_s_over.png) no-repeat 0 0;}*/
.video_player .player_area .btn_play button span, .video_player.full .player_area .btn_play button:active span,
	.video_player.full .player .btn_play button:focus span {
	position: relative;
	top: 0;
	left: 0;
}

.video_player .player_area .btn_play .play_time {
	display: none;
	color: #fff;
	font-size: 28px;
}

.video_player .player_area .btn_quality {
	display: none;
	position: absolute;
	top: 321px;
	left: 0; /*z-index:3;*/
	width: 720px;
	height: 45px;
	text-align: center;
} /* 2019.11.04 박한별, 고화질만 제공되고 있기에 영상에서 화질 선택 감춤  */

.video_player .player_area .btn_quality button {
	position: relative;
	display: inline-block;
	width: 134px;
	height: 43px;
	border: 1px solid #afb7c2;
	background: none;
	cursor: pointer;
	text-align: center;
}

.video_player .player_area .btn_quality button span {
	z-index: 4;
	color: #fff;
	font-size: 18px;
}

.video_player .player_area .btn_quality button span.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	width: 132px;
	height: 41px;
	background: #000;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
}

.video_player .player_area .btn_quality button:hover span.bg {
	background: #43638c;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity = 70);
}

.video_player .player_area .btn_quality button+button {
	margin-left: 19px;
}

.video_player .player_area #player_body {
	overflow: hidden;
	height: 400px;
}

/* Flow Player 관련 */
/* #player_body {height:404px !important;}
.flowplayer.is-playing {background:none !important;}*/

/* 프로그램 정보 */
.program_info_area {
	width: 684px;
	height: 151px;
	padding: 16px 18px 12px;
	border: 1px solid #dadada;
	border-top: 0;
}

.program_info .info {
	margin-bottom: 15px; /* 2019.11.26 유경 수정 */
}

.program_info .cast {
	margin-bottom: 8px; /* 2019.11.26 유경 수정 */
	color: #878888;
	font-size: 16px;
}

.program_info .p_tit {
	overflow: hidden; /* 2019.11.26 유경 추가 */
	height: 47px; /* 2019.11.26 유경 추가 */
	margin-bottom: 15px; /* 2019.11.26 유경 수정 */
	color: #4f4f4f;
	font-size: 18px; /* 2019.11.26 유경 수정 */
	line-height: 1.2; /* 2019.11.26 유경 추가 */
}

.program_info .count {
	color: #878787;
	font-size: 15px;
}

.program_info .count .hits {
	display: inline-block;
	padding-left: 16px;
	background: url(/assets/images/player/bg_count_play.png) no-repeat
		center left;
	background-size: 13px 14px;
}

.program_info .count .update {
	display: inline-block;
	margin-left: 13px;
	padding-left: 13px;
	background: url(/assets/images/player/bg_bar.gif) no-repeat 0 0;
}

.program_info .sns .sns_list {
	display: inline-block;
	overflow: hidden;
}

.program_info .sns .sns_list li {
	float: left;
	width: 35px;
	height: 35px;
}

.program_info .sns .sns_list li+li {
	margin-left: 15px;
}

.program_info .sns .sns_list li a img {
	width: 35px;
	height: 35px;
}

.program_info .sns button>span {
	display: block;
	height: 33px;
}

.program_info .sns .like {
	display: inline-block;
	overflow: visible;
	height: 33px;
	padding: 0;
	margin-left: 15px;
	border: 1px solid #dadada;
	background: #fff;
	line-height: 33px;
	vertical-align: top;
	cursor: pointer;
}

.program_info .sns .like .hidden {
	display: inline-block;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(/assets/images/player/ico_like.png) no-repeat center center;
	background-size: 21px 18px;
}

.program_info .sns .like .count {
	display: inline-block;
	height: 32px;
	margin-left: 32px;
	padding: 0 8px;
	border-left: 1px solid #dadada;
	color: #4f4f4f;
	line-height: 32px;
}

.program_info .sns .like.on .hidden {
	display: inline-block;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(/assets/images/player/ico_like_on.png) no-repeat center center;
	background-size: 21px 18px;
}

.program_info .sns .cmnt {
	display: inline-block;
	overflow: visible;
	height: 33px;
	padding: 0;
	margin-left: 9px;
	border: 1px solid #dadada;
	background: #fff;
	line-height: 33px;
	vertical-align: top;
	cursor: pointer;
}

.program_info .sns .cmnt .hidden {
	display: inline-block;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	background: url(/assets/images/player/ico_cmnt.png) no-repeat center
		center;
	background-size: 21px 18px;
}

.program_info .sns .cmnt .count {
	display: inline-block;
	height: 32px;
	margin-left: 32px;
	padding: 0 8px;
	border-left: 1px solid #dadada;
	color: #4f4f4f;
	line-height: 32px;
}

.ie7 .program_info .sns .sns_list, .ie7 .program_info .sns .like, .ie7 .program_info .sns .like>span,
	.ie7 .program_info .sns .like .count, .ie7 .program_info .sns .cmnt,
	.ie7 .program_info .sns .cmnt>span, .ie7 .program_info .sns .cmnt .count
	{
	*display: inline;
	zoom: 1;
}

.ie7 .program_info .sns .like>span, .ie7 .program_info .sns .cmnt>span {
	top: -2px;
	padding: 0 0 0 32px;
}

/* 플레이어 - 동영상 리스트 */
.player_container .video_aside {
	float: left;
	width: 223px;
	height: 556px;
	padding: 10px 0 14px;
	border: 1px solid #dadada;
}

.player_list_area h3.tit {
	overflow: hidden;
	height: 38px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.2;
}

.player_list_area .total {
	position: relative;
	width: 204px;
	padding: 0 0 6px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #dadada;
}

.player_list_area .total:after {
	display: block;
	clear: both;
	content: ""
}

.player_list_area .total>span {
	display: inline-block;
	float: left;
	margin-top: 2px;
	color: #878787;
	font-size: 11px;
}

.player_list_area .total>button {
	display: inline-block;
	float: right;
	padding: 0;
	background: #fff;
	border: 0;
	cursor: pointer;
	line-height: 1.2;
}

.player_list_area .total>button span {
	color: #696a6c;
	font-size: 11px;
}

.player_list_area .total>button, .player_list_area .total>button:active span,
	.player_list_area .total>button:focus span {
	position: relative;
	top: 0;
	left: 0;
}

.player_list_area .total>button span img {
	width: 18px;
	height: 12px;
	margin-right: 4px;
	vertical-align: -2px;
}

.player_list_area .total>button.btn_latest_play {
	
}

.player_list_area .total>button.btn_latest_play span {
	color: #f8991d;
}

.player_list_area .total>button.btn_register_play {
	display: none;
}

.player_list_area .total>button.btn_register_play span {
	color: #f8991d;
}

.player_list_area .total>button.btn_continuous_play_off {
	display: none;
}

.player_list_area .lay_play_option {
	display: none;
	position: absolute;
	top: 30px;
	left: -11px;
	z-index: 99;
	width: 205px;
	height: 48px;
	padding: 6px 9px;
	border: 1px solid #e6e2c9;
	background: #fff9dc;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.player_list_area .lay_play_option:after, .player_list_area .lay_play_option:before
	{
	bottom: 100%;
	left: 58%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.player_list_area .lay_play_option:after {
	border-color: rgba(255, 249, 220, 0);
	border-bottom-color: #fff9dc;
	border-width: 7px 7px;
	margin-left: 67px;
}

.player_list_area .lay_play_option:before {
	border-color: rgba(228, 224, 197, 0);
	border-bottom-color: #e4e0c5;
	border-width: 8px 8px;
	margin-left: 66px;
}

.player_list_area .lay_play_option button {
	display: inline-block;
	width: 50px;
	height: 48px;
	padding: 0;
	margin-left: 7px;
	background: transparent;
	border: 0;
	vertical-align: top;
	cursor: pointer;
}

.player_list_area .lay_play_option button span {
	display: inline-block; /*margin-top:17px;*/
	color: #696a6c;
	font-size: 11px;
	line-height: 1.3;
}

.player_list_area .lay_play_option button:hover span {
	color: #696a6c;
	font-size: 11px;
	text-decoration: underline;
}

.player_list_area .lay_play_option button:first-child {
	margin-left: 0;
}

.player_list_area .lay_play_option button.btn_latest_play img {
	width: 21px;
	height: 14px;
	margin-bottom: 4px;
}

.player_list_area .lay_play_option button.btn_register_play img {
	width: 21px;
	height: 14px;
	margin-bottom: 4px;
}

.player_list_area .lay_play_option button.btn_continuous_play_off img {
	width: 21px;
	height: 14px;
	margin-bottom: 4px;
}

.player_list_area .lay_play_option button.btn_lay_play_close {
	width: 19px;
	height: 19px;
	margin-top: 5px;
	background: transparent
		url(/assets/images/player/btn_lay_play_close.png) no-repeat center top;
	background-size: contain;
}

.ie7 .player_list_area {
	position: relative;
}

.ie7 .player_list_area .total {
	position: relative;
	z-index: 1000;
}

.ie7 .player_list_area .total>button span img {
	margin-right: 0;
}

.ie7 .player_list_area .lay_play_option button.btn_lay_play_close {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/player/btn_lay_play_close.png',
		sizingMethod='scale');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/player/btn_lay_play_close.png',sizingMethod='scale')";
}

.ie8 .player_list_area .lay_play_option button.btn_lay_play_close {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/player/btn_lay_play_close.png',
		sizingMethod='scale');
	-ms-filter:
		"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/player/btn_lay_play_close.png',sizingMethod='scale')";
}

/* 플레이어 - 키워드/날짜 검색 */
.srch_area {
	width: 204px;
	height: 72px;
	margin: 0 auto 10px;
}

.srch_area .srch_list {
	position: relative;
}

.srch_area .srch_list li {
	float: left;
}

.srch_area .srch_list li a {
	display: block;
	position: relative;
	float: left;
	height: 28px;
	color: #4f4f4f;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}

.srch_area .srch_list li a.keyword {
	width: 100px;
	border: 1px solid #dadada;
}

.srch_area .srch_list li a.date {
	width: 101px;
	border: 1px solid #dadada;
	border-left: 0;
}

.srch_area .srch_list li a.on {
	background: #4f4f4f;
	color: #fff;
}

.srch_area .srch_list li .srch_keyword {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
}

.srch_area .srch_list li .srch_keyword label {
	position: absolute;
	top: -9999px;
	left: -9999px;
	text-indent: -9999px;
}

.srch_area .srch_list li .srch_keyword input[type="text"] {
	width: 165px;
	height: 32px;
	padding: 2px 5px;
	border: 1px solid #dadada;
	border-right: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	vertical-align: top;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.srch_area .srch_list li .srch_keyword button[type="submit"] {
	display: inline-block;
	width: 39px;
	height: 32px;
	padding: 0;
	border: 0;
	background: url(/assets/images/player/bg_input_srch.png) no-repeat 0 0;
	background-size: 39px 32px; /*vertical-align:top;*/
	cursor: pointer;
}

.srch_area .srch_list li .select_date {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
}

.srch_area .srch_list li .select_date:after {
	display: block;
	clear: both;
	content: ""
}

.srch_area .srch_list li .select_date .select_box {
	float: left;
}

.srch_area .srch_list li .select_date .select_box+.select_box {
	margin: 0 3px 0 2px;
}

.srch_area .srch_list li .select_date select {
	width: 100%;
	height: 32px !important;
	padding: 2px 10px;
	border: 1px solid #dadada;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-sizing: border-box;
	background: #fff url(/assets/images/player/ico_sel_arrow_down.png)
		no-repeat 93% center;
	background-size: 15px 9px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	color: #666;
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
}

.srch_area .srch_list li .select_date select::-ms-expand {
	display: none;
}

.srch_area .srch_list li .select_date option {
	height: auto !important;
	margin: 0 !important;
	padding: 8px 0 !important;
	line-height: normal !important;
}

.srch_area .srch_list li .select_date button[type="submit"] {
	display: inline-block;
	width: 39px;
	height: 32px;
	border: 0;
	background: url(/assets/images/player/bg_input_srch.png) no-repeat 0 0;
	background-size: 39px 32px;
	vertical-align: top;
	cursor: pointer;
}

.ie7 .srch_area .srch_list li .srch_keyword input[type="text"] {
	width: 154px;
	height: 26px;
	vertical-align: 0;
}

/* 플레이어 - 프로그램 목록 */
.program_list {
	height: 374px;
	margin-bottom: 8px;
}

.program_list li:hover {
	background: #eee;
}

.program_list li a {
	display: block;
	width: 203px;
	padding: 12px 10px 10px 0;
	margin-left: 10px;
	border-top: 1px solid #d4d4d4;
}

.program_list li:first-child a {
	border-top: 0;
}

.program_list li.on {
	display: block;
	margin-left: 0;
	background: #fde0bb;
}

.program_list li.last a {
	border-bottom: 1px solid #d4d4d4;
} /* 리스트 4개 이하일 때 적용 */
.program_list li .p_tit {
	overflow: hidden;
	height: 32px;
	margin-bottom: 9px;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.program_list li .info:after {
	display: block;
	clear: both;
	content: ""
}

.program_list li .info .date {
	float: right;
	color: #878787;
	font-size: 11px;
}

.program_list li .info .view_count {
	display: inline-block;
	float: left;
	padding-left: 13px;
	background: url(/assets/images/player/bg_count_play.png) no-repeat
		center left;
	background-size: 11px 12px;
	color: #878787;
	font-size: 11px;
}

.ie7 .program_list li {
	font-size: 0;
}

.ie7 .program_list li a {
	height: 52px;
}

.ie7 .program_list li .p_tit {
	height: 33px;
}

/* 플레이어 - 프로그램 리스트 내 페이징 */
.program_paging {
	text-align: center;
}

.program_paging a, .program_paging strong {
	display: inline-block;
	width: 22px;
	height: 22px;
	color: #4f4f4f;
	line-height: 1.7;
	text-align: center;
	vertical-align: middle;
}

.program_paging a.pre_end {
	width: 14px;
	height: 14px;
	background: url(/assets/images/player/btn_paging_pre_end.png) no-repeat
		center center;
	background-size: cover;
}

.program_paging a.pre {
	width: 9px;
	height: 14px;
	margin: 0 5px;
	background: url(/assets/images/player/btn_paging_pre.png) no-repeat
		center center;
	background-size: cover;
}

.program_paging a.next {
	width: 9px;
	height: 14px;
	margin: 0 5px;
	background: url(/assets/images/player/btn_paging_next.png) no-repeat
		center center;
	background-size: cover;
}

.program_paging a.next_end {
	width: 14px;
	height: 14px;
	background: url(/assets/images/player/btn_paging_next_end.png) no-repeat
		center center;
	background-size: cover;
}

.program_paging strong {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #f8991d;
	/*background:url(/assets/images/player/bg_paging_on_s.png) no-repeat center center;*/
	color: #fff;
	font-weight: normal;
}

/* 동영상 내용 */
.movie_cont_area {
	clear: both;
	margin: 15px auto 0;
	border: 1px solid #dadada;
	word-break: keep-all;
}

.movie_cont_area .cont {
	overflow: hidden;
	width: 923px;
	height: 64px;
	padding: 11px 18px 0 17px;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.4;
	word-break: break-all;
}

/* 2020.07.27, 박성철, 짧은 본문일 경우 min-height 설정(본문 내용 짤리지 않도록) */
.movie_cont_area .cont.short_list{
	overflow: hidden;
	width: 923px;
	min-height: 135px; 
	height: 100%;
	padding: 11px 18px 11px 17px;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.4;
	word-break: break-all;
}

.movie_cont_area .cont.on {
	overflow: visible;
	height: 100%;
}

.movie_cont_area .btn_area {
	width: 923px;
	padding: 4px 0;
	margin: 14px auto 0;
	border-top: 1px solid #ececec;
	text-align: center;
}

.movie_cont_area button#btn_movie_cont_view {
	display: inline-block;
	padding-bottom: 9px;
	background: #fff url(/assets/images/player/btn_more_view.png) no-repeat
		bottom center;
	border: 0;
	color: #878787;
	font-size: 12px;
	cursor: pointer;
}

.movie_cont_area button#btn_movie_cont_view.on {
	background: #fff url(/assets/images/player/btn_more_view_on.png)
		no-repeat bottom center;
}

/* 공감 나눔 - 댓글 영역 */
.comment_area {
	margin-top: 15px;
}

.comment_area:after {
	display: block;
	clear: both;
	content: ""
}

.comment_list_area {
	float: left;
	width: 720px;
	margin-right: 15px;
}

.comment_list_area h2.tit {
	margin-bottom: 12px;
	color: #4f4f4f;
	font-size: 18px;
	font-weight: bold;
}

.comment_list_area h2.tit .count {
	color: #f8991d;
	font-weight: normal;
}

.comment_write_form {
	margin-bottom: 18px;
}

.comment_write_form .input_comment {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.comment_write_form .input_comment textarea {
	width: 620px;
	height: 123px;
	padding: 16px 14px;
	border: 1px solid #dadada;
	color: #878787;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	resize: none;
}

.comment_write_form .input_comment label {
	position: absolute;
	top: 16px;
	left: 14px;
	color: #c7c7c7;
	font-size: 14px;
}

.comment_write_form input[type="submit"] {
	display: inline-block;
	width: 99px;
	height: 123px;
	margin-left: -3px;
	border: 1px solid #e78f1a;
	background: #f8991d;
	color: #fff;
	font-size: 20px;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.comment_write_form .byte {
	margin-top: 10px;
	color: #c7c7c7;
	font-size: 14px;
	text-align: right;
}

.cmnt_list {
	border-bottom: 1px solid #dadada;
}

.cmnt_list li {
	padding: 15px 0;
	border-top: 1px solid #dadada;
}

.cmnt_list .cmnt_info .writer {
	margin-bottom: 10px;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
}

.cmnt_list .cmnt_info .cmnt_cont {
	margin-bottom: 10px;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.3;
}

.cmnt_list .cmnt_info .source {
	padding-left: 25px;
	margin-bottom: 10px;
	background: url(/assets/images/player/bg_cmnt_source.png) no-repeat 10px
		center;
	color: #878787;
	font-size: 14px;
}

.cmnt_list .cmnt_info .source span {
	color: #f8991d;
}

.cmnt_list .cmnt_info .date {
	margin-bottom: 10px;
	color: #878787;
	font-size: 14px;
}

.cmnt_list .cmnt_info .btn_area a {
	display: inline-block;
	padding: 5px 7px;
	border: 1px solid #dadada;
	background: #fff;
	color: #4f4f4f;
	font-size: 13px;
}

.cmnt_list .cmnt_info .btn_area a span {
	color: #f8991d;
}

.cmnt_list .cmnt_info .btn_area a+a {
	margin-left: 10px;
}

.rp_cmnt_list_area {
	display: none;
	margin: 15px 0 -16px;
	background: #fbfbfb;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.rp_cmnt_list_area.on {
	display: block;
}

.rp_cmnt_list_area .comment_write_form {
	padding: 15px 10px 15px 30px;
	background: url(/assets/images/player/bg_rp_cmnt_area.png) no-repeat
		10px 15px;
}

.rp_cmnt_list_area .comment_write_form .input_comment {
	vertical-align: middle;
}

.rp_cmnt_list_area .comment_write_form .input_comment textarea {
	width: 564px;
	height: 64px;
	padding: 5px 8px;
	border: 1px solid #dadada;
	color: #878787;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	resize: none;
}

.rp_cmnt_list_area .comment_write_form .input_comment label {
	position: absolute;
	top: 16px;
	left: 14px;
	color: #c7c7c7;
	font-size: 14px;
}

.rp_cmnt_list_area .comment_write_form input[type="submit"] {
	display: inline-block;
	width: 99px;
	height: 64px;
	margin-left: -3px;
	border: 1px solid #757575;
	background: #878787;
	color: #fff;
	font-size: 20px;
	text-align: center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.rp_cmnt_list_area .comment_write_form .byte {
	margin-top: 10px;
	color: #c7c7c7;
	font-size: 14px;
	text-align: right;
}

.rp_cmnt_list_area .rp_cmnt_list {
	width: 710px;
	margin-left: 10px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}

.rp_cmnt_list_area .rp_cmnt_list li {
	padding: 15px 10px 15px 20px;
	background: url(/assets/images/player/bg_rp_cmnt_area.png) no-repeat 0
		15px;
	border-top: 0;
}

.rp_cmnt_list_area .rp_cmnt_list li+li {
	border-top: 1px solid #dadada;
}

.rp_cmnt_list_area .rp_cmnt_list .cmnt_info .writer {
	margin-bottom: 10px;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
}

.rp_cmnt_list_area .rp_cmnt_list .cmnt_info .cmnt_cont {
	margin-bottom: 10px;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.3;
}

.rp_cmnt_list_area .rp_cmnt_list .cmnt_info .date {
	margin-bottom: 10px;
	color: #878787;
	font-size: 14px;
}

.rp_cmnt_list_area .rp_cmnt_list .cmnt_info .btn_area a {
	display: inline-block;
	padding: 5px 7px;
	border: 1px solid #dadada;
	color: #4f4f4f;
	font-size: 13px;
}

.rp_cmnt_list_area .rp_cmnt_list .cmnt_info .btn_area a span {
	color: #f8991d;
}

.rp_cmnt_list_area .rp_cmnt_list .cmnt_info .btn_area a+a {
	margin-left: 10px;
}

.rp_cmnt_list_area>.btn_area .btn_hide {
	width: 100%;
	padding: 4px 0 13px;
	border: 0;
	background: transparent url(/assets/images/player/btn_more_view_on.png)
		no-repeat center 85%;
	cursor: pointer;
}

.ie7 .comment_area {
	overflow: hidden;
}

.ie7 .comment_write_form .input_comment {
	*display: inline;
	zoom: 1;
}

.ie7 .comment_write_form .input_comment textarea {
	height: 60px;
}

.ie7 .comment_write_form input[type="submit"] {
	*display: inline;
	zoom: 1;
}

.ie7 .rp_cmnt_list_area .comment_write_form .input_comment textarea {
	height: 50px
}

/* 시청자 문의 배너, 홍보 배너 */
.comment_aside {
	float: left;
	width: 225px;
	padding-top: 30px;
}

.comment_aside .inquiry {
	margin-bottom: 60px;
}

.comment_aside .promotion a {
	display: inline-block;
	border: 1px solid #dadada;
}

/* 댓글 영역 - 페이징 */
.comment_area .paging {
	margin: 35px 0 0;
	line-height: 1;
	text-align: center;
}

.comment_area .paging a, .comment_area .paging strong {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0;
	background: none;
	color: #c7c7c7;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -2px;
}

.comment_area .paging a.pre_end {
	width: 14px;
	height: 14px;
	background: url(/assets/images/player/btn_paging_pre_end.png) no-repeat
		center center;
	background-size: cover;
}

.comment_area .paging a.pre {
	width: 9px;
	height: 14px;
	margin: 0 26px 0 34px;
	background: url(/assets/images/player/btn_paging_pre.png) no-repeat
		center center;
	background-size: cover;
}

.comment_area .paging a.next {
	width: 9px;
	height: 14px;
	margin: 0 34px 0 26px;
	background: url(/assets/images/player/btn_paging_next.png) no-repeat
		center center;
	background-size: cover;
}

.comment_area .paging a.next_end {
	width: 14px;
	height: 14px;
	background: url(/assets/images/player/btn_paging_next_end.png) no-repeat
		center center;
	background-size: cover;
}

.comment_area .paging strong {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #f8991d;
	/*background:url(/assets/images/player/bg_paging_on_l.png) no-repeat center center;*/
	color: #fff;
	font-weight: normal;
}

/* 플레이어 - 온에어 On Air */
.video_player.full {
	float: none;
	width: 960px;
	height: 540px;
	margin-right: 0;
}

.video_player.full .player_area {
	position: relative;
	width: 958px;
	height: 538px;
}

.video_player.full .player_area .player {
	width: 960px;
	height: 534px;
}

.video_player.full .player_area .btn_area {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.video_player.full .player_area .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
}

.video_player.full .player_area .btn_play {
	position: absolute;
	top: 177px;
	left: 50%;
	z-index: 3;
	width: 135px;
	height: 135px;
	margin-left: -68px;
	text-align: center;
}

.video_player.full .player_area .btn_play button.play {
	display: inline-block;
	width: 135px;
	height: 135px;
	border: 0;
	background: url(/assets/images/player/btn_player_play_l.png) no-repeat 0
		0;
	text-indent: -9999px;
	cursor: pointer;
}

.video_player.full .player_area .btn_play button.play:hover {
	background: url(/assets/images/player/btn_player_play_l_over.png)
		no-repeat 0 0;
}

.video_player.full .player_area .btn_play button.pause {
	display: inline-block;
	width: 135px;
	height: 135px;
	border: 0;
	background: url(/assets/images/player/btn_player_pause_l.png) no-repeat
		0 0;
	text-indent: -9999px;
	cursor: pointer;
}
/*.video_player.full .player_area .btn_play button.pause:hover {background:url(/assets/images/player/btn_player_pause_l_over.png) no-repeat 0 0;}*/
.video_player.full .player_area .btn_play button span, .video_player.full .player_area .btn_play button:active span,
	.video_player.full .player .btn_play button:focus span {
	position: relative;
	top: 0;
	left: 0;
}

.video_player.full .player_area .btn_play .play_time {
	color: #fff;
	font-size: 38px;
}

.video_player.full .player_area .btn_quality {
	position: absolute;
	top: 419px;
	left: 0;
	z-index: 3;
	width: 960px;
	height: 57px;
	text-align: center;
}

.video_player.full .player_area .btn_quality button {
	position: relative;
	display: inline-block;
	width: 176px;
	height: 57px;
	border: 1px solid #afb7c2;
	background: none;
	cursor: pointer;
	text-align: center;
	line-height: 57px;
}

.video_player.full .player_area .btn_quality button span {
	z-index: 4;
	color: #fff;
	font-size: 24px;
}

.video_player.full .player_area .btn_quality button span.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	width: 174px;
	height: 55px;
	background: #000;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
}

.video_player.full .player_area .btn_quality button:hover span.bg {
	background: #43638c;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity = 70);
}

.video_player.full .player_area .btn_quality button+button {
	margin-left: 25px;
}

/* 온에어 리스트 */
.onair_list_area {
	overflow: hidden;
	position: relative;
	height: 176px;
	margin: 15px 0;
}

.onair_list_area:after {
	display: block;
	clear: both;
	content: "";
}

.onair_list_area .today {
	float: left;
	width: 100px;
	height: 139px;
	padding: 35px 0 0 23px;
	border: 1px solid #dadada;
	background: #f8991d;
}

.onair_list_area .today strong {
	display: inline-block;
	margin-bottom: 12px;
	color: #fff;
	font-size: 26px;
	text-align: left;
	line-height: 1.2;
	font-weight: normal;
}

.onair_list_area .today a {
	display: block;
	color: #fff;
	font-size: 11px;
	text-align: left;
}

.onair_list_area .onair_list {
	float: left;
	width: 835px;
}

.onair_list_area .onair_list ul {
	overflow: hidden;
}

.onair_list_area .onair_list ul li {
	float: left;
	height: 172px;
	border-top: 3px solid #dadada;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #dadada;
}

.onair_list_area .onair_list ul li .time {
	padding: 7px 0 10px;
	background: #f8f8f8;
	color: #4f4f4f;
	text-align: center;
}

.onair_list_area .onair_list ul li .p_tit_area {
	height: 113px;
	padding: 15px 10px;
	background: #fff;
}

.onair_list_area .onair_list ul li .p_tit_area .ico {
	display: block;
	margin-bottom: 8px;
	text-align: center;
}

.onair_list_area .onair_list ul li .p_tit_area .p_tit {
	display: block;
	overflow: hidden;
	width: 146px;
	height: 30px;
	color: #4f4f4f;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.onair_list_area .onair_list ul li .p_tit_area .btn_replay {
	display: block;
	padding-right: 15px;
	margin-top: 8px;
	background: url(/assets/images/player/ico_arrow_r_s.png) no-repeat 67%
		center;
	background-size: 11px 6px;
	color: #4f4f4f;
	font-size: 11px;
	text-align: center;
}

.onair_list_area .onair_list ul li.on {
	border-top: 3px solid #f8991d;
}

.onair_list_area .onair_list ul li.on .time {
	background: #feebd2;
	color: #f8991d;
}

.onair_list_area .onair_list ul li.on .p_tit_area .p_tit {
	color: #f8991d;
}

.onair_list_area .frame {
	width: 100%;
	height: 176px;
	padding: 0;
}

.onair_list_area .btn.prev {
	display: inline-block;
	position: absolute;
	top: 63px;
	left: 126px;
	width: 32px;
	height: 31px;
	border: 0;
	background: url(/assets/images/player/btn_onair_list_prev.png) no-repeat
		0 0;
	cursor: pointer;
}

.onair_list_area .btn.next {
	display: inline-block;
	position: absolute;
	top: 63px;
	right: 0;
	width: 32px;
	height: 31px;
	border: 0;
	background: url(/assets/images/player/btn_onair_list_next.png) no-repeat
		0 0;
	cursor: pointer;
}

/* 후원 배너 */
.support_bnr_area {
	margin: 15px 0 45px;
}

/* 유사 프로그램 */
.similar_program_area {
	position: relative;
	margin-top: 45px;
	margin-bottom: 45px; /*border-bottom:1px solid #dadada;*/
}

.similar_program_area h2.tit {
	margin-bottom: 12px;
	color: #4f4f4f;
	font-size: 18px;
	font-weight: bold;
}

.similar_program_area .frame {
	width: 100%;
	height: 191px;
	padding: 0;
}

.similar_program_area .page {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	color: #4f4f4f;
	font-size: 15px;
}

.similar_program_area .pages {
	display: inline;
}

.similar_program_area .pages li {
	display: none;
}

.similar_program_area .pages li.active {
	display: inline-block;
	color: #f8991d;
}

.similar_program_list {
	overflow: hidden;
	height: 191px;
}

.similar_program_list:after {
	display: block;
	clear: both;
	content: "";
}

.similar_program_list li {
	float: left;
	width: 187px;
	height: 191px;
}

.similar_program_list li:hover {
	background: #efefef;
}

.similar_program_list li .thumb {
	display: block;
	overflow: hidden;
	position: relative;
	width: 185px;
	height: 102px;
	margin-bottom: 9px;
	border: 1px solid #dadada;
}

.similar_program_list li .thumb img {
	position: absolute;
	top: -13%;
	width: 100%;
}

.similar_program_list li .thumb .time {
	display: none;
	position: absolute;
	top: 82px;
	left: 148px;
	z-index: 2;
	width: 35px;
	height: 16px;
}

.similar_program_list li .thumb .time .bg {
	display: block;
	position: absolute;
	z-index: 1;
	width: 35px;
	height: 16px;
	background: #000;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
}

.similar_program_list li .thumb .time .t {
	display: block;
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 8px;
	padding: 4px 8px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.similar_program_list li .subject {
	display: block;
	overflow: hidden;
	height: 52px;
	padding: 0 3px;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

.similar_program_list li .count {
	display: block;
	padding: 0 3px;
	margin-top: 6px;
	color: #6a696e;
	font-size: 12px;
}

.similar_program_list li+li {
	margin-left: 6px;
}

.similar_program_area .controls {
	display: none;
}

.similar_program_area .btn.prevPage {
	display: inline-block;
	position: absolute;
	top: 30px;
	left: 0;
	width: 32px;
	height: 104px;
	border: 0;
	background: url(/assets/images/player/btn_slide_prev.png) no-repeat 0 0;
	cursor: pointer;
}

.similar_program_area .btn.nextPage {
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 0;
	width: 32px;
	height: 104px;
	border: 0;
	background: url(/assets/images/player/btn_slide_next.png) no-repeat 0 0;
	cursor: pointer;
}

/* 추천 컨텐츠 */
.recommend_cont_area {
	margin-top: 15px;
	margin-bottom: 30px;
}

.recommend_cont_area h2.tit {
	margin-bottom: 12px;
	color: #4f4f4f;
	font-size: 18px;
	font-weight: bold;
}

.recommend_cont_list {
	overflow: hidden;
}

.recommend_cont_list li {
	float: left;
	width: 187px;
	height: 211px;
}

.recommend_cont_list li:hover {
	background: #efefef;
}

.recommend_cont_list li .thumb {
	display: block;
	overflow: hidden;
	position: relative;
	width: 185px;
	height: 102px;
	margin-bottom: 9px;
	border: 1px solid #dadada;
}

.recommend_cont_list li .thumb img {
	position: absolute;
	top: -13%;
	width: 100%;
}

.recommend_cont_list li .thumb .time {
	display: none;
	position: absolute;
	top: 82px;
	left: 148px;
	z-index: 2;
	width: 35px;
	height: 16px;
}

.recommend_cont_list li .thumb .time .bg {
	display: block;
	position: absolute;
	z-index: 1;
	width: 35px;
	height: 16px;
	background: #000;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity = 60);
}

.recommend_cont_list li .thumb .time .t {
	display: block;
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 8px;
	padding: 4px 8px;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

.recommend_cont_list li .p_info {
	padding: 0 3px;
}

.recommend_cont_list li .subject {
	display: block;
	overflow: hidden;
	height: 37px;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.2;
}

.recommend_cont_list li .p_tit {
	display: inline-block;
	overflow: hidden;
	height: 30px;
	margin-top: 8px;
	color: #f8991d;
	font-size: 12px;
	line-height: 1.3;
}

.recommend_cont_list li .count {
	margin-top: 8px;
}

.recommend_cont_list li .count span.play {
	display: inline-block;
	width: auto;
	height: auto;
	padding-left: 15px;
	margin-right: 10px;
	background: url(/assets/images/player/bg_count_play.png) no-repeat 0 1px;
	background-size: 11px 12px;
	color: #878787;
}

.recommend_cont_list li .count span.like {
	display: inline-block;
	padding-left: 15px;
	background: url(/assets/images/player/bg_count_like_s.png) no-repeat 0
		1px;
	background-size: 12px 12px;
	color: #878787;
}

.recommend_cont_list li+li {
	margin-left: 6px;
}

/* 홍보 배너 */
.promotion_bnr_area {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 45px;
}

.promotion_bnr_area a {
	display: inline-block;
	width: 473px;
	height: 90px;
}

.promotion_bnr_area a img {
	width: 473px;
	height: 90px;
}

.promotion_bnr_area a+a {
	margin-left: 9px;
}

/* 플레이어(테마) */
.video_aside.theme {
	height: 570px;
	padding-bottom: 0;
}

.video_aside.theme .player_list_area .total {
	margin-bottom: 0;
}

.program_list.theme {
	overflow-y: auto;
	height: 507px;
	margin-bottom: 0;
}

.program_list.theme li a {
	width: 186px;
}

.program_list.theme .info .p_b_tit {
	color: #6a696e;
}