@import url(fonts.css);
@charset "UTF-8";
html,
body,
div,
p,
span,
strong,
b,
em,
iframe,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
img,
dl,
dt,
dd,
fieldset,
form,
legend,
label,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
ul,
ol,
li,
a,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body {
	font-size: 12px;
	line-height: 1;
	color: #333;
}

ul,
ol,
li {
	list-style: none;
}

em,
address {
	font-style: normal;
}

img {
	border: 0 none;
	font-size: 0;
	line-height: 0;
}

sup {
	position: relative;
	top: 2px;
	font-size: 11px;
	line-height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

th,
td {
	vertical-align: middle;
	/* white-space: nowrap */
}

a {
	text-decoration: none;
	line-height: 1;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

*,
html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#video {
	height: 100%;
	min-width: 1250px;
	min-height: 600px;
}

#video #videoTop {
	height: 60px;
	background: #373737;
	position: absolute;
	width: 100%;
}

#video #videoTop .videoIn {
	position: relative;
	height: 60px;
}

#videoTop h1 {
	display: block;
	color: #f5f5f5;
	font-size: 22px;
	line-height: 60px;
	margin-left: 20px;
	font-weight: bold;
	font-family: HDharmonyB;
}

#videoTop .menuArea {
	float: right;
	margin-right: 200px;
	margin-top: -60px;
}

#videoTop .menuArea ul li {
	float: left;
	padding-right: 20px;
	line-height: 58px;
}

#videoTop .menuArea ul li span {
	display: inline-block;
	max-width: 440px;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	opacity: 0.95;
	font-size: 14px;
	padding-right: 10px;
	margin-left: -10px;
	font-family: HDharmonyL;
}

#videoTop .menuArea ul li label {
	position: relative;
	height: 60px;
	line-height: 58px;
	display: inline-block;
}

#videoTop .menuArea ul li label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	width: 20px;
	height: 20px;
	opacity: 0.7;
}

#videoTop .menuArea ul li:hover label:before {
	opacity: 0.9;
}

.menuArea ul li.btnNew label:before {
	background: url(../img/editorV2/video/btn_video.png) 0 center no-repeat;
}

.menuArea ul li.btnOpen label:before {
	background: url(../img/editorV2/video/btn_video.png) -29px center no-repeat;
}

.menuArea ul li.mvUpload label:before {
	background: url(../img/editorV2/video/btn_video.png) -60px center no-repeat;
}

.menuArea ul li.btnSave label:before {
	background: url(../img/editorV2/video/btn_video.png) -90px center no-repeat;
}

.menuArea ul li.topTitle {
	background: none;
}

.menuArea ul li.topTitle label input {
	padding-left: 23px;
	background: none;
}

.menuArea ul li.btnApproval label:before {
	background: url(../img/editorV2/video/btn_video.png) -117px center no-repeat;
}

.menuArea ul li.btnTempo label:before {
	background: url(../img/editorV2/video/btn_video.png) -300px center no-repeat;
}

#videoTop .menuArea ul li label input {
	background: none;
	font-family: HDharmonyL;
	opacity: 0.9;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 22px;
	padding-right: 0;
	display: inline-block;
	font-size: 14.5px;
}

#videoTop .menuArea ul li label input:hover {
	opacity: 1;
}

#videoTop .sideBtn {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 180px;
	padding-left: 12px;
}

.sideBtn a {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.03);
	float: left;
	width: 29px;
	height: 29px;
	margin-top: 15px;
	opacity: 0.94;
	text-indent: -99999px;
	margin-left: 0;
}

.sideBtn a:hover {
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.sideBtn a.lnr1 {
	background: url(../img/editorV2/video/btn_video.png) -170px center no-repeat;
}

.sideBtn a.lnr2 {
	background: url(../img/editorV2/video/btn_video.png) -140px center no-repeat;
}

.sideBtn a.tnb1 {
	background: url(../img/editorV2/video/btn_video.png) -200px center no-repeat;
}

.sideBtn a.tnb2 {
	background: url(../img/editorV2/video/btn_video.png) -230px center no-repeat;
}

.sideBtn a.popClose {
	background: url(../img/editorV2/video/btn_video.png) -260px center no-repeat;
}

#videoBody {
	margin-top: 60px;
	height: calc(100% - 60px);
	position: relative;
}

.videoW div {
	box-sizing: border-box;
}


/********** ���̾ƿ� Ÿ��1(��� �׸��� , �ϴ� ����������) **********/


/*** �� ���̾ƿ� ***/

.videoW .vGridAreaW {
	position: absolute;
	height: 50%;
	top: 0;
	left: 0;
	width: 100%;
	/* background: #fff; */
	background: #2B2B2B;
}

