html {
	line-height: 1.5;
	font-family: 'MinSansVF', 'spoqa han sans neo' !important;
	font-size: 10px !important;
	letter-spacing: -0.06px;
}

/*
.wrap {
    height: fit-content !important;
}
*/

/*** Box3 스크롤바 설정 ***/
/* 스크롤바 설정*/
.wrap::-webkit-scrollbar {
	background-color: transparent;
	width: 6px;
}

/* 스크롤바 막대 설정*/
.wrap::-webkit-scrollbar-thumb {
	background-color: #e9e9e9;
	border-radius: 16px;
}

.wrap::-webkit-scrollbar-thumb:hover {
	background-color: #d6d6d6;
}

/* 스크롤바 뒷 배경 설정*/
.wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.wrap::-webkit-scrollbar-track:hover {
	background-color: transparent;
}

.wrap::-webkit-scrollbar-button {
	display: none;
}




.ui-widget {
	font-family: 'MinSansVF', 'spoqa han sans neo' !important;
}

.ui-widget-overlay {
	background: #000000bd;
	opacity: unset;
}

.bb_dialog {
	position: fixed;
	width: 1020px;
	height: fit-content;
	max-height: 1000px;
	top: 50% !important; 
	left: 50% !important;
	transform: translate(-50%, -50%);
	z-index: 101;
	padding: 0;
	border-radius: 1.2rem;
	overflow: hidden;
	border: none !important;
	background:#F7F7F8 !important
}

/*popup 상단*/

.bb_dialog .ui-widget-header {
	background: #222;
	color: #fff;
	font-weight: 600;
	border: none;
	padding: 1.6rem 3.2rem;
	font-size: 1.8rem;
	position: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	width: 100%;
}


.uu-apply .ui-dialog-titlebar button.ui-dialog-titlebar-close:before,
.bb_dialog .ui-widget-header::before,
.bb_dialog .ui-widget-header::after {
	display: none;
}

.bb_dialog .ui-widget-header .title_light {
	font-weight: 400;
	color: #BCBCBC;
	margin-left: 0.6rem;
}

/*close btn*/
.bb_dialog .ui-dialog-titlebar-close {
	background: url(../images/popup/Close.svg);
	height: 3.2rem;
	width: 3.2rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center right;
	position: unset;
	margin: 0;
	padding: 0;
	border: 0;
}

/*popup 내용*/
.bb_dialog .dialog_inner {
	padding: 3.2rem;
	background: #F7F7F8;
}

.bb_dialog .dialog_inner .wrap {
	border-radius: 1.2rem;
	background: #fff;
	padding: 2rem;
	/* max-height: 64rem;
	overflow-y: auto;
	*/
	height: 48rem;
	min-height: unset;
	overflow: scroll !important;
	margin-bottom: 3.2rem;
}

.uu-apply .ui-dialog .ui-dialog-content {
	/* overflow: visible !important; */
	overflow: overlay !important;
}

.bb_dialog .bb_box_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 2rem;
}


.bb_dialog .bb_box_title h1 {
	font-size: 2rem;
	font-weight: 600;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 70%;

}

.bb_dialog .bb_box_title span {
	color: #707070;
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 1rem;
}

/*table*/
.bb_table:not(.list_table.bb_table) {
	width: 100%;
	max-width: 100% !important;
	min-width: 100% !important;
	border-collapse: collapse;
	border-radius: 10px;
	margin-bottom: 1.6rem;
	border: 1px solid #ebebeb;
}

.bb_table .dialog_table tr:last-child {border: 0;}
.bb_table tr td:nth-child(9) {
	background: unset !important;
}


.dialog_table tbody tr td:last-child {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem 1.8rem;
}

.dialog_table {
	width: 100%;
	color: #333;
	font-size: 1.5rem;
	text-align: left;
}

.dialog_table tr {
	width: 100%;
	border-bottom: 1px solid #EBEBEB;
}

