@charset "utf-8";

main {
	margin-left: 196px;
}
/* body */
.container {
	background: #fafafa;
}
header,
main {
	-webkit-animation: fadeInAnimation ease 0.3s;
	animation: fadeInAnimation ease 0.3s;
}

/* clearfix */
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: block;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

/* header */
.nav-header {
	box-shadow: 0 3px 6px rgba(201, 214, 223, 0.25);
}

/* 사이드 메뉴 */
input[id*="root"] {
	display: none;
}
input[id*="root"] + label {
	display: block;
	border-left: 5px solid #153E69;
	padding: 15px 14px 15px 55px;
	color: #A1B1C3;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
input[id*="root1"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off1.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root2"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off2.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root3"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off3.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root4"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off4.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root5"] + label em {
	position: absolute;
	top: 50%;
	/* left: 10px; */
	left: 11px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off5.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root5-1"] + label em {
	position: absolute;
	top: 50%;
	/* left: 10px; */
	left: 11px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off5-1.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root6"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off6.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root6-1"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off6-1.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root7"] + label em {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off8.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root7-1"] + label em {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off7-1.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root8"] + label em {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off9.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root9"] + label em {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_dashboard_off3.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="help"] + label em {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	background: url("../img/icon/ic_help.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root"] + label + ul li {
	max-height: 0;
	transition: all 0.35s;
	overflow: hidden;
	background: #153E69;
	color: #A1B1C3;
}
input[id*="root"] + label + ul li a {
	display: inline-block;
	padding: 9px 14px 9px 65px;
	font-size: 16px;
	font-weight: 500;
}
input[id*="root"] + label + ul li a:hover,
input[id*="root"] + label + ul li a.active {
	color: #fff;
}

input[id*="root"]:checked + label + ul li {
	max-height: 1000px;
}
input[id*="root1"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on1.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root2"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on2.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root3"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on3.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root4"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on4.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root5"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on5.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root5-1"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on5-1.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root6"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on6.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root6-1"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on6-1.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root7"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on8.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root7-1"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on7-1.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root8"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on9.svg") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root9"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_dashboard_on3.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="help"]:checked + label em {
	background-position: 0 -30px;
	background: url("../img/icon/ic_help.png") center center no-repeat;
	filter: brightness(0) invert(1);
}
input[id*="root"]:checked + label {
	color: #FFFFFF;
	background: rgba(255, 255, 255, 0.1);
	border-left: 5px solid #FFFFFF;
}
input[id*="root"] + label:hover {
	color: #FFFFFF;
	background: rgba(255, 255, 255, 0.1);
	border-left: 5px solid #FFFFFF;
}

/* etc */
.user-select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.invisible {
	display: none;
}
.width-100 {
	width: 100%;
}
.arrow_right {
	background: url("../img/icon/arrow_right.svg") center center no-repeat;
	display: inline-block;
	width: 15px;
	height: 16px;
}

/* 종합효율 BOX */
.total_efficiency {
	border: 2px solid #ff6700;
	color: #52616b;
	font-weight: 600;
	border-radius: 5px;
	width: 200px;
	height: 33px;
	padding: 10px;
	margin-top: 10px;
	line-height: 8px;
	vertical-align: middle;
	display: flex;
	justify-content: space-between;
}
.total_efficiency .percent {
	color: #ff6700;
}
.total_efficiency .percent:after {
	content: "%";
	color: #52616b;
	margin-left: 1px;
	font-size: 13px;
}

/* layout position */
.header-fixed {
	position: fixed;
	width: 100%;
	top: 0;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}

/* col-table */
.col-table * {
	font-weight: 500;
}
.col-table > table {
	table-layout: fixed;
	width: 100%;
}
.col-table > table > thead > tr > th {
	font-size: 14px;
	color: #0c81e4;
	background-color: #f0f5f9;
	border: none;
	border-top: 2px solid #c9d6df;
	user-select: none;
	padding: 10px 0;
}
.col-table > table > tbody > tr > td {
	font-size: 14px;
	color: #1e2022;
	padding: 10px 0;
	text-align: center;
	border: none;
	border-bottom: 1px solid #c9d6df;
}
.col-table > table > tbody > tr:hover > td {
	background-color: rgba(255, 254, 221, 0.5);
}

/* 기본 row-table */
.default-row-table * {
	font-family: "NotoSansKR", sans-serif;
}
.default-row-table table {
	table-layout: fixed;
	width: 100%; /*border:1px solid #C9D6DF;border-top:2px solid #C9D6DF;border-bottom:1px solid #C9D6DF;*/
	border-collapse: collapse;
}
.default-row-table tbody tr.pallet {
	border-top: 2px solid #c9d6df;
}
.default-row-table tbody th {
	position: relative;
	font-size: 15px;
	line-height: 15px;
	color: #2f3039;
	border: 1px solid #c9d6df;
	background: #f0f5f9;
	padding: 8px 2px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	text-indent: -10px;
}
.default-row-table tbody th:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 5px;
}
.default-row-table tbody td {
	font-size: 15px;
	line-height: 15px;
	color: #2f3039;
	border: 1px solid #c9d6df;
	background: #f5f5f5;
	padding: 5px 8px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
}
.default-row-table tbody td input {
	height: 33px;
	padding: 0 5px;
	font-size: 13px;
	width: 200px;
}
.default-row-table tbody td input + input {
	margin-left: 10px;
}
.default-row-table tbody td select {
	height: 33px;
	padding: 0 5px;
	font-size: 13px;
	width: 200px;
}
.default-row-table tbody td.inp-pallet input {
	width: 40px;
}
.default-row-table tbody td .inp {
	margin-right: 25px;
	height: 33px;
}
.default-row-table tbody td .inp b {
	line-height: 30px;
}
.default-row-table tbody td .inp:last-child {
	margin-right: 0;
}
.default-row-table + .row-table {
	margin-top: 30px;
}
th.required:after {
	content: "*";
	color: #d35663;
	display: inline-block;
	position: relative;
	left: 10px;
	vertical-align: sub;
}

/* input-small row-table */
.row-table * {
	font-family: "NotoSansKR", sans-serif;
}
.row-table table {
	table-layout: fixed;
	width: 100%;
	border: 1px solid #c9d6df;
	border-top: 2px solid #c9d6df;
	border-bottom: 1px solid #c9d6df;
	border-collapse: collapse;
}
.row-table tbody tr.pallet {
	border-top: 2px solid #c9d6df;
}
.row-table tbody th {
	position: relative;
	font-size: 13px;
	line-height: 15px;
	color: #2f3039;
	border: 1px solid #c9d6df;
	background: #f0f5f9;
	padding: 8px 2px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	text-indent: -10px;
}
.row-table tbody th:before {
	display: inline-block;
	content: "";
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 5px;
}
.row-table tbody td {
	font-size: 13px;
	line-height: 15px;
	color: #2f3039;
	border: 1px solid #c9d6df;
	background: #f5f5f5;
	padding: 5px 4px;
	height: 30px;
	text-align: left;
	vertical-align: middle;
}
.row-table tbody td input {
	height: 20px;
	padding: 0 5px;
	font-size: 13px;
	width: 140px;
}
.row-table tbody td input + input {
	margin-left: 10px;
}
.row-table tbody td select {
	height: 20px;
	padding: 0 5px;
	font-size: 13px;
	width: 140px;
}
.row-table tbody td.inp-pallet input {
	width: 40px;
}
.row-table tbody td .inp {
	margin-right: 25px;
}
.row-table tbody td .inp:last-child {
	margin-right: 0;
}
.row-table + .row-table {
	margin-top: 30px;
}

/* 입력정보관리 페이지상단 선택정보 조회 폼 */
.info-wrap {
	background: #fff;
	border-top: 1px solid #9cb1bf;
	border-bottom: 1px solid #9cb1bf;
	margin-top: 17px;
	align-items: center;
}
.info-wrap + .info-wrap {
	margin-top: 0;
	border-top: 0;
}
.info-wrap .info-title {
	background: #f5f7fa;
	color: #0c81e4;
	font-size: 15px;
	font-weight: 600;
	line-height: 43px;
	min-width: 120px;
	text-align: center;
}
.info-wrap .info-title.black {
	color: #52616b;
}
.info-wrap .info-select {
	padding: 5px 6px;
}
.info-wrap .info-select select {
	height: 33px;
	line-height: 1.5;
	padding: 0 10px;
	min-width: 200px;
	background-image: url("../img/icon/select_down_btn.svg");
	background-size: 36px 36px;
	background-position: right center;
}
/* .info-wrap .info-select.select-sm select {min-width: 110px;} */
.info-wrap .info-select input[type="text"] {
	width: 200px;
	padding: 0 10px;
}
.info-wrap .info-select select + button,
.info-wrap .info-select input + button {
	margin-left: 4px;
}
.info-wrap button + button {
	margin-left: 5px !important;
}

/* 페이지상단 셋팅테이블 */
.info-wrap.info-table {
	border: 0;
	table-layout: fixed;
	max-width: 1850px;
}
.info-wrap.info-table select {
	height: 33px;
	line-height: 1.5;
	padding: 0 10px;
	min-width: 200px;
	background-image: url("../img/icon/select_down_btn.svg");
	background-size: 36px 36px;
	background-position: right center;
}
.info-wrap.info-table input[type="text"],
.info-wrap.info-table input[type="number"] {
	width: 200px;
	padding: 0 10px;
	font-size: 13px;
}
.info-wrap.info-table .inp-group select {
	min-width: 160px;
}
.info-wrap.info-table .inp-group input[type="text"],
.info-wrap.info-table .inp-group input[type="number"] {
	width: 70px;
}
.info-wrap.info-table table {
	border-collapse: collapse;
	border-top: 1px solid #9cb1bf;
	table-layout: fixed;
}
.info-wrap.info-table table tr {
	border-bottom: 1px solid #9cb1bf;
}
.info-wrap.info-table table th {
	padding: 8px;
	background: #f5f7fa;
	color: #0c81e4;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
}
.info-wrap.info-table table th {
	border: 1px solid #9cb1bf;
}
.info-wrap.info-table table th:nth-child(1) {
	border-left: 0;
}
.info-wrap.info-table table td {
	padding: 5px 6px;
}
.info-wrap.info-table table td {
	border-left: 1px solid #9cb1bf;
}
.info-wrap .info-subTitle {
	font-weight: 600;
	color: #52616b;
	min-width: 60px;
	font-size: 14px;
}
.info-wrap .info-subTitle:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #52616b;
	vertical-align: middle;
	margin-right: 3px;
}
@media (max-width: 1750px) {
	.info-wrap.info-table select {
		min-width: 100%;
	}
	.info-wrap.info-table input[type="text"],
	.info-wrap.info-table input[type="number"] {
		width: 100%;
		padding: 0 10px;
		font-size: 13px;
	}
	.info-wrap.info-table input[type="text"].addon_btn,
	.info-wrap.info-table input[type="number"].addon_btn {
		width: 68%;
		padding: 0 10px;
		font-size: 13px;
	}
	.info-wrap.info-table .inp-group select {
		min-width: 68%;
	}
	.info-wrap.info-table .inp-group input[type="text"],
	.info-wrap.info-table .inp-group input[type="number"] {
		width: 30%;
	}
}

