@charset "utf-8";


/*개인채널 top*/
.my_channel_wrap {
    margin-top: 94px;
    background-color: #f5f5f6;
}

.my_channel_top {
    background-color: #ebebef;
}

.my_channel_top .my_channel_info {
    padding: 45px 0 30px 0;
    display: flex;
    position: relative;
}

.my_channel_top .my_channel_info .channel_img {
    width: 81px;
    margin-right: 12px;
    border-radius: 5px;
    overflow: hidden;
    height: 80px;
    margin-right: 30px;
}

.my_channel_top .my_channel_info .channel_img img {
    width: 100%; 
    height: 100%;
}

.my_channel_top .my_channel_info .channel_name h3 {
    color: #111;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.my_channel_top .my_channel_info .channel_name .stats p {
    display: inline-block;
    color: #444;
    font-size: 14px;
    margin-right: 18px;
}

.my_channel_top .my_channel_info .channel_name .stats p strong {
    display: inline-block;
    font-weight: bold;
    margin-left: 6px;
}


/*업로드 동영상 list*/
.my_channel_list {
    margin-top: 22px;
    padding-bottom: 10px;
}

.my_channel_list:last-child {
    padding-bottom: 36px;
    margin-top: 0;
}

.my_channel_list:last-child .l-inner {
    border-top: 1px solid #dedede;
    padding-top: 16px;
}

.my_channel_list .channel_title {
    display: block;
    height: 48px;
    position: relative;
    margin-bottom: -10px;
}

.my_channel_list .channel_title h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 13px;
}

.my_channel_list .channel_title h4 span {
    display: inline-block;
    font-weight: normal;
    margin-left: 6px;
}

.my_channel_list .channel_title h4 strong {
    color: #2f5ed4;
}

.my_channel_list .channel_title a.more_btn {
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    background: url('/images/ico/ico_more.png') no-repeat right center;
    padding-right: 10px;
    position: absolute;
    left: 218px;
    top: 20px;
}

.my_channel_list .channel_list {
    margin-top: 10px;
}

.my_channel_list .channel_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.my_channel_list .channel_list ul .list_item {
    width: 16.66667%;
    padding: 0 6px;
    margin-bottom: 12px;
}

.my_channel_list .channel_list ul .list_item .list_item_inner {
    border-radius: 3px;
    box-shadow: 0 0 4.9px 0.1px rgb(28 34 36 / 15%);
    border: solid 1px #dbdbdb;
    background-color: #ffffff;
}

.my_channel_list .channel_list ul .list_item .list_item_inner:hover {
    box-shadow: 0px 4px 6.9px 0.1px rgba(47, 111, 165, 0.5)
}

.my_channel_list .list_item .thumbnail {
    position: relative;
    padding-bottom: 56.31768953068592%;
    background: #cccccc url(/images/img-no-movie-n.png) no-repeat center;
}

.my_channel_list .thumbnail .link_thumbnail {
    display: block;
    font-size: 1px;
    
    height: 100%;
}

.my_channel_list .thumbnail .link_thumbnail .thumbnail_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 100%;
}

.my_channel_list .thumbnail .play_time {
    position: absolute;
    right: 9px;
    bottom: 10px;
    display: inline-block;
    width: 50px;
    height: 18px;
    line-height: 16px;
    padding-left: 1px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    background-color: #1c1818;
    border-radius: 2px;
    opacity: 0.75;
}

.my_channel_list .list_item .thumbnail_info {
    position: relative;
    height: 85px;
    padding: 7px 14px 8px 11px;
    display: flex;
    flex-direction: column;
}

