@charset "utf-8";

* {
	-webkit-touch-callout: none;
	/* 터치 시 메뉴 비활성화 */
	font-variant-numeric: tabular-nums;
	text-size-adjust: none;
}
/*색상 부분 지정*/

body {
	background: #F7F8FA;
}

body:has(.container_bg_white) {
	background: #ffffff;
}




/*폰트 깨짐 방지*/
html,
body {
	height: 100%;
	overflow-x: hidden;
}

html {
	font-size: 10px;
}

body {
	position: relative;
}

#bb_reset {
	font-variant-numeric: tabular-nums;
	max-height: 100%;
	height: 100%;
	overflow-x: hidden;
	letter-spacing: -0.02rem;
}

.scroll_fix {
	overflow-y: hidden;
}

/********************* Form reset **********************/
#bb_reset input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-webkit-border-radius: 0;
	outline-style: none;
	    vertical-align: middle;
    margin-top: -1px;
}

#bb_reset input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: 0;
}

/* reset - button */
#bb_reset button {
	outline: 0;
}

#bb_reset select::-ms-expand {
	display: none;
}

/* reset - textarea */
#bb_reset textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

/* reset - table */
#bb_reset table {
	border-collapse: collapse;
	border-spacing: 0;
}

#bb_reset table caption {
	text-indent: -9999px;
	font-size: 0;
}

/* img */
#bb_reset img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

#bb_reset a {
	text-decoration: none
}

/********************* Layout **********************/

#bb_wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.bb_container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bb_inner {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

/*정렬*/
.clear {
	clear: both
}

/* Layout */
.bb_align_spr {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 2.4rem;
	align-items: stretch;
}

.bb_align_spr>div {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-basis: 0;
	/* 동일한 비율로 나눠지도록 설정 */
}

/* Page Title */

/*타이틀*/
.bb_sec_pgtitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3rem;
	line-height: 3rem;
	margin: 3.2rem 0;
}

h1.bb_text_pgtitle {
	width: 100%;
	color: #333333;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
	max-width: 800px;
	font-variation-settings: "wght" 540;
	letter-spacing: -0.64px;
}

.bb_sec_contitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bb_sec_contitle .bb_box_contitle {
	margin-bottom: 0;
}

.bb_box_contitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.4rem;
	font-weight: 500;
	font-size: 1.6rem;
	color: #333;
	height: 4.8rem;
}

.bb_sec_contitle .bb_text_contitle {
	margin-bottom: 0;
	color: #3D4859;
	font-weight: 600;
	font-size: 15px;
}


.bb_text_pgtitle_1 {
	width: 100%;
	color: #333;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
	max-width: 800px;
}

.bb_text_pgtitle_2 {
	width: 100%;
	color: #333;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
}

.bb_text_pgtitle_3 {
	width: 100%;
	color: #222;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
}

.bb_text_pgtitle_4 {
	width: 100%;
	color: #0080FF;
	font-weight: 500;
	font-size: 1.4rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
}


