
.section {
	height: 100vh;
}


.default-input {
	width: 100%;
	border-radius: 20px;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	height: 40px;
	padding:0 16px 0 20px;
	font-size: 16px;
	color: #000;
}

.default-input::placeholder {
	font-size: 18px;
	color: rgba(41, 41, 41, 0.5);
}


.readonly-input {
	background-color: #f5f5f5;
	border: unset;
	color: rgba(41, 41, 41, 0.4);
}


input[type="date"]::-webkit-calendar-picker-indicator {
	filter: opacity(0.4);
}


.default-select {
    width: 100%;
	border-radius: 20px;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	height: 40px;
	padding: 0 16px;
	font-size: 16px;
	color: #000;
}



.mh-303 {
	max-height: 303px;
	overflow: hidden;
}

.mh-321 {
	height: 100%;
	max-height: 321px;
	overflow: hidden;
}

/* 버튼 */
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 위치조정만을 위한 태그입니다. */
.btn-cover {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.btn-violet {
	color: #fff;
	font-weight: bold;
	background-color: #913eff;
	border-radius: 8px;
}

.btn-line {
	width: 100%;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	word-break: keep-all;
}

.btn-black-line {
	width: 100%;
	border: 1px solid #000;
	background-color: #fff;
	word-break: keep-all;
	border-radius: 8px;
}

.btn-line-all {
	width: fit-content;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 4px 16px;
	border-radius: 12px;
	font-size: 14px;
	color: #000;
	opacity: 0.4;
}

.btn-line-violet {
	width: 100%;
	border: 1px solid #6048f3;
	background-color: #fff;
	border-radius: 8px;
}


.btn-search {
	width: 40px;
	height: 40px;
	padding: 12px;
	border-radius: 20px;
	background-color: #6048f3;
}

.btn-search i {
	color: #fff;
	font-size: 16px;
}


.btn-add-location {
	width: 145px;
	height: 64px;
	border-radius: 12px;
	border: solid 1.5px #a53eff;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #a53eff;
}


/* 라디오 버튼 */
.radio-label {
	display: flex;
	/* width: calc((100% - 8px * 2) / 1); */
    /* width: 192px; */
	height: 56px;
	background-color: #fff;
	color: rgba(41, 41, 41, 0.5);
	border: solid 1.5px #e4e4e4;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s;
}

.radio-input:checked+.radio-label {
	background-color:  rgba(39, 90, 255, 0.12);
	color: #275aff;
	border : solid 1.5px #275aff;
}

.bulk-side-wrap {
	display: none;
}

 .bulk-side-wrap .inner-wrap {
	flex-wrap: nowrap;
}

.bulk-side-wrap .radio-item {
	width: 100%;
}

.bulk-side-wrap label {
	width: calc((100% - 8px * 2) / 1);
}












/* 간격 */
.gap-08 {
	gap: 8px !important;
}

.gap-12 {
	gap: 12px !important;
}

.gap-16 {
	gap: 16px !important;
}

.pl-120 {
	padding-left: 120px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-32 {
	margin-bottom: 32px;
}

.mb-56 {
	margin-bottom: 56px;
}

.mp-32 {
	margin-top: 32px;
}

.mt-12 {
	margin-top: 12px;
}




@media screen and (max-width: 1024px) {
.mb-32 {
	margin-bottom: 20px;
}

.mt-12 {
	margin-top: 8px;
}

}

.text-right-type input {
	text-align: right;
}

.styled-table .point-txt_01 {
 	font-weight: bold;
 	color: #6048f3;
 }

.styled-table .point-txt_02 {
 	font-weight: bold;
 	color: #a53eff;
 }

 .styled-table .point-txt_03 {
 	color: #f00 !important;
 }




.white-box {
	border-radius: 24px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 24px;
	/* height: calc(100vh - 287px);
	overflow: hidden; */
}


.grey-box {
	border-radius: 16px;
	background-color: #f5f5f5;
	padding: 24px;
}

.lavender-box {
	border-radius: 16px;
	background-color: #F3F1FE;
	padding: 24px;
	transition: all 0.3s;
}

.violet-box {
	background-color: #6048f3;
}


.white-box .title {
	font-size: 20px;
	font-weight: bold;
	color: #140820;
	margin-bottom: 12px;
}

.min-w864 {
	min-width: 864px;
}

.min-w1024 {
	min-width: 1024px;
}



/* 폰트 */
.ft-normal {
	font-weight: normal;
}



/* 흰상자 기본 높이 값 */
.paymentSettlement .white-box,
.paymentManagement .white-box,
.storageManagement .white-box,
.msMemberManagement .white-box,
.msMemberDetailSection .white-box {
	min-height: calc(100vh - 103px - 58px);
}



/* 테이블 기본 스타일 */
.table-wrap {
	display: flex;
	/* height: 536px; */
	height: calc(100vh - 400px);
	width: 100%;
}

.styled-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	text-align: center;
	border-radius: 12px;
	table-layout: fixed;
	display: flex;
	flex-direction: column;
}

.styled-table .table-head {
	display: flex;
	align-items: center;
	min-height: 47px;
}

.styled-table  .table-row {
	display: flex;
	align-items: center;
}

.styled-table tbody {
	border-radius: 12px;
	overflow: hidden;
}

.styled-table tbody tr:first-child td:first-child {
	border-top-left-radius: 12px;
}

.styled-table tbody tr:first-child td:last-child {
	border-top-right-radius: 12px;
}

.styled-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}

.styled-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}

.styled-table tr {
	width: 100%;
	display: flex;
}


.styled-table th,
.styled-table td {
	padding: 12px;
	border-bottom: 1px solid #fff;
	flex: 1;
}

.styled-table thead {
	background-color: #fff;
	width: 100%;
}

.styled-table th {
	background-color: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	word-break: keep-all;
}

.styled-table tbody {
	display: block;
	overflow-y: auto;
}

.styled-table tbody tr {
	background-color: #f9f9f9;
}

.styled-table tbody td {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 24px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	word-break: keep-all;
}



.styled-table tbody tr:first-child {
	border-top-left-radius: 12px;
	overflow: hidden;
}

.styled-table tbody tr:first-child {
	border-top-right-radius: 12px;
	overflow: hidden;
}
                                
.styled-table tbody tr:last-child {
	border-bottom-left-radius: 12px;
	overflow: hidden;
}

.styled-table tbody tr:last-child {
	border-bottom-right-radius: 12px;
	overflow: hidden;
}

.styled-table .type-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* ---flex 넓이 설정 */

.styled-table .flex-05 {
	flex: 0.5;
}

.styled-table .flex-10 {
	flex: 1;
}

.styled-table .flex-15 {
	flex: 1.5;
}

.styled-table .flex-20 {
	flex: 2;
}

.styled-table .flex-30 {
	flex: 3;
}


.styled-table .flex-50 {
	flex: 5;
}

.styled-table .typeHead {
	background-color: rgba(39, 90, 255, 0.08);
}



/* 에디터 */
.form-item.editor {
	width: auto;
	gap: 0;
}

.form-item.editor .item-default {
	margin-bottom: 16px;
}

#editor {
	width: 100%;
	height: 560px;
}

#editor img {
	width: auto;
}
    
.ql-custom {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: -14px;
	position: relative;
	bottom: -8px;
	cursor: pointer;
}



/* 우에서 좌 모달 */

/*오른쪽 모달 */
.slidModal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	justify-content: flex-end;
}

.slidModal .modal_content {
	/* position: relative; */
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 480px;
	height: 100%;
	border-radius: unset;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	background-color: white;
	transition: transform 0.5s ease-in-out;
	padding: 40px 40px 36px;
	overflow-y: auto;
	transform: translateX(100%);

}

.slidModal.open {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slidModal .close_icon {
	position: absolute;
	font-size: 20px;
	cursor: pointer;
	color: #000;
	right: 24px;
	top: 24px;
}

.slidModal p {
	line-height: 1;
}

.slidModal .inner-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
}

.slidModal .inner-wrap .info-txt {
	position: relative;
}

.slidModal .inner-wrap .info-txt:not(:last-child)::after {
	position: absolute;
	content: "";
	height: 80%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.4);
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
}

.slidModal .input-combined-wrap {
	display: flex;
	align-items: center;
}
/* 
.slidModal .input-combined-wrap .default-select,
.slidModal .input-combined-wrap .default-input {
		border-radius: unset;
		border: unset;
		background-color: unset;
		height: unset;
} */

.slidModal .input-combined-wrap .default-select {
	border-radius: unset;
	border: unset;
	background-color: unset;
	height: unset;
}

.slidModal .input-combined-wrap .default-select {
	max-width: 120px;
	padding: 0 24px;
	font-weight: bold;
}

.slidModal .fixed-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #6048f3;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: transform 0.5s ease-in-out;
	
}


.slidModal .fixed-wrap .btn {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 50%;
	height: 100%;
	transition: transform 0.5s ease-in-out;
}

.slidModal  .btn-dark-blue {
	background-color: #022185;
}



 .slidModal .paymentStatus-box-item .item-cont {
	display: flex;
	align-items: center;
}

 .slidModal .paymentStatus-box-item .item-cont .title {
	color: #6048f3;
}

 .slidModal .paymentStatus-box-item .arrow-icon {
	margin-left: 6px;
	font-size: 18px;
	color: #6048f3;
}


/* ////////// */


.messageModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 32px;
	padding: 40px;
	padding-top: 56px;
	width: 560px;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.messageModal .modal-content .msg-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	color: #000;
}

.messageModal .modal-buttons {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 20px;
	margin-top: 60px;
}

.messageModal button {
	width: 232px;
	height: 48px;
	border-radius: 24px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.messageModal .cancel-btn {
	background-color: #392b8a;
}

.messageModal .apply-btn {
	background-color: #6048f3;
}


/* 첨부이미지 확인 모달 */
.previewModal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 32px;
	padding: 44px;
	width: 100%;
	margin: 0 12px;
	max-width: 61%;
	height: 100%;
	max-height:fit-content;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.previewModal .close_modal,
.reportSection .white-main-box .close_modal,
.noticeSection .white-main-box .close_modal{
	position: absolute;
	cursor: pointer;
	right: 24px;
	top: 24px;
}



.previewModal  .close_icon {
	font-size: 20px;
	color: #000;
}


.previewModal .img-wrap {
	max-width: 85%;
	margin: 0 auto;
	max-height: calc(100% - 88px);
	overflow: auto;
	width: 100%;
	height: 100%;
}


/* 팝업 */
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 32px;
	padding: 40px;
	width: 420px;
	text-align: center;
	z-index: 9999;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity 1s ease;
}

/* 팝업 내용 스타일 */
.popup-content {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	color: #333;
	font-size: 16px;
}

.popup .alert-title {
	font-size: 20px;
	font-weight: bold;
	color: 3000;
}

/* 메뉴 */
.menu-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.menu-wrap .menu-item {
	height: 39px;
	padding: 0 24px;
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 19.5px;
	line-height: 41px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	min-width: fit-content;
}

.menu-wrap .menu-item.type2 {
	background-color: #a53eff;
	opacity: 0.4;
}


/* 페이지별 메뉴 표시 */

.dashboard .menu-1,
.userManageSection .menu-2,
.adminManageSection .menu-3,
.branchManageSection .menu-4,
.noticeSection .menu-5 {
	background-color:  #275aff;
}

.reportSection .btn-claim {
	background-color:  #275aff;
	color: #fff;
}

 .msLocationOpenSection .menu-6.type2,
 .msLESection .menu-5.type2 {
	opacity: unset;
	background-color: #a53eff;
}

.mshSection .msSettlementSection .menu-1,
.mshSection .msSettlementSection .menu-3,
.mshSection .msLESection .menu-2{
	background-color: rgba(0, 0, 0, 0.32);
}

.mshSection .dashboard .menu-1,
.mshSection .msSettlementSection .menu-2
 {
	background-color: #6048f3;
}



/* 메인 index */
.mainSection {
	display: flex;
}

.mainSection .main-wrap {
	width: 50%;
}

.mainSection .le-wrap {
	background-color: #913eff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainSection .ri-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
}

.mainSection .input-item-wrap:first-child {
	margin-bottom: 24px;
}

.mainSection .login-box {
	width: 100%;
	max-width: 520px;
	padding: 0 20px;
}

.mainSection .login-box .btn {
	margin-top: 40px;
}

.mainSection .item-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.mainSection .service-box {
	text-align: center;
	position: absolute;
	bottom: 11%;
	left: 50%;
	transform: translateX(-50%);
}

.mainSection .service-title {
	font-size: 16px;
	color: rgba(32, 32, 32, 0.7);
	line-height: 1;
}

.mainSection .service-number {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
}

.mainSection .default-input {
	border-radius: 8px;
	height: 56px;
}



/* 공통  - 유저정보 userBox */
.userBox {
	position: relative;
	height: 100vh;
	width: 480px;
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
	padding: clamp(20px, 2vw, 40px) clamp(24px, 2.8vw, 36px) clamp(30px, 3vw, 58px);
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}

.userBox .btn-reload {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #efefef;
	top: 24px;
	right: 24px;
}

.userBox .btn-reload i {
	line-height: 36px;
}

.userBox .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.userBox .logo-wrap {
	display: flex;
	max-width: 170px;
}

.userBox .user-title-wrap {
	margin-top: 64px;
}

.userBox .user-title-wrap .user-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	line-height: 1;
}

.userBox .user-info-wrap {
	margin-top: 16px;
	border-radius: 16px;
	border: solid 1px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 24px;
}

.userBox .info-name {
	font-size: 20px;
	color: #140820;
	font-weight: bold;
}

.userBox .info-item-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.userBox .info-item-wrap .inner-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
}

.userBox .user-info-wrap .info-txt {
	position: relative;
	font-size: 16px;
	color: rgba(20, 8, 32, 0.6);
	line-height: 1;
	font-weight: bold;
}

.userBox .info-item-wrap .btm .info-txt {
	font-weight: unset;
}

.userBox .user-info-wrap .info-txt:not(:last-child)::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: rgba(20, 8, 32, 0.6);
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
}

.userBox .user-info-wrap .info-txt {
	position: relative;
	font-size: clamp(14px, 0.833vw, 16px);
	font-weight: bold;
	color: rgba(20, 8, 32, 0.6);
	line-height: 1;
}

.userBox .info-set-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.userBox .set-item {
	font-size: 14px;
	font-weight: 500;
	border-radius: 12px;
	width: fit-content;
	padding: 0 15px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.userBox .grade-mark {
	background-color: #275aff;
	color: #fff;
	font-weight: 500;
}

.adminHeadUserBox .grade-mark { 
	background-color: rgba(39, 90, 255, 0.4);
}

.userBox .btn-edit-profile {
	border: solid 1px #a4a4a4;
    background-color: #fff;
	opacity: 0.4;
}

.userBox .user-unit-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.userBox .user-unit-wrap .item-unit {
	font-size: 16px;
	font-weight: 500;
    color: rgba(0, 0, 0, 0.58);
}


.userBox .user-unit-wrap .unit-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px;
	padding-right: 24px;
	background-color: #f5f5f5;
	border-radius: 16px;
}

.userBox .user-unit-wrap .le-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.userBox .user-unit-wrap .unit-img-wrap {
	max-width: 40px;
}

.userBox .user-unit-wrap .item-title {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.58);
}

.userBox .user-unit-wrap .item-content {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.userBox .btm-wrap,
.userBox .top-wrap {
	width: 100%;
}

.userBox .btm-wrap {
	margin-top: 29px;
}

.userBox .link-btn-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: start;
}

.userBox .btn-link {
	max-width: 126px;
	padding: 0 20px 0 24px;
	height: 39px;
	border-radius: 19.5px;
	line-height: 41px;
	min-width: fit-content;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.userBox .btn-link i {
	line-height: 41px;
	margin-left: 7px;
	font-size: 18px;
	color: #000;
}



.userBox .total-unit-wrap {
	margin-top: 8px;
}

.userBox .total-unit-wrap .unit-item {
 border: solid 1px rgba(98, 112, 244, 0.4);
  background-color: rgba(39, 90, 255, 0.08);
}


.month-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20.5px;
    background-color: #fff;
    border-radius: 16px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px rgba(0, 0, 0, 0.2);
	height: 56px;
	margin-top: 40px;
	margin-bottom: 12px;
}