/* 테이블 구역 */
.table-header-wrap {
	align-items: center;
}
.table-content-wrap {
	max-width: 1855px;
	align-items: center;
}
table.main-datatable {
	display: none;
}

/* tab 컨텐츠 레이아웃 */
.tab-content-wrap > .tab-group {
	width: 100%;
	min-width: 768px;
	text-align: center;
	color: #5a607f;
	user-select: none;
}
.tab-content-wrap > .tab-group > ul {
	min-height: 25px;
	border-bottom: 0px solid #fafafa;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.tab-content-wrap > .tab-group > ul > li {
	float: left;
	font-size: 14px;
	position: relative;
	display: block;
	padding: 5px 8px;
	color: #fff;
	background: #c0c0c0;
	border-radius: 5px 5px 0 0;
	border: 1px solid #dee0eb;
	border-bottom: 0;
	transition: all 0.1s;
}
.tab-content-wrap > .tab-group > ul > li:hover {
	background: #a5a5a5;
}
/* .tab-content-wrap > .tab-group > ul > li> a:after {content: '';display: inline-block;background: url('../img/icon/tab-ico-close.png') center center no-repeat;width: 10px;height: 10px;margin-left: 20px;padding: 5px;} */
.tab-content-wrap > .tab-group > ul > li > a {
	padding-right: 10px;
}
.tab-content-wrap > .tab-group > ul > li:nth-child(1) > a {
	padding: 0;
}
.tab-content-wrap > .tab-group > ul.tabs.no-close > li > a {
	padding: 0;
}
.tab-content-wrap > .tab-group > ul > li > i.tab-close {
	content: "";
	display: inline-block;
	background: url("../img/icon/tab-ico-close.png") center center no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	padding: 5px;
	cursor: pointer;
}
.tab-content-wrap > .tab-group > ul > li.active {
	color: #fff;
	font-weight: 500;
	background: #4f78e0;
}
.tab-content-wrap > .tab-group > ul > li + li {
	margin-left: 1px;
}
.tab-content-wrap > .tab-content {
	background: #fff;
	padding: 0;
}
.tab-content-wrap > .tab-content > .btn-group {
	margin-right: 5px;
}

