html, body { width: 100%; margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; color: var(--clr-txt); font-size: .88em; }
a { text-decoration: none; color: inherit; }
a:hover { color: inherit; }


/* ---- 공통 ---- */
	.no-mt { margin-top: 0; } /* NH */
	.no-mb { margin-bottom: 0; } /* NH */
	/* box */ /* ys */
		.box-center { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); box-sizing: border-box; }
	/* text */ /* NH-정리 */
		.tit-h2, .tit-h3, .tit-h3 { margin: 0; padding: 0; font-weight: 700; }
		.tit-h2 { font-size: 1.43em; }
		.tit-h3 { font-size: 1.3em; }
		.tit-h4 { font-size: 1.12em; }

		.text-demo { color: var(--clr-txt); }
		.list-non { list-style: none; }
		.text-ellipsis { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } /* NH */
		.f-icon { font-size: 1.4em; line-height: 2.4em; cursor: pointer; }
	/* color */ /* NH-정리 */
		.text-blu { color: #2196F3; }
		.text-red { color: #E53935; }
		.text-grn { color: #198754; }
		.text-ylw { color: #FFC107; }
	/* bg */ /* NH-정리 */
		.bg-biz-dark { background: var(--clr-biz-dark); }
		.bg-demo { background: var(--clr-bg); }
		.bg-dark-navy { background: var(--clr-txt); }
	/* border */ /* NH-정리 */
		.border-demo { border: 1px solid var(--clr-txt); }
		.border-box { box-sizing: border-box; }

/* ---- centerBox ---- */
.center-box { position: relative; }
.center-contents { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* ---- roundBox ---- */
.round-sm { border: 1px solid #dee2e6; border-radius: .5em; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
.round-lg { border: 1px solid #dee2e6; border-radius: 1em; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }

/* ---- c-type ---- */
.c-type { padding: 0.3rem 1.5em; color: #fff; border-radius: 5em; }
.c-type-on { background: var(--clr-on-tint2); }

/* ---- login ---- */
.login-page-wrap { width: 100%; height: 100vh; font-size: 1.385em; background: url("../img/login-bg.png") no-repeat center; }   
	.login-box {  width: 24em; padding: 1.5em; background: #fff; }
	.login-page-wrap .fixed-box { position: fixed; left: 5%; bottom: -20%; width: 24em; }
	.fixed-box .phone-img { width: 90%; }
	.fixed-box .sec-tit { margin-top: 1.5em; padding: 1.5em 0; }
	.login-page-wrap .btn { font-size: 1.1em; font-weight: 700; }
	.login-page-wrap a:hover, .login-page-wrap .btn:hover { background: var(--clr-on-tint3); color: #fff; }
	.login-page-wrap .login-tit a { background: none; }
	.phone-txt > div { position: absolute; top: 0; }

.info-box { height: 100%; }
	.solution-information { height: 100%; }
		.solution-information .row { height: 100%; align-items: center; }
		.solution-information p { padding-left: 3em; font-size: 1.125em; font-weight: 700; color: var(--clr-biz-dark); }
		.solution-information p .f-icon { font-size: 1.75em; }
	.company-information { height: 100%; color: #fff; background: linear-gradient(135deg, #454fff, #343bbf );  }
		.company-information .row { height: 100%; align-items: center; }
		.company-information .f-icon { padding-right: 1em; }

/* ---- demo-post ----  */
.demo-post { width: 100%; height: 100vh; background: url("../img/login-bg.png") no-repeat center center; background-size: cover; font-size: 1.385em; }
	.demo-post-box, .demo-modal-box { overflow-x: hidden; overflow-y: auto; background: #fff; }
	.demo-post-box { width: 960px; height: 86%; overflow-x: hidden; overflow-y: auto; background: #fff; z-index: 1; }
	.demo-post-box .sectit p { color: var(--clr-txt); }
	.demo-post-box .sectit p span { display: block; color: var(--clr-on-tint1); font-size: .8em; }
	.demo-post-box form .input-group span { width: 3em; background: var(--clr-on-tint2); color: #fff; }
	.demo-post-box form .form-check-label { cursor: pointer; }
	.demo-post-box form .form-control:focus { border-color: #ced4da; box-shadow: none; }
	.demo-post-box form .f-etc { display: none; }
	.demo-post-box form textarea { height: 8em; }
	.demo-modal-box { width: 500px; height: 500px; }
	.demo-modal-box .sub-txt { font-size: .8em; }
	.demo-modal-box > div > a { color: #fff; }
	.demo-modal-box .btn-close { right: 1em; top: 1em; display: flex; justify-content: center; align-items: center; background: #eee; border: 1px solid #000; }

/* ---- header ---- */
header { position: fixed; z-index: 1000; width: 320px; }
.sub-menu, .sub-menu:hover { color: var(--bs-gray); } /* 이동하지 못하는 메뉴 */
.sub-menu a { cursor: auto; } /* 이동하지 못하는 메뉴 */
	/* user-box */
	.user-box { padding: .5em 1em; }

	/* menu-box */
	.menu-box { position: absolute; top: 0; left: 0; display: none; padding: .5em .5em .5em 5em; width: 320px; height: 100vh; font-size: 1.1em; z-index: 1; }
		.accordion-header { background: var(--clr-txt); border-radius: .25rem .25rem 0 0; }
		.accordion-header button { color: #fff; }
		.accordion-button::after {
			background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
		}
		.accordion-button:not(.collapsed) { color: #fff; font-weight: 700; }
		.accordion-button:not(.collapsed)::after { 
			background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
		}
		.accordion-body { border-radius: 0 0 .25rem .25rem; }
		.accordion-body .menu-box { font-weight: 700; }
		.accordion-body .main-menu { font-size: 1.12em; }
		.accordion-body .sub-menu { padding-bottom: .5em; }
	.non-accodien ul.list-non { padding-left: 0; }

	/* shop-info */
	.shop-info { display: block; width: 100%;  height: 100vh; padding-left: 5.3em; background: #fff; border-right: 1px solid var(--clr-bg); }
	.shop-info .scroll-box { height: 100%; padding: .5em .5em .5em 0; }/* NH */
	.card-shop-infor { background: var(--clr-bg); } /* NH */

		#timeview {
			padding: .5em;
			font-size: 1.375em;
			color: #fff;
			text-align: center;
			background: var(--clr-txt);
			border-radius: .25rem .25rem 0 0;
		}
		/* datepicker */
		.s-monthly .ui-state-default, 
		#ui-datepicker-div .ui-state-default, 
		.s-monthly .ui-widget-content .ui-state-default, 
		#ui-datepicker-div .ui-widget-content .ui-state-default { 
			margin: .1em;
			padding: .3em;
			font-size: .8em;
			text-align: center;
			color: #fff; 
			background: var(--clr-subtxt); 
			border: 0;
			border-radius: .25rem;
		}
		.s-monthly .ui-state-highlight, .s-monthly .ui-widget-content .ui-state-highlight { color: #fff; background: #668fef; }
		#datepicker .ui-datepicker, #ui-datepicker-div { background: var(--clr-txt); border: 0; border-radius: 0 0 .25rem .25rem; }
		#datepicker .ui-datepicker { width: 100%; }
		.s-monthly .ui-datepicker .ui-datepicker-header,
		#ui-datepicker-div .ui-datepicker-header { color: #fff; background: var(--clr-subtxt); border: 0; }
		#ui-datepicker-div .ui-datepicker-calendar th,
		.ui-datepicker .ui-datepicker-calendar th
		{ color: #fff; }

		/* s-environment */ /* NH */
		.s-environment svg { margin-right: .3rem; }
		/* s-news */ /* NH */
		.s-news p { margin-bottom: .5rem; }
		/* s-notice */ /* NH */
		.shop-info .badge { display: inline-block; margin-right: 0.5em; padding: 0.35em 0.65em 0.55em; font-size: .9em; }


	/* p-header */
	.left-menu-bar { position: fixed; top: 0; bottom:0; left:0; width: 60px; z-index: 2; }
	#shop_menu { display: none; }
	.left-bar-foot-menu p { cursor: pointer; }

	/* m-header */
	.top-menu-bar { position: absolute; display: none; }
	.foot-menu-bar { display: none; height: auto; }
	.foot-menu-bar a { display: flex;
    width: 100%;
    height: 3em;
    justify-content: center;
    align-items: center; }


/* ---- contents-wrap ---- */	
.contents-wrap { padding: 1em 1em 1em 333px; width: 100%; }
.contents-wrap .tit-h2 { margin-bottom: -.5em; }
.data-box { margin-top: 1.5em; }
.contents-box { padding: 1em; margin-top: 1.5rem; }
.multi-chart .contents-box { margin-top: 0; }
.h-100-chart { height: calc(100% - 1.5rem); }
.no-gutter-x { --bs-gutter-x: 0; }
.gap-x-1-5 { grid-column-gap: 1.5rem; }

	.breadcrumb-box { --bs-gutter-x: 0; }
	.summary { margin-top: 0; }
	.summary .tit-h2 { margin-bottom: 0; }

	.contents-val { display: flex; justify-content: center; align-items: center; font-size: 1.12em; }
	.contents-val b { margin-right: .2em; font-size: 1.6em; }
	
	.multi-chart2 .row .contents-box { margin-top: 1.5rem; }
	.multi-chart2 .row .contents-box:first-child { margin-right: 1.5rem; }
	.multi-chart2 .row .contents-box:nth-child(2) { width: calc(75% - 1.5rem); }
	.years-data .tit-h2 { margin-bottom: 0; }

	/* table */
	.table-data table thead { text-align: center; vertical-align: middle; }
	.table-data table tbody { text-align: right; }

	.table-filter .form-check { display: flex; align-items: center;  grid-gap: 0.4em; }	
	.table-filter .form-check-label { cursor: pointer; }
	.table-filter .datepicker-box { margin-right: 0; }

	/* table-scroll */
		.table-scroll {	max-height: 310px; overflow-y: auto; width: 100%; }

		.table-scroll::-webkit-scrollbar { width: 8px; height: 8px; }
		.table-scroll::-webkit-scrollbar-thumb { background-color: #9e9e9e; border-radius: 0 0.1em; }
		.table-scroll::-webkit-scrollbar-track { height: 8px; background-color: #e0e0e0; border-radius: 0 0.1em; }

		.table-scroll table { border-collapse:separate; border-spacing:0; }

		.table-scroll table thead tr:nth-child(1) { position: sticky; top: 0; }

		.table-scroll table thead tr:nth-child(2) { position: sticky; top: 2.75em; }
		.table-scroll table thead tr:nth-child(2) td { border: 0; border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6 !important; }

		.table-scroll table td { border: 1px solid; border-left: 0; border-top: 0; border-bottom: 1px solid #dee2e6; border-color: #dee2e6; background: #fff; }

		.table-scroll table td:nth-child(1) { border-left: 1px solid #dee2e6; }

		.table-scroll table thead td { border-top: 1px solid #dee2e6; }

		.table-scroll table td.t-no-lbd { border-left: 0; }

	/* timeline */
		.vertical-time-simple { padding: .5rem 0; text-align: left;	}
		.vertical-timeline { width: 70%; position: relative; }
		.vertical-timeline::before {
			content: '';
			position: absolute;
			top: 0;
			left: 67px;
			height: 100%;
			width: 4px;
			background: #e9ecef;
			border-radius: .25rem;
		}
		.vertical-timeline-element { position: relative;	margin: 0.76em 0; }
		.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
			visibility: visible;
			animation: cd-bounce-1 .8s;
		}
		.vertical-time-simple .vertical-timeline-element-icon {
			height: 14px;
			width: 14px;
			background: #e9ecef;
			position: absolute;
			left: 6px;
			top: 2px;
			display: block;
			border-radius: 20px;
		}
		.vertical-time-simple .vertical-timeline-element-icon::after {
			content: '';
			position: absolute;
			background: #fff;
			left: 50%;
			top: 50%;
			margin: -4px 0 0 -4px;
			display: block;
			width: 8px;
			height: 8px;
			border-radius: 20px;
		}
		.vertical-without-time .vertical-timeline-element-icon { left: .9em; }
		.vertical-without-time::before {	left: 1.3em;	}
		.vertical-timeline-element-content .timeline-title {
			font-size: .8rem;
			text-transform: uppercase;
			margin-bottom: 0;
			padding: 2px 0 0;
		}
		.vertical-time-simple .timeline-title {
			font-weight: normal;
			font-size: .91667rem;
			padding: 0;
		}
		.vertical-time-simple .timeline-title {
			text-transform: none;
		}
		.vertical-timeline-element-content {
			position: relative;
			margin-left: 90px;
			font-size: .8rem;
		}
		.vertical-without-time .vertical-timeline-element-content {
			margin-left: 36px;
		}
		.vertical-timeline-element-icon {
			position: absolute;
			top: 0;
			left: 60px;
		}
		.dot-danger .vertical-timeline-element-icon { background: #d92550;	}
		.dot-warning .vertical-timeline-element-icon { background: #f7b924; }
		.dot-success .vertical-timeline-element-icon { background: #3ac47d; }
		.dot-primary .vertical-timeline-element-icon { background: #3f6ad8; }
		.dot-info .vertical-timeline-element-icon { background: #16aaff; }
		.dot-dark .vertical-timeline-element-icon { background: #343a40; }
		.badge {
			display: inline-block;
			padding: .25em .4em;
			font-size: 75%;
			font-weight: 700;
			line-height: 1;
			text-align: center;
			white-space: nowrap;
			vertical-align: baseline;
			border-radius: .25rem;
		}
		.badge {
			font-weight: bold;
			text-transform: uppercase;
			padding: 5px 10px;
			min-width: 19px;
		}
		.badge-danger {
			color: #fff;
			background-color: #d92550;
		}
		.timeline-detail {
			position: absolute;
			width: 30%;
			height: calc(100% - 1.5rem);
			top: 1em;
			right: 1.8em;
			padding: 2em 1em;
			color: #fff;
			background: #3ac47d;
			border-radius: 2em;
		}
		.timeline-arrow::after { 
			content: "";
			position: absolute;
			top: -0.8em;
			right: -1.3em;
			background: #3ac47d;
			width: 3em;
			height: 3em;
			transform: rotate(313deg);
			z-index: -1;
			clip: rect(0,18px,18px,0);
		}
	
	/* cctv */
	.video-gallery { flex-direction: column; }
	.video-bg { position: absolute; width: 100%; height: 100%; }
	.video-bg img { width: 100%; height: 100%; }
	.btn-play { background: #fff; }

/* ---- footer ---- */
.foot-box { padding-left: 320px; width: 100%; box-sizing: border-box; overflow: hidden; }


/* ---- 추가 ---- */
	/* 동영상 넓이에 맞춰 높이 자동 조절 */
	.card-video-box { position: relative; height: 100%; }
	.card-video { position: relative; padding-bottom: 65.25%; height: 0; overflow: hidden; background: #000; }
	.card-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	.btn-play { display: block; cursor: pointer; }


/* ---- 악세사리 ---- */
	/* 스크롤 */ /* NH */
	.scroll-box { overflow-y: auto; }
	.scroll-box::-webkit-scrollbar { width: 8px; height: 8px; }
	.scroll-box::-webkit-scrollbar-thumb { background-color: #9e9e9e; border-radius: 4px; }
	.scroll-box::-webkit-scrollbar-track { height: 8px; background-color: #e0e0e0; border-radius: 4px; }


@media ( max-width: 1199.98px ) {
.login-box { top: 30%; }
.login-page-wrap .fixed-box { position: absolute; left: 50%; top: 80%; transform: translate(-50%, -50%); }
.fixed-box .phone-img { display: none; }
.fixed-box .sec-tit { margin-top: .5em; padding: .5em 0; }
.info-box { height: 100%; }
		.solution-information .row { align-items: flex-end; }
		.company-information .row { align-items: flex-end; }
	#wrap { font-size: 1em; }
		header { height: 100vh; }
		#shop_menu { display: block; }
		.shop-info { display: none; }
		.menu-box { padding: 0.5em 0.5em 0.5em 5em; }

	.contents-wrap { padding: 0 0 0 60px; }
	.card-video-box { padding-bottom: 1.5em; }
	.foot-box { padding: 0; }
	.company-information { padding-right: 3em; text-align: right; }

	/* ---- demo-post ----  */
	.demo-post { word-break: keep-all; }
	.demo-post-box, .demo-modal-box { border-radius: 0 !important; }
	.demo-post-box { width: 90%; height: 90%; }
	.demo-modal-box { height: 70%; }
	.demo-modal-box br { display: none;  }
}
@media ( max-width: 575.98px ) {
	.login-box { width: 90%; margin: 0 auto;  padding: 1.5em; }
	.info-box > div { background: var(--clr-biz-dark); }
	
	#wrap { font-size: 1.25em; }

	.solution-information { height: 50%; }
		.solution-information .row { height: 100%; align-items: center; }
		.solution-information .row p { color: #fff; text-align: center; padding: 0; }

	.company-information { height: 50%; color: #fff; background: var(--clr-biz-dark);  }
		.company-information .row { padding: 1em; text-align: left; }
	

	header { width: 100%; height: 60px; box-sizing: border-box; }
	header .scroll-box { padding: 73px 1em; }
		.left-menu-bar { display: none; }
		.top-menu-bar { display: block; width: 100%; font-size: 1.25em; z-index: 1000; }
		.top-menu-bar .badge { right: -1.1em; font-size: .5em; }

		.menu-box, .m-menu-box { width: 100%; padding: 73px 1em; font-size: 1em; z-index: 500; }
		header .accordion-header button { font-size: .78em; }
		.shop-info .scroll-box { margin: -0.8em -1em -0.5em -0.3em; }
	
	.contents-wrap { padding: 60px 0 0 0; width: 100%; }
	.foot-box { padding-bottom: 60px; }
	.foot-menu-bar { position: fixed; z-index: 10000; display: block; bottom: 0; }

	.card-video-play, .btn-play { display: none; }
	.card-video-box:first-child { padding-top: 1.5em; }

	.timeline-detail { display: none; }
	.timeline-arrow::after { display: none; }

	/* ---- demo-post ----  */
	.demo-post { word-break: keep-all; }
	.demo-post-box, .demo-modal-box { width: 100%; border-radius: 0 !important; }
	.demo-post-box { height: 100%; }
	.demo-modal-box { height: 70%; }
	.demo-modal-box br { display: none;  }
}


:root {
	--clr-bg: #eaeafa;
	--clr-txt: #0d1237;
	--clr-subtxt: #3d415f;
	--clr-biz: #454fff;
	--clr-biz-dark: #343bbf;
	--clr-biz-light: #8096f8;
	--clr-on-tint1: #454FFF;
	--clr-on-tint2: #6A72FF;
	--clr-on-tint3: #8F95FF;
	--clr-on-tint4: #DADCFF;
	--clr-on-tint5: #F4F5FF;
}