.dialog_table tr th {
	padding: 1.4rem;
}

.dialog_table tr td {
	padding: 1.2rem 1.4rem;
}

.dialog_table td:first-child {
	text-align: center !important;
}

.bb_table .dialog_table th,
.dialog_down_table tr td:nth-child(2) {
	text-align: center !important;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #EBEBEB;
}

.bb_table .dialog_table th {
	background: #f4f4f4;
}

/* 기본 체크박스 숨기기 */
.bb_checkbox input {
	display: none;
}

/* 체크박스 아이콘 스타일 */
.bb_checkbox .icon {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url('../images/popup/unchecked-icon.svg') no-repeat center/cover;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 4px;
}

/* 체크되었을 때 다른 아이콘 적용 */
.bb_checkbox input:checked+.icon {
	background: url('../images/popup/checked-icon.svg') no-repeat center/cover;
	vertical-align: middle;
}

.bottom_button {
	margin: 0 auto;
	display: flex;
	gap: 0.8rem;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	font-family: 'MinSansVF', 'spoqa han sans neo' !important
}

.loader02 {
	width: 1.8rem;
	padding: 3px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #35353561;
	--_m:
		conic-gradient(#ffffff00 10%, #ffffff),
		linear-gradient(#ffffff 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
	display: inline-block;
	margin-left: 0.6rem;
	vertical-align: sub;
}

.loader {
	width: 1.6rem;
	padding: 3px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #eee;
	--_m:
		conic-gradient(#ffffff00 10%, #ffffff),
		linear-gradient(#ffffff 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
	display: inline-block;
	margin-right: 0.6rem;
	vertical-align: sub;
}

@keyframes l3 {
	to {
		transform: rotate(1turn)
	}
}

.re {
	width: 1.3rem;
	height: 1.3rem;
	background: url(../images/popup/icon01.svg);
	display: inline-block;
	margin-right: 0.6rem;
	vertical-align: middle;
	background-size: cover;
	opacity: 0.8;
	margin-top: -0.2rem;
}

/*버튼*/
.bottom_button button {
	font-size: 1.4rem;
	color: #fff;
	height: 4.2rem;
	width: 15rem;
	font-weight: 400;
	border-radius: 0.6rem;
	font-family: 'MinSansVF', 'spoqa han sans neo';
}

.bg_blue {
	background: #0080FF;
}

.bg_blue:hover {
	background: #026cd6 !important;
}

.bg_gray {
	background: #868686;
}

.bg_gray:hover {
	background: #777 !important;
}

.bg_gray02 {
	background: #6C7278;
}

.bg_gray02:hover {
	background: #4c5055 !important;
}

.bg_black {
	background: #444;
}

.bg_black:hover {
	background: #333 !important;
}

/*저장성공*/
.success_box {
	background: #F9FFFC;
	border: 1px solid #E9F3EE;
	padding: 1.4rem 2rem;
	border-radius: 0.6rem;
	margin-bottom: 1.6rem;
}

/*토글*/
.error_box {
	background: #FFF8F8;
	border: 1px solid #FBE1E2;
	padding: 1.4rem 2rem;
	border-radius: 0.6rem;
	position: relative;
	margin-bottom: 1.6rem;
}

.error_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	color: #d9534f;
	font: 1.6rem;
}


.error_header strong,
.success_box strong {
	font-size: 1.6rem;
	color: #333;
	font-weight: 500;
}

.error_header span {
	color: #FF475A;
	font-size: 1.4rem;
	font-weight: 500;
	margin-left: 0.8rem;
}

.success_box strong::before {
	display: inline-block;
	clear: both;
	content: "";
	background: url(../images/popup/icon02.svg);
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: 2rem;
	vertical-align: sub;
	margin-right: 0.8rem;
}

.error_header strong::before {
	display: inline-block;
	clear: both;
	content: "";
	background: url(../images/popup/icon03.svg);
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: 2rem;
	vertical-align: sub;
	margin-right: 0.6rem;
}

.error_header .toggle-btn {
	color: #FF475A;
	border: none;
	background: transparent;
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'MinSansVF', 'spoqa han sans neo' !important
}

.error_details {
	background: #fff;
	padding: 2rem 3rem;
	border-radius: 0.6rem;
	margin-top: 1.6rem;
	display: none;
	/* 기본적으로 숨김 */
}



.error_details table {
	width: 100%;
	font-size: 1.4rem;
	color: #555;
	font-weight: 500;
	line-height: 1.6;
}

.error_details table tr {
	width: 100%;
}

.error_details table tr:nth-child(2) {
	border-top: 3.2rem solid transparent;
}

.detail_title {
	position: relative;
}

.detail_title::after {
	display: block;
	clear: both;
	content: "";
	background: #FBE1E2;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

}

.error_details table tr:not(.detail_title) {
	border-bottom: 1.6rem solid transparent;
}

.error_details table tr:not(.detail_title) td {
	color: #555;
	font-size: 1.4rem;
	line-height: 160%;
	font-weight: 400;
}

.error_details table tr:not(.detail_title) td strong {
	color: #333;
	font-weight: 600;
}

.error_details table .detail_title strong {
	font-size: 1.4rem;
	color: #555;
	font-weight: 600;

}

.error_details table .detail_title strong span {
	color: #FF475A;
	font-weight: 500;
}

.toggle_btn {
	background: none;
	border: none;
	color: #d9534f;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	border: 0;
}

.toggle_btn:hover {
	font-weight: bold;
}

.success_ani {
	display: inline-block;
	clear: both;
	content: "";
	background: url(../images/popup/1739149364162.gif);
	width: 1.6rem;
	height: 1.6rem;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 0.4rem;
	background-size: cover;
}

.fail_ani {
	display: inline-block;
	clear: both;
	content: "";
	background: url(../images/popup/1739149468581.gif);
	width: 1.6rem;
	height: 1.6rem;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 0.4rem;
	background-size: cover;
}


.tx_g {
	font-size: 1.26rem;
	font-weight: 500;
	color: #61A14C;
	letter-spacing: -0.8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
}

.tx_p {
	color: #8957A1 !important;
	font-size: 1.26rem;
	font-weight: 500;
	letter-spacing: -0.8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
}

/*-------------------------------------------------------

업로드 

-------------------------------------------------------
*/

.upload_file_box {
	margin: 0 auto 2px;
	padding: 4rem 6.2rem;
	border: 1px dashed #BFBFBF;
	border-radius: 1rem;
}


.upload-container {
	text-align: center;
	margin-bottom: 1.2rem;
}

#fileInput {
	display: none;
}

.upload-btn {
	border-radius: 0.6rem;
	border: 1px solid #4DA7FF;
	color: #0080FF;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 1rem 1.6rem;
	background: #FBFDFE;
	margin: 2.4rem auto;
	cursor: pointer;
}

.upload-btn:hover {
	text-decoration: underline;
}

.file_drag::before {
	display: block;
	clear: both;
	content: "";
	width: 4.8rem;
	height: 4.8rem;
	background: url('../images/popup/feather_upload-cloud.svg');
	margin: 0 auto 1.6rem;
	background-repeat: no-repeat;
	background-size: 4.8rem;
}

.file_drag {
	text-align: center;
}

.file_drag h1 {
	font-size: 1.6rem;
	font-weight: 600;
	color: #222;
}

.file_drag p {
	color: #999999;
	font-size: 1.4rem;
	font-weight: 400;
}

.file_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap: 0.8rem;
}

.progress-container {
	width: 100%;
	margin-top: 2rem;
}

.progress-container {
	display: none;
	/* 처음에는 아예 안 보임 */
}

.title_center {
	justify-content: center !important;
}

.progress-bar {
	width: 100%;
	background: #ddd;
	height: 10px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 10px;
}

.progress {
	height: 100%;
	width: 0;
	background: #007bff;
	transition: width 0.3s;
}



.file-info span {
	position: absolute;
	top: 1rem;
	color: #333;
	font-weight: 400;
	font-size: 1.4rem;
	left: 5.8rem;
}

.file-info img {
	width: 4rem;
	height: 4rem;
}

#progressText {
	font-size: 1.4rem;
	margin-top: 1.2rem;
	color: 707070;
	position: absolute;
	right: 0;
	top: -1.2rem;
}