.top-bar-containter {
	width: 100%;
	height: 50px;
	background-color: #fff;
}

.logo{margin:6px 15px;}

.log-info {
	width: auto;
	display: inline-block;
	float: right;
	height:36px;
	margin: 7px;
}
.log-info span{color:#e2e2e2;}
.user-name {
	margin-left: 5px;
	margin-right: 15px;
	color: #555;
	display: inline-block;
}

.user-img {
	width: 36px;
	height: 36px;
	border-radius: 40px;
	
	display: inline-block;
	vertical-align:middle;
	margin-right:3px;
		
}

.log-btn {
	color: #555;
    padding: 7px 12px;
    border: 1px solid #ddd;
    margin-left: 15px;
    margin-right: 20px;
    border-radius: 2px;
    display: inline-block;
}

.videoW .layoutLine01 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 6px;
	cursor: n-resize;
	background: #ddd;
	z-index: 99;
	margin-top: -3px;
}

.videoW .layoutLine01:hover {
	background: #ccc;
}

.videoW .layoutLine01 div {
	position: relative;
	width: 100%;
	height: 100%;
}

.videoW .layoutLine01 div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 2px;
	margin-top: -1px;
	margin-left: -50px;
	background: #fff;
}

.videoW .vIframAreaW {
	position: absolute;
	height: 50%;
	top: 50%;
	left: 0;
	width: 100%;
}


/* �� ���̾ƿ�*/

.videoW .vGridAreaW .vGridArea {
	position: relative;
	height: calc(100% - 50px);
	min-height: 100px;
	overflow: hidden;
	overflow-y: auto;
}

.videoW .vGridAreaW .vGridArea .firstBoxW {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	height: 70%;
}

.videoW .vGridAreaW .vGridArea .layoutLine02 {
	position: absolute;
	width: 6px;
	left: 50%;
	margin-left: -3px;
	top: 0;
	height: 70%;
	background: #ddd;
	z-index: 99;
	cursor: e-resize;
}

.videoW .vGridAreaW .vGridArea .layoutLine02:hover {
	background: #ccc;
}

.videoW .vGridAreaW .vGridArea .layoutLine02 div {
	position: relative;
	width: 100%;
	height: 100%;
}

.videoW .vGridAreaW .vGridArea .layoutLine02 div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 2px;
	margin-left: -1px;
	margin-top: -25px;
	background: #fff;
}

.videoW .vGridAreaW .vGridArea .layoutLine03 {
	position: absolute;
	width: 100%;
	margin-left: -3px;
	top: 70%;
	height: 6px;
	background: #ddd;
	z-index: 99;
	cursor: e-resize;
}

.videoW .vGridAreaW .vGridArea .layoutLine03:hover {
	background: #ccc;
}

.videoW .vGridAreaW .vGridArea .layoutLine03 div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 48px;
	margin-left: -20px;
	margin-top: -1px;
	background: #fff;
}

.videoW .vGridAreaW .vGridArea .secondBoxW {
	position: absolute;
	right: 0px;
	left: 50%;
	top: 0;
	height: 70%;
}

.videoW .vGridAreaW .vGridArea .thirdBoxW {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 70%;
	height: 30%;
	background-color: #333;
}

.videoW .vGridAreaW .vGridArea .firstBox,
.videoW .vGridAreaW .vGridArea .secondBox,
.videoW .vGridAreaW .vGridArea .thirdBox {
	position: relative;
	height: 100%;
}

.videoW .vIframAreaW .vIframArea {
	position: relative;
	;
	height: 100%;
}


/* �̵���ư */

.videoW .vBtnMove {
	position: absolute;
	left: 0;
	top: 20%;
	margin-top: -15px;
	width: 22px;
	height: 80px
}