.month-header i {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.month-header  .current-month {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

@media screen and (max-width: 1612px) {
	.userBox {
		width: 380px;
		padding: 40px 12px 58px;
	}

	.userBox .container {
		padding: 0 12px;
	}
}


/* 공통 - boardSection */
.coverSection {
	width: 100%;
	height: 100vh;
	display: flex;
}

.boardSection {
	width: 100%;
	padding: 40px clamp(16px, 3vw, 56px);
	max-width: 1920px;
	margin: 0 auto;
}

.boardSection .logo-wrap {
	max-width: 170px;
}


/* 내용이 들어가는 섹션 contentSection */
.contentSection {
	width: 100%;
}

.contentSection .top-content {
	display: flex;
	justify-content: space-between;
}

.contentSection .top-content .top-btn-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	width: calc(100% - 590px);
	justify-content: space-between;
}

.userManageSection .top-content .top-btn-wrap,
.adminManageSection .top-content .top-btn-wrap,
.branchManageSection .top-content .top-btn-wrap,
.noticeSection .top-content .top-btn-wrap,
.reportSection .top-content .top-btn-wrap {
	width: calc(100% - 760px);
}


.contentSection .top-content .btn {
	height: 39px;
	line-height: 41px;
	border-radius: 19.5px;
}

.btn-logout {
	width: 123px;
	border: 1px solid #d8d8d8;
	background-color: #f5f5f5;
}

.btn-logout p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.btn-claim {
	width: 100px;
	background-color: #f5f5f5;
	border: solid 1px #275aff;
	color: #275aff;
}

.btn-logout i {
	line-height: 41px;
	margin-left: 8px;
}

.overview-content {
	/* width: calc(100% - 112px); */
	margin: 0 auto;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.overview-content .overview-box {
	width: 100%;
	display: flex;
	justify-content: space-around;
	/* flex-wrap: wrap; */
	gap: 4px;
	padding-bottom: 24px;
}
.mainCoverSection .overview-content .overview-box {
	flex-wrap: wrap;
}

.noticeSection .overview-content .overview-box {
	flex-wrap: unset;
}


.search-filters-wrap {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 12px;
}

.search-filters-wrap .default-input {
	min-width: 160px;
}

.search-filters-wrap .item-title {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.8);
	padding-left: 16px;
}

.search-filters-wrap .input-item-wrap {
	width: 100%;
}

.search-filters-wrap .input-inner-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}


.search-filters-wrap .item-wrap_1 {
	max-width: fit-content;
}

.search-filters-wrap .item-wrap_2 {
	max-width: 160px;
}

.search-filters-wrap .item-wrap_3 {
	max-width: 400px;
}

.search-filters-wrap .item-wrap_4 {
	max-width: 160px;
}

.search-filters-wrap .btn-reset {
	min-width: fit-content;
	height: 40px;
	padding: 0 27px;
	border-radius: 20px;
	background-color: #efefef;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.table-wrap {
	position: relative;
	margin-top: 24px;
	border-top: 1px solid #e4e4e4;
}

.table-wrap::after {
	/* position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	z-index: 2; */
}

.slidModal .user-name,
.slidModal .slide-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.slidModal .slide-title  {
	margin-bottom: 22px;
}

.slidModal .line-title {
	margin-bottom: 6px;
	padding-bottom: 16px;
	border-bottom: 2px solid rgba(164, 164, 164, 0.4);
}

.slidModal .info-txt {
	line-height: 1;
}

.slidModal .info-item-wrap {
	margin-bottom: 24px;
}

.slidModal .grey-box .box-item {
	padding: 15.8px 0;
}

.slidModal .grey-box .box-item:first-child {
	padding-top: unset;
}

.slidModal .grey-box .box-item:last-child {
	padding-bottom: unset;
}

.slidModal .grey-box .box-item:not(:last-child) {
	border-bottom: 1px dashed #d1ccc7;
}

.slidModal .grey-box .box-title-wrap {
	padding-bottom: 18.8px;
}

.slidModal .box-title-wrap .title {
	font-size: 20px;
	font-weight: bold;
	color: #a53eff;
	margin-bottom: 4px;
}

.slidModal .box-title-wrap .datetime {
	font-size: 16px;
	color: #000;
}

.slidModal .box-info-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slidModal .box-info-wrap .title, 
.slidModal .box-info-wrap .item-cont {
	font-size: 16px;
	color: #000;
}

.slidModal .content-title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
 }


/* 매니저 - 지급관리 payment-management */
.paymentManagement .table-wrap {
	border-top: unset;
	margin-top: unset;
	height: calc(100vh - 284px);
}

.paymentManagement .input-item-wrap {
	max-width: 160px;
}

.paymentManagement .grey-box {
	overflow-y: auto;
}

.slidModal .total-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #6048f3;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slidModal .total-wrap .box-info-wrap {
	width: 100%;
	padding: 0 40px;
}

.slidModal .total-wrap .title, 
.slidModal .total-wrap .item-cont {
	color: #fff;
}

.slidModal .total-wrap .title {
	font-size: 16px;
}

.slidModal .total-wrap .item-cont {
	font-size: 24px;
}

.slidModal .box-wrap {
	overflow-y: auto;
	padding-bottom: 88px;
}

.box-wrap.pb-60 {
	padding-bottom: 60px;
}


.pb-120 {
	padding-bottom: 120px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.paymentSettlement .table-wrap {
	height: calc(100vh - 380px);
}


.storageManagement .search-filters-wrap .item-wrap_1 {
	max-width: 160px;
}

.storageManagement .table-wrap {
    min-height: calc(100vh - 348px);
}

.storageManagement .table-wrap::after {
	display: none;
}


.status-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px
}

.status-wrap .status-item {
	display: flex;
	align-items: center;
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 0 20px 0 16px;
	height: 40px;
	gap: 8px;
}

.status-wrap .item-title {
	font-size: 16px;
	color: #000;
}


.status-wrap .status-cir {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.status-wrap .status-green .status-cir {
	background-color: #00cb2f;
}


.storageManagement .styled-table tbody td {
	padding: 19px 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.styled-table .storageManagement .styled-table tbody div p,
.styled-table .type-wrap .type-title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}



/* 구독상태 - 이용중 */
.subscription-active i, 
.subscription-active .type-title {
	color: #00be46;
	font-size: 20px;
}

.subscription-active .type-title {
	font-size:16px;
	font-weight: 500;
}

/* 구독상태 - 종료 */
.subscription-expired i,
.subscription-expired .type-title {
	color: #eb0000;
	font-size: 20px;
}

.subscription-expired .type-title {
	font-size: 16px;
	font-weight: 500;
}


/* 보관함 상태 - 이용중 */
.storage-active .type-title {
	font-size: 16px;
	font-weight: bold;
	color: #6048f3;
}

.storage-pending .type-title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.dashboardSection .table-wrap {
	height: 229px;
}

.dashboardSection .table-wrap::after {
	display: none;
}


.dashboardSection .management-table-wrap {
	overflow-y: scroll;
	border-bottom: 1px solid #fff;
}


/* dashboard 전용 position: sticky; */
.dashboardSection .management-table-wrap thead {
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 99;
}

.dashboardSection .management-table-wrap .styled-table {
	min-height: max-content;
}

.dashboardSection .management-table-wrap th {
	padding: 10px 0;
}

.dashboardSection .management-table-wrap tbody {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 24px;
}

.dashboardSection .management-table-wrap tbody td {
	padding: 14px 0;
}

.dashboardSection .management-table-wrap td {
	border: unset;
}


.dashboardSection .management-table-wrap tr {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}

.dashboardSection .management-table-wrap tr {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.dashboardSection  .management-table-wrap tr {
	max-height: 48px;
	opacity: 0.4;
}

.dashboardSection .management-table-wrap .viewItem {
	opacity: unset;
	display: inherit;
}


.dashboardSection .grey-box {
	padding: 13px 24px;
}

.dashboardSection .grey-box .box-item {
		max-width: 74%;
}

.dashboardSection .grey-box .box-item:not(:last-child) {
	border-bottom: 1px dashed #d1ccc7;
	padding-bottom: 8px;
}

.dashboardSection .grey-box .box-item:last-child {
	padding-top: 8px;
}


.dashboardSection .grey-box .box-info-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.white-pie-box .top-box-wrap {
	width: 100%;
}



.dashboardSection .box-info-wrap .title,
.dashboardSection .box-info-wrap .item-cont {
	font-size: 16px;
	color: #000;
	margin-bottom: unset;
}



.dashboardSection .white-pie-box {
	position: relative;
	width: 100%;
	height: 321px;
}

.dashboardSection .box-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 8px;
}

.dashboardSection .white-pie-box .box-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 100%;
	width: 50%;
}

.dashboardSection .white-pie-box .pie-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dashboardSection .white-pie-box .wrap_canvas {
	width: 100%;
    max-width: 405px;
}

.dashboardSection .white-pie-box .input-inner-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dashboardSection .white-box .input-month-wrap .default-select {
	width: 60px;
}

.dashboardSection .white-inner-box {
	margin-top: 14px;
}

.dashboardSection .white-scroll-box {
	padding-bottom: unset;
	height: calc(100% - 180px);
}

.dashboardSection .recent-payment-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	overflow-y: auto;
	max-height: 260px;
	padding-bottom: 40px;
}

.dashboardSection .recent-payment-wrap .rp-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 16px;
	background-color: #f5f5f5;
	padding: 16px;
}

.dashboardSection .rp-le-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.dashboardSection .status-img-wrap {
	max-width: 40px;
}

.dashboardSection .rp-user-wrap,
.dashboardSection .rp-info-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dashboardSection .recent-payment-wrap p {
	line-height: 1;
}

.dashboardSection .recent-payment-wrap .name {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.dashboardSection .recent-payment-wrap .date {
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.58);
}

.dashboardSection .recent-payment-wrap .price {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.dashboardSection .recent-payment-wrap .status {
	font-size: 14px;
	font-weight: 500
}


.recent-payment-wrap .statusPackage .status {
	color: #6048f3;
}

.recent-payment-wrap .statusSubscription .status {
	color: #a53eff;
}

.recent-payment-wrap .statusFailed .status {
	color: #ff3e3e;
}

.dashboardSection .white-box {
	position: relative;
	width: 100%;
}

.dashboardSection .white-bar-box {
	height: 400px;
	width: 60%;
}

.dashboardSection  {

}

.sub-btn-wrap {
	position: absolute;
	right: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.dashboardSection .white-box .default-select {
	width: 80px;
	height: 24px;
	padding: 0 8px 0 15px;
	border: unset;
	border-radius: 12px;
	background-color: #efefef;
	font-size: 12px;
	background-image: url('/images/icon_arrow_down_dark.png');
	background-size: 11px;
}


.white-box .link-btn {
	width: fit-content;
}


.white-box .link-btn i {
	font-size: 16px
}

 .point-txt_01 {
	font-weight: bold;
	color: #275aff;
}

.styled-table .point-txt_02,
.styled-table .type-wrap .type-title.point-txt_02 {
	font-weight: bold;
	color: #a53eff;
}



/* 마스터 masterBoardSection */


.masterBoardSection .top-le-content {
	display: flex;
	align-items: center;
	gap: 50px;
}

.locationManagement .overview-box {
	display: flex;
	flex-direction: row;
}

.locationManagement .white-le-box {
		width: 45%;
	max-width: 648px;
}

.locationManagement .white-ri-box {
	width: 100%;
}

.locationManagement .white-le-box .title {
	font-size: 26px;
	font-weight: bold;
	color: #140820;
}

.locationManagement .piechart-wrap {
	max-width: 488px;
	margin: 0 auto;
	min-width: 368px;
}

.locationManagement #pieChart {
	border-radius: 50%;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

.location-tag-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-height: 112px;
	overflow-y: auto;
	margin-top: 16px;
}

.location-tag-wrap .tag-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 16px 0 10px;
	border-radius: 16px;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	gap: 8px;
}


.location-tag-wrap .tag-cir {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #d8d8d8;
}

.location-tag-wrap .tag-title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}


.locationManagement .default-select  {
	width: 160px;
}

.locationManagement .table-wrap {
	height: calc(100vh - 304px);
}

.locationManagement .table-wrap::after {
	display: none;
}

.locationManagement .styled-table tbody td {
	font-size: 16px;
	font-weight: 500;
}


/* 마스터 정산관리 msSettlement */
.msSettlementSection {
	height: 100%;
	 min-width: 1140px;
}

.msSettlementSection .table-wrap {
	height: calc(100vh - 287px);
}

.msSettlementSection .table-wrap::after {
	display: none;
}

.msSettlementSection .btn-line-violet {
	max-width: 80px;
	height: 56px;
	font-size: 16px;
	font-weight: 600;
	color: #6048f3;
}


.msSettlementSection .input-combined-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.msSettlementSection .input-combined-wrap .inner-wrap {
		border-radius: 8px;
		border: solid 1.5px #e4e4e4;
		background-color: #fff;
		max-width: 308px;
		height: 56px;
		gap: unset;
}

.msSettlementSection .box-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.msSettlementSection .modal_content {
	padding-bottom: unset;
}

.msSettlementSection .slidModal .default-input {
	border-radius: unset;
	border: unset;

}


.status-wrap .bg-blue {
	background-color: rgba(39, 90, 255, 0.12);
}


/* 마스터 - 이용관리 msUsageManagement */
.msUsageManagement .table-wrap::after {
	display: none;
}

.msUsageManagement .type-wrap {
	min-width: 83px;
	justify-content: center;
}

.msUsageManagement .cancellation .type-title {
	text-decoration: underline;
}

.msUsageManagement .modal_content .box-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.msUsageManagement .paymentStatus-box-item .item-cont {
	display: flex;
	align-items: center;
}

.msUsageManagement .paymentStatus-box-item .item-cont .title {
	color: #6048f3;
}


.msUsageManagement .paymentStatus-box-item .num {
	margin-left: 8px;
}

.msUsageManagement .modal_content .default-select,
.msUsageManagement .modal_content .default-input {
	border: unset;
	border-radius: unset;
}

.msUsageManagement .input-sub-wrap {
	border-radius: 8px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
	padding: 0 8px 0 24px;
}


.msUsageManagement .input-sub-wrap .inner-title {
	font-size: 18px;
	font-weight: bold;
}

.msUsageManagement .input-sub-wrap .default-select,
.msUsageManagement .input-sub-wrap .default-input {
	height: 54px;
}

.msUsageManagement .modal_content .guide-txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	color: #000;
	opacity: 0.5;
}


.slidModal .box-inner .inner-wrap {
	gap: unset;
}

.msUsageManagement .box-inner .content-title {
   margin-bottom: 12px;
}

.msUsageManagement .box-inner .input-item-wrap {
	margin-bottom: 12px;
}

.msUsageManagement .box-inner .inner-title {
	min-width: 63px;
}

.msUsageManagement .lavender-box .arrow-icon {
	margin-left: 6px;
	font-size: 18px;
	color: #6048f3;
}

.msUsageManagement .lavender-box:hover {
	background-color: #6048f3;
}

.msUsageManagement .lavender-box:hover .box-info-wrap .title,
.msUsageManagement .lavender-box:hover .paymentStatus-box-item .num,
.msUsageManagement .lavender-box:hover .arrow-icon {
	color: #fff;
}



.msUsageManagement .preview-btn {
	height: 56px;
	font-size: 18px;
	font-weight: 500;
	color: #6048f3;
}

.msUsageManagement .btn-download {
	width: 56px;
	min-width: 56px;
	height: 56px;
	border-radius: 8px;
}

.msUsageManagement .btn-download  .dwn-icon {
	font-size: 26px;
	color: #fff;
}