/*타이틀-블릿*/
h1.bb_text_pgtitle::before {
	clear: both;
	content: "";
	display: inline-block;
	background: url(../images/component/title_icon.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 4px;
}

h1.bb_text_pgtitle_bul_y::before {
	clear: both;
	content: "";
	display: inline-block;
	background: url(../images/component/title_icon_y.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 4px;
}

h1.bb_text_pgtitle_bul_y {
	width: 100%;
	color: #333;
	font-weight: 600;
	font-size: 1.8rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
}

h2.bb_text_pgtitle_bul_1::before {
	clear: both;
	content: "";
	display: inline-block;
	background: url(../images/component/title_icon2.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 2px;
}

h2.bb_text_pgtitle_bul_1 {
	width: 100%;
	color: #333;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
}


h3.bb_text_pgtitle_bul_2::before {
	clear: both;
	content: "";
	display: inline-block;
	background: url(../images/component/title_icon3.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	margin-right: 2px;
	background-size: 20px 20px;
	background-position: center;
}

h3.bb_text_pgtitle_bul_2 {
	width: 100%;
	color: #1d8bff;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
}

/* ----- 관리자 페이지 타이틀 (상단 고정) ----- */
h1.admin_pgtitle {
	font-size: 1.4rem;
	font-weight: 600;
	color: #6c6e75;
	margin: 2.4rem 0 0;
	letter-spacing: -0.02em;
	line-height: 5rem;
}

/* ----- 폴더 아이콘(::before) 영역만 클릭 가능. 텍스트 영역은 비활성. -----
   h1 자체엔 onclick 유지하되, 자식 요소(span 등) 에 pointer-events:none 으로
   텍스트 영역 클릭 이벤트를 무시. ::before 만 cursor:pointer + hover 시 살짝 페이드. */
.admin_title_clickable {
	cursor: default;
}
.admin_title_clickable::before {
	cursor: pointer;
}
.admin_title_clickable:hover::before {
	opacity: 0.7;
}
.admin_title_clickable > * {
	cursor: default;
	pointer-events: none;
}
.bb_text_pgtitle.admin_title_clickable {
	max-width: unset;
}
/* admin 화면의 h1.bb_text_pgtitle — flex 부모(.bb_sec_pgtitle) 안에서 자기 너비만 차지하도록.
   기본 .bb_text_pgtitle 의 width:100% 가 우측 슬롯(.admin_pjt_status_right) 을 밀어내는 문제 회피. */
.bb_sec_pgtitle:has(.admin_pjt_status_right) > h1.bb_text_pgtitle {
	width: auto;
	flex: 0 1 auto;
	min-width: 0;
}

/* ----- 프로젝트 메타 한 줄 (관리번호 / 확정계약번호 / 계약구분) ----- */
.admin_pjt_meta {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0.4rem 0 0 1rem;
	font-size: 1.3rem;
	color: #6c6e75;
}
.admin_pjt_meta strong {
	color: #333333;
	font-weight: 600;
	margin-left: 0.2rem;
}
.admin_pjt_meta_sep {
	color: #c8c8c8;
}

/* 등록현황 라인 — h1 옆에 같은 라인의 우측 슬롯. .bb_sec_pgtitle 이 이미 justify-content:space-between 이라
   h1 ↔ status div 가 자동으로 양 끝 정렬. 너비 자동 + 텍스트 오른쪽 정렬. */
.admin_pjt_status_right {
	margin: 0 1rem 0 auto;
	color: #6c6e75;
	flex-shrink: 0;
	white-space: nowrap;
}

/* 상태 chip — O/X 텍스트 대신 원형 체크/X 아이콘. data-state="ok|fail|empty" 에 따라 색·아이콘 전환. */
.pjt_status_chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.6rem;
	height: 1.6rem;
	margin-left: 0.3rem;
	margin-bottom: 0.2rem;
	border-radius: 50%;
	vertical-align: middle;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	font-family: 'Pretendard', sans-serif;
}
.pjt_status_chip[data-state="ok"] {
	background: #16a34a;
	color: #fff;
}
.pjt_status_chip[data-state="ok"]::before {
	content: '\2713';   /* ✓ */
}
.pjt_status_chip[data-state="fail"] {
	background: #ef4444;
	color: #fff;
}
.pjt_status_chip[data-state="fail"]::before {
	content: '\00d7';   /* × */
	font-size: 1.15rem;
}
.pjt_status_chip[data-state="empty"] {
	background: transparent;
	border: 1px dashed #c8c8c8;
	color: #c8c8c8;
}
.pjt_status_chip[data-state="empty"]::before {
	content: '-';
}

/* Tabs */
/*tab*/
.bb_sec_tabtitle {
	position: relative;
}

.bb_sec_tabtitle::after {
	display: block;
	clear: both;
	content: "";
	background: #ddd;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	z-index: -1;
}

.bb_sec_tabtitle>.bb_inner {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 1rem;
}

.bb_sec_tabtitle .bb_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bb_tabs {
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	width: fit-content;
	border-bottom: 0px;
	margin-bottom: 0;
	padding: 0 0;
	height: 4.8rem;
}

.bb_tabs .bb_tab {
	width: 20rem;
	height: 4.8rem;
	line-height: 4.8rem;
	text-align: center;
	position: relative;
}

.bb_tabs .bb_tab.on::before {
	display: block;
	clear: both;
	content: "";
	height: 2px;
	width: 100%;
	background: #0080FF;
	position: absolute;
	bottom: 0;
}

.bb_tabs .bb_tab a {
	color: #333;
	font-size: 1.5em;
	font-weight: 500;
	width: 100%;
	height: 100%;
	display: block;
}

.bb_tabs .bb_tab a:hover {
	color: #0080FF;
}

.bb_sec_form.bb_sec_top {
	display: inline-flex;
	gap: 0.8rem;
	align-items: center;
	margin-bottom: 0 !important;
}

.bb_sec_form.bb_sec_top .bb_btn {
	margin-right: 1rem;
	padding: 0.6rem 2.4rem;
	height: 3rem;
	font-size: 1.3rem;
	border-radius: 6px;
}

.bb_sec_form.bb_sec_top .bb_btn img {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -1px;
}

/* Contents */

.bb_sec_contents {
	margin-bottom: 2.4rem;
}

.bb_box_white,
.bb_box_gray {
	border-radius: 1.6rem;
	padding: 30px 38px;
}

.bb_box_white {
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.bb_box_gray {
	border: 1px solid #EBEBEB;
	background: #f8f9fa;
}

/* input */
.bb_input {
	padding: 0 1.6rem;
	font-size: 1.2rem !important;
	border: 1px solid #eaeaea;
	height: 3.2rem;
}

.bb_input.bb_input_round {
	border-radius: 0.4rem !important;
}

.bb_input:read-only {
	background-color: rgba(0, 0, 0, 0.05);
}

.bb_input_unit {
	position: relative;
	display: inline-block;
}

.bb_input_unit .bb_input {
	padding-right: 4.2rem; /* 오른쪽 여백 확보 */
	box-sizing: border-box;
}

.bb_input_unit .unit {
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	pointer-events: none;
	font-weight: 600;
	font-size: 1.2rem;
	color: #999999;
}

.bb_input_unit .unit.right-icon {
	right: 3rem;
}

.search_level .show_when_prgpymntSpcsCbs form:nth-child(2) {
	margin-left: 2.4rem;
}


.bb_btn.calculator{
	background: url('/eurecax/static-app/images/component/calculator.svg') no-repeat center;
	width: 18px;
	height: 18px !important;
	position: absolute;
	top: 50%;
	right: 0.8rem;
	transform: translateY(-50%);
	background-size: 18px;
	opacity: 1 !important;
	margin: unset !important;
	padding: unset !important;
	cursor: pointer !important;
}

.bb_btn.calculator:hover {
	background: url('/eurecax/static-app/images/component/calculator_check.svg') no-repeat center;
	background-size: 18px;
}

.bb_textarea {
	border-color: #eaeaea !important;
	padding: 1.6rem;
	font-size: 1.4rem !important;
	color: #545454 !important;
	font-weight: 500;
}

.bb_textarea.bb_textarea_round {
	border-radius: 0.4rem;
}

.bb_textarea:read-only {
	background-color: rgba(0, 0, 0, 0.05);
}


.bb_checkbox input {
	display: none;
}

.bb_checkbox .icon {
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url('../images/component/unchecked-icon.svg') no-repeat center / cover;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 4px;
}

.bb_checkbox input:disabled+.icon {
	background: url('../images/component/disabled-icon.svg') no-repeat center / cover;
	vertical-align: middle;
}

.bb_checkbox.bb_checkbox_green input:checked+.icon {
	background: url('../images/component/greenchecked-icon.svg') no-repeat center / cover;
	vertical-align: middle;
}

.bb_checkbox input:checked+.icon {
	background: url('../images/component/checked-icon.svg') no-repeat center / cover;
	vertical-align: middle;
}


/* button */
.bb_btn {
	padding: 0.9rem 2.4rem;
	font-size: 1.2rem;
	vertical-align: middle;
	font-weight: 500;
	border: 0;
	border-radius: 0.8rem;
	line-height: normal;
	cursor: pointer;
	text-wrap: nowrap;
}

.bb_btn:hover {
	background: rgba(0, 0, 0, 0.1);
}

.bb_btn_line {
	padding: 0.9rem 2.4rem;
	font-size: 1.2rem;
	vertical-align: middle;
	font-weight: 500;
	border-radius: 0.8rem;
	line-height: normal;
	cursor: pointer;
	outline: 0;
	border: 1px solid;
	background: unset;
}

.bb_btn_line:hover {
	opacity: 0.7 !important;
}

.bb_btn.bb_btn_blue {
	background: #1d8bff;
	color: #fff;
}

.bb_btn_line.bb_btn_blue_line {
	border-color: #1d8bff;
	background: #ffffff;
	color: #1d8bff;
}

.bb_btn.bb_btn_red {
	background: #E33D65;
	color: #fff;
}

.bb_btn_line.bb_btn_red_line {
	border-color: #E33D65;
	color: #E33D65;
	background: #fff;
}

.bb_btn.bb_btn_black {
	background: #222222;
	color: #fff;
}

.bb_btn_line.bb_btn_black_line {
	border-color: #222222;
	color: #222222;
	background: #fff;
}

.bb_btn.md {
	padding: 0.8rem 2.4rem;
	border-radius: 0.8rem;
	font-size: 14px;
	font-weight: 400;
}

.bb_btn.big {
	width: 100%;
	height: 4.8rem;
	border-radius: 0.8rem;
	font-size: 1.6rem;
	font-weight: 500;
}

.bg_blue {
	background: #0080FF;
	color: #fff;
}

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

.bg_gray {
	background: #868686;
	color: #fff;
}

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

.bg_gray02 {
	background: #6C7278;
	color: #fff;
}

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

.bg_black {
	background: #444;
	color: #fff;
}

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

.bg_b_line{
	background: #FAFCFF;
	color: #026BCD;
	border: 1px solid #AFCFFD;
}

.bg_b_line:hover {
	background: #FAFCFF !important;
	text-decoration: underline;
	color: #026BCD !important;
}

.bg_g_line{
	background: #F6F8F9;
	color: #111;
	border: 1px solid #D6D6D6;
}

.bg_g_line:hover {
	background: #F6F8F9 !important;
	text-decoration: underline;
	color: #111 !important;
}

.bg_rd_line{
	background: #FFFAFA;
	color: #D41313;
	border: 1px solid #F6C3C3;
}

.bg_rd_line:hover {
	background: #FFFAFA !important;
	text-decoration: underline;
	color: #D41313 !important;
}


/********************** Text Style ***********************/
/* status round */
.bb_title_round {
	width: fit-content;
	padding: 6px 12px !important;
	border-radius: 30rem;
	font-weight: 500 !important;
	font-size: 1.3rem !important;
	vertical-align: middle;
	text-wrap: nowrap;
}

.bb_title_round.sm {
	width: fit-content;
	padding: 0.2rem 1rem;
	border-radius: 30rem;
	font-weight: 500 !important;
	font-size: 1.2rem !important;
}

.success {
	background-color: #eef7f3;
	color: #06bf63;
}

.info {
	background-color: #f2f4fb;
	color: #072eaf;
}

.bb_title_round.info {
	background-color: transparent;
	color: #052558;
	padding: 0rem !important;
}

.danger {
	background-color: #fff6f8;
	color: #E33D65;
}

.secondary {
	background-color: #efefef;
	color: #333;
}

.primary {
	background-color: #EAF2FD;
	color: #1D8BFF !important;
}

/* link */
a.bb_link {
	color: #0071D9;
	background: transparent;
	border: 0;
	font-weight: 500;
	font-size: 1.28rem;
	cursor: pointer;
}

a.bb_link:hover {
	text-decoration: underline !important;
}

a.bb_link_underline {
	text-decoration: underline !important;
	cursor: pointer;
	color: #1D77FF;
	font-weight: 500;
	font-size: 1.4rem;
}

a.bb_link_underline:hover,
a.bb_link_blank:hover {
	opacity: 0.7;
}

a.bb_link_blank::after {
	width: 18px;
	height: 18px;
	content: "";
	clear: both;
	display: inline-block;
	background: url(../images/component/link.svg);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 2px;
	vertical-align: text-bottom;
}

a.bb_link_blank {
	color: #1D77FF;
	cursor: pointer;
	color: #1D77FF;
	font-weight: 500;
	font-size: 1.4rem;
}

button.bb_link {
	color: #1D77FF;
	background: transparent;
	border: 0;
	font-weight: 500;
	font-size: 1.4rem;
	cursor: pointer;
}

button.bb_link_blank,
button.bb_link_blank_logo {
	border: 1px solid #eaeaea;
	border-radius: 0.4rem;
	padding: 0.6rem 1.4rem;
	background: #ffffff;
	cursor: pointer;
}

button.bb_link_blank a,
button.bb_link_blank_logo a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #454545;
}

button.bb_link_blank_logo a::after,
button.bb_link_blank a::after {
	width: 18px;
	height: 18px;
	content: "";
	clear: both;
	display: inline-block;
	background: url(../images/component/link.svg);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 2px;
	vertical-align: text-bottom;
	filter: grayscale(1);
}

/********************** Form Style ************************/
/* Title */
.bb_text_frtitle {
	display: inline-block;
	font-weight: 500;
	color: #707070;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.bb_text_frtitle::after {
	display: inline-block;
	clear: both;
	content: ":";
	padding-left: 0.2rem;
}

/* label */
.bb_sec_form label {
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 0 0.4rem;
	font-weight: 400;
	color: #333;
	text-wrap: nowrap;
}

.bb_sec_form label:not(:first-child),
.bb_sec_search label:not(:first-child) {
	margin-left: 2rem;
}

.bb_sec_form:has(.bb_radio) label:not(:first-child),
.bb_sec_search:has(.bb_radio) label:not(:first-child) {
	margin-left: 0;
}

.bb_sec_form.bb_label_left label,
.bb_sec_search.bb_label_left label {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	gap: 1rem;
}

.bb_sec_form.bb_label_top label,
.bb_sec_search.bb_label_top label {
	display: inline-flex;
	flex-direction: column;
	gap: 0.8rem;
}

.bb_sec_form.bb_label_left .bb_label_first {
	margin-left: 0;
}

.bb_text_label {
	font-size: 1.3rem;
	font-weight: 500;
	text-wrap: nowrap;
}

#aplyBohalTitle.bb_text_label {
	font-size: 1.2rem;
	color: #707070;
}

.bb_sec_form .bb_radio,
.bb_sec_form span {
	vertical-align: middle;
	margin-left: 0.2rem;
}

.bb_sec_form .bb_radio {
	appearance: none;
	border: solid #dfdfdf;
	margin-top: -1px;
	border-radius: 500px !important;
	width: 1.4rem;
	height: 1.4rem
}

.bb_sec_form .bb_radio:checked {
	border: 0.4rem solid #0080FF
}

.bb_sec_form .checked {
	color: #0080FF;
	font-weight: 500
}

.bb_sec_form .bb_radio:focus-visible {
	outline-offset: max(2px, 0.1em);
	outline: #eee dotted
}

.bb_sec_form .bb_radio:hover {
	box-shadow: 0 0 0 max(2px, .4rem) #eaf2fd;
	cursor: pointer
}

.bb_sec_form .bb_radio:hover+span {
	cursor: pointer
}

.bb_sec_form .bb_radio:disabled {
	background-color: #d3d3d3;
	box-shadow: none;
	opacity: .7;
	cursor: not-allowed
}

.bb_radio:disabled+span {
	opacity: .7;
	cursor: not-allowed
}

/* search box */
.bb_sec_search {
	display: flex;
	align-items: center;
}

.bb_select {
	border: 1px solid #ebebeb;
	padding: 0.6rem 0.4rem;
	border-radius: 6px;
	font-size: 1.3rem;
	min-width: 8rem;
	color: #707070;
}

.bb_sec_search .bb_select.wide {
	min-width: 12rem !important;
}

.bb_sec_search .bb_btn {
	padding: 0.6rem 1.8rem;
	border: 1px solid #343536;
	border-radius: 6px;
	font-size: 1.3rem;
	margin-left: 0.6rem;
	height: 3.4rem;
}

.bb_sec_search .bb_btn::before {
	display: inline-block;
	clear: both;
	content: "";
	background: url('/eurecax/static-app/images/component/search.svg') no-repeat left center;
	width: 16px;
	height: 16px;
	background-size: 14px auto;
	vertical-align: bottom;
	margin-right: 2px;
}



/* select search box */
.bb_sec_search .bb_input.search {
	padding: 0 1.6rem;
	font-size: 1.2rem !important;
	border-radius: 0.6rem !important;
	width: 30rem;
	background-color: #F5F5F5;
	cursor: pointer;
	height: 3.4rem;
	border: none;
}

.bb_sec_search .bb_select.search {
	padding: 0 1.6rem;
	font-size: 1.2rem;
	border: 0;
	border-radius: 0.6rem;
	background-color: #F5F5F5;
	margin-right: 0.8rem;
	cursor: pointer;
	height: 3.4rem;
	color: #707070;
}

.bb_sec_search .bb_btn.search {
	padding: 0 2.4rem;
	border: 0;
	border-radius: 0.6rem;
	cursor: pointer;
	height: 3.2rem;
	font-size: 1.2rem;
}

/* select search box - Main Big */
.bb_sec_search .bb_input.searchMain {
	padding: 0 3rem 0 1.6rem;
	font-size: 1.3rem !important;
	border-radius: 0.6rem !important;
	width: 30rem;
	background-color: #F5F5F5;
	height: 3.6rem;
	border: none;
}

.sec_con .bb_sec_search .bb_input.searchMain, .sec_con .bb_sec_search .bb_btn.searchMain {
	height: 36px !important;
}



.bb_sec_search .bb_select.searchMain {
	padding: 0 1.6rem;
	font-size: 1.3rem;
	border: 0;
	border-radius: 0.6rem;
	background-color: #F5F5F5;
	margin-right: 0.8rem;
	cursor: pointer;
	height: 3.6rem;
	color: #707070;
}

.bb_sec_search .bb_btn.searchMain {
	padding: 0 16px;
	border: 0;
	border-radius: 0.6rem;
	cursor: pointer;
	height: 3.6rem;
	font-size: 1.3rem;
}

.sec_con .bb_sec_search .bb_btn.searchMain::before {
	display: none;
}


/* 관리자 페이지 form style */
.bb_box_white.title-wide .bb_input_container .text_box {
	width: 220px;
}

.bb_input_container {
	display: flex;
	width: 40%;
	justify-content: start;
	align-items: center;
	margin-bottom: 15px;
}

.bb_input_container .text_box {
	width: 120px;
}

.bb_input_container .label_box {
	width: 80%;
	display: flex;
}

.bb_double_input_container {
	display: inline-flex;
	width: 80%;
}

.bb_double_input_container .bb_input_container {
	width: 30%;
}

.bb_double_input_container .bb_input_container .label_box {
	width: 50%;
}

.large_label {
	width: 100%;
}

.large_label input {
	width: 100%;
}

/*********************** list style *********************/
/*card ui*/
.bb_sec_card {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* 3단 레이아웃 */
	gap: 2.4rem;
	/* 카드 간격 */
	margin: 0 auto;
}

@media (max-width: 992px) {
	.bb_sec_card {
		grid-template-columns: repeat(2, 1fr);
		/* 화면이 작아지면 2단 */
	}
}

@media (max-width: 576px) {
	.bb_sec_card {
		grid-template-columns: 1fr;
		/* 작은 화면에서는 1단 */
	}
}

@media (max-width: 768px) {
	.bb_sec_card .bb_card {
		width: 100%;
		/* 화면 크기에 맞게 카드 너비를 100%로 확장 */
	}
}


/*반응형 추가*/
@media screen and (max-width: 720px) {
	.bb_sec_table .move {
		height: 100%;
	}

	.bb_sec_table .move {
		overflow: auto;
		margin-top: 10px;
	}

	.table_scroll {
		position: relative;
	}

	.bb_sec_table:before {
		content: "좌우로 터치해서 보세요.";
		font-size: 13px;
		width: 168px;
		margin: 10px auto 0;
		box-sizing: border-box;
		padding: 0 0 0 25px;
		line-height: 25px;
		color: #00589b;
		display: block;
		height: 22px;
		background-size: auto 100%;
	}
}

/* table style */
.bb_table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.4rem;
	word-break: break-all;
	max-width: 200000px;
	width: 100%;
	overflow-x: auto;
	position: relative;
	min-width: 1400px;
}

.bb_table thead {
	position: static;
	top: 0;
	background: #F5F7FA;
}

.bb_table th,
.bb_table td {
	word-wrap: break-word;
	word-break: break-all;
}

.bb_sec_table .bb_table thead th {
	border-bottom: 1px solid #EFEFF0;
	border-right: 1px solid #D1DEF0;
	text-align: center;
	padding: 1.3rem 0;
	color: #111;
	vertical-align: middle;
	font-size: 1.3rem;
	background: #e4ecf8;
	font-weight: 500;
	position: sticky;
	top: 0;
}

.bb_sec_table .bb_table tbody td {
	padding: 6px 8px;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	line-height: 1.5;
	color: #333;
	font-weight: 400;
	max-width: 80px;
	vertical-align: middle;
	font-size: 1.3rem;
}

.bb_sec_table {
	width: 100%;
	/* 테이블 컨테이너의 너비 */
	max-height: 64rem;
	/* 고정 높이 설정 */
	overflow-y: auto;
	/* 세로 스크롤 생성 */
	height: fit-content;
	overflow-x: auto;
	padding-bottom: 3.2rem;
	border-top: 1px solid #000;
}

.bb_sec_table .move .bb_table {
	border: unset;
}

/*트리구조 폴더 뎁스*/
.folder_icon {
	width: 48px;
}

.folder_1dep {
	background: #f3f3f3;
}

.folder_1dep td {
	color: #111 !important;
}

.folder_1dep td:first-child {
	cursor: pointer;
}

.folder_1dep .folder_open {
	background: url(../images/folder_open.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	width: 32px;
	height: auto;
	background-position: center;
}

.folder_close {
	background: url(../images/folder_close.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	width: 32px;
	height: auto;
	background-position: center;
}

.dividing_line {
	position: relative;
}

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


/*텍스트 입력 박스*/
.bb_table .bb_input {
	width: 100% !important;
	min-width: unset !important;
	text-align: right;
	height: 24px !important;
}

/*정렬*/
.bb_table {
	text-align: left;
}

.bb_table th.t_c+td {
	text-align: center !important;
}

.bb_table th.t_l+td {
	text-align: left !important;
}

.bb_table th.t_r+td {
	text-align: right !important;
}

.bb_table tbody tr td.t_l {
	text-align: left !important;
}

.bb_table tbody tr td.t_c {
	text-align: center !important;
}

.bb_table tbody tr td.t_r {
	text-align: right !important;
}

.t_l {
	text-align: left;
}

.t_c {
	text-align: center;
}

.t_r {
	text-align: right;
}

/*********************** modal *********************/


.bb_modal .ui-widget-header {
	background: #222 !important;
	color: #fff !important;
	font-weight: 500 !important;
	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%;
}

.bb_modal .ui-dialog-titlebar button.ui-dialog-titlebar-close:before {
	display: none;
}

.bb_modal .ui-dialog-content {
	padding: 2.4rem 3.2rem !important;
}

.bb_modal .search_level {
	background: #eef1f5 !important;
}

.bb_modal .bb_sec_search {
	width: 70%;
	margin: 0 auto;
}

.bb_modal .bb_sec_search.bb_label_left label:nth-child(2) {
	width: 80% !important;
	margin-left: 1rem !important;
}

.bb_modal .bb_sec_search .bb_input.search {
	width: 100% !important;
	background: #fff !important;
}

.bb_modal .bb_sec_search .bb_select,
.bb_modal .bb_sec_search .bb_btn {
	height: 3.4rem;
	font-size: 1.2rem;
	box-sizing: border-box;
	border: none;
}

/*파일선택*/
.bb_input_file {
	border-radius: 0.6rem;
	border: 1px solid #4DA7FF;
	color: #0080FF !important;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0.6rem 1.4rem !important;
	background: #FBFDFE;
	margin: 2.4rem auto;
	cursor: pointer;
	font-weight: 500 !important;
}

#fileInput {
	display: none;
}

/*텍스트 요소 : 경고&말풍선 타입*/
.bb_text_wnrn::before,
.bb_text_wnrn1::before,
.bb_text_wnrn2::before,
.bb_text_wnrn1_line::before,
.bb_text_wnrn2_line::before {
	clear: both;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: sub;
	background-size: 18px 18px !important;
}

.bb_text_wnrn::before,
.bb_text_wnrn_sm::before {
	background: url(../images/component/warning.svg) no-repeat center;
}

.bb_text_wnrn1::before,
.bb_text_wnrn1_sm::before {
	background: url(../images/component/error.svg) no-repeat center;
}

.bb_text_wnrn2::before,
.bb_text_wnrn2_sm::before {
	background: url(../images/component/error2.svg) no-repeat center;
}

.bb_text_wnrn1_line::before,
.bb_text_wnrn1_line_sm::before {
	background: url(../images/component/error_line.svg) no-repeat center;
}

.bb_text_wnrn2_line::before,
.bb_text_wnrn2_line_sm::before {
	background: url(../images/component/error_line2.svg) no-repeat center;
}


.bb_text_wnrn,
.bb_text_wnrn1,
.bb_text_wnrn2,
.bb_text_wnrn1_line,
.bb_text_wnrn2_line {
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.6px;
}


.bb_text_wnrn_sm::before,
.bb_text_wnrn1_sm::before,
.bb_text_wnrn2_sm::before,
.bb_text_wnrn1_line_sm::before,
.bb_text_wnrn2_line_sm::before {
	clear: both;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	vertical-align: sub;
	background-size: 16px 16px !important;
}


.bb_text_wnrn_sm,
.bb_text_wnrn1_sm,
.bb_text_wnrn2_sm,
.bb_text_wnrn1_line_sm,
.bb_text_wnrn2_line_sm {
	font-size: 1.4rem;
	font-weight: 500;
	color: #333;
	letter-spacing: -0.6px;
}




/*도움말 / 가이드*/
.bb_sec_help .bb_help_green {
	background: #F9FFFC;
	border: 1px solid #c6e7d7;
	padding: 1.4rem 2rem;
	border-radius: 0.6rem;
	margin-bottom: 1.6rem;
	color: #06bf63;
	font-size: 1.4rem;
	font-weight: 500;
}

.bb_sec_help .bb_help_red {
	background: #fff6f8;
	border: 1px solid #efd2d9;
	padding: 1.4rem 2rem;
	border-radius: 0.6rem;
	margin-bottom: 1.6rem;
	color: #E33D65;
	font-size: 1.4rem;
	font-weight: 500;
}

.bb_sec_help .bb_help_blue {
	background: #EBF5FF;
	border: 1px solid #bcddff;
	padding: 1.4rem 2rem;
	border-radius: 0.6rem;
	margin-bottom: 1.6rem;
	color: #1d8bff;
	font-size: 1.4rem;
	font-weight: 500;
}

.bb_sec_help_text_red {
	font-size: 1.4rem;
	font-weight: 500;
	color: #E33D65;
	margin-left: 4px;
}

.bb_sec_help_text_gray {
	font-size: 1.4rem;
	font-weight: 400;
	color: #707070;
	margin-left: 4px;
}

.bb_sec_help_text_blue {
	font-size: 1.4rem;
	font-weight: 500;
	color: #1d8bff;
	margin-left: 4px;
}

.bb_sec_help_text_block {
	width: 100%;
	display: block;
	margin-left: 0;
}

.bb_sec_help_text_block::before {
	display: inline-block;
	clear: both;
	content: "*";
	vertical-align: middle;
}

/*********************** dialog *********************/
.bb_dialog {
	width: 1020px;
	height: fit-content;
	max-height: 1000px;
	padding: 0;
	border-radius: 1.2rem !important;
	overflow: hidden;
	border: none !important;
}

/*popup 상단*/

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

.bb_dialog .ui-widget-content {
	background: unset;
}

.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-widget-header {
	padding: unset;
}

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

.bb_dialog .ui-dialog-buttonset .bb_btn {
	padding: 0.6rem 2rem;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 0.6rem;
	line-height: normal;
	cursor: pointer;
}

.bb_dialog .ui-dialog-buttonset .bb_btn:has(i.fa-times) {
	color: #E33D65 !important;
	border-color: #ffd9e2 !important;
}

.bb_dialog .ui-dialog-buttonset .bb_btn i::before {
	content: none;
}

.bb_dialog .ui-dialog-buttonset .bb_btn:hover {
	background: unset;
	opacity: 0.8;
}

.bb_dialog .ui-dialog-buttonset {
	gap: 1rem !important;
}

.bb_dialog .ui-dialog-buttonpane {
	padding-bottom: 2rem !important;
}

/* confirm, alert style */
.bb_dialog.ui-dialog-confirm .ui-widget-header,
.bb_dialog.ui-dialog-alert .ui-widget-header {
	background: #222;
	color: #fff !important;
	border: none;
	font-weight: 500;
	padding: 1rem 2rem !important;
	font-size: 1.4rem !important;
	position: unset;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
}

.bb_dialog.ui-dialog-confirm .uu-box-dialog-alert,
.bb_dialog.ui-dialog-alert .uu-box-dialog-alert {
	font-size: 1.4rem;
	color: #545454;
	font-weight: 400;
	text-align: center;
}

.bb_dialog.ui-dialog-confirm .ui-dialog-content,
.bb_dialog.ui-dialog-alert .ui-dialog-content {
	padding: 3rem 1rem 1.2rem !important;
}

.bb_dialog.ui-dialog-confirm .ui-dialog-titlebar button.ui-dialog-titlebar-close:before,
.bb_dialog.ui-dialog-alert .ui-dialog-titlebar button.ui-dialog-titlebar-close:before {
	display: none !important;
}

.bb_dialog.ui-dialog-alert:has(.uu-box-dialog-alert > span) .ui-dialog-buttonset {
	display: none !important;
}

.bb_dialog.ui-dialog-alert span:last-child {
	font-size: 1.2rem !important;
	color: #707070 !important;
	margin-bottom: 2rem !important;
}

@keyframes fadeOutDialog {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

#bb_reset .ui-widget-overlay {
	opacity: 0.7 !important;
}

.bb_dialog.ui-dialog-alert {
	transition: opacity 2s ease-out !important;
}

.bb_dialog.ui-dialog-alert.hidden {
	animation: fadeOutDialog 2s forwards !important;
}

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

.bb_dialog .dialog_inner .wrap {
	border-radius: 1.2rem;
	background: #fff;
	padding: 2rem;
	overflow-y: auto;
	margin-bottom: 0;
}

.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: #666;
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 0.8rem;
}

.bb_bottom_button {
	display: flex;
	justify-content: center;
	gap: 0.8rem;
}



/*박스 스타일*/
.bb_sec_box_st1 {
	border: 1px solid #eaeaea;
	padding: 2.4rem 2.8rem;
}

.bb_sec_box_st1 .inner {
	position: relative;
}

.bb_sec_box_st2 {
	background: url(../images/component/pt_line.png);
	padding: 5px;
}

.bb_sec_box_st2 .inner {
	position: relative;
	background: #fff;
	padding: calc(2.4rem - 5px) calc(2.8rem - 5px);
}

.bb_sec_box_st3 {
	border: 1px dashed #d3d3d3;
	padding: 2.4rem 2.8rem;
	border-radius: 0.8rem;
}

.bb_sec_box_st3 .inner {
	position: relative;
	background: #fff;
}

.bb_sec_box_st4 {
	background: #EBF5FF;
	padding: 2.4rem 2.8rem;
}

.bb_sec_box_st4 .inner {
	position: relative;
}

/* 폰트 컬러 */
.bb_text_red {
	color: #E33D65 !important;
}

.bb_text_blue {
	color: #1d8bff !important;
}

.bb_text_yellow {
	color: #ff9900 !important;
}

.bb_text_green {
	color: #06bf63 !important;
}

.bb_text_pink {
	color: #ff549b !important;
}

.bb_text_navy {
	color: #072eaf !important;
}

.bb_text_black {
	color: #222 !important;
}

.bb_text_gray {
	color: #707070 !important;
}

.bb_text_mint {
	color: #02bbbb !important;
}

/* 폰트 사이즈 */
.bb_text {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 0;
}

.bb_text_s20 {
	font-size: 2rem !important;
}

.bb_text_s18 {
	font-size: 1.8rem !important;
}

.bb_text_s16 {
	font-size: 1.6rem !important;
}

.bb_text_s15 {
	font-size: 1.5rem !important;
}

.bb_text_s14 {
	font-size: 1.4rem !important;
}

/* 폰트 굵기 */
.bb_text_b400 {
	font-weight: 400 !important;
	font-variation-settings: unset !important;
}

.bb_text_b500 {
	font-weight: 500 !important;
	font-variation-settings: unset !important;
}

.bb_text_b600 {
	font-weight: 600 !important;
	font-variation-settings: unset !important;
}

.bb_text_b700 {
	font-weight: 700 !important;
	font-variation-settings: unset !important;
}

.bb_text_b800 {
	font-weight: 800 !important;
	font-variation-settings: unset !important;
}

.bb_text_bold {
	font-weight: bold !important;
	font-variation-settings: unset !important;
}

/*보이기*/
.bb_d_block {
	display: block !important;
}

.bb_d_flex {
	display: flex !important;
}

/* 숨기기 */
.bb_none {
	display: none !important;
}

/* PC에서만 숨김 */
@media (min-width: 1025px) {
  .bb_hide_pc{
    display: none !important;
  }
}

/* 태블릿에서만 숨김 */
@media (min-width: 768px) and (max-width: 1024px) {
  .bb_hide_tablet{
    display: none !important;
  }
}

/* 모바일에서만 숨김 */
@media (max-width: 767px) {
  .bb_hide_mobile {
    display: none !important;
  }
}


/* 마진 - 모든 방향 */
.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

/* 마진 - 위쪽 (Top) */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

/* 마진 - 아래쪽 (Bottom) */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

/* 마진 - 왼쪽 (Start) */
.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

/* 마진 - 오른쪽 (End) */
.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

/* 마진 - 좌우 (X축) */
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.mx-5 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* 마진 - 상하 (Y축) */
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}