.videoW .vBtnMove a {
	background: #f0f0f0 url(../img/editorV2/video/btn_video_move.png) 4px 30px;
	border-radius: 10px;
	opacity: 0.75;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.videoW .vBtnMove a:hover {
	background: #e1e1e1 url(../img/editorV2/video/btn_video_move.png) 4px 30px;
	opacity: 1;
}


/********** ���̾ƿ� Ÿ��2(�ϴ� �׸��� , ��� ����������) **********/

.videoW.horizonta .vIframAreaW {
	position: absolute;
	height: 50%;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}

.videoW.horizonta .vGridAreaW {
	position: absolute;
	height: 50%;
	top: 50%;
	left: 0;
	width: 100%;
}

.videoW.horizonta .vGridAreaW .vGridArea .firstBoxW,
.videoW.horizonta .vGridAreaW .vGridArea .secondBoxW {
	padding-top: 14px;
}


/********** ���̾ƿ� Ÿ��3(���� ���������� , ���� �׸���) **********/

.videoW.verticalArea1 .vIframAreaW {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	width: 50%;
	background: #fff;
}

.videoW.verticalArea1 .vGridAreaW {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 50%;
}

.videoW.verticalArea1 .vGridAreaW .vGridArea .firstBoxW,
.videoW.verticalArea1 .vGridAreaW .vGridArea .secondBoxW {
	padding-top: 14px;
}

.videoW.verticalArea1 .layoutLine01 {
	cursor: e-resize;
	position: absolute;
	width: 6px;
	left: 50%;
	margin-left: -3px;
	top: 3px;
	height: 100%;
	background: #ddd;
	z-index: 99;
}

.videoW.verticalArea1 .layoutLine01:hover {
	background: #ccc;
}

.videoW.verticalArea1 .layoutLine01 div:before {
	width: 2px;
	height: 80px;
	margin-top: -43px;
	margin-left: -1px;
}

.videoW.verticalArea1 .vGridArea .layoutLine02 {
	cursor: n-resize;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 6px;
	background: #ccc;
	z-index: 99;
	margin-top: -3px;
}

.videoW.verticalArea1 .vGridArea .layoutLine02:hover {
	background: #ccc;
}

.videoW.verticalArea1 .vGridAreaW .vGridArea .layoutLine02 div:before {
	width: 50px;
	height: 2px;
	margin-top: -1px;
	margin-left: -25px;
}

.videoW.verticalArea1 .vGridAreaW .vGridArea .firstBoxW {
	top: 0;
	height: 50%;
	width: 100%;
}

.videoW.verticalArea1 .vGridAreaW .vGridArea .secondBoxW {
	top: 50%;
	height: 50%;
	left: 0 !important;
	width: 100%;
}

.videoW.verticalArea1 .vGridAreaW .vGridArea .firstBoxW {
	padding-bottom: 15px;
}


/********** ���̾ƿ� Ÿ��4(���� ���������� , ���� �׸��� ) **********/

.videoW.verticalArea2 .vIframAreaW {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 50%;
	background: #fff;
}

.videoW.verticalArea2 .vGridAreaW {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	width: 50%;
}

.videoW.verticalArea2 .vGridAreaW .vGridArea .firstBoxW,
.videoW.verticalArea2 .vGridAreaW .vGridArea .secondBoxW {
	padding-top: 14px;
}

.videoW.verticalArea2 .layoutLine01 {
	cursor: e-resize;
	position: absolute;
	width: 6px;
	left: 50%;
	margin-left: -3px;
	top: 3px;
	height: 100%;
	background: #ddd;
	z-index: 99;
}

.videoW.verticalArea2 .layoutLine01:hover {
	background: #ccc;
}

.videoW.verticalArea2 .layoutLine01 div:before {
	width: 2px;
	height: 80px;
	margin-top: -43px;
	margin-left: -1px;
}

.videoW.verticalArea2 .vGridArea .layoutLine02 {
	cursor: n-resize;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 6px;
	background: #ccc;
	z-index: 99;
	margin-top: -3px;
}

.videoW.verticalArea2 .vGridArea .layoutLine02:hover {
	background: #ccc;
}

.videoW.verticalArea2 .vGridAreaW .vGridArea .layoutLine02 div:before {
	width: 50px;
	height: 2px;
	margin-top: -1px;
	margin-left: -25px;
}

.videoW.verticalArea2 .vGridAreaW .vGridArea .firstBoxW {
	top: 0;
	height: 50%;
	width: 100%;
}

.videoW.verticalArea2 .vGridAreaW .vGridArea .secondBoxW {
	top: 50%;
	height: 50%;
	left: 0 !important;
	width: 100%;
}

.videoW.verticalArea2 .vGridAreaW .vGridArea .firstBoxW {
	padding-bottom: 15px;
}


/* ��ư */

.vBtn.bType1 {
	text-align: right;
	height: 32px;
	display: none;
}

.vBtn.bType1 input {
	display: inline-block;
	background: #53646d;
	height: 28px;
	line-height: 30px;
	padding: 0 14px;
	font-family: HDharmonyL;
}

.vBtn.bType1 input.selectedBtn {
	display: inline-block;
	background: #fff;
	height: 28px;
	line-height: 30px;
	padding: 0 14px;
	font-family: HDharmonyL;
	border: 1px solid #666;
	color: #222;
}

.vBtn.bType1 input.selectedBtn:hover {
	background: #f4f4f4;
	color: #222;
}

.vBtn.bType1 input:hover {
	background: #3e4b53;
}

.vBtn input#minusBtn,
.vBtn input#addBtn {
	font-size: 22px;
	padding: 0 8px;
}


/* �׸��� ���� ���� */

.firstBox .vTableW {
	overflow: hidden;
}

