@charset "utf-8";
    /*
        author : Jinwoo Park, Publisher

        info: 
            width: 1574px;            
        
        ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

        changes
        - 20210302 : initially created
    */
    
/* min_reset.css 처리*/

img{ vertical-align: top; }
.mt12{ margin-top: 12px; }
.scroll-element.scroll-x{ display: none !important; }
.scrollbar-inner > .scroll-element.scroll-y{ width: 6px; top: 2px; right: 3px; height: 99.5%;}
.ipt_desc.scrollbar-inner > .scroll-element.scroll-y{ height: 95% }
.fr_format .ipt_desc.scrollbar-inner > .scroll-element.scroll-y{ height: 98% }
.vod_detail_textarea.scrollbar-inner > .scroll-element.scroll-y{ height: 97%; }
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background: #c3c5cc; }
.scrollbar-inner > .scroll-element .scroll-bar { background: #9a9da5; }
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar{ opacity: 1 }



/* initial.css */
.wrap_thumbnail_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.input_performer{
	margin-top: 20px;
	width: 100%;
	height: 36px;
	padding: 8px 10px 10px;
	border: solid 1px #c4c4c4;
	background-color: #fff;
	font-size: 14px;  
	color: #333;
}
.auto_completed_word{
	border: solid 1px #c4c4c4;
	border-top: 0;
	background-color: #fff;
	font-size: 14px;  
	color: #333;
}
.auto_completed_word li{
	padding: 8px 10px 10px;	
}
.auto_completed_word li + li{
	border-top: solid 1px #c4c4c4;
}
.auto_completed_word li:hover{
  	font-weight: bold;  
  	background-color: #dfe0f0;
}
[contenteditable=true]:empty:before{
    content: attr(placeholder);
    display: block; /* For Firefox */    
    color: #999;
	letter-spacing: -0.071em;
}
.vod_write_popup input{
	width: 100%;
	height: 36px;
	border: solid 1px #c4c4c4;
	background-color: #fff;
	font-size: 14px;  
	color: #333;
}
.vod_write_popup input::placeholder{ color: #999; opacity: : 1; }
input::-moz-placeholder{ color: #999; }
input:-ms-input-placeholder { color: #999; }

/* .vod_write_popup .scroll-content.vod_detail_textarea{
	height: auto;
	min-height: 54px;
	max-height: 54px;
  	padding: 8px 10px 0 10px !important;
	border: solid 1px #c4c4c4;
    background-color: #fff;
    font-size: 14px;
    color: #333;    
} */
.editable{
	outline: 0
}
.vod_write_popup .vod_detail_textarea.scrollbar-inner > .scroll-element.scroll-y{
	height: 93%;
}
.for_align{
	display: flex;
	align-items: flex-end;
}

.scroll-content.vod_detail_textarea.editable {
    width: 100%;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 8px 10px 0 10px !important;	
	border: solid 1px #c4c4c4 !important;;
	background-color: #fff !important;;
	font-size: 14px;  
	color: #333;
	line-height: 1.5;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
  cursor: text;
}
div[contenteditable=true] {
  border: 1px solid #ddd;
  color : #333;
  font-size: 12px;
  width: 300px;
  padding: 5px;
}


/* 영상등록/수정 팝업창 css */
.vod_write_popup{
	display: block;
	position: absolute;
	top: 20px; left: 50%;
	transform: translateX(-50%);
	width: 1074px;
	z-index: 9999;
	letter-spacing: -0.071em;
	border-radius: 3px;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.6);
	border: solid 1px #9398a6;
	background-color: #fff;
}
.vod_write_popup.modifyMode{ width: 1576px;	}

.vod_write_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
	padding: 0 9px 0 26px;
	background-color: #4b535f;	
}
.vod_write_title h3{	
	font-size: 17px;  
  	color: #fff;
}

.vod_write_area{	
	position: relative;
	width: 1074px;
	min-width: 1074px;
	height: 100%;
	padding: 4px 26px 40px;
	background-color: #f3f5f8;
}
#vodWriteContents .vod_write_area{
	width: 100%;
	min-width: auto;
}
.fst_row, .scd_row, .trd_row{
	display: flex;
}
.fst_column, .scd_column{
	width: 50%;
}
#programList, #program_list{
	position: relative;
}
.fst_column{
	padding-right: 20px;
}
.vod_write_subtitle{
	display: inline-block;
	position: relative;
	padding-right: 8px;
	margin: 8px 0 4px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.vod_write_subtitle:after{
	content: '*';
	position: absolute;
	top: 2px;
	right: 0;
	color: #ed0f69;
}
.vod_write_subtitle.mr6{
	margin-right: 6px;
}
.vod_write_subtitle.mb6{
	margin-bottom: 6px;
}
.performer{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 76px;
	height: 24px;
	padding: 0 8px;
	font-size: 14px;
	color: #3434b3;
	border-radius: 2px;
	background-color: #dfe0f0;
}
.delete_performer{
	width: 10px;
	height: 9px;
	background: url('/images/btn-delete-v-s.svg') no-repeat center;
}
.keyword:after{
	content: none;
}
.vod_write_contents{
	position: relative;
	max-height: 878px;
	overflow-x: hidden;
	overflow-y: auto;
}
.vod_write{
	display: flex;
}
/* .vod_write_contents::-webkit-scrollbar{
	width: 12px;	
}
.vod_write_contents::-webkit-scrollbar-thumb{	
	width: 6px;
	background-color: #9a9da5; 
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	border-radius: 5px;
}
.vod_write_contents::-webkit-scrollbar-track{
	width: 6px;
	background-color: #c3c5cc;
	border: 3px solid #fff;
} */
.wrap_thumbnail_img, .wrap_vod_file{
	flex-shrink: 0;
	width: 320px;
	height: 180px;
	/* width: 206px;
	height: 116px; */	
	margin-right: 10px;
	background-color: #e1e1e1;
}
.no_thumbnail{
	display: flex;
	align-items: center;
	flex-direction: column;	
	border: solid 1px #ccd0d6;
	background-color: #e2e5e9;
}
.thumbnail_bg{
	flex-shrink: 0;
	width: 54px;
	height: 48px;
	margin-top: 51px;
	background: url('/images/icn-thumbnail.svg') no-repeat center / 100%;		
}
.no_thumbnail p{
	margin: 9px 0 20px;
	font-size: 13px;  
	color: #666666;
}
.wrap_find_thumbnail .find_thumbnail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 34px;
	margin-bottom: 6px;	
	cursor: pointer;
	font-size: 14px;
}
.file_name{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1678e7;
}
.file_name > span{
	flex: 1;
}
.remove_file{	
	width: 10px;
	height: 9px;
	margin-left: 5px;
	background: url('/images/btn-delete-b-s.svg') no-repeat center;
}

