@charset "UTF-8";
.attach-caution-box {
	padding: 14px 20px;
	background-color: #f7f7f8;
}

.attach-type-list {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	padding: 30px;
	border: 1px solid #e7e7e7;
}

.upload-card {
	display: flex;
	flex-direction: column;
}

.upload-header {
	display: flex;
	gap: 4px;
	width: 300px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.upload-header-red {
	color:#ec5d31;
	font-size: 16px;
}

.upload-body {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 300px;
	margin-bottom: 26px;
}

.file-list-box {
	height: 158px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	padding: 12px;
	overflow: auto;
}

.file-list {
	display: flex;
	flex-direction: column;
	color: rgba(125,128, 136, 0.61);
	font-size: 14px;
	gap: 5px;
}

.odr-server-files {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.odr-server-file {
	display: flex;
	align-items: center;
}

.file-item.odr-server-file {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.file-item.odr-client-file {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.img-thumb {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 30px;
	min-height: 30px;
	width: 30px;
	height: 30px;
	background-color: #e1ebff;
}

.file-name {
	width: 100%;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break:break-all;
}

.delete-file-btn {
	cursor: pointer;
}

.file-list.file-empty {
	color: rgba(125,128, 136, 0.61);
	font-size: 14px;
}

.file-list.file-item {
	color: #000000;
	font-size: 14px;
}

.file-pass-yn {
	height: 20px;
}

.upload-footer {
	display: flex;
	align-items: center;
	gap: 8px;
}

.file-input-hidden {
	display: none;
}

.file-example-button {
	width: 146px;
	height: 37px;
	color: #3e3e3e;
	background-color: #ffffff;
	border: 1px solid #3e3e3e;
	font-size: 16px;
	font-weight: 500;
}

.file-upload-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 146px;
	height: 37px;
	color: #ffffff;
	background-color: #3e3e3e;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

/* 크롭퍼 css */
.crop-modal-backdrop {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.55);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 0;
}

.crop-modal {
	width: 100vw;
	height: 100vh;
	max-width: 100vw;
	max-height: 100vh;
	background-color: #ffffff;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.crop-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid #e5e5e5;
}

.crop-modal-title {
	font-weight: 700;
	font-size: 16px;
}

.crop-reset-header {
	flex-shrink: 0;
}

.crop-modal-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	background-color: #fafafa;
	flex-shrink: 0;
}

.crop-modal-toolbar-bottom {
	border-top: 1px solid #e5e5e5;
	justify-content: center;
}

.crop-toolbar-main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px 22px;
	width: 100%;
	max-width: min(720px, 94vw);
	margin: 0 auto;
}

.crop-toolbar-tilt-core {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex: 0 1 auto;
	min-width: min(260px, 75vw);
}

.crop-toolbar-label {
	font-size: 13px;
	color: #555555;
	white-space: nowrap;
	flex-shrink: 0;
}

.crop-tool-btn {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 6px 10px;
	font-size: 13px;
	cursor: pointer;
}

.crop-tool-btn:hover {
	background-color: #f0f0f0;
}

.crop-tilt-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
}

.crop-toolbar-tilt-core.crop-tilt-range {
	flex: 1 1 auto;
	min-width: 100px;
	max-width: 280px;
	width: 100%;
}

.crop-tilt-range {
	min-width: 120px;
	height: 8px;
}

.crop-tilt-value {
	font-size: 13px;
	color: #333333;
	min-width: 40px;
	font-variant-numeric: tabular-nums;
}

.crop-modal-body {
	flex: 1;
	min-height: 0;
	background-color: #111111;
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 8px;
	box-sizing: border-box;
}

