﻿/*====================================pc,mobile 공통====================================*/


/* #wrap {
	display: inline-block;
	margin: 0px auto;
	text-align: center;
} */
#player-wrap {
	position: relative;
	/* padding-bottom: 56.25%; */
	text-align: left;
	display: inline-block;
	width: 100%;
	height : 428px;
	background-repeat: no-repeat;
}
#player-wrap.pc {
	width: 760px;
	/* min-width: 760px; */
	transition: width 0.5s, height 0.5s;
}
#player-wrap.pc.onair {
	width: 1200px;
	min-width: 1200px;
	transition: width 0.5s, height 0.5s;
	height : 480px;
}
#player-wrap.wide {
	width: 1100px;
	height: 620px;
	transition: width 0.5s, height 0.5s;
}
#player-wrap.wide.onair {
	width: 100vw;
	max-height: calc(100vh - 300px);
	height : 428px;
	transition: width 0.5s, height 0.5s;
}
#player-wrap.mobile {
	/*position: fixed;*/
	/*width: 100vw;*/
	width: 100%;
}
#player-wrap.mobile.fixed {
	position: relative;
	/*width: 100vw;*/
	width: 100%;
}
#player-wrap.iframe {
	width: 100%;
	height: 100%;
}
/*pc, mobile 구분*/
#ats-video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 900;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
#ats-video.ats-pc-player.player-fixed {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: calc((100vw - 1200px) / 2);
	width: 412px;
	height: 231px;
	min-width: 478px;
	min-height: 269px;
	transition: width 0s, height 0s;
	border: solid 1px #000000;
}
@media all and (max-width: 1200px) {
	#ats-video.ats-pc-player.player-fixed {
		right: calc(100vw - 1200px);
	}
}
/* #ats-video.ats-mobile-player.news {
	position: unset;
} */
#ats-video.ats-mobile-player.player-fixed {
	display: block;
	width: 169px;
	min-height: 0px;
	height: 124px;
	z-index: 100;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	transform: translate(0px, 0px);
	float: left;
}

/*  미드롤 플레이어 전용  */
#ats-midroll {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
  overflow: hidden;
}
#ats-midroll.ats-pc-player.player-fixed {
	position: fixed;
	z-index: 100;
	bottom: 760px;
	right: calc((100vw - 1200px) / 2);
	width: 412px;
	height: 231px;
	min-width: 478px;
	min-height: 269px;
	transition: width 0s, height 0s;
	border: solid 1px #000000;
}
@media all and (max-width: 1200px) {
	#ats-midroll.ats-pc-player.player-fixed {
		right: calc(100vw - 1200px);
	}
}
/* #ats-midroll.ats-mobile-player.news {
	position: unset;
} */
#ats-midroll.ats-mobile-player.player-fixed {
	display: block;
	width: 169px;
	min-height: 0px;
	height: 124px;
	z-index: 100;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	transform: translate(0px, 0px);
	float: left;
}

#div_mpip {
	display: none;
	width: 0px;
	height: 0px;
}
#div_mpip.player-fixed {
	position: fixed;
	z-index: 100;
	width: 100%;
	display: inline-block;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: rgba(0, 0, 0, 0.85) url("../image/bg_playing_video.png");
	background-repeat: no-repeat;
	background-position: right 7.5px bottom 0px;
	background-size: 77.5px auto;
	height: 124px;
	transition: height 0.5s;
	overflow: hidden;
}

/* click시 outline 제거*/
*:focus {
	outline: none;
}

/* font 선언 */
@font-face {
	font-family: "NotoSansCJKkr-Regular";
	src: url("https://www.mbn.co.kr/player/videojs/playerjs/NotoSansCJKkr-Regular.otf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font 적용 및 Drag disable */
* {
	/*font-family: "NotoSansCJKkr-Regular" !important;*/
	/*user-select: none !important;*/
  -webkit-tap-highlight-color: transparent;
}

/* 버튼 외 다른 부분 클릭시 동작 없앰 */
.vjs-tech {
	pointer-events: none;
}

/* remaining Time 제거 */
.vjs-remaining-time {
	display: none !important;
}

/*====================================pc 버전====================================*/

/* title, description */
.video-js.ats-pc-player div.vjs-dock-title:before {
	background-image: none;
}
.ats-pc-player.vjs-has-started div.vjs-dock-title:before {
	content: " ";
	width: 32px;
	height: 32px;
	background-image: url(../image/tv.png);
	background-size: 100% auto;
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
}
.ats-pc-player div.vjs-dock-title {
	margin: 0px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.47;
	letter-spacing: -0.95px;
	text-align: left;
	color: white;
}
/* 
.ats-pc-player div.vjs-dock-description {
  display: inline-block;
  color: rgb(56, 56, 56);
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 38px;
  height: 38px;
  letter-spacing: -0.8px;
} 

.ats-pc-player.vod div.vjs-dock-description:before,
.ats-pc-player.fullvod div.vjs-dock-description:before {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: black;
}
*/
.ats-pc-player div.vjs-dock-text {
	background-color: unset;
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.36),
		rgba(0, 0, 0, 0.144) 67%,
		rgba(0, 0, 0, 0)
	);
	padding: 21px 17px 21px 17px;
	height: 74px;
	text-align: left;
	z-index: 2;
}
.ats-pc-player.nobanner div.vjs-dock-text,
.ats-pc-player.nobanner div.vjs-dock-shelf {
	display: none;
}

.ats-pc-player div.vjs-dock-shelf {
	width: 324px;
	height: 74px;
	padding: 15px 17px 15px 17px;
	z-index: 2;
}

