@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions {
	border: 1px solid #ccc;
	max-height: 150px;
	overflow-y: auto;
	position: relative;
	/* 	position: absolute;  */
	background-color: white;
	z-index: 1000;
	width: calc(100% - 22px);
}


/* 프로젝트 관리 */
.regi_btn a {
	align-items: center;
	justify-content: center;
	gap: 5px;
	border-radius: 6px;
	background: #161614;
	padding: 8px 22px;
}

.regi_btn a p {
	color: #FFF;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1px;
}

.section_tit.flex {
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}

.search_input_box {
	width: 100%;
	position: relative;
	border-radius: 6px;
	background: #E8E8EB;
	padding: 0 10px 0 36px;
	height: 50px;
}

.search_input_box input {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	background-color: unset;
}

.search_input_box input::placeholder {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.search_input_box img {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

.section_bar {
	background: #DEDEDE;
	height: 1px;
	width: 100%;
	margin: 20px 0;
}

.select_group_tit {
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.select_icon_box {
	align-items: center;
	gap: 5px;
	color: #1E1E1E;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.select_icon_box input {
	appearance: none !important;
	outline: unset !important;
	border: unset !important;
	margin: unset !important;
	padding: unset !important;
	width: 18px !important;
	height: 18px !important;
	aspect-ratio: 1 / 1;
	background: url('/img/check_icon_gray.png') no-repeat center / cover;
}

.select_icon_box input:checked {
	background: url('/img/checked_icon.png') no-repeat center / cover;
}

.select_icon_box.white input {
	background: url('/img/check_icon.png') no-repeat center / cover;
}

.select_icon_box.white input:checked {
	background: url('/img/checked_icon.png') no-repeat center / cover;
}


.del_btn {
	outline: unset;
	border-radius: 6px;
	border: 1px solid #DEDEDE;
	padding: 5px 10px;
	align-items: center;
	justify-content: center;
	gap: 5px;

	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.column {
	flex-direction: column;
}

.select_group_list {
	width: 100%;
	gap: 10px;
	flex-direction: column;
}

.select_group_list li {
	width: 100%;
	border-radius: 12px;
	background: #FFF;
	padding: 15px 20px;
	gap: 20px;
	cursor: pointer;

	align-items: center;
}

.select_group_list .location_date_box {
	align-items: unset;
	gap: 5px;
}

.text_over_01 {
	overflow: hidden !important;
	white-space: normal !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient:
		vertical !important;
	word-break: break-word;
}

.check_box_side {
	width: 18px;
}

.check_box_side.flex {
	width: calc(100% - 38px);
}

.location_icon_box img {
	width: 11px;
}

.location_icon_box p {
	width: calc(100% - 16px);
	overflow: hidden !important;
	white-space: normal !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient:
		vertical !important;
	word-break: break-word;
}

/* 프로젝트 등록 */
.input_box_group {
	gap: 20px;
}

.input_box_group label {
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.input_box_group label input {
	width: 100%;
	border-radius: 6px;
	background: #E8E8EB;
	padding: 0 10px;
	height: 50px;
	border: 0;
	outline: 0;
}

.input_box_group label input[type=file] {
	height: unset;
	padding: 6px 10px;
}

.input_box_group label textarea {
	border-radius: 6px;
	background: #E8E8EB;
	padding: 10px;
	min-height: 120px;
	outline: 0;
	border: 0;
}

.submit_btn_group {
	align-items: stretch;
	gap: 10px;
}

.submit_btn_group button {
	width: calc(50% - 5px);
	padding: 15px 20px;
	border: 0;
	color: #888;
	/* font-family: Pretendard; */
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

button.cancel {
	border-radius: 6px;
	background: #DEDEDE;
}

button.submit {
	border-radius: 6px;
	background: #363636;
	color: #FFF;
	height: 60px;

	color: #FFF;
	/* font-family: Pretendard; */
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


/* tbm */
.damdang {
	align-items: center;
	gap: 5px;
	width: 100%;
}

.white {
	color: #fff !important;
}

.tbm_badge {
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #DEDEDE;
	height: 30px;
	padding: 0 20px;
}

.input_box_group select {
	border-radius: 6px;
	background: #E8E8EB;
	padding: 0 10px;
	height: 50px;
	border: 0;
	outline: 0;

	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.badge_group {
	align-items: center;
	gap: 5px;
}

.input_box_group label input::placeholder,
.input_box_group label textarea::placeholder {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.tbm_badge.complete {
	background: #E4FF18;

}


/*  .tbm_badge.complete .white {
	color: #000 !important;
} */

.tbm_badge.incomplete {
	border-radius: 6px;
	background: #F4F3F2;
}

.tbm_badge.incomplete .white {
	color: #666 !important;
}

.input_box_group label input.nowrite,
.input_box_group label textarea.nowrite {
	background: unset;
	color: #888;
}

.complete_check_box {
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.60);
	
	background: #D7FF01;
	height: 48px;
	padding: 0 20px;
	gap: 12px;
	align-items: center;
	cursor: pointer;
	color: #000;
	/* font-family: Pretendard; */
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px;
	/* 150% */
}

.complete_check_box input {
	appearance: none !important;
	outline: unset !important;
	border: unset !important;
	margin: unset !important;
	padding: unset !important;
	width: 18px !important;
	height: 18px !important;
	aspect-ratio: 1 / 1;
	background: url('/img/check_icon.png') no-repeat center / cover;
}

.complete_check_box input:checked {
	background: url('/img/checked_icon.png') no-repeat center / cover;
}

.selected_box_list {
	gap: 10px;
}


/* 차량등록 */
.select_project {
	border-radius: 12px;
	background: linear-gradient(180deg, #EEEDEC 0%, #E6E5E4 100%);
	padding: 15px 20px;
	gap: 10px;
}

.select_project .select_badge {
	width: fit-content;
}

.select_group_list li.mt10:first-child {
	margin-top: unset !important;
}

.wait_badge_box {
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.wait_badge {
	color: #666;
	/* font-family: Pretendard; */
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	background: #F4F3F2;
	padding: 0 15px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.relative {
	position: relative;
}

/* 체크리스트 */
.right_arrow_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.check_list_white_box {
	width: 100%;
	overflow: hidden;
}

.check_list_white_box ul {
	gap: 5px;
	align-items: stretch;
	max-width: calc(100% - 60px);
	width: 100%;
	flex-wrap: wrap;
}

.check_list_white_box ul li {
	color: #666;
	/* font-family: Pretendard; */
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	background: #F4F3F2;
	padding: 0 15px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section_tit.top_arrow {
	cursor: pointer;
}

.toggle_content {
	overflow: hidden;
	max-height: 9999px;
	transition: max-height 0.2s ease;
}


.toggle_inner {
	padding: 0;
}


.toggle_wrap.closed .toggle_content {
	max-height: 0;
}


.toggle_btn img {
	transition: transform 0.2s ease;
}

.toggle_wrap.closed .toggle_btn img {
	transform: rotate(180deg);
}


.status_select_box {
	padding: 15px 20px;
	border-radius: 12px;
	background: #FFF;
}

.status_badge {
	border-radius: 6px;
	background: #F4F3F2;
	height: 20px;
	padding: 0 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.status_select_list {
	width: 100%;
}

.status_select_list ul {
	align-items: stretch;
	gap: 5px;

}

.status_select_list ul li {
	border-radius: 6px;
	background: #E6E5E4;
	align-items: center;
	justify-content: center;
	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px 20px;
	cursor: pointer;
}

.status_select_list ul li.active {
	background: #1D1D19;
	color: #FFF;
}

.status_select_box textarea {
	border-radius: 6px;
	background: #EEEDEC;
	height: 68px;
	padding: 10px;
	width: 100%;
	outline: 0;
	border: 0;
}

.gap20 {
	gap: 20px;
}

.gap10 {
	gap: 10px;
}

.submit.flex {
	align-items: center;
	justify-content: center;
	gap: 10px;
}


/* login */
.new_login_wrapper {
	padding: 40px 20px;
	margin: unset;
	background: unset;
}

.saver_black_logo {
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: #1D1D19;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	height: fit-content;
	width: 240px;
	margin: 0 auto;
}

.w_100 {
	width: 100%;
}

.black_logo_box {
	justify-content: center;
	align-items: center;
}

.login_label_tit01 {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.login_input_form_box01 {
	height: 50px;
	width: 100%;
	border-radius: 6px;
	background: #E8E8EB;
	padding: 0 10px;
	position: relative;
}

.login_input_form_box01 input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: unset;
	padding: unset;
	outline: unset;
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
}

.login_input_form_box01 input::placeholder {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.id_save_box input {
	width: 18px !important;
	height: 18px !important;
	aspect-ratio: 1/1;
}

.id_save_box {
	gap: 5px;

	color: #1E1E1E;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a.login_chk_btn01,
.login_chk_btn01 {
	border-radius: 6px;
	background: #363636;

	width: 100%;
	padding: 0 20px;
	height: 60px;
	border: 0;
	color: #fff;
	/* font-family: Pretendard; */
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.login_ment01 {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a.sign_up_ment {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.login_find_box01 a {
	color: #666;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.id_img_box {
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
}

.id_camera {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 10;
}

.login_input_form_box01 .gray_select {
	border-radius: 6px;
	background: #EEEDEC;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;

	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.login_label_tit01.key::after {
	color: #000;
}

.txt_btn {
	margin-top: 10px;
	text-align: end;
	display: block;
}

.txt_btn p {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.login_chk_btn01.incomplete {
	border-radius: 6px;
	background: #E6E5E4;
	color: #888;
	cursor: default;
	pointer-events: none;
}


/* 영상교육목록 */
.program_search_box01 {
	border-radius: 6px;
	background: #EEEDEC;
	height: 40px;

	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.recruitment_table01 .noticeListFlexBox {
	border-top: unset;
	padding: 10px;
	border-radius: 12px;
	background: #FFF;
	margin-bottom: 20px;
}

.recruitment_table01 .noticeListFlexBox:last-child {
	margin-bottom: unset;
}

.recruitment_table01 {
	border-bottom: 0;
}

.recruitment_table01 .noticeListFlexBox .notice_img_box {
	margin-right: unset;
	aspect-ratio: 16/9;
	width: 160px;
	border-radius: 4px;
	overflow: hidden;
}

.recruitment_table01 .box .tit {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.text_over_02 {
	overflow: hidden !important;
	white-space: normal !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient:
		vertical !important;
	word-break: break-word;
}

.recruitment_table01 .box .date_box.black {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gap5 {
	gap: 5px;
}

.recruitment_table01.change_box01 .noticeListFlexBox {
	gap: 10px;
	align-items: flex-start;
}

.recruitment_table01 .box {
	min-height: unset;
}

.recruitment_table01 .noticeListFlexBox .date_box {
	margin-top: 5px;
}

.recruitment_table01 .box .tit {
	padding-right: unset;
}

.recruitment_table01 .noticeListFlexBox .noice_board_alt_box {
	width: calc(100% - 170px);
}


.recruitment_detail_top_box .recruitment_tit {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 150% */
}

.recruitment_detail_top_box .recruitment_alt,
.writer_box {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
}

.recruitment_detail_top_box {
	border-bottom: 1px solid #DEDEDE;
	padding-top: 10px;
	padding-bottom: 20px;
}

.ejun_daum_box .pag_yo {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ejun_daum_box .pag_bt a {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	/* 15.6px */
}

.mok_rok_btn .btn {
	margin-left: unset;
	width: 100%;
	height: 45px;
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(238, 237, 236, 0.80) 0%, #E6E5E4 100%);
	border: 0;

	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ejun_daum_box {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}


.ejun_daum_box .pag_bt a {
	gap: 20px;
	padding: 20px 0;
}

/* 20251118 추가 */
.badge_tab_btn {
	align-items: center;
	gap: 8px;
}

.badge_tab_btn .tbm_badge {
	cursor: pointer;
	border-radius: 24px;
	border: 1px solid #DEDEDE;

	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: unset;

	height: 39px;

}

.badge_tab_btn .tbm_badge p {
	color: #888;
}

/* .tbm_badge.all {
	background: white;
} */

/* .tbm_badge.all p {
	color: #222 !important;
} */

.badge_tab_btn .tbm_badge.on {
	/* border: 1px solid #CEE139; */
	border-radius: 24px;
	background: #161614;
	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}

.badge_tab_btn .tbm_badge.on p {
	color: #FFF;
}

.readEdit {
	width: 100%;
	padding: unset;
}

.readEdit iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
}

.readEdit iframe:last-child {
	margin-bottom: unset;
}


/* 20251120 추가 */
.document_flex_box {
	width: calc(100% - 38px);
	gap: 20px;
}

.document_icon_box {
	width: 40px;
}

.document_flex_box .check_box_side.flex {
	width: calc(100% - 60px);
}

.file_sel_box {
	border-radius: 6px;
	border: 1px solid #DEDEDE;
	background: #EEEDEC;
	height: 45px;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}

.file_sel_box p {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.caution_p {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/* 20251126 추가 */
.qr_wrapper {
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.10);
	padding: 20px;
}

.qr_img_box {
	border-radius: 12px;
	background: linear-gradient(180deg, #EEEDEC 0%, #E6E5E4 100%);
	width: 295px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qr_img_box img {
	width: 60px;
	aspect-ratio: 1 / 1;
}


/* 20251127 추가 */
/* mypage */
.gap8 {
	gap: 8px;
}

.gap16 {
	gap: 16px;
}

.h150 {
	line-height: 150%;
}

.mt8 {
	margin-top: 8px;
}

.mypage_menu_list ul li {
	background: #F4F3F2;
	border-radius: 12px;
	display: flex;
	align-items: center;
	background: #FFF;
}

.mypage_menu_list ul li a {
	align-items: center;
	gap: 12px;
	padding: 0 20px;
	height: 90px;
	border-radius: 12px;
	width: 100%;
}

.mypage_menu_list ul li .mypage_icon {
	width: 50px;
	aspect-ratio: 1 / 1;
}

.mypage_menu_list ul li.last {
	border: 1px solid #FFC9C9;
	height: 83px;
}

.mypage_menu_list ul li.last p {
	color: #FB2C36;
}

.mypage_menu_list .link_arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
}

.p_20 {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 150% */
}

.human_img_box {
	background: #1D1D19;
	border-radius: 50%;
	width: 80px;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
}

.mt4 {
	margin-top: 4px;
}

.c_666 {
	color: #666;
}

.mypage_info_box {
	align-items: center;
}

.human_img_box img {
	width: 43px;
	height: 43px;
	flex-shrink: 0;
}

.mypage_link_box ul {
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.mypage_link_box ul li a {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.mypage_link_box ul li a.logout_link {
	color: #000;
}

.gap10 {
	gap: 10px;
}

.p_16 {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

/* 20251201 추가 */


.input_wrap .input_tit {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.toggle_box {
	display: flex;
	gap: 10px;
	align-items: stretch;
}

.toggle_option input {
	display: none;
}

.toggle_btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0 20px;
	height: 50px;
	border-radius: 6px;
	background: #E6E5E4;
	cursor: pointer;
	transition: .2s;
	justify-content: center;

	color: #888;
	/* font-family: Pretendard; */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.daily_img_con_box img {
	border-radius: 12px;

}


.accident_option label.toggle_option {
	flex: 1 1 50%;
}

.toggle_option input:checked+.toggle_btn {
	background: #1D1D19;
	color: #fff;
}

.toggle_option input:checked+.toggle_btn img {
	filter: invert(0);
}

.toggle_btn img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	filter: invert(1);
}

.input_desc {
	margin-top: 8px;
	font-size: 13px;
	color: #999;
}


/* 20251204 추가 */
.maintenance_info_wrapper {
	border-radius: 12px;
	background: linear-gradient(180deg, #EEEDEC 0%, #E6E5E4 100%);
	padding: 20px;
}

.main_con_tit {
	width: 68px;
}

.main_con_con {
	width: calc(100% - 88px);
	overflow: hidden !important;
	white-space: normal !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient:
		vertical !important;
	word-break: break-word;
}

.black_tit {
	border-radius: 6px;
	background: #1D1D19;
	height: 50px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.check_result_list_box ul li {
	border-radius: 12px;
	background: #FFF;
	padding: 0 20px;
	height: 62px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.check_result_list_box ul li p {
	width: calc(100% - 48px);
}

.list_status_badge {
	border-radius: 6px;
	background: #DCFCE7;
	padding: 0 10px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #008236;
	/* font-family: Pretendard; */
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 38px;
}


.status_select_box .new_input {
	border-radius: 6px;
	background: #EEEDEC;
	padding: 0 12px;
	height: 40px;
	width: 100%;
	outline: 0;
	border: 0;
}

.new_login_wrapper.inside_login_wrapper {
	border-radius: 12px;
	background: #FFF;
}

.inside_con_wrapper {
	padding: 40px 20px 0 20px;
}

.inside_con_wrapper .login_label_tit01 {
	color: #888;
}


/* 20251205 추가 */
.idCheck_wrap #mpop,
.idCheck_wrap #mpop form,
.idCheck_wrap #mpop form #popcheck {
	height: 100%;
}

.idCheck_wrap #mpop form #popcheck {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.idCheck_wrap .conBox dd input[type=submit] {
	color: #222 !important;
}

.bgBox dl.conBox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98%;
	max-width: 98%;
	margin: 0 auto;
}

#mpop .bgBox {
	width: 100%;
	max-width: 100%;
}

.idCheck_wrap {
	max-width: 100%;
}

.conBox .popcheckBtn {
	width: 90px;
	/* width: 100%; */
}

.conBox dd:first-child input {
	width: 200px;
	/* width: 100%; */
}

.id_check_btn_custom p {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.id_check_btn_custom {
	margin-left: auto;
}


/* 20251217 추가 */
.selected_box.result_list_custom {
	flex-direction: unset;
}

.result_list_custom .selected_tit.flex p,
.result_list_custom .check_list_white_box,
.result_list_custom .selected_tit {
	width: fit-content;
}

.selected_box.result_list_custom {
	justify-content: space-between;
}

.result_list_custom .check_list_white_box ul {
	max-width: unset;
}

.detail_info_item.attachment_box {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 30px;
}


/* 20260105 추가 */
.selected_box.flex p.p_14 {
	color: #000;
	/* font-family: Pretendard; */
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.selected_box.flex .select_badge {
	padding: 0 18px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;

	color: #888;
	/* font-family: Pretendard; */
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.selected_tit.flex p {
	width: calc(100% - 72px - 30px);
}

.location_date_box {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.selected_box.flex p.p_10 {
	color: #888;
	/* font-family: Pretendard; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}