.vTableW {
	height: calc(100%);
	/* 241217 RYUD 수정 ( 원본 : 360px ) */
	/* min-height: 360px; */
	/* 240913 RYUD 수정 ( 원본 : 650px ) */
	/* min-width: 600px;  */
	min-width: 400px; 
}

.vTableW Table {
	width: 100%;
}

.vTableW.tType2 .vTAreeTopOut {
	height: 100%;
}

.vTableW.tType2 > div {
	position: relative;
}

.vTableW.tType2 .vTAreeTop {
	height: 40%;
	padding-left: 26px;
}

.vTableW.tType2 .vTAreeTop .vTAree01 {
	float: left;
	width: 49.6%;
	height: 100%;
}

.vTableW.tType2 .vTAreeTop .vTAree02 {
	float: right;
	width: 49.6%;
	height: 100%;
}

.vTableW.tType2 .vTAree03 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 44%;
	padding-left: 26px;
}

.vTableW.tType2 .vTAree04 {
	position: absolute;
	top: 41%;
	width: 100%;
	height: 14%;
	padding-left: 26px;
}

.vTableW.tType2 .vTAree04 textarea {
	height: 100%;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #dedede;
	font-family: HDharmonyL;
}

.vTableW.tType2 .vTAree04 textarea:hover,
.vTableW.tType2 .vTAree04 textarea:focus {
	border: 1px solid #a8b0b6;
}

.vTableW.tType2 .vTAreeTop .vTAree01,
.vTableW.tType2 .vTAreeTop .vTAree02,
.vTableW.tType2 .vTAree03 .vLastTableW {
	position: relative;
	height: 100%;
}

.vTableW.tType2 .vTAreeTop .vTAree01 h2,
.vTableW.tType2 .vTAreeTop .vTAree02 h2,
.vTableW.tType2 .vTAree03 .vLastTableW h2 {
	font-size: 14px;
	height: 23px;
	line-height: 25px;
	font-family: HDharmonyL;
	font-weight: normal;
}

.vTable_inW {
	height: calc(100% - 23px);
	overflow: hidden;
}


/* ȭ�� �������� ��ư */

.resizeButton {
	width: 28px;
	padding: 0;
	margin-left: 1px;
	border: 0;
	cursor: pointer;
}

.vBtn.bType1 input#minButton {
	background: #53646d url(../img/editorV2/video/btn_resize.png) no-repeat 7px 6px;
}

.vBtn.bType1 input#maxButton {
	background: #53646d url(../img/editorV2/video/btn_resize.png)no-repeat -24px 6px;
}

.vBtn.bType1 input#basicButton {
	background: #53646d url(../img/editorV2/video/btn_resize.png) no-repeat -54px 6px;
}

.vBtn.bType1 input#minButton:hover {
	background: #53646d url(../img/editorV2s/video/btn_resize.png) no-repeat 7px -19px;
}

.vBtn.bType1 input#maxButton:hover {
	background: #53646d url(../img/editorV2/video/btn_resize.png)no-repeat -24px -19px;
}

.vBtn.bType1 input#basicButton:hover {
	background: #3e4b53 url(../img/editorV2/video/btn_resize.png) no-repeat -54px -19px;
}


/* ���������� */

.vIframAreaW .vIframArea iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

#movieLoad,
#movieLoad .videoW,
#movieLoad .videoW .vGridAreaW {
	height: 100%;
}

#movieLoad .videoW.verticalArea1 .vGridAreaW {
	width: 100%;
	left: 0;
}

#movieLoad .videoW.verticalArea2 .vGridAreaW {
	width: 100%;
	left: 0;
}

#movieLoad .videoW .vGridAreaW {
	width: 100%;
	left: 0;


	/* min-width: 640px; */
	
	/* ===================== */ 
	/* 241217 RYUD DEL	*/
	/* min-width: 1280px; */
	/* ===================== */ 
	 
	/* 240829 ADD */
	/*overflow : hidden;*/
}


/* ���ȼ���Ʈ ���� */

.vTableW tType1 {
	display: inline-block;
}

.editor-top-container {
	width: 100%;
	height: calc(100% - 80px);
}

.left-container {
	width: calc(100%);
	height: 100%;
	display: inline-block;
}

.video-container {
	width: calc(100%);
	height: 100%;
	background-color: #53646D;
	float: left;
	position: relative;
}

.video-frame {
	background-color: #000;
	margin: 20px 10px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: url(../img/editorV2/wean/img.png) center/contain no-repeat;
}


/*1216 �����̸�����*/

