@font-face {
  font-family: "LABdigital";
  font-style: normal;
  src: url("/kape/fonts/basic/LABdigital.ttf") format("truetype");
}

/*footer*/
.main-dashboard-body footer,
.main-dashboard-body .kape-floating{display: none;}

/*header*/
.main-dashboard-body {padding: 0;}
.main-dashboard-header {
	width: 100%;
	height: 90px;
	background: #fff;
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-dashboard-header > div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.main-dashboard-header .header-left {width: calc(100% - 320px);}
.main-dashboard-header .header-left h1 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--fontfamilyS);
	font-size: 36px;
	color: #000;
	word-break: keep-all;
}
.main-dashboard-header .header-left h1 img {max-width: 130px; vertical-align: middle;}
.main-dashboard-header .header-left button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 7px;
	background: #E9ECF4;
}
.main-dashboard-header .header-left button img {max-width: 35px;}
.main-dashboard-header .header-left button.swiper-toggle-all {
	background:#fff;
	border: 1px solid #C4CEE4; 
	color: #4b5c88;
	font-size: 20px;
}

.main-dashboard-header .header-left .main-type-tab {
	width: calc(100% - 500px);
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 10px;
	border: 1px solid #C4CEE4;
	background: #F3F6FF;
	padding: 5px;
}
.main-dashboard-header .header-left .main-type-tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: 25%;
	height: 47px;
	border-radius: 8px;
	color: rgba(97, 107, 132, 0.5);
	font-weight: 600;
	font-size: var(--fontsize6);
}
.main-dashboard-header .header-left .main-type-tab a:hover {color: #2E4793; border: 1px solid #2E4793;}
.main-dashboard-header .header-left .main-type-tab a.on {
	background: #667CB7;
	border: 1px solid #324578;
	color: #fff;
}

.main-dashboard-header .header-right {}
.main-dashboard-header .header-right > div {
	font-family: "LABdigital";
	padding-right: 5px;
}
.main-dashboard-header .header-right > div span,
.main-dashboard-header .header-right > div b {display: block;	}
.main-dashboard-header .header-right > div span {font-size: 20px;}
.main-dashboard-header .header-right > div b {font-size: 32px;}
.main-dashboard-header .header-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 7px;
}
.main-dashboard-header .header-right a.home {
	border: 1px solid #D4DAED;
	background: #FFF;
}
.main-dashboard-header .header-right a.home img {max-width: 35px;}
.main-dashboard-header .header-right a.sitemap {background: #464646;}
.main-dashboard-header .header-right a.sitemap img {max-width: 28px;}
/*content*/
.main-dashboard-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
	width: 100%;
	height: calc(100vh - 90px);
	padding: 25px 20px;
	gap: 25px;
}
.main-dashboard-wrap .dashboard-box {
	width: calc(33.33% - 17px);
	height: calc(50% - 12px);
	border-radius: 10px;
	border: 1px solid #C9C9C9;
	background-color: #375387;
	box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.20);
	overflow: hidden;
}
.main-dashboard-wrap .dashboard-data-box {height: 100%;}
.main-dashboard-wrap .dashboard-data-box h6 {
	width: 100%;
	height: 55px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.3vw;
	color: #000;
	background: #fff;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	font-family: 'Paperlogy';
	font-weight: 700;
}
.main-dashboard-wrap .dashboard-data-box h6 span {font-weight: 400; font-size: 1vw;}
.main-dashboard-wrap .dashboard-data-box h6 i {
	font-size: 12px;
	font-family: var(--fontfamily);
	font-weight: 300;
	color: #c2c2c2;
}
.main-dashboard-wrap .dashboard-data-box .table-wrap {
	width: 100%;
	padding: 10px;
	height: calc(100% - 55px);
}
.dashboard-data-box .table-wrap table {
	width: 100%;
	height: 100%;
	font-family: 'Paperlogy';
	border-collapse: separate;
    border-spacing: 8px 0;
}
.dashboard-data-box .table-wrap table tbody td {
	border-bottom:1px dotted #B2C0EE;
	vertical-align: middle;
}
.dashboard-data-box .table-wrap table tbody td > b {
	display: block;
	font-size: 0.8vw;
}
.dashboard-data-box .table-wrap table tbody td > em {
	display: block;
	font-size: 1.6vw;
	font-weight: 700;
	font-family: var(--fontfamilyG);
}
.dashboard-data-box .table-wrap table tbody td > em.data-red {color: #E70000;}
.dashboard-data-box .table-wrap table tbody td > em.data-blue {color: #3B56D9;}
.dashboard-data-box .table-wrap table tbody td > span {
	display: block;
	font-size: 0.8vw;
	color:rgba(0, 0, 0, 0.32);
	font-family: var(--fontfamily);
}
.dashboard-data-box .table-wrap table tbody tr.first td {text-align: center;}
.dashboard-data-box .table-wrap table tbody td:first-child {
	color: #fff;
	/*padding: 0 10px;*/
	font-size: 0.7vw;
}
.dashboard-data-box .table-wrap table tbody td:first-child i {
	font-size: 0.55vw;
	color: rgba(255,255,255,0.6);
	font-weight: 400 !important;
}
.dashboard-data-box .table-wrap table tbody td.data-td {
	background: #fff;
	padding: 0 10px;
}
.dashboard-data-box .table-wrap table tbody td.data-td div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	font-size: 0.7vw;
	letter-spacing: -0.4px;
}
.dashboard-data-box .table-wrap table tbody td.data-td div.data-down {color: #3262FF;}
.dashboard-data-box .table-wrap table tbody td.data-td div.data-up {color: #FD4B4B;}
.dashboard-data-box .table-wrap table tbody td.data-td div span {width: 30%;}
.dashboard-data-box .table-wrap table tbody td.data-td div span.arrow {
	width: 38%;
	display: flex;
	align-items: center;
	gap: 3px;
}
.dashboard-data-box .table-wrap table tbody td.data-td div span.arrow img {max-width: 10px;}
.dashboard-data-box .table-wrap table tbody tr.first td:first-child {
	color: #fff;
	font-size: 0.9vw;
	padding: 0;
	letter-spacing: -0.5px;
	border-bottom: 2px dotted #6373AD;
}
.dashboard-data-box .table-wrap table tbody tr.first td:first-child span {
	font-size:  0.8vw;
	color: rgba(255, 255, 255, 0.70);
	font-weight: 400;
}
.dashboard-data-box .table-wrap table tbody tr.first td.data-td {
	border-radius: 10px 10px 0 0;
	padding: 0;
	cursor: pointer;
	border-bottom: 2px dotted #6373AD;
}
.dashboard-data-box .table-wrap table tbody tr.first td.data-td:hover > em {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.dashboard-data-box .table-wrap table tbody tr:last-child td.data-td {border-radius: 0 0 10px 10px;}
.dashboard-data-box .table-wrap table tbody tr:last-child td {border-bottom: none;}

.dashboard-data-box .table-wrap table tbody td:first-child {width: 30%;}
.dashboard-data-box .table-wrap table tbody td:nth-child(2) {width: 35%;}
.dashboard-data-box .table-wrap table tbody td:nth-child(3) {width: 35%;}

/*종합, 전체*/
.main-dashboard-wrap.all {
	flex-wrap:nowrap;
}
.main-dashboard-wrap.all .dashboard-box {
	width: 25%;
	height: 100%;
	background: url('/basic_img/main/kape_dashboard_card.png') no-repeat top left / 100% 100%;
	border-radius: 0;
	border: none;
	background-color: unset;
	box-shadow: none;
}
.main-dashboard-wrap .dashboard-box h4 {
	display: flex;
	align-items:center;
	gap: 10px;
	height: 35px;
	font-size: 1.4vw;
	font-family: 'Paperlogy';
	font-weight: 700;
}
.main-dashboard-wrap .dashboard-box h4 img {max-width: 30px;}
.main-dashboard-wrap.all .dashboard-slide-box {height: 100%;}
.main-dashboard-wrap.all .dashboard-data-box h6 {
	color: #fff;
	background: none;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
}
.main-dashboard-wrap.all .dashboard-data-box h6 i {color: rgba(255,255,255,0.9); font-weight: 300;}
.main-dashboard-wrap.all .dashboard-slide-box div.dashboard-data-box {
	height: calc(50% - 10px);
	border-radius: 10px;
	background-color: #375387;
}
.main-dashboard-wrap.all .dashboard-slide-box div.dashboard-data-box:first-child {margin-bottom: 20px;}

.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap {
	position: relative;
	width: 100%;
	height: calc(100% - 35px);
	padding: 20px;
}
.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap .swiper-pagination {
	position: absolute;
	right: 0;
	top: -35px;
	width: 35%;
	height: 35px;
	display: flex;
	align-items:center;
	justify-content: center;
	gap: 5px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 25px;
	height: 7px;
	border-radius: 5px;
	background: #D9D9D9;
	opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #667CB7;
}

.main-dashboard-wrap.all .dashboard-data-box .table-wrap table tbody td:first-child {width: 40%;}
.main-dashboard-wrap.all .dashboard-data-box .table-wrap table tbody td:nth-child(2) {width: 60%;}

@media (max-width: 1800px) {
	.dashboard-data-box .table-wrap table tbody td:first-child {font-size: 12px; letter-spacing: -0.5px; padding: 0;}
}
@media (max-width: 1600px) {
	.main-dashboard-header {height: 70px;}

	.main-dashboard-wrap {gap: 15px; padding: 15px; height: calc(100vh - 70px);}
	.main-dashboard-header .header-left h1 {font-size: 30px;}
	.main-dashboard-header .header-left h1 img {max-width: 120px;}
	.main-dashboard-header .header-left button {height: 45px; width: 45px;}
	.main-dashboard-header .header-left .main-type-tab {width: calc(100% - 400px);}
	.main-dashboard-header .header-left .main-type-tab a {height: 40px;font-size: 16px;}
	.main-dashboard-header .header-left .main-type-tab a img {max-width: 25px;}
	.main-dashboard-header .header-right > div span {font-size: 17px;}
	.main-dashboard-header .header-right > div b {font-size: 28px;}
	.main-dashboard-header .header-right a {height: 45px; width: 45px;}

	.main-dashboard-wrap .dashboard-box {width: calc(33.33% - 10px); height: calc(50% - 8px);}
	.main-dashboard-wrap .dashboard-box h4 img {max-width: 20px;}
	.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap {padding: 15px;}
	.main-dashboard-wrap.all .dashboard-slide-box div.dashboard-data-box:first-child {margin-bottom: 10px;}
	.main-dashboard-wrap.all .dashboard-slide-box div.dashboard-data-box {height: calc(50% - 5px);}
	.main-dashboard-wrap .dashboard-data-box h6 {height: 45px;}
	.main-dashboard-wrap .dashboard-data-box .table-wrap {height: calc(100% - 45px); padding: 10px 5px;}
	.dashboard-data-box .table-wrap table {border-spacing: 5px 0;}
}
@media (max-width: 1360px) {
	.main-dashboard-wrap {gap: 10px;}
	.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap {padding: 10px;}
	.main-dashboard-wrap .dashboard-data-box h6 {padding: 0 10px; font-size: 18px;}
	.main-dashboard-wrap .dashboard-data-box h6 span {font-size: 14px;}
	.dashboard-data-box .table-wrap table tbody td:first-child {font-size: 10px;}
	.dashboard-data-box .table-wrap table tbody tr.first td:first-child {font-size: 14px;}
	.dashboard-data-box .table-wrap table tbody tr.first td:first-child span {font-size: 12px;}
	.dashboard-data-box .table-wrap table tbody td > b {font-size: 14px;}
	.dashboard-data-box .table-wrap table tbody td > span {font-size: 12px;}
	.dashboard-data-box .table-wrap table tbody td > em {font-size: 24px;}
}

/*차트 추가*/
.main-dashboard-wrap.all .dashboard-data-box h6 {font-size: 1.1vw;}
.main-dashboard-wrap .dashboard-data-box h6 > div {display: flex; align-items: center; gap: 10px; white-space: nowrap;}
.main-dashboard-wrap .dashboard-data-box h6 button {display: flex; align-items: center; gap: 5px; padding: 8px 10px; background: #2C4674; border-radius: 4px; color: #B4CCF8; font-size: 13px; font-family: 'Paperlogy';}
.main-dashboard-wrap .dashboard-data-box h6 button img {max-width: 16px;}
.main-dashboard-wrap .dashboard-data-box h6 button:hover {background: #1F4B9D; color: #fff;}
.main-dashboard-wrap .dashboard-data-box h6 button:hover img {filter: brightness(0) invert(1);}
@media (max-width: 1840px) {
	.main-dashboard-wrap.all .dashboard-data-box h6 {padding: 0 10px;}
	.main-dashboard-wrap .dashboard-data-box h6 > div {gap: 5px; }
	.main-dashboard-wrap .dashboard-data-box h6 button {font-size: 12px; padding: 5px 8px;}
	.main-dashboard-wrap .dashboard-data-box h6 button img {max-width: 13px;}
	.main-dashboard-wrap .dashboard-data-box h6 i {font-size: 10px; padding-left: 5px;}
}

.dashboard-layer {display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%;}
.dashboard-layer .dashboard-layer-bg {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.8);}
.dashboard-layer .dashboard-layer-body {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 100%; max-width: 960px; max-height: 95%; border-radius: 10px; overflow: hidden;}
.dashboard-layer-title {position: relative; display: flex; align-items: center; justify-content:space-between; width: 100%; background: #fff; padding: 10px 80px 10px 20px; font-family: 'Paperlogy';}
.dashboard-layer-title > div {display: flex; align-items: center; gap: 10px; font-size: 1.8vw; color: #000; font-weight: 600;}
.dashboard-layer-title > div span {font-size: 1.6vw; color: #333;}
.dashboard-layer-title > div img {max-width: 40px; max-height: 40px;}
.dashboard-layer-title p {display: flex; align-items: center; gap: 5px; color: #A4A4A4; font-family: var(--fontfamily); font-weight: 400; font-size: 12px;}
.dashboard-layer-title p i {color: #E9E9E9;}
.dashboard-layer-title p span {color: #C2C2C2;}
.dashboard-layer-title button {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); opacity: 0.5;}
.dashboard-layer-title button img {max-width: 25px;}
.dashboard-layer-title button:hover {opacity: 1;}

.dashboard-layer-content {display: flex; flex-wrap: wrap; gap: 20px; width: 100%; padding: 20px 20px 0; background: #375387;}
.dashboard-layer-chart {position: relative; width: 100%; height: 300px;}
.dashboard-layer-chart .chart {position: relative; z-index: 1; width: 100%; height: calc(100% - 20px);}
.dashboard-layer-chart .unit {font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 400;}
.dashboard-layer-chart::before {
	display: block;
	content: '';
	position: absolute;
	left: -20px;
	bottom: 0;
	width: calc(100% + 40px);
	height: 55px;
	background: rgba(255,255,255,0.13);
}

.dashboard-layer-content .table-wrap {
	width: calc(50% - 10px);
	height: 330px;
	padding: 15px;
	border: 1px solid #798BB5;
	background: rgba(255,255,255,0.1);
	border-radius: 10px;
}
.dashboard-layer-content .table-wrap table {
	width: 100%;
	height: 100%;
	font-family: 'Paperlogy';
	border-collapse: separate;
}
.dashboard-layer-content .table-wrap table tbody td {
	border-bottom:1px dotted #B2C0EE;
	vertical-align: middle;
}
.dashboard-layer-content .table-wrap table tbody td > b {
	display: block;
	font-size: 0.8vw;
}
.dashboard-layer-content .table-wrap table tbody td > em {
	display: block;
	font-size: 1.6vw;
	font-weight: 700;
	font-family: var(--fontfamilyG);
}
.dashboard-layer-content .table-wrap table tbody td > em.data-red {color: #E70000;}
.dashboard-layer-content .table-wrap table tbody td > em.data-blue {color: #3B56D9;}
.dashboard-layer-content .table-wrap table tbody td > span {
	display: block;
	font-size: 0.8vw;
	color:rgba(0, 0, 0, 0.32);
	font-family: var(--fontfamily);
}
.dashboard-layer-content .table-wrap table tbody tr.first td {text-align: center;}
.dashboard-layer-content .table-wrap table tbody td:first-child {
	color: #fff;
	/*padding: 0 10px;*/
	font-size: 0.7vw;
}
.dashboard-layer-content .table-wrap table tbody td.data-td {
	background: #fff;
	padding: 0 10px;
}
.dashboard-layer-content .table-wrap table tbody td.data-td div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	font-size: 0.7vw;
	letter-spacing: -0.4px;
}
.dashboard-layer-content .table-wrap table tbody td.data-td div.data-down {color: #3262FF;}
.dashboard-layer-content .table-wrap table tbody td.data-td div.data-up {color: #FD4B4B;}
.dashboard-layer-content .table-wrap table tbody td.data-td div span {width: 30%;}
.dashboard-layer-content .table-wrap table tbody td.data-td div span.arrow {
	width: 38%;
	display: flex;
	align-items: center;
	gap: 3px;
}
.dashboard-layer-content .table-wrap table tbody td.data-td div span.arrow img {max-width: 10px;}
.dashboard-layer-content .table-wrap table tbody tr.first td:first-child {
	color: #fff;
	font-size: 0.9vw;
	padding: 0;
	letter-spacing: -0.5px;
	border-bottom: 2px dotted #6373AD;
}
.dashboard-layer-content .table-wrap table tbody tr.first td:first-child span {
	font-size:  0.8vw;
	color: rgba(255, 255, 255, 0.70);
	font-weight: 400;
}
.dashboard-layer-content .table-wrap table tbody tr.first td.data-td {
	border-radius: 10px 10px 0 0;
	padding: 0;
	cursor: pointer;
	border-bottom: 2px dotted #6373AD;
}
.dashboard-layer-content .table-wrap table tbody tr.first td.data-td:hover > em {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.dashboard-layer-content .table-wrap table tbody tr:last-child td.data-td {border-radius: 0 0 10px 10px;}
.dashboard-layer-content .table-wrap table tbody tr:last-child td {border-bottom: none;}

.table-wrap table tbody tr:nth-child(2) {position: relative;}
.table-wrap table tbody tr:nth-child(2)::after {position: absolute; content: ''; z-index: 0; top: 0; left: -10%; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.22);}
.table-wrap table tbody tr:nth-child(2) td {position: relative; z-index: 1;}
.table-wrap table tbody tr:nth-child(2) td:first-child {font-weight: 700; font-size: 0.73vw;border-bottom: 2px dotted #B2C0EE; color: #DBFFFF;}
.table-wrap table tbody tr:nth-child(2) td.data-td {font-weight: 900; font-size: 0.73vw; background: #fff; border-bottom: 2px dotted #B2C0EE;}
.table-wrap table tbody tr:nth-child(2) td.data-td.up {background: #FFEFEF;}
.table-wrap table tbody tr:nth-child(2) td.data-td.down {background: #F1FCFF;}
.table-wrap table tbody tr:nth-child(2) td.data-td div {font-size: 0.73vw;}
/*페이지 수정*/
.main-dashboard-wrap.all .dashboard-box {background: none;}
.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap {
	position: relative;
	width: 100%;
	height: calc(100% - 35px);
	padding: 20px;
	background: #fff;
	border-radius: 10px 0 10px 10px;
	border: 1px solid #C4CEE4;
}
.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap .swiper-pagination {
	position: absolute;
	right: 9px;
	top: -30px;
	width: 35%;
	height: 30px;
	display: flex;
	align-items:center;
	justify-content: center;
	gap: 5px;

	background: url('/basic_img/main/kape_main_card_tabC_active.png') repeat-x;
	background-size: auto 100%;
}

.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap .swiper-pagination::before {
	content: "";
	position: absolute;
	left: -37px;
	top: 0;
	width: 37px;
	height: 100%;
	background-image: url('/basic_img/main/kape_main_card_tabL_active.png');
	background-size: 37px 40px;
}
.main-dashboard-wrap .dashboard-box .dashboard-slide-wrap .swiper-pagination::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 11px;
	height: 100%;
	background-image: url('/basic_img/main/kape_main_card_tabR_active.png');
	background-size: 11px 40px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	width: 25px;
	height: 7px;
	border-radius: 5px;
	background: #D9D9D9;
	opacity: 1;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: #667CB7;
}