.normalContainer {
	width: 100%;
	height: 100%;
}

.normalContainer.noticeArea .asmDatePicker{
	right: 15px;
}

.normalContainer > .contentsArea {
	width: 100%;
	height: 100%;
	padding: 20px;
	margin: 0;
	/* border: 1px solid #d3d7dc; */
	border-radius: 12px;
	overflow: hidden;
}

/* .normalContainer > .contentsArea > div {
	height: 100%;
	background-color: #ffffff;
	border-radius: 20px;
} */

.normalContainer > .contentsArea .menu-item .sub-menu li {
		cursor: pointer; /* 호버 시 커서가 손 모양으로 바뀌게 설정 */
		padding: 5px 10px;
}



.normalContainer > .contentsArea > .gridArea {
    flex: 1;
    display: flex;
    flex-direction: column;
	min-height: 0 !important;
	height: 100%;
	/* background-color: #ffffff; */
	padding: 0 20px 20px 20px;
	border-radius: 12px;
	overflow: hidden;
}

.gridArea > #grid2 {
	/* min-height: 0 !important; */
	height: 100%;
}

.titleArea {
	width: 100%;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: bold;
    font-weight: 700;
    font-size: 24px;
	margin-bottom: 1rem;
}

.normalContainer > .contentsArea > .gridArea > #calendar {
	width: 100%;
	height: 100%;
}

.normalContainer > .contentsArea > .gridBox > .gridArea > .topArea {
	width: 100%;
	min-height: 72px;
	padding: 1rem 0px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: auto;
}

.normalContainer > .contentsArea > .gridBox > .gridArea > .topArea > .title {
	font-size: 22px;
	font-weight: 600;
	color: #21212D;
}

.normalContainer > .contentsArea > .container >.gridArea > .topArea {
    width: 100%;
    height: 53px;
    padding: 20px;
    display: flex;
    /* justify-content: space-between; */
    background-color: rgba(242, 244, 247, 1);
}

.normalContainer > .contentsArea > .gridArea > .topArea > .searchArea {
	width: 380x;
	display: flex;
	justify-content: space-between;
}

.normalContainer > .contentsArea > div .searchArea > .asm {
	width: 300px;
}

.normalContainer > .contentsArea > .gridArea > .topArea > .searchArea button {
	/* width: 70px; */
	height: 100%;
}

.normalContainer > .gridBox > .gridArea > .topArea > .btnArea {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
}
.btnArea > .buttonContainer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.normalContainer > .gridBox > .gridArea > .topArea > .btnArea.worker {
	min-width: 302.5px;
	width: fit-content;
}

.btnArea > div {
	margin-left: 0.625rem;
}

.normalContainer > .contentsArea > .gridArea > .topArea > .btnArea > #btn_delete {
	display: block;
}

.normalContainer > .contentsArea > .gridArea > .topArea > .btnArea button {
	/* width: 70px; */
	height: 100%;
	padding: 0px 7px;
	border-radius: 4px;
	border: solid 1px rgba(218, 221, 225, 1);
	color:rgba(164, 169, 177, 1);
	background-color:rgba(234, 236, 240, 1);
	font-size: 1rem;
	/* border-color:  */
}

.normalContainer > .contentsArea > .gridArea > .grid {
	/* height: calc(100% - 136px); */
	width: 100%;
	height: 100%;
	/* padding: 0 20px 20px 20px; */
	/* border: 1px solid rgba(164, 169, 177, 1); */
}
.normalContainer,
.normalContainer > .contentsArea {
    height: 100%;
	width: 100%
}

.gridBox {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	height: calc(100% - 66px - 53px);
	gap: 10px;
}

.gridArea {
    flex: 1;
    display: flex;
    flex-direction: column;
		width: 100%;
		height: 100%;
}
.topArea {
    height: 50px;
    flex: none;
}

.grid {
    /* flex: 1;  */
    display: flex;
    flex-direction: column;
		height: calc(100% - 72px - 1.75rem);
}