/* 드래그 시 강조 효과 */
.dragover {
	background-color: #e0f7ff;
	border-color: #007bff;
}

/*덮어쓰기*/
.file_q_box .warning {
	text-align: center;
	margin-bottom: 1.6rem;
}

.file_q_box .warning h1 {
	color: #DE4151;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.4rem;
}

.file_q_box .warning p {
	font-size: 1.3rem;
	color: #707070;
	font-weight: 400;
}

.file_list {
	text-align: center;
}

.file_list ul {
	font-size: 1.2rem;
	color: #555;
	/*  display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.8rem;
	border: 1px solid #eaeaea;
	padding: 1.4rem;
	border-radius: 0.6rem;
	background: #fafafa;
	flex-direction: row; */
	font-weight: 500;
}

.file_list ul li {
	line-height: 1.8;
}

.bk_span {
	text-align: center;
	margin: 1.6rem auto;
	font-size: 1.3rem;
	font-weight: 400;
	color: #007bff;
}

.file_q_box button {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	font-family: 'MinSansVF', 'spoqa han sans neo' !important;
}


/*업로드 테이블*/
button {
	font-family: 'MinSansVF', 'spoqa han sans neo' !important
}

.dialog_down_table.dialog_up_table tr td:nth-child(2) {
	border-right: 0;
}

