@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;
}

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: none;
}

*,
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;
}



.vtable-container {
	background-color: #21292D;
	height: 100%;
}


.tab {
	background-color: #5E6F78;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	
	overflow-x : auto;

 	width   : 100%;
	/* z-index : 9999; */
	display : flex;
	
	white-space: nowrap; 
}

.tab.mobile {
	position: fixed;
	bottom  : 0;
	left    : 0;
	width   : 100%;
	z-index : 9999;
	display : flex;
	overflow-x : auto;
	white-space: nowrap;
}

/* @media (max-width: 1200px){
	.tab{
		position: fixed;
		bottom  : 0;
		left    : 0;
		width   : 100%;
		z-index : 9999;
		display : flex;
		overflow-x : auto;
		white-space: nowrap;
	}
	.tab-content-container {
		position: fixed;
		bottom: -100%;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: white;
		transition: bottom 0.3s ease;
		z-index: 9998;
		display: none;
	}
	.tab-content-container.active {
		display: block;
		bottom: 0;
	}
} */

.tab img{
	width: 25px;
}

/* Float the list items side by side */
.tab li {
	float: left;
}

/* Style the links inside the list items */
.tab li a {
	display: inline-block;
	color: #fff;
	text-align: center;
	text-decoration: none;		/*  20241105 RYUD Templet 적용으로 인한 스타일 수정 */
	padding: 10px 14px;			/*	12px 22px;	*/
	font-size: 12px;			/*	13px;		*/
	transition: 0.3s;
}

/* Style the tab content */
.tabcontent {
	display: none;
	background-color: rgb(0, 154, 200);
	padding: 6px 12px;
	color: #fff;
}

ul.tab li.current {
	background-color: #21292D;
	color: #222;
}

.tabcontent.current {
	display: block;
}

.search-field {
	border: 1px solid #ffffff1a;
	 width: 50%; 
	/*width: 350px;*/
	height: 30px;
	margin: auto;
	padding: 5px 10px;
	background-color: #53646d5e;
	border-radius: 1px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 13px;
}

placeholer {
	color: #ffffff;
}

.search-container {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
	width: 95%; 
}

.bottom-sheet .newproject-btn{
	flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 6.125rem; */
	width: 	4rem;
    height: 1.75rem;
    border-radius: 0.1875rem;
    background-color: var(--primary);
    font-size: 0.7rem;
    color: var(--white);
	/* margin-right: 1rem; */
	/* margin-top: 1rem; */
}

.bottom-sheet .newproject-btn-mobile{
	flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 6.125rem; */
	width: 	4rem;
    height: 1.75rem;
    border-radius: 0.1875rem;
    background-color: var(--primary);
    font-size: 0.7rem;
    color: var(--white);
	margin-left: 0.5rem;
	/* margin-right: 1rem; */
	/* margin-top: 1rem; */
}

.bottom-sheet .search-container{	
	vertical-align: middle;
	margin: 0px;	
	display: flex;
	padding-top: 0.5rem;
    /* padding-right: 1rem; */
	padding-right: 0rem;
    padding-bottom: 0.5rem;
    /* padding-left: 1rem; */
	padding-left: 0.9rem;
	width: 100%;
}

.bottom-sheet .search-field{
	margin: 0;
    border: 0;
    border-radius: 0.1875rem 0 0 0.1875rem;
    width: 100%;
    height: 1.75rem;
    padding: 0 1rem;
    font-size: 0.7rem;
    color: var(--white);
    background-color: var(--input-bg);
}

.bottom-sheet .search-btn{
	flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 4.5rem; */
	width: 2.5rem;
    height: 1.75rem;
    border-radius: 0 0.1875rem 0.1875rem 0;
    background-color: var(--primary);
    font-size: 0.7rem;
    color: var(--white);
}

.search-btn-mobile{
	flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 4.5rem; */
	width: 2.5rem;
    height: 1.75rem;
    border-radius: 0 0.1875rem 0.1875rem 0;
    background-color: var(--primary);
    font-size: 0.7rem;
    color: var(--white);
}
 /*1209 텍스트 줄임 */