.my_channel_list .thumbnail_info .video_head {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.my_channel_list .thumbnail_info .link_video_head {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    white-space: normal;
    line-height: 1.29em;
    max-height: 2.58em;
}

.my_channel_list .thumbnail_info .link_program_head {
    font-size: 13px;
    color: #1f62c7;
    margin-top: 2px;
}

.my_channel_list .additional_info {
    display: flex;
    align-items: center;
    margin-top: -1px;
}
.my_channel_list .additional_info .view_count {
    font-size: 12px;
    color: #828b95;
    background: url(/images/icn-gnb-point-n.png) no-repeat right center;
    margin-right:4px;
    padding-right: 8px;
}

.my_channel_list .additional_info .point {
    margin: 0 5px 0 4px;
}

.my_channel_list .additional_info .publication_date {
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #828b95;
}

.my_channel_list .additional_info .btn_heart {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    bottom: 1px;
    background: url(/images/ico/ico-w-heart-nor.png) no-repeat center;
}

.my_channel_list .additional_info .btn_heart.on {
    background: url(/images/ico/ico-list-heart-sel.png) no-repeat center;
}

.my_channel_list .additional_info .btn_save {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 28px;
    bottom: 1px;
    background: url(/images/ico/ico-w-save-nor.png) no-repeat center;
}

.my_channel_list .additional_info .btn_public {
    width: 38px;
    height: 38px;
    position: absolute;
    right: 11px;
    bottom: 1px;
    background: url(/images/ico/ico-w-public-nor.png) no-repeat center;
}

.my_channel_list .additional_info .btn_private {
    width: 46px;
    height: 38px;
    position: absolute;
    right: 11px;
    bottom: 1px;
    background: url(/images/ico/ico-w-private-nor.png) no-repeat center;
}


/*재생목록 list*/
.my_channel_list .my-play-group {
    display: flex; 
    display: -ms-flexbox; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: nowrap; 
    align-content: center;
    width: 50%; 
    height: 100%; 
    background-color: rgba(17, 17, 17, 0.8); 
    position: absolute; 
    right: 0; 
    top: 0; 
    transition: all 0.2s;
    z-index: 5;
}		

.my_channel_list .my_play_group_list li:hover .my-play-group {
    width: 100%; transition: all 0.2s;
}

.my_channel_list .my_play_group_list li .my-play-group .my-list-normal {
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.my_channel_list .my_play_group_list li .my-play-group .my-list-normal span{
    font-size: 16px; 
    font-weight: bold; 
    letter-spacing: -1px; 
    color: #fff;
}

.my_channel_list .my_play_group_list li .my-play-group .my-list-hover {
    display:none;
}

.my_channel_list .my_play_group_list li:hover .my-play-group .my-list-normal{
    display:none;
}

.my_channel_list .my_play_group_list li:hover .my-play-group .my-list-hover {
    display: flex; 
    display: -ms-flexbox; 
    align-items: center; 
    flex-direction: row; 
}

.my_channel_list .my_play_group_list li:hover .my-play-group .my-list-hover img {
    margin-right: 6px;
}

.my_channel_list .my_play_group_list li:hover .my-play-group .my-list-hover span {
    width: auto; 
    word-break: keep-all; 
    font-size: 16px; 
    font-weight: bold; 
    letter-spacing: -1px; 
    color: #fff;
}

/* mov_check */
.channel_list .mov_check {
    display: inline-block;
    height: 20px;
    position: absolute;
    left: 7px;
    top: 7px;
    vertical-align: middle;
    z-index: 6;
}

.channel_list .mov_check input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    vertical-align: middle;
}

.channel_list .mov_check input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    line-height: 20px;
    height: 20px;
    cursor: pointer;
  }
  
.channel_list .mov_check input[type="checkbox"]:checked+label:before {
    background: url(/images/ico/btn-check-checked-w20.png) no-repeat;
    background-position: center;
    background-size: 20px;
    border: none;
  }
  
.channel_list .mov_check input[type="checkbox"]+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #ccc; 
  }
  
  
/*채널소개*/
.channel_list .about_text {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    margin-bottom: 12px;
    line-height: 22px;
}

.channel_list .link_list li{
    position: relative;
    padding-left: 10px;
    width: 100%;
    margin-bottom: 5px;
}

.channel_list .link_list li::after{
    content: '';
    background-color: #577cda;
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 12px;
}

.channel_list .link_list li a {
    display: inline-block;
    color: #2f5ed4;
    font-size: 14px;
}

/*검색 영역*/
.my_channel_list .view_service {
	display: flex;
	justify-content: space-between;
	height: 38px;
	position: absolute;
	right:0;
	top:0
}

.my_channel_list .view_service .search_bar{
	display: flex;
	align-items: center;
	width: 400px;
    height: 100%;  
    border: solid 1px #c4c4c4;
    background-color: #fff;
}

.my_channel_list .view_service .search_bar input{
	flex-grow: 1;
	height: 100%;
	border: 0;
}