#grid{
	flex: 1;
	width: 100%;
	height: 100%;
	/* padding-top: 0.625rem; */
}
#grid2 {
	flex: 1;
	width: 100%;
	height: 100%;
	/* padding :10px 0px; */
}

#grid2 > .tui-grid-body-area {
	max-height: 591px !important;
}


.contentsArea {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.normalContainer > .contentsArea > .panelArea {
	width: 500px;
}

.normalContainer > .contentsArea > .panelArea > .topArea {
	width: 100%;
	height: 69px;
	padding: 10px;
	/* border-bottom: 1px solid #d3d7dc; */
}

.normalContainer > .contentsArea > .panelArea > .topArea > .title{
	margin-top: 10px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #21212D;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea {
	height: calc(100% - 140px);
	padding: 20px;
	overflow-y: auto;
	display: flow;
	background-color: #ffffff;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .detailEx {
	margin-top: 3px;
	display: none;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .detailEx.active {
	/* display: flex; */
	display: block;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .detailEx.active > div {
	font-size: 14px;
	color: #797e86;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .rowInput > .detailEx.active > div.errorPrint{
	color: #F34040;
	font-weight: 500;
	margin-left: 5px;
	font-size: 12px;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .detailEx#detailCode > div.errorPrint{
	margin-left: 250px;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .rowInput {
	display: flex;
	justify-content: space-between;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .rowInput > div {
	width: calc(50% - 5px);
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .rowInput button {
	margin-top: 35px;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > .rowInput > #useYn {
	padding-top: 40px;
	padding-left: 10px;
}

.normalContainer > .contentsArea > .panelArea > .bottomArea > div {
	margin-top: 0.5rem;
}

.normalContainer > .contentsArea > .panelArea > .btnArea {
	height: 69px;
	width: 100%;
	padding: 10px;
	/* border-top: 1px solid #d3d7dc; */
	display: flex;
	justify-content: flex-end;
}

.normalContainer > .contentsArea > .panelArea > .btnArea .saveBtn {
	width: 160px;
	height: 100%;
	margin-left: 10px;
}

.normalContainer > .contentsArea > .panelArea > .btnArea .cancelBtn {
	background-color: #3a3b41;
	height: 100%;
	width: 100px;
}

.normalContainer > .contentsArea > .panelArea.schedule > .topArea > #btn_add {
	float: right;
}
.panelArea.schedule > .bottomArea {
	padding-top: 0 !important;
}
.normalContainer > .contentsArea > .panelArea.schedule > .bottomArea > label.asm {
	margin: 0;
}
.normalContainer > .contentsArea > .panelArea.schedule > .bottomArea > .grid {
	width: 100%;
	height: 250px;
	background-color: #ffffff;
}

.normalContainer > .contentsArea > .readArea {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

.normalContainer > .contentsArea > .readArea > .topArea {
	width: 100%;
	padding: 20px;
	height: 90px;
	display: flex;
}

.normalContainer > .contentsArea > .readArea > .topArea > div {
	flex: 1; /* 모든 자식 요소가 동일한 비율로 공간을 차지 */
    margin-right: 10px; /* 자식 요소 간의 간격 */
}

.normalContainer > .contentsArea > .readArea > .topArea button {
	/* width: 70px; */
	height: 100%;
}
.upsearch {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	position: static;
	min-width: 624px;
	height: 46px;
	left: 20px;
	top: 20px;
	gap: 0.5rem;
}
.normalContainer > .contentsArea > .readArea > .bottomArea {
	width: 100%;
	padding: 0 20px 20px 20px;
	height: calc(100% - 90px);
	display: flex;
}

.normalContainer > .contentsArea > .readArea > .bottomArea > .grid1 {
	width: 30%;
	height: 100%;
}

.normalContainer > .contentsArea > .readArea > .bottomArea > .grid2 {
	width: 70%;
	height: 100%;
}

.normalContainer > .contentsArea.dashboard {
	display: grid;
	align-items: center;
	justify-items: center;
	grid-template-rows: 50% 50%;
	grid-template-columns:40% 50%;
	grid-template-areas:
		"healthArea attendanceArea"
		"noticeArea noticeArea";
}
.container_horizontal .grid, 
.container_horizontal .grid1,
.container_horizontal .grid2,
.container_horizontal .grid3,
.container_horizontal .grid4{
  overflow:hidden;
}
@media (min-width:1540px) {
	.normalContainer > .contentsArea.dashboard {
		grid-template-columns: 50% 50%
	}
}
@media (min-height: 1000px) {
	.normalContainer > .contentsArea.dashboard {
		grid-template-rows: 50% 50%
	}
}
@media (max-height: 540px) {	
	.normalContainer > .contentsArea.dashboard {
	 grid-template-areas:
	 "attendanceArea healthArea noticeArea"
	 "attendanceArea healthArea noticeArea";
 }
 .normalContainer > .contentsArea.dashboard > .weatherArea {
	 display: none;
 }
 .normalContainer > .contentsArea.dashboard::-webkit-scrollbar-thumb {
	 display: none;
 }
 .normalContainer > .contentsArea.dashboard::-webkit-scrollbar {
	 display: none;
 }
 .normalContainer > .contentsArea.dashboard::-webkit-scrollbar-track {
	 display: none;
 }
}

.normalContainer > .contentsArea.dashboard > .attendanceArea {
	grid-area: attendanceArea;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #ffffff;
	/* margin: 0px 10px 10px 0px; */
	padding: 30px;
}

.normalContainer > .contentsArea.dashboard > .attendanceArea > .contentsArea > .attendanceDiv {
	width: 100%;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.normalContainer > .contentsArea.dashboard > .attendanceArea > .contentsArea > .attendanceDiv > div:first-child {
	width: 100%;
	/* height: 100px; */
	text-align: center;
	/* padding: 50px 0px; */
	font-size: 30px;
	font-weight: 600;	
}

.normalContainer > .contentsArea.dashboard > .attendanceArea > .contentsArea > .attendanceDiv > div:last-child {
	width: 100%;
	/* height: calc(100%- 100px); */
	text-align: center;
	/* padding: 30px 0px; */
	font-size: 30px;
	font-weight: 600;	
}

.normalContainer > .contentsArea.dashboard > .healthArea {
	grid-area: healthArea;
	width: calc(100% - 20px);
	height: calc(100% - 10px);
	background-color: #ffffff;
	/* margin: 0px 10px 10px 10px; */
	padding: 30px;
	order: 1;
}

.normalContainer > .contentsArea.dashboard > .healthArea > .contentsArea > div{
	width: 50%;
	height: 100%;
	padding: 4.375rem 0px 2.625rem 0px;
}
.normalContainer > .contentsArea.dashboard > .healthArea > .contentsArea > .healthBox {
	padding: 0;
}

.normalContainer > .contentsArea.dashboard > .weatherArea {
	grid-area: weatherArea;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background-color: #ffffff;
	margin: 10px 10px 0px 0px;
	padding: 30px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather {
	display: flex;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherImage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 100%;
	background-color: #f7f8f9;
	border-radius: 20px;
	/* padding: 20px; */
	text-align: center;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherImage > img {
	width: 140px;
	height: 140px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherImage > .temperature {
	height: 50px;
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	font-weight: 600;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo {
	width: 200px;
	height: 100%;
	padding: 20px;
	display: grid;
	grid-template-rows: 50% 50%;
	grid-template-columns: 50% 50%;
	grid-template-areas:
		"humidity precipitation"
		"fineDust ultrafineDust";
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .humidity {
	grid-area: humidity;
	align-self: end;
	justify-self: center;
	margin-bottom: 10px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .humidity > .infoData {
	color: black;
	font-size: 20px;
	font-weight: 600;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .precipitation {
	grid-area: precipitation;
	align-self: end;
	justify-self: center;
	margin-bottom: 10px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .precipitation > .infoData {
	color: #2d9aff;
	font-size: 20px;
	font-weight: 600;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .fineDust {
	grid-area: fineDust;
	align-self: start;
	justify-self: center;
	margin-top: 10px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .fineDust > .infoData {
	color: #f7bb49;
	font-size: 20px;
	font-weight: 600;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .ultrafineDust {
	grid-area: ultrafineDust;
	align-self: start;
	justify-self: center;
	margin-top: 10px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo > .ultrafineDust > .infoData {
	color: #ed1b23;
	font-size: 20px;
	font-weight: 600;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherInfo .infoLabel {
	font-size: 14px;
	text-align: center;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart {
	width: calc(100% - 410px);
	height: 100%;
	margin-left: 10px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect {
	display: flex;
	justify-content: end;
	width: 100%;
	height: 30px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect > label {
	color: #b7bbc8;
	font-size: 18px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect > label:hover {
	cursor: pointer;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect > label.active {
	color: var(--primary-color);
	font-size: 18px;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect > input {
	place-self: center;
	margin-left: 5px;
	margin-right: 10px;
  appearance: none;
	background-color: #b7bbc8;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect > input:checked {
	background-color: var(--primary-color);
  appearance: none;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartSelect > input:hover {
	cursor: pointer;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartArea {
	width: 100%;
	height: calc(100% - 30px);
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartArea > canvas {
	display: none !important;
	margin-left: 20px;
	width: 90% !important;
	height: 100% !important;
}

.normalContainer > .contentsArea.dashboard > .weatherArea > .weather > .weatherChart > .chartArea > canvas.active {
	display: block !important;
}

.normalContainer > .contentsArea.dashboard > .noticeArea {
	grid-area: noticeArea;
	width: calc(100% - 10px);
	height: 100%;
	background-color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 30px;
}

.normalContainer > .contentsArea.dashboard .titleArea {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: space-between;
}

.normalContainer > .contentsArea.dashboard .titleArea > .title {
	font-size: 20px;
	font-weight: 700;
	color: #21212D;
}

.normalContainer > .contentsArea.dashboard .titleArea > img:hover {
	cursor: pointer;
}

.normalContainer > .contentsArea.dashboard .contentsArea {
	width: 100%;
	height: calc(100% - 40px);
	padding-top: 10px;
}
.normalContainer > .contentsArea.dashboard > .healthArea > .contentsArea {
	display: flex;
	width: 100%;
	height: calc(100% - 40px);
	padding-top: 10px;
}

.normalContainer > .grayScreen {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #00000080;    
	left: 0px;
	top: 0px;
	z-index: 100;
	display: none;
}

.normalContainer > .grayScreen.active {
	display: block;
}

.normalContainer > .grayScreen.active > .center {
	width: 200px;
	height: 200px;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	text-align: center;
}

.normalContainer > .grayScreen.active > .center > img {
	margin-top: 10px;
}

.modalContainer {
	width: 100%;
	height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
	z-index: 25;
}

.modalContainer.active {
  display: flex;
}

.modalContainer > .mainModal {
	width: 50%;
	height: 60%;
	background-color: #ffffff;
	padding: 30px 32px;
  border-radius: 12px;
	box-shadow: 0px 10px 36px 0px #11111133;
	display: none;
}

.modalContainer > .mainModal.active {
	display: block;
}

.modalContainer > .mainModal > .topArea {
	width: 100%;
	height: 40px;
	display: flex;
  justify-content: space-between;
	margin-bottom: 2rem;
}

.modalContainer > .mainModal > .topArea > .title {
	font-size: 24px;
	font-weight: 600;
	color: #06060A;
}

.modalContainer > .mainModal > .topArea > img:hover {
	cursor: pointer;
}

.modalContainer > .mainModal > .bottomArea {
	width: 100%;
	height: calc(100% - 40px - 2rem);
}
/* grid-hover */
.tui-grid-row-hover td {
	background-color: #F7F6FF;
}
.tui-grid-row-hover > td.abnormalRow {
	background-color: var(--grid-abnormal-hover-bg) !important;
}

.tui-grid-cell-current-row td.abnormalRow {
	background-color: var(--grid-abnormal-hover-bg) !important;
}

.tui-grid-cell-header{
	background-color: #F7F6FF;
	color: var(--grid-header-text);
	font-size:14px;
	font-weight: 700;
	border: none !important;
}
.tui-grid-border-line-top {
	border: none;
}
tui-grid-header-area {
	border: none;
}
.tui-grid-cell-header.tui-grid-cell-selected {
	background-color: #F7F6FF;
	color: var(--grid-header-text);
	font-size:14px;
	font-weight: 700;
	border: none !important;
}
.tui-grid-column-resize-handle {
	background-color: #F7F6FF;
}
/* grid-select */
.tui-grid-cell-current-row td {
	background-color: #F7F6FF;
	color: var(--grid-select-text);
	/* background-color: #eaf3e3 !important; */
	font-size:14px;
	font-weight: 700;
}
.tui-grid-cell .tui-grid-cell-has-input {
	font-size:14px;
	font-weight: 500;
}

.tui-grid-layer-selection {
	background-color: var(--grid-select-bg) !important;
	/* background-color: #eaf3e3 !important; */
}

.tui-grid-cell.abnormalRow{
	background-color: var(--grid-abnormal-bg) !important;
	/* background-color: #fff5f6; */
	
}

.tui-grid-cell.alcoholeAbnormalRow{
	background-color: var(--grid-abnormal-bg) !important;
	/* background-color: #f0c1c6 !important; */
}
.tui-grid-cell.abnormal > .tui-grid-cell-content{
	color: #ee171f; 
	/* color: var(--grid-abnormal-text) !important; 
	/* background-image: url(/img/healthstate.png);
	background-repeat: no-repeat !important; */

}
/* 말줄임 (...) 처리 */
.tui-grid-cell-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tui-grid-cell.healthState > .tui-grid-cell-content{
	background-image: url(../img/healthState.png);
	background-repeat: no-repeat !important;
	margin-left: 114px;
    padding: 15px;
}

.tui-grid-cell-has-input .abnormalRow .stateHealth > .tui-grid-cell-content{
	color: var(--grid-abnormal-text) !important; 
	 background-image: url(/img/healthstate.png);
	background-repeat: no-repeat !important; 
}
/* #btn_capture button button {
	width: 160px;
} */

#personalInformationModal {
	background-color: #00000080;
}

#personalInformationModal .modal-body {
	width: 100%;
	height: 400px;
}

#personalInformationModal .modal-body > div {
	height: 100%;
	border: 1px solid #DADDE1;
	border-radius: 8px;
	color: #4D5157;
}

#personalInformationModal .modal-body > div > div{
	margin: 20px 10px 0 20px;
}

#personalInformationModal .modal-body > div > div.header{
	font-weight: 600;
	/* margin-top: 15px; */
}

#personalInformationModal .modal-body > div > div.content{
	margin-left: 2rem;
	margin-top: 5px;
}

#personalInformationModal .modal-footer {
	width: 100%;
	justify-content: center;
}

#personalInformationModal .modal-footer button.asmButton {
	/* width: 150px; */
	margin: 0px 0.25rem;
}
.attdColor {
	background: #4C49CF;
	width: fit-content !important;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: white;
	font-weight: 600;
	font-size: 0.875rem !important;
	border-radius: 100px;
	margin-bottom: 1.5rem;
}
#attendanceNum { 
	font-size: 3rem;
}

#abnormalNum{
	font-size: 24px;
	color: #F34040;
	font-weight: 700;
}

.normalContainer > .dashboard > div {
	box-shadow: 0px 2px 8px 0px #21212D29;
}
.normalContainer .panelArea,.gridArea,.readArea {
	/* box-shadow: 0px 2px 8px 0px #21212D29; */
}
.tui-grid-layer-focus-deactive .tui-grid-layer-focus-border {
	display: none !important;
}

.buttonArea {
	display: flex;
	padding: 10px 10px;
	gap:8px;
	align-items: flex-start;
	align-self: stretch;
}

.print {
	display: flex;
	align-items: flex-start;
	align-self: stretch;
	gap: 0.625rem;
}

.normalContainer > .contentsArea > .readArea > .topArea > .print {
	margin-right: 0;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-end;
}


.titleArea .topButtonArea {
	display: flex;
	height: 40px;
	flex-direction: column;
	justify-content: space-between;
	color: var(--Greyscale-900, #21212D);
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.04px;
	border-bottom: var(--Primary-500, #4C49CF) 2px;  
}

.searchArea {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #DADDE1;
	height: 53px;
	/* min-width: 1000px; */
}

.searchArea  > .searchInput > .searchSelect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-right: solid 1px #DADDE1;
}

.searchArea  > .searchInput > .searchclass {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-right: solid 1px #DADDE1;
}

.searchSelect > label {
	display: inline-block;
	width: max-content;
	font-size: 14px;
	padding: 10px;
	flex-shrink: 0;
	font-weight: 400;
	/* margin-top: 0.3rem; */
	text-align: center;
}
.searchclass > label {
	display: inline-block;
	/* width: 80px; */
	font-size: 14px;
	padding: 10px;
	flex-shrink: 0;
	font-weight: 400;
	margin:0 !important;
	
	/* margin-top: 0.3rem; */
	text-align: center;
}	

.btn_select_txt {
	color: var(--Greyscale-900, #21212D);
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -0.04px;
}
.tabMenu {
	width: 100%;
    border-bottom: 1px solid #DADDE1;
}
.txt_tab {
	color: var(--Greyscale-900, #21212D);
	/* Body/Medium/Bold */
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: -0.04px;
	padding: 0 8px 13px 8px;
	letter-spacing: -0.04px;
	cursor: pointer;
}
.txt_tab.active {
	border-bottom: 3px solid #4C49CF;
}
.profileArea{
	left:35%;
	width: fit-content;
    height: fit-content;
    position: relative;
    padding-bottom: 1%;
}

.profileBox {
	display: none;
	width: 500px;
	height: 500px;
	padding-top: 100px;
	flex-direction: column;
	align-items: center;
	/* gap: 50px; */
	flex-shrink: 0;
}

.profileBox.active{
	display: flex;
}
.text_err {
    color: #cb030a;
    /* text-align: left; */
    font-size:13px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 3%;
    font-family: "Noto Sans KR";
    display: none;
	align-items: left !important;
}
.err_msg {
	color: #F34040;
    /* text-align: left; */
    font-size:12px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 3%;
    font-family: "Noto Sans KR";
    display: none;
	align-items: left !important;
}


div.asm.redborder {
	border: 1px solid var(--Palette-Red, #F34040);
}

.editor {
	display: inline-block;
    background-color: #f7f8f9;
    width: 100%;
    height: 3.125rem;
	border: 1px solid var(--Palette-Red, #F34040);
	border-radius: 6px;
}

.healthBox {
    width: 50%;
    height: 50%;
    padding-top: 100px;
    flex-direction: column;
    align-items: center;
}

.healthBox .totalHealthinfo {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
}

.healthBox .rowInput{
	display: flex;
    justify-content: space-around;
    padding-top: 30px;
    align-content: center;
    align-items: center;
	font-weight: 600;
}
.healthBox .rowInput .span > #state{
	color: var(--Greyscale-800, #3D4147);
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; 
	letter-spacing: -0.04px;
}

.tui-grid-container .tui-grid-pagination {
    margin: 0;
  }

.tui-pagination .tui-page-btn{
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin:0 3px !important;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: none;
    color: #06060A;
    /* background-color: #F7F8F9; */
  }
  .tui-page-btn{
    background-color: #F7F8F9;
    border-radius: 50%;
    color: #9EA4AE !important;
  }

  .tui-page-btn.tui-is-selected:hover{
    background-color: white;
	color:#06060A !important;
	border: none !important;
  }

  .tui-page-btn.tui-is-selected{
    background-color: white;
	color:#06060A !important;
    border: none !important;

  }

  .tui-page-btn.tui-first, .tui-page-btn.tui-prev, .tui-page-btn.tui-next, .tui-page-btn.tui-last{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #fff;
  }


  .tui-page-btn .tui-ico-first {
	background-image: url("../image/arrow-double-left-black.png");
  }
  .tui-page-btn .tui-ico-prev {
	background-image: url("../image/arrow-left-black.png");
  }
  .tui-page-btn .tui-ico-next {
	background-image: url("../image/arrow-right-black.png");
  }
  .tui-page-btn .tui-ico-last {
	background-image: url("../image/arrow-double-right-black.png");
  }
.tui-page-btn.tui-next-is-ellip.tui-last-child{
	display: none !important;
}
.tui-page-btn.tui-prev-is-ellip.tui-first-child{
	display: none !important;
}
.tui-page-btn .tui-ico-ellip{
	background-image: url("../image/dots_three_outline.png") !important;
	margin-bottom: 1rem;
}
  .tui-page-btn > span {
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
  }
  .tui-page-btn.tui-is-disabled > span {
    opacity: 0.5;
  }  

  .guide_msg{
	position: relative;
    top: 2rem;
    margin-top: -2rem;
    height: 1.5rem;
    left: calc(100% - 19rem);
    width: fit-content;
	font-size: 12px;
	color: #6E7178;
  }

.cellRenderD {
	background:rgba(243, 64, 64, 1);
	border-radius:39px;
	color:white;
	width:max-content;
	padding:2px 8px 2px 8px;
  }
  .cellRenderW {
	background:rgba(255, 140, 0, 1);
	border-radius:39px;
	color:white;
	width:max-content;
	padding:2px 8px 2px 8px;
  }

  .cellRender {
	background:#2F80ED;
	border-radius:39px;
	color:white;
	width:max-content;
	padding:2px 8px 2px 8px;
  }
  #current_date {
	font-size: 24px; 
	font-weight: 700; 
	margin-left: 30px;
	position: relative;
    top: 10px;
}

.searchInput > #noti_date > label {
	margin: 0! important;
}

@media (pointer: coarse) {
	.searchclass {
		max-width: 265px !important;
		min-width: 265px !important;
		width: 265px !important;
	}
	.searchSelect {
		max-width: 130px !important;
		min-width: 130px !important;
		width: 130px !important;
	}
	#search_site_name {
		display: none;
	}
}
.mwidth-1000 {
	min-width: 1000px;
}
.btn_check {
	width: 100%;
	height: 100%;
	min-height: 50px;
	background-color: rgba(48, 48, 48, 1);
	border-radius: 4px;
	border: solid 1px rgba(218, 221, 225, 1);
	color: #ffffff	;
	font-size: 1rem;
	font-weight: 500;
}
.require-text::after {
    content: "*";
    color: red;
    position: relative;
    bottom: 0.2rem;
}
.errRequire,.errLength { 
	position: relative;
}
.errLength::after {
    content: "더 이상 입력할 수 없어요.";
    color: red;
    position: absolute;
    left: 1.2rem;
    font-size: 12px;
    top: 3.5rem;
}
.errRequire::after {
    content: "필수 항목이에요.";
    color: red;
    position: absolute;
    left: 1.2rem;
    font-size: 12px;
    top: 3.5rem;
}
.gbappearance {
	position: relative;
}
.gbappearance::after {
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	background: url('/image/arrow_black.png') no-repeat center;
	right: 1rem;
	top: 0.5rem;
	background-size: 1.5rem;
	content: '';
}
#confirm_modal {
	z-index: 9999;
}

.tui-grid-btn-sorting {
  background: url('/image/bi-arrow.png') no-repeat center !important;
  background-size: contain !important;
  width: 16px !important;
  height: 16px !important;
}

/* 오름차순 정렬 시 */
.tui-grid-btn-sorting-up {
  background: url('/image/purple_up.png') no-repeat center !important;
  background-size: contain !important;
    width: 22px !important;
  height: 22px !important;
}

/* 내림차순 정렬 시 */
.tui-grid-btn-sorting-down {
  background: url('/image/purple_down.png') no-repeat center !important;
  background-size: contain !important;
    width: 22px !important;
  height: 22px !important;
}