.instance-field {
	border: 1px solid #ffffff1a;
	width: 60%;

	margin: auto 0 0 10px;
	padding: 8px 10px 7px;
	background-color: #53646d5e;
	border-radius: 1px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 13px;
	
	white-space: nowrap;
    font-size: 13px;
    overflow: hidden;
	text-overflow: ellipsis;
    
}

 /*1209 텍스트 줄임 끝 */

.instance-container {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
	width: 95%;
	color: #ffffffc7;
}

.search-btn {
	margin: auto;
	padding: 9px 25px;
	text-align: center;
	vertical-align: middle;
	background-color: #5E6F78;
	border-radius: 1px;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
}

.newproject-btn {
	/* margin: 0 40px; */
	margin: 0 10px;
	float:right;
	padding: 9px 15px 9px 35px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/editorV2/wean/new-project-btn.png) no-repeat 15px center;
	background-color: #5E6F78;
	border-radius: 1px;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
	
}



.tab-contents-container.current {
	display: block;
}

.tab-contents-container {
	display: none;
}


.list-container.current {
	border: 1px solid #ffffff1a;
	height: calc(100% - 126px);
	border-radius: 5px;

	margin: 0 20px;
	background-color: #1B1B1B;
	overflow-y: auto;

}

.list-item {
	vertical-align: middle;
	/*margin: 10px 25px;*/
	/* margin: 0px 25px; */
	margin: 0px 18px;
	padding-top: 10px;
	padding-right : 10px;
}

.dubbing-list-item {
	vertical-align: middle;
	/*margin: 10px 25px;*/
	margin: 0px 8px;
	padding-top: 10px;
	padding-right : 0px;
	margin-bottom: 10px;
}

.list-img {
	width: 90px;
	height: 51px;		/* 20241025 RYUD 45px -> 51px */
	background: url(../img/editorV2/wean/img.png) no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.list-btn-container {
	display: none;
	width: 100%;
	padding-top: 3px;
}

.list-btn-container.mobile {
	display: inline-block;
	width: 100%;
	padding-top: 3px;
}

.dubbing-list-btn-container {
	margin-top: -3px;
	float: left;
}

.list-btn-container-dubbing {	
	width: 100%;
	/*padding-top: 3px;*/
	padding : 0 0 5px 5px;

}

.list-btn-container2 {
	display: inline-block;
	
}

.list-play-button {
	width: 74px;
	height: 24px;
	padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-play-btn.png) no-repeat 4px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

.list-del-button {
	width: 74px;
	height: 24px;
	padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-del-btn.png) no-repeat 4px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

.list-edit-button {
	width: 74px;
	height: 24px;
	padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-edit-btn.png) no-repeat 4px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}


.list-rename-button {
	width: 89px;
	height: 24px;
	padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-rename-btn.png) no-repeat 4px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

.list-info {
	display: inline-block;
	vertical-align: middle;
	/* margin: 3px 0px 0 15px; */
	margin: 3px 0px 0 9px;
	font-size: 15px;
}

.dubbing-list-info {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0px 0 15px;
	font-size: 15px;
}


.list-item.pc:hover {
	background-color: #000000;
}
.list-item.pc:hover .list-info {	
	font-size: 12px;
}

.list-item.pc:hover .list-info .list-btn-container{
	display: inline-block;
}


.list-name {	
	color: #fff;
	margin-bottom: 3px;
}

.list-date {
	color: #ffffff73;
	/* margin-bottom: 3px; */
	float: right;
	vertical-align: middle;
	right: 0;
	width: a;
	font-size: 12px;
	padding: 18px 0;
	margin: auto;
	display: inline-block;

}
.list-date span {
	
	margin: auto 0px auto 10px;
	display: inline-block;

}
.list-date.mobile{
	display:	none;
}


.list-download-button {
	width: 89px;
	height: 24px;
	padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-download-btn.png) no-repeat 4px center;
	border: 1px solid #545454;
	background-color: #333;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

.under-line {
	border-bottom: 1px solid #53646d52;
	margin: 10px 0 0 0;
}

.dubbing-under-line {
	border-bottom: 1px solid #53646d52;
	margin: 2px 0 0 0;
}

/* width */
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #5E6F78;
}