.dialog_down_table.dialog_up_table tbody td span::before {
	display: inline-block;
	clear: both;
	content: "";
	width: 2rem;
	height: 2rem;
	background: url('../images/popup/icon04.svg');
	background-size: 1.6rem;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 0.2rem;
	margin-top: -3px;
}

.toggle-btn > img {
	vertical-align: middle !important;
}



/* c3rx 업로드 추가 */

#c3rx_up .dialog_table tr div {
    display: inline-block;
}

#c3rx_up .dialog_table tr:nth-child(3) div:not(:last-child) {
    /*margin-right: 0.8rem;*/
}

#c3rx_up .c3rx_state h1 {
    font-size: 1.8rem;
    font-weight: 600;
}

#c3rx_up .c3rx_state h1 span {
    opacity: 0.8;
    font-weight: 500;
    font-size: 1.4rem;
}

#c3rx_up .c3rx_state .info {
    position: relative;
    border-radius: 16px;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding: 2.4rem 8rem;
}

#c3rx_up .c3rx_state .suc {
    position: relative;
    border-radius: 16px;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding: 2.4rem 8rem;
}

#c3rx_up .c3rx_state .error {
    position: relative;
    border-radius: 16px;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding: 2.4rem 8rem;
}

#c3rx_up .c3rx_state .al {
    position: relative;
    border-radius: 16px;
    vertical-align: middle;
    margin-bottom: 1rem;
    padding: 2.4rem 8rem;
}

#c3rx_up .c3rx_state .error h1 {
    color: #FA142B;
}

#c3rx_up .c3rx_state .info h1 {
    color: #101010;
}

#c3rx_up .c3rx_state .suc h1 {
    color: #0059DB;
}

#c3rx_up .c3rx_state .info::before {
    display: block;
    clear: both;
    content: "";
    background: url(../images/component/contents/file_suc.png);
    background-repeat: no-repeat;
    background-size: 52px 58px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 57px;
    box-shadow: 0px 0px 12px 0px rgba(0, 128, 255, 0.11);
}

