﻿@font-face {
	font-display: block;
	font-family: "pretendard-regular";
	src: url("/fonts/Pretendard-Regular.woff2") format("woff2");
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

html {
	font-size: 14px;
	position: relative;
	min-height: 100%;
	font-family: "pretendard-regular", "Noto Sans KR", sans-serif;
	color: #000;
}

body {
	font-size: 14px;
	margin-bottom: 30px;
	font-family: "pretendard-regular", "Noto Sans KR", sans-serif;
	color: #000;
}


p {
	margin-bottom: 0.2em;
}

.bodylock {
	overflow: hidden;
	padding-right: 0px;
}

.text-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.custom-tooltip .tooltip-inner {
	white-space: pre-line;
}

#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #fff;
	z-index: 2000;
}

.progressloading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
}

.progressloading .bodybgopacity {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	background-color: #fff;
}

.progressloading .progressloadingcontent {
	position: fixed;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.progressloading .progressloadingcontentbox {
	border: 2px solid #222;
	border-radius: 0.5em;
	padding: 0.5em 1em;
	background-color: #fff;
}

.progressloading .progressloadinghead {
	text-align: center;
}

.progressloading .progressloadingbody {
	text-align: center;
}

.progressloading .circle_progress {
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.progressloading .circle_progress .value {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	bottom: 16px;
	line-height: 68px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}

.progressloading .btn_pause {
	width: 100px;
	height: 40px;
	line-height: 15px;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
}

#liveAlertPlaceholder {
	z-index: 1500;
}

::-webkit-scrollbar {
	width: 16px
}

::-webkit-scrollbar-thumb {
	height: 56px;
	border-radius: 8px;
	border: 4px solid transparent;
	background-clip: content-box;
	background-color: hsl(0, 0%, 67%)
}

a {
	color: var(--bs-body-color);
	text-decoration: initial;
}

/* a,
a:visited,
a:hover,
a:active {
	color: var(--bs-body-color);
	text-decoration: none;
} */

.dn {
	display: none;
}

.dni {
	display: none !important;
}

.cp {
	cursor: pointer;
}

.footer-bottom-fixed {
	/*	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
*/
	margin-top: 5em;
}

.mobilemainmenu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.mobilemainmenu>div {
	flex: 0 1 auto;
	width: 50%;
}

.mobilemainmenu>div:nth-child(1) {
	width: 100%;
	border-bottom: 1px solid #aaa;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

.mobilemainmenu a {
	padding: 0.5em 1em;
}

.category2 {
	font-size: 0.9em;
	color: #555;
}

.tbws .worksite {
	color: #006ac1;
	padding-top: 0.5em;
}

.tbws .weekred {
	color: #ff0000 !important;
}

.tbws .divwsaday {
	max-height: 300px;
	overflow: auto;
}

.btniconsmall {
	padding: 0.1em 0.4em;
}

.shortcutbox {
	min-width: 8rem;
	display: inline-block;
	padding: 1rem;
	text-align: center;
	cursor: pointer;
}

.shortcutbox .shortcuticon {
	font-size: 3rem;
}

.shortcutbox .shortcuttext {
	font-size: 1rem;
}

/*.datepicker {
	max-width: 8em !important;
}*/

.ui-datepicker {
	z-index: 9999 !important;
}

.autoresize {
	overflow-y: scroll;
}

.wsitem {
	text-align: start;
	padding: 0.5em;
}

.wsitem span:nth-child(1) {
	margin-right: 1em;
}

.wsitem span:nth-child(2) {
	margin-right: 1em;
	font-weight: bold;
}

.scrolltable {
	overflow: auto;
}

.resizer {
	/* Displayed at the right side of column */
	position: absolute;
	top: 0;
	right: -2px;
	width: 5px;
	cursor: col-resize;
	user-select: none;
	-webkit-user-select: none;
}

.resizable th {
	position: relative;
}

.resizer:hover,
.resizing {
	border-right: 2px solid blue !important;
}

.sidearearight {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 830px;
	height: 100%;
	display: none;
	z-index: 10;
}

.sidearearight .sideareaclosebutton {
	display: inline-block;
	text-align: center;
	width: 30px;
	border: 1px solid #aaa;
	border-radius: 50% 0 0 50%;
	position: absolute;
	background-color: #fff;
	left: 1px;
	top: 12px;
	cursor: pointer;
	z-index: 1;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}

.sidearearight .sideareacontents {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 800px;
	background-color: #fff;
	padding: 0.5em;
	border-left: 1px solid #aaa;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}

.branchchkitem {
	border: 1px solid #666;
	border-radius: 0.5em;
	min-width: 3em;
	padding: 0.2em 1em 0.2em 2.2em;
	margin: 0.3em 0.3em;
}

#calendar-container {
	font-size: 0.9em;
}

.cancelevent {
	text-decoration: line-through !important;
	text-decoration-color: #ff000080 !important;
}

.cancelevent * {
	text-decoration: line-through !important;
	text-decoration-color: #ff000080 !important;
}

.sharedevent .fc-event-title:before {
	color: #ff4444 !important;
	content: '∞'
}

.sharedevent .fc-list-event-title:before {
	color: #ff4444 !important;
	content: '∞'
}

.utilarea {
	position: absolute;
	background-color: #212529;
	border-radius: 5px 5px;
	z-index: 10;
}

.utilarea>div {
	position: relative;
}

.utilarea>div>div {
	position: absolute;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	background-color: #212529;
	top: -5px;
	left: 20%;
}

.blanktd {
	height: 1em;
}

.showafterprint {
	display: none !important;
}

.watermark {
	/*background: url(/upload/watermark/ABCDE12345.png) repeat;*/
	font-family: "Abril Fatface", "Nanum Gothic Coding", monospace;
	zoom: 1;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	opacity: 0.15;
}

.watermarkforclipboard {
	position: absolute;
}

.watermarkitem {
	color: black;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	display: inline-block;
	width: 20%;
}

.watermarkitem p {
	margin: 0;
}

div.selectfilter {
	position: relative;
	background-color: var(--bs-body-bg);
	display: none;
}

div.selectfilter>ul {
	width: 100%;
	position: absolute;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.25em;
	max-height: 12em;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 5000;
	background-color: var(--bs-body-bg);
}

div.selectfilter>ul>li {
	display: block;
	padding: 0.25em 0.5em;
	cursor: pointer;
	border-radius: 0.25em;
	overflow-x: hidden;
	white-space: nowrap;
}

div.selectfilter>ul>li:hover {
	background-color: var(--bs-border-color);
}

.divIncomingCallArea {
	display: block;
	position: fixed;
	max-height: 100%;
	overflow-y: auto;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	overflow-x: visible;
	max-width: 400px;
	text-align: right;
}

.divIncomingCallArea>div:nth-child(1) {
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
	text-align: initial;
}

.divIncomingCallBadge {
	position: sticky;
	right: 0px;
	bottom: 0px;
	margin: 0.5rem 0.5rem 0.2rem 1rem;
	display: inline-block;
	overflow: hidden;
	padding: 0.2rem 0.5rem;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 0.5rem;
	font-size: 1rem;
	text-align: right;
	cursor: pointer;
	box-shadow: 0 0.3rem 0.3em rgba(0, 0, 0, .5);
}

.divIncomingCallBadge .callcnt {
	display: none;
	font-size: 0.8em;
	margin-left: 0.25em;
}

.callitem {
	margin: 0.2em 0.5em 0.2em 1em;
	/*overflow: hidden;*/
}

.slidein {
	animation-duration: 0.5s;
	animation-name: slidein;
}

@keyframes slidein {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.slideout {
	animation-duration: 0.5s;
	animation-name: slideout;
}

@keyframes slideout {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(100%);
		opacity: 0;
	}
}

.shake {
	animation-duration: 0.2s;
	animation-name: shake;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes shake {
	from {
		margin-left: 1em;
		margin-right: 1em;
	}

	to {
		margin-left: 1.5em;
		margin-right: 0.5em;
	}
}

.zoomout {
	animation-duration: 3s;
	animation-name: zoomout;
}

@keyframes zoomout {
	from {
		zoom: 1;
	}

	to {
		zoom: 0.1;
	}
}

.navdesktop1 {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	font-size: 1em;
	line-height: 1em;
	padding: 0.5em 1em;
	margin: 0;
	border-bottom: 1px solid #dee2e6;
}

.navdesktop1 .brand {
	vertical-align: middle;
	font-size: 0.8em;
	line-height: 1em;
	height: 1em;
}

.navdesktop1 .menuitems {
	text-align: right;
	flex-direction: row-reverse;
	flex-grow: 1;
}

.navdesktop1 .menuitems ul {
	margin: 0;
	padding: 0;
}

.navdesktop1 .menuitems>ul>li {
	margin-bottom: 0;
	padding: 0;
	text-decoration: none;
	display: inline-block;
}

.navdesktop1 .menuitems li.strongtext {
	font-weight: bold;
	margin-right: 1em;
}

.navdesktop1 .menuitems li.nav-item {
	font-size: 0.9em;
	padding-right: 0.3em;
	margin-right: 0.3em;
	border-right: 1px solid #dee2e6;
}

.navdesktop1 .menuitems li.nav-item:nth-last-child(1) {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}


.navdesktop2 {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	font-size: 1.5em;
	line-height: 1.5em;
	padding: 0.2em 1em;
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 0.5em;
}

.navdesktop2 .menuitems {
	flex-basis: 1;
}

.navdesktop2 .brand {
	vertical-align: middle;
	font-size: 0.8em;
	line-height: 1em;
	height: 1em;
}

.navdesktop2 .menuitems ul {
	margin: 0;
	padding: 0;
}

.navdesktop2 .menuitems ul li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: inline-block;
}

.navdesktop2 .menuitems ul li.strongtext {
	font-weight: bold;
	margin-right: 1em;
}

.navdesktop2 .menuitems ul li.nav-item {
	font-size: 0.9em;
	padding: 0 0.5em;
	margin: 0;
	position: relative;
}

.navdesktop2 .menuitems ul li.nav-item:hover {
	color: #3683c3;
	text-decoration: underline;
	font-weight: bold;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup {
	display: none;
	flex-direction: row;
	flex-wrap: nowrap;
	position: absolute;
	text-align: center;
	background-color: #fff;
	border: 2px solid #dee2e6;
	padding: 1em 0;
	font-size: 1em;
	line-height: 1em;
	border-radius: 0.5em;
	z-index: 1001;
	left: 50%;
	transform: translateX(-25%);
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul {
	margin: 0;
	padding: 0 1em;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	position: relative;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul:after {
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	height: 80%;
	border-right: 2px solid #dee2e6;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul:nth-last-child(1):after {
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	height: 80%;
	border: none;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul li {
	margin: 1em 0;
	padding: 0;
	display: block;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: initial;
	color: #000;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul li.title {
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 1em;
	border-bottom: 1px solid #dee2e6;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul li a:hover {
	color: #3683c3;
	text-decoration: underline;
	font-weight: bold;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul li hr.divider {
	border-top: 1px solid #dee2e6;
	margin: 0;
	opacity: 1;
}

.navdesktop2 .menuitems ul li.nav-item .menuitemspopup ul li:has(hr.divider) {
	margin: 0;
}

.navdesktop2 .menuitems ul li.nav-item:hover .menuitemspopup {
	display: flex;
}

.alertmsgitem {
	text-align: left;
	margin: 0.5em 0.5em;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}

.alertmsgitem>div {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	color: #ddd;
	background-color: #3E3846;
	border: 1px solid #3E3846;
	border-radius: 0.5em;
	padding: 0.25em 1em;
}

.alertmsgitem>a {
	flex-grow: 1;
	color: #ddd;
	background-color: #3E3846;
	border: 1px solid #3E3846;
	border-radius: 0.5em;
	padding: 0.25em 1em;
}

.profileImage {
	text-align: center;
}

.profileImage img {
	max-width: 250px;
}

.printarea2 {
	background-color: #ffffff;
	color: #000;
}

.printarea2 * {
	color: #000;
}


.printarea pre {
	font-family: "Malgun Gothic", "Noto Sans KR", sans-serif !important;
	margin: 0 !important;
	font-size: 1em !important;
	text-align: left;
	font-weight: initial;
	white-space: pre-wrap;
}

.newcontents {
	color: #ff0000;
	font-size: 0.7em;
	font-weight: bold;
	margin: 0.5em;
}

.tableheadfixcls {
	position: sticky;
	top: 0;
	background-color: #fff;
}

.number-same-width {
	font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
}

@media (max-width: 575px) {

	/* body {
		margin-top: 3.5em;
	} */
	.navdesktop1,
	.navdesktop2 {
		display: none;
	}

	#calendar-container {
		font-size: 0.7em;
	}

	.alertmsgitem {
		text-align: left;
		margin: 0.5em 0.2em;
		display: block;
	}

	.alertmsgitem>div {
		display: block;
		border-bottom: 1px solid #888;
		border-radius: 0.5em 0.5em 0 0;
		margin-right: 0;
	}

	.alertmsgitem>a {
		display: block;
		border-radius: 0 0 0.5em 0.5em;
	}

	.printarea {
		zoom: 0.4;
	}

	.hideonmobile {
		display: none;
	}

	.divPopupClientList {
		z-index: 10;
	}

	.divPopupClientList thead {
		display: none;
	}

	.divPopupClientList,
	.divPopupClientList tbody {
		display: block;
	}

	.divPopupClientList tbody tr {
		display: block;
		border: 1px solid #ccc;
		border-radius: 0.5em;
		margin-bottom: 0.2em;
	}

	.divPopupClientList tbody td {
		display: block;
		border: none;
	}

	.divPopupClientList tbody td:nth-child(1) {
		float: left;
	}

	.divPopupClientList tbody td:nth-child(2) {
		float: right;
	}

	.divPopupClientList tbody td:nth-child(3) {
		clear: both;
		max-width: 259px;
	}
}

@media print {
	@page {
		size: A4;
		margin: 4rem;
	}

	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}

	html,
	body {
		margin: 0;
		width: 100%;
		height: 100%;
	}


	header,
	footer,
	.no-print,
	.utilarea {
		display: none !important;
	}

	.printarea {
		/*width: calc(100% - 6rem);*/
		margin: 0;
		/*zoom: 0.8;*/
		position: relative;
		background-color: #ffffff;
		zoom: initial;
		margin-left: calc(-.5 * var(--bs-gutter-x));
		margin-right: calc(-.5 * var(--bs-gutter-x));
		/*font-size: 1em !important;*/
	}

	/*.printarea * {
		color: #000 !important;
	}*/

	.page-break {
		page-break-before: auto;
	}

	.container {
		min-width: inherit !important;
		max-width: inherit !important;
	}

	.printarea input {
		border-width: 0;
	}

	.printarea textarea {
		border-width: 0;
		resize: none;
		overflow-x: hidden !important;
		overflow-y: hidden !important;
	}

	thead {
		display: table-row-group;
	}

	tfoot {
		display: table-row-group;
	}

	tbody {
		display: table-row-group;
	}

	.watermark {
		z-index: 100;
		opacity: 0.15;
	}
}

/* ckeditor */
.text-tiny {
	font-size: 0.7em;
}

.text-small {
	font-size: 0.85em;
}

.text-big {
	font-size: 1.4em;
}

.text-huge {
	font-size: 1.8em;
}