.list-container {
	border: 1px solid #ffffff1a;
	height: calc(100% - 150px);
	border-radius: 5px;
	background-color: #1B1B1B;
	/*margin-top: 10px;*/ /* 240913 RYUD 제거 > 탭에 따라서 사이즈가 변경되어서 수정함 */
}

.dubbing-container {
	/*   border: 1px solid #ffffff1a;  */
	   border-top: 1px solid #ffffff1a;
	   height: calc(100% - 130px);
	   border-radius: 5px;
	   background-color: #333;
	   margin-top:30px;
	}
	
	.dubbing-inner-container-left {
	   width: calc(100% - 353px);
	   height: calc(100% - 130px);
	   background-color: #333;
	   float:left;
	}
	.dubbing-inner-container-right {
	   width: 353px;
	   height: calc(100% - 130px);
	   background-color: #333;
	   float:right;
	}
	
	.dubbing-list-container {
		width: 330px;
		border: 1px solid #ffffff1a;
		border-radius: 5px;
		background-color: #1B1B1B;
		margin-top: 10px;
		margin-right: 20px;
	}
	
	.dubbing-list-outer-container {
		height: calc(var(--scrollHeight));
	}

	.dubbing-list-name {   
	   color: #fff;
	   margin-bottom: 3px;
	   float: left;
	   width: 95px;
	   font-size: 14px;
	}
	
	.dubbing-list-date {
	   color: #fff;
	   margin-bottom: 3px;
	   float: left;
	   width: 60px;
	
	}
	.dubbing-list-date span {
	   
	   margin: auto 0px auto 10px;
	   display: inline-block;
	
	}
	
	
	.upload-container {
	   border: 1px solid #ffffff1a;
	   height: calc(100% - 130px);
	   border-radius: 5px;
	   background-color: #1B1B1B;
	   margin-top:30px;
	}
	.upload-container.mobile {
		height: calc(100% - 55px);
		border-radius: 5px;
		background-color: #1B1B1B;
		margin-top:15px;
	 }

.my-movie-wrap {
	padding: 5px;
}

.my-movie-item {
	width: 23.5%;
	max-width: 210px;

	display: inline-block;
	border: 1px solid #545454;
	background-color: #333;
	cursor: pointer;
	color: #fff;
	margin: 10px 0.5% 5px;
}

.bottom-sheet .my-movie-item {
	width: 48.5%;
	max-width: 210px;

	display: inline-block;
	border: 1px solid #545454;
	background-color: #333;
	cursor: pointer;
	color: #fff;
	margin: 10px 0.5% 5px;
}

.my-movie-thumb {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-top: 50%;
	overflow: hidden;
}

.my-movie-thumb img {	
	object-fit: contain;
	width: 100%;
	height: 100%;		/*20241025 RYUD  auto -> 100%*/
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;			
	background: black;	/*20241025 RYUD ADD */
}

.my-movie-name {
	font-size: 13px;
	color: #fff;
	margin: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 110px;
	overflow: hidden;
}

.my-movie-type {
	font-size: 12px;
	color: #ffffff99;
	margin: 5px;
}

.my-movie-date {
	font-size: 10px;
	color: #ffffff70;
	margin: 5px;
	bottom: 0;
	text-align: right;
}


.my-movie-thumb:hover .movie-edit-btn {
	display: block;
	padding: 20px;
}


.movie-edit-btn {
	display: none;
	text-align: center;
	padding: 10px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 45%;
	bottom: 0;
	vertical-align: middle;
	transform: translateY(-60%);
}

.movie-edit-btn.mobile {
	display: block;
	padding: 20px;
}

.right-btn-wrap {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	right: 0;
	position: absolute;
	margin-right: 20px;
	margin-top: 6px;
	display:none;
	padding:10px;
}