.msUsageManagement .unit-guide-txt {
	display: flex;
	align-items: start;
	gap: 12px;
	margin-bottom: 12px;
	margin-top: 24px;
}

.msUsageManagement .unit-guide-txt i {
	font-size: 18px;
	color: #000;
	line-height: 1.38;
}

.msUsageManagement .unit-guide-txt .txt {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.38;
}

.msUsageManagement #approval-wrap {
	display: none;
}

.msUsageManagement .inner-col-wrap {
	flex-wrap: wrap;
	align-items: start;
	gap: 16px;
}


.msUsageManagement .inner-col-wrap label {
	width: calc((100% - 16px * 1) / 2);
}


/* 마스터 - 회원관리  msMemberManagement */

.msMemberManagement td {
	line-height: 1.2;
}

.msMemberManagement .type-title {
	display: flex;
	align-items: center;
	gap: 4px;
}

.msMemberManagement .status-active .title-txt {
	font-weight: 500;
}

/* 정지 */
.msMemberManagement .status-blocked .type-title p {
	color:#a53eff;
}

/* 탈퇴 */
.msMemberManagement .status-unsubscribed .type-title p {
	color: #000;
}



.msMemberManagement .type-wrap .point-txt_01 {
		color: #6048f3;
}

.msMemberManagement .type-status-td .type-title {
	min-width: 114px;
	justify-content: center;
}

.msMemberManagement .table-wrap::after {
	display: none;
}

.msMemberManagement .table-wrap {
	height: calc(100vh - 300px);
}

.msMemberManagement tr:hover {
	cursor: pointer;
}


/* 마스터 - 회원상세 - 결제내역 msMemberDetail */
.msMemberDetailSection .overview-box {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.msMemberDetailSection .table-wrap::after {
	display: none;
}

.msMemberDetailSection .white-le-box {
	width: 100%;
	max-width: 648px;
	position: relative;
	padding: 40px;
	padding-bottom: 8px;
}

.member-detial-wrap .info-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}

.member-detial-wrap .btn-page {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background-color: #f5f5f5;
}

.member-detial-wrap .btn-page i {
	font-size: 20px;
	color: #000;
}

.member-detial-wrap .default-info-wrap {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.member-detial-wrap .default-info-wrap .name {
	font-size: 18px;
	font-weight: bold;
}

.member-detial-wrap .inner-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 25px;
}

.member-detial-wrap .inner-wrap .info-txt {
	position: relative;
	line-height: 1;
}

.member-detial-wrap  .inner-wrap .info-txt:not(:last-child)::after {
	position: absolute;
	content: "";
	height: 80%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.4);
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
}

.member-detial-wrap .btn-line {
	position: absolute;
	max-width: 160px;
	border-radius: 12px;
	height: 24px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	right: 40px;
	top: 40px;

}



.member-detial-wrap .box-info-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.member-detial-wrap .grey-box .box-item:not(:last-child) {
	border-bottom: 1px dashed #d1ccc7;
}

.member-detial-wrap .grey-box .box-item {
	padding: 15.8px 0;
}

.member-detial-wrap .grey-box .box-item:first-child {
	padding-top: unset;
}

.member-detial-wrap .grey-box .box-item:last-child {
	padding-bottom: unset;
}

.msMemberDetailSection .white-box .member-detial-wrap .title {
	margin-bottom: unset;
	font-weight: unset;
}

.msMemberDetailSection .member-detial-wrap .item-cont {
	color: #000;
	display: flex;
	align-items: center;
	gap: 4px;
}

.member-detial-wrap .box-duble-item {
	flex-direction: column;
	align-items: end;
}

.member-detial-wrap .inner-duble-item {
	display: flex;
	width: 100%;
	justify-content: space-between;
}


.member-detial-wrap .adr-item,
.member-detial-wrap .history-item {
	padding-bottom: 15.8px;
}

.member-detial-wrap .adr-item-detail {
	justify-content: end;
	padding-top: 15.8px;
	border-top: 1px dashed #d1ccc7;
	width: 84%;
}

.member-detial-wrap .scroll-wrap {
	margin-top: 24px
}

.member-detial-wrap .btn-wrap {
	display: flex;
	justify-content: end;
}

.member-detial-wrap .btn-adr-edit {
	position: unset;
	width: fit-content;
	padding: 0 16px;
	margin-top: 8px;
}

.member-detial-wrap .box-history-wrap {
	position: relative;
}

.member-detial-wrap .history-list {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.msMemberDetailSection .member-detial-wrap .box-history-wrap .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.member-detial-wrap .box-history-wrap .grey-box{
	margin-top: 8px;
}

.member-detial-wrap .box-history-wrap .btn-line {
	top: 0;
	right: 0;
	width: fit-content;
	padding: 0 16px;
}

.member-detial-wrap .box-card-wrap {
	margin: 24px 0;
}

.member-detial-wrap .inner-wrap .btn-set {
	position: relative;
}


.member-detial-wrap .box-history-wrap .inner-wrap {
	width: fit-content;
}

.member-detial-wrap .box-history-wrap .inner-btn-wrap {
	gap: 17px;
}

.member-detial-wrap .box-history-wrap .inner-cont-item {
	padding-top: 15.8px;
	border-top: 1px dashed #d1ccc7;
}

.member-detial-wrap .box-history-wrap .btn-set {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	opacity: 0.4;
	line-height: 1;
}

.member-detial-wrap .box-history-wrap .btn-set:not(:last-child)::after {
	position: absolute;
	content: "";
	height: 80%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.4);
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
}

.msMemberDetailSection .scroll-wrap {
	overflow-y: scroll;
	max-height: 619px;
}


.msMemberDetailSection .white-ri-box {
	width: 100%;
	max-width: 1128px;
}

.detail-tabs {
	padding-bottom: 16px;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	gap: 12px;
}

.detail-tabs .tab-link {
	display: inline-block;
	color: #000;
	font-size: 16px;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	border-radius: 20px;
	background-color: #f5f5f5;
	transition: all 0.3s ease;
	height: 40px;
	line-height: 1.3;
}

.detail-tabs .tab-link.current {
	background: #000;
	color: #fff;
}

.detail-sub-tabs {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
}

.detail-sub-tabs .sub-tab-link {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	padding: 10px 20px;
	width: fit-content;
	cursor: pointer;
	border-radius: 20px;
	background-color: #f5f5f5;
	border: solid 1.5px #f5f5f5;
	transition: all 0.3s ease;
	height: 40px;
}

.detail-sub-tabs .sub-tab-link.current {
	background: #fff;
	color: #000;
	font-weight: 600;
	border: solid 1.5px #000;
}

.detail-sub-tabs .sub-tab-link .num {
	margin-left: 8px;
	font-weight: bold;
}

 .tab-content,
 .sub-tab-content {
	display: none;
	position: relative;
}

 .tab-content.current,
  .sub-tab-content.current {
	display: inherit;
}


.msMemberDetailSection .table-wrap {
	overflow-x: scroll;
	height: calc(100vh - 324px);
	padding-bottom: 16px;
}


.msMemberDetailSection #tab-1 .styled-table {
	min-width: 1340px
}

.msMemberDetailSection .styled-table tbody td {
	padding: 24px 12px;
}


.msMemberDetailSection .table-wrap::-webkit-scrollbar {
	width: 100%;
	height: 4px;
	display: block;
	/* 스크롤바의 너비 */
}

.msMemberDetailSection .table-wrap::-webkit-scrollbar-thumb {
	width: 50%;
	/* 스크롤바의 길이 */
	border-radius: 2px;
	background-color: #6048f3;
}

.msMemberDetailSection .table-wrap::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: #e4e4e4;
}


.msMemberDetailSection .total-amount {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 320px;
	border-radius: 20px;
	background-color: #f5f5f5;
	padding: 8px 24px;
}

.msMemberDetailSection .total-amount .total-title {
	font-size: 18px;
}

.msMemberDetailSection .total-amount .total-cont {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.msMemberDetailSection .total-amount {
	display: none;
}

.msMemberDetailSection .total-amount.current {
	display: flex;
}

.msMemberDetailSection .modal_content .box-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.paymentCancelModal .radio-label {
	width: 128px;
}

.cancle-detail-wrap .title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.paymentCancelModal .cancle-detail-wrap .input-item-wrap {
	position: relative;
	margin-top: 16px;
}

.paymentCancelModal .cancle-detail-wrap .input-item-wrap .title {
	position: absolute;
	top: 18px;
	left: 24px;
}

.paymentCancelModal .default-input {
	border-radius: 8px;
	min-height: 56px;
}

.paymentCancelModal textarea {
	height: 200px;
	padding-top: 56px;
	padding-left: 24px;
	font-size: 18px;
}

.paymentCancelModal .input-container .default-input {
	text-align: right;
	padding-right: 48px;
}

.paymentCancelModal .currency {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-111%);
	font-size: 18px;
	color: #292929;
}

.paymentCancelModal .currency.default {
	transform: translateY(-50%);
}


#partial-cancel-wrap .grey-box{
	border-radius: 8px;
}

#partial-cancel-wrap .grey-box .title {
	font-weight: normal;
}

#partial-cancel-wrap .guide-txt {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	opacity: 0.5;
	margin-top: 6px;
}


.slidModal .cancle-detail-wrap .box-info-wrap .title,
.slidModal .cancle-detail-wrap .box-info-wrap .item-cont {
	font-size: 18px;
}

#deposit-cancel-wrap .type-small {
	margin-top: 16px;
}

#deposit-cancel-wrap .type-small .title {
	font-size: 16px;
	font-weight: normal;
}


.paymentCancelModal .subscCancelPayment-content .radio-label {
	width: 192px;
}

.card-wrap {
	border-radius: 16px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	padding: 8px;
	padding-right: 40px;
	margin-top: 16px;
	gap: 40px;
}

.card-wrap .box-wrap {
	width: 100%;
}

.card-wrap .grey-box {
	padding: unset;
}

.card-wrap .grey-box .box-item {
	padding-bottom: 15.8px;
	padding-top: 15.8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-wrap .grey-box .box-item p {
	line-height: 1;
}

.card-wrap .grey-box .box-item  .title {
	margin-bottom: unset;
}
.card-wrap .grey-box .box-item:not(:last-child) {
	border-bottom: 1px dashed #d1ccc7;
}

.card-wrap .card-img-wrap {
	min-width: 324px;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}


.card-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 16px;
	gap: 8px;
}

.card-btn-wrap .btn-line {
	width: fit-content;

}

.msMemberDetailSection .card-history-table .card-num {
	text-align: right;
	justify-content: end;
	padding-right: 24px;
}

.msMemberDetailSection #tab-2 .table-wrap {
	height: calc(100vh - 578px);
	overflow-x: hidden;
	padding-bottom: unset;
}

.msMemberDetailSection #tab-3 .table-wrap {
	height: calc(100vh - 269px);
	overflow-x: hidden;
	padding-bottom: unset;
	margin-top: unset;
	border-top: unset;
}


.slidModal .input-inItem-wrap {
	position: relative;
}

.slidModal .input-inItem-wrap .readonly-input {
	border: unset;
	height: 56px;
	border-radius: 8px;
}

.slidModal .input-combined-wrap .input-inItem-wrap .default-input {
	border-radius: 8px;
	min-height: 56px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
}


.slidModal .input-inItem-wrap  .title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.slidModal .input-inItem-wrap .default-input {
	max-width: unset;
	height: 56px;
	border-radius: 8px;
}


.adrEditModal .btn-line-violet {
	width: 80px;
	height: 56px;
}





.adrEditModal .input-combined-wrap {
	gap: 12px;
}

.slidModal .input-combined-wrap .input-inner-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}

.slidModal .adr-combined-wrap {
	display: flex;
	flex-direction: column;
}


.adrEditModal  .default-input {
    height: 56px;
	border-radius: 8px;
}


input[readonly] {
	width: 100%;
	border-radius: 8px;
	border: unset;
	height: 56px;
	background-color: #f5f5f5;
	max-width: unset;
	color: rgba(41, 41, 41, 0.4) !important;
	font-size: 18px;
}


.historyAddModal textarea {
	border-radius: 8px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
	padding: 18px 24px;
	min-height: 591px;
}




.msInquirySection .table-wrap {
	height: calc(100vh - 291px);
}

.msInquirySection .table-wrap::after {
	display: none;
}

.msInquirySection .styled-table tbody td {
	padding: 24px 12px;
}


.inquiryModal .box-wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-bottom: unset;
	overflow-y: unset;
}

.inquiryModal .box-in-wrap textarea {
	border: unset;
	border-radius: unset;
	background-color: unset;
	height: 240px;
	padding:unset;
}

.inquiryModal .slide-title {
	margin-bottom: 8px;
}

.inquiryModal .modal_content {
	padding: 40px 0px 0px;
}

.inquiryModal .modal-dep-content {
	width: calc(100% - 80px);
	margin: 0 auto;
}

.inquiryModal .modal-dep-content .box-wrap {
	padding-bottom: unset;
}

.inquiryModal .inquiry-img-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	overflow-x: scroll;
	padding-right: 40px;
	margin-left: 40px;
}

.inquiryModal .img-wrap {
	position: relative;
	min-width: 80px;
	min-height: 80px;
	padding-top: 20%;
	overflow: hidden;
	border-radius: 16px;
	background-color: #f5f5f5;
}

.inquiryModal .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inquiryModal .admin-textarea {
	width: 100%;
	height: 400px;
	border-radius: unset;
	background-color: unset;
	font-size: 16px;
	line-height: 2;
	color: #000;
	border: unset;
}

.msInquirySection .previewModal.open {
	display: block;
}

.inquiryModal .info-txt-wrap {
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
}


.inquiryModal .btm .lavender-box {
	margin-top: 24px;
}

.inquiryModal .box-scroll-wrap {
	overflow-y: scroll;
	padding-bottom: 60px;
}

.inquiryModal .box-in-wrap {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}


.inquiryReplyModal .modal-container {
	position: relative;
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.inquiryReplyModal .modal_content {
	max-width: unset;
}

.inquiryReplyModal .modal_extend_content {
	border-radius: unset;
}


.inquiryReplyModal .box-in-wrap {
	margin: unset;
	max-width: unset;
}

.inquiryReplyModal .le_content{
	padding-left: 40px;
	padding-right: 8px;
}

.inquiryReplyModal .inquiry-img-wrap {
	margin-left: unset;
}

.inquiryReplyModal .img-wrap {
	padding-top: 22%;
}

.inquiryModal .le_content .modal-dep-content {
	padding: unset;
}

.inquiryReplyModal .modal-container {
	width: 100%;
	max-width: 882px;
}

.inquiryReplyModal .modal-content {
padding-left: 40px;

}

.inquiryReplyModal .box-in-wrap textarea {
	height:336px;
}

.inquiryReplyModal .modal_extend_content textarea {
	height: 559px;
	padding: 24px;
	margin-top: 72px;
}

.inquiryReplyModal .modal_extend_content .input-item-wrap {
	max-width: 400px;
}

.inquiryReplyModal .modal_extend_content {
	padding-left: 8px;
}


.msHomepageSection .search-filters-wrap {
	margin-top: 24px;
}

.msHomepageSection .search-filters-wrap .inner-wrap {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 12px;
}

.msHomepageSection .btn-register {
	width: 145px;
	height: 64px;
	border-radius: 12px;
	border: 1.5px solid #a53eff;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #a53eff;
}

.inquiryPopup .btn-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
	justify-content: center;
}

.inquiryPopup {
	width: 560px;
}


.inquiryPopup .popup-content {
	padding: unset;
}

.inquiryPopup .btn {
	width: 232px;
	height: 48px;
	border-radius: 24px;
	background-color: #392b8a;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.inquiryPopup .btn-submit {
	background-color: #6048f3;
}


.msHomepageSection .styled-table tbody td {
	padding: 24px 12px;
}

.msHomepageSection .table-notice-wrap .btn-del {
	text-decoration: underline;
}



.homepageEditModal .modal_content  {
	max-width: 882px;
}

.homepageEditModal .input-inItem-wrap .default-input {
	height: 56px;
	border-radius: 8px;
}