/* 패딩 - 모든 방향 */
.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

/* 패딩 - 위쪽 (Top) */
.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

/* 패딩 - 아래쪽 (Bottom) */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

/* 패딩 - 왼쪽 (Start) */
.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

/* 패딩 - 오른쪽 (End) */
.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

/* 패딩 - 좌우 (X축) */
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}

.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.px-5 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

/* 패딩 - 상하 (Y축) */
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

/*공백 높이*/
.h-10 { clear: both; display: block !important; height: 1.0rem; }
.h-12 { clear: both; display: block !important; height: 1.2rem; }
.h-14 { clear: both; display: block !important; height: 1.4rem; }
.h-16 { clear: both; display: block !important; height: 1.6rem; }
.h-18 { clear: both; display: block !important; height: 1.8rem; }
.h-20 { clear: both; display: block !important; height: 2.0rem; }
.h-22 { clear: both; display: block !important; height: 2.2rem; }
.h-24 { clear: both; display: block !important; height: 2.4rem; }
.h-26 { clear: both; display: block !important; height: 2.6rem; }
.h-28 { clear: both; display: block !important; height: 2.8rem; }
.h-30 { clear: both; display: block !important; height: 3.0rem; }
.h-32 { clear: both; display: block !important; height: 3.2rem; }
.h-34 { clear: both; display: block !important; height: 3.4rem; }
.h-36 { clear: both; display: block !important; height: 3.6rem; }
.h-38 { clear: both; display: block !important; height: 3.8rem; }
.h-40 { clear: both; display: block !important; height: 4.0rem; }
.h-42 { clear: both; display: block !important; height: 4.2rem; }
.h-44 { clear: both; display: block !important; height: 4.4rem; }
.h-46 { clear: both; display: block !important; height: 4.6rem; }
.h-48 { clear: both; display: block !important; height: 4.8rem; }
.h-50 { clear: both; display: block !important; height: 5.0rem; }
.h-52 { clear: both; display: block !important; height: 5.2rem; }
.h-54 { clear: both; display: block !important; height: 5.4rem; }
.h-56 { clear: both; display: block !important; height: 5.6rem; }
.h-58 { clear: both; display: block !important; height: 5.8rem; }
.h-60 { clear: both; display: block !important; height: 6.0rem; }
.h-62 { clear: both; display: block !important; height: 6.2rem; }
.h-64 { clear: both; display: block !important; height: 6.4rem; }
.h-66 { clear: both; display: block !important; height: 6.6rem; }
.h-68 { clear: both; display: block !important; height: 6.8rem; }
.h-70 { clear: both; display: block !important; height: 7.0rem; }
.h-72 { clear: both; display: block !important; height: 7.2rem; }
.h-74 { clear: both; display: block !important; height: 7.4rem; }
.h-76 { clear: both; display: block !important; height: 7.6rem; }
.h-78 { clear: both; display: block !important; height: 7.8rem; }
.h-80 { clear: both; display: block !important; height: 8.0rem; }
.h-82 { clear: both; display: block !important; height: 8.2rem; }
.h-84 { clear: both; display: block !important; height: 8.4rem; }
.h-86 { clear: both; display: block !important; height: 8.6rem; }
.h-88 { clear: both; display: block !important; height: 8.8rem; }
.h-90 { clear: both; display: block !important; height: 9.0rem; }
.h-92 { clear: both; display: block !important; height: 9.2rem; }
.h-94 { clear: both; display: block !important; height: 9.4rem; }
.h-96 { clear: both; display: block !important; height: 9.6rem; }
.h-98 { clear: both; display: block !important; height: 9.8rem; }
.h-100 { clear: both; display: block !important; height: 10rem; }