/* radio 버튼  */
.wrap-radio-button{ display: flex; align-items: center; }
.label-container { display: block; position: relative; padding-left: 22px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* The container */
.label-container + .label-container{ margin-left: 12px; }
.checkmark { position: absolute; top: 1px; left: 0; width: 18px; height: 18px; border-radius: 50%; border: 1px solid #c4c4c4; background-color: #fff;} /* Create a custom checkbox */
.label-container input:checked ~ .checkmark { border: 1px solid #5b5bee; } /* When the checkbox is checked, add a blue background */
.checkmark:after, .checkmark::before { content: ""; position: absolute; display: none; top: 3px; left: 3px; width: 10px; height: 10px; border-radius: 50%; background-color: #5b5bee; } /* Create the checkmark/indicator (hidden when not checked) */
.label-container input:checked ~ .checkmark:after { display: block; } /* Show the checkmark when checked */


.help{
	display: inline-block;
	width: 16px; 
	height: 16px;
	margin: 0 0 5px 6px;
	background: url(/images/btn-help-n.svg) no-repeat center; 
}
.help:hover, .help.selected{ 
	background-image: url(/images/btn-help-hs.svg) 
}
.program{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 36px;	
	border: solid 1px #c4c4c4;
    background-color: #fff;
}
.program input{	
	height: 100%;
	padding: 8px 10px 10px 0;
	border: 0;
	background-color: transparent;
}
.in_use_alert{
	/* display: none; */
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 14px;
    color: #ff0000;
}

.program_one, .program_name, .wrap_program_modify, .program_update,
.wrap_program_update, .program_multi li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.program_one .program_name{
	font-size: 14px;
	font-weight: bold;
	color: #111;
}
.wrap_program_modify button{
	width: 30px;
	height: 30px;
	border-radius: 2px;
	background-color: #dfe0f0;
}
.btn_program_delete{
	width: 10px;
	height: 10px;
	margin-left: 8px;
	background: url('/images/btn-delete-v-s.svg') no-repeat center;
}
.btn_program_edit{
	background: url('/images/icn-program-edit.png') no-repeat center;
}
.btn_program_add{
	margin-left: 4px;
	background: url('/images/icn-program-add.svg') no-repeat center;
}
.wrap_program_modify button:hover{
	background-color: #c1c3ea;	
}

.program_update{
	height: 36px;
	margin-top: 4px;
}
.program_update > input{
	flex-grow: 1;
	height: 100%;	
	border: solid 1px #c4c4c4;
    background-color: #fff;
}
.program_update button{
	flex-shrink: 0;
	width: 70px;
	height: 100%;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	
	font-size: 14px;
	font-weight: bold;	
	color: #fff;
}
.wrap_program_update{
	flex-shrink: 0;
	height: 100%;
}
.btn_program_confirm{
	margin: 0 4px 0 10px;
	background-color: #5b5bee;
}
.btn_program_cancel{
	background-color: #424242;
}
.btn_program_confirm:hover{	background-color: #7878fe; }
.btn_program_confirm:active{ background-color: #3f3fe6; }
.btn_program_cancel:hover{	background-color: #5f5f5f; }
.btn_program_cancel:active{ background-color: #333; }

.alert_program_delete{
	position: absolute;
    top: 7px; left: 100px;
	font-size: 14px;  
	letter-spacing: -.071em;
	color: #f00;
}
.program_multi .label-container input:checked ~ .checkmark{
	border-color: #3434b3
}
.program_multi .checkmark:after, .program_multi .checkmark::before{
	background-color: #3434b3
}
.program_multi li + li{
	margin-top: 4px;
}
.program_multi .label-container .btn_program_delete{
	display: inline-block;
	margin: 0 0 0 5px;	
}
.program_multi .btn_program_edit{
	margin-right: 34px;
}
.program_multi li:last-of-type .btn_program_edit{
	margin-right: 0;
}
.program_multi .btn_program_add{
	display: none;
}
.program_multi li:last-of-type .btn_program_add{
	display: block;
}

/* 자동재생 버튼 */
.wrap_set_public{
	display: flex;
	position: absolute;	
	top: 12px;
	right: 26px;
}
.wrap_set_public span{
	padding: 0;
	margin: 0;
}
.wrap_set_public span:after{
	content: none;
}
.set_public{
  position:relative;
  width: 40px;
  height: 18px;
  margin-left: 8px;
  background-color: #646464;
  border-radius: 9px;
  
  border: 0;
  cursor: pointer;
  padding: 0;
  outline: 0;  
}
.set_public::after{
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: left 0.5s;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.4);	
}
.set_public.selected{
	background-color: #6950ff;
}
.set_public.selected::after{
  left: 23px;
}



.table_title_list{
	display: flex;
	height: 27px;
	background-color: #8e949c;
	color: #fff;
	font-size: 13px;
	font-weight: bold;  
}
.table_title_list li{
	padding-left: 12px;
	line-height: 27px;
}
.table_title_list li:nth-of-type(1), .wrap_table_body .implant_list {
	flex-grow: 1;
}
.table_title_list li:nth-of-type(n+2), .wrap_table_body > ul{
	width: 89px;
}
.table_title_list li:nth-of-type(even) {
	background-color: #a4a9af;
}
.wrap_table_body{
	display: flex;
}
.wrap_table_body > ul{
	padding: 4px 2px;
	font-size: 13px;	
	color: #666;	
}
.wrap_table_body > ul:nth-of-type(even){
	background-color: #eceff3;
}
.wrap_table_body > ul li{
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	cursor: pointer;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.wrap_table_body > ul:nth-child(n+2) li + li{
	margin-top: 1px;
}
.wrap_table_body > ul:first-child li + li + li{
	margin-top: 1px;
}
.wrap_table_body > ul li:hover{
	font-weight: bold;
	background-color: #dfe0f0;
}
.wrap_table_body > ul li:active, .wrap_table_body > ul li.selected{	
	font-weight: bold;	
	color: #3434b3;
	background-color: #dfe0f0;
}
.wrap_table_body > ul li.selected.primary{
	padding-right: 30px;
}
.primaryMark{
	display: inline-flex;
	justify-content: center;	
	position: absolute;
	top: 2px; right: 10px;	
	width: 16px;
	height: 16px;
	line-height: 16px;	
	border-radius: 2px;
	background-color: #5b5bee;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: normal;
}

.implant_list{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
.implant_list li{	
	width: 50%;
}
.implant_list li:nth-of-type(even){
	width: calc(50% - 4px);
	margin-left: 4px;
}


/* 출연자 자동완성 */
.vod_write_popup .ui.selection.dropdown{	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
    /* height: 36px; */
    min-height: 36px;
    line-height: 28px; 
    padding: 0 0 0 6px !important;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    border-radius: 0;
    box-sizing: border-box;
}

.vod_write_popup .ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{
	color: #999;
}
.vod_write_popup .ui.multiple.search.dropdown>input.search{
	height: 100%;	
}
.vod_write_popup .ui.multiple.dropdown>.label{	
	flex-shrink: 0;
	height: 24px;
	line-height: 23px;
	padding: 0 8px;
	font-size: 14px;
	font-weight: normal;
	color: #3434b3;
	border-radius: 2px;
	border: 0;
	background-color: #dfe0f0;	
}
.vod_write_popup .ui.label>.delete.icon{
	width: 10px;
	height: 9px;
	background: url('/images/btn-delete-v-s.svg') no-repeat center;
	opacity: 1;
}
.vod_write_popup .ui.label>.delete.icon::before {
	content: ''
}

/* .vod_write_popup .ui.selection.active.dropdown:hover, .ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover{
	border-color: #c4c4c4;
}
.vod_write_popup .ui.selection.dropdown:hover .menu{
	border-color: #c4c4c4;
} */
.vod_write_popup .ui.selection.dropdown .menu>.item:hover{
	font-weight: bold;  
  	background-color: #dfe0f0;
}
.vod_write_popup .ui.selection.dropdown .menu>.item{
	height: 36px;
	line-height: 17px;
	padding: 8px 10px 10px !important;
	font-size: 14px;	
	border: 0;
}
.ui.multiple.search.dropdown>.text{
	margin: 0.652381em 0 .55238095em .64285714em !important;
}
/* .vod_write_popup .ui.selection.dropdown .menu>.item + .item{
	border-top: solid 1px #c4c4c4;
} */
.vod_write_popup .ui.fluid.dropdown>.dropdown.icon{
	display: none;
}


/* 메인 주제 해제 시, 다른 영상으로 변경 시 호출 팝업 */
.main_subject_popup, .vod_change_popup{
 	width: 420px;
 }
.main_subject_popup p, .vod_change_popup p{
	padding: 46px 0 28px;
 }

.vod_upload_toast{
	position: fixed;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 370px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;	
	color: #ffffff;
}





/* 프로그램 설명 팝업 */
.pro_desc_popup{
	display: none;
	position: absolute;
	z-index: 9999999;
	top: 200px;
	left: 200px;
	width: 356px;
	height: 330px;  
	padding: 20px;
	box-shadow: 0 0 16px 0 rgba(108, 131, 178, 0.45);
	background-color: #fff;
}
.pro_desc_img{
	margin: -5px;
}
/* .pro_desc_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */

.pro_desc{
	position: relative;
	padding-left: 11px;
	margin-top: 10px;
	font-size: 14px;  
	color: #3434b3;
}
.pro_desc:after{
	content: '*';
	position: absolute;
	top: 0; left: 0;
	color: #f00;
	font-size: 16px;
	font-weight: bold;	
}

.close_proDescPopup{
	position: absolute;
	top: 20px; right: 20px;
	width: 18px;
	height: 18px;
	background: url('/images/btn-colse-m-n.svg') no-repeat center;
}



/* 영상수정 팝업창 1600px 이하 처리 */
.vod_write_popup{ max-width: 100% }
#vodWriteContents{ display: flex }
.vod_write_popup .amendment_area{ width: 488px; flex-shrink: 0;}

@media screen and (max-width: 1695px){
	#vodWriteContents + .scroll-element.scroll-x{ display: block !important; left: 2px; height: 6px; }			
}



.ui.label>.close.icon, .ui.label>.delete.icon{
	margin-left: 11px !important;
}