.homepageEditModal .input-inItem-wrap:not(:last-child) {
	margin-bottom: 12px;
}

.homepageEditModal .editor {
	height: 440px;
}

.homepageEditModal .ql-toolbar.ql-snow {
	margin-top: 12px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
}

.homepageEditModal .ql-editor {
    border: solid 1px #e4e4e4;
	background-color: #fff;
}

.msHomepageSection #tab-2 .re-min .default-input {
	min-width: 260px;
}


.promotionEditModal input[type="date"] {
	padding-left: 120px;
}

.half-box {
	width: 100%;
	max-width: 1128px;
}

.overview-content .reviewBox {
	flex-direction: row;
	width: 100%;
}

.review-add-box {
	width: 100%;
	max-width: 648px;
	padding: 40px;
	padding-bottom: unset;
}

.review-item {
	width: 100%;
	border-radius: 16px;
	background-color: #f5f5f5;
	padding: 32px;
}

.review-wrap {
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
	height: calc(100vh - 291px);
}



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

.review-item .cont-wrap {
	display: flex;
	align-items: center;
	gap: 48px;
	width: 100%;
}

.review-item .img-wrap {
	position: relative;
	width: 100%;
	max-width: 160px;
	padding-top: 18.5%;
	overflow: hidden;
	border-radius:50%;
}

.review-item .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-item .title {
	font-size: 28px;
	font-weight: bold;
	color: #202020;
	line-height: 1.43;
}

.review-item .detail {
	font-size: 18px;
	font-weight: 200;
	color: #202020;
	line-height: 1.44;
	max-width: 488px;
}

.review-item .date-wrap {
	display: flex;
	align-items: center;
	gap: 32px;
	min-width: fit-content;
}

.review-item .date-wrap .date-item {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #aeaeae;
}

.review-item .date-wrap .date-item:first-child:after {
	position: absolute;
	content: "";
	top: 50%;
	right:-16px;
	transform: translate(-50%,-50%);
	width: 1px;
	height: 100%;
	background-color: #aeaeae;;
}

.review-add-box .default-input {
	height: 56px;
	padding: 0 24px;
	border-radius: 8px;
	margin-top: 12px;
}

.review-add-box .default-input::placeholder {
	font-size: 18px;
	color: #2929296c;
}

.review-add-box textarea.default-input {
	height: 168px;
	padding: 18px 24px;
}

.review-add-box .input-item-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.review-add-box .input-item-wrap:not(:last-child) {
	margin-bottom: 24px;
}

.review-add-box .input-inner-wrap {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: unset;
}

.review-add-box .input-inner-wrap .btn-line-violet {
	position: absolute;
	width: 120px;
	height: 56px;
	bottom: 0;
	left: 0;
}


.review-add-box .input-inner-wrap  .title {
	margin-bottom: unset;
}

.review-add-box .input-inner-wrap .input-inItem-wrap {
	width: 100%;
	max-width: calc(100% - 120px - 12px);
	margin-left: 132px;
}

.review-add-box .input-inner-wrap .input-item-wrap {
	gap: 12px;
}

.review-add-box .btn-line-violet {
	font-size: 16px;
	font-weight: 600;
	color: #6048f3;
}


.review-add-wrap {
	overflow-y: scroll;
	max-height: 705px;
}

.review-add-box .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 32px;

}

.review-add-box .btn-wrap .btn {
	border-radius: 16px;
	background-color: #b8b8b8;
	width: 160px;
	height: 64px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.review-add-box .btn-wrap .btn-register {
	width: 240px;
	background-color: #6048f3;
	border-color: #6048f3;
}



/* 마스터 - 지점 등록 */

.msLRSection .box-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.msLRSection .overview-box {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.msLRSection .white-le-box {
	width: 100%;
	max-width: 648px;
	min-width: 360px;
	position: relative;
	padding: 40px;
	padding-bottom: 8px;
}

.msLRSection .white-ri-box {
	width: 100%;
	max-width: 1128px;
	min-width: 780px;
}

.msLRSection .box-wrap .input-inner-wrap .title {
	font-weight: bold;
	margin-bottom: 12px;
}

.msLRSection .scroll-wrap {
	margin-top: unset;
}

.msLRSection .default-input {
	width: 100%;
	height: 56px;
	border-radius: 8px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
}

.msLRSection .input-inner-wrap .input-item-wrap {
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.msLRSection .input-item-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 12px;
}

.msLRSection .input-inItem-wrap {
	width: 100%;
}

.msLRSection .btn-search {
	width: 120px;
	height: 56px;
	border-radius: 8px;
	border: solid 1.5px #6048f3;
	background-color: #fff;
	color: #6048f3;
}

.msLRSection input[readonly] {
	border: unset;
	background-color: #f5f5f5;
	color: rgba(41, 41, 41, 0.4);
	font-size: 18px;
}

.msLRSection .input-wrap {
	display: flex;
	gap: 40px;
}

.msLRSection .radio-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.msLRSection .white-ri-box .input-item-wrap {
	width: calc(100% / 2);
}

.msLRSection .white-ri-box .radio-item {
	width: calc((100% - 16px * 2) / 3);
	flex-wrap: wrap;
	gap: 16px;
}

.msLRSection .type2 .radio-item {
	width: calc((100% - 16px * 1) / 2);
}

.msLRSection .radio-label {
	width: 100%;
}

.msLRSection .white-ri-box .input-inner-wrap {
	width: calc(100%/2);
}

.msLRSection .white-ri-box .input-inner-wrap .input-item-wrap {
	gap: 12px;
	width: 100%;
}

.msLRSection .input-unit-wrap {
	position: relative;
}

.msLRSection .unit {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 600;
	color: #292929;
}

.msLRSection .white-ri-box .input-one-wrap {
	width: 100%;
}

.msLRSection textarea {
	padding: 24px;
	height: 158px !important;
}

.msLRSection .upload-box {
	width: 100%;
	height: 120px;
	border-radius: 8px;
	background-color: #EEEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.msLRSection .upload-box .guide-txt {
	font-size: 16px;
	color: #C4C4C4;
}

.msLRSection .upload-box .x-icon {
	font-size: 16px;
	color: #C4C4C4;
}

.msLRSection .file-list-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	margin-top: 34px;
	width: calc(100% / 2);
	gap: 8px 12px;
	height: fit-content;
	max-height: 120px;
	overflow-y: scroll;
}

.msLRSection .file-item {
	display: flex;
	align-items: center;
	gap: 4px;
	height: 30px;
	width: fit-content;
	padding: 0 18px;
	background-color: #EEEFEF;
	border-radius: 15px;
}

.msLRSection .file-item .title,
.msLRSection .file-item .x-icon {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: unset;
	color: #202020;
}

.msLRSection .edit-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
}

.msLRSection .edit-btn-wrap .le-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.msLRSection .edit-btn-wrap .btn {
	height: 64px;
	border-radius: 8px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	width: 160px;
}

.msLRSection .edit-btn-wrap .btn-reset {
	background-color: #B8B8B8;
}

.msLRSection .edit-btn-wrap .btn-cancel {
	background-color: #392B8A;
}

.msLRSection .edit-btn-wrap .btn-save {
	background-color: #6148F3;
	width: 240px;
}


.msLESection .white-ri-box {
	max-width: unset;
}



.msLocationOpenSection .pakageTab {
	display: none;
	gap: 48px;
}

.msLocationOpenSection .pakageTabb .ri-content {
	    max-width: 686px;
		overflow: scroll;
}

.msLocationOpenSection .tab-content.current {
	display: flex;
}

.msLocationOpenSection .pakageTab .le-content {
	width: 342px;
}


.pakageTab {
	margin-top: 12px;
}

.pakageTab .content-title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.pakageTab .sub-txt {
	font-size: 14px;
	color: #292929;
}

.msLocationOpenSection .default-input {
	width: 100%;
	height: 48px;
	border-radius: 8px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
}

.pakageTab .input-item-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pakageTab .input-item-wrap .input-inItem-wrap {
	width: 100%;
}


.msLocationOpenSection .pakageTab .input-item-wrap {
	flex-direction: row;
}

.msLocationOpenSection .pakageTab .input-item-wrap .btn-search {
	height: 40px;
}


.msLocationOpenSection .pakageTab .slide-item .input-item-wrap {
	flex-direction: column;
}

.pakageTab .btn-search {
	width: 80px;
	height: 48px;
	border-radius: 8px;
	border: solid 1.5px #6048f3;
	background-color: #fff;
	color: #6048f3;
}

.pakageTab .radio-wrap {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.pakageTab .radio-label {
	width: 51px;
	height: 39px;
	font-size: 16px
}


.pakageTab .ri-content {
	position: relative;
	width: calc(100% - 342px);
	/* min-width: 748px; */
	/* max-width: 880px; */
	border-radius: 16px;
	background-color: #f5f5f5;
	padding: 24px;
	padding-right: unset;
}


.msLocationOpenSection .unitTab {
	overflow-x: scroll;
}

.white-ri-box {
	overflow: scroll;
}

.white-full-box {
	width: 100%;
}


.unitTab .ri-content {
	padding-right: 24px;
	width: 100%;
}


.unitTab .styled-table tbody td {
	padding: 24px 12px;
}

.pakageTab .title-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pakageTab .storage-title {
	font-size: 24px;
	font-weight: 500;
	opacity: 0.4;
}

.pakageTab .storage-type {
	font-size: 24px;
	font-weight: bold;
}

.pakageTab .storage-size {
	font-size: 16px;
	color: #000;
}

.pakageTab .edit-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 48px;
}

.pakageTab .edit-btn-wrap .le-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pakageTab .edit-btn-wrap .btn {
	height: 48px;
	border-radius: 16px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 120px;
}

.pakageTab .edit-btn-wrap .btn-reset {
	background-color: #B8B8B8;
}

.pakageTab .edit-btn-wrap .btn-cancel {
	background-color: #392B8A;
}

.pakageTab .edit-btn-wrap .btn-save {
	background-color: #6148F3;
	width: 160px;
}

.pakageSwiper {
	margin-top: 24px;
}

.pakageTab .swiper-btn-wrap {
	position: absolute;
	top: 48px;
	right: 24px;
	width: 82px;
	background-color: red;
	z-index: 999;
	display: flex;
	gap: 8px;
}

.pakageTab .swiper-btn {
	position: absolute !important;
	left: unset;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.08);
}

.pakageTab .swiper-button-next:after,
.pakageTab .swiper-button-prev:after {
	font-size: 14px;
	color: #000;
}

.pakageTab .swiper-slide {
	min-width: 200px;
}

.pakageTab .slide-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 16px 12px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pakageTab .default-input {
	height: 40px;
}
.pakageTab input[readonly] {
	border-radius: 8px;
	border: unset;
	background-color: #f5f5f5;
	color: rgba(41, 41, 41, 0.4);
}
.pakageTab .total-item-wrap input {
	font-weight: bold !important;
}

.pakageTab .default-select {
	border-radius: 8px;
}

.pakageTab .input-unit-wrap {
	position: relative;
}

.pakageTab .input-unit-wrap .default-input {
	text-align: right;
	padding-right: 28px;
	font-size: 14px;
	font-weight: 500;
	color: #292929;
}

.pakageTab .input-unit-wrap .unit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.4;
	color: #292929;
} 

.pakageTab .item-detail-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pakageTab .detail-title,
.pakageTab .detail-num span{
	font-size: 14px;
	color: #292929;
	opacity: 0.5;
}

.pakageTab .detail-num span { 
	margin-left: 4px;
}

.pakageTab .detail-num {
	font-size: 14px;
	color: #292929;
}

.pakageTab .btn-del,
.pakageTab .btn-add {
	width: 66px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	color: #292929;
	opacity: 0.5;
	border-radius: 12px;
	background-color: rgba(0, 0, 0, 0.08);
	margin: 0 auto;
}

.pakageTab .btn-add {
	width: fit-content;
	padding: 0 12px;
}

.pakageTab .btn-del .x-icon,
.pakageTab .btn-add .x-icon {
	font-size: 16px;
	color: #292929;
	opacity: 0.5;
}

.pakageTab .deco-box {
	border: 1px dashed #e4e4e4;
	min-height: 402px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
}


.pakageTab .btn-add-unit {
	position: absolute;
	width: 88px;
	height: 32px;
	border-radius: 16px;
	background-color: rgba(0, 0, 0, 0.08);
	font-size: 14px;
	color: #000;
	right: 24px;
}

.unitTab .styled-table {
	width: inherit;
}

.unitTab .table-wrap {
	overflow-x: scroll;
}

.unitTab .styled-table th {
	background-color: #f5f5f5;
		border-bottom: none;
			word-break: keep-all;
}


.unitTab .styled-table tbody {
	overflow: unset;
}

.unitTab .styled-table th:first-child,
.unitTab .styled-table tbody td:first-child {
	min-width: 77px;
}

.unitTab .styled-table thead {
	background-color: unset;
}

.unitTab .styled-table tbody tr {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}

.unitTab .btn-td .btn,
.branchStorageTab .btn-td .btn {
	color: #1492e6;
	font-size: 14px;
	font-weight: 500;
}

.unitTab .btn-td .divi-bar,
.branchStorageTab .btn-td .divi-bar  {
	height: 8px;
	width: 1px;
	background-color: #707070;
	margin: 0 12px;
}

.unitTab .table-wrap::after {
	display: none;
}

.msLocationOpenSection .slidModal .default-input {
	height: 56px;
	border-radius: 8px;
}

.msLocationOpenSection .slidModal .sub {
	font-size: 14px;
	color: #292929;
}


.branchStorageTab .ri-content {
	width: 100%;
	padding-right: 24px;
	padding-bottom: unset;
}


.branchStorageTab .table-wrap::after {
	display: none;
}


.branchStorageTab .styled-table th {
	background-color: #f5f5f5;
}


.branchStorageTab .styled-table tbody tr {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}


.branchStorageTab .styled-table tbody {
	border-radius: unset;
}
@media screen and (max-width: 1024px) {

.inquiryPopup {
	width: 80%;
}

.inquiryModal .modal-dep-content,
.inquiryModal .box-in-wrap {
	max-width: unset;
	width: calc(100% - 40px);
}

.inquiryModal .inquiry-img-wrap {
	margin-left: 20px;
}


}




/* TPA */
.custom-legend {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  font-size: 10px;
  color: #000;
}

.custom-legend .legend-item {
  display: flex;
  align-items: center;
}

.custom-legend .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.custom-legend .dot.orange {
  background-color: #ffaa1d;
}

.custom-legend .dot.blue {
  background-color: #004bff;
}

.custom-legend .divider {
  width: 1px;
  color: #f5f5f5;
}

.custom-legend .unit {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.84);
}

.dashboardSection .white-notice-box {
	width: 38%;
	/* max-width: 503px; */
	max-height: 400px;
	overflow: hidden;
	/* width: 503px; */
}

.box-head-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-head-wrap .title {
	margin-bottom: unset;
}

.box-head-wrap .sub-btn-wrap {
	position: unset;
}

.white-box .box-head-wrap .link-btn {
	font-size: 16px;
	font-weight: bold;
	color: #140820;
}

.white-box .box-head-wrap .link-btn i {
	margin-left: 8px;
}

.dashboardSection .notice-list-wrap {
    overflow-y: scroll;
	margin-top: 20px;
	max-height: 346px;
	padding-bottom: 32px;
}

.dashboardSection .notice-list,
.noticeSection .notice-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.white-notice-box .notice-item-wrap {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: flex-start;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
}

.white-notice-box .thum-img-wrap {
  width: 120px;      
  min-width: 120px;
  aspect-ratio: 1 / 1;   
  position: relative;
  overflow: hidden;
  border-radius: 8px;      
}

.white-notice-box .thum-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