.video-frame-name {
	color: #ffffffc9;
	padding: 8px 12px;
	font-size: 14px;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #00000030;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}
.video-frame-name.mobile{
	background-color: var(--title-bar);
}

/* @media (max-width: 1200px){
	.video-frame-name{
		background-color: var(--title-bar);
	}
} */


/*1216 �����̸����� ��*/

.right-container {
	width: 140px;
	height: 100%;
	background-color: #21292D;
	top: 0px;
	float: right;
	position: relative;
}

.editor-bottom-container {
	/*width: calc(100% - 140px);*/
	height: 205px;
	bottom: 0px;
	position: relative;
	background-color: #2B2B2B;
}

.player-container {
	width: 100%;
	height: 57px;
	top: 0px;
	background-color: #1B1B1B;
	position: absolute;
}

.progress-container {
	width: 100%;
	height: 25px;
	vertical-align: middle;
	display: inline-flex;
	margin-top: 4px;
}

.progress-container3 {
	width: 150px;
	height: 25px;
	vertical-align: middle;
	display: inline-flex;
}

.playing-time {
	color: #fff;
	font-size: 14px;
	margin: 3px 7px 7px 7px;
	display: inline-block;
}



.playing-time{
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
  }
  .ui-spinner-button{
	width: 2.4em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	/*overflow: hidden;*/
	right: 0;
	border: 1px solid #5C5C5C;
    background: #5C5C5C;
    font-weight: normal;
    color: #D5D5D5;
  }
  .ui-spinner-up{
	top: 0;
  }
  .ui-spinner-down{
	bottom: 0;
  }

.playing-time input {
	color: #fff;
	font-size: 14px;
	margin-top: -2px;
	display: inline-block;
	background-color: #111;
	width: 90px;
	height: 26px;
	text-align: center;
	border-radius: 2px;
	text-align: left;
    padding-left: 7px;
}

.playing-time input::placeholder {
	color: #ddd;
}

.total-time {
	color: #fff;
	font-size: 14px;
	margin: 7px;
	float: right;
}

.progress-playing-bar {
	width: 30%;
	height: 4px;
	background-color: #00C2FF;
	border-radius: 3px;
}

.progress-container3 .progress-playing-bar {
	width: 30%;
	height: 4px;
	background-color: #39de40;
	border-radius: 3px;
}

.upload-file-info .progress-playing-bar {
	width: 30%;
	height: 4px;
	background-color: #39de40;
	border-radius: 3px;
}

.progress-mid-container {
	width: 100%;
}

.preview-img-box {
	background-color: #1e1e1e;
	width: 82px;
	height: 60px;
	position: absolute;
	margin-top: -70px;
	border: 1px solid #03c2ff;
}

.preview-img {
	width: 80px;
	height: 40px;
	background: url(../img/editorV2/wean/img.png) no-repeat;
	background-size: contain;
}

.preview-time {
	color: #ffffff8a;
	float: right;
	margin: 5px;
	font-size: 10px;
}

.progress-total-bar {
	height: 4px;
	background-color: #000;
	border-radius: 3px;
	margin: 10px 20px;
}

.play-btn-container {
	width: 100%;
	padding: 8px 7px;
	text-align: center;
}

.play-btn-container-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 8px 7px;
	text-align: center;
}

.play-button {
	width: 18px;
	height: 18px;
	margin: 2px;
	background: url(../img/editorV2/wean/act-play.png);
	border: none;
	cursor: pointer;
}

.forward-button {
	width: 18px;
	height: 18px;
	margin: 2px;
	background: url(../img/editorV2/wean/act-forward.png);
	border: none;
	cursor: pointer;
}

.rewind-button {
	width: 18px;
	height: 18px;
	margin: 2px;
	background: url(../img/editorV2/wean/act-rewind.png);
	border: none;
	cursor: pointer;
}

.volume-up-button {
	width: 18px;
	height: 18px;
	margin: 2px;
	background: url(../img/editorV2/wean/volume-up.png);
	border: none;
	cursor: pointer;
}

.play-button:hover,
.rewind-button:hover,
.forward-button:hover,
.volume-up-button:hover,
.volume-off-button:hover {
	opacity: 80%;
}

.repetition-container {
	display: inline-flex;
	margin: -5px 13px;
}

.start-repetition {
	width: 7px;
	height: 7px;
	background: url(../img/editorV2/wean/stat-repetition.png) no-repeat center;
	display: inline-block;
}

.playing-repetition {
	width: 45px;
	height: 5px;
	background: url(../img/editorV2/wean/playing-repetition.png) no-repeat center;
	display: inline-block;
	margin-top: 2px;
}

.end-repetition {
	width: 7px;
	height: 7px;
	background: url(../img/editorV2/wean/end-repetition.png) no-repeat center;
	display: inline-block;
}

.section-arrow {
	width: 9px;
	height: 6px;
	background: url(../img/editorV2/wean/section-arrow.png) no-repeat center;
	display: inline-block;
	margin-top: -9px;
	position: absolute;
}

