@charset "UTF-8";

@import url(./fonts.css);

@import url(./reset.css);

@import url(./layout.css);

/*로그인 페이지*/
.login_wrap {
	width: 100%;
	height: 100%;
	background-color: var(--bg01);
}

.login_form_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.login_box {
	width: 540px;
	height: auto;
	padding: 50px;
	box-shadow: 7px 30px 60px rgba(0, 0, 0, 0.09);
	border-radius: 20px;
	background-color: #ffffff;
}

.login_logo {
	width: 165px;
}

.login_form {
	width: 100%;
}

.login_fieledset {
	padding: 0;
	outline: none;
	border: none;
}

.login_box .inputbox {
	position: relative;
}

.login_box .inputbox .input_txt {
	padding: 0 44px;
	border: none;
	border-bottom: 2px solid #e3e3e3;
}

.login_box .inputbox .input_txt:focus-visible {
	border-bottom: 2px solid var(--main02);
	outline: none;
}

.icobox {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.btn_pw_show {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

[class^="ico_login"] {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.ico_login_id {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon/ico_login_id.png);
}

.ico_login_pw {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon/ico_login_pw.png);
}

.ico_login_pwShow {
	width: 24px;
	height: 24px;
	background-image: url(../img/icon/ico_login_pwShow.png);
}

.btn_pw_show.on .ico_login_pwShow {
	background-image: url(../img/icon/ico_login_pwShowNone.png);
}

.trash {
	width: 150px;
}
/*로그인 페이지 (e)*/

/*콘텐츠영역(s)*/
.contents {
	position: relative;
	padding-left: 240px;
	box-sizing: border-box;
}

.page-contents {
	padding: 0 30px;
	min-width: 1040px;
}

.page-list {
	min-width: 1630px;
	/* y-축스크롤너비 포함 */
}

.breadcrumbs {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.breadcrumbs span {
	font-size: 14px;
	font-weight: 400;
}

.breadcrumbs span+span {
	margin-left: 20px;
	position: relative;
}

.breadcrumbs span+span:after {
	content: "";
	width: 5px;
	height: 10px;
	background: url(../img/icon/breadcrumbs_arrow.svg) no-repeat center/contain;
	display: block;
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.btn_search {
	position: relative;
}

.btn_search:after {
	content: "";
	width: 2px;
	height: 30px;
	background-color: #eee;
	position: absolute;
	left: -15px;
}

.ico_search {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background: url(../img/icon/ico_search.png) no-repeat center/contain;
}

/*주문관리*/
.ico_excel {
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: url(../img/icon/ico_download_black.svg) no-repeat center/contain;
}

.btn_bd_main02 .ico_excel {
	background: url(../img/icon/ico_download_main02.svg) no-repeat center/contain;
}

[class^="pay_"] {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.pay_paid {
	border: 1px solid #b1b2b5;
}

.pay_yet {
	background-color: var(--main04);
	color: #fff;
}

/* 상단고정 Pin */
.pin {
	margin-right: 5px;
	width: 16px;
}

.pin img {
	width: 16px;
	height: 16px;
}

/* 첨부파일 Clip */
.clip {
	width: 16px;
}

.clip img {
	width: 16px;
	height: 16px;
}

/* 모달 팝업 */
.modal_wrap {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 3;
}

.inputbox.ipt_box .table_insertTxtarea {
	width: 100%;
	height: 85px;
	color: #222222;
	font-size: 1.08rem;
	line-height: 1.4;
	background-color: #f5fcff;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 10px;
	overflow-y: auto;
	resize: none;
}

/* 만든거 수정 */
.btnBox {
	margin: 15px 0px 15px 0px;
}

/* 등록, 수정 Input 크기 지정 */
.board_content {
	height: 59px;
}

.one_row {
	border-right: 1px solid #e4e4e4;
}

.height_85 {
	height: 85px;
}

/* 유관기관 연락처 filebox */
.filebox {
	
}

.filebox .upload_hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.filebox .upload_name {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: calc(100% - 60px);
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.filebox .upload_res {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.filebox .orglong_upload_res {
	width: 60%;
	top: 15px;
	display: inline-block;
	margin-bottom: 50px;
}

.board_list_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 조직도 트리(s) */
.col-2 {
	display: flex;
	gap: 0 20px;
}

.col-2-box {
	flex-shrink: 0;
	width: calc(50% - 10px);
}

.org_top {
	min-height: 43px;
}

.org_boxshadow {
	padding: 10px;
	border-radius: 15px;
	box-shadow: 1px 1px 7px 2px rgb(0 0 0/ 0.1);
}

.org_boxshadow .org_scroll {
	height: calc(100vh - 360px);
	overflow-y: auto;
	border-top: none;
	border-bottom: none;
}

.org_boxshadow .org_scroll::-webkit-scrollbar {
	width: 10px;
	border-radius: 10px;
}

.org_boxshadow .org_scroll::-webkit-scrollbar-thumb {
	background-color: var(--main03);
	border-radius: 10px;
}

.org_boxshadow .org_scroll::-webkit-scrollbar-track {
	background-color: var(--scrollT);
}

[class^="treeList"] li div {
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #e2e4e5;
	font-weight: 500;
}

[class^="treeList"] li .rightbox, [class^="treeList"] li .rightbox div {
	padding: 0;
	border: none;
}

[class^="treeList"] li .rightbox .input_txt {
	width: 80px;
}

[class^="treeList"] li .rightbox button {
	flex-shrink: 0;
}

[class^="treeList"] li div a {
	width: calc(100% - 200px);
	margin-top: 4px;
}

.tree_btn.cn_solo i {
	background: none !important;
	width: 10px;
}

.tree_btn i {
	flex-shrink: 0;
	margin-right: 7px;
	width: 27px;
	height: 27px;
	display: inline-block;
	cursor: pointer;
}

.tree_btn i {
	background: url("../img/icon/btn_spread.svg") no-repeat center/cover;
}
/* .tree_btn.cn_solo i { */
/*     background: url("../img/icon/btn_solo_.svg") no-repeat center/ cover; */
/* } */
.tree_btn.on i {
	background: url("../img/icon/btn_pinch.svg") no-repeat center/cover;
}

.treeList01>li:first-child>div:first-child {
	border-top: none;
}

.treeList01>li>div {
	padding-left: 10px;
}

.treeList01 {
	border-top: 2px solid var(--black);
	/* border-bottom: 1px solid var(--black); */
}

.treeList02>li>div {
	padding-left: 25px !important;
}

.treeList03>li>div {
	padding-left: 40px !important;
}

.treeList04>li>div {
	padding-left: 55px !important;
}

.treeList05>li>div {
	padding-left: 70px !important;
}

.tree_depth {
	display: none;
}

.tree_disabled i {
	flex-shrink: 0;
	margin-right: 7px;
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url("../img/icon/btn_spread_disabled.svg") no-repeat center/cover;
}

.no_data {
	font-size: 17px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	color: #333;
	display: block !important;
}

.ico_org {
	width: 36px;
}

.org_deprmt {
	font-size: 20px;
}
/* 조직도 트리(e) */

/* 조직도 직원 상세(s)*/
.profileBox {
	border-top: solid 2px var(--black);
	border-bottom: solid 1px var(--black);
}

.profileBox>li {
	position: relative;
}

.profileBox>li+li {
	/* border-top: solid 1px var(--black); */
	border-top: solid 1px #e2e4e5;
}

.profile_card {
	padding: 15px 48px 15px 10px;
	display: flex;
}

.profile_card .inputbox {
	position: absolute;
	width: 80px;
	right: 50px;
}

.profile_img {
	margin-right: 15px;
	width: 60px;
	height: 80px;
	overflow: hidden;
	flex-shrink: 0;
}

.imgbox img {
	display: block;
	width: 100%;
}

.profile_img img {
	height: 100%;
	object-fit: cover;
	display: block;
	width: 100%;
}

.profile_conts {
	width: calc(100% - 75px);
	line-height: 1.8;
}

.profile_conts.order {
	padding-right: 100px;
}

.profileName strong {
	font-size: 18px;
}

.profileName span {
	margin-left: 10px;
	font-size: 16px;
	color: #7a7a7a;
	font-weight: 500;
}

.profile_call {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 500;
}

.department {
	font-size: 15px;
	font-weight: 500;
	color: var(--black);
	line-height: 1.3;
}

.profile_btn {
	position: absolute;
	right: 10px;
}

.profile_btn i {
	display: block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/icon/ico_round_bottom.svg");
}

.profile_btn.on i {
	background-image: url("../img/icon/ico_round_top.svg");
}

.profile_detailBox {
	display: none;
	padding: 10px;
}

.profile_detail li+li {
	margin-top: 5px;
}

.profile_detail a {
	font-size: 16px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}

.profile_detail a+a {
	margin-left: 32px;
	position: relative;
}

.profile_detail a+a::before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #e9e9e9;
	position: absolute;
	top: 50%;
	left: -17px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

[class^="ico_profile_"] {
	margin-right: 7px;
	width: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.ico_profile_phone {
	height: 13px;
	background-image: url("../img/icon/ico_profile_phone.svg");
}

.ico_profile_mobile {
	height: 14px;
	background-image: url("../img/icon/ico_profile_mobile.svg");
}

.ico_profile_mail {
	height: 10px;
	background-image: url("../img/icon/ico_profile_mail.svg");
}

.profile_position {
	font-size: 16px;
	font-weight: 500;
	color: var(--main02);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 조직도 직원 상세(e)*/

/* 조직도 팝업(s)*/
.layer_pop [class^="treeList"] li div a {
	width: calc(100% - 20px);
}

.layer_pop .org_boxshadow .org_scroll {
	height: calc(100vh - 520px);
	/* min-height: calc(100vh - 520px); */
}

.layer_pop .org_boxshadow .orgList02.org_scroll {
	height: 150px;
}

.profileBox.profile_chkList>li {
	display: flex;
}

.profileBox.profile_chkList .inputbox {
	margin-top: 15px;
	align-items: flex-start;
}

.profileBox.profile_chkList .cardbox {
	flex-shrink: 0;
	width: calc(100% - 34px);
	margin-left: 0;
}

.profile_chkList .inputbox .input_label {
	display: flex;
	align-items: center;
	margin-right: 0;
}

.orgList02 li {
	padding: 10px 100px 10px 10px;
	position: relative;
}

.orgList02 li:not (:first-child ){
	border-top: 1px solid #e2e4e5;
}

.orgList02 li span, .orgList02 li strong {
	vertical-align: middle;
}

.btn_listDel {
	height: 30px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
/* 조직도 팝업(e)*/
.qr_pop {
	display: flex;
	justify-content: center;
}

.obj_center {
	display: flex;
	justify-content: center;
}

/* 동의 팝업(s) */
.bd_graybox {
	border: solid 1px #eee;
	border-radius: 8px;
}

.bd_graybox .subTit {
	padding: 10px 20px;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	background-color: #f1f1f1;
}

.bd_graybox_conts {
	padding: 20px;
	height: 220px;
	overflow-y: auto;
}

.bd_graybox_conts+.inputbox {
	padding: 10px 20px;
	border-top: solid 1px #eee;
}
/* 동의 팝업(e) */
.groupTypeList {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.group_ico>img {
	flex-shrink: 0;
	margin-right: 7px;
	width: 35px;
	height: 35px;
	display: inline-block;
}

/* 알림방 라벨 수정 */
.memList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.memList .right {
	display: flex;
	align-items: center;
}

.st_label {
	width: 60px;
	text-align: center;
	padding: 2px 0;
	border: solid 1px #eee;
	border-radius: 50px;
	background-color: #fff;
}

.st_label.blue {
	color: #0068ff;
	border-color: #0068ff;
}

.st_label.red {
	color: #ff6060;
	border-color: #ff6060;
}

.st_label.green {
	color: #1ABC7C;
	border-color: #1ABC7C;
}

.st_label+span {
	margin-left: 5px;
}
/* 조직도 부서 선택시 선택 배경 */
.dept_choice {
	background-color: #e9f8ff;
}

/* 구내식당 상세 */
.rstrntIconList {
	display: flex;
	gap: 0 30px;
}

.rstrntIconList .imgbox {
	margin: 0;
}

.rstrntIconList [class*="rstrnt_icon"] {
	width: 40px;
	height: 40px;
	margin-right: 0;
	position: relative;
	overflow: hidden;
	border-radius: 16.5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.rstrnt_icon01 {
	background-image: url(../img/icon/ico_rstrnt01.svg);
}

.rstrnt_icon02 {
	background-image: url(../img/icon/ico_rstrnt02.svg);
}

.rstrnt_icon03 {
	background-image: url(../img/icon/ico_rstrnt03.svg);
}

.rstrnt_icon04 {
	background-image: url(../img/icon/ico_rstrnt04.svg);
}

.rstrnt_icon05 {
	background-image: url(../img/icon/ico_rstrnt05.svg);
}

.rstrnt_iconNone {
	background-image: url(../img/icon/ico_rstrntNone.svg);
}

.btn_rstrntIcon.active:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #03030380 url(../img/icon/ico_select_white.svg) no-repeat
		center/14px 10px;
}
/* 능동적 버튼리스트 */
.activeBtnList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.activeBtnList li {
	padding: 8px 42px 8px 14px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: solid 1px #ddd;
	position: relative;
}

.activeBtnList span {
	font-size: 14px;
}

.btn_actDel {
	width: 20px;
	height: 20px;
	background: #fff url(../img/icon/delete.svg) center/10px 10px no-repeat;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: solid 1px #ddd;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
/* 당직점검 결과 상세 사진슬라이드 */
.dj_slider {
	width: 100%;
	padding-bottom: 30px !important;
}

.dj_slider .swiper-slide {
	padding: 0px 40px;
}

.dj_slider .swiper-slide .imgbox {
	padding: 10px;
	height: 240px;
	border: solid 1px var(--main03);
	border-radius: 10px;
}

.dj_slider .swiper-slide .imgbox img {
	display: block;
	height: 100%;
	margin: auto;
	object-fit: contain;
}

.dj_slider .swiper-horizontal>.swiper-pagination-bullets, .dj_slider .swiper-pagination-bullets.swiper-pagination-horizontal
	{
	bottom: 0px !important;
}

.dj_slider .swiper-button-next, .dj_slider .swiper-rtl .swiper-button-prev,
	.dj_slider .swiper-button-prev, .dj_slider .swiper-rtl .swiper-button-next
	{
	top: calc(50% - 16px);
}

.dj_slider .swiper-button-next:after, .dj_slider .swiper-button-prev:after
	{
	font-size: 32px;
}

/* 조직도 사용자(s) */
.admOrgUserWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}

.admOrgUserList {
	display: flex;
	align-items: center;
	gap: 0 30px;
	background-color: #f6f6f6;
	border-radius: 50px;
	padding: 10px 40px;
}

.admOrgUserList li {
	display: flex;
	align-items: center;
}

.admOrg_tit {
	margin-right: 6px;
	font-size: 16px;
}

.admOrg_conts {
	font-size: 16px;
	color: #888;
}

.admOrg_conts strong {
	color: var(--main02);
	letter-spacing: 0;
}

[class^="ico_admOrg"] {
	margin-right: 6px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ico_admOrg_mem {
	width: 23px;
	height: 16px;
	background-image: url(../img/icon/ico_admOrg_mem.svg);
}

.ico_admOrg_con {
	width: 18px;
	height: 16px;
	background-image: url(../img/icon/ico_admOrg_con.svg);
}

.ico_admOrg_ret {
	width: 20px;
	height: 17px;
	background-image: url(../img/icon/ico_admOrg_ret.svg);
}
/* 조직도 사용자(e) */

/* 설문 관리자 (s) */
.end_survey_q {
	height: 65px;
}

/* 설문 관리자 (e) */

/* 조직도 관리 - 통합관리 (엑셀) (s) */
.excel-dropdown {
	display: inline-block;
	position: relative; /* 자식 요소의 absolute 위치 기준 */
}

.excel-dropdown-menu {
	display: none; /* 기본 숨김 */
	position: absolute;
	top: calc(100% + 10px); /* 부모 요소 바로 아래 */
	right: 0; /* 부모 요소의 오른쪽 끝에 정렬 */
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 10; /* 다른 요소 위에 표시 */
	min-width: 150px; /* 메뉴의 최소 너비 설정 */
}

.excel-dropdown-menu:before {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #ccc;
	background-color: #fff;
	position: absolute;
	top: -6px;
	right: 30px;
	transform: rotate(45deg);
}

.excel-dropdown-menu button {
	display: block; /* 버튼을 세로로 정렬 */
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 8px 12px;
	border: none;
	background: none;
	border: none;
}

.excel-dropdown-menu button:hover {
	background-color: #f2f2f2; /* 호버 효과 */
}

.excel-dropdown-menu button+button {
	border-top: solid 1px #eee;
}
/* 조직도 관리 - 통합관리 (엑셀) (e) */

/** QR코드 css 신규 추가 **/

/* ===== 교육/회의 관리 (smartAttendance) ===== */

/* 구분 배지 */
.sa_type_badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
.sa_type_edu     { background-color: #e8f1ff; color: #1a56db; }
.sa_type_meeting { background-color: #e8f8f0; color: #0a6640; }
.sa_type_seminar { background-color: #fdf3e4; color: #b45309; }

/* 진행 상태 배지 */
.sa_status_badge {
    display: inline-block;
    padding: 2px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.sa_status_ready   { background-color: #f0f0f0; color: #666; }
.sa_status_ongoing { background-color: #e8f1ff; color: #1a56db; }
.sa_status_done    { background-color: #fff0f0; color: #e62c2c; }

/* 참석자 수 강조 */
.sa_count_num {
    font-weight: 700;
    color: #3F78EB;
}

/* 일정관리 셀 — 참석 요약 + 버튼 세로 배치 */
.sa_done_cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

/* 참석 인원 요약 줄 */
.sa_done_summary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
}
.sa_done_summary strong {
    color: #293661;
    font-weight: 700;
}

/* 체크 아이콘 (완료/진행중 공통) */
.sa_done_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #e8f8f0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a6640' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

/* 일정 시작 버튼 (활성) */
.sa_btn_start:not(:disabled) {
    border-color: #3F78EB !important;
    color: #3F78EB !important;
}
/* 일정 종료 버튼 (활성) */
.sa_btn_end:not(:disabled) {
    border-color: #e62c2c !important;
    color: #e62c2c !important;
}

/* 미종료자 일괄 종료 버튼 */
.sa_btn_final_end {
    border-color: var(--main02) !important;
    color: var(--main02) !important;
    font-size: 11px !important;
    height: 24px !important;
    padding: 0 8px !important;
    border-radius: 4px !important;
}
.sa_btn_final_end:hover {
    background-color: var(--main02) !important;
    color: #fff !important;
    transition: 0.2s;
}

/* 엑셀 / QR 버튼 */
.btn_excel {
    border-color: #15803d !important;
    color: #15803d !important;
}
.btn_excel:hover:not(:disabled) {
    background-color: #15803d !important;
    color: #fff !important;
    transition: 0.2s;
}
.btn_qr {
    border-color: #293661 !important;
    color: #293661 !important;
    font-weight: 600;
}
.btn_qr:hover:not(:disabled) {
    background-color: #293661 !important;
    color: #fff !important;
    transition: 0.2s;
}

/* 테이블 내 소형 버튼 */
.table_list .btn_style.btn_sm {
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
}

/* qr팝업 */
.qr_conts_wrap {
    display: flex;
    align-items: stretch;
    gap: 12px;
}
.qr_box {
	padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#qrcode {
    background: #ffffff;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#qrcode canvas,
#qrcode svg {
    display: block;
}
.qr_time {
	padding: 8px 16px;
    font-size: 15px;
    color: #333 !important;
    letter-spacing: 0;
    text-align: center;
    border-radius: 100px;
    background-color: var(--bg02);
}
#qrcode::after {
    content: "스캔해 주세요.";
    display: block;
    font-size: 14px;
    color: #1a237e;
    font-weight: 500;
    letter-spacing: 2px;
}
.qr_box .text-wrap{
	margin-top: 16px;
	width: 100%;
}
.qr_box .text{
	font-size: 14px;
	text-align: left;
}
.ico_excel_green {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url("../img/icon/ico_download_black.svg");
    mask-image: url("../img/icon/ico_download_black.svg");
    background-color: #15803d;
    transition: 0.2s;
}
.btn_style.btn_bd_green:hover:not(:disabled) i {
    background-color: #fff;
}
.qr_al_wrap {
	flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.qr_al_top {
	display: flex;
    justify-content: space-between;
    gap: 20px;
}
.qr_al_top .title{
	font-size: 18px;
    font-weight: 600;
}
.qr_al_top .btn_refresh {
	color: var(--main01);
	display: flex;
	align-items: center;
	gap: 4px;
}
.ico_refresh {
    width: 12px;
    height: 12px;
    -webkit-mask-image: url("../img/icon/ico_refresh.svg");
    mask-image: url("../img/icon/ico_refresh.svg");
    background-color: var(--main01);
    transition: 0.2s;
}
.qr_tagging-list {
	flex: 1 0 0;
    padding: 20px;
    height: 400px;
    max-height: 400px;
    border-radius: 15px;
    box-shadow: 1px 1px 7px 2px rgb(0 0 0 / 0.1);
    overflow-y: auto;
}
.qr_tagging-list > li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.qr_tagging-list > li:not(:first-child) {
	padding-block: 8px;
	border-top: solid 1px var(--bg02);
}
.qr_tagging-list > li:first-child {
	padding-bottom: 8px;
}
.qr_tagging-list > li:last-child {
	padding-top: 8px;
}
.qr_tagging-list .al-member{
	display: flex;
	align-items: center;
	gap: 8px
}
.qr_tagging-list .name{
	font-weight: 500;
}
.qr_tagging-list .position {
	margin-left: 4px;
    font-size: 16px;
    color: var(--dgray);
}
.qr_tagging-list .label {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--bg02);
}
.qr_tagging-list .al-time {
	flex-shrink: 0;
	width: 220px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}
/** QR코드 css 신규 추가 **/