.white-notice-box .notice-cont-wrap {
	width: 100%;
	/* max-width: 311.5px; */
	max-width: calc(100% - 144px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.white-notice-box .cont-top-wrap {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 4px;
	gap: 4px;
}

.white-notice-box .notice-sticker {
	width: fit-content;
	padding: 0 12px;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #ff6c61;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.white-notice-box .notice-title {
	font-size: 16px;
	font-weight: 500;
	color: #140820;
	display: block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow: ellipsis;
}

.white-notice-box .cont-mid-wrap,
.white-notice-box .cont-mid-wrap p {
	font-size: 14px;
	opacity: 0.8;
	color: #140820;
	line-height: 1.43;
	word-break: keep-all;
	White-space:normal; 
	display: -webkit-box; 
	-webkit-line-clamp:3; 
	-webkit-box-orient: vertical; 
	overflow: hidden;
	min-height: calc(14px * 1.43 * 3);
}

.white-notice-box .cont-date {
	font-size: 14px;
	opacity: 0.4;
	color: #140820;
}

.white-pie-box .pie-wrap {
	padding: 10px;
	border-radius: 113.5px;
	background-color: #f5f5f5;
	gap: 8px;
}

.rank-box-wrap {
	width: 100%;
}

.rank-box-wrap .input-item-wrap {
	display: flex;
	justify-content: end;
}

.rank-wrap {
  display: flex;
  gap: 16px;
  justify-content: start;
}

.rank-tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tab-btn {
  padding: 8px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  color: #a4a4a4;
}

.tab-btn.active {
  border-color: #275aff;
  color: #275aff;
}

.rank-table {
  flex: 1;
  overflow-y: scroll;
  max-height: 200px;
  width: 100%;
  min-height: 208px;
  border-bottom: 1px solid #000;
}

.rank-header {
  padding: 8px 10px 8px 0;
  border-radius: 2px;
  display: flex;
  background: #f9f9f9;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 1;

}

.rank-body {
  max-height: 300px;
  overflow-y: auto;
}

.rank-row {
  display: flex;
  padding: 6px 10px 6px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.rank-table .col {
  flex: 1;
  color: #000;
  word-break: keep-all;
  justify-content: center;
}


.rank-table div {
	font-size: 14px;
	color: #000;
}


.rank-table .rank   {
	 flex: 0 0 15%; 
	 text-align:center;
}

.rank-table .amount { 
	flex: 1; 
	text-align: right;
 }


.rank-table .name { 
	flex: 0 0 20%; 
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	gap: 8px;
	padding-left: 24px;
} 

.rank-table .colorMark {
	width: 12px;
	height: 12px;
	border-radius: 2px;
}



/* 회원관리 userManageSection */

.userManageSection .top-le-content {
	display: flex;
	align-items: center;
}

.btn-filter {
	max-width: 40px;
}

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

.toolBarWrap  .status-wrap {
	margin-top: unset;
}

.btn-line {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 40px;
	padding: 0 20px;
    border-radius: 20px;
    border: solid 1px #000;
	font-size: 16px;
	color: #000;
}

.btn-blue-line {
    border: solid 1px #275aff;
	color: #275aff;
}

.toolBarWrap .action-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	justify-content: end;
}

.toolBarWrap .action-inner-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: fit-content;
}

.table-wrap input[type="checkbox"] {
	appearance: none;            /* 기본 스타일 제거 */
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	position: relative;
}


/* 체크됐을 때 스타일 */
.table-wrap input[type="checkbox"]:checked {
  background-color: #275aff;
  border-color: #275aff;
}

/* 체크 아이콘  */
.table-wrap input[type="checkbox"]::after {
  content: '';
  display: none;
  width: 3px;
  height:9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* 체크됐을 때 체크 아이콘 보이기 */
.table-wrap input[type="checkbox"]:checked::after {
  display: block;
}

.styled-table  .table-body {
	border-radius: 16px;
	overflow: scroll;
}


.table-cell {
	position: relative;
	display: flex;
	justify-content: center;
}

.styled-table .table-head .table-cell {
	font-size: 14px;
}

.styled-table .table-cell {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	word-break: keep-all;
}

.styled-table .memo-cell,
.styled-table .memo-cell p {
	display: block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow: ellipsis;
	padding-right: 8px;
}

.styled-table .grey-cell {
	opacity: 0.4;
}

.styled-table .table-row {
	padding: 23px 0px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #fff;
	max-height: 64px;
}

.styled-table .red-cell {
	color: #ff6c61;
}

.styled-table .table-m-title.red {
	color: rgba(255, 108, 97, 0.8);
}

.styled-table .table-m-title {
	font-size: 14px;
	font-weight: 500;
	color:rgba(0, 0, 0, 0.4);
	min-width: 76px;
	margin-right: 24px;
}

.styled-table .table-m-title.mb {
	display: none;
}


.userManageTable  .table-head .table-cell {
	font-size: 16px;
	font-weight: 500;
}

.userManageTable .table-cell {
	font-size: 14px;
	font-weight: normal;
}



.btn-table-line {
	border-radius: 16px;
	border: solid 1px #e4e4e4;
	background-color: rgba(255, 255, 255, 0.88);
	height: 32px;
	width: fit-content;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	min-width: fit-content;
	word-break: keep-all;
}

.styled-table .badge-new {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
    background-color: #ff6c61;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 11px;
	font-weight:bold;
	color: #fff;
}


.filter-tabs {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}


.filter-tabs .tab-link {
	width: fit-content;
	cursor: pointer;
	border-radius: 20px;
	background-color: #f5f5f5;
}

.filter-tabs .status-item {
	display: flex;
	align-items: center;
	padding: 0 20px 0 16px;
	height: 40px;
	gap: 8px;
}

.filter-tabs .tab-link.current {
	background-color: rgba(39, 90, 255, 0.12);
}

.filter-tabs .status-item .item-title {
	font-size: 16px;
	color: #000;
}





.slidModal .date-input-wrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.slidModal .date-input-wrap .date-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 44px;
	font-size: 17px;
	font-weight: 300;
	color: #000;
	opacity: 0.4;
	min-height: unset;
}


.slidModal .date-input-wrap input {
	width: 100%;
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 12px;
	height: 56px;
	width: 100%;
	padding: 0 24px;

}

.input-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.calendar-icon {
  position: absolute;
  left: 12px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  color: #999; /* 아이콘 색상 */
}

input.default-input.with-icon {
  padding-left: 40px; /* 아이콘 공간 */
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* 기본 달력 아이콘 숨김 */
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
}


/* 회원관리 - 단체 등록 register-bulk */

.btn {
	display: flex;
	justify-content: center;
}

.btn-dark-blue {
    background-color: #022185;
}

.btn-blue {
    background-color:  #275aff;
}

.white-main-box {
	width: 100%;
	max-width: 1350px;
}



.white-side-box {
	width: 100%;
	max-width: 480px;
	transition: all 0.3s ease-in-out;
}

.bulk-main-wrap {
	max-width: unset;
}

.white-main-box .toolBarWrap .title {
	font-size: 24px;
	margin-bottom: unset;
	min-width: fit-content;
}

.regiBulkTableWrap {
	height: calc(100vh - 474px);
}

.summary-action-wrap {
	margin-top: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.summary-action-wrap .summary-box {
	width: 100%;
	height: 56px;
	border-radius: 16px;
    background-color: #f5f5f5;
	padding: 0 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary-action-wrap .summary-title {
	font-size: 20px;
	color: #000;
}

.summary-action-wrap strong {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.summary-action-wrap .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

.summary-action-wrap .btn-wrap .btn {
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	height: 56px;
	border-radius: 8px;
}

.summary-action-wrap .btn-cancel {
	max-width: 160px;
}

.summary-action-wrap .btn-cancel {
	max-width: 240px;
}


.search-combo-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  height: 40px;
  background-color: #fff;
  width: 100%;
  max-width: 640px;
}

.search-combo-select {
  width: 100px;
  padding-left: 20px;
  font-size: 16px;
  height: 100%;
  cursor: pointer;
  display: flex;
  color: #000;
}

.search-combo-select select {
	width: 100%;
	height: 100%;
	appearance: none;
	border: none;
	background: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px;
	font-size: 16px;
	color: #000;
}

.search-combo-input {
  flex: 1;
  border: none;
  padding-right: 16px;
  font-size: 16px;
  outline: none;
  background-color: transparent;
  color: #333;
}

.search-combo-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}

.search-combo-btn {
  background-color: #275aff;
  color: #fff;
  border: none;
  padding: 0 24px 0 20px;
  font-weight: bold;
  height: 100%;
  cursor: pointer;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  word-break: keep-all;
}

.search-combo-btn:hover {
  background-color: #1740cc;
}

.adminManageSection .white-box,
.branchManageSection .white-box {
	padding-bottom: unset;
}

.adminManageSection .table-body,
.branchManageSection .table-body {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

.adminManageSection .table-body:last-child,
.branchManageSection .table-body:last-child {
	border-radius: 16px;
}


.adminManageTableWrap .typeHead,
.branchManageTableWrap .typeHead {
	background-color: rgba(39, 90, 255, 0.08) !important;
}

.adminManageTableWrap .type-cell {
	opacity: 0.5;
}

.adminManageTableWrap .typeHead .type-cell {
	opacity: unset;
}


.adminManageSection .top-le-content,
.branchManageSection .top-le-content{
	display: flex;
	align-items: center;
}



/* 공지사항 */
.noticeSection .top-le-content {
	display: flex;
	align-items: center;
}

.noticeSection .white-notice-box {
	padding-bottom: unset;
	max-width: 458px;
}

.notice-view-wrap {
    display: flex;
    width: 100%;
}

.noticeSection .notice-list {

}

.noticeSection .notice-list-wrap {
    overflow-y: scroll;
	margin-top: 20px;
	height: calc(100vh - 300px);
		padding-bottom: 24px;

}

.noticeSection .filter-tabs {
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.noticeSection .white-main-box {
	position: relative;
}
/* 
.noticeSection .notice-edit-box,
.noticeSection .notice-view-box {
	display: none;
} */

.noticeSection .notice-edit-box {
	display: none;
}

.noticeSection .notice-edit-box.active {
	display: block;
}

.noticeSection .notice-view-box.hide {
	display: none;
}

.noticeSection .toolBarWrap {
	position: absolute;
	top: 24px;
	right: 24px;
}

.noticeSection .notice-view-wrap {
	height: calc(100vh - 250px);
	max-width: 640px;
	margin: 0 auto;
	overflow-y: scroll;
}

.noticeSection .inner-wrap,
.noticeRegisterSection .inner-wrap {
	width: 100%;
	min-height: fit-content;
	padding-bottom: 24px;
}

.noticeSection .notice-title-wrap {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.noticeSection .notice-title-wrap .title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: unset;
	line-height: 1.5;
}

.noticeSection .notice-img-wrap {
	display: flex;
	justify-content: center;
}

.noticeSection .notice-title-wrap .date {
	font-size: 14px;
	color: #000;
	opacity: 0.4;
}


/* 공지사항 등록 noticeRegisterSection */
.noticeRegisterSection {

}

.noticeRegisterSection .white-main-box > .title {
	font-size: 24px;
	color: #000;
	margin-bottom: unset;
}

.noticeRegisterSection .notice-view-wrap {
	max-width: unset;
	display: flex;
	flex-direction: column;
	margin-top: 16px;
}

.notice-summary-box {
	width: 100%;
	display: flex;
	gap: 16px;
}

.thumbnail-box {
  width: 100%;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thumbnail-preview {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 3;
  background-color: #f5f5f5;
  border: solid 1.5px #e4e4e4;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 영역에 맞춰 채움 */
  display: block;
}

.thumbnail-upload-btn {
  width: 100%;
  max-width: 120px;
  margin-top: 12px;
  display: inline-block;
  padding: 10px 8px;
  border: solid 1.5px #275aff;
  border-radius: 8px;
  color: #275aff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.notice-editor {
	width: 100%;
	margin-top: 16px;
	height: 338px;
}

.cke_chrome {
	border-radius: 8px;
	overflow: hidden;
}

.notice-mata-wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.notice-view-wrap .input-inItem-wrap {
    position: relative;
}

.notice-view-wrap .default-input {
	height: 56px;
	border-radius: 8px;
}

.notice-view-wrap .input-inItem-wrap .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
	margin-bottom: unset;
}

.notice-view-wrap textarea.default-input {
	height: 92px;
	padding-top: 20px;
}

.notice-view-wrap .input-inItem-wrap.type2 .title {
	top: 18px;
	transform: unset;
}



.notice-view-wrap input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    position: relative;
}

.notice-view-wrap input[type="checkbox"]:checked {
    background-color: #275aff;
    border-color: #275aff;
}

.notice-view-wrap input[type="checkbox"]:checked::after {
    display: block;
}

.notice-view-wrap input[type="checkbox"]::after {
    content: '';
    display: none;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.notice-view-wrap .checkbox-label,
.report-view-wrap  .checkbox-label {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: fit-content;
}


.notice-view-wrap .label-text,
.report-view-wrap .label-text {
	font-size: 20px;
	color: #000;
}

.checkbox-label input:checked + .label-text {
  font-weight: bold;
}


.notice-view-wrap .summary-action-wrap .btn-wrap {
	justify-content: end;
}
.noticeRegisterSection textarea.default-input.h-56 {
	padding-top: 18px;
}

.summary-action-wrap .btn-wrap .btn-reset {
	max-width: 160px;
}

.summary-action-wrap .btn-wrap .btn-save {
	max-width: 240px;
}

/* 사고접수페이지 reportSection */

.reportSection .white-box {
	height: unset;
}

.reportSection .top-le-content {
	display: flex;
	align-items: center;
}

.reportSection .view-wrap {
	height: fit-content;
}


.reportSection .white-report-box {
	width: 50%;
	max-width: 506px;
	/* max-height: 400px; */
	overflow: hidden;
	min-width: fit-content;
	   height: calc(100vh - 300px);
}

.reportSection .white-main-box {
	max-width: 1270px;
}

.reportSection .side-top-wrap > .title {
	margin-bottom: unset;
}

.reportSection .side-top-wrap {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.reportSection .side-top-wrap .action-btn-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.reportSection .white-report-box .btn-line {
	height: 30px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 20px;
}

.reportSection .btn-excel {
	max-width: 154px;
}

.reportSection .btn-apply {
	max-width: 128px;
}



.reportSection .report-list-wrap {
    overflow-y: scroll;
    margin-top: 20px;
    height: calc(100vh - 300px);
}


.report-card {
  padding: 16px 0;
  border-bottom: 1px dashed #e0e0e0;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.report-row {
  display: flex;
  position: relative;
}

.report-row p {
	font-size: 14px;
    color: #140820;
	opacity: 0.8;
}

.report-date-row p {
    font-size: 16px;
    font-weight: 500;
    opacity: unset;
}


.report-date-row .report-status {
  margin-left: 8px;
  font-weight: bold;
  font-size: 14px;
  color: #275aff;
}

.report-inner-row  {
	display: flex;
	gap: 14px;
	margin-top: 10px;
}

.report-inner-row .report-row {
	position: relative;
}

.report-row:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: rgba(20, 8, 32, 0.8);
}


.is-active {
  color: #275aff;
}

.is-active .report-label,
.is-active .report-value {
  color: #275aff;
}

.is-active .report-status {
  color: #ff6d6d;
}


/* 처리완료상태 */
.report-done .report-date-row p {
	opacity: 0.4;
}

.report-done .report-row p {
	opacity: 0.32;
}

.report-done .report-row:not(:last-child)::after {
    background-color:  rgba(20, 8, 32, 0.32);

}



.report-done .report-status {
  display: none;
}


/* 클릭 시 */
.report-done .report-date-row p {
	opacity: 0.4;
}

.report-done .report-row p {
	opacity: 0.32;
}

.report-done .report-row:not(:last-child)::after {
    background-color:  rgba(20, 8, 32, 0.32);

}



.is-active .report-date-row p {
 color: #275aff;
 opacity: unset;
}

.is-active .report-row p {
	opacity: 0.8;
}

.is-active .report-row:not(:last-child)::after {
    background-color: rgba(39, 90, 255, 0.8);
}

.reportSection .white-main-box .title {
	font-size: 24px;
	margin-bottom: 24px;
}


/* 사고접수 폼 */
.accident-form-wrap {
  font-size: 14px;
}

.accident-form-wrap .form-title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
}

.accident-form-wrap .form-section {
  margin-bottom: 24px;
}

.accident-form-wrap input[type="checkbox"],
.accident-form-wrap input[type="radio"] {
	display: flex;
}

.accident-form-wrap .form-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.accident-form-wrap .full-row {
	flex-direction: column;
	flex-wrap: nowrap;
}
.accident-form-wrap .btn-search {
  background-color: #0a1f62;
  color: #fff;
}

.col-wrap {
	display: flex;
	gap: 16px;
}


.two-col > div,
.three-col > div {
  flex: 1;
  max-width: 386px;
}

/* input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
} */

.radio-group {
  display: flex;
  gap: 12px;
}

.accident-form-wrap .form-selected-list {
  display: flex;
  /* flex-wrap: wrap; */
 flex-wrap: nowrap;
	overflow-x: auto;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background-color: #f5f5f5;
  height: 56px;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 100%;
  /* max-width: 100%; */
  /* overflow-x: scroll;
  width: 100%; */
}



.caregiver-tag-group {
  display: flex;
  gap: 8px;
  align-items: center;
  width:100%;
  /* max-width: 1200px;
  overflow-x: scroll; */
}

.caregiver-tag {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  height: 36px;
  padding: 0 16px 0 10px;
  width: fit-content;
  min-width: auto;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #fff;
  white-space: nowrap;
flex-shrink: 0;
}

.accident-form-wrap .caregiver-tag input[type="checkbox"],
.accident-form-wrap .caregiver-tag input[type="radio"] {
	display: none;
}

.caregiver-tag .tag-check {
  display: none;
}

.caregiver-tag .check-icon {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  color: rgba(0, 0, 0, 0.4);
}

.caregiver-tag .tag-text {
  color: #999;
  font-weight: 500;
}

/* ✅ 선택됐을 때 스타일 */
.caregiver-tag .tag-check:checked + .check-icon {
   color: #275aff;
}

.caregiver-tag .tag-check:checked + .check-icon::after {
  display: block;
}

.caregiver-tag .tag-check:checked ~ .tag-text {
  color: #275aff;
}

.caregiver-tag:has(.tag-check:checked) {
  border-color: #275aff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}










.btn-upload {
  background-color: #fff;
  border: 1px solid #275aff;
  color: #275aff;
}

.form-warning {
  color: #e53935;
  font-size: 13px;
  margin-top: 12px;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.btn-cancel {
  background-color: #001e90;
  color: #fff;
}

.btn-submit {
  background-color: #275aff;
  color: #fff;
}


.input-field-wrap {
	width: 100%;
	max-width: 386px;
}

.full-row .input-field-wrap {
	max-width:unset;
	width: 100%;
}

.input-field-box {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fff;
  /* flex-wrap: wrap; */
  padding:0 24px;
  height: 56px;
}

.input-field-box input {
  flex: 1;
  border: none;
  font-size: 16px;
  color: #000;
  background: transparent;
  outline: none;
}



.input-field-box.with-button {
	z-index: 1;
}

.input-field-box.with-button input {
   padding-right: 100px;
}

.input-label {
  font-weight: bold;
  font-size: 16px;
  margin-right: 16px;
  white-space: nowrap;
  color: #000;
}

.input-field-box .search-button {
  position: absolute;
  height: 56px;
  width: 88px;
  background-color: #001b7d; 
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  right: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.search-button:hover {
  background-color: #002bbf;
}

.input-field-box .input-close-btn i {
	font-size: 16px;
	color: #000;
}


.datepicker-wrap {
	position: relative;
	padding-left: 26px;
}

.form-calendar-icon {
	width: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.4);
}

.datepicker-wrap input {
  border: none;
  background: transparent;
  outline: none;
  pointer-events: none; 
}

.readonly-style,
.masterViewModal .form-textarea.readonly-style {
	background-color: #f5f5f5;;
	border: solid 1.5px #e4e4e4;
}

.form-textarea.readonly-style:focus {
  outline: none;
  box-shadow: none;
}



.input-field-box select {
	width: calc(100% - 80px);
}

.accident-form-wrap .input-item-wrap input[type="radio"] {
	display: none;
}

.accident-form-wrap .input-item-wrap .inner-wrap {
	display: flex;
	align-items: center;
}

.accident-form-wrap  .radio-label {
	max-width: 120px;
}

.accident-form-wrap .radio-item {
	width: 100%;
	max-width: 120px;
}

.accident-form-wrap .form-textarea {
	width: 100%;
	height: 200px;
	border-radius: 8px;
    border: solid 1.5px #e4e4e4;
	background-color: #fff;
	padding: 18px 24px;
}

.form-textarea.h-120 {
	height: 120px;
}


.form-textarea.h-56,
textarea.h-56 {
	height: 56px !important;
}


.form-textarea.h-250 {
	height: 250px;
}

.form-textarea::placeholder {
	opacity: 0.3;
}

.file-upload-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
}

.file-upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: 100px;
  border: 1px solid #275aff;
  color: #275aff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  height: 56px;
  font-size: 18px;
}

.file-list-wrap {
	margin-left: 12px;
	height: 56px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
}

.file-list {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 24px;
	overflow-x: scroll;
}


.file-item {
  background-color: #e4e4e4;
  padding: 2px 24px;
  border-radius: 16px;
  min-width: fit-content;
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 4px;
  color: #000;
}

.file-item i {
  font-size: 16px;
  color: #000;
}

.file-upload-wrap .input-item-wrap {
	display: flex;
	align-items: center;
}


.file-guide-wrap {
	margin-top: 32px;
}

.file-guide-wrap .guide-txt {
	font-size: 16px;
	color: #000;
}

.guide-txt.red {
	color: #ff0000;
}

.reportSection .summary-action-wrap .btn-wrap {
	justify-content: end;
}


.accident-form-wrap .form-textarea.readonly-style {
	background-color: #f5f5f5;;
	border: solid 1.5px #e4e4e4;
}





.report-view-wrap .file-list-wrap {
	border: unset;
	width: 100%;
	margin-left: unset;
}

.report-view-wrap .file-list {
	padding: unset;
	padding-right: 24px;
}

.report-view-wrap   .summary-action-wrap {
	justify-content: end;
}

.report-view-wrap  .btn-wrap {
	max-width: 240px;
}

.slidModal  .input-field-wrap {
	max-width: unset;
}

.slidModal .input-label {
    font-size: 18px;
}

.slidModal .input-field-box select {
    width: calc(100% - 84px);
}

.bulk-side-wrap .input-field-box select {
	width: calc(100% - 45px);
}

.slidModal .input-label {
	min-width: 63px;
}

.slidModal .form-title,
.bulk-side-wrap .form-title,
.white-part-box .form-title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}


.slidModal .inner-wrap {
	flex-wrap: wrap;
}

.slidModal .inner-three-wrap .radio-label {
	padding: 0 8px;
	width:100%;
	max-width: 128px;
}

.slidModal .inner-three-wrap .radio-item {
	width: calc((100% - 8px * 2) / 1);
	max-width: 128px;
}

.slidModal .inner-two-wrap .radio-label {
	padding: 0 8px;
	width:100%;
	max-width: 192px;
}


.slidModal .inner-two-wrap .radio-item {
	width: calc((100% - 8px * 2) / 1);
	max-width: 192px;
}

.slidModal .form-textarea,
.bulk-side-wrap .form-textarea {
	width: 100%;
    border-radius: 8px;
    border: solid 1.5px #e4e4e4;
    background-color: #fff;
    padding: 18px 24px;
	font-size: 18px;
	color: #292929;
	line-height: 1.44;
}


.register-method-wrap .method-title {
	font-size: 16px;
	color: #292929;
	opacity: 0.8;
}

.register-method-wrap .method-title .bold {
	font-weight: 600;
}


.alert-box {
	border-radius: 8px;
	background-color: #f5f5f5;
	padding: 18px 16px;
	font-size: 14px;
	color: #292929;
	line-height: 1.43;
	margin-top: 18px;
}

.alert-title {
	color: #ff4d4f;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.alert-title .alert-icon {
	font-style: normal;
	margin-right: 6px;
	font-size: 16px;
	color: #ff4d4f;
}

.alert-list {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.alert-list li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 1.2em;
	line-height: 1.43;

}


.alert-list li.bold {
	font-weight: bold;
}


.alert-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0.1em;
	color: #292929;
	font-size: 1.2em;
	line-height: 1; 
}






.bulk-side-wrap {
	width: 100%;
}
.bulk-side-wrap .inner-wrap {
	display: flex;
	gap: 8px;
}
.bulk-side-wrap .input-field-wrap {
	max-width: unset;
}
.bulk-side-wrap  .btn-cancel {
	background-color: unset;
	width: 100%;
	max-width: unset;
	height: 56px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #275aff;
	margin-top: 20px;
}


.slidModal .form-head-wrap,
.white-part-box .form-head-wrap,
.white-part-box .part-head-wrap {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.white-part-box .part-head-wrap {
	margin-bottom: unset;
}

.slidModal .form-head-wrap .form-title  {
	margin-bottom: unset;
}

.slidModal .head-regi-btn,
.white-part-box .head-regi-btn {
	height: 24px;
	width: fit-content;
	padding: 0 8px 0 16px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	border-radius: 12px;
	background-color: rgba(39, 90, 255, 0.08);
}

.slidModal .head-regi-btn i {
	margin-left: 4px;
	font-size: 14px;
	color: #000;
}




/* 라디오 선택 시 화면 변경 */
.radio-chk-view {
	display: none;
}

.radio-chk-view.active {
	display: block; 
}

.field-guide-wrap {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 14px;
}

.field-guide-wrap .mark {
	font-size: 16px;
	color: #292929;
}

.field-guide-wrap .guide-txt {
	font-size: 16px;
	line-height: 1.38;
	color: rgba(41, 41, 41, 0.8);
}



.masterViewModal .input-field-box input[readonly] {
	color: #292929 !important;
}


.styled-table .table-row {
	cursor: pointer;
}












/* 모바일 */

/*  */
.mb {
	display: none;
}
@media screen and (max-width: 1612px){
	.white-side-box {
		max-width: 400px;
		min-width: 320px;
	}

	.bulk-side-wrap .inner-wrap {
		flex-wrap: nowrap;
	}
	.bulk-side-wrap .inner-two-wrap label {
		width: calc((100% - 8px * 2) / 1);
	}

	.bulk-side-wrap	.radio-label {
		width: 100%;
	}


	.regiBulkTableWrap {
		max-width: 1024px;
		overflow-x: scroll;
	}

	.regiBulkTableWrap .styled-table {
		min-width: 1024px;
	}
	

	.regiBulkTableWrap .table-cell {
		font-size: 14px;
	}

	.bulk-main-wrap {
		overflow-x: scroll;
	}

	.regiBulkTableWrap {
		max-width: unset;
	}

	
}

@media screen and (max-width: 1420px) {
	.styled-table .badge-new {
		width: 18px;
		height: 18px;
		font-size: 9px;
		left: -3px;
	}
}

@media screen and (max-width: 1280px) {

	.contentSection .top-content .top-btn-wrap,
	.contentSection .top-content .menu-wrap {
		gap: 4px;
	}

	.contentSection .top-content .top-btn-wrap {
		    width: calc(100% - 432px);
	}

	.userManageSection .top-content .top-btn-wrap,
	.adminManageSection .top-content .top-btn-wrap,
	.branchManageSection .top-content .top-btn-wrap,
	.noticeSection .top-content .top-btn-wrap,
	.reportSection .top-content .top-btn-wrap {
		width: calc(100% - 722px);
	}



	.styled-table .table-cell {
		font-size: 14px;
	}

	.white-side-box {
		max-width: 320px;
	}

	.summary-action-wrap .btn-wrap {
		justify-content: end;
		gap: 8px;
	}

	.summary-action-wrap {
		gap: 4%;
	}

	.summary-action-wrap .btn-wrap .btn {
		max-width: 120px;
	}

	.regiBulkTableWrap {
		max-width: calc(100% - 12px);
	}

	.regiBulkTableWrap .styled-table {
		min-width: 954px;
	}

	.bulk-main-wrap {
		max-width: unset;
	}

}

@media screen and (max-width: 1080px) {
	.menu-wrap {
		gap: 8px;
	}

	.btn-claim {
		width: 80px;
	}

	.btn-logout {
		width: 96px;
	}

	.styled-table .badge-new {
		width: 16px;
		height: 16px;
		font-size: 8px;
	}
}

/* 공통 1024 */
@media screen and (max-width: 1024px) {


.pc {
	display: none !important;
}


.mb {
	display: flex !important;
}

.white-side-box {
	max-width: unset;
}

.white-box {
	height: unset;
}

.contentSection {
	min-width: unset;
} 

.styled-table .table-m-title.mb {
	display: flex;
}
	#masterMenu {
		display: none;
	}


	.contentSection .top-content .btn {
		height: 32px;
	}


	.btn-logout {
		height: 32px;
		line-height: 30px;
		width: 32px;
	}

	.btn-logout i {
		line-height: 30px;
		margin-left: unset;
	}

	.btn-claim {
		font-size: 14px;
		font-weight: 500;
		width: fit-content;
		padding: 0 16px;
	}

	.contentSection .top-content .top-btn-wrap {
		gap: 8px;
		width: unset;
	}

	.boardSection .logo-wrap {
		max-width: 108px;
	}

	.coverSection {
		/* background-color: #fff !important; */
	}

	.boardSection {
		padding: unset;
		margin-left: unset;
	}

	.contentSection .top-content {
		position: fixed;
		width: 100%;
		top: 0;
		padding: 8px 10px;
		background-color: #fff;
		z-index: 90;
	}

	.white-box {
		border-radius: unset;
		box-shadow: unset;
		padding: unset;
	}

	.overview-content {
		margin-top: 48px;
	}

	.toolBarWrap {
		flex-direction: column;
		justify-content: center;
	}

	.toolBarWrap .action-wrap {
		justify-content: start;
		margin-top: 24px;
	}

	.filter-tabs {
		border-bottom: 2px solid #f5f5f5;
		gap: 5%;
		padding: 10px 20px;
	}

	.filter-tabs .btn-filter {
		max-width: 16.6px;
		min-width: 16.6px;
		padding-bottom: 8px;
	}

	.filter-tabs .tab-link {
		background-color: unset;
		width: 100%;
		border-radius: unset;
		padding-bottom: 8px;

	}

	.filter-tabs .status-item .item-title,
	.filter-tabs .status-item .item-cont  {
		font-size: 14px;
	}

	.filter-tabs .status-item {
		gap: 4px;
		padding: unset;
		height: unset;
		justify-content: center;
		min-width: fit-content;
	}

	.filter-tabs .tab-link.current {
		background-color: unset;
		border-bottom: 2px solid #275aff;
	}

	.action-wrap {
		padding:0 10px;
		overflow-x: scroll;
	}

	.action-wrap .btn-line {
		min-width: fit-content;
		height: 32px;
		padding: 0 12px;
		border-radius: 16px;
		font-size: 14px;
	}


	.table-wrap {
		height: unset;
		border-top: unset;
		margin-top: 20px;
	}

	.tab-content {
		padding: 20px;
		padding-top: unset;
	}

	.styled-table .table-head {
		display: none;
	}

	.styled-table .table-body {
		border-radius: unset;
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.styled-table .table-row {
		position: relative;
		max-height: unset;
		flex-direction: column;
		align-items: start;
		padding: 20px;
		border-radius: unset;
		border-bottom: unset;
		background-color: #f5f5f5;
	}

	.styled-table .table-row:first-child {
		border-top-right-radius: 12px;
	}

	.styled-table .table-row:last-child {
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}

	.styled-table .table-cell {
		font-size: 14px;
		margin-bottom: 8px;
	}


	.styled-table .memo-cell, 
	.styled-table .memo-cell p {
		padding-right: unset;
		display: flex;
		white-space: unset;
		overflow: unset;
		text-overflow: unset;
		padding-right: unset;
		text-align: left;
		line-height: 1.5;
		margin-bottom: unset;
		
	}

	.styled-table .badge-new {
		position: absolute;
		top: -20px;
		left: -20px;
		width: 19px;
		height: 20px;
		font-size: 10px;
		transform: unset;
		border-radius: unset;
	}

	.table-wrap .chk-cell  {
		position: absolute;
		right: 16px;
		top: 16px;
	}


	.table-wrap .btn-table-line {
		height: 22px;
		font-size: 12px;
		padding: 0 8px;
	}


	.fixed-action-wrap {
		margin-top: unset;
		position: fixed;
		bottom: 0;
		width: 100%;
	}

	.summary-action-wrap .btn-wrap {
		gap: unset;
	}

	.fixed-action-wrap .btn-wrap .btn {
		max-width: unset;
		border-radius: unset;
		font-size: 18px;
	}

	.slidModal .form-textarea,
	.bulk-side-wrap .form-textarea {
		padding: 14px 16;
		font-size: 14px;
	}

	.input-label {
		font-size: 14px;
	}

	.input-field-box {
		padding: 0 16px;
	}

	.input-field-box select {
		font-size: 14px;
	}

	.register-method-wrap .method-title,
	.alert-title {
		font-size: 14px;
	}

	.alert-box {
		padding: 20px;
		padding-right: 12px;
	}

	.alert-list li.bold {
		margin-bottom: unset;
	}

	.alert-list li {
		font-size: 12px;
		padding-left: 0.8em;
		margin-bottom: 16px;
	}



}



/* 단체등록 */
@media screen and (max-width: 1024px) {

	.regiBulkTableWrap .styled-table {
		min-width: unset;
	}

	.overview-content .overview-box {
		flex-direction: column;
		padding-bottom: unset;
	}

	.bulk-main-wrap {
		max-width: unset;
		padding-bottom: 80px;
		margin-top: 10px;
	}

	.userManageSection .overview-content {
		margin-top: 58px;
	}

	.userManageSection .overview-box {
		gap: unset;
		padding-bottom: 80px;
	}


	.userManageSection	.toolBarWrap .action-wrap {
		flex-direction: row;
		padding:0px 10px;
	}

	.userManageSection .toolBarWrap .title {
		width: 100%;
		text-align: start;
		padding: 18px 20px 0;
	}

	.userManageSection .action-wrap {
		padding: unset;
		margin-top: 20px;
	}

	.bulk-side-wrap {
		display: none;
	}

	.bulk-side-wrap.active {
		display: block;
		padding: 20px;
	}


	.bulk-main-wrap .summary-action-wrap .summary-title,
	.bulk-main-wrap .summary-action-wrap strong {
		font-size: 14px;
	}

	.bulk-main-wrap	.summary-action-wrap .summary-box {
		height: 51px;
		width: calc(100% - 40px);
		margin: 0 auto;
		border-radius: 8px;
		padding: 0 16px;
	}

	.regiBulkTableWrap {
		max-width: calc(100% - 40px);
		margin: 20px auto 0;
	}

	.mobile-toggle-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		font-weight: bold;
		border-bottom: 1px solid #ddd;
	}

	.mobile-toggle-header .toggle-btn {
		background: none;
		border: none;
		font-size: 18px;
		font-weight: 500;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.mobile-toggle-header .arrow-icon {
		margin-left: 4px;
		transition: transform 0.3s ease;
		font-size: 20px;
		color: #000;
	}

	.mobile-toggle-header .opened .arrow-icon {
		transform: rotate(180deg);
	}


	.bulk-side-wrap .form-title {
		font-size: 15px;
	}

	.bulk-side-wrap .radio-label {
		font-size: 14px;
		height: 44px;
	}


}


/* 관리자계정  adminManageSection
   지점관리 branchManageSection
*/
@media screen and (max-width: 1280px) {
	.adminManageSection .action-wrap .btn-line,
	.branchManageSection .action-wrap .btn-line {
		padding: 0 12px;
	}

	.adminManageSection	.filter-tabs .status-item,
	.branchManageSection .filter-tabs .status-item {
		padding: 0 12px;
		gap: 4px;
	}

	.search-combo-wrap {
		max-width: 300px;
	}

	.search-combo-select {
		padding-left: 14px;
		margin-right: 8px;
	}

	.search-combo-input {
		padding-right: 12px;
	}

	.search-combo-select select {
	   background-position: right 0px center;
	}

	.search-combo-btn {
		padding: 0 14px 0 10px;
	}
}

@media screen and (max-width: 1080px) {
	.adminManageSection .action-wrap .btn-line,
	.branchManageSection .action-wrap .btn-line {
		font-size: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.toolBarWrap .action-wrap {
		flex-direction: column;
	}

	.search-combo-wrap {
		max-width: unset;
		margin: 0 auto;
	}

	.search-combo-btn {
		padding-left: 16px;
	}

	.search-combo-select select {
		background-position: right 17px center;
	}

	.search-combo-select {
		padding-left: 20px;
		margin-right: unset;
	}

	.adminManageSection	.toolBarWrap .action-wrap,
	.branchManageSection .toolBarWrap .action-wrap {
		margin-top: unset;
		padding: unset;
	}

	.adminManageSection .mobile-inner-wrap,
	.branchManageSection .mobile-inner-wrap {
		width: 100%;
		padding: 20px;
		background-color: #f5f5f5;
	}

	.adminManageSection .action-inner-wrap,
	.branchManageSection .action-inner-wrap {
		padding: 12px 10px 0 10px;
		justify-content: start;
		width: 100%;
	}
	
	.adminManageSection	.filter-tabs .tab-link,
	.branchManageSection .filter-tabs .tab-link {
		width: fit-content;
	}
}



.form-selected-list {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	width: 100%;
	/* ✅ 명확하게 */
	gap: 8px;
	padding: 10px;
	background: #f5f5f5;
	-webkit-overflow-scrolling: touch;
}

.caregiver-tag {
	display: flex;
	flex-shrink: 0;
	white-space: nowrap;
	padding: 6px 12px;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #ccc; 
}





/* 사고접수 reportSection */
@media screen and (max-width: 1280px) {

.reportSection .white-report-box {
	max-width: 320px;
}

.reportSection .side-top-wrap .action-btn-wrap {
	gap: 4px;
}

.reportSection .input-field-wrap,
.two-col>div,
.three-col>div {
	max-width: unset;
}

.reportSection .input-field-box {
	padding: 0 12px;
}

.reportSection .three-col,
.reportSection .two-col {
	flex-direction: column;
}

.reportSection .three-col .form-row,
.reportSection .two-col .form-row{
	margin-bottom: unset;
}

.accident-form-wrap .radio-label,
.accident-form-wrap .radio-item {
	max-width: unset;
}

.accident-form-wrap .summary-action-wrap .btn-wrap .btn {
	max-width: unset;
}

}

@media screen and (max-width: 1024px) {
	.reportSection .overview-content {
		margin-top: 58px;
	}

	.reportSection .white-report-box {
		width: 100%;
		max-width: unset;
		padding: 20px;
		height: unset;
		padding-bottom: 100px;
	}

	.reportSection .white-main-box {
		display: none;
	}

	.reportSection .report-list-wrap {
		height: unset;
		margin-top: 4px;
	}

	.reportSection .side-top-wrap {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.report-date-row p {
		font-size: 14px;
	}

	.report-inner-row {
		margin-top: 8px;
	}

	.report-inner-row p {
		font-size: 12px;
	}

	.reportSection .white-main-box,
	.noticeSection .white-main-box {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		height: 100%;
		background: #fff;
		z-index: 999;
		display: none;
		flex-direction: column;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
	}

	
	.reportSection .white-main-box.active,
	.noticeSection .white-main-box.active {
		display: flex;
		transform: translateX(0);
	}

	.reportSection .white-main-box.active .form-section {
		padding: 0 20px;
	}

	.reportSection .report-apply-wrap {
		overflow-y: scroll;
			/* padding: 32px 20px 0; */
	}

	.accident-form-wrap {
		padding-bottom: 60px;
	}

	.reportSection .btn-close {
		position: absolute;
		top: 16px;
		right: 16px;
		z-index: 1000;
		background: none;
		border: none;
		font-size: 18px;	  
	}

	.reportSection .white-main-box .title {
		font-size: 18px;
		border-bottom: 1px solid rgba(164, 164, 164, 0.3);
		margin-bottom: 18px;
		padding: 32px 20px 18px;
	}

	.accident-form-wrap .form-title {
		font-size: 15px;
	}

	.input-field-box,
	.input-field-box .search-button {
		height: 44px;
	}

	.accident-form-wrap .radio-label {
		height: 44px;
		font-size: 14px;
	}

	.input-field-box input,
	.input-field-box .search-button {
		font-size: 14px;
	}

	.caregiver-tag .tag-text {
		font-size: 18px;
	}

	.accident-form-wrap .form-guide {
		font-size: 13px;
	}

	.accident-form-wrap .full-row {
		gap: 10px;
	}

	.accident-form-wrap .form-textarea {
		height: 168px;
	}

	.accident-form-wrap	.form-textarea.h-120 {
		height: 140px;
	}

	.file-upload-wrap .input-item-wrap {
		flex-direction: column;
	}

	.file-upload-btn {
		height: 51px;
		width: 100%;
		font-size: 15px;
	}

	.file-list-wrap {
		border: unset;
		margin-left: unset;
	}

	.file-list {
		padding: unset;
	}

	.file-item {
		font-size: 14px;
		padding: 2px 12px;
	}

	.file-item i {
		font-size: 14px;
	}

	.file-guide-wrap .guide-txt {
		font-size: 13px;
	}
}

@media screen and (max-width: 573px) {
	.accident-form-wrap .form-selected-list {
		flex-direction: column;
		height: fit-content;
		justify-content: start;
		align-items: start;
		padding: 16px;
	}
}

@media screen and (max-width: 331px){
	.report-inner-row {
		flex-direction: column;
		gap: 4px;
	}
	.report-row:not(:last-child)::after{
		display: none;
	}
}



/* 공지사항 noticeSection , noticeRegisterSection */

@media screen and (max-width: 1280px) {
	.noticeSection .white-notice-box {
		max-width: 320px;
	}
}

@media screen and (max-width: 1024px) {

	.notice-view-wrap .input-inItem-wrap .title {
		font-size: 14px;
	}

	.noticeSection .white-main-box {
		display: none;
	}

	.noticeRegisterSection .white-main-box {
		display: flex;
	}

	.noticeSection .white-notice-box {
		max-width: unset;
		min-width: unset;
	}

	.noticeSection .notice-list-wrap {
		height: unset;
	}

	.noticeSection .inner-wrap,
	.noticeRegisterSection .inner-wrap {
		padding: 0 20px;
	}

	.noticeSection .inner-top-wrap {
		display: flex;
		flex-direction: column-reverse;

	}

	.noticeSection .notice-view-wrap {
		height: 100%;
		max-width: calc(100% - 40px);
		padding-bottom: 100px;
	}

	.noticeRegisterSection .notice-view-wrap {
		max-width: unset;
	}

	.notice-summary-box {
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.noticeSection .notice-edit-box .notice-view-wrap {
		max-width: unset;
	}

	.noticeSection .notice-edit-box .notice-summary-box,
	.noticeRegisterSection .notice-editor{
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.noticeRegisterSection .checkbox-label {
		margin-left: 20px;
		align-items: start;
		justify-content: start;
	}
	
	.noticeRegisterSection .notice-editor {
		height: unset;
	}

	.notice-editor {
		margin-top: 10px;
		max-width: unset;
	}

	#editor {
		height: 421px;
	}

	.notice-edit-box .notice-view-wrap .checkbox-label {
		margin-left: 20px;
	}

	.noticeSection .notice-title-wrap,
	.noticeRegisterSection .white-main-box>.title {
		text-align: start;
		margin-top: 32px;
		padding-bottom: 19.5px;
		border-bottom: 1px solid rgba(164, 164, 164, 0.3);;
	}

	.noticeRegisterSection .white-main-box>.title  {
		max-width: calc(100% - 40px);
		margin: 0 auto;
		width: 100%;
		padding-top: 32px;
		font-size: 18px;
	}

	.noticeSection .notice-title-wrap .title {
		font-size: 18px;
	}

	.noticeSection .notice-title-wrap .date {
		font-size: 12px;
	}

	.noticeSection .toolBarWrap,
	.noticeSection .summary-action-wrap .btn-wrap {
		position: fixed;
		bottom: 0;
		top: unset;
		right: unset;
		width: 100%;
	}

	.summary-action-wrap .btn-wrap .btn {
		max-width: unset;
		border-radius: unset;
		font-size: 18px;
	}

	.noticeSection .toolBarWrap .action-wrap {
		margin-top: unset;
		flex-direction: unset;
		gap: unset;
		padding: unset;
	}

	.noticeSection	.action-wrap .btn-line {
		border-radius: unset;
		font-weight: bold;
		height: 56px;
		background-color: #001e90;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
	}

	.noticeSection .action-wrap .btn-edit {
		background-color: #275aff;
	}

	

	.notice-summary-box {
		flex-direction: column;
	}

	.thumbnail-box {
		max-width: unset;
		flex-direction: row;
		justify-content: start;
		align-items: start;
		gap: 8px;
	}

	.thumbnail-preview {
		justify-content: start;
		align-items: start;
		max-width: 240px;
	}

	.thumbnail-upload-btn {
		margin-top: unset;
		max-width: 104px;
	}

	.notice-mata-wrap .default-input {
		font-size: 14px;
	}

	.notice-mata-wrap .default-input::placeholder {
		font-size: 14px;
	}

	.notice-mata-wrap .pl-120 {
		padding-left: 100px;
	}


	.notice-mata-wrap textarea.h-56 {
		height: 88px !important;
	}

	.notice-view-wrap textarea.default-input {
		height: 120px;
	}

	.notice-view-wrap .label-text {
		font-size: 16px;
	}

	.noticeSection .overview-content .overview-box {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 768px) { 

	.thumbnail-preview {
		max-width: 120px;
	}
}



/* 메인 데쉬보드 */
@media screen and (max-width: 1452px){
	.dashboardSection .white-pie-box .wrap_canvas {
		max-width: 152px;
	}

	.dashboardSection .white-pie-box .box-wrap {
		gap: 28px;
	}
}

@media screen and (max-width: 1340px) {
.dashboardSection .white-pie-box .box-wrap {
	width: 100%;
	gap: 8px;
	height: fit-content;
}

.dashboardSection .white-pie-box {
	height: unset;
}

.dashboardSection .white-pie-box .pie-wrap {
	max-width: 480px;
}

.rank-table {
	max-height: 148px;
	min-height: 148px;
}

.rank-body {
	max-height: 148px;
}

}


@media screen and (max-width: 1280px) {
	.userBox {
		width: 360px;
	}
	.dashboardSection .menu-wrap .menu-item {
		padding: 0 12px;
	}

	.dashboardSection .top-content .btn {
		width: 84px;
	}

	.dashboardSection .top-content	.btn-logout {
		width: 108px;
	}

	.white-notice-box .thum-img-wrap {
		width: 100px;
		min-width: 100px;
	}

	.white-notice-box .notice-item-wrap {
		gap: 4px;
	}

	.dashboardSection .white-box {
		padding: 20px;
	}

	.white-notice-box .notice-cont-wrap {
		max-width: calc(100% - 114px);
	}

	.overview-content .overview-le {
		padding-bottom: unset;
		flex-direction: column-reverse;
	}

	.dashboardSection .white-box .title {
		font-size: 16px;
	}

	.white-box .box-head-wrap .link-btn,
	.white-box .link-btn i {
		font-size: 14px;
	}

	.mainCoverSection .overview-content .overview-box {
		flex-direction: unset;
	}

	.dashboardSection .box-inner-wrap {
		flex-direction: column;
	}
	

}

@media screen and (max-width: 1080px) {

.userBox .user-unit-wrap .unit-img-wrap {
	max-width: 32px;
}

.userBox .user-unit-wrap .item-title {
	font-size: 14px;
}

.userBox .user-unit-wrap .item-content,
.month-header .current-month {
	font-size: 16px;
}

.userBox .user-info-wrap {
	padding: 18px;
}

.userBox .user-title-wrap .user-title {
	font-size: 32px;
}

.userBox {
	max-width: 340px;
}


}

@media screen and (max-width: 1024px){
.mainCoverSection {
	display: flex;
	flex-direction: column;
}

#managerMenu {
	display: none;
}

.dashboardSection .top-content .btn-logout {
	width: 32px;
}

.userBox {
	width: 100%;
	max-width: unset;
}

.dashboardSection .white-box {
	width: 100%;
}

.userBox .logo-wrap {
	display: none;
}

.userBox .user-title-wrap {
	margin-top: 27px;
}

.userBox .user-title-wrap .user-title {
	font-size: 24px;
}

.userBox .user-info-wrap {
	margin-top: 10px;
}

.userBox .info-name {
	font-size: 18px;
}

.userBox .info-item-wrap {
	gap: 8px;
}

.userBox .user-unit-wrap .unit-img-wrap {
	max-width: 35px;
}

.userBox .user-unit-wrap .unit-item {
	padding: 8px 16px;
}

.month-header {
	margin-top: 20px;
}

.month-header {
	height: 50px;
}

.userBox .user-unit-wrap .le-wrap {
	gap: 12px;
}

.userBox .btn-link {
	height: 32px;
	width: 108px;
	padding: 0 12px;
	font-size: 14px;
}

.userBox .btn-link i {
	font-size: 14px;
	line-height: 32px;
	margin-left: 4px;
}

.userBox .btm-wrap {
	margin-top: 14px;
}

.userBox .btn-reload {
	display: none;
}

.userBox {
	height: 100%;
	padding-bottom: 48px;
	border-radius: unset;
}

.dashboardSection .overview-content {
	margin-top: unset;
}

.custom-legend {
	justify-content: start;
	margin-bottom: 24px;
}

.custom-legend .legend-item {
	font-size: 12px;
}

.dashboardSection .white-box .title {
	font-size: 14px;
}

.overview-content .overview-le {
	gap: 20px;
}

.white-notice-box .thum-img-wrap {
	width: 88px;
	max-width: 88px;
}

.white-notice-box .notice-title {
	font-size: 14px;
}

.white-notice-box .cont-mid-wrap,
.white-notice-box .cont-mid-wrap p {
	font-size: 12px;
	min-height: calc(12px * 1.43 * 3);
}

.white-notice-box .notice-item-wrap {
	position: relative;
}

.white-notice-box .notice-sticker {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 19px;
	height: 20px;
	font-size: 10px;
	line-height: 1px;
	border-radius: 2px;
	padding: unset;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dashboardSection .notice-list-wrap {
	max-height: 361px;
}

.dashboardSection .white-notice-box {
	max-height: 461px;
}

.rank-wrap {
	min-width: unset;
	flex-direction: column;
}

.rank-tabs {
	flex-direction: row;
}

.tab-btn {
	font-size: 14px;
	padding: 10px 20px;
}

.dashboardSection .white-pie-box .pie-wrap {
	margin-top: 24px;
}

.rank-table {
	max-height: 248px;
	min-height: 248px;
}

.rank-body {
	max-height: 200px;
}

.rank-box-wrap .input-item-wrap {
	justify-content: start;
}

.rank-table .col {
	font-size: 12px;
}

.rank-table .name {
	padding-left: unset;
}

.dashboardSection .white-pie-box {
	padding-bottom: 100px;
}


.dashboardSection .white-pie-box .box-wrap {
	flex-direction: column;
	gap: 12px;
}

}





#dashboardMenu {
	display: none;
}

@media screen and (max-width: 1024px) {
	#dashboardMenu {
		width: 100%;
		display: flex;
	}

	.wrap_dashboardMenu {
		width: 100%;
	}
}
/* 모바일 하단 메뉴 */
#dashboardMenu {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	z-index: 99;
}

#dashboardMenu .menu_gnb {
	display: flex;
	align-items: center;
	box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	padding-bottom: 23px;
}

#dashboardMenu .item_gnb {
	width: calc(100% / 5);
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* opacity: 0.5; */
	gap: 5px;
}

#dashboardMenu .img_gnb {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: filter 0.2s;
}