#c3rx_up .c3rx_state .suc::before {
    display: block;
    clear: both;
    content: "";
    background: url(../images/component/contents/file_suc.png);
    background-repeat: no-repeat;
    background-size: 52px 58px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 57px;
    box-shadow: 0px 0px 12px 0px rgba(0, 128, 255, 0.11);
}

#c3rx_up .c3rx_state .error::before {
    display: block;
    clear: both;
    content: "";
    background: url(../images/component/contents/file_error.png);
    background-repeat: no-repeat;
    background-size: 52px 58px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 57px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(255, 71, 90, 0.11);
}

#c3rx_up .c3rx_state .al::before {
    display: block;
    clear: both;
    content: "";
    background: url(../images/component/contents/file_al.png);
    background-repeat: no-repeat;
    background-size: 52px 58px;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 57px;
    border-radius: 8px;
    box-shadow: 0px 0px 12px 0px rgba(43, 43, 43, 0.11);
}

#c3rx_up .c3rx_state .sp_02 {
    color: #3180FF;
    display: block;
}

#c3rx_up .more_btn button {
    background: #F6F7F9;
    border: none;
    border-radius: 300px;
    padding: 0.6rem 1.6rem;
}

#c3rx_up .more_btn button::after {
    display: inline-block;
}

#c3rx_up .dialog_table tr {
    position: relative;
}

#c3rx_up .more_btn {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    /* 또는 12px */
    transform: translateY(-50%);
    white-space: nowrap;
}

/*new_ 덮어쓰우기*/
#c3rx_up .c3rx_state .over_file .over {
    text-align: center;
    padding: 2.8rem;
    margin-bottom: 1.6rem;
    border-radius: 16px;
}

#c3rx_up .c3rx_state .over_file ul {
    position: relative;
    border-radius: 16px;
    padding: 2.4rem;
}

#c3rx_up .over_file .over::before {
    display: block;
    clear: both;
    content: "";
    background: url(../images/component/contents/file_over.png);
    background-repeat: no-repeat;
    background-size: 52px 58px;
    width: 52px;
    height: 57px;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto 1.6rem;
    box-shadow: 0px 0px 12px 0px rgba(43, 43, 43, 0.11);
}

#c3rx_up .c3rx_state .over_file ul li strong {
    background: #7582A8;
    color: #fff;
    border-radius: 300px;
    font-size: 1.4rem;
    width: 100px;
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 1.6rem;
}

#c3rx_up .c3rx_state .over_file ul li {
    color: #343434;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.6px;
}

#c3rx_up .c3rx_state .over_file ul li:not(:last-child) {
    margin-bottom: 0.6rem;
}

#backupFileList li div {
    display: inline-flex;
    align-items: center;
	flex-wrap: wrap;
	gap: 3px;
}

#backupFileList li div span:not(.tx_p, .tx_g){
	margin-right: 10px !important;
}

.bk_btn {
    border: 1px solid #4DA7FF;
    color: #0080ff;
    background: #fff;
    font-size: 1.5rem !important;
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
    padding: 0.6rem 1.4rem;
    border-radius: 6px;
    font-weight: 600;
}
.bk_btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.bk_btn::after {
    display: inline-block;
    clear: both;
    content: "";
    background: url('../images/component/contents/Download.svg');
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: top center;
}

#c3rx_up button {
	border: none;
}

.war_ani {
    display: inline-block;
    clear: both;
    content: "";
    background: url(../images/component/contents/war.gif);
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 0.4rem;
    background-size: 2.4rem;
}


#c3rx_up .container.main {
	    flex-direction: column;
    display: flex;
	height: 100%;
}
#c3rx_up .container.main>div{
	flex: 1;
}

#c3rx_up .bottom_button {
	margin: 3.2rem auto 0 !important;
}

#c3rx_up .wrap {
	margin-bottom: 0;
	
}

.bb_table tr:nth-child(even) td .more_btn button  {
	background: #fff !important;
		border: 1px solid #d9dde3 !important;
}