.crop-modal-body-inner {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.crop-modal-body-inner img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

.crop-thumb-strip {
	display: none;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-top: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	overflow-x: auto;
	flex-shrink: 0;
}

.crop-thumb-strip.is-visible {
	display: flex;
}

.crop-thumb-strip.is-busy {
	pointer-events: none;
	opacity: 0.65;
}

.crop-thumb {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	background-color: #dddddd;
}

.crop-thumb.is-active {
	border-color: #111111;
}

.crop-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.crop-modal-footer {
	padding: 12px 16px 20px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
}

.crop-btn {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 8px 12px;
	cursor: pointer;
}

.crop-btn-primary {
	background-color: #111111;
	color: #ffffff;
	border-color: #111111;
}

/* 증빙자료 자료 예시 줄바꿈 처리 */
.guide-white-space {
	white-space: pre-line;
}

.guide-image-box {
	display: flex;
	justify-content: center;
	max-width: 600px;
	width: 100%;
}

.guide-image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.xi-check-circle.ai-color {
	display: inline-block;
	background: #32cd32;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.xi-error.ai-color {
	display: inline-block;
	background: #ee0000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

.icon-padding {
	padding-right: 8px;
}

.bj-icon-padding {
	padding-left: 8px;
}

.use_ai_tag {
	background: linear-gradient(87deg, #d3e9ff 0%, #f9f1ff 100%);
	color: #0066fd;
	border-radius: 6px;
	padding: 2px 10px;
	font-size: 16px;
	font-weight: 600;
}

.ai_recommend_value {
	width: fit-content;
	padding: 2px 10px;
	margin-top: 16px;
	background-color: #eaf6ff;
	color: #0066fd;
	border-radius: 6px;
	font-weight: 600;
}

.ai_recommend_box {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.ai_recommend {
	width: fit-content;
	max-width: 260px;
	padding: 2px 10px;
	margin-top: 8px;
	border-radius: 4px;
	background-color: #f7f7f7;
	color: #2f2f2f;
	font-weight: 600;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ai_recommend.exact {
	width: fit-content;
	padding: 2px 10px;
	margin-top: 8px;
	border-radius: 4px;
	background-color: #f7f7f7;
	color: #0066fd;
	font-weight: 600;
	cursor: pointer;
}

.ai_recommend.none_value {
	width: fit-content;
	padding: 2px 10px;
	margin-top: 8px;
	border-radius: 4px;
	background-color: #f7f7f7;
	color: #2f2f2f;
	font-weight: 600;
	cursor: default;
}

/* 태블릿 */
@media screen and (max-width: 785px){
	.attach-type-list {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding: 15px;
		border: 1px solid #e7e7e7;
	}

	.upload-header {
		display: flex;
		gap: 4px;
		width: 100%;
		max-width: 260px;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 8px;
	}
	
	.upload-header span {
		font-size: 14px;
		font-weight: 600;
	}
	
	.upload-header-red {
		color:#ec5d31;
		font-size: 14px;
	}

	.upload-body {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		width: 100%;
		min-width: 313.5px;
		margin-bottom: 26px;
	}

	.file-pass-yn span {
		font-size: 14px;
		font-weight: 500;
		height: 20px;
	}

	.file-example-button {
		width: 100%;
		min-width: 152.75px;
		height: 37px;
		color: #3e3e3e;
		background-color: #ffffff;
		border: 1px solid #3e3e3e;
		font-size: 14px;
		font-weight: 500;
	}
	
	.file-upload-button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-width: 152.75px;
		height: 37px;
		color: #ffffff;
		background-color: #3e3e3e;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
	}
}

/* 모바일 */
@media screen and (max-width: 400px){
	.attach-type-list {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 32px;
		padding: 15px;
		border: 1px solid #e7e7e7;
	}

	.upload-header {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		width: 100%;
		max-width: 250px;
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 8px;
	}
	
	.upload-header span {
		font-size: 14px;
		font-weight: 600;
	}
	
	.upload-header-red {
		color:#ec5d31;
		font-size: 14px;
	}

	.upload-body {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		width: 100%;
		min-width: 250px;
		margin-bottom: 26px;
	}

	.odr-file-placeholder {
		font-size: 12px;
	}

	.file-name {
		width: 100%;
		font-size: 12px;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-break:break-all;
	}

	.file-pass-yn span {
		font-size: 12px;
		font-weight: 500;
		height: 20px;
	}

	.icon-padding {
		padding-right: 4px;
	}

	.file-example-button {
		width: 100%;
		min-width: 120px;
		height: 37px;
		color: #3e3e3e;
		background-color: #ffffff;
		border: 1px solid #3e3e3e;
		font-size: 14px;
		font-weight: 500;
	}
	
	.file-upload-button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-width: 120px;
		height: 37px;
		color: #ffffff;
		background-color: #3e3e3e;
		font-size: 14px;
		font-weight: 500;
		cursor: pointer;
	}
}

/* 보완 요청 화면관련 css */
.bw-body {
	width: 100%;
	display: flex;
	justify-content: center;
}

.bw-content-body {
	width: 100%;
	max-width: 760px;
	min-width: 375px;
	padding: 26px 20px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.bw-div-flex-column {
	display: flex;
	flex-direction: column;
}

.bw-bold {
	font-weight: 700;
}

.bw-content-title {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
}

.bw-content-text {
	font-size: 16px;
	font-weight: 400;
}

.bw-auth-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.bw-auth-form.bw-auth-error .bw-auth-digit {
	border-color: #be123c;
	background: #fff1f2;
}

.bw-auth-inputs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.bw-auth-digit {
	width: 100%;
	height: 100px;
	border: 1px solid #d8e0ea;
	border-radius: 8px;
	color: #1f2937;
	background: #ffffff;
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.bw-auth-form-error {
	color: #be123c;
}

.bw-submit-button {
	width: 100%;
	height: 52px;
	border: 0;
	border-radius: 8px;
	color: #ffffff;
	background: #1a4fa7;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

/* 분쟁 조정 첨부파일관련 css */
.bj-upload-body {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	min-width: 313.5px;
	margin-bottom: 26px;
}

.bj-file-pass-yn span {
	font-size: 14px;
	font-weight: 500;
	height: 20px;
}

.bj-upload-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.bj-file-example-button {
	width: 152.75px;
	height: 37px;
	color: #3e3e3e;
	background-color: #ffffff;
	border: 1px solid #3e3e3e;
	font-size: 14px;
	font-weight: 500;
}

.bj-file-upload-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 152.75px;
	height: 37px;
	color: #ffffff;
	background-color: #3e3e3e;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.bj-grid-upload-card {
	display: flex;
	gap: 2px;
}

.bj-grid-upload-body {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 200px;
}

.bj-grid-file-list-box {
	display: flex;
	align-items: center;
	gap: 2px;
}

.bj-grid-file-upload-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 37px;
	color: #ffffff;
	background-color: #3e3e3e;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.bj-grid-footer {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.bj-grid-add-row-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 152.75px;
	height: 37px;
	color: #ffffff;
	background-color: #3e3e3e;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.download-btn {
	cursor: pointer;
}