#dashboardMenu .title_gnb {
	font-size: 10px;
	color: #989898;
}

#dashboardMenu .active .title_gnb {
	color: #6270f4;
}

/* 기본 이미지 */
.bg_gnb_01 {
	background-image: url('/images/gnb_01.png');
}

.bg_gnb_02 {
	background-image: url('/images/gnb_02.png');
}

.bg_gnb_03 {
	background-image: url('/images/gnb_03.png');
}

.bg_gnb_04 {
	background-image: url('/images/gnb_04.png');
}

.bg_gnb_05 {
	background-image: url('/images/gnb_05.png');
}

/* 활성화 상태 */
.item_gnb.active .bg_gnb_01 {
	background-image: url('/images/gnb_01_col.png');
}

.item_gnb.active .bg_gnb_02 {
	background-image: url('/images/gnb_02_col.png');
}

.item_gnb.active .bg_gnb_03 {
	background-image: url('/images/gnb_03_col.png');
}

.item_gnb.active .bg_gnb_04 {
	background-image: url('/images/gnb_04_col.png');
}

.item_gnb.active .bg_gnb_05 {
	background-image: url('/images/gnb_05_col.png');
}




.form-section .form-edit-btn {
	height: 56px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.form-section .form-edit-btn i {
	font-size: 16px;
	color: #000;
	margin-left: 10px;
}

.form-section .form-com-wrap {
	display: flex;
	flex-direction: column;
}

.form-section .form-com-wrap .form-edit-btn {
	width: 100%;
	height: unset;
	font-size: 14px;
	opacity: 0.6;
	margin-top: 12px;
	text-align: right;
}

.form-section .form-com-wrap .form-edit-btn i {
	font-size: 14px;
	opacity: 0.6;
}

.form-section .form-com-box {
	width: 100%;
	border-radius: 8px;
	background-color: rgba(39, 90, 255, 0.08);
	height: 56px;
	padding: 20px 24px;
	font-size: 18px;
	font-weight: bold;
	color: #275aff;
}

.form-section .form-com-box i {
	font-size: 18px;
	color: #275aff;
	margin-right: 10px;
}

#modalPwdEdit.open {
	background-color: unset;
}



