@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;
	margin: 0;
}

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;
}

.editmenu-container {
	width: 100%;
	height: 68px;
	background-color: #2B2B2B;
	display: inline-block;
	/* min-width: 1200px; */
	min-width: auto;
}

.left-btn-container {
	width: auto;	
	float: left;
	margin-top:  10px;
	/* margin-left: 20px; */
	margin-left: 10px;
	-ms-overflow-style: none;

	/* 스크롤 */
	overflow-x: auto;
	white-space: nowrap;
	/* width: 100%; */
	scrollbar-width: none;
}
.left-btn-container.mobile{
	width: 100% !important;
}

.left-btn-container::-webkit-scrollbar{
	display:none;
}

.left-btn-container span {
	/* color: #00C1FD; */
	color: var(--primary);
	margin-top: 2px;
}

.btn-group {
	text-align: center;
	margin: 10px;
	display: inline-block;
	font-size: 11px;
	cursor:pointer;
}


.right-btn-container {
	width: auto;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

.btn-group2 {
	text-align: center;
	margin: 10px 2px;
	display: inline-block;
	font-size: 13px;
	width: 130px;
	color: #fff;
	/* 기본색상 */
	/* background-color: #00C1FD; */
	background-color: var(--primary);
	padding: 10px 20px;
	border-radius: 50px;
	cursor:pointer;
}

.zoom-container {
	width : 200px;
	display: inline-block;
}

.zoom-slider {
	-webkit-appearance: none; /* 기본 스타일 제거 (Webkit 기반 브라우저) */
	appearance: none;
	
	width: 70%;
    height: 2px;
	/*-webkit-appearance: none;*/
	/* 기본 색상 */
    /* background: #03c2ff; */
	background: var(--primary);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 3px;
	margin-left: 8px;
	padding : 0;
	cursor: pointer;
}
.zoom-slider:hover {
	opacity: 1;
	background: var(--primary);
}
.zoom-slider::-webkit-slider-runnable-track {
	
  background: #ddd; /* 기본 트랙 배경 색상 */
  border-radius: 2px;
  height: 2px;
  margin-top: -20px;
}
.zoom-slider::-webkit-slider-thumb {
	-webkit-appearance: none; /* 기본 스타일 제거 */
	appearance: none;
	width: 16px;
	height: 16px;
	background: var(--primary); /* 썸의 색상 */
	border: none;
	border-radius: 50%; /* 썸을 원형으로 만듦 */
	cursor: pointer;
	margin-top: -6.5px;
  }
/*
.zoom-slider::-webkit-slider-thumb {
	-webkit-appearance: none;	
	cursor: pointer;
}
*/
.btn-zoom {
	/* 기본색상 */
	/* color: #03c2ff; */
	color: var(--primary);
    opacity: 0.7;
    margin-bottom: -3px;
    margin-left: 5px;
}

.btn-zoom[disabled] {
	color : #747879;
	opacity: .5;
}

.zoom-slider[disabled] {
	-webkit-appearance: inner-spin-button;
	background: #747879;
	cursor:initial;
	color: #2b2b2b;
}


.timeNumber-group {
	display: inline-block;
	margin: 0 10px;
}

.border-h {
	height: 6px;
	width: 1px;
	background-color: #777;
	margin: 0 auto;
	top: 0;
	text-align: center;
}

.border-h2 {
	height: 6px;
	width: 1px;
	background-color: #777;
	margin: 0 auto;
	top: 0;
	position: absolute;
	text-align: center;
	display: inline-block;
}

.timeNumber {
	color: #777;
	text-align: center;
	margin-top: 5px;
}

.bottom-container {
	height: 100%;
}

.timeline-time-container {
	height: 0px;
	background-color: #000;
}

.timeline-time-container .left-sector {
	background-color: #000;
}

.left-sector span {
	margin-left: 5px;
}

.timeline-time-container span {
	background-color: #000;
	color: #555;
}

.right-time-sector {
	width: 100%;
	display: inline-block;
	background-color: #000;
	height: 28px;
}

.timeline-container {
	display: inline-block;
	width: 100%;
}

.video-sector {
	display: inline-block;
	width: 100%;
}

.text-sector {
	display: inline-block;
	width: 100%;
	height: 40px;
}

.dubbing-sector {
	display: inline-block;
	width: 100%;
	height: 40px;
}

.audio-sector {
	display: inline-block;
	width: 100%;
	height: 40px;
}

.left-sector {
	width: 150px;
	height: auto;
	background-color: #111;
	display: inline-block;
}

.right-sector {
	width: calc(100% - 150px);
	background-color: #555;
	display: inline-block;
	position: absolute;
}

.right-video-sector {
	width: calc(100%);
	background-color: #555;
	display: inline-flex;
}

.right-text-sector {
	width: calc(100%);
	background-color: #555;
	display: inline-flex;
}

.sector-title {
	color: #8E8E8E;
	height: 28px;
	padding: 10px;
	background-color: #000;
}

.video-title {
	color: #8E8E8E;
	height: 80px;
	padding: 10px;
}

.text-title {
	color: #8E8E8E;
	height: 40px;
	padding: 10px;
	padding: 10px;
}

.video-title img {
	vertical-align: middle;
}

.text-title img {
	vertical-align: middle;
}

.sector-title span {
	margin-left: 5px;
}

.sector-line {
	border-bottom: 1px solid #6c6c6c;
	width: 100%;
	height: 1px;
}

.video-timeline-group:hover {
	background-color: #007fa7;
}

.video-timeline-group:focus {
	background-color: #007fa7;
}

.text-timeline-group:hover {
	background-color: #007fa7;
}

.video-timeline-group {
	width: auto;
	min-width: auto;
	height: 80px;
	background-color: #21292D;
	border: 1px solid #000000;
	border-top: 1px solid #F8E71C;
	display: inline-block;
	cursor: pointer;
	min-width: auto;
}

.text-timeline-group {
	width: auto;
	min-width: auto;
	height: 40px;
	background-color: #21292D;
	border: 1px solid #000000;
	border-top: 1px solid #7d4fd0;
	display: inline-block;
	cursor: pointer;
}

.cutting-container {
	position: absolute;
	height: 100%;
	z-index: 99;
}

.cutting-img{height:20px; background-color:#000; text-align:center;}

.cutting-info-box {
	width: auto;
	background-color: #ff0057;
	position: absolute;
	cursor:pointer;
	border: 1px solid #ff0057;
}
.cutting-info-box:hover {
	width: auto;
	background-color: #88002e;
	position: absolute;
	
	border: 1px solid #88002e;
}
.cutting-container:hover .left-cutting-border{
	border-left: 1px solid #88002e;
	height: 100%;
	
}
.time-indicator {
	color: #fff;
	text-align: center;
	margin:0 4px;
	padding: 4px 0px;
}
.cutting-img img{width:18px; text-align:center;}
.left-cutting-border {
	border-left: 1px solid #ff0057;
	height: 100%;
}

.video-info {
	position: relative;
	display: inline-flex;
	width: 100%;
}

.video-timeline-group img {
	margin: 10px 0px 0px 10px;
}

.video-info-text {
	color: #eee;
	display: inline-block;
	vertical-align: top;
	margin: 15px 5px 10px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;
	overflow: hidden;
}

.fade-mark {
	width: 100%;
}

.fade-left {
	float: left;
}

.fade-left img {
	position: relative;
	width: 18px;
	margin: 3px 8px;
}

.fade-left img {
	position: relative;
	width: 18px;
	margin: 3px 8px;
}

.fade-right {
	float: right;
}

.fade-right img {
	position: relative;
	width: 18px;
	margin: 3px 8px;
}

.fade-right img {
	position: relative;
	width: 18px;
	margin: 3px 8px;
}