/* 모달 레이아웃 */
@keyframes fadeIn {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(47, 47, 47, 0.5);
	}
}
.modal {
	position: fixed;
	inset: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(47, 47, 47, 0.5);
	animation: fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.show {
	display: block;
}
.modal > .modal_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	border-radius: 10px;
	height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 2px 3px 0 rgba(156, 177, 191, 0.15);
	transform: translateX(-50%) translateY(-50%);
}
.modal > .modal_wrap > .modal_header > .modal_title {
	text-align: start;
	padding: 30px 30px 15px;
	color: #292929;
	font-family: "Spoqa Han Sans Neo";
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	user-select: none;
}
.modal > .modal_wrap > .modal_header > .modal_close {
	padding: 12px 24px 12px;
	color: #7e84a3;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}
.modal > .modal_wrap > .modal_header > .modal_btn_group {
}
.modal > .modal_wrap > .modal_content {
	color: #182941;
	padding: 0 30px 30px 30px;
}
.modal > .modal_wrap > .modal_content > .desc {
	text-align: right;
}
.modal > .modal_wrap > .modal_content .modal-input-group {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.modal > .modal_wrap > .modal_content .modal-input-group + .modal-input-group {
	margin-top: 15px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > label {
	width: 120px;
	color: #4688f7;
	user-select: none;
}
.modal > .modal_wrap > .modal_content .modal-input-group > input {
	width: 200px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group {
	position: relative;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > .upload-name {
	background-color: #fafafa;
	width: 367px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > label.file-label {
	position: absolute;
	right: 1px;
	top: 1px;
	display: inline-block;
	content: "";
	background: url("../img/icon/file_btn.png") center center no-repeat;
	width: 31px;
	height: 31px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group + button {
	margin-left: 5px;
}
.modal > .modal_wrap > .modal_content > .table-wrap {
	display: flex;
	justify-content: space-between;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap {
	border: 1px solid #c9d6df;
	padding: 10px 0 0 0;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap > .title {
	color: #52616b;
	font-size: 16px;
	padding-bottom: 10px;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap.col {
	border: 1px solid #c9d6df;
	padding: 20px;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap.col > .title {
	color: #0c81e4;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.modal > .modal_wrap > .madal_footer {
	margin-top: 10px;
	text-align: center;
}
.modal > .modal_wrap > .modal_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	user-select: none;
}
.modal > .modal_wrap > .modal_footer > .btn-group {
	display: flex;
	justify-content: center;
}
.modal > .modal_wrap > .modal_footer > .btn-group > button {
	margin: 10px 0;
}
.modal > .modal_wrap > .modal_content > p{
	color: #292929;
	font-family: "Spoqa Han Sans Neo";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
.cancel {
	background: url("../img/icon/icon-close-gray.png") center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 36px;
	min-width: 35px;
	border: none;
}
.modalBtn {
	width: 160px;
	height: 40px;
}
a.delLineA {
	text-decoration: line-through;
	color: #c0c0c0;
	cursor: text;
}
.close_modal{
	font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}

/* D3 MAP */
.map-wrap {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* 로딩 */
.loading-container {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.2);
	inset: 0;
	overflow-x: hidden;
	transition: background-color 0.1s;
	text-align: center;
	user-select: none;
	display: none;
}
.loading-container .loading-card {
	position: relative;
	top: calc((50% - 100px));
	margin: auto;
	width: 400px;
	min-height: 200px;
	background: #fff;
	padding: 20px;
	border: 1px solid #9cb1bf;
}

.loading-container .loading-card .spinner {
	content: "";
	display: block;
	animation: rotate 2s linear infinite;
	transform: translateZ(0);
	background: url("../img/icon/refresh-icon.svg") center center no-repeat;
	background-size: 35px;
	width: 100px;
	height: 100px;
	margin: auto;
}

.loading-container .loading-card p {
	color: #0c81e4;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1px;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.4);
}
.loading-container .loading-card p .desc {
	color: #5c6373;
	font-size: 14px;
}

.loading-container .loading-card .line-wrap {
	display: block;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	margin: auto;
}
.loading-container .loading-card .line-group {
}
.loading-container .loading-card .line {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 30px;
	background-color: #0c81e4;
	margin: 0 2px;
}
.loading-container .loading-card .line:nth-last-child(1) {
	animation: loading 0.6s 0.1s linear infinite;
}
.loading-container .loading-card .line:nth-last-child(2) {
	animation: loading 0.6s 0.2s linear infinite;
}
.loading-container .loading-card .line:nth-last-child(3) {
	animation: loading 0.6s 0.3s linear infinite;
}
.loading-container .loading-card .line:nth-last-child(4) {
	animation: loading 0.6s 0.4s linear infinite;
}

/* 보고서 */
.report-area {
	font-family: "NotoSansKR", "NotoSansKR";
	line-height: 2;
	letter-spacing: normal;
	width: 694px;
	padding: 0px;
	margin: auto;
}
.report-area .report-header {
	font-size: 15pt;
	font-weight: 500;
}
.report-area .report-chart-area {
	height: 250px;
	border: 1px solid #1e2022;
	font-size: 12pt;
}
.report-area .report-table-area {
	font-family: "NotoSansKR";
	margin: 10pt 0;
	line-height: 1.4;
}
.report-area .report-desc-area {
	padding: 1.5rem;
	font-family: "NotoSansKR";
	font-weight: 600;
	font-size: 12pt;
	letter-spacing: -1.5px;
	border: 1px solid #d2dde4;
	background: #f4f4f4;
}
.report-area .report-desc-area span.underline {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 2px;
	color: #0f93ef;
}

/* 보고서 테이블 스타일1 */
.report-col-table1 * {
	font-family: "NotoSansKR";
	font-weight: 400;
}
.report-col-table1 > table {
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-right: 1px solid #1e2022;
	border-bottom: 1px solid #1e2022;
	page-break-inside: auto;
}
.report-col-table1 > table tr {
	page-break-inside: avoid;
	page-break-after: auto;
}
.report-col-table1 > table > thead {
	border-bottom: double #1e2022 4px;
	display: table-header-group;
}
.report-col-table1 > table > thead > tr > th {
	font-size: 12pt;
	font-weight: 600;
	color: #1e2022;
	background-color: #e2f4fd;
	border-top: 1px solid #1e2022;
	border-left: 1px solid #1e2022;
}
.report-col-table1 > table > tbody > tr > td {
	font-size: 13pt;
	color: #1e2022;
	text-align: center;
	border-top: 1px solid #1e2022;
	border-left: 1px solid #1e2022;
}

/** navigation scrollbar **/
.nav-scroll::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}
.nav-scroll::-webkit-scrollbar-track {
    background-color: #fff;
}
.nav-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e9eaec;
}
.nav-scroll::-webkit-scrollbar-button {
    width: 0; 
    height: 0; 
}
.side{
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 100;
    height: 100%;
    min-width: 196px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px -2px, rgba(0, 0, 0, 0.1) 4px 0px 14px -2px; */
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px -2px, rgba(0, 0, 0, 0.1) 4px 0px 2px -2px;
    transition: transform 0.2s ease-in-out;
}
.side-container {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    height: 100%;
}
.side-info{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 250px;
    height: 248px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: "Spoqa Han Sans Neo"; 
    font-size: 16px; 
    font-weight: 600;
    color: #fff;
    z-index: 4;
	border-bottom: 1px solid #d7dbec;
}
.side_nav_container{
    position: relative;
    width: 196px;
    height: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    box-sizing: content-box;
}
.side_nav_container .side_nav {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    /* margin-top: 266px; */
	margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.side_nav_container .side_nav::-webkit-scrollbar { 
    width: 8px;
    height: 4px;
}
.side_nav_container .side_nav::-webkit-scrollbar-track {
	background-color: #fff;
}
.side_nav_container .side_nav::-webkit-scrollbar-thumb { 
    border-radius: 8px;
    background: #e9eaec;
}
.side_nav_container .side_nav::-webkit-scrollbar-button { 
    width: 0; 
    height: 0; 
}
.close_btn{
	width: 100%;
    height: 28px;
    display: flex;
    flex-direction: row-reverse;
}
.close_icon_area{
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.close_icon_area::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 0px;
    background: rgba(224, 224, 224, 0.3);
    content: "";
}
.close_icon_area::after {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
	filter: brightness(0) contrast(100);
    vertical-align: top;
    background-image: url(../img/icon/close.svg);
    width: 24px;
    height: 24px;
    mask-image: none;
    content: "";
}