/* white-part-box  */
.white-part-box {
	background-color: unset;
	width: 100%;
	display: flex;
	gap: 32px;
	box-shadow: unset;
	border-radius: unset;
	padding: unset;
	height: 100%;
	align-items:end;
}

.white-part-box .white-part-item {
	position: relative;
	width: 100%;
	max-width: 480px;
	border-radius: 24px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 24px;
	height: calc(100vh - 287px);
	overflow: auto;
}

.white-part-box .summary-action-wrap {
	margin-top: unset;
	align-items: end;
}

.white-part-box  .summary-action-wrap .btn-wrap {
	justify-content: end;
}

.white-part-box .part-title {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.white-part-box .input-field-wrap {
	max-width: unset;
}

.form-info-card {
	width: 100%;
	border-radius: 8px;
	border: solid 1.5px #e4e4e4;
	background-color: #fff;
}

.form-info-card .card-head {
	background-color: #f5f5f5;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.form-info-card .info-name {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.form-info-card .info-id {
	font-size: 16px;
	color: #000;
}

.form-info-card .card-body {
	padding: 16px 24px;
}

.form-info-card .list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.form-info-card .list-title {
	font-size: 18px;
	color: #000;
	opacity: 0.8;
	min-width: 42px;
}

.form-info-card .list-cont {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.white-part-box .input-field-box select {
	width: calc(100% - 48px);
}

.form-group:not(:last-child) {
	margin-bottom: 24px;
}

.white-part-box .head-edit-btn {
	display: none;
	height: 40px;
	width: fit-content;
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	border-radius: 20px;
	border: solid 1px #000;
	background-color: #fff;
}


/* 지점등록 마스터만 열람 masterOnly */
.white-box .masterOnly {
	display: none;
}

.ad-master .masterOnly {
	display: flex;
}

.branch-detail-box {
	display: none;
}

/* 하단 위치로 */
.flexi-form-row{
	position: absolute;
	bottom: 0;
	width: calc(100% - 48px);
}

.flexi-form-row .btn-black-line {
	border: unset;
	background-color: rgba(164, 164, 164, 0.12);
	font-size: 22px;
	height: 64px;
}

.white-part-box .form-add-btn {
	border-radius: 8px;
	border: solid 1.5px #000;
	background-color: #fff;
	font-size: 18px;
	height: 56px;
}

.white-part-box .form-add-btn i {
	font-size: 16px;
	margin-left: 10px;
}

.flexi-form-row .btn-blue-line{
	width: 100%;
	height: 64px;
	font-size: 22px;
	font-weight: bold;
	border-radius: 8px;
}


/* 읽기 모드에서만 보여야 하는 요소 */
.branch-detail-box[data-mode="detailViewMode"] .form-edit-btn {
	display: inline-block;
}
.branch-detail-box[data-mode="detailViewMode"] .form-save-btn {
	display: none;
}
.branch-detail-box[data-mode="detailViewMode"] .form-add-btn {
	display: none;
}
.branch-detail-box[data-mode="detailEditMode"] .form-edit-btn{
	display: none;
}
.branch-detail-box[data-mode="detailEditMode"] .form-add-btn {
	display: inline-block;
}

/* 편집 모드에서만 보이게 */
.branch-detail-box[data-mode="detailEditMode"] .btn-save,
.branch-detail-box[data-mode="detailEditMode"] .btn-reset {
	display: inline-block;
}

.branch-detail-box[data-mode="detailEditMode"] .form-save-btn {
	display: inline-block;
}






/* 슬라이드 모달 */

@media screen and (max-width: 1024px) {
	.slidModal .modal_content {
		max-width: unset;
		border-radius: unset;
		padding: 32px 20px;
	}

	.slidModal .user-name,
	.slidModal .slide-title {
		font-size: 18px;
	}

	.slidModal .form-title,
	.bulk-side-wrap .form-title,
	.white-part-box .form-title {
		font-size: 15px;
	}

	.slidModal .radio-label {
		font-size: 14px;
		height: 44px;
	}

	.slidModal .inner-two-wrap .radio-item {
		width: 100%;
	}

	.slidModal .inner-wrap {
		flex-wrap: unset;
	}

	.slidModal .input-label {
		font-size: 14px;
		min-width: 53px;
	}

	.slidModal .input-field-box select {
		width: calc(100% - 70px);
	}

	.slidModal .fixed-wrap {
		height: 64px;
	}

	.slidModal .fixed-wrap .btn {
		font-size: 18px;
	}


	.form-section .form-edit-btn {
		height: 44px;
		font-size: 14px;
	}

	.form-section .form-edit-btn i {
		font-size: 12px;
		margin-left: 8px;
	}

	.white-box.white-part-box {
		position: relative;
		flex-direction: column;
		align-items: start;
		padding-bottom: 80px;
	}

	.white-part-box .white-part-item {
		max-width: unset;
		height: unset;
		border-radius: unset;
		overflow: unset;
	}

	
	.white-part-box .summary-action-wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.adminManageSection .white-box,
	.branchManageSection .white-box {
		padding-bottom: 80px;
	}

	.flexi-form-row {
		position: unset;
		width: 100%;
	}

	.white-part-box .part-title {
		font-size: 32px;
	}

	.form-info-card .card-head,
	.form-info-card .card-body {
		padding: 16px;
	}

	.form-info-card .info-name {
		font-size: 16px;
	}

	.form-info-card .info-id,
	.form-info-card .list-title,
	.form-info-card .list-cont {
		font-size: 14px;
	}

	.white-part-box {
		gap: 20px;
	}

	.flexi-form-row .btn-blue-line,
	.white-part-box .form-add-btn {
		height: 44px;
		font-size: 14px;
	}

	.white-part-box .form-add-btn i {
		font-size: 14px;
		margin-left: 8px;
	}

	#modalPwdEdit .mp-32 {
		margin-top: 10px;
	}

	.slidModal .inner-two-wrap .radio-label,
	.slidModal .inner-two-wrap .radio-item {
		max-width: unset;
	}
}


/* 로그인 화면 */
.login-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: url('/images/login-pc.png') no-repeat center center/cover;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 5%;
}

