.bk-play {
	padding-top: 20px;
}

.body-box {
	display: flex;
	justify-content: center;
}

.body-box .body-left {
	flex-grow: 1;
	overflow: hidden;
}

.playlist-theater {
	padding-top: 50px;
}

.player-btns {
	height: 40px;
	display: flex;
	border-bottom: 1px solid #dddddd;
	background-color: #f2f2f2;
}

.player-btns button,
.player-btns a {
	padding-left: 15px;
	padding-right: 15px;
	color: #999999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.player-btns span {
	color: #999999;
}

.player-btns .resource:nth-of-type(1) {
	padding-left: 10px;
	padding-right: 10px;
}

.player-btns .resource:nth-of-type(2) {
	border-left: 0px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
}

.player-btns button:hover,
.player-btns a:hover {
	background-color: #cccccc;
	color: #333333;
}

.player-btns .current,
.player-btns .current:hover {
	background-color: #e5bc52;
	color: #ffffff;
}

.player-btns .likeok,
.player-btns .likeok span {
	color: #00aaff;
}

.player-btns .btn-note {
	position: absolute;
	z-index: 100;
	margin-top: -50px;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.player-btns .btn-note .text {
	background-color: #ffffff;
	padding: 10px;
	display: flex;
	justify-content: center;
	border: 1px solid #cccccc;
	border-radius: 5px;
}

.player-btns .ico-youtube:before {
	font-size: 1.6rem;
}

.player-btns .ico-smtv:before ,
.player-btns .ico-theater:before {
	font-size: 1.6rem;
}
.player-btns .ico-audio:before ,
.player-btns .ico-download:before,
.player-btns .ico-mobile:before,
.player-btns .ico-share:before,
.player-btns .ico-like:before,
.player-btns .ico-bigsubtitle:before ,
.player-btns .ico-defaultview:before {
	font-size: 1.3rem;
}

.body-box .playlist {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	width: 400px;
	background-color: #ffffff;
	margin-left: 20px;
}

.body-box .playlist .playlist-contaner {
	margin-bottom: 50px;
}

.body-box .playlist .list-range {
	flex-grow: 1;
	flex-shrink: 1;
	overflow-y: auto;
}

.body-box .playlist .list-all {
	box-sizing: border-box;
	width: 100%;
	margin-top: 0px;
}

.body-box .playlist .episode-range {
	max-height: 300px;
}

.list-play {
	background-color: #f5f5f5;
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}

.list-play .title-type {
	padding: 0px 15px 0px 15px;
}

.list-bar-play {
	padding: 15px 20px 15px 20px;
	background-color: #f5f5f5;
}
.playlist .title-type.title-type-episode{
	align-items: center;

}
.playlist .episode-num{
	display: inline-block;
	font-size: 1rem;
}


.view-more-container .view-btns {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.view-more-container .view-btns a {
	margin-right: 10px;
	border-radius: 7px;
	border: 1px solid #dddddd;
	padding: 3px 10px;
	text-align: center;
	background-color: #eeeeee;
}

.view-more-container .view-btns a:last-of-type {
	margin-right: 0px;
}

.view-more-container .view-btns a:hover {
	background-color: #dddddd;
}

.view-more-container .view-btns .current,
.view-more-container .view-btns .current:hover {
	border: 1px solid #00aaff;
	color: #ffffff;
	background-color: #00aaff;
}

.view-more-container .view-content .title-type {
	padding: 0px 0px 0px 0px;
	display: none;
}

.view-more-container .view-content .vbox {
	margin: 0px;
}

.view-more-container .vboxcurrent {
	padding: 12px 0px 15px 0px;
	background-color: transparent;
}

.article-box {
	display: flex;
	background-color: #ffffff;
}

.article {
	padding-top: 50px;
	margin-bottom: 50px;
	background-color: #ffffff;
	flex: 1;
}

.article-head {
	display: flex;
	margin-bottom: 30px;
}

.article-head .titles {
	box-sizing: border-box;
}

.article-head .list-episode {
	display: none;
}



.article-head h1 {
	font-weight: normal;
	color: #333333;
	font-size: 1.8rem;
	line-height: 2.7rem;
}

.article-head .moreinfos {
	color: #999999;
	padding-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.article-head .moreinfos .time {
	margin-right: 15px;
}
.article-head .moreinfos .type {
	margin-right: 15px;
}

.article-head .moreinfos .type a {
	color: #999999;
}

.article-head .moreinfos .type a:hover {
	color: #000000;
}

.article-head .moreinfos .language {
	display: flex;
	align-items: center;
	color: #999999;
	flex-wrap: wrap;
}

.article-head .moreinfos .language span {
	margin-right: 10px;
}

.article-head .moreinfos .language span:last-of-type {
	margin-right: 0px;
}

.article-head .moreinfos .language div {
	display: flex;
	margin-right: 15px;
	align-items: center;
}

.article-head .moreinfos .language div img {
	width: 30px;
	height: 20px;
	margin-right: 10px;
}




.labels {
	box-sizing: border-box;
	padding-top: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.labels a {
	color: #00aaff;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.labels a:hover {
	background-color: #00aaff;
	border: 1px solid #00aaff;
	color: #ffffff;
}



.article-body .details {
	display: flex;
	flex-direction: column;
}

.article-body .dhead {
	border-bottom: 1px solid #dddddd;
	display: flex;
}

.article-body .dhead .title {
	border-bottom: 3px solid #00aaff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	font-size: 1.2rem;
	box-sizing: border-box;
	color: #333333;
	display: block;
	display: inline-block;
}

.article-body .dhead .btns {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.article-body .dhead .btns div {
	color: #00aaff;
	cursor: pointer;
}

.article-body .dhead .btns div:hover {
	color: #000000;
}

.article-body .details .text {
	padding: 30px 0px 30px 0px;
	height: 100%;
}

.article-text {
	font-size: 1.125rem;
	line-height: 2rem;
	word-break: break-word;
}

.article-text p {
	margin-bottom: 0.7rem;
}

.article-text p:empty {
	font-size: 0rem;
	line-height: 0rem;
	height: 1px;
}

.article-text img {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: block;
}

.article-text .notes {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.article-text a {
	color: #00aaff;
}
.article-text a:hover {
	color: #00ccff;
}
.float-menu-select-date .inputs {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.float-menu-select-date .inputs input {
	padding: 7px;
	font-size: 1.1rem;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #00aaff;
	border-radius: 50px;
	margin: 5px 0px 0px 0px;
}

.float-menu-select-date .datepicker {
	padding: 10px 0px;
}

.float-menu-select-date .sbtns {
	display: flex;
	justify-content: center;
}

.float-menu-select-date .sbtns .button {
	color: #ffffff;
	padding: 10px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #00aaff;
	cursor: pointer;
	border-radius: 30px;
}

.float-menu-select-date .sbtns .button:hover {
	background-color: #00ccff;
}

.float-menu-select-date .datepicker-days {
	display: flex;
	justify-content: center;
}


/*********/
.body-box,
.header .topbox-contents {
	max-width: 85%;
}
.article {
	padding-top: 15px;
}


@media screen and (max-width: 1700px) {
	.body-box,
	.header .topbox-contents {
		max-width: 100%;
	}
	.bk-play {
		padding-top: 15px;
	}
	.article-head h1 {
		font-size: 1.5rem;
		line-height: 1.4;
	}

}

@media screen and (max-width: 1650px) {
	.body-box,
	.header .topbox-contents {
		max-width: 85%;
	}
	.article-head h1 {
		font-size: 1.3rem;
		line-height: 1.4;
	}
}

@media screen and (max-width: 1500px) {
	.body-box,
	.header .topbox-contents {
		max-width: 95%;
	}
}

@media screen and (max-width: 1400px) {
	.body-box{
		max-width: 87%;
	}	
	.header .topbox-contents {
		max-width: 100%;
	}
	.article-head h1 {
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1.4;
	}	
}
@media screen and (max-width: 1300px) {
	.body-box,
	.header .topbox-contents {
		max-width: 92%;
	}
}

@media screen and (max-width: 970px) {
	.bk-play {
		padding-top: 0px;
	}

	.header .topbar-box {
		max-width: 100%;
	}

	.header .topbox-contents {
		max-width: 100%;
	}

	.body-box {
		padding-left: 0px;
		padding-right: 0px;
		flex-direction: column;
		margin-left: 0px;
		margin-right: 0px;
		max-width: 100%;
	}

	.player-btns {
		height: 40px;
		display: flex;
		justify-content: space-between;
		padding: 0px 10px 0px 0px;

	}

	.player-btns span {
		font-size: 0.875rem;
	}

	.player-btns button,
	.player-btns a {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 1.5rem;
	}

	.player-btns button:hover,
	.player-btns a:hover {
		background-color: transparent;
		color: #999999;
	}


	.player-btns .btn-note .text {
		font-size: 0.875rem;
	}

	.player-btns .mobile,
	.player-btns .theater {
		display: none;
	}

	.player-btns .download {
		font-size: 0px;
	}


	.playerbox-container .playerbox {
		width: 100vw;
		height: calc(100vw/1.777);
	}


	.body-box .playlist {
		width: 100%;
		margin: 0px;
		padding: 0px 15px 0px 15px;
		box-sizing: border-box;
	}

	.playlist .vboxcurrent,
	.playlist .vboxcurrent:hover {
		background-color: #eeeeee;
		padding: 15px 7px;
	}

	.body-box .playlist .list-all {
		padding-top: 0px;

	}

	.body-box .playlist .list-range {
		flex-grow: 1;
		flex-shrink: 1;
		overflow-y: visible;
	}

	.body-box .playlist .episode-range {
		max-height: none;
	}

	.body-box .playlist .list-episode {
		display: none;
	}

	.body-box .playlist .playlist-contaner,
	.view-content {
		overflow: hidden;
		height: auto;
		position: relative;
		padding: 0px 0px 0px 0px;
	}

	.view-content .vbox:last-of-type {
		border-bottom: none;
	}

	.list-play {
		border-bottom: none;
	}

	.view-more-container .view-btns {
		display: none;
	}

	.title-type,
	.view-more-container .view-content .title-type {
		display: block;
		background-color: #ffffff;
		border-bottom: 1px solid #dddddd;
		padding: 0px 0px 15px 0px;
	}

	.view-more-container .view-content {
		margin-bottom: 50px;
	}

	.article {
		padding-top: 30px;
		margin-bottom: 50px;
	}

	.article-head {
		display: block;
		margin-bottom: 50px;
		padding: 0px 15px 0px 15px;
	}

	.article-head h1 {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.article-head .list-episode {
		background-color: #ffffff;
		border-top: 1px solid #dddddd;
		margin-top: 15px;
		padding: 15px 0px 0px 0px;
		display: block;
	}

	.article-head .list-episode h3 {
		color: #333333;
		font-size: 1.2rem;
		font-weight: normal;
		padding-bottom: 15px;
	}

	.article-head .titles {
		width: 100%;
		padding: 0px;
	}

	.article-head .moreinfos .language {
		flex-wrap: wrap;
	}

	.article-body {
		display: block;
	}

	.article-body .dhead .title {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
	}

	.article-body .details {
		margin-right: 0px;
		padding: 0px 15px 0px 15px;
	}

	.article-body .details .text {
		padding: 15px 0px 0px 0px;
		position: relative;
		overflow: hidden;
	}

	.list-play {
		background-color: #ffffff;
	}

}


/*****************************/
.lang-fa .list-episode .btns,
.lang-fa .playlist .title-type,
.lang-fa .article-head .moreinfos,

.lang-ar .list-episode .btns,
.lang-ar .playlist .title-type,
.lang-ar .article-head .moreinfos {
	direction: rtl;
}

.lang-fa .article-head .moreinfos .language,
.lang-fa .article-head .moreinfos .language img,
.lang-ar .article-head .moreinfos .language,
.lang-ar .article-head .moreinfos .language img {
	margin-right: 0px;
	margin-left: 15px;
}

.lang-he .article-head h1,
.lang-he .article-text,
.lang-he .article-head,
.lang-ur .article-head h1,
.lang-ur .article-text,
.lang-ur .article-head,
.lang-fa .article-head h1,
.lang-fa .article-text,
.lang-fa .article-head,
.lang-ar .article-head h1,
.lang-ar .article-text,
.lang-ar .article-head {
	direction: rtl;
}

.lang-he .article-head .moreinfos .time,
.lang-ur .article-head .moreinfos .time,
.lang-fa .article-head .moreinfos .time,
.lang-ar .article-head .moreinfos .time {
	margin-left: 15px;
	margin-right: 0px;
}