.velocity-input {
	float: right;
	margin-right: 14px;
}

.Subtitle-btn {
	border: 1px solid #ffffff15;
	padding: 4px 8px 4px 8px;
	background-color: #eeeeee00;
	color: #aeaeae;
	display: inline-block;
	cursor: pointer;
}

.velocity {
	padding: 5px 8px 5px 8px;
	background-color: #000;
	color: #aeaeae;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
}

.velocity-dropdown {
	display: none;
	position: absolute;
	background-color: #333;
	min-width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: -160px;
	right: 145px;
	text-align: center;
	color: #eee;
}

.velocity-dropdown div {
	color: #eee;
	padding: 6px 10px;
	text-decoration: none;
	display: block;
}

.velocity-dropdown div:nth-child(1) {
	margin-top: 6px;
}

.velocity-dropdown div:nth-child(8) {
	margin-bottom: 6px;
}

.velocity-dropdown div:hover {
	background-color: #111;
}

.velocity:hover .velocity-dropdown {
	display: block;
}

.bgsound-btn {
	border: 1px solid #ffffff15;
	padding: 4px 8px 4px 8px;
	background-color: #eeeeee00;
	color: #aeaeae;
	display: inline-block;
	cursor: pointer;
}

.control-btn-container {
	width: 100%;
	height: 37px;
	top: 0px;
	background-color: #1B1B1B;
	padding: 8px;
}

.start-button {
	border: 1px solid #ffffff2b;
	padding: 4px 8px 4px 18px;
	background-color: #eeeeee00;
	color: #aeaeae;
	background: url(../img/editorV2/wean/start-grey.png) no-repeat 7px;
	font-size: 12px;
}

.end-button {
	border: 1px solid #ffffff2b;
	padding: 4px 8px 4px 18px;
	background-color: #eeeeee00;
	color: #aeaeae;
	background: url(../img/editorV2/wean/end-grey.png) no-repeat 7px;
	font-size: 12px;
}

.spotplay-button {
	border: 1px solid #ffffff2b;
	padding: 4px 10px 4px 10px;
	background-color: #eeeeee00;
	color: #aeaeae;
	background: url(../img/editorV2/wean/spotplay.png) no-repeat center;
}


/*.video-frame{background:url(../images/wean/img.png) center no-repeat;}*/

.start-text {
	color: #aeaeae;
	font-size: 12px;
	display: inline-block;
	margin-left: 3%;
	vertical-align: middle;
	vertical-align: middle;
}

.start-time-input {
	border: 1px solid #ffffff2b;
	padding: 4px;
	background-color: #000;
	color: #aeaeae;
	border-radius: 3px;
}

.end-text {
	color: #aeaeae;
	font-size: 12px;
	display: inline-block;
	margin-left: 2%;
}

.end-time-input {
	border: 1px solid #ffffff2b;
	padding: 4px;
	background-color: #000;
	color: #aeaeae;
	border-radius: 3px;
}

.control-leftbtn-container {
	float: right;
}

.add-button {
	border: 1px solid #ffffff2b;
	padding: 3px 8px 3px 18px;
	background-color: #eeeeee00;
	color: #aeaeae;
	background: url(../img/editorV2/wean/act-add.png) no-repeat 7px center;
	font-size: 12px;
}

.exit-button {
	border: 1px solid #ffffff2b;
	padding: 3px 8px 3px 18px;
	background-color: #eeeeee00;
	color: #aeaeae;
	background: url(../img/editorV2/wean/act-exit.png) no-repeat 7px center;
	font-size: 12px;
}

.player-container {
	width: 100%;
	height: 56px;
	background-color: #2B2B2B;
}

.preview-wrap {
	width: 100%;
	height: 100px;
	background-color: #1B1B1B;
}

.preview-container {
	width: calc(100% - 160px);
	height: 85px;
	bottom: 0px;
	background-color: #080808;
	margin: 3px 0 0 0px;
	box-shadow: inset 0px 0px 2px #000;
	padding: 5px;
	display: inline-block;
	float: left;
	overflow-x: scroll;
	white-space: nowrap;
}

.previous {
	width: 14px;
	height: 85px;
	background: url(../img/editorV2/wean/pre-btn.png) no-repeat center;
	background-color: #4A555943;
	border-style: none;
	float: left;
	margin: 3px 0 0 5px;
	cursor: pointer;
	color: #fff;
}

.previous:hover {
	background-color: #4A555973;
}

.next:hover {
	background-color: #4A555973;
}

.next {
	width: 14px;
	height: 85px;
	background-color: #4A555943;
	border-style: none;
	float: left;
	margin: 3px 7px 0 0px;
	cursor: pointer;
	background: url(../img/editorV2/wean/next-btn.png) no-repeat center;
}