.login-container .login-logo {
	display: flex;
	max-width: 240px;
	margin: 0 auto 32px;
}

.login-box {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 24px;
	padding: 40px;
	width: 100%;
	max-width: 506px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.login-box .input-field-wrap {
	max-width: unset;
}

.login-box .input-field-box {
	border: solid 1.5px #e4e4e4;
}

.login-box .input-label {
	font-size: 18px;
	min-width: 63px;
}

.login-box h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
}

.form-group {
	margin-bottom: 16px;
}

.form-group label {
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}



.login-container {
	height: 100vh;
}

.login-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #022185;
	color: white;
	padding: 18px;
	border: none;
	border-radius: 8px;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 56px;
}

.login-help {
	width: 100%;
	padding: 0 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	font-size: 16px;
	border-radius: 8px;
	background-color: #f5f5f5;
	height: 72px;
}

.login-help b {
	display: block;
	font-size: 20px;
}

@media (max-width: 768px) {
	.login-container {
		flex-direction: column;
		padding: 20px;
		aspect-ratio: auto;
		justify-content: center;
		align-items: center;
	}

	.login-box {
		max-width: 100%;
		padding: 32px 20px 40px;
	}


	.login-box .input-label {
		font-size: 14px;
		min-width: 48px;
	}

	.login-btn {
		display: flex;
		align-items: center;
		margin-top: 24px;
		font-size: 16px;
		height: 44px;
		padding: 0 12px;
	}

	.login-help {
		flex-direction: column;
		margin-top: 12px;
		font-size: 14px;
		height: unset;
		gap: 8px;
		padding: 10px 12px;
	}

	.login-help b {
		font-size: 16px;
	}

	.login-container .login-logo {
		max-width: 108px;
		margin-bottom: 24px;
	}
}





.filter-chip-scroll-wrap {
	padding-bottom: 6px;
	margin-top: 10px;
}

.filter-chip-scroll-wrap .list-inner {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width:80%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.filter-chip-inner {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.chip {
	display: inline-flex;
	align-items: center;
	background: #fff;
	padding: 6px 12px;
	border: solid 1px rgba(112, 112, 112, 0.12);
	border-radius: 999px;
	font-size: 14px;
	white-space: nowrap;
	flex-shrink: 0;
}

.chip-btn-wrap {
	min-width: fit-content;
}

.chip strong {
	font-size: 14px;
	font-weight: 600;
	margin-left: 4px;
}

.chip-close {
	font-size: 14px;
	margin-left: 6px;
	cursor: pointer;
}

.chip-grey {
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	border: unset;
	border-radius: 16px;
	background-color: rgba(164, 164, 164, 0.12);
}

.filter-chip-scroll-wrap .btn-apply {
	background-color: #275aff;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-radius: 999px;
	padding: 6px 12px;
	flex-shrink: 0;
	white-space: nowrap;
	cursor: pointer; 
}


@media (max-width: 1024px) {
	.filter-chip-inner {
		padding: 0 10px;
	}

	.filter-chip-inner {
		justify-content: space-between;
	}
}




	.flexi-form-row .btn-cancel {
		color: #000;
	}
	
	.noActive {
		opacity: 0.5;
		pointer-events: none
	}

@media (max-width: 1024px) {

	.flexi-form-row .btn-cancel {
		height: 44px;
		font-size: 14px;
	}


}

.group-wrap {
	overflow-y: scroll;
    max-height: calc(100vh - 470px);
    margin-bottom: 24px;
}

@media (max-width: 1024px) { 
	.group-wrap {
		max-height: unset;
		margin-bottom: unset;
	}
}


.example-box {
	padding: 18px 16px 6px;
	margin-bottom: 12px;
}