.auth-bg-cover {
	background: linear-gradient(-45deg, #0028c300 50%, #194a87);
}

.auth-one-bg .bg-overlay {
	background: linear-gradient(to right, #4f42ec36, #8a81ff);
	opacity: 0.6;
}

.logo-lg img {
	max-width: 150px;
	height: auto;
	display: block;
	margin-left: 25px;
}

.logo-lg {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

body {
	font-family: "NanumSquare", sans-serif !important;
}

input[type="password"] {
	font-family: "Malgun gothic", dotum, sans-serif;
}

.card-title {
	font-weight: bold;
}

.multiselect {
	font-size: 13px;
}

.sel_group_btn {
	padding: 0px;
	padding-right: 5%;
	padding-left: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.sel_row {
	margin-left: 5%;
}

.sel_row.hide {
	display: none;
}

.sel_group_item {
	padding: 0px;
	margin-right: 5%;
}

.sel_group_div {
	margin-bottom: 3%;
}

.is_big_N {
	margin-left: 5%;
}

.form-check-input.collapse {
	display: block;
}

/*.navbar-nav li{
	width:100%;
}*/

@media (max-width: 1699.98px) {
	.layout-rightside-col .layout-rightside {
		overflow: auto;
		margin-right: -0.8rem;
	}
}

.form-select {
	background-position: right 0.2rem center;
	padding-right: 0.6rem;
}

.pop-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	height: 40px;
	padding: 0 1.5rem 0 calc(1.5rem / 2);
}

.nav-link {
	height: 100%;
}

.page_loading_icon {
	--vz-spinner-width: 8rem;
	--vz-spinner-height: 8rem;
	--vz-spinner-vertical-align: -35em;
	--vz-spinner-border-width: 0.5em;
}

.table-sm-custom > :not(caption) > * > * {
	padding: 0.1rem 0.05rem;
	font-size: 13px;
}

.table-sm-custom-p > :not(caption) > * > * {
	padding: 0.1rem 0.3rem;
	font-size: 13px;
}

.table-sm-custom th {
	font-weight: 800;
}

.btn-sm-custom {
	--vz-btn-padding-y: 0.1rem;
	--vz-btn-padding-x: 0.1rem;
	--vz-btn-font-size: 0.73rem;
	--vz-btn-border-radius: 0.2rem;
}

.form-control-sm-custom {
	min-height: calc(0.5em + 0.5rem + 1px);
	padding: 0.1rem 0.2rem;
	font-size: 0.73rem;
	border-radius: 0.2rem;
}

.form-select-sm-custom {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.2rem;
	padding-right: 1.2rem;
	font-size: 0.735625rem;
	border-radius: 0.1rem;
}

.sticky-th {
	position: sticky;
	top: 0;
	z-index: 1; /* 다른 요소 위에 표시하기 위해 z-index 설정 */
}

.border-soft-primary {
	border-color: rgba(105, 94, 239, 0.18) !important;
}

.border-soft-secondary {
	border-color: rgba(85, 150, 247, 0.18) !important;
}

.border-soft-success {
	border-color: rgba(17, 209, 183, 0.18) !important;
}

.border-soft-info {
	border-color: rgba(115, 220, 233, 0.18) !important;
}

.border-soft-warning {
	border-color: rgba(255, 192, 97, 0.18) !important;
}

.border-soft-danger {
	border-color: rgba(255, 127, 65, 0.18) !important;
}

.border-soft-dark {
	border-color: rgba(var(--vz-dark-rgb), 0.18) !important;
}

.all_center {
	text-align: center !important;
	vertical-align: middle !important;
}

.m_sm .multiselect {
	min-height: 29px;
}
.m_sm .multiselect__select {
	padding-top: 2px;
	padding-bottom: 2px;
	height: 100%;
}
.m_sm .multiselect__tags /*input warpper*/ {
	background: transparent;
	width: 100%;
	min-width: unset;
	display: flex;
	align-items: center;
	min-height: 29px;
	padding-top: 0;
	justify-content: flex-start;
	padding-left: 12px;
	font-size: 13px;
	border: 1px solid #ced4da;
	border-radius: 0.2rem;
}

.m_sm .multiselect__tag {
	position: relative;
	display: inline;
	padding: 2px 20px 2px 3px;
	border-radius: 5px;
	margin-right: 3px;
	margin-top: 1px;
	color: #fff;
	line-height: 1;
	background: #415bb8;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
	margin-bottom: 0px;
}

.m_sm .multiselect__tags-wrap {
	display: inline;
	height: auto;
	padding: 0;
	padding-top: 1px;
}

.m_sm .multiselect__single,
.multiselect__placeholder,
.multiselect__input {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.m_sm .multiselect__tag-icon {
	line-height: 16px;
}
.m_sm .multiselect__select:before {
	top: 55%;
}

.m_sm .multiselect__placeholder {
	color: #212529;
}

.m_sm.multiselect__option {
	display: block;
	padding: 5px;
	min-height: 29px;
	line-height: 16px;
	text-decoration: none;
	text-transform: none;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
}

.m_sm .multiselect__option:after {
	top: 0;
	right: 0;
	position: absolute;
	line-height: 30px;
	padding-right: 12px;
	padding-left: 20px;
	font-size: 13px;
}

.m_sm .multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
	background: #b64642;
}

.m_sm .multiselect__tag-icon {
	cursor: pointer;
	margin-left: 7px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-weight: 700;
	font-style: normal;
	width: 18px;
	text-align: center;
	line-height: 18px;
	transition: all 0.2s ease;
	border-radius: 5px;
}

.m_sm .multiselect__tag-icon:after {
	color: white;
}

.columns {
	column-gap: 5px;
}

.columns_item {
	break-inside: avoid;
	margin-bottom: 3px;
}
/* 4열 설정 */
.four-columns {
	column-count: 4;
}

/* 3열 설정 */
.three-columns {
	column-count: 3;
}

/* 2열 설정 */
.two-columns {
	column-count: 2;
}

/* 1열 설정 */
.one-column {
	column-count: 1;
}

/* 반응형 미디어 쿼리 */
@media (max-width: 1024px) {
	.four-columns,
	.three-columns {
		column-count: 2; /* 화면이 작을 때는 최대 2열로 */
	}
}

@media (max-width: 768px) {
	.four-columns,
	.three-columns,
	.two-columns {
		column-count: 2; /* 중간 크기의 화면에서도 2열 */
	}
}

@media (max-width: 480px) {
	.four-columns,
	.three-columns,
	.two-columns {
		column-count: 1; /* 가장 작은 화면에서는 1열로 */
	}
}

.sel_all {
	user-select: all;
}

.m-primary .multiselect__tag {
	background: rgba(105, 94, 239, 0.9) !important;
}
.m-primary .multiselect__option--highlight {
	background: rgba(105, 94, 239, 0.9);
}
.m-primary .multiselect__option--highlight:after {
	background: none;
}

.m-secondary .multiselect__tag {
	background: rgba(85, 150, 247, 0.9) !important;
}
.m-secondary .multiselect__option--highlight {
	background: rgba(85, 150, 247, 0.9);
}
.m-secondary .multiselect__option--highlight:after {
	background: none;
}

.m-success .multiselect__tag {
	background: rgba(17, 209, 183, 0.9) !important;
}
.m-success .multiselect__option--highlight {
	background: rgba(85, 150, 247, 0.9);
}
.m-success .multiselect__option--highlight:after {
	background: none;
}

.m-info .multiselect__tag {
	background: rgba(115, 220, 233, 0.9) !important;
}
.m-info .multiselect__option--highlight {
	background: rgba(115, 220, 233, 0.9);
}
.m-info .multiselect__option--highlight:after {
	background: none;
}

.m-warning .multiselect__tag {
	background: rgba(255, 192, 97, 0.9) !important;
}
.m-warning .multiselect__option--highlight {
	background: rgba(255, 192, 97, 0.9);
}
.m-warning .multiselect__option--highlight:after {
	background: none;
}

.m-danger .multiselect__tag {
	background: rgba(255, 127, 65, 0.9) !important;
}
.m-danger .multiselect__option--highlight {
	background: rgba(255, 127, 65, 0.9);
}
.m-danger .multiselect__option--highlight:after {
	background: none;
}

.m-light .multiselect__tag {
	background: #f3f6f9 !important;
	color: black;
}
.m-light .multiselect__option--highlight {
	background: rgba(52, 58, 64, 0.3);
}
.m-light .multiselect__option--highlight:after {
	background: none;
}

.m-dark .multiselect__tag {
	background: rgba(52, 58, 64, 0.9) !important;
}
.m-dark .multiselect__option--highlight {
	background: rgba(52, 58, 64, 0.8);
}
.m-dark .multiselect__option--highlight:after {
	background: none;
}

.multiselect__option--selected.multiselect__option--highlight {
	background: #ff6a6a !important;
	color: #fff !important;
}

.multiselect__tag-icon:after {
	color: white !important;
}

.multiselect__option:after {
	margin-top: 5px;
}

.m-light .multiselect__tag-icon:after {
	color: black !important;
}

.form-select-sm.select-primary {
	border: 1px solid #695eef;
}
.form-select-sm.select-secondary {
	border: 1px solid #5596f7;
}
.form-select-sm.select-info {
	border: 1px solid #73dce9;
}
.form-select-sm.select-success {
	border: 1px solid #11d1b7;
}
.form-select-sm.select-warning {
	border: 1px solid #ffc061;
}
.form-select-sm.select-danger {
	border: 1px solid #ff7f41;
}
.form-select-sm.select-light {
	border: 1px solid #f3f6f9;
}
.form-select-sm.select-dark {
	border: 1px solid #343a40;
}

.layout-left-btn {
	border-top-left-radius: 8px; /* 왼쪽 위 모서리 */
	border-bottom-left-radius: 8px; /* 왼쪽 아래 모서리 */
	border-top-right-radius: 0; /* 오른쪽 위 모서리 */
	border-bottom-right-radius: 0; /* 오른쪽 아래 모서리 */
	font-size: 24px;
	padding-top: 2px;
}

@media (max-width: 1699.98px) {
	.layout-left-btn {
		position: fixed;
		top: 70px;
		right: -3px;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 1000;
	}
}

@media (min-width: 1699.98px) {
	.layout-left-btn {
		display: none;
	}
}

.scroll-custom::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
.scroll-primary::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-primary-rgb), 0.7);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-danger::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-danger-rgb), 0.7);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-secondary::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-secondary-rgb), 0.7);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-dark::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-dark-rgb), 0.7);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-success::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-success-rgb), 0.7);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-soft-primary::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-primary-rgb), 0.38);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-soft-danger::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-danger-rgb), 0.38);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-soft-secondary::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-secondary-rgb), 0.38);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-soft-dark::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-dark-rgb), 0.38);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.scroll-soft-success::-webkit-scrollbar-thumb {
	background: rgba(var(--vz-success-rgb), 0.38);
	border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

.sortable-chosen {
	background-color: rgba(85, 150, 247, 0.3) !important;
}

.bg-soft-brown {
	background-color: #b66342 !important;
}

.bg-soft-green {
	background-color: #47d834 !important;
}