.preview-container::-webkit-scrollbar {
	display: none !important;
}

.time-text-container {
	display: inline-block;
	float: left;
}

.time-text-container span {
	color: #777;
}

.video-btn-container {
	text-align: center;
	display: inline-block;
}


/*1213  ��ư ����1 */

.save-btn-container {
	height: 94px;
	width: 113px;
	display: inline-block;
	float: right;
	text-align: unset;
}

.save-btn-container2 {
	height: 94px;
	width: 100%;
	display: inline-block;
	text-align: center;
}


/*1213 ��ư ����1 ��*/

.img-box:focus {
	border: 1px solid #00C2FF;
	background-color: none;
}

.thumbnail-box:hover .movie-btn-wrap {
/*	display: block;	 	*/
}

.thumbnail-box:hover .btn-wrap {
	display: block; 
}

.thumbnail-box {
	width: 90px;
	height: 45px;
	background-size: contain;
	display: table-cell;
	margin: 3px 0 0 0;
	color: #ebebeb;
}

.load-time {
	color: #ccc;
	background-color: #000000ad;
	;
	padding: 2px;
	bottom: 0px;
	right: 0;
	font-size: 10px;
	position: absolute;
}

.speaker-name {
	color: #ccc;
	padding: 4px;
	bottom: 0px;
	width: 100%;
	right: 0;
	margin-top: 2px;
	font-size: 12px;
	position: absolute;
}

.thumbnail-title {
	background-color: #4b5f6c;
	text-align: center;
	font-size: 11px;
	font-weight: 300;
	color: #ddd;
}

.thumbnail-img {
	background: url(../img/editorV2/wean/img.png);
	width: 90px;
	height: 45px;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}

.btn-wrap {
	display: none;
	text-align: center;
	padding: 10px;
}

.edit-btn {
	display: inline-block;
	background: url(../img/editorV2/wean/edit-btn.png) center;
	width: 24px;
	height: 24px;
	background-color: #000;
	border-radius: 20px;
}

.del-btn {
	display: inline-block;
	background: url(../img/editorV2/wean/del-btn.png) center;
	width: 24px;
	height: 24px;
	background-color: #000;
	border-radius: 20px;
}

.edit-btn:hover {
	background-color: #00C2FF;
}

.del-btn:hover {
	background-color: #00C2FF;
}

.img-box {
	margin: 2px 4px 0;
	border: 1px solid #2d2d2d;
	position: relative;
	background-color: #111;
	border-radius: 2px;
}

.line {
	border-bottom: 1px solid #555;
	margin: 2px 0 0 0;
}

.vertical-line {
	border-left: 1px solid #555;
	height: 5px;
	float: right;
}

.cut-time {
	float: right;
	color: #888;
	font-size: 9px;
	margin-top: 5px;
	left: 22px;
	position: relative;
}

.checkseat-button {
	border: none;
	height: 24px;
	width: 104px;
	background-color: #00C2FF;
	color: #eee;
	margin-top: 3px;
	cursor: pointer;
}

.checkseat-button:hover {
	background-color: #00C2FF8a;
}

.save-button {
	border: none;
	height: 24px;
	width: 104px;
	background-color: #535353;
	color: #eee;
	margin-top: 8px;
	cursor: pointer;
}

.merge-save-button {
	border: none;
	height: 24px;
	width: 104px;
	background-color: #535353;
	color: #fff;
	margin-top: 3px;
	cursor: pointer;
}

.save-button:hover {
	background-color: #5353538a;
}

.merge-save-button:hover {
	background-color: #5353538a;
}

.saving-box-container {
	overflow-y: scroll;
	width: 140px;
	height: 100%;
	height: calc(100% - 142px);
}

.saving-box {
	background-size: contain;
	margin: 10px;
	color: #ebebeb;
	cursor: pointer;
	position: relative;
}

.edit-popup-title {
	width: 100%;
	height: 50px;
}


/*1203 ���� ����� Ÿ��Ʋ ��ħ����*/

.saving-box-title {
	background-color: #4b5f6c;
	text-align: center;
	font-size: 11px;
	font-weight: 300;
	color: #ddd;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 80px;
	overflow: hidden;
	width: 120px;
}


/*1203 ���� ����� Ÿ��Ʋ ��ħ����*/

.saving-img {
	background: url(../img/editorV2/wean/img.png);
	width: 120px;
	height: 60px;
	background-size: contain;
	display: block;
}

.saving-img:hover .btn-wrap {
	display: block;
	padding: 20px;
}

.edit-btn2 {
	display: inline-block;
	background: url(../img/editorV2/wean/edit-btn.png) center;
	
	width: 28px;
	height: 28px;
	background-color: #000;
	border-radius: 20px;
	cursor: pointer;
	margin-top: -3px;
}