/* login,join button */
.ats-pc-player button.vjs-icon-loginbutton {
	width: 140px;
	height: 44px;
	margin-right: 9px;
	border: solid 2px white;
	background-color: rgba(255, 255, 255, 0.14);
	cursor: pointer;
}
.ats-pc-player button.vjs-icon-loginbutton:before {
	content: "로그인";
	font-size: 17px;
	font-weight: bold;
	line-height: 1.47;
	letter-spacing: -0.85px;
	color: white;
}
.ats-pc-player button.vjs-icon-joinbutton {
	width: 141px;
	height: 44px;
	border: solid 2px white;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.ats-pc-player button.vjs-icon-joinbutton:before {
	content: "회원가입";
	font-size: 17px;
	font-weight: bold;
	line-height: 1.47;
	letter-spacing: -0.85px;
	color: white;
}
.ats-pc-player button.vjs-icon-paybutton {
	width: 141px;
	height: 44px;
	border: solid 2px white;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.ats-pc-player button.vjs-icon-paybutton:before {
	content: "이용권 구매";
	font-size: 17px;
	font-weight: bold;
	line-height: 1.47;
	letter-spacing: -0.85px;
	color: white;
}

/* Control Bar 관련 */
.ats-pc-player .vjs-control-bar {
	background: none;
	background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
	height: 73px;
	padding: 32px 17px 9px 17px;
	z-index: 2;
	flex-wrap: wrap;
}

.ats-pc-player .vjs-play-progress {
	background-color: #ed6d01;
}
.ats-pc-player .vjs-play-progress:before {
	content: "";
	opacity: 0;
}
.ats-pc-player .vjs-progress-holder:hover .vjs-play-progress:before {
	color: #ed6d01;
	content: "●";
	font-size: 16px;
	border-radius: 50%;
	background: rgba(237, 109, 1, 0.58);
	width: 26px;
	height: 26px;
	right: -13px;
	top: -10px;
	line-height: 25px;
	opacity: 1;
	transition: opacity 0.3s;
}
.ats-pc-player.vjs-ad-playing
	.vjs-progress-holder:hover
	.vjs-play-progress:before {
	color: #ff6c00;
	background: none;
}
.ats-pc-player .vjs-load-progress {
	background: rgba(255, 255, 255, 0.54);
}
.ats-pc-player .vjs-load-progress div {
	background: rgba(255, 255, 255, 0);
}

.ats-pc-player div.vjs-progress-holder {
	background: rgba(255, 255, 255, 0.33);
}
.ats-pc-player div.vjs-progress-holder:hover {
	height: 6px;
	/* padding: 12px 0px;
	background: none; */
}

/* .ats-pc-player .vjs-progress-holder .vjs-play-progress,
.ats-pc-player .vjs-progress-holder .vjs-load-progress,
.ats-pc-player .vjs-progress-holder .vjs-load-progress div {
	height: 5px;
} */

.ats-pc-player .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
	width: 115px;
}
.ats-pc-player
	.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover
	div.vjs-volume-control.vjs-volume-horizontal {
	width: 71px;
}
.ats-pc-player
	.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover
	div.vjs-volume-control.vjs-volume-horizontal
	div.vjs-volume-bar {
	width: 71px;
	background-color: rgba(255, 255, 255, 0.15);
}
.ats-pc-player .vjs-volume-level {
	background-color: white;
}
.ats-pc-player .vjs-volume-level:before {
	content: " ";
	background-color: white;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: -3px;
	right: -6px;
}
.ats-pc-player div.vjs-volume-control {
	background-color: none;
	left: 7px;
}

/* 실행전 플레이 버튼 content 삭제*/
.ats-pc-player button.vjs-big-play-button span.vjs-icon-placeholder:before {
	content: " ";
}

/* play-control 버튼 content 삭제 */
.ats-pc-player button.vjs-play-control span.vjs-icon-placeholder:before {
	content: " " !important;
}
/* 재생중일때 버튼 */
.ats-pc-player button.vjs-playing {
	background-image: url(../image/pause.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button.vjs-playing:hover {
	background-image: url(../image/pause_hover.png);
}
.ats-pc-player button.vjs-playing:hover:after {
	content: "일시정지";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: 0px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}
/* 일시정지일때 버튼 */
.ats-pc-player button.vjs-paused {
	background-image: url(../image/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button.vjs-paused:hover {
	background-image: url(../image/play_hover.png);
}
.ats-pc-player button.vjs-paused:hover:after {
	content: "재생";
	display: inline-block;
	width: 45px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: 0px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}
/* 영상이 끝났을 때 버튼 */
.ats-pc-player button.vjs-ended {
	background-image: url(../image/replay.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button.vjs-ended:hover {
	background-image: url(../image/replay_hover.png);
}
.ats-pc-player button.vjs-ended:hover:after {
	content: "다시보기";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: 0px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}

/* 음소거 버튼 content 삭제 */
.ats-pc-player button.vjs-mute-control span.vjs-icon-placeholder:before {
	content: " " !important;
}
/* 볼륨을 줄였을 때 버튼 (음소거 해제) */
.ats-pc-player button[title="Unmute"] {
	background-image: url(../image/volume_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button[title="Unmute"]:hover {
	background-image: url(../image/volume_off_hover.png);
}
.ats-pc-player button[title="Unmute"]:hover:after {
	content: "음소거 해제";
	display: inline-block;
	width: 65px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -16.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}
/* 볼륨을 높였을 때 버튼 (음소거) */
.ats-pc-player button[title="Mute"] {
	background-image: url(../image/volume_on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button[title="Mute"]:hover {
	background-image: url(../image/volume_on_hover.png);
}
.ats-pc-player button[title="Mute"]:hover:after {
	content: "음소거";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -11.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}

/* 전체화면 버튼 content 삭제 */
.ats-pc-player button.vjs-fullscreen-control span.vjs-icon-placeholder:before {
	content: " " !important;
}
/* 일반 화면일 때 버튼 (전체화면 버튼) */
.ats-pc-player button[title="Fullscreen"] {
	background-image: url(../image/full_on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button[title="Fullscreen"]:hover {
	background-image: url(../image/full_on_hover.png);
}
.ats-pc-player button[title="Fullscreen"]:hover:after {
	content: "전체화면";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -11.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}
/* 전체 화면일 때 버튼 (축소화 버튼) */
.ats-pc-player button[title="Non-Fullscreen"] {
	background-image: url(../image/full_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button[title="Non-Fullscreen"]:hover {
	background-image: url(../image/full_off_hover.png);
}
.ats-pc-player button[title="Non-Fullscreen"]:hover:after {
	content: "기본화면";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -11.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}

/* 팝업화면 버튼 제거 */
.ats-pc-player button.vjs-picture-in-picture-control {
	display: none;
}

/* 펼침화면 버튼 아이콘 설정 */
.ats-pc-player.vjs-fullscreen button.vjs-wide-button {
	display: none;
}
.ats-pc-player button.vjs-wide-button {
	background-image: url(../image/wide_on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button.vjs-wide-button:hover {
	background-image: url(../image/wide_on_hover.png);
}
.ats-pc-player button.vjs-wide-button:hover:after {
	content: "시네마모드";
	display: inline-block;
	width: 65px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -16.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}
.ats-pc-player.ats-wide-player button.vjs-wide-button {
	background-image: url(../image/wide_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player.ats-wide-player button.vjs-wide-button:hover {
	background-image: url(../image/wide_off_hover.png);
}
.ats-pc-player.ats-wide-player button.vjs-wide-button:hover:after {
	content: "기본화면";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -11.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}

/* 자막 버튼 아이콘 설정 */
.ats-pc-player button.vjs-subtitle-button {
	background-image: url(../image/cc_off_v2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player button.vjs-subtitle-button:hover:after {
	content: "자막 켜기";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -11.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}
.ats-pc-player.ats-subtitle button.vjs-subtitle-button {
	background-image: url(../image/cc_on_v2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.ats-pc-player.ats-subtitle button.vjs-subtitle-button:hover:after {
	content: "자막 끄기";
	display: inline-block;
	width: 55px;
	height: 24px;
	border-radius: 2px;
	background-color: black;
	color: white;
	position: absolute;
	left: -11.5px;
	bottom: 58px;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: -0.96px;
	text-align: center;
}

/* current Time 글씨 설정 */
.ats-pc-player span.vjs-current-time-display {
	color: #ed6d01;
	font-size: 15px;
	/* line-height: 1.33; */
	vertical-align: middle;
	cursor: default;
}
/* Time divider 글씨 설정 */
.ats-pc-player div.vjs-time-divider span {
	color: white;
	font-size: 11px;
	/* line-height: 1.33; */
	vertical-align: middle;
	text-align: center;
	cursor: default;
}
/* durationTime 설정 */
.ats-pc-player span.vjs-duration-display {
	color: white;
	font-size: 15px;
	/* line-height: 1.33; */
	vertical-align: middle;
	cursor: default;
}

/* Control Bar 순서 및 크기 지정 */

.ats-pc-player div.vjs-progress-control {
	order: 0;
	width: 100%;
	height: 0px;
	/* padding: 0px 5px 0px 5px; */
	top: -12px;
}
.ats-pc-player div.vjs-progress-control .vjs-progress-holder {
	margin: 0px;
}

.ats-pc-player button.vjs-play-control {
	order: 1;
	width: 32px;
	height: 100%;
	margin: 0px 7.5px 0px 0px;
}

.ats-pc-player div.vjs-volume-panel-horizontal {
	order: 2;
	width: 32px;
	height: 100%;
	margin: 0px 7.5px 0px 7.5px;
}
.ats-pc-player button.vjs-mute-control {
	width: 32px;
	height: 100%;
}

.ats-pc-player div.vjs-current-time {
	order: 3;
  width: fit-content;
	height: 100%;
	margin: 0px 0px 0px 7.5px;
	padding: 0px;
	display: block;
}
.ats-pc-player div.vjs-time-divider {
	order: 3;
	width: 5px;
	min-width: 0px;
	height: 100%;
	margin: 0px 5px;
	padding: 0px;
	display: block;
}

.ats-pc-player div.vjs-duration {
	order: 4;
  width: fit-content;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}

.ats-pc-player div.vjs-custom-control-spacer.vjs-spacer {
	display: flex;
	order: 5;
	width: auto;
	height: 100%;
	flex: auto;
}

.ats-pc-player button.vjs-subtitle-button {
	order: 6;
	width: 32px;
	height: 100%;
	margin: 0px 7.5px 0px 7.5px;
	cursor: pointer;
}
.ats-pc-player .vjs-subs-caps-button div.vjs-menu,
.ats-pc-player .vjs-subs-caps-button ul.vjs-menu-content,
.ats-pc-player div.vjs-subs-caps-button {
	display: none;
}
.ats-pc-player button.vjs-subs-caps-button span.vjs-icon-placeholder:before {
	content: " ";
}

.ats-pc-player div.vjs-resolution-button {
	order: 7;
	width: auto;
	height: 100%;
	margin: 0px 7.5px 0px 7.5px;
	line-height: 3em;
}
.ats-pc-player div.vjs-resolution-button:after {
	content: " ";
	background-image: url(../image/arrow.png);
	background-size: 100% auto;
	width: 16px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}
.ats-pc-player span.vjs-resolution-button-label {
	display: inline-block;
	color: white;
	font-size: 15px;
	line-height: 1.33;
	vertical-align: middle;
	min-width: 44px;
	width: fit-content;
}

.ats-pc-player button.vjs-wide-button {
	order: 8;
	width: 32px;
	height: 100%;
	margin: 0px 7.5px 0px 7.5px;
	cursor: pointer;
}

.ats-pc-player .vjs-fullscreen-control {
	order: 9;
	width: 32px;
	height: 100%;
	margin: 0px 0px 0px 7.5px;
}

/* grid thumbnail span */
.ats-pc-player .vjs-thumbnail-holder span {
	opacity: 0;
}

/* onair 변경 사항*/
.ats-pc-player.onair div.vjs-live-control {
	order: 2;
	width: 64px;
	margin: 0px 7.5px 0px 7.5px;
	padding: 0px;
	line-height: 32px;
	font-size: 17px;
}
.ats-pc-player.onair div.vjs-live-control:before {
	content: " ";
	background-image: url(../image/ic_live.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: rgba(0, 0, 0, 0);
	background-size: 10px;
	width: 18px;
	height: 32px;
}
.ats-pc-player.onair div.vjs-current-time,
.ats-pc-player.onair div.vjs-duration,
.ats-pc-player.onair div.vjs-time-divider,
.ats-pc-player.onair button.vjs-subtitle-button, 
.ats-pc-player.onair div.vjs-subs-caps-button{
	display: none !important;
}

/* 실행전 플레이 버튼 재생중*/
.ats-pc-player.vjs-playing button.vjs-big-play-button {
	display: block !important;
	background-image: url(../image/BigPauseButton.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	height: 128px;
	min-height: 128px;
	width: 128px;
	min-width: 128px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 1;
}
.ats-pc-player.vjs-playing.vjs-ad-playing button.vjs-big-play-button {
	background-image: url(../image/ic_pause_ad.svg);
	height: 46px;
	min-height: 46px;
	width: 34px;
	min-width: 34px;
}
.ats-pc-player.vjs-playing:not(.vjs-ad-playing) button.vjs-big-play-button:hover {
	background-image: url(../image/BigPauseButton_hover.png);
}
/* 실행전 플레이 버튼 정지시*/
.ats-pc-player.vjs-paused button.vjs-big-play-button {
	display: block !important;
	background-image: url(../image/BigPlayButton.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	height: 128px;
	min-height: 128px;
	width: 128px;
	min-width: 128px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.ats-pc-player.vjs-paused.vjs-ad-playing button.vjs-big-play-button {
	background-image: url(../image/ic_play_ad.svg);
	height: 52px;
	min-height: 52px;
	width: 46px;
	min-width: 46px;
}
.ats-pc-player.vjs-paused:not(.vjs-ad-playing) button.vjs-big-play-button:hover {
	background-image: url(../image/BigPlayButton_hover.png);
}

/* 중앙 버튼들 천천히 사라지는 효과 */
.ats-pc-player.vjs-user-inactive.vjs-playing button.vjs-bwsec-button,
.ats-pc-player.vjs-user-inactive.vjs-playing button.vjs-fwsec-button,
.ats-pc-player.vjs-user-inactive.vjs-playing button.vjs-big-play-button {
	display: inline-block;
	visibility: hidden;
	opacity: 0;

	transition: visibility 0.7s, opacity 0.7s;
}

/* 중앙 버튼들 천천히 보이는 효과 */
.ats-pc-player.vjs-user-active button.vjs-bwsec-button,
.ats-pc-player.vjs-user-active button.vjs-fwsec-button,
.ats-pc-player.vjs-user-active button.vjs-big-play-button {
	display: inline-block;
	visibility: visible;
	opacity: 1;

	transition: visibility 0.5s, opacity 0.5s;
}

/* 10초 되돌리기 버튼 */
.ats-pc-player.vjs-has-started:not(.vjs-error) button.vjs-bwsec-button {
	display: inline-block;
	background-image: url(../image/10s_Backward.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	position: relative;
	height: 128px;
	width: 128px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-235px, -50%);
	cursor: pointer;
}
/* 10초 스킵하기 버튼 */
.ats-pc-player.vjs-has-started:not(.vjs-error) button.vjs-fwsec-button {
	display: inline-block;
	background-image: url(../image/10s_Forward.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	position: relative;
	height: 128px;
	width: 128px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(107px, -50%);
	cursor: pointer;
}
/* 10초 되돌리기 패드 */
.ats-pc-player:not(.vjs-error) button.vjs-bwsec-pad {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: unset;
	height: 100%;
	width: calc(50% - 107px);
	margin: 0px;
	position: absolute;
	top: 0%;
	left: 0%;
	overflow: hidden;
}
/* 10초 스킵하기 패드 */
.ats-pc-player:not(.vjs-error) button.vjs-fwsec-pad {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: unset;
	height: 100%;
	width: calc(50% - 107px);
	margin: 0px;
	position: absolute;
	top: 0%;
	right: 0%;
	overflow: hidden;
}

/* skip animation */
.ats-pc-player:not(.vjs-error) button.vjs-bwsec-pad div.ripple,
.ats-pc-player:not(.vjs-error) button.vjs-fwsec-pad div.ripple{
	border-radius: 50%;
	transform: scale(0);
	animation: ripple 600ms linear;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 50%;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.ats-pc-player.vjs-has-started:not(.vjs-error) button.vjs-bwsec-pad span.text{
  transform: translate(+100%, -50%);
  left: 0;
}
.ats-pc-player.vjs-has-started:not(.vjs-error) button.vjs-fwsec-pad span.text{
  transform: translate(-100%, -50%);
  right: 0;
}
.ats-pc-player.vjs-has-started:not(.vjs-error) button.vjs-bwsec-pad span.text,
.ats-pc-player.vjs-has-started:not(.vjs-error) button.vjs-fwsec-pad span.text{
  position: absolute;
  top: 50%;
  animation: text 600ms linear;
  opacity: 0;
  font-size: 20px;
  text-shadow: 3px 3px 20px #000000, -2px 1px 30px #000000;
}
@keyframes text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 화질 변경 메뉴 */
.ats-pc-player div.vjs-resolution-button div.vjs-menu {
	width: 60px;
	height: 22px;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 32px;
}
.ats-pc-player div.vjs-resolution-button div.vjs-menu ul.vjs-menu-content {
	bottom: 20px;
	left: -18px;
	width: 96px !important;
	background-color: rgba(0, 0, 0, 0.72);
	border-radius: 6px;
}
.ats-pc-player div.vjs-resolution-button div.vjs-menu ul.vjs-menu-content li {
	height: 36px;
	line-height: 30px;
}
.ats-pc-player
	div.vjs-resolution-button
	div.vjs-menu
	ul.vjs-menu-content
	li
	span {
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 15px;
	font-weight: bold;
	line-height: 1.27;
	letter-spacing: -0.75px;
	vertical-align: middle;
}
.ats-pc-player
	div.vjs-resolution-button
	div.vjs-menu
	ul.vjs-menu-content
	li.vjs-selected
	span {
	color: #ed6d01;
	background: unset;
}

/*====================================mobile 버전====================================*/
/* title, description */
.ats-mobile-player.onair:not(.vjs-ad-playing) div.vjs-dock-title:before {
	background-image: none;
}
.ats-mobile-player.vjs-has-started div.vjs-dock-title:before {
	content: " ";
	width: 22px;
	height: 20px;
	background-image: url(../image/tv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 4px;
	vertical-align: text-top;
}
.ats-mobile-player div.vjs-dock-title {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	letter-spacing: -0.7px;
	text-align: left;
	color: white;
	width: auto;
}
.ats-mobile-player.onair div.vjs-dock-title {
	font-size: 12px;
}

.ats-mobile-player div.vjs-dock-description {
	display: none;
}

.ats-mobile-player div.vjs-dock-text {
	background-color: unset;
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.36),
		rgba(0, 0, 0, 0.144) 67%,
		rgba(0, 0, 0, 0)
	);
	padding: 13px 11px 30px 11px;
	width: 100%;
	height: 63px;
	text-align: left;
	z-index: 2;
}

/* .ats-mobile-player.onair div.vjs-dock-text {
  pointer-events: unset;
  text-align: center;
} */

.ats-mobile-player div.vjs-dock-shelf {
	height: 30px;
	width: auto;
	padding: 0px;
	margin: 9.375px 10px;
	z-index: 2;
}

.ats-mobile-player.nobanner div.vjs-dock-text,
.ats-mobile-player.nobanner div.vjs-dock-shelf {
	display: none;
}

/* login,join button */

.ats-mobile-player button.vjs-icon-loginbutton {
	width: 94px;
	height: 100%;
	margin-right: 6px;
	border: solid 1px white;
	background-color: rgba(255, 255, 255, 0.14);
	cursor: pointer;
}
.ats-mobile-player.onair button.vjs-icon-loginbutton {
	width: 74px;
}

.ats-mobile-player button.vjs-icon-loginbutton:before {
	content: "로그인";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: -0.7px;
	color: white;
}
.ats-mobile-player button.vjs-icon-joinbutton {
	width: 95px;
	height: 100%;
	border: solid 1px white;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.ats-mobile-player button.vjs-icon-joinbutton:before {
	content: "회원가입";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: -0.7px;
	color: white;
}
.ats-mobile-player button.vjs-icon-paybutton {
	width: 95px;
	height: 100%;
	border: solid 1px white;
	background-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.ats-mobile-player button.vjs-icon-paybutton:before {
	content: "이용권 구매";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: -0.7px;
	color: white;
}

/* Control Bar 관련 */

.ats-mobile-player .vjs-control-bar {
	background-color: rgba(0, 0, 0, 0);
	background: linear-gradient(
		to bottom,
		rgba(255, 255, 255, 0),
		rgba(0, 0, 0, 0.774)
	);
	height: 93px;
	padding: 61px 10px 12px 10px;
	z-index: 2;
	flex-wrap: wrap;
}

.ats-mobile-player .vjs-play-progress {
	background-color: #ed6d01;
}
.ats-mobile-player .vjs-progress-holder .vjs-play-progress:before,
.ats-mobile-player .vjs-progress-holder .vjs-play-progress span {
	content: "";
	color: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 0.3s;
}
.ats-mobile-player .vjs-progress-holder.over .vjs-play-progress:before {
	display: inline-block;
	color: #ed6d01;
	content: "●";
	font-size: 10px;
	border-radius: 50%;
	background: rgba(237, 109, 1, 0.58);
	width: 15px;
	height: 15px;
	right: -7.5px;
	top: -6px;
	line-height: 14px;
	opacity: 1;
	transition: opacity 0.3s;
}
.ats-mobile-player .vjs-progress-holder.over .vjs-play-progress span {
	display: inline-block;
	background: black;
	border-radius: 3px;
	width: 37.5px;
	height: 18.75px;
	position: absolute;
	bottom: 11.25px;
	right: -18.75px;
	opacity: 1;
	transition: opacity 0.3s;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 18.75px;
	letter-spacing: normal;
	text-align: center;
	color: #ed6d01;
}
.ats-mobile-player .vjs-load-progress {
	background: rgba(255, 255, 255, 0.54);
}
.ats-mobile-player .vjs-load-progress div {
	background: rgba(255, 255, 255, 0);
}

.ats-mobile-player div.vjs-progress-holder {
	background: rgba(255, 255, 255, 0.33);
}
/* 버튼 이미지 삽입 및 기존 아이콘 제거*/

/* 실행전 플레이 버튼 content 삭제*/
.ats-mobile-player button.vjs-big-play-button span.vjs-icon-placeholder:before {
	content: " ";
}

/* play-control 버튼 content 삭제 */
.ats-mobile-player button.vjs-play-control span.vjs-icon-placeholder:before {
	content: " " !important;
}

/* 음소거 버튼 content 삭제 */
.ats-mobile-player button.vjs-mute-control span.vjs-icon-placeholder:before {
	content: " " !important;
}
/* 재생중일때 버튼 */
.ats-mobile-player button.vjs-playing {
	background-image: url(../image/pause.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/* 일시정지일때 버튼 */
.ats-mobile-player button.vjs-paused {
	background-image: url(../image/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/* 영상이 끝났을 때 버튼 */
.ats-mobile-player button.vjs-ended {
	background-image: url(../image/replay.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/* 볼륨을 줄였을 때 버튼 (음소거 설정) */
.ats-mobile-player button[title="Unmute"] {
	background-image: url(../image/volume_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/* 볼륨을 높였을 때 버튼 (음소거 해제) */
.ats-mobile-player button[title="Mute"] {
	background-image: url(../image/volume_on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

/* 전체화면 버튼 content 삭제 */
.ats-mobile-player
	button.vjs-fullscreen-control
	span.vjs-icon-placeholder:before {
	content: " " !important;
}
/* 일반 화면일 때 버튼 (전체화면 버튼) */
.ats-mobile-player button[title="Fullscreen"] {
	background-image: url(../image/full_on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/* 전체 화면일 때 버튼 (축소화 버튼) */
.ats-mobile-player button[title="Non-Fullscreen"] {
	background-image: url(../image/full_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

/* 팝업화면 버튼 제거 */
.ats-mobile-player button.vjs-picture-in-picture-control {
	display: none;
}

/* 자막 버튼 아이콘 설정 */
.ats-mobile-player button.vjs-subtitle-button {
	background-image: url(../image/cc_off_v2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.ats-mobile-player.ats-subtitle button.vjs-subtitle-button {
	background-image: url(../image/cc_on_v2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.ats-mobile-player button.vjs-subtitle-button {
	display: block;
	order: 6;
	width: 26px;
	height: 100%;
	margin: 0px 5px 0px 5px;
}
.ats-mobile-player .vjs-subs-caps-button div.vjs-menu,
.ats-mobile-player .vjs-subs-caps-button ul.vjs-menu-content,
.ats-mobile-player div.vjs-subs-caps-button {
	display: none;
}
.ats-mobile-player
	button.vjs-subs-caps-button
	span.vjs-icon-placeholder:before {
	content: " ";
}
/* 일반 화면일 때 버튼 (세팅 버튼) */
.ats-mobile-player button.vjs-setting-button {
	background-image: url(../image/setting.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

/* Control Bar 내부 글씨체 수정 */
.ats-mobile-player div.vjs-current-time,
.ats-mobile-player div.vjs-time-divider,
.ats-mobile-player div.vjs-duration,
.ats-mobile-player span.vjs-resolution-button-label {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	line-height: 20px;
}

/* Control Bar 순서, 크기 지정, 제거 */
/* 
.ats-mobile-player .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  order: 1;
  width: 40px;
  height: 100%;
  padding: 0px 10px 0px 7px;

  display: block;
  font-size: 19.2px;
  line-height: 20px;
}
.ats-mobile-player span.vjs-current-time-display {
  font-size: 16px;
  font-stretch: 100%;
  font-weight: 400;
  height: 15px;
  line-height: 15px;
  margin-bottom: 1px;
  text-align: center;
  text-size-adjust: 100%;
  white-space: nowrap;
  width: 30px;
}

.ats-mobile-player div.vjs-progress-control {
  order: 1;
  width: 100%;
  padding: 0px 4px 0px 4px;
}

.ats-mobile-player div.vjs-duration {
  order: 3;
  width: 35px;
  height: 100%;
  padding: 0px 6px 0px 6px;

  display: block;
  font-size: 19.2px;
  line-height: 20px;
}
.ats-mobile-player .vjs-duration span[aria-hidden="true"] {
  display: none;
}
.ats-mobile-player span.vjs-duration-display {
  font-size: 16px;
  font-stretch: 100%;
  font-weight: 400;
  height: 15px;
  line-height: 15px;
  text-align: center;
  text-size-adjust: 100%;
  white-space: nowrap;
}

.ats-mobile-player button.vjs-setting-button {
  order: 4;
  width: 41px;
  height: 100%;
  padding: 0 9px 0 9px;
}

.ats-mobile-player div.vjs-volume-panel-vertical {
  order: 5;
  width: 41px;
  height: 100%;
  padding: 0 9px 0 9px;
}
.ats-mobile-player button.vjs-mute-control {
  width: 100%;
  height: 100%;
}

.ats-mobile-player .vjs-fullscreen-control {
  order: 6;
  width: 41px;
  height: 100%;
  padding: 0 9px 0 9px;
} */

.ats-mobile-player div.vjs-progress-control {
	order: 0;
	width: 100%;
	height: 0px;
	padding: 0px;
	top: -7px;
}
.ats-mobile-player div.vjs-progress-control .vjs-progress-holder {
	margin: 0px;
	height: 3px;
}

.ats-mobile-player button.vjs-play-control {
	order: 1;
	width: 20px;
	height: 100%;
	margin: 0px 5px 0px 0px;
}

.ats-mobile-player button.vjs-mute-control {
	width: 20px;
	height: 100%;
}

.ats-mobile-player div.vjs-current-time {
	order: 3;
	width: fit-content;
	height: 100%;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: block;
	color: #ed6d01;
}
.ats-mobile-player div.vjs-time-divider {
	order: 4;
	width: 10px;
	min-width: 0px;
	height: 100%;
	margin: 0px 5px;
	padding: 0px;
	display: block;
}

.ats-mobile-player div.vjs-duration {
	order: 5;
	width: fit-content;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}

.ats-mobile-player div.vjs-custom-control-spacer.vjs-spacer {
	display: flex;
	order: 6;
	width: auto;
	height: 100%;
	flex: auto;
}

.ats-mobile-player div.vjs-resolution-button {
	order: 7;
	width: auto;
	height: 100%;
	margin: 0px 5px 0px 5px;
}
.ats-mobile-player div.vjs-resolution-button div.vjs-menu {
	display: none !important;
}
.ats-mobile-player div.vjs-resolution-button:after {
	content: " ";
	background-image: url(../image/arrow.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-left: 2px;
	width: 9px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.ats-mobile-player span.vjs-resolution-button-label {
	display: inline-block;
	text-align: right;
	width: fit-content;
	line-height: 19px;
}

.ats-mobile-player button.vjs-setting-button {
	order: 8;
	width: 25px;
	height: 100%;
	margin: 0px 5 px 0px 5px;
}

.ats-mobile-player .vjs-fullscreen-control {
	order: 9;
	width: 20px;
	height: 100%;
	margin: 0px 0px 0px 5px;
}
/*불필요한 컨포넌트 제거*/
.ats-mobile-player button.vjs-wide-button,
.ats-mobile-player div.vjs-volume-panel div.vjs-volume-horizontal,
.ats-mobile-player div.vjs-volume-panel-horizontal,
.ats-mobile-player div.vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
	display: none;
}

/* onair 변경 사항*/
.ats-mobile-player.onair div.vjs-live-control {
	padding: 0px 5px 0px 5px;
	order: 2;
	line-height: 20px;
	font-size: 13px;
}
.ats-mobile-player.onair div.vjs-live-control:before {
	content: " ";
	background-image: url(../image/ic_live.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: rgba(0, 0, 0, 0);
	background-size: 60% auto;
	width: 10px;
	height: 100%;
}
.ats-mobile-player.onair div.vjs-current-time,
.ats-mobile-player.onair div.vjs-duration,
.ats-mobile-player.onair div.vjs-time-divider {
	display: none !important;
}

/* 영상이 끝났을때 Control Bar*/

.ats-mobile-player button.vjs-ended {
	display: block;
	background-image: url(../image/replay.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	width: 20px;
	height: 100%;
	margin: 0px 5px 0px 0px;
}
.ats-mobile-player.vjs-ended button.vjs-wide-button,
.ats-mobile-player.vjs-ended div.vjs-volume-vertical,
.vjs-no-flex .vjs-current-time,
.ats-mobile-player.vjs-ended button.vjs-setting-button {
	display: none;
}

/* 실행전 플레이 버튼 재생중*/
.ats-mobile-player.vjs-playing button.vjs-big-play-button {
	display: block !important;
	background-image: url(../image/BigPauseButton.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	height: 80px;
	width: 80px;
	margin: 0px;
	border-width: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.ats-mobile-player.vjs-playing.vjs-ad-playing button.vjs-big-play-button {
	background-image: url(../image/ic_pause_ad.svg);
	height: 23px;
	min-height: 23px;
	width: 17px;
	min-width: 17px;
}
/* 실행전 플레이 버튼 정지시*/
.ats-mobile-player.vjs-paused button.vjs-big-play-button {
	display: block !important;
	background-image: url(../image/BigPlayButton.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	height: 80px;
	width: 80px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0s;
	z-index: 3;
}
.ats-mobile-player.vjs-paused.vjs-ad-playing button.vjs-big-play-button {
	background-image: url(../image/ic_play_ad.svg);
	height: 26px;
	min-height: 26px;
	width: 23px;
	min-width: 23px;
}

/* 중앙 버튼들 천천히 사라지는 효과 */
.ats-mobile-player.vjs-user-inactive.vjs-playing button.vjs-bwsec-button,
.ats-mobile-player.vjs-user-inactive.vjs-playing button.vjs-fwsec-button,
.ats-mobile-player.vjs-user-inactive.vjs-playing button.vjs-big-play-button {
	display: inline-block;
	visibility: hidden;
	opacity: 0;

	transition: visibility 0.7s, opacity 0.7s;
}

/* 중앙 버튼들 천천히 보이는 효과 */
.ats-mobile-player.vjs-user-active button.vjs-bwsec-button,
.ats-mobile-player.vjs-user-active button.vjs-fwsec-button,
.ats-mobile-player.vjs-user-active button.vjs-big-play-button {
	display: inline-block;
	visibility: visible;
	opacity: 1;

	transition: visibility 0.5s, opacity 0.5s;
}

/* 10초 되돌리기 버튼 */
.ats-mobile-player.vjs-has-started button.vjs-bwsec-button {
	display: inline-block;
	background-image: url(../image/10s_Backward.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	position: absolute;
	height: 80px;
	width: 80px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	transform: translate(-146.875px, -50%);
	z-index: 3;
}
/* 10초 스킵하기 버튼 */
.ats-mobile-player.vjs-has-started button.vjs-fwsec-button {
	display: inline-block;
	background-image: url(../image/10s_Forward.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 100%;
	border-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	position: absolute;
	height: 80px;
	width: 80px;
	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	top: 50%;
	left: 50%;
	transform: translate(66.875px, -50%);
	z-index: 3;
}

/* 10초 되돌리기 패드 */
.ats-mobile-player:not(.vjs-error) button.vjs-bwsec-pad {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
  border: none;
	border-radius: unset;
	height: 100%;
	width: calc(50% - 66.875px);
	margin: 0px;
	position: absolute;
	top: 0%;
	left: 0%;
}
/* 10초 스킵하기 패드 */
.ats-mobile-player:not(.vjs-error) button.vjs-fwsec-pad {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
  border: none;
	border-radius: unset;
	height: 100%;
	width: calc(50% - 66.875px);
	margin: 0px;
	position: absolute;
	top: 0%;
	right: 0%;
}

/* skip animation */
.ats-mobile-player:not(.vjs-error) button.vjs-bwsec-pad div.ripple,
.ats-mobile-player:not(.vjs-error) button.vjs-fwsec-pad div.ripple{
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
}
@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.ats-mobile-player.vjs-has-started:not(.vjs-error) button.vjs-bwsec-pad span.text{
  transform: translate(+100%, -50%);
  left: 0;
}
.ats-mobile-player.vjs-has-started:not(.vjs-error) button.vjs-fwsec-pad span.text{
  transform: translate(-100%, -50%);
  right: 0;
}
.ats-mobile-player.vjs-has-started:not(.vjs-error) button.vjs-bwsec-pad span.text,
.ats-mobile-player.vjs-has-started:not(.vjs-error) button.vjs-fwsec-pad span.text{
  position: absolute;
  top: 50%;
  animation: text 600ms linear;
  opacity: 0;
  font-size: 10px;
  text-shadow: 3px 3px 20px #000000, -2px 1px 30px #000000;
}
@keyframes text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 모바일 화질 및 자막 세팅 화면 */
.ats-mobile-player.ats-setting-screen div.vjs-control-bar,
.ats-mobile-player.ats-setting-screen div.vjs-dock-shelf,
.ats-mobile-player.ats-setting-screen div.vjs-dock-text,
.ats-mobile-player.ats-setting-screen button.vjs-bwsec-button,
.ats-mobile-player.ats-setting-screen button.vjs-fwsec-button,
.ats-mobile-player.ats-setting-screen div.vjs-resolution-button,
.ats-mobile-player.ats-setting-screen button.vjs-wide-button,
.ats-mobile-player.ats-setting-screen aside.vjs-suggested-video-endcap,
.ats-mobile-player.ats-setting-screen
	.vjs-progress-control:hover
	div.vjs-mouse-display {
	display: none;
}
.ats-mobile-player.ats-setting-screen div.vjs-subs-caps-button,
.ats-mobile-player.ats-setting-screen button.vjs-subtitle-button,
.ats-mobile-player.ats-setting-screen button.vjs-big-play-button {
	display: none !important;
}
.ats-mobile-player aside.vjs-setting-screen {
	display: none;
}
.ats-mobile-player.ats-setting-screen aside.vjs-setting-screen {
	background: rgba(0, 0, 0, 0.7);
	display: table;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.ats-mobile-player.ats-setting-screen div.vjs-setting-screen-horizontal {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5%;
	padding-right: 5%;
}
.ats-mobile-player.ats-setting-screen aside.quality .vjs-setting-screen-select,
.ats-mobile-player.ats-setting-screen aside.caption .vjs-setting-screen-select,
.ats-mobile-player.ats-setting-screen .vjs-setting-screen-quality,
.ats-mobile-player.ats-setting-screen .vjs-setting-screen-caption {
	display: none;
}
.ats-mobile-player.ats-setting-screen button.vjs-close-setting-button {
	background-image: url("../image/close.png");
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 20px;
	height: 20px;
	display: inline-block;
	top: 20px;
	right: 20px;
}
.ats-mobile-player.ats-setting-screen .vjs-setting-screen-select {
	display: block;
	width: 100%;
	height: 65px;
}

.ats-mobile-player.ats-setting-screen aside.quality .vjs-setting-screen-quality,
.ats-mobile-player.ats-setting-screen
	aside.caption
	.vjs-setting-screen-caption {
	display: block;
	width: 100%;
	height: 31.88px;
	overflow: hidden;
}
.ats-mobile-player.ats-setting-screen div.vjs-setting-screen-select span {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-align: center;
}
.ats-mobile-player.ats-setting-screen div.vjs-setting-screen-select button {
	width: 40px;
	height: 100%;
	padding: 0px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 40px;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-select
	button.vjs-quality-button {
	background-image: url("../image/hls_setting.png");
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-select
	button.vjs-quality-button:after {
	content: "화질";
	color: white;
	font-size: 15px;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-select
	button.vjs-caption-button {
	background-image: url("../image/mobile_cc_off.png");
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-select
	button.vjs-caption-button:after {
	content: "자막";
	color: white;
	font-size: 15px;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(2) {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(3),
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(3)
	~ * {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-align: center;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(4),
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(4)
	~ * {
	display: inline-block;
	width: 33.3333%;
	height: 100%;
	text-align: center;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(5),
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(5)
	~ * {
	display: inline-block;
	width: 25%;
	height: 100%;
	text-align: center;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(6),
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	*:first-child:nth-last-child(6)
	~ * {
	display: inline-block;
	width: 20%;
	height: 100%;
	text-align: center;
}

/* .ats-mobile-player.ats-setting-screen.onair
  div.vjs-setting-screen-quality
  span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-align: center;
} */
.ats-mobile-player.ats-setting-screen div.vjs-setting-screen-quality button {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -1.25px;
	text-align: center;
	color: #ffffff;
	color: white;
	vertical-align: middle;
	width: 100%;
	max-width: 71.25px;
	height: 31.875px;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	button.current {
	color: #ed6d01;
}

.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	div.vjs-current-quality {
	transform: translate(0px, -100%);
	color: #ed6d01;
	border: solid 3px #ed6d01;
	border-radius: 24px;
	max-width: 71.25px;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	div.vjs-current-quality.I0 {
	transition: transform 0.3s;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	div.vjs-current-quality.I1 {
	transition: transform 0.3s;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	div.vjs-current-quality.I2 {
	transition: transform 0.3s;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	div.vjs-current-quality.I3 {
	transition: transform 0.3s;
}
.ats-mobile-player.ats-setting-screen
	div.vjs-setting-screen-quality
	div.vjs-current-quality.I4 {
	transition: transform 0.3s;
}

/*====================================추천 영상====================================*/
/* ==========공통========== */
.ats-pc-player.vjs-ad-playing .vjs-suggested-video-endcap.is-active,
.ats-mobile-player.vjs-ad-playing .vjs-suggested-video-endcap.is-active {
	display: none;
}
/* ==========PC========== */
.ats-pc-player.vjs-ended .vjs-suggested-video-endcap.is-active {
	height: 100%;
	z-index: 1;
	text-align: center;
	display: table;
	background-color: rgba(0, 0, 0, 0.85);
}
/* .ats-pc-player button.vjs-suggested-video-endcap-close {
  background-image: url(../image/close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 20px;
  right: 20px;
} */
.ats-pc-player div.vjs-suggested-video-endcap-vertical {
	display: table-cell;
	vertical-align: middle;
}
.ats-pc-player div.vjs-suggested-video-endcap-container {
	display: inline-block;
	width: 685px;
	height: 320px;
}
.ats-pc-player a.vjs-suggested-video-endcap-link {
	height: 160px;
	margin-right: 10px;
	margin-bottom: 7px;
	width: 160px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.ats-pc-player div.vjs-suggested-video-endcap-imgwrap {
	height: 90px;
	width: 160px;
	border: solid;
	border-color: white;
	border-width: thin;
	overflow: hidden;
}
.ats-pc-player
	a.vjs-suggested-video-endcap-link
	img.vjs-suggested-video-endcap-img {
	transform: scale(1);
	transition: transform 0.5s;
}
.ats-pc-player
	a.vjs-suggested-video-endcap-link:hover
	img.vjs-suggested-video-endcap-img {
	transform: scale(1.15);
	transition: transform 0.5s;
}
.ats-pc-player
	a.vjs-suggested-video-endcap-link:hover
	div.vjs-suggested-video-endcap-imgwrap:after {
	content: "";
	position: absolute;
	width: 160px;
	height: 90px;
	left: 0px;
	top: 0px;
	background: rgba(237, 109, 1, 0.58) url("../image/ic_play_hover_clip.png")
		no-repeat 50% 50%;
	background-size: 32px;
}
.ats-pc-player span.vjs-suggested-video-endcap-title {
	margin: 0px;
	color: white;
	width: 100%;
	height: 38px;
	text-align: left;

	overflow: hidden;
	font-size: 14px;
	line-height: 19px;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ats-pc-player span.vjs-suggested-video-endcap-subtitle {
	margin: 0px;
	color: rgb(114, 114, 113);
	width: 100%;
	text-align: left;

	overflow: hidden;
	font-size: 12px;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* ==========MOBILE========== */
.ats-mobile-player.vjs-ended .vjs-suggested-video-endcap.is-active {
	height: 100%;
	z-index: 3;
	text-align: center;
	display: table;
	background-color: rgba(0, 0, 0, 0.85);
	table-layout: fixed;
	padding: 0px;
}
.ats-mobile-player button.vjs-suggested-video-endcap-close {
	background-image: url(../image/close.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 20px;
	height: 20px;
	display: inline-block;
	top: 10px;
	right: 10px;
}
.ats-mobile-player div.vjs-suggested-video-endcap-vertical {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0px 20px;
}
.ats-mobile-player div.vjs-suggested-video-endcap-container {
	display: inline-block;
	width: 100%;
	height: 140px;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}
.ats-mobile-player a.vjs-suggested-video-endcap-link {
	height: 140px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 140px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.ats-mobile-player div.vjs-suggested-video-endcap-imgwrap {
	height: 78.75px;
	width: 140px;
	border: solid;
	border-color: white;
	border-width: thin;
	overflow: hidden;
}
.ats-mobile-player
	a.vjs-suggested-video-endcap-link
	img.vjs-suggested-video-endcap-img {
	transform: scale(1);
	transition: transform 0.5s;
}
.ats-mobile-player
	a.vjs-suggested-video-endcap-link:hover
	img.vjs-suggested-video-endcap-img {
	transform: scale(1.15);
	transition: transform 0.5s;
}
.ats-mobile-player
	a.vjs-suggested-video-endcap-link:hover
	div.vjs-suggested-video-endcap-imgwrap:after {
	content: "";
	position: absolute;
	width: 140px;
	height: 78.75px;
	left: 0px;
	top: 0px;
	background: #ff6f0079 url("../image/ic_play_hover_clip.png") no-repeat 50% 50%;
	background-size: 30px;
}
.ats-mobile-player span.vjs-suggested-video-endcap-title {
	margin: 0px;
	color: white;
	width: 100%;
	height: 38px;
	text-align: left;

	overflow: hidden;
	font-size: 12px;
	line-height: 19px;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: pre-wrap;
}
.ats-mobile-player span.vjs-suggested-video-endcap-subtitle {
	margin: 0px;
	color: rgb(114, 114, 113);
	width: 100%;
	text-align: left;

	overflow: hidden;
	font-size: 10px;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: pre-wrap;
}

/*====================================AD 버전====================================*/
/* ==========PC========== */
.ats-pc-player.vjs-ad-playing div.vjs-dock-shelf,
.ats-pc-player.vjs-ad-playing div.vjs-resolution-button,
div.ats-pc-player.vjs-ad-playing button.vjs-share-button,
.ats-pc-player.vjs-ad-playing div.vjs-thumbnail-holder,
.ats-pc-player.vjs-ad-playing button.vjs-play-control,
.ats-pc-player.vjs-ad-playing div.vjs-volume-panel,
.ats-pc-player.vjs-ad-playing button.vjs-fullscreen-control,
.ats-pc-player.vjs-ad-playing div.vjs-progress-control,
.ats-pc-player.vjs-ad-playing button.vjs-wide-button,
.ats-pc-player.vjs-ad-playing button.vjs-subtitle-button {
	display: none;
}
.ats-pc-player.vjs-ad-playing div.vjs-subs-caps-button,
.ats-pc-player.vjs-ad-playing button.vjs-fwsec-button,
.ats-pc-player.vjs-ad-playing button.vjs-bwsec-button {
	display: none !important;
}

.ats-pc-player.vjs-ad-playing div.vjs-control-bar {
	display: flex;
	opacity: 1;
  background-image: none;
}

.ats-pc-player.vjs-ad-playing div.vjs-current-time,
.ats-pc-player.vjs-ad-playing div.vjs-duration,
.ats-pc-player.vjs-ad-playing div.vjs-time-divider,
.ats-pc-player.vjs-ad-playing div.vjs-dock-text {
	display: block !important;
}

button.vjs-skip-button {
	display: none;
}
.ats-pc-player.vjs-ad-playing button.vjs-skip-button {
  z-index: 2;
	display: flex;
	height: 44px;
	width: fit-content;
	position: absolute;
	right: 22px;
	bottom: 9px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	cursor: default;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
	cursor: pointer;
  align-items: center;
  justify-content: right;
}
.ats-pc-player.vjs-ad-playing span#Skip_HL {
	color: #ff6c00;
  font-weight: 900;
  font-size: 20px;
}

button.vjs-adplus-button {
	display: none;
}
.ats-pc-player.vjs-ad-playing button.vjs-adplus-button {
	display: flex;
	height: 44px;
	width: fit-content;
	position: absolute;
	right: 22px;
	top: 22px;
	padding: 0 15px;
	color: #fff;
	line-height: unset;
	background: rgba(0, 0, 0, 0.5);
  border-radius: 22px;
	cursor: pointer;
  align-items: center;
  justify-content: center;
}
.ats-pc-player.vjs-ad-playing button.vjs-adplus-button span {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.ats-pc-player.vjs-ad-playing button.vjs-adplus-button:after {
  content: " ";
	background-image: url(../image/ic_more_ad_or.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: rgba(0, 0, 0, 0);
	background-size: 8.5px 16px;
	width: 8.5px;
	height: 16px;
	display: block;
  margin-left: 7px;
  transform: translateY(1px);
}

.ats-pc-player.vjs-ad-playing div.vjs-current-time {
  margin: 0px;
}
.ats-pc-player.vjs-ad-playing span.vjs-current-time-display {
	color: #ffffff;
}

span.vjs-ad-count {
  display: none;
}
.ats-pc-player.vjs-ad-playing span.vjs-ad-count {
  display: flex;
  align-items: center;
  height: 105%;
  padding: 0px;
  margin: 0px 7.5px;
  font-size: 15px;
  color: #ff6c00;
}
div.vjs-midroll-guide {
	display: none;
}
.ats-pc-player.vjs-ad-playing .vjs-midroll-guide {
	display: flex;
	height: 62px;
	width: fit-content;
	position: absolute;
	right: 0;
	bottom: 60px;
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: -0.5px;
}

.ats-pc-player.vjs-ad-playing span#Mid_HL {
	color: #ff6c00;
  font-size: 16px;
}

/* PC AD hover img   (2021.11.18 광고 재생 시 디자인 업데이트) */
/* 
.ats-pc-player.vjs-ad-playing button.vjs-paused:hover {
	background-image: url(../png/play_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button.vjs-playing:hover {
	background-image: url(../png/pause_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button[title="Unmute"]:hover {
	background-image: url(../png/volume_off_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button[title="Unmute"]:hover {
	background-image: url(../png/volume_off_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button[title="Mute"]:hover {
	background-image: url(../png/volume_on_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button.vjs-wide-button:hover {
	background-image: url(../png/wide_on_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing.ats-wide-player button.vjs-wide-button:hover {
	background-image: url(../png/wide_off_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button[title="Fullscreen"]:hover {
	background-image: url(../png/full_on_hover_ad.png);
}
.ats-pc-player.vjs-ad-playing button[title="Non-Fullscreen"]:hover {
	background-image: url(../png/full_off_hover_ad.png);
}
*/

/* ==========MOBILE========== */
.ats-mobile-player.vjs-ad-playing div.vjs-dock-shelf,
.ats-mobile-player.vjs-ad-playing div.vjs-resolution-button,
.ats-mobile-player.vjs-ad-playing button.vjs-fwsec-button,
.ats-mobile-player.vjs-ad-playing button.vjs-bwsec-button,
div.ats-mobile-player.vjs-ad-playing button.vjs-share-button,
.ats-mobile-player.vjs-ad-playing button.vjs-setting-button,
.ats-mobile-player.vjs-ad-playing div.vjs-thumbnail-holder,
.ats-mobile-player.vjs-ad-playing button.vjs-play-control,
.ats-mobile-player.vjs-ad-playing div.vjs-volume-panel,
.ats-mobile-player.vjs-ad-playing button.vjs-fullscreen-control,
.ats-mobile-player.vjs-ad-playing div.vjs-progress-control,
.ats-mobile-player.vjs-ad-playing button.vjs-subtitle-button,
.ats-mobile-player.vjs-ad-playing button.vjs-wide-button {
	display: none;
}
.ats-mobile-player.vjs-ad-playing div.vjs-subs-caps-button {
	display: none !important;
}

.ats-mobile-player.vjs-ad-playing div.vjs-control-bar {
	display: flex;
	opacity: 1;
  background-image: none;
}

.ats-mobile-player.vjs-ad-playing div.vjs-current-time,
.ats-mobile-player.vjs-ad-playing div.vjs-duration,
.ats-mobile-player.vjs-ad-playing div.vjs-time-divider,
.ats-mobile-player.vjs-ad-playing div.vjs-dock-text {
	display: block !important;
}

button.vjs-skip-button {
	display: none;
}
.ats-mobile-player.vjs-ad-playing button.vjs-skip-button {
  z-index: 2;
  display: flex;
	height: 30px;
	width: fit-content;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 0px;
	color: #fff;
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.7px;
	font-weight: bold;
	cursor: default;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  align-items: center;
  justify-content: right;
}
.ats-mobile-player.vjs-ad-playing span#Skip_HL {
	color: #ff6c00;
  font-size: 16px;
}

button.vjs-adplus-button {
	display: none;
}
.ats-mobile-player.vjs-ad-playing button.vjs-adplus-button {
  display: flex;
	height: 30px;
	width: fit-content;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0px 8px;
	color: #fff;
	line-height: unset;
	background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
	cursor: pointer;
	z-index: 2;
  align-items: center;
  justify-content: center;
}
.ats-mobile-player.vjs-ad-playing button.vjs-adplus-button span {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: -0.7px;
	font-weight: bold;
	vertical-align: middle;
}
.ats-mobile-player.vjs-ad-playing button.vjs-adplus-button:after {
	content: " ";
	background-image: url(../image/ic_more_ad_or.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	background-size: 11px 11px;
	margin-left: 3px;
	width: 11px;
	height: 100%;
}

.ats-mobile-player.vjs-ad-playing div.vjs-current-time {
  margin-left: 5px;
}
.ats-mobile-player.vjs-ad-playing span.vjs-current-time-display {
	color: #ffffff;
}

span.vjs-ad-count {
  display: none;
}
.ats-mobile-player.vjs-ad-playing span.vjs-ad-count {
  display: flex;
  align-items: center;
  height: 105%;
  padding: 0px;
  margin: 0px 7.5px;
  font-size: 14px;
  color: #ff6c00;
}
div.vjs-midroll-guide {
	display: none;
}
.ats-mobile-player.vjs-ad-playing .vjs-midroll-guide {
	display: flex;
	height: 50px;
	width: fit-content;
	position: absolute;
	right: 0;
	bottom: 45px;
	padding: 6px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 13px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: -0.5px;
}

.ats-mobile-player.vjs-ad-playing span#Mid_HL {
	color: #ff6c00;
  	font-size: 16px;
}

/*====================================공유 화면====================================*/
/* ==========공통========== */
aside.vjs-share-screen {
	display: none;
}
.video-js.nobanner:not(.vjs-ad-playing) .vjs-share-button {
	opacity: 0;
	transition: opacity 0.7s;
}
.video-js.ats-share-screen button.vjs-big-play-button,
.video-js.ats-share-screen button.vjs-bwsec-button,
.video-js.ats-share-screen button.vjs-fwsec-button {
	display: none !important;
}
/* 공유 버튼 */
.video-js.nobanner button.vjs-share-button {
	background-image: url(../image/share2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
}

/* 닫기 버튼 */
.ats-share-screen aside.vjs-share-screen button.vjs-close-share-button {
	background-image: url(../image/close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}
/* 닫기 버튼 hover */
.ats-share-screen aside.vjs-share-screen button.vjs-close-share-button:hover {
	background-image: url(../image/close_hover.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	cursor: pointer;
}
/* select 화면 커서 변경 */
.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	* {
	cursor: pointer;
}
/* facebook */
.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button.vjs-facebook-button {
	background-image: url(../image/facebook.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
/* twitter */
.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button.vjs-twitter-button {
	background-image: url(../image/twitter.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
/* kakaotalk */
.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button.vjs-kakaotalk-button {
	background-image: url(../image/kakaotalk.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
/* kakaostory */
.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button.vjs-kakaostory-button {
	background-image: url(../image/kakaostory.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
/* link */
.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button.vjs-etc-button {
	background-image: url(../image/link.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

/* ==========PC========== */
/* 공유 버튼 */
.ats-pc-player.nobanner:not(.vjs-ad-playing) button.vjs-share-button {
	display: inline-block;
	width: 94px;
	height: 40px;
	position: absolute;
	top: 19px;
	right: 19px;
}

.ats-pc-player.nobanner.vjs-user-active:not(.vjs-ad-playing)
	button.vjs-share-button,
.ats-pc-player.nobanner.vjs-paused:not(.vjs-ad-playing)
	button.vjs-share-button {
	display: inline-block;
	width: 94px;
	height: 40px;
	position: absolute;
	top: 19px;
	right: 19px;
	opacity: 1;
	transition: opacity 0.7s;
}
/* share screen 크기 지정 */
.ats-pc-player.ats-share-screen aside.vjs-share-screen {
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 51px;
	padding-bottom: 73px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen
	button.vjs-close-share-button {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 19px;
	right: 19px;
}
/* 기본 display none */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen
	div.vjs-share-screen-select,
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen
	div.vjs-share-screen-etc {
	display: none;
}
/* select div 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select {
	display: inline-block;
	height: 100px;
}
/* etc div 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc {
	display: inline-block;
	height: 280px;
	width: 586px;
}
/* select 내부 div 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div {
	display: inline-block;
	width: 68px;
	height: 100%;
	margin: 0px 14.5px;
	text-align: center;
}
/* 각 공유 버튼 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button {
	display: inline-block;
	width: 68px;
	height: 68px;
	padding: 0px;
	margin-bottom: 7px;
}
/* 각 공유 버튼 span 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	span {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.06;
	letter-spacing: -0.85px;
	color: white;
}
/* link div 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link {
	display: table;
	height: 51px;
	margin-bottom: 17px;
}
/* link 내부 span */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	span.vjs-link-span {
	display: table-cell;
	height: 100%;
	width: 75px;
	vertical-align: middle;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: -0.8px;
	text-align: left;
	color: #b5b5b5;
}
/* link 내부 div */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	div.vjs-link-body {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 505px;
	border: solid 1px #8a8a8a;
	margin-left: 6px;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	div.vjs-link-body
	span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 130px);
	height: 51px;
	margin: 0px 23px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 49px;
	letter-spacing: -0.75px;
	text-align: left;
	color: #ffffff;
	white-space: nowrap;
	overflow-x: scroll;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	div.vjs-link-body
	button {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	height: 100%;
	width: 84px;
	padding: 0px;
	border-left: solid 1px #8a8a8a;
	float: right;

	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.75px;
	color: #ffffff;
	cursor: pointer;
}
/* src div 크기 지정 */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src {
	display: table;
	height: 212px;
}
/* src 내부 span */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	span.vjs-src-span {
	display: table-cell;
	height: 51px;
	width: 75px;
	padding-top: 14px;
	vertical-align: top;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: -0.8px;
	text-align: left;
	color: #b5b5b5;
}
/* src 내부 div */
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body {
	display: inline-block;
	height: 100%;
	width: 505px;
	border: solid 1px #8a8a8a;
	margin-left: 6px;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	div.vjs-src-body-header {
	display: flex;
	width: 100%;
	height: 51px;
	justify-content: center;
	align-items: center;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	div.vjs-src-body-header
	button {
	display: inline-block;
	width: 132px;
	height: 51px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: -0.75px;
	color: white;
	border: none;
	cursor: pointer;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	div.vjs-src-body-header
	button.select {
	color: #ed6d01;
	border-bottom: solid 3px #ed6d01;
}
.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	span.vjs-src-body-span {
	display: inline-block;
	width: 439px;
	height: 83px;
	margin: 13px 41px 14px 23px;

	overflow: scroll;
	word-break: break-all;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.6px;
	text-align: left;
	color: #ffffff;
}

.ats-pc-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	button.vjs-src-body-button {
	display: inline-block;
	width: 100%;
	height: 51px;
	border-top: solid 1px #8a8a8a;

	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.75px;
	color: #ffffff;
	cursor: pointer;
}

/* ==========MOBILE========== */
/* 공유 버튼 */
.ats-mobile-player.video-js.nobanner:not(.vjs-ad-playing)
	button.vjs-share-button,
.ats-mobile-player.video-js.nobanner:not(.vjs-ad-playing)
	button.vjs-share-button {
	display: inline-block;
	width: 71px;
	height: 30px;
	position: absolute;
	top: 13px;
	right: 13px;
}
.ats-mobile-player.video-js.nobanner.vjs-user-active:not(.vjs-ad-playing)
	button.vjs-share-button,
.ats-mobile-player.video-js.nobanner.vjs-paused:not(.vjs-ad-playing)
	button.vjs-share-button {
	opacity: 1;
	transition: opacity 0.7s;
}
/* share screen 크기 지정 */
.ats-mobile-player.ats-share-screen aside.vjs-share-screen {
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 31.25px;
	padding-bottom: 31.25px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen
	button.vjs-close-share-button {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 11.875px;
	right: 11.875px;
}
/* 기본 display none */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen
	div.vjs-share-screen-select,
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen
	div.vjs-share-screen-etc {
	display: none;
}
/* select div 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select {
	display: inline-block;
	height: 64.875px;
}
/* etc div 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc {
	display: inline-block;
	height: 140px;
	width: 366.25px;
}
/* select 내부 div 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div {
	display: inline-block;
	width: 50px;
	height: 100%;
	margin: 0px 9px;
	text-align: center;
}
/* 각 공유 버튼 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	button {
	display: inline-block;
	width: 42.5px;
	height: 42.5px;
	padding: 0px;
	margin-bottom: 4.375px;
}
/* 각 공유 버튼 span 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.select
	div.vjs-share-screen-select
	div
	span {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.06;
	letter-spacing: -0.85px;
	color: white;
}
/* link div 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link {
	display: table;
	height: 25.5px;
	margin: 0px auto;
	margin-bottom: 8.5px;
}
/* link 내부 span */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	span.vjs-link-span {
	display: table-cell;
	height: 100%;
	width: 46px;
	vertical-align: middle;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: -0.8px;
	text-align: left;
	color: #b5b5b5;
}
/* link 내부 div */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	div.vjs-link-body {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 280px;
	border: solid 1px #8a8a8a;
	margin-left: 3.75px;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	div.vjs-link-body
	span {
	display: inline-flex;
	vertical-align: middle;
	width: 205px;
	overflow: scroll;
	margin: 0px 10px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 25.5px;
	letter-spacing: -0.75px;
	text-align: left;
	color: #ffffff;
	white-space: nowrap;
	overflow-x: scroll;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-link
	div.vjs-link-body
	button {
	position: absolute;
	top: 0%;
	right: 0%;
	display: block;
	height: 100%;
	width: 52.5px;
	padding: 0px;
	border-left: solid 1px #8a8a8a;
	float: right;

	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.75px;
	color: #ffffff;
	cursor: pointer;
}
/* src div 크기 지정 */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src {
	display: table;
	height: 106px;
	margin: 0px auto;
}
/* src 내부 span */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	span.vjs-src-span {
	display: table-cell;
	height: 25.5px;
	width: 47px;
	padding-top: 7px;
	vertical-align: top;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: -0.8px;
	text-align: left;
	color: #b5b5b5;
}
/* src 내부 div */
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body {
	display: inline-block;
	height: 100%;
	width: 280px;
	border: solid 1px #8a8a8a;
	margin-left: 3.75px;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	div.vjs-src-body-header {
	display: flex;
	width: 100%;
	height: 25.5px;
	justify-content: center;
	align-items: center;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	div.vjs-src-body-header
	button {
	display: inline-block;
	width: 82.5px;
	height: 25.5px;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: -0.75px;
	color: white;
	border: none;
	cursor: pointer;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	div.vjs-src-body-header
	button.select {
	color: #ed6d01;
	border-bottom: solid 3px #ed6d01;
}
.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	span.vjs-src-body-span {
	display: inline-block;
	width: 100%;
	height: 46.5px;
	padding: 5px 10px;
	margin-top: 5px;
	overflow: scroll;
	word-break: break-all;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.75;
	letter-spacing: -0.6px;
	text-align: left;
	color: #ffffff;
}

.ats-mobile-player.ats-share-screen
	aside.vjs-share-screen.etc
	div.vjs-share-screen-etc
	div.vjs-etc-src
	div.vjs-src-body
	button.vjs-src-body-button {
	display: inline-block;
	width: 100%;
	height: 25.5px;
	border-top: solid 1px #8a8a8a;

	text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: -0.75px;
	color: #ffffff;
	cursor: pointer;
}

/*====================================iframe / object====================================*/
#player-wrap.share .ats-pc-player button.vjs-wide-button {
	display: none;
}

/*====================================PIP 버전====================================*/
/* ==========PC========== */
.ats-pc-player.player-fixed div.vjs-dock-shelf,
.ats-pc-player.player-fixed div.vjs-dock-text,
.ats-pc-player.player-fixed div.vjs-resolution-button,
.ats-pc-player.player-fixed button.vjs-wide-button,
.ats-pc-player.player-fixed aside.vjs-suggested-video-endcap,
.ats-pc-player.player-fixed .vjs-progress-control:hover div.vjs-mouse-display,
.ats-pc-player.player-fixed aside.vjs-share-screen,
.ats-pc-player.player-fixed button.vjs-subtitle-button,
.ats-pc-player.player-fixed div.vjs-thumbnail-holder {
	display: none;
}
.ats-pc-player.player-fixed button.vjs-bwsec-button,
.ats-pc-player.player-fixed button.vjs-fwsec-button,
.ats-pc-player.player-fixed button.vjs-share-button,
.ats-pc-player.player-fixed div.vjs-subs-caps-button {
	display: none !important;
}
button.vjs-closePIP-button {
	display: none;
	cursor: pointer;
}
.ats-pc-player.player-fixed button.vjs-closePIP-button {
	display: block;
	position: absolute;
	top: -1px;
	right: -52px;
	width: 52px;
	height: 52px;
	background-image: url(../image/ic_pip_close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
	background-size: 20px 20px;
	border: solid 1px black;
}
.ats-pc-player.player-fixed div.vjs-progress-control .vjs-progress-holder {
	height: 6px;
}
.ats-pc-player.player-fixed.vjs-user-active div.vjs-control-bar {
	transition: 0.5s;
}
.ats-pc-player.player-fixed.vjs-user-active
	div.vjs-control-bar
	> *:not(.vjs-progress-control) {
	transition: 0.5s;
	overflow: hidden;
}
.ats-pc-player.player-fixed.vjs-user-inactive:not(.vjs-paused)
	div.vjs-control-bar {
	opacity: 1;
	height: 0px;
	padding: 0px;
	transition: 0.5s;
}
.ats-pc-player.player-fixed.vjs-user-inactive:not(.vjs-paused)
	div.vjs-control-bar
	> *:not(.vjs-progress-control) {
	opacity: 0;
	overflow: hidden;
	transition: 0.5s;
}
.ats-pc-player.player-fixed.vjs-user-inactive:not(.vjs-paused)
	div.vjs-control-bar
	div.vjs-progress-control {
	opacity: 1;
	top: -6px;
	width: 598px;
	height: 6px;
	padding: 0px;
}
/* ==========MOBILE========== */
.ats-mobile-player.player-fixed div.vjs-control-bar,
.ats-mobile-player.player-fixed div.vjs-dock-shelf,
.ats-mobile-player.player-fixed div.vjs-dock-text,
.ats-mobile-player.player-fixed div.vjs-resolution-button,
.ats-mobile-player.player-fixed button.vjs-wide-button,
.ats-mobile-player.player-fixed aside.vjs-suggested-video-endcap,
.ats-mobile-player.player-fixed button.vjs-skip-button,
.ats-mobile-player.player-fixed button.vjs-adplus-button,
.ats-mobile-player.player-fixed aside.vjs-setting-screen,
.ats-mobile-player.player-fixed aside.vjs-share-screen,
.ats-mobile-player.player-fixed button.vjs-subtitle-button,
.ats-mobile-player.player-fixed
	.vjs-progress-control:hover
	div.vjs-mouse-display {
	display: none;
}
.ats-mobile-player.player-fixed button.vjs-bwsec-button,
.ats-mobile-player.player-fixed button.vjs-fwsec-button,
.ats-mobile-player.player-fixed button.vjs-share-button.vjs-button,
.ats-mobile-player.player-fixed div.vjs-dock-text {
	display: none !important;
}
.ats-mobile-player.player-fixed button.vjs-big-play-button {
	display: block !important;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	transition: 0s;
}
.ats-mobile-player.player-fixed button.vjs-closePIP-button {
	background-image: url("../image/close.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: unset;
	display: inline-block;
	border: none;
	font-size: 10px;
	position: fixed;
	width: 14.5px;
	height: 14.5px;
	top: 10px;
	right: 10px;
	transform: translate(0px, 0px);
}
#div_mpip div.vjs-fixed-text {
	display: none;
}
#div_mpip.player-fixed div.vjs-fixed-text {
	display: block;
	height: 100px;
	margin: 12px;
	margin-left: 180px;
}
#div_mpip.player-fixed span.vjs-fixed-title {
	display: block;
	width: fit-content;
	height: 20px;
	padding-bottom: 1px;
	border-bottom: solid 2px #ed6d01;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	letter-spacing: -0.65px;
	text-align: left;
	color: #ed6d01;
}
#div_mpip.player-fixed span.vjs-fixed-sub {
	display: block;
	width: 100%;
	height: 66px;
	margin-top: 13px;
	color: white;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.47;
	letter-spacing: -0.75;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*====================================Error Display====================================*/
/* .vjs-error .vjs-control-bar {
  display: flex !important;
} */
/* ==========PC========== */
.ats-pc-player.vjs-error .vjs-error-display {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 73px;
	z-index: 3;
	background: black;
}
.ats-pc-player.vjs-error .vjs-error-display.vjs-modal-dialog:before {
	content: "죄송합니다.";
	display: inline-block;
	left: unset;
	top: 50%;
	transform: translate(0px, -90px);
	width: 599px;
	height: 68px;
	padding: 0px;
	padding-left: 83px;
	margin: 0px;
	line-height: 68px;
	font-family: "NotoSansCJKkr-Regular" !important;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -2.31px;
	text-align: left;
	color: #ffffff;
	text-shadow: unset;
	background-image: url(../image/ic_caution.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 68px;
}
.ats-pc-player.vjs-error .vjs-error-display .vjs-modal-dialog-description {
	display: none;
}
.ats-pc-player.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	display: inline-block;
	border-top: solid 1px rgba(255, 255, 255, 1);
	left: unset;
	top: 50%;
	transform: translate(0px, -8px);
	width: 599px;
	height: 93px;
	padding: 0px;
	padding-top: 19px;
	margin: 0px;
	font-family: "NotoSansCJKkr-Regular" !important;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.81;
	letter-spacing: -0.8px;
	text-align: left;
	color: #ffffff;
}
/* ==========MOBILE========== */
.ats-mobile-player.vjs-error .vjs-error-display {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	background: black;
}
.ats-mobile-player.vjs-error .vjs-error-display.vjs-modal-dialog:before {
	content: "죄송합니다.";
	display: inline-block;
	left: unset;
	top: 50%;
	transform: translate(0px, -60px);
	width: 320px;
	height: 45px;
	padding: 0px;
	padding-left: 51px;
	margin: 0px;
	line-height: 45px;
	font-family: "NotoSansCJKkr-Regular" !important;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -2.31px;
	text-align: left;
	color: #ffffff;
	text-shadow: unset;
	background-image: url(../image/ic_caution.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 40px;
}
.ats-mobile-player.vjs-error .vjs-error-display .vjs-modal-dialog-description {
	display: none;
}
.ats-mobile-player.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	display: inline-block;
	border-top: solid 1px rgba(255, 255, 255, 1);
	left: unset;
	top: 50%;
	transform: translate(0px, -8px);
	width: 320px;
	height: 93px;
	padding: 0px;
	padding-top: 19px;
	margin: 0px;
	font-family: "NotoSansCJKkr-Regular" !important;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.81;
	letter-spacing: -0.8px;
	text-align: left;
	color: #ffffff;
}

/*====================================우선 순위 최상====================================*/
/* 로딩 중일때 */
.video-js.vjs-seeking .vjs-fwsec-button,
.video-js.vjs-seeking .vjs-bwsec-button,
.video-js.vjs-seeking button.vjs-big-play-button,
.video-js.vjs-waiting .vjs-fwsec-button,
.video-js.vjs-waiting .vjs-bwsec-button,
.video-js.vjs-waiting button.vjs-big-play-button {
	display: none !important;
}
.vjs-loading-spinner {
	z-index: 1;
}
/* BLACK */
#black {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: black;
	visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
#black.adult-block-login,
#black.adult-block {
	visibility: visible;
	opacity: 1;
	background-color: #00000099;
}
.adult-block div.vjs-dock-shelf {
	z-index: 4;
}
#black::after {
	font-size: 21px;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
}
#black.adult-block-login::after {
	content: "해당 영상은 19세 이상 이용 가능하며, 로그인 후 이용이 가능합니다.";
}
#black.adult-block::after {
	content: "해당 영상은 19세이상 이용 가능합니다.";
}
.vjs-seeking #black,
.vjs-waiting #black {
	visibility: visible;
  opacity: 1;
}
.vjs-ad-playing.vjs-user-active #black,
.vjs-ad-playing.vjs-paused #black {
	visibility: visible;
  opacity: 0.17;
	z-index: 0;
}

.vjs-select-kakaostory-div {
	display: none !important;
}