@charset "UTF-8";

.d-none {display: none !important;}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


span.playlist {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.playpercent{color: red;}


section#player_wrapper.tab_content > #video_player{
	background-color: black;
	background: -moz-linear-gradient();
}



.flex-wrap-none {
    display: flex !important;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
}

.progress-container {
	width: 100%;
    height: 5px;
    background: #e0e0e0;
    margin-top: -10px;
    z-index: 100000000000;
    position: absolute;
}

.bar_fill {
	height: 100%; width: 0%; background: #007bff;  /* 채움 바 색상 변경 */
}


.notice_view_footer_new .btn{
	min-width: 120px;
    height: 48px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 430px) {
	.notice_view_footer_new{
		width:100%;
		display:flex;
		align-items: center;
		justify-content: center;
		gap:5px;
	}
	.notice_view_footer_new .btn{
		min-width: auto;
		flex:1;
	}
}