/* ============정렬 =============*/
/*부트스트랩 기준이라 클래스 이름 bb_사용 x*/
/* 텍스트 정렬 */
.text-start   { text-align: left !important; }
.text-center  { text-align: center !important; }
.text-end     { text-align: right !important; }

@media (min-width: 576px) {
  .text-sm-start { text-align: left !important; }
}

@media (min-width: 768px) {
  .text-md-center { text-align: center !important; }
}

@media (min-width: 992px) {
  .text-lg-end { text-align: right !important; }
}

/* Flexbox 디스플레이 */
.d-flex {
  display: flex !important;
}

/* justify-content */
.justify-content-start    { justify-content: flex-start !important; }
.justify-content-center   { justify-content: center !important; }
.justify-content-end      { justify-content: flex-end !important; }
.justify-content-between  { justify-content: space-between !important; }
.justify-content-around   { justify-content: space-around !important; }
.justify-content-evenly   { justify-content: space-evenly !important; }

/* align-items */
.align-items-start   { align-items: flex-start !important; }
.align-items-center  { align-items: center !important; }
.align-items-end     { align-items: flex-end !important; }

/* align-self */
.align-self-start   { align-self: flex-start !important; }
.align-self-center  { align-self: center !important; }
.align-self-end     { align-self: flex-end !important; }