.large-thumb-btn {
	width: 19px;
	height: 19px;
	margin: 0px 5px;
	background: url(../img/editorV2/wean/large-icon.png) no-repeat center;

	background-color: #333;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

.small-thumb-btn {
	width: 19px;
	height: 19px;
	margin: 0px 5px;
	background: url(../img/editorV2/wean/normal-icon.png) no-repeat center;

	background-color: #333;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	opacity: 0.4;
}

.detail-btn {
	width: 19px;
	height: 19px;
	margin: 0px 5px;
	background: url(../img/editorV2/wean/detail-icon.png) no-repeat center;

	background-color: #333;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	opacity: 0.4;
}

.movie-list-container {
	border: 1px solid #ffffff1a;
	height: calc(100% - 150px);
	border-radius: 5px;

	
	background-color: #1B1B1B;
	overflow-y: auto;

}

.preview-wrap2 {
	width: 100%;

}
/*1213 리스트버튼 삭제 후 사이즈 조정 */
.preview-container2 {
	width: calc(100% - 70px);
	height: 77px;
	bottom: 0px;
	background-color: #1B1B1B;
	margin: 8px 0 0 0px;
	box-shadow: inset 0px 0px 2px #000;
	padding: 5px;
	display: inline-block;
	float: left;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.input-box{width:100%; text-align: center;}
.text-field{ 
	/* height: 91px; */
	height: 200px;
    width: calc(100% - 40px);
    margin: 12px auto;
    resize: none;
	background-color: #1B1B1B;
	padding:10px;
	color:#eee;
    }

.previous2 {
	width: 14px;
	height: 77px;
	border-style: none;
	float: left;
	margin: 8px 0 0 20px;
	cursor: pointer;
	color: #fff;
	background: url(../img/editorV2/wean/pre-btn.png) no-repeat center;
	background-color: #00000040;
}

.previous2:hover {
	background-color: #4A555973;
}

.next2:hover {
	background-color: #4A555973;
}

.next2 {
	width: 14px;
	height: 77px;
	

	border-style: none;
	float: left;
	margin: 8px 7px 0 0px;
	cursor: pointer;
	background: url(../img/editorV2/wean/next-btn.png) no-repeat center;
	background-color: #00000040;
}

.preview-container2::-webkit-scrollbar {
<!--	display: none !important; -->
	margin-top: 3px;
}

.preview-total-container2 {
	text-align: center;
	margin-top: 3px;
}

.list-thumbnail-img {
	
	width: 80px;
	height: 60px;
	background-size: contain;
	display: inline-block;
	cursor: pointer;
}

.list-thumbnail-img img{margin-top:3px;}

.movie-btn-wrap {
	display: none;
	text-align: center;
	padding: 10px;
	margin-top: 9px;
}

.checklist-button {
	border: none;
	height: 32px;
	width: 104px;
	background-color: #00C2FF;
	color: #eee;
	margin-top: 30px;
	cursor: pointer;

}


.checklist-button:hover {
	background-color: #00C2FF8a;

}

.upload-title-container {
	margin: auto;
	top: 0;
	height: auto;
	width: 100%;
	background-color: #333;
}

.dubbing-title {
	font-size: 16px;
	color: #ffffff;
	padding: 0px 10px 5px 15px;
	margin-top:15px;
}

.dubbing-list-title {
	font-size: 16px;
	color: #ffffff;
	padding: 0px 10px 5px 0px;
	margin-top:15px;
}

.speaker-title {
	font-size: 14px;
	color: #ffffff;
	padding: 0px 10px 5px 15px;
	margin-top:15px;
}

.upload-title {
	font-size: 16px;
	color: #ffffff;
	padding: 15px 10px 5px 15px;
}
.upload-subtitle {
	font-size: 12px;
	color: #ffffff8c;
	padding: 5px 15px 15px;
}


table,
td,
th {
	border: none;
}

table th {
	font-weight: normal;


	text-align: center;
	padding: 5px 15px 4px 15px;
}
table.mobile th{
	padding: 5px 8px 4px 8px;
}

table th:nth-child(1) {

	text-align: left;
}


.file-info {
	color: #ffffff40;
	font-size: 11px;
	border-top: 1px solid #ffffff0d;
	height: 31px;
}

/*업로드파일 스크롤 처리*/
.upload-file-container {
	width: 100%;
	height: calc(100% - 100px);
	overflow-y: auto;
	white-space: nowrap;
}


.upload-file-container.mobile{
	height: 5rem !important;
}

/*업로드파일 스크롤 처리 끝*/

.upload-file-info {
	color: #ffffff;
	font-size: 12px;
	height: 30px;
}

.upload-bottom-container {
	
/*	width: 60%;*/
	padding: 15px;
	bottom: 0;
/*	position: absolute;*/
}
.upload-bottom-container2 {	
	/* width: 100%;
	padding: 15px 15px;
	bottom: 0;	 */
	width: 100%;
	padding: 0px 0px;
	bottom: 0;	
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.upload-bottom-container2.mobile {	
	width: 100%;
	padding: 0px 0px;
	bottom: 0;	
	display: flex;
    align-items: center;
    justify-content: space-between;
}


.list-play-button {
	width: 74px;
    height: 24px;
    padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-play-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.list-music-button {
	width: 92px;
	height: 32px;
	padding: 9px 10px 8px 21px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/music-play.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.list-add-button {
	
	height: 32px;
	padding: 9px 10px 8px 21px;
	margin-right: 6px;
	background: url(../img/editorV2/wean/new-project-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	float:right;
	/*font-size:14px;*/
}
.list-add-button2 {	
	height: 32px;
	padding: 9px 10px 8px 21px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/new-project-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;	
}

.list-add-button2-mobile {	
	height: 32px;
	padding: 9px 5px 10px 5px;
	margin-right: 2px;	
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;	
}

.list-add-button span{display: inline-block; margin-left:20px;}




.list-upload-button {
	width: 92px;
	/* height: 32px; */
	padding: 9px 10px 8px 21px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-upload-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}
.list-upload-button-mobile{
	margin-right: 2px;
	height: 32px !important;
	padding: 9px 5px 10px 5px;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
}

.progress-container3 .progress-total-bar{margin:10px 5px;}

.upload-info {
	display: inline-block;
	float: right;
	color: #fff;
	padding: 8px 0px;
}


.kb-info {
	display: inline-block;
	font-size: 13px;
	margin-left: 20px;
}



/*1127 작게보기 css변경*/
.my-movie-item-small {
	width: 18.4%;
	max-width: 210px;

	display: inline-block;
	border: 1px solid #545454;
	background-color: #333;
	cursor: pointer;
	color: #fff;
	margin: 10px 0.5% 5px;
}

.my-movie-item-small .my-movie-type {
	display: none;
}

.my-movie-item-small .my-movie-date {
	display: none;
}

.my-movie-item-small .my-movie-name {
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 95%;
	overflow: hidden;
}

/*1127 작게보기 css변경 끝*/




.my-movie-item-detail {

	display: block;
	border: 1px solid #545454;
	background-color: #333;
	cursor: pointer;
	color: #fff;
	margin: 5px 0.5% 0px;
}

.my-movie-item-detail img {
	width: 90px;
	height: auto;
}

.my-movie-item-detail div {
	display: inline-block;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	position: relative;
	background-color: #ffffff00;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.my-movie-item-detail .my-movie-name {
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 45%;
	overflow: hidden;
	text-align: left;
}



.right-info-container {
	float: right;
	margin: 6px 0;
}

.right-info-container div {
	margin-left: 5px;
	width: 120px;
	font-size: 12px;
}

.detail-btn {
	opacity: 0.4;
}

.large-thumb-btn {
	opacity: 0.4;
}

.small-thumb-btn {
	opacity: 0.4;
}

.my-movie-item-detail-placeholder div {
	color: #ffffff50;
	display: inline-block;
	position: relative;
	background-color: #ffffff00;
	margin-left: 5px;
	text-align: center;
}

.my-movie-item-detail-placeholder {
	padding: 5px 10px 0 0px;
}

.my-movie-item-detail-placeholder .right-info-container {
	margin: 0;
}

.my-movie-item-detail-placeholder .my-movie-name {
	text-align: left;
}

.right-info-container div:nth-child(1) {
	width: 90px;
}

.right-info-container div:nth-child(2) {
	width: 80px;
}

.my-movie-wrap-detail {
	padding: 5px;
}

/*1204 드롭다운*/
.dropDown {
	position: relative;
	*display: inline;
	*zoom: 1;
	margin: auto;
	padding: 9px 0px;

	vertical-align: middle;
	background-color: #5E6F78;
	border-radius: 1px;
	display: inline-block;
	color: #ffffff;
	cursor: pointer;
}

.btn_drop {
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;
}

.dropBox {
	position: absolute;
	z-index: 1;
	height: 0;
	overflow: hidden;
	width: 150px;
}

.dropBox.on {
	height: auto;
	padding: 10px 0;
	background: #333;
	box-shadow: 0px 8px 10px #00000066;
}

.dropBox ul li:hover,
.dropBox ul li.on {
	background: #484848;
}

.dropBox ul li label,
.dropBox ul li a {
	display: block;
	padding: 8px 10px;
}

.dropBox ul li label input {
	margin-right: 5px;
	margin-top: -3px;
}

.btn_save {
	display: block;
	margin: 10px auto 0;
	/* border: 1px solid #ccc; */
	padding: 5px;
	background-color: #565656;
	width: 90px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

.btn_close {
	display: block;
	height: 0;
	overflow: hidden;
}

.on .btn_close,
.on .btn_close_check {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: default;
	text-indent: -99999px;
}

div.dropBox.on ul {
	height: 150px;
	overflow-y: auto;
	white-space: nowrap;
	border-bottom: 1px solid #0000002e;
}

/*1204 드롭다운끝*/

/*1204 업로드항목 삭제버튼 추가*/
.upload-file-info th:nth-child(4) {
	color: #555;
	cursor: pointer;
}

.upload-file-info th:nth-child(4):hover {
	color: #888;
	cursor: pointer;
}

/*1204 업로드항목 삭제버튼 추가 끝*/

/*1204 3번항목 텍스트 추가*/
.project-text-type {
	display: inline-block;
	margin-left: 6px;
	color: #8ca4b1;
	font-size: 12px;
	display: none;
		
}

/*1213 업로드 정보화면 추가*/
.conversion-info-container {
	border: 1px solid #ffffff1a;
	height: calc(100% - 130px);
	border-radius: 5px;
	margin-top:30px;
	background-color: #1B1B1B;
	overflow-y: auto;

}

.conversion-info-text{margin:20px 0 10px;}
.conversion-info-container table th {
	font-weight: normal;
	color:#eee;
	text-align: left;
	padding: 5px 15px 4px 15px;
}
.conversion-info-container table th img{margin-right:4px; vertical-align:middle;}
.conversion-info-container table tr{vertical-align:middle;}
.conversion-info-text{color:#fff;}

.conversion-info-container .upload-file-container{height:unset;}

.conversion-info-container .upload-file-container .upload-file-info{
color: #ffffff;
    font-size: 12px;
    height: 30px;
    border: 1px solid #333333;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px;
}
.conversion-info-container table th span{vertical-align: middle;}
.conversion-info-container .upload-file-container table:nth-child(2){border-top: 1px solid #333333;}

/*1213 업로드 정보화면 추가 끝*/



@media (max-width: 1800px) {
	.my-movie-item-detail .my-movie-name {
		width: 37%;
	}
}

@media (max-width: 1600px) {
	.my-movie-item-detail .my-movie-name {
		width: 26%;
	}
}

@media (max-width: 1400px) {
	.my-movie-item-detail .my-movie-name {
		width: 15%;
	}
}





.dubbing-list-play-button {
	width: 24px;
	 height: 24px;
	 padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-play-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
 }
 
 
 .dubbing-list-add-button {
	width: 24px;
	 height: 24px;
	 padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-add-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
 }
 
 
 .dubbing-list-del-button {
	width: 24px;
	 height: 24px;
	 padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-del-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
 }

 .dubbing-list-edit-button {
	width: 24px;
	height: 24px;
	padding: 0 10px 0 18px;
	margin-right: 2px;
	background: url(../img/editorV2/wean/list-edit-btn.png) no-repeat 6px center;
	background-color: #333;
	border: 1px solid #545454;
	cursor: pointer;
	color: #fff;
	display: inline-block;
 }

 .dubbing-info-img {		
	margin-left:7px;
	display: inline-table;
}

#timeline::-webkit-scrollbar {
  position: absolute;
  top: 0; /* 스크롤바를 컨테이너 상단으로 이동 (크롬, 사파리 등) */
  height: 12px;
}

.ui-spinner-button { 
	width : 2.3em !important;
	height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
}