.my_channel_list .view_service .search_bar input::placeholder{
	font-size: 14px;
	font-weight: bold; 
    letter-spacing: -0.077em;
    color: #666;
}

.my_channel_list .view_service .search_bar input::-ms-input-placeholder{
	font-size: 14px;
	font-weight: bold; 
    letter-spacing: -0.077em;
    color: #666;
}

.my_channel_list .view_service .search_bar input:focus::placeholder{
	color: #000;
}

.my_channel_list .view_service .btn_search{
	width: 38px;
	height: 38px;	
	cursor: pointer;
	background: url(https://stage-vod.denall.com/images/icn-news-serch-n.png) no-repeat center / 20px;	
}

.my_channel_list .view_service .channel_btns {
    margin: 0 0 0 14px;
    display: flex;
}

.my_channel_list .view_service .sort_list{
	margin: 0 0 0 20px;
	
}
.my_channel_list .view_service .sort_list{
	display: flex;
	height: 100%;
} 
.my_channel_list .view_service .sort_list li{
	border: solid 1px #a3a7ae;
    background-color: #fff;    
}
.my_channel_list .view_service .sort_list li + li{
	margin-left: -1px;
}
.my_channel_list .view_service .sort_list li{
	width: 100px;
	height: 38px;
	font-size: 15px;
	letter-spacing: -0.066em;
	color: #999;
}

.my_channel_list .view_service .sort_list li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

.my_channel_list .view_service .sort_list li:hover{
	font-weight: bold;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.my_channel_list .view_service .sort_list li.selected, .sort_list li:active{
	position: relative;	
	font-weight: bold;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border-color: #666;
    color: #141414;
}

.my_channel_list .view_service .channel_edit_btns {
    margin: 0 0 0 40px;
    display: flex;
    line-height: 38px;
}

.my_channel_list .view_service .channel_edit_btns .whole_delete {
    color: #5c5bee;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin-right: 8px;
    padding-right: 10px;
}

.my_channel_list .view_service .channel_edit_btns .whole_delete::after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    background-color: #b5b5b5;
    width: 1px;
    height: 14px;
}

.my_channel_list .view_service .channel_edit_btns .selected_delete {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 22px;
}


/* 탭 메뉴*/
.channel_tab_menu li {
    float: left;
}

.channel_tab_menu::after {
    content: '';
    display: block;
    clear: both;
}

.channel_tab_menu li a {
    display: block;
    padding-bottom: 6px;
    color: #000;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.channel_tab_menu li.active a {
    border-bottom: 3px solid #5b5bee;
    
    font-weight: bold;
}

.channel_tab_menu li a:hover {
    font-weight: bold;
}


/* 버튼 */
.my_channel_wrap .channel_setting_btn{
    position: absolute;
    right: 0;
    top: 45px;
    width: 200px;
    height: 42px;
    line-height: 42px;
    background-color: #424242;
    box-shadow: 0 4px 8px 0 rgb(12 12 94 / 24%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.my_channel_list .list_add_btn{
    width: 136px;
    height: 38px;
    line-height: 38px;
    background-color: #5b5bee;
    box-shadow: 0 4px 8px 0 rgb(12 12 94 / 24%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.my_channel_list .list_delete_btn{
    width: 102px;
    height: 38px;
    line-height: 38px;
    background-color: #5b5bee;
    box-shadow: 0 4px 8px 0 rgb(12 12 94 / 24%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.my_channel_list .list_edit_btn{
    margin-left: 6px;
    width: 136px;
    height: 38px;
    line-height: 38px;
    background-color: #424242;
    box-shadow: 0 4px 8px 0 rgb(12 12 94 / 24%);
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.my_channel_list .list_add_btn:hover{	background-color: #7878fe; }
.my_channel_list .list_add_btn:active{ background-color: #3f3fe6; }
.my_channel_list .list_delete_btn:hover{	background-color: #7878fe; }
.my_channel_list .list_delete_btn:active{ background-color: #3f3fe6; }
.my_channel_wrap .channel_setting_btn:hover{	background-color: #5f5f5f; }
.my_channel_wrap .channel_setting_btn:active{ background-color: #333; }
.my_channel_list .list_edit_btn:hover{	background-color: #5f5f5f; }
.my_channel_list .list_edit_btn:active{ background-color: #333; }


/* 채널설정 팝업창 css */
.channel_setting_popup {
	display: block;
	position: absolute;
	top: 20px; left: 50%;
	transform: translateX(-50%);
	width: 656px;
	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;
}

.channel_setting_popup.modifyMode { 
    width: 1576px;	
}

.channel_setting_popup .channel_setting_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
	padding: 0 9px 0 26px;
	background-color: #4b535f;	
}

.channel_setting_popup .channel_setting_title h3 {	
	font-size: 17px;  
  	color: #fff;
}

.channel_setting_popup .channel_setting_area {	
	position: relative;
	width: 656px;
	min-width: 656px;
	height: 100%;
	padding: 4px 26px 40px;
	background-color: #f3f5f8;
}

.channel_setting_popup .channel_setting_area .channel_setting_subtitle {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    margin: 8px 0 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.channel_setting_popup .channel_setting_area input {
    width: 100%;
    height: 36px;
    border: solid 1px #c4c4c4;
    background-color: #fff;
    font-size: 14px;
    color: #333;
}

.channel_setting_popup .channel_setting_area input::placeholder {
    color: #999
}

.channel_setting_popup .channel_setting_area .info_text {
    display: inline-block;
    color: #999;
    font-weight: normal;
    font-size: 13px;
    margin-left: 12px;
}

.channel_setting_popup .channel_setting_area .file_name{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1678e7;
}

.channel_setting_popup .channel_setting_area .channel_setting_box01 {
    margin-bottom: 12px;
}

.channel_setting_popup .channel_setting_area .channel_setting_box02 {
    margin-bottom: 12px;
}

.channel_setting_popup .channel_setting_area .channel_setting_box03 {
    margin-bottom: 12px;
}

.channel_setting_popup .channel_setting_area .channel_setting_box04 {
    margin-bottom: 30px;
}
.channel_setting_popup .channel_setting_area .channel_setting_file {
    display: flex;
}

.channel_setting_popup .channel_setting_area .channel_setting_box02 .channel_image {
    width: 81px;
    margin-right: 12px;
    border-radius: 5px;
    overflow: hidden;
    height: 80px;
}

.channel_setting_popup .channel_setting_area .channel_setting_box02 .channel_image img{
    width: 100%; 
    height: 100%;
}

.channel_setting_popup .channel_setting_area .channel_setting_box02 .channel_file {
    width: 510px;
}
.channel_setting_popup .scroll-content.channel_detail_textarea.editable {
    width: 100%;
    min-height: 116px !important;
    max-height: 116px !important;
    padding: 4px 4px 4px 10px !important;
    border: solid 1px #c4c4c4 !important;
    background-color: #fff !important;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    box-sizing: content-box !important;
    left: 0;
    margin: 0;
    max-width: none !important;
    overflow: scroll !important;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.channel_setting_popup .channel_detail_textarea.scrollbar-inner > .scroll-element .scroll-element_track {
    background: #fff;
}

.channel_setting_popup .channel_detail_textarea.scrollbar-inner > .scroll-element.scroll-y {
    width: 4px;
    top: 4px;
    right: 4px;
    height: 94%;
    display: block;
}

.channel_setting_popup .channel_detail_textarea.scrollbar-inner > .scroll-element .scroll-bar {
    background: #c3c5cc;;
}

.channel_setting_popup .channel_setting_box04 dl {
    display: table;
    width: 100%;
}

.channel_setting_popup .channel_setting_box04 dt {
    display: table-cell;
    width: 20%;
}

.channel_setting_popup .channel_setting_box04 ddd {
    display: table-cell;
    width: 80%;
}

.channel_setting_popup .channel_setting_box04 dl.link_title {
    background-color: #a4a9af;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}

.channel_setting_popup .channel_setting_box04 dl.link_title dt, .channel_setting_box04 dl.link_title dd {
    padding:5px 0 6px 10px;
}

.channel_setting_popup .channel_setting_box04 dl.link_item {
    margin-top:2px;
}

.channel_setting_popup .channel_setting_box04 dl.link_item dt {
    padding-right: 2px;
}

.channel_setting_popup .channel_setting_box02 .file_name > span {
    flex: none !important;
}