/* 반응형 flex 정렬 */
@media (min-width: 768px) {
  .justify-content-md-center { justify-content: center !important; }
}

@media (min-width: 992px) {
  .align-items-lg-end { align-items: flex-end !important; }
}

/* 수직 정렬 (inline, table-cell 전용) */
.align-baseline      { vertical-align: baseline !important; }
.align-top           { vertical-align: top !important; }
.align-middle        { vertical-align: middle !important; }
.align-bottom        { vertical-align: bottom !important; }
.align-text-top      { vertical-align: text-top !important; }
.align-text-bottom   { vertical-align: text-bottom !important; }


/*요소(블록) 자체 왼쪽/오른쪽 정렬 (margin 사용)*/
.ml-auto { margin-left: auto !important; }   /* 오른쪽 정렬 */
.mr-auto { margin-right: auto !important; }  /* 왼쪽 정렬 */
.mx-auto { margin-left: auto !important; margin-right: auto !important; } /* 가운데 정렬 */

/*Flexbox에서 정렬*/
/* Flex 컨테이너 안에서 왼쪽/오른쪽 배치 */
.justify-content-start  { justify-content: flex-start !important; }  /* 왼쪽 정렬 */
.justify-content-end    { justify-content: flex-end !important; }    /* 오른쪽 정렬 */
.justify-content-center { justify-content: center !important; }      /* 가운데 정렬 */


/* Loading */
.blockUI.blockMsg.blockPage {
	width: 16% !important;
	left: 40% !important;
}

.blockUI.blockMsg.blockPage .uu-overlay {
	padding: 4rem !important;
	border-radius: 5px !important;
	background: rgba(255, 255, 255, 0.8) !important;

	font-size: 1.3rem;
}

body:has(.eureca_main) .blockUI.blockMsg.blockPage .uu-overlay {
	background: transparent !important;
}

.blockUI.blockMsg.blockPage .uu-overlay .uu-overlay__time {
	display: none !important;
}

.uu-overlay .uu-overlay__box {
	display: none !important;
}

/* 이중 로더 방지 - 그리드상에 로더 돌고 있는 경우 외부 로딩 보이지 않기 */
body:has(.aui-ajax-loader-showing) .blockUI.blockMsg.blockPage {
	display: none;
}