.change-btn2 {
	display: inline-block;
	background: url(../img/editorV2/wean/change-btn.png) center;
	background-size: 24px 24px;
	width: 28px;
	height: 28px;
	background-color: #000;
	border-radius: 20px;
	cursor: pointer;
	margin-top: -3px;
}

.del-btn2 {
	display: inline-block;
	background: url(../img/editorV2/wean/del-btn.png) center;
	
	width: 28px;
	height: 28px;
	background-color: #000;
	border-radius: 20px;
	cursor: pointer;
	margin-top: -3px;
}

.del-btn2:hover {
	background-color: #00C2FF;
}

.edit-btn2:hover {
	background-color: #00C2FF;
}
.change-btn2:hover {
	background-color: #00C2FF;
}

.saving-box-container::-webkit-scrollbar {
	display: none !important;
}

.top-btn {
	width: 100%;
	height: 20px;
	background-color: #4A555943;
	/*background: url(../img/editorV2/wean/top-btn.png) no-repeat center;*/
	border-bottom: 1px solid #111;
	cursor: pointer
}

.bottom-btn {
	width: 100%;
	height: 20px;
	bottom: 0;
	background-color: #4A555943;
	position: relative;
	/*background: url(../img/editorV2/wean/bottom-btn.png) no-repeat center;*/
	border-top: 1px solid #111;
	cursor: pointer;
}

.top-btn:hover {
	background-color: #4A555943;
}

.bottom-btn:hover {
	background-color: #4A555943;
}


/*���������̴�*/

.volume-slider {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	background: #101010;
	outline: none;
	opacity: 0.7;
	-webkit-transition: .2s;
	transition: opacity .2s;
	border-radius: 3px;
	margin-left: 8px;
}

.volume-slider:hover {
	opacity: 1;
}

.slidecontainer {
	width: 80px;
	display: inline-block;
}

.volume-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 9px;
	height: 9px;
	background: #f1f1f1;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 1px 0px 3px #0000005d;
}

.volume-slider::-moz-range-thumb {
	width: 9px;
	height: 9px;
	background: #f1f1f1;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 1px 0px 3px #0000005d;
}

.thumbnail-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 90px;
	overflow: hidden;
}


/*1213 ��ư �߰��� ���� �ϴ� ���� ���� */

@media (min-height: 600px) {
	.left-container {
		width: calc(100%);
		height: auto;
		display: inline-block;
	}
	.right-container {
		width: 100%;
		height: 100px;
		background-color: #21292D;
		bottom: 0px;
		border-top: 1px solid #000;
		position: relative;
	}
	.vTableW {
		position: relative;
	}
	.top-btn {
		width: 14px;
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		background-color: #4A555943;
		background: url(../img/editorV2/wean/pre-btn.png
) no-repeat center;
		border-right: 1px solid #111;
		cursor: pointer
	}
	.bottom-btn {
		width: 14px;
		height: 100%;
		display: inline-block;
		background-color: #4A555943;
		vertical-align: middle;
		position: relative;
		left: 0;
		/* background: url(../img/editorV2/wean/next-btn.png) no-repeat center;*/
		border-left: 1px solid #111;
		cursor: pointer;
		border-top: none;
	}
	.saving-box {
		display: inline-block;
		margin: 3px;
	}
	.saving-box-container {
		width: calc(100% - 160px);
		height: auto;
		white-space: nowrap;
		display: inline-block;
		vertical-align: middle;
	}
	.edit-btn2 {
		margin: auto;
		
	}
	.change-btn2 {
		margin: auto;
		
	}
	.video-frame {
		margin: 10px 20px 0px;
		height: 100%;
		top: unset;
		position: relative;
	}
	.editor-top-container {
		width: 100%;
		height: calc(100% - 80px);
	}
	.save-btn-container {
		height: 94px;
		width: 113px;
		display: inline-block;
		float: right;
		margin: auto;
	}
	.save-btn-container2 {
		height: 94px;
		width: 113px;
		display: inline-block;
		float: right;
		text-align: unset;
		margin: auto;
	}
	
	.dubbing_wrap {
		position: absolute;
		bottom: 20px;
		display: block;
		width: calc(100% - 60px);
		text-align: center;
		padding: 0 30px;
		font-size: 17px;
	}
	.dubbing_cue {
		display: inline-block;
		color: #fff;
		font-weight: 100;    
		line-height: 24px;
		text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	}
}

.editor-tooltip{
	font-size: 11px;
}

[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}


.dubbing-text-count {
	float: right;
	font-size: 12px;
	margin: 0px 20px 5px 0;
	color: #999;
}

.cont-title{
  line-height: 26px;
}

/*1213 ��ư �߰��� ���� �ϴ� ���� ���� �� */