@charset "utf-8";

/* 공통 */
body {
	/*background-color: #332741; -- update: 2025-11-10*/
	background-color: #f3f3f3 !important;
}

body.sub {
	background-color: #fff;
}

#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 1500px;
	min-height: 100vh;
	overflow: hidden;
}

.inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}

/* Header > logo */
#header {
	position: relative;
	width: 100%;
	height: 190px;
	background-color: #5D4A71;
}

#header .inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 1500px;
}

#header-index {
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #404B69;
}

#header-index .inner {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 1500px;
}

#logo-area {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #332741;
}

#logo-area .inner {
	display: flex;
	justify-content: space-between;
}

#logo-area .logo {
	position: relative;
	z-index: 1;
	display: flex;
	font-family: 's-core',Sans-serif;
}

#logo-area .logo a {
	display: block;
	height: 60px;
	width: 400px;
	background: url(./../../../../images/logo.png) no-repeat 0 8px;
}

#logo-area .logo span {
	display: block;
	padding-left: 230px;
	line-height: 65px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
/* #logo-area .logo span{display:block; padding-left:200px; line-height:65px; font-size:20px; color:#fff; font-weight:400;} */

#logo-area .info-area {
	position: relative;
	display: flex;
	align-items: center;
}

#logo-area .info-area p {
	/* color: #AF9FBF; */
	color: #ffd86a;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	letter-spacing: 0.04rem;
}

#logo-area .info-area a {
	display: inline-block;
	margin-left: 5px;
	border:1px solid #7B36C2;
	background:#7B36C2;
	color:#fff
}
#logo-area .info-area a:hover,
#logo-area .info-area a:focus{
	display: inline-block;
	margin-left: 5px;
	border:1px solid #DFBE62;
	background:#DFBE62;
	color:#7B36C2;
	font-weight:600
}
#title-area {
	position: relative;
	width: 100%;
	height: 130px;
}

#title-area h2.sub-logo {
	display: block;
	background: url(./../../../../images/sub-logo.png) no-repeat 0 15px;
	width: 201px;
	height: 70px;
}

/* 
#title-area h2{font-size:20px; padding-top:15px; font-weight: 500; color:#fff; display:block; letter-spacing: -0.05rem; font-family: 's-core',Sans-serif;}
-- commented here #title-area h2 span{display:block; font-size:7px; font-weight: 200; color:#99a1b8; letter-spacing: -0.07rem;} -- commented here
#title-area h2 span{display:block; font-size:7.5px; font-weight: 200; color:#99a1b8; letter-spacing: 0rem;}
== */

#nav {
	position: absolute;
	left: 0;
	bottom: 23px;
	z-index: 2;
}

#nav ul > li {
	margin-right: 2px;
	float: left;
}

#nav ul > li a {
	position: relative;
	background-color: #21293d;
	font-size: 14px;
	display: block;
	padding: 8px 15px 8px 8px;
	color: #1eaaee;
}

#nav ul > li a i {
	display: block;
	position: absolute;
	right: 5px;
	top: 13px;
	font-size: 13px;
}

#nav ul > li a:hover {
	background-color: #0e1421;
}

#nav ul > li a.active,
#nav ul > li a.active i {
	color: #fff;
}

#nav-index {
	position: relative;
	left: 0;
	bottom: 1px;
	z-index: 2;
}

#nav-index ul > li {
	margin-right: 2px;
	float: left;
}

#nav-index ul > li a {
	position: relative;
	background-color: #21293d;
	font-size: 14px;
	display: block;
	padding: 8px 35px 8px 25px;
	color: #1eaaee;
}

#nav-index ul > li a i {
	display: block;
	position: absolute;
	right: 5px;
	top: 13px;
	font-size: 13px;
}

#nav-index ul > li a:hover {
	background-color: #0e1421;
}

#nav-index ul > li a.active,
#nav-index ul > li a.active i {
	color: #fff;
}

/* Header > cases */
/* .dis-area {position:absolute; left: 0; top:15px; z-index:2; width:100%; padding-left:230px;} */ 
.dis-area {
	position: absolute;
	left: 230px;
	top: 15px;
	z-index: 2;
	width: calc(100% - 120px);
	/*width: calc(100% - 210px); -- updated: 2025-11-25 */
	padding-left: 0px;
}

.dis-area .cases-area {
	position: relative;
	height: 96px;
	width: 64%;
	overflow: hidden;
	float: left;
}

.dis-area .cases-area > strong.cases-date {
	display: block;
	clear: both;
	margin-bottom: 7.4px;
	margin-top: -2.5px;
	color: #e2703a;
	font-weight: 500;
	width: 100%;
	font-family: 's-core',Sans-serif;
	letter-spacing: -0.025rem;
}
/* .dis-area .cases-area > strong.cases-date{display:block; clear:both; margin-bottom:5px; color:#e2703a; font-weight:700; width:100%; font-family: 's-core',Sans-serif;} */

.total-cases {
/* 	position: relative;
	float: left; */
	color: #fff;
	line-height: 2rem;
/* 	margin-top: -11px; */
}


.total-cases strong {
	/* display: block;
	margin-top: 2px; */
	font-size: 20px;
	color: #fbf200;
	font-weight: 400;
	font-family: 's-core',Sans-serif;
	letter-spacing: -0.05rem;
}

.cases {
	position: relative;
	color: #fff;
	width: 100%;
	height: 75px;
}

.cases > li {
	float: left;
	margin-left: 25px;
}
/* .cases > li{float:left; margin-left:10px;} */

/* .cases > li > strong {
	font-size: 20px;
	margin-top: 7px;
	border-top: 2px solid #fbf200;
	border-bottom: 2px solid #fbf200;
	line-height: 1.8rem;
	float: left;
	display: inline-block;
	margin-right: 10px;
	color: #fbf200;
	font-weight: 400;
	font-family: 's-core',Sans-serif;
	letter-spacing: -0.05rem;
} */

.case-title > strong {
	font-size: 20px;
	border-top: 2px solid #fbf200;
	border-bottom: 2px solid #fbf200;
	line-height: 1.8rem;
	display: inline-block;
	color: #fbf200;
	font-weight: 400;
	font-family: 's-core',Sans-serif;
	letter-spacing: -0.05rem;
}
/* .cases > li > strong{font-size:20px; margin-top:-5px; line-height:2.65rem; float:left; margin-right:10px; color:#fbf200; font-weight:400; font-family: 's-core',Sans-serif; letter-spacing: -0.05rem;} */
/* .cases > li > strong{font-size:20px; margin-top:2px; float:left; margin-right:10px; color:#fbf200; font-weight:400; font-family: 's-core',Sans-serif; letter-spacing: -0.05rem;} */

.cases > li > ul {
	float: right;
}

/* .cases > li > ul > li {display: flex; justify-content: space-between; font-weight: 200; padding:2px 0; line-height:1;} */
.cases > li > ul > li {
	display: flex;
	justify-content: space-between;
	font-weight: 200;
	padding: 1px 0;
}

.cases > li > ul > li em span {
	display: inline-block;
	padding-left: 3px;
	text-align: left;
}

.cases > li > ul > li em span sup {
	font-size: 3px;
}

.cases > li > ul.km > li em span {
	width: 40px;
}

.cases > li:nth-child(2) > ul > li:nth-child(3) {
	letter-spacing: 0.06rem;
}

.cases > li > ul > li em {
	display: inline-block;
	padding-left: 10px;
	text-align: right;
}

.dis-area .chart-area {
	position: relative;
	height: 115px;
	width: 35%;
	overflow: hidden;
	color: #fff;
	float: right;
}

/* Footer */
#footer {
	position: relative;
	z-index: 10;
	width: 100%;
	padding: 50px 0;
	background: #332741;
}

#footer .footer-info {
	width: 100%;
	color: #838591;
	text-align: center;
}

#footer .footer-info address {
	display: block;
	letter-spacing: 0rem;
}

#footer .footer-info address span {
	display: inline-block;
	padding: 0 20px 0 0;
}

#footer .footer-info .copyright {
	display: block;
	letter-spacing: 0rem;
}

/* contents-warp */
#contents-warp {
	margin: 2.5rem auto;
	width: 100%;
	min-height: 800px;
}

#contents-warp:after {
	content: '';
	clear: both;
	display: block;
}

/* contents > snb */
#snb {
	position: relative;
	width: 269px;
	float: left;
	z-index: 10;
}

.gis-snb {
	width: auto !important;
    padding: 20px 10px !important;
}
/* #snb {position: relative; width: 200px; float: left; z-index: 10;} */

/* contents > snb > sidebar-menu */
#snb .sidebar-menu > li a {
	display: block;
	padding: 7px 0;
	/* color: #DFBE62; -- updated: 2025-11-10 */
	/* color: #9A9586; -- updated: 2025-11-12 */
	color: #455F7C;
	font-weight:500
}
#snb .sidebar-menu > li a span{font-size:13px}
#snb .sidebar-menu > li a.active,
#snb .sidebar-menu > li a:hover {
	/* color: #fff; -- updated: 2025-11-10 */
	color: #0363E4;
}

#snb  h3 {
	font-family: 's-core',Sans-serif;
	font-size: 17px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 5px;
	/*color: #838591; -- upated: 2025-11-12 */
	color: #001859;
}

#snb  h4 {
	font-family: 's-core',Sans-serif;
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 5px;
	color: #1EBEEF;
}

#snb .select {
	width: 155px !important;
}

#snb .chart-menu {
	display: flex;
	width: 100%;
}

#snb .chart-menu h3 {
	padding-bottom: 0;
	width: 30%;
}

/* #snb .chart-menu .sidebar-menu>li a {
    padding-bottom: 7px;
    padding-top: 0; 
}  */

.select2-container--default .select2-results > .select2-results__options {
	max-height: 300px;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: initial;
} 

.stat-select2 .select2-container {
	font-size: 14px;
	font-family: "Noto Sans KR", Sans-serif;
	font-weight: 200;
}


.stat-select2 .select2-container--default .select2-selection--single {
	height: 34px;
	background-color: #5F5D61;
	color:#C1C1C1;
}

.stat-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
}

.stat-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 2px;
}

.tg-select2 .select2-container--default .select2-selection--single, 
.estimator .select2-container--default .select2-selection--single{
	border: 1px solid #dadada;
}

.tg-select2 .select2-container, .tg-select2 .select2-container .select2-selection--single,
.estimator .select2-container, .estimator .select2-container .select2-selection--single  {
	height: 34px !important;
	margin-right: 10px;
}

.tg-select2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.estimator .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 30px;
}

 .tg-select2 .select2-dropdown,
 .estimator .select2-dropdown {
	border: 1px solid #dadada;
}

.tg-select2 .select2-container--open .select2-dropdown--below,
.estimator .select2-container--open .select2-dropdown--below  {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tg-select2 .select2-container--open .select2-dropdown--above,
.estimator .select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tg-select2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.estimator .select2-container--default .select2-selection--single .select2-selection__rendered  {
	color: #454545;
	font-size: 10pt;
}

.estimator .select2-container--default .select2-selection--single .select2-selection__arrow {
	margin-right: 15px;
}

.tg-select2 .search-message {
	text-align: center;
    font-family: 'Nokora';
    color: #9C3D54;
    line-height: 2;
    font-weight: 600;
    font-size: 15pt;
    padding: 15vh 0 !important;
}

#snb .dates-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

#snb .dates-box .form-control {
	width: calc(100% - 28px);
	font-size: 14px;
	letter-spacing: -0.05rem;
	padding: 0 5px;
	font-family: "Noto Sans KR", Sans-serif;
	font-weight: 200;
	height: 34px;
	background-color: #404B69;
	border: 0 solid #6B778D;
	color: #1eaaee;
}

#snb .dates-box i {
	height: 34px;
	width: 28px;
	background-color: #404B69;
	color: #1eaaee;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
}

.daterangepicker select.monthselect, .datepickercustom select.monthselect, 
.daterangepicker select.yearselect, .datepickercustom select.yearselect {
	font-family: "Noto Sans KR", Sans-serif;
	font-size: 14px;
	margin: 0 2px;
	font-weight: 200;
	width: auto !important;
}

.datepickercustom select.yearselect {
	margin-right: 5px !important;
}
/* contents > snb > sub-snb */
#snb.sub-snb {
	/*background: #21293d; -- updated: 2025-11-16 */
	background: #fff;
	padding: 20px 5px;
    font-size: 10.5pt;
    border-radius: 15px;
}

#snb.sub-snb h3 {
	display: block;
}

#snb.sub-snb h3 span {
	display: block;
	font-size: 12px;
}
/* 1차 메뉴 */
#snb.sub-snb .depth1_list > li {
	border-bottom: 1px solid #394259;
}

#snb.sub-snb .depth1_list > li > a {
	padding: 10px 0;
	color: #1eaaee;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#snb.sub-snb .depth1_list > li.active > a,
#snb.sub-snb .depth1_list > li > a:hover {
	color: #fff;
}

#snb.sub-snb .depth1_list > li > a i {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#snb.sub-snb .depth1_list > li.active > a i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* 2차 메뉴 */
#snb.sub-snb .depth2 {
	display: none;
}

#snb.sub-snb .depth2_list {
	background-color: #394259;
	padding: 10px 10px;
}

#snb.sub-snb .depth2_list > li {
	border-bottom: 1px solid #52596d;
}

#snb.sub-snb .depth2_list > li:last-child {
	border-bottom: 0;
}

#snb.sub-snb .depth2_list > li > a {
	padding: 8px 0;
	color: #94a9dc;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#snb.sub-snb .depth2_list > li.active > a,
#snb.sub-snb .depth2_list > li > a:hover {
	color: #fff;
}

#snb.sub-snb .depth2_list > li > a i {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#snb.sub-snb .depth2_list > li:nth-child(4).active {
	border-bottom: 1px solid #52596d;
}

#snb.sub-snb .depth2_list > li.active {
	border-bottom: 0;
}

#snb.sub-snb .depth2_list > li.active > a i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* 2차 메뉴 - 활성화 */
#snb.sub-snb .depth1_list > li.active .depth2 {
	display: block;
}
/* 3차 메뉴 */
#snb.sub-snb .depth3 {
	display: none;
}

#snb.sub-snb .depth3_list {
	background-color: #21293d;
	padding: 10px;
}

#snb.sub-snb .depth3_list > li > a {
	padding: 8px 0;
	color: #cad7f7;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#snb.sub-snb .depth3_list > li.active > a,
#snb.sub-snb .depth3_list > li > a:hover {
	color: #fff;
}
/* 4차 메뉴 */
#snb.sub-snb .depth4 {
	display: none;
	margin-bottom: 10px;
}

#snb.sub-snb .depth4_list > li > a {
	position: relative;
	display: block;
	padding: 3px 0 2px 10px;
	color: #818eae;
	font-size: 12px;
}

#snb.sub-snb .depth4_list > li > a::before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 4px;
	height: 1px;
	background-color: #818eae;
}

#snb.sub-snb .depth4_list > li.active > a,
#snb.sub-snb .depth4_list > li > a:hover {
	color: #fff;
}
/* 3,4차 메뉴 - 활성화 */
#snb.sub-snb .depth2_list > li.active .depth3,
#snb.sub-snb .depth2_list > li.active .depth4 {
	display: block;
}
/* 서브헤드 */
.sub_title {
	position: relative;
	padding-bottom: 20px;
}

.sub_title h2 {
	color: #1a1a1a;
	font-family: 's-core',Sans-serif;
	font-size: 24px;
}
/* 경로 */
.breadcrumbs {
	position: relative;
}

.breadcrumbs .breadcrumbs_item {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

/* contents > chart */
#contents-warp .content-chart {
	float: right;
	width: calc(100% - 275px); /*calc(100% - 269px);*/ /*calc(100% - 230px);*/
	overflow: hidden;
	/*min-height: 900px; 2025-11-06 */
}

.singular .content-chart {
	float: right;
	width: calc(100% - 280px) !important;
	overflow: hidden;
	min-height: 900px;
}

#contents-warp .gis-content {
    float: right;
    min-height: 730px; /* 900px; */
}

#chart, #strategy-chart, #small-scale-chart {
	/*margin: -35px 0 0 0; updated: 2025-11-10 */
}

.tg-chart #areaChart1 .svg-content-responsive, .tg-chart #areaChart2 .svg-content-responsive, .tg-chart #areaChart3 .svg-content-responsive {
	margin: -28px 0 0 0;
}

#chart .level-1, #strategy-chart .level-1, #small-scale-chart .level-1, .tg-chart #areaChart1 .level-1, .tg-chart #areaChart2 .level-1, .tg-chart #areaChart3 .level-1, 
.treemap-holder .level-1 {
	fill: #111;
}

#chart .level-2, #strategy-chart .level-2, #small-scale-chart .level-2, .tg-chart div[id*='areaChart'] .level-2{
	opacity: 0.5;
}

g.node-3 {
	cursor: pointer;
}

.chart-wrap {
	border-radius: 0px;
	padding: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.chart_title {
	width: 100%;
	display: block;
	text-align: center;
	font-family: 's-core',Sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.chart_title h4 {
	font-size: 20px;
	color: #1eaaee;
	padding-top: 5px;
}

.change::before {
	content: "\005B";
}

.change::after {
	content: "\005D";
}

/* contents > content-help */
.content-help {
	width: 80%;
	margin: 0 auto;
}

.content-help .desc {
	padding-top: 10px;
	line-height: 2;
}

.content-help .desc p {
	margin-top: 25px;
	color: #21293d;
}

.content-help a:before {
	content: "\02748";
	margin-right: 5px;
	color: #21293d;
	font-weight: 600;
}

.content-help a.further-notice:link, a.further-notice:visited {
	color: #1eaaee;
}

.content-help a.further-notice:focus, a.further-notice:hover {
	color: #0BB48D;
}

.content-help .notice-page-title {
	font-size: 18px;
	font-weight: 600;
	color: #1eaaee;
}

.notice-header {
	border-bottom: 2px solid black;
	padding-bottom: 70px;
	font-size: 40px;
	color: #21293d;
	margin-top: 70px;
	text-align: center;
	font-weight: 600;
}

/* contents > chart > tooltip */
.tooltip {
	position: absolute;
	background: #fff;
	pointer-events: none;
	overflow: hidden;
	border-radius: 10px;
	border: 3px solid #27323A;
	box-shadow: 5px 5px 8px 0 rgb(0 0 0 / 30%);
	z-index: 999;
    max-width: 500px;
}

.tooltip .tooltip-header {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	display: block;
	text-align: left;
}

.tooltip .header-data {
	display: block;
}

.tooltip .header-data ul {
	display: flex;
}

.tooltip .header-data ul li {
	padding: 15px 10px;
	font-size: 20px;
	color: #fff;
	text-align: left;
}

.tooltip .header-data ul li:nth-child(3),
.tooltip .header-data ul li:nth-child(4) {
	text-align: right;
}

.tooltip .tooltip-body table td {
	font-size: 11pt;
	padding: 8px 10px;
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}
.tg-select2 .tooltip .tooltip-body table td {
	padding: 7px 8px;
}

.tooltip .tooltip-body table td.text-right {
	text-align: right;
}

.tooltip .tooltip-body table td.tooltip-highlight {
	font-size: 13pt;
	font-weight: 500;
}

/* Tooltip의 linegraph */
.tooltip .linechart {
	fill: none;
	stroke: steelblue/* #0d1dfd; */;
	stroke-linecap: round; /* Line cap property */
	stroke-linejoin: round; /* Line join property */
	stroke-width: 1;
	stroke-opacity: 1;
	width: 130px;
	height: 20px;
}

.tooltip .linechart-empty {
	fill: #000;
	height: 20px;
	width: 130px;
}

.tg-chart .tooltip .tooltip-body table td {
	font-size: 11pt;
	padding: 5px 8px;
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.tooltip .tooltip-body table td.tooltip-highlight {
	font-size: 12pt;
	font-weight: 500;
}

.text-cont-0,
.text-cont-1,
.text-cont-2 {
	display: none;
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0 none;
	clip: rect(0, 0, 0, 0);
	font-size: 0;
}

/* 지도 페이지의 트리맵 스타일 시작 */
.text-conts-0,
.text-conts-1,
.text-conts-2 {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0 none;
	clip: rect(0, 0, 0, 0);
}

.text-conts-1 {
	font-size: 0;
}
/* 지도 페이지의 트리맵 스타일 끝 */

.title {
	letter-spacing: -0.05rem;
	cursor: default;
}

.text-cont-1 {
	line-height: 35px;
	padding-top: 10px;
	display: block;
	border: 1px solid #fff;
}

.text-cont-3 {
	cursor: default;
}

.bottom-cont {
	position: relative;
	width: 100%;
	display: block;
	margin-top: 10px;
	clear: both;
}

.bottom-cont p {
	color: #838591;
	font-size: 14px;
	display: flex;
	align-items: center;
	line-height: 24px;
}

.bottom-cont p i {
	display: block;
	padding-right: 10px;
}

.box-color {
	position: absolute;
	top: 0;
	right: 0;
}

.box-color ul {
	height: 30px;
	display: flex;
	justify-content: right;
	align-items: center;
	align-content: center;
}

.box-color ul li {
	width: 80px;
	height: 30px;
	margin-left: 1px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
	font-weight: 200;
}

.box-color ul li:nth-child(1) {
	background-color: #9C3D54;
}

.box-color ul li:nth-child(2) {
	background-color: #E2703A;
}

.box-color ul li:nth-child(3) {
	background-color: #E79E4F;
}

.box-color ul li:nth-child(4) {
	background-color: #4B6587;
}

.box-color ul li:nth-child(5) {
	background-color: #61D2B4;
}

.box-color ul li:nth-child(6) {
	background-color: #29A19C;
}

.box-color ul li:nth-child(7) {
	background-color: #086972;
}

/* 환경평가지수 */
#year-index {
	color: #1eaaee;
	margin-top: -22px;
	margin-right: 5px;
	text-align: right;
	z-index: 99;
}

#download {
	width: 50px;
	height: 50px;
	padding: 0.5em 1em;
	position: relative;
	min-height: 27px;
}

.pretty-h4 {
	font-size: 17px;
	font-weight: 500;
}

.notice {
	color: #1eaaee;
	margin-top: -22px;
	margin-right: 5px;
	text-align: right;
	z-index: 99;
	font-size: 14px;
}

.notice-grey {
	color: #838591;
	margin-top: -22px;
	margin-right: 5px;
	text-align: right;
	z-index: 99;
	font-size: 14px;
}

.mtb-25 {
	margin: 25px 0;
}

.mt--11 {
	margin-top: -11px;
}

.dis-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.chart-container {
	width: 80%;
	margin-top: 0px;
}

.chart-container-100 {
	width: 100%;
	margin-top: -80px;
}

.display-text h3 {
	color: #404B69;
	font-weight: 600;
}

.display-image {
	display: "flex";
	justify-content: "center";
	flex-direction: "row";
}

.ea-img-preview {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.amcharts-amexport-item.amcharts-amexport-item-level-0 {
	opacity: 1;
}

.visible-show {
	visibility: visible;
}

.visible-hide {
	visibility: hidden;
}

.detail-wrapper {
	display: block;
	margin: auto;
	width: 80%;
	color: #21293d;
}

.detail, .calculation {
	line-height: 2.5;
}

.detail ul, .calculation ul {
	text-decoration: none;
	list-style: none;
	color: #21293d;
	font-weight: 500;
}

hr.for-detail {
	border: 1px dashed #ccc;
	margin-bottom: 25px;
}

.detail ul li:before, .detail ul li span:before, .calculation ul li:first-child:before, .calculation ul li span:not(.star):before {
	list-style: hangul-consonant !important;
	padding: 0 10px 0 5px;
	color: #000;
	content: "\02748";
	font-weight: 600;
}

span.star {
	color: #1eaaee;
}

br + span.star {
	margin-left: 30px;
}

.copy {
	font-weight: 700;
}

/* pace for loading style */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #0BB48D;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #0BB48D, 0 0 5px #0BB48D;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #0BB48D;
	border-left-color: #0BB48D;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes pace-spinner {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes pace-spinner {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes pace-spinner {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* end pace loading style */
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #404B69;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/* ring loading */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: -20px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 3px solid #333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* classic loading */
/* HTML: <div class="loader"></div> */
.comparison-table .loader {
  width: fit-content;
  font-weight: 400;
  font-family: "Noto Sans KR", "s-core", Dotum, "돋움", Helvetica, AppleGothic, "Tahoma", "MS PGothic", Sans-serif;
  font-size: 10pt;
  background:linear-gradient(90deg,#000 50%,#0000 0) right/200% 100%;
  animation: l21 2s infinite linear;
}
.comparison-table .loader::before {
  content :"데이터 조회 중...";
  color: #0000;
  padding: 5px;
  background: inherit;
  background-image: linear-gradient(90deg,#fff 50%,#000 0);
  -webkit-background-clip:text;
          background-clip:text;
}

@keyframes l21{
  100%{background-position: left}
}

/* Progress loader */
/* HTML: <div class="loader"></div> */
.regional.loader {    
  --r1: 154%;
  --r2: 68.5%;
  width: 45px;
  aspect-ratio: 1;
  border-radius: 50%; 
  background:
    radial-gradient(var(--r1) var(--r2) at top   ,#0000 79.5%,#269af2 80%),
    radial-gradient(var(--r1) var(--r2) at bottom,#269af2 79.5%,#0000 80%),
    radial-gradient(var(--r1) var(--r2) at top   ,#0000 79.5%,#269af2 80%),
    #ccc;
  background-size: 50.5% 220%;
  background-position: -100% 0%,0% 0%,100% 0%;
  background-repeat:no-repeat;
  animation: l9 2s infinite linear;
  margin-bottom: 2rem;
}
@keyframes l9 {
    33%  {background-position:    0% 33% ,100% 33% ,200% 33% }
    66%  {background-position: -100%  66%,0%   66% ,100% 66% }
    100% {background-position:    0% 100%,100% 100%,200% 100%}
}

@media(max-width: 1900px) {
	.tooltip {
		right: auto !important;
	}
}

@media(max-width: 1024px) {
 
	#contents-warp {
		width: 98%;
	}
	
	.gis-body footer {
		height: 100vh;
	}
	
	.gis-body #contents-warp {
		width: 100% ;
	}
	
	.gis-body .sec1 {
		width: 300px !important;
	}
	
	.gis-content .vmapChart {
		left: 340px !important;
		width: calc(100% - 340px) !important;
	}
	
	.gis-content form {
		left: 385px !important;
	}
	
	.gis-content #searchFormAction {
		left: 905px !important;
	}
	
	.tab-search .search-label {
		font-size: 12px !important;
	}
	
	.gis-body .select2.select2-container.select2-container--default {
		width: 209px !important;
	}
	
	.gis-body #fromDate, .gis-body #toDate {
		width: 123px !important;
	}
	
	.gis-content #search_word {
		width: 202px !important;
	}
	
	.gis-body button[type="submit"], .gis-body button[type="reset"] {
		width: 132px !important;
	}
}

a.disabled {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: black;
}

.amcharts-amexport-item.amcharts-amexport-item-level-0 > a {
	padding-top: 5px !important;
}

/* 체계도 */
.org {
	position: relative;
	overflow: hidden;
	text-align: center;
	letter-spacing: -1px;
	padding: 50px 0;
}

.org.line1 {
	background: url('/static/images/org_line1.png') no-repeat 50% 100px;
}

.org.line2 {
	background: url('/static/images/org_line2.png') no-repeat 34% 100px;
}

.org.line3 {
	background: url('/static/images/org_line3.png') no-repeat 50% 100px;
}

.org .org_super {
	width: 350px;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	font-family: 's-core',Sans-serif;
	display: block;
	font-size: 20px;
	color: #fff !important;
	background: #0c9575;
	margin: 0 auto;
}

.org .org_super2 {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	font-family: 's-core',Sans-serif;
	display: block;
	font-size: 18px;
	color: #fff !important;
	background: #21293d;
	margin: 80px auto 0 auto;
}

.org ul.org-list > li {
	float: left;
	width: auto;
}

.org ul.w33 > li {
	float: left;
	width: 33.333%;
}

.org ul.w50 > li {
	float: left;
	width: 50%;
}

.org ul.org-list > li > ul.li33 > li {
	float: left;
	width: 31%;
	margin: 0 1%;
	overflow: hidden;
}

.org ul.org-list > li > ul > li {
	float: left;
	width: 48%;
	margin: 0 1%;
	overflow: hidden;
}

.org ul.org-list > li > ul.w-org-100 > li {
	float: none;
	display: block;
	width: 98%;
	margin: 0 1%;
	overflow: hidden;
}

.org .org_group4 {
	width: 100%;
	margin: 60px 0 0;
}

.org .org_group4.fl,
.org .org_group4.fr {
	float: left;
}

.org .org_group4 .tit {
	width: 120px;
	height: auto;
	padding: 10px 0;
	line-height: 18px;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
	display: block;
	background: #394259;
}

.org .org_group4 .tit a {
	display: block;
	font-family: 's-core',Sans-serif;
	font-size: 15px;
	color: #fff;
}

.org .org_group4 .cont {
	width: 100%;
	border: 1px solid #ddd;
	background: rgb(0 0 0 / 5%);
	border-radius: 5px;
	padding: 30px 0 10px;
	margin: -25px auto 0 auto;
	overflow: hidden;
}

.org .org_group4 .cont dl {
	float: left;
	width: 46%;
	margin: 20px 2% 0 2%;
}

.org .org_group4 .cont dl.fnone {
	float: none;
	display: block;
	width: 96%;
	margin: 20px 2% 0 2%;
}

.org .org_group4 .cont dt {
	background: #637187;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	display: block;
	min-height: 60px;
	padding: 10px 5px;
	margin-bottom: 5px;
}

.org .org_group4 .cont dd ul li {
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 1px;
	font-size: 13px;
	padding: 10px 2px;
	min-height: 80px;
}

.org .org_group4 .cont dd ul.group4-list li {
	float: left;
	width: 49%;
}

.org .org_group4 .cont dd ul.group4-list li:first-child {
	margin-right: 2%;
}

.org .ex-box {
	display: block;
	clear: both;
	width: 50%;
}

.org .ex-text {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
}

.org .cont_none {
	height: 60px;
	font-size: 0;
	text-indent: -10000px;
	background-color: transparent !important;
}

.org-style1 {
	position: relative;
	overflow: hidden;
	text-align: center;
	letter-spacing: -1px;
	padding: 50px 0;
	min-height: 1300px;
}

.org-style1.line {
	background: url('/static/images/org_line3.png') no-repeat 200px 102px;
}

.org-style1 .org_super {
	position: absolute;
	top: 50px;
	left: 0;
	width: 200px;
	padding: 20px 0;
	border-radius: 8px;
	font-family: 's-core',Sans-serif;
	display: block;
	font-size: 20px;
	color: #fff !important;
	background: #0c9575;
}

.org-style1 .org_super2 {
	width: 180px;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	font-family: 's-core',Sans-serif;
	display: block;
	font-size: 18px;
	color: #fff !important;
	background: #21293d;
	margin: 80px auto 0 auto;
}

.org-style1 ul.org-list {
	position: absolute;
	top: 0;
	left: 280px;
	width: calc(100% - 280px);
}

.org-style1 ul.org-list > li {
	width: 100%;
	display: block;
	overflow: hidden;
}

.org-style1 ul.org-list > li > ul.li33 > li {
	float: left;
	width: 31.333%;
	margin: 0 1%;
	overflow: hidden;
}

.org-style1 ul.org-list > li > ul > li {
	float: left;
	width: 48%;
	margin: 0 1%;
	overflow: hidden;
}

.org-style1 .org_group4 {
	width: 100%;
	margin: 60px 0 0;
}

.org-style1 .org_group4 .tit {
	width: auto;
	height: auto;
	padding: 10px 20px;
	line-height: 18px;
	border-radius: 5px;
	position: relative;
	margin: 0 auto;
	display: inline-block;
	background: #394259;
}

.org-style1 .org_group4 .tit a {
	display: block;
	font-family: 's-core',Sans-serif;
	font-size: 15px;
	color: #fff;
}

.org-style1 .org_group4 .cont {
	width: 100%;
	border: 1px solid #ddd;
	background: rgb(0 0 0 / 5%);
	min-height: 190px;
	border-radius: 5px;
	padding: 30px 0 10px;
	margin: -20px auto 0 auto;
	overflow: hidden;
}

.org-style1 .org_group4 .cont .cont-box {
	float: left;
	width: 50%;
	margin: 20px 0 0 0;
}

.org-style1 .org_group4 .cont .cont-box.w33 {
	float: left;
	width: 33.333%;
	margin: 20px 0 0 0;
}

.org-style1 .org_group4 .cont .cont-box.w-org-100 {
	float: none;
	width: 100%;
	margin: 20px 0 0 0;
}

.org-style1 .org_group4 .cont ul.cont-list > li {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	padding: 10px 2px;
	min-height: 40px;
	margin: 2% 1%;
}

.org-style1 .org_group4 .cont ul.cont-list2 > li {
	float: left;
	width: 31.3333%;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	padding: 10px 2px;
	min-height: 40px;
	margin: 2% 1%;
}

/* 체계도-2022 */
.chart-wrap.org-wrap {
	padding: 40px 26px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.org ul.org-list > li > ul.auto > li {
	float: left;
	width: auto;
	margin: 0 1%;
	overflow: hidden;
}

.org.line4 {
	background: url('/static/images/org_line4.png') no-repeat 42% 100px;
}

.org.line5 {
	background: url('/static/images/org_line5.png') no-repeat 50% 100px;
}

.org.waste ul.org-list > li > ul > li {
	float: left;
	margin: 0 5px;
	overflow: hidden;
}

.org.waste ul.org-list.m2 > li > ul > li {
	float: left;
	margin: 0 2px;
	overflow: hidden;
}

.org.waste .org_group4 .tit {
	height: 56px;
}

.org.waste .org_group4 .w90 {
	width: 90px;
}

.org.waste .org_group4 .cont dl.dl-style1 {
	float: left;
	width: 60px;
	margin: 20px 3px;
}

.org.waste .org_group4 .cont dl.dl-style1.w90 {
	width: 90px;
}

.org.waste .org_group4 .cont dl.dl-style1 dt {
	height: 100px;
}

.org.waste .org_group4 .cont dl.dl-style1 dd ul {
	display: table;
	width: 100%;
	text-align: center;
}

.org.waste .org_group4 .cont dl.dl-style1 dd ul li {
	display: table-cell;
	vertical-align: middle;
	height: 160px;
	line-height: 1.2;
}

.org.waste .org_group4 .cont dl.dl-style1.all {
	display: block;
	width: 100%;
}

.org.waste .org_group4 .cont dl.dl-style1.all dd ul li {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	width: 172px;
	padding: 0;
	line-height: 1;
}

.org.waste .org_group4 .cont dl.dl-style1.all.w80 dd ul li {
	height: auto;
	width: 80px;
	padding: 9px 0 10px;
	line-height: 1.2;
}

#map div[id*="areaChart"] .level-1 {
	opacity: 0.5;
}

.vlign-top {
	vertical-align: top;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-dinline {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.grow-1 {
	flex-grow: 1;
}

.flex-wrap { 
	flex-wrap: wrap;
}

.flex-nowrap { 
	flex-wrap: nowrap;
}

.flex-direction-column {
	flex-direction: column !important;
}

.flex-direction-row {
	flex-direction: row !important;
}

.align-start {
	align-items: flex-start !important;
}

.align-end {
	align-items: flex-end !important;
}

.align-center {
	align-items: center !important;
}

.justify-content-left{
	justify-content: left !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-space {
	justify-content: space-between !important;
}

.justify-content-space-evenly {
	justify-content: space-evenly !important;
}   

.cft-box {
	padding: 10px;
	background-color: #171f33;
}

.cft-box strong {
	color: #1EAAEE;
	font-weight: 400;
	display: block;
}

.colorInfo {
	width: 100%;
	height: 30px;
	background: rgb(227,249,6);
	background: linear-gradient(90deg, rgba(227,249,6,1) 0%, rgba(67,102,0,1) 100%);
	line-height: 30px;
	padding: 0 15px;
	margin-top: 30px;
	display: block;
}

.list-map {
	width: 630px;
	height: 600px;
 /* background-image: url(./../images/map.png); */
	background-repeat: no-repeat;
	background-position: center;
}

.chart-list .item {
	width: 300px;/* 320px;  */
	height: 300px;
	margin-bottom: 15px;
	overflow: hidden;
} /* width: 320px; height: 300px;  */

.chart-list .item .item-title {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding-left: 2%;
}

.chart-list .item-border {
	border: 0.01rem solid #9C3D54;
}

.chart-list .item h2[id*="chartEmptyMessage"], .sec-box .sec h2[id*="chartEmptyMessage"] {
	text-align: center;
	font-family: "Noto Sans KR", Dotum, "돋움", Helvetica, AppleGothic, "Tahoma", "MS PGothic", Sans-serif;
	color: #9C3D54;
	font-size: 13px;
	font-weight: 600;
	margin: 100px auto 0 auto;
	line-height: 1.6;
	padding: 2%;
}
.inner .select_tit{display:flex;flex-wrap:wrap;align-items:center;gap:20px}
/*20250923*/
/*.inner .misc-title:before{content:'';display:inline-block;width:8px;height:8px;margin:0 6px 3px 0;border-radius:50%;background:#7B36C2}*/
.inner .misc-title {
	color: #111;
	font-size: 14pt;
	font-family: 's-core',Sans-serif;
}
.custom-dropdown{position:relative;display:inline-block}
.dropdown-button{display:flex;justify-content:space-between;min-width:120px;padding:8px 12px;border:1px solid #ccc;background:#fff;text-align:left;cursor:pointer;border-radius:5px;}
.dropdown-button:after{content:'▼';font-size:12px;color:#777}
.dropdown-options{display:none;position:absolute;top:calc(100% - 1px);z-index:10;width:100%;margin:0;padding:0;border:1px solid #ccc;background:#fff}
.dropdown-options li{padding:10px;cursor:pointer}
.dropdown-options li:hover{background:#e8dbf6}
.custom-dropdown.open .dropdown-button:after{margin-top:3px;transform:rotate(180deg)}
.custom-dropdown.open .dropdown-options{display:block}
  
.misc-chart .misc-ly5 {
	width: 50%;
}
.misc-chart .dropdown-button {
	border-radius: 25px;
	padding: 5px;
}

.border-botton-special {
    border-bottom: 1px solid #0d0d0d33;
}

.title-primar-color {
	color: #7B36C2;
}

.stats-detail .misc-ly5, .stats-detail .misc-chart-card{
	border: 1px solid #ececf1;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff !important;
}

.stats-detail .misc-title {
    color: #353740;
}

#radar-year, #column-year {
	font-size: 15px;
}

#gotop {
	width: 45px;
	height: 45px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #7B36C2;
	color: white;
	cursor: pointer;
	border-radius: 3px;
}

#gotop:hover {
	/*background-color: #fff;
	color: #1eaaee;*/
	border: 1px solid #DFBE62;
    background: #DFBE62;
    color: #7B36C2;
}
 
/*==misc.html==*/
/* 
#snb .sidebar-menu > li a { display: block; padding: 7px 0; color: #404B69; } 
#snb .sidebar-menu > li a.active, #snb .sidebar-menu > li a:hover { color: #1eaaee; } 
#snb h3 { color: #404B69;} */


/* ********* 2023.05.10. 김유진 ********** */
.tab-box .tab-button input {
	font-family: "Noto Sans KR", Dotum, "돋움", Helvetica, AppleGothic, "Tahoma", "MS PGothic", Sans-serif;
	font-weight: 500;
}

/* Header > logo */
#logo-area .logo {
	text-indent: -9999px;
}

#logo-area .logo a:first-child {
	display: block;
	height: 60px;
	width: 202px;
	background: url(./../../../../images/kei_logo.svg) no-repeat 0 7px;
	margin-right: 30px;
}

#logo-area .logo a:last-child {
	display: block;
	height: 60px;
	width: 400px;
	background: url(./../../../../images/review_logo.svg) no-repeat 0 16px;
}

#title-area h2.sub-logo {
	display: block;
	background: url(./../../../../images/easis_logo.svg) no-repeat 0 15px;
	width: 201px;
	height: 70px;
	text-indent: -9999px;
}

/* Navigation button */
#nav {
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 2;
}

#nav ul, #nav-index ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 210px;
}

#nav ul > li, #nav-index ul > li{
	margin-right: 5px;
	padding: 0;
	width: calc(210px - 5px);
	position: relative;
	overflow: hidden;
}

#nav ul > li a, #nav-index ul > li a {
	padding: 8px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	/* background-image: linear-gradient(to right, #00A4E0, #0CB48D); */
	background-color: #1eaaee;
}

#nav ul > li span, #nav-index ul > li span {
	position: absolute;
}

#nav ul > li a:hover, #nav-index ul > li a:hover {
	background-position: right center;
	color: #1eaaee;;
	background: #fff;
}

/* #nav ul > li a.active i, #nav-index ul > li a.active i {
	color: #fff;
} */

#nav ul .active a, #nav-index ul .active a {
	color: #fff;
	background-color: #0e1421;
}

#nav ul .active span:nth-child(2), #nav-index ul .active span:nth-child(2) {
	width: 100%;
	height: 2px;
	left: 0;
	top: 0;
	background: linear-gradient(90deg, transparent, #1eaaee);
	animation: animate1 2s linear infinite;
}
#nav ul .active span:nth-child(3), #nav-index ul .active span:nth-child(3) {
	width: 2px;
	height: 100%;
	right: 0;
	top: 0;
	background: linear-gradient(180deg, transparent, #1eaaee);
	animation: animate2 2s linear infinite;
	animation-delay: 0.5s;
}
#nav ul .active span:nth-child(4), #nav-index ul .active span:nth-child(4) {
	width: 100%;
	height: 2px;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, transparent, #1eaaee);
	animation: animate3 2s linear infinite;
	animation-delay: 1s;
}
#nav ul .active span:nth-child(5), #nav-index ul .active span:nth-child(5) {
	width: 2px;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(360deg, transparent, #1eaaee);
	animation: animate4 2s linear infinite;
	animation-delay: 1.5s;
}
@keyframes animate1 {
	0% {
		left: -100%;
	}
	50%, 100% {
		left: 100%;
	}
}
@keyframes animate2 {
	0% {
		top: -100%;
	}
	50%, 100% {
		top: 100%;
	}
}
@keyframes animate3 {
	0% {
		right: -100%;
	}
	50%, 100% {
		right: 100%;
	}
}
@keyframes animate4 {
	0% {
		bottom: -100%;
	}
	50%, 100% {
		bottom: 100%;
	}
}

/* Header > cases */
.dis-area {
	position: absolute;
	left: 273px; /* 230px */
	top: 15px;
	z-index: 2;
	/*width: calc(100% - 273px); /* calc(100% - 230px); */
	padding-left: 0px;
}

.dis-area .cases-area {
	table-layout: fixed;
	position: relative;
	height: 96px;
	/*width: 796px; --update: 20250723*//* 800px; */
	overflow: hidden;
	float: left;
}

.cases_cat,
.case_result,
.case_scale {
  text-align: right;
}

.cases-area a {
	color: #1eaaee;
}

.cases-area a:hover, .cases-area > a:focus {
	color: #fff;
	cursor: pointer;
    border-bottom: 1px solid #fff;
}

.dis-area .cases-area .cases-area-box {
	display: flex;
	justify-content: space-between;
}

.dis-area .cases-area strong.cases-date {
	display: block;
	clear: both;
	color: #e2703a;
	font-weight: 500;
	font-family: 's-core',Sans-serif;
	letter-spacing: -0.025rem;
	font-size: 10pt;
}

/* .dis-area .cases-area .cases-area-radio {
	margin: -5px 97px 0 0;
} */

.dis-area .cases-area .cases-area-radio label {
	margin-right: 20px;
	color: #ffd86a; /* color: #fff; */
}

.dis-area .cases-area .cases-area-radio input[type='radio'] {
	-webkit-appearance: none;
	width: 15px;
	height: 15px; /* 15px; */
	border-radius: 50%;
	outline: none;
	border: 2px solid #999;
	appearance: none;
	-webkit-rtl-ordering: logical;
	background-color: field;
	margin: 0em;
	padding: 3.3px;/* 1px 2px; */
	border-width: 2px;
	border-style: none;
	border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	border-image: initial;
}

.dis-area .cases-area .cases-area-radio input[type='radio']:before {
	content: '';
	display: block;
    width: 11px;
    height: 11px;
	margin: 0.2px auto; /* 1px auto; */
	border-radius: 50%;
}

.dis-area .cases-area .cases-area-radio input[type="radio"]:checked:before {
	background: #903CE8;
    margin-left: -1.1px;
    margin-top: -1.2px;
}
 
.dis-area .cases-area .cases-area-radio input[type='radio']:hover, 
.dis-area .cases-area .cases-area-radio input[type='radio']:focus, 
.dis-area .cases-area .cases-area-radio input[type="radio"]:hover + label  {
	cursor: pointer;
}

.dis-area .cases-area .cases-area-radio input[type="radio"]:checked {
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    width: 15px;
    height: 15px;
}

.dis-area .cases-area .cases-area-radio input[type="radio"]:checked + label, .dis-area .cases-area .cases-area-radio input[type="radio"]:hover + label {
	color: #fff;
}


/*** trend-analysis (추이분석 항목 클릭시 표출되는 세부페이지) ***/
/* tab */
.sub-content .sub-snb {
	height: 170px;
}

/****** 나비 수정 시작 ******/
/* .tab-box {
	margin-left: 232px; 
} */
/****** 나비 수정 끝 ******/

.sub-content .tab-box-tit {
	display: flex;
	width: 100%;
	position: relative;
}

/****** 나비 수정 시작 ******/
/* .sub-content .tab-box-tit::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #15b3e7;
	position: absolute;
	bottom: 0;
	left: 0;
} */
/****** 나비 수정 끝 ******/

.sub-content .tab-box-tit a {
	display: block;
	width: 120px;
	height: 50px;
	color: #555;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #e8f2fb;
}

.sub-content .tab-box-tit a.on {
	border: 0;
	font-weight: 400;
	color: #fff;
	background-color: #15b3e7;
}

.tg-chart .sub-content .tab-menu-box{
	padding: 20px;
	border-bottom: 1px dashed #ccc;
	background-color: #fafafa;
}

.sub-content .tab-menu-box {
	padding: 40px;
	border-bottom: 1px dashed #ccc;
	background-color: #fff;
	border-top-left-radius: 0px !important;
}

.sub-content .tab-search article:first-child {
	margin-bottom: 25px;
}

/****** 나비 수정 시작 ******/
.tab-search select {
	width: 150px;
	height: 40px;
	/* margin-right: 20px; */
	border-radius: 30px !important;
} 
/****** 나비 수정 끝 ******/

.tab-search .search-label {
	/* float: left; */
	height: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 28px;
}

.tab-search input[type='checkbox'] {
	width: 15px;
	height: 15px;
}

.sub-content .tab-search .search-label {
	width: 77px;
}

.tab-search .search-label::before {
	content: "";
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	margin: 12px 5px 0 0;
	background-color: #1eaaee;
}

.tab-search .date input {
	width: 150px;
	height: 32px;
}

.gis-body .tab-search .date span {
	margin-right: 0px;
	padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}

.tab-search .date select {
	cursor: pointer;
}

.tab-search span{
	margin-right: 10px;
}

/****** 나비 수정 시작 ******/
/* .tab-button i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 40px;
	border: 1px solid #999;
	background-color: #fff;
	cursor: pointer;
}

.tab-button input {
	padding-right: 0;
	border: none;
	background-color: #fff;
	cursor: pointer;
}

.tab-button i:first-child {
	border: #404b69;
	color: #fff;
	background-color: #404b69;
}

.tab-button i:first-child input {
	border: none;
	background-color: #404b69;
}

.fa-magnifying-glass:before {
	content: "\f002";
}

.fa-rotate-right:before {
	content: "\f2f9";
} */
/****** 나비 수정 끝 ******/

.sec-box .sec {
	float: left;
	width: calc(50% - 10px);
	height: 500px;
	margin-bottom: 110px;
}

/****** 나비 수정 시작 ******/
/* .sub-content .box2 .sec-box #sec1 {
	margin-right: 20px;
} */
/****** 나비 수정 끝 ******/

/*** trend-analysis1 (tab-1 상세통계검색) ***/
.sub-content .box1 .tab-search article:nth-child(1)~article {
	float: left;
}

.sub-content .box1 .tab-menu-box {
	display: flex;
	justify-content: space-between;
}

/****** 나비 수정 시작 ******/
/*.sub-content .box1 .tab-button div {
	display: flex;
	margin-bottom: 10px;
}

.sub-content .box1 .tab-button div i:first-child {
	width: 90px;
	margin-right: 10px;
}
 .sub-content .box1 .tab-button div i:last-child {
	width: 125px;
} */
/****** 나비 수정 끝 ******/
.sub-content .box1 .tab-button{text-align: center;}

.sub-content .box1 .tab-button > i {
	width: 225px;
	margin-right: 0!important;
}

/*** trend-analysis2 (tab-2 지역통계검색) ***/
/* 지도영역 */
.sub-content .box2 .tab-menu-box {
	display: flex;
	justify-content: space-between;
}

.sub-content .box2 .map {
	width: 50%;
}

.sub-content .tab-menu-box .list-map {
	width: 100%;
	height: 400px;
}

.sub-content .box2 .tab-search {
	width: 45%;
}

.sub-content .box2 .area {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sub-content .box2 .area a {
	width: calc(552px / 6);
	height: 40px;
	color: #111;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.sub-content .box2 .area a:not(:nth-child(6n)) {
	border-right: 1px solid #e7e7e7;
}

.sub-content .box2 .area a:nth-child(-n+12) {
	border-bottom: 1px solid #e7e7e7;
}

.sub-content .box2 .area a:hover {
	background-color: #e7e7e7;
}

.sub-content .box2 .area a.on {
	border: 0;
	color: #fff;
	background-color: #ff8f2d;
	/* box-shadow: 1px 1px 5px gray; */
}

.sub-content .box2 .tab-select {
	margin-bottom: 45px;
}

.sub-content .box2 .tab-select article {
	margin-bottom: 25px;
}

.sub-content .box2 .tab-button {
	display: flex;
	justify-content: center;
}

/****** 나비 수정 시작 ******/
/* .sub-content .box2 .tab-button i:first-child {
	margin-right: 15px;
	color: #fff;
} */
/****** 나비 수정 끝 ******/

.sub-content .box2 .sec-box article {
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.sub-content .box2 .sec-box article:nth-child(odd) {
	margin-right: 30px;
}

/*** detail (권역별 트리맵 - 상세페이지) ***/
.chart-map-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 3px solid #15b3e7;
	margin-bottom: 50px;
	text-align: center;
	padding: 40px 50px;
	border-bottom: 1px dashed #ccc;
	background: #fafafa;
}

.chart-map-tit {
	padding: 0 30px;
	font-size: 30px;
	font-weight: 600;
}

.chart-map-list {
	width: 1000px;
	font-size: 16px;
}

.chart-map-list a {
	display: block;
	float: left;
	width: calc(1000px / 9);
	height: 35px;
	color: #111;
	line-height: 35px;
}

.chart-map-list a:nth-child(1), .chart-map-list a:nth-child(10) {
	border-left: 1px solid #e7e7e7;
}

/* .chart-map-list a:not(:nth-child(10)) {
	border-right: 1px solid #e7e7e7;
} */

.chart-map-list a {
	border-right: 1px solid #e7e7e7;
}

.chart-map-list a:nth-child(-n+9) {
	border-bottom: 1px solid #e7e7e7;
}

.chart-map-list a:hover {
	background-color: #e7e7e7;
}

/****** 나비 수정 시작 ******/
.chart-map-list a.on {
	border: 0;
	color: #fff;
	background-color: #ff8f2d;
	/* box-shadow: 3px 1px 8px rgb(78 79 83 / 25%); */
}

.chart-map-button {
	border: 1px solid #21293d;
	padding: 15px 15px;
	border-radius: 5px;
	color: #fff;
	line-height: 1.5;
	background-color: #21293d;
	/* box-shadow: 1px 1px 5px gray; */
}

.chart-map-goto:hover, .chart-map-goto:focus {
	cursor: pointer;
}

.bottom-cont .color-style  ul li {
	width: 45px !important;
    height: 21px !important;
    margin-left: 1px !important;
    line-height: 22px !important;
    font-size: 11px !important;
}

/* .chart-map-button:hover {
	scale: 1.1;
	transition: .2s;
} */
/****** 나비 수정 끝 ******/

.fa-angles-right::before {
	content: "\f101";
}

/*** gis ***/
/****** 나비 수정 시작 ******/
/* .gis-box {
	margin-left: 232px;
} */
/****** 나비 수정 끝 ******/

/****** 나비 수정 시작 ******/
.gis-box .tab-box {
	padding: 40px;
	margin-left: 0;
	border-bottom: 1px dashed #ccc;
	background-color: #fafafa;
}
/****** 나비 수정 끝 ******/

/****** 나비 수정 시작 ******/
/* .gis-box .tab-search {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
} */
/****** 나비 수정 끝 ******/

.gis-content #searchFormAction {
    position: absolute;
    top: 293px;
    left: 1085px;
    width: 50px;
    height: 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #ddd;
    z-index: 37;
   }

.gis-box .tab-search article:last-child {
	margin: 0;
}

.gis-box .tab-search h5 {
	margin-right: 10px;
}

.gis-box .tab-search article input:last-child {
	margin: 0;
}

.gis-box .tab-search select {
	width: 140px;
}

.gis-box .tab-search2 {
	display: flex;
	justify-content: space-between;
}

/****** 나비 수정 시작 ******/
/* .gis-box .tab-search2 > input {
	width: 778px;
	height: 40px;
	border: 1px solid #ddd;
	outline: none;
}

.gis-box .tab-search2 > input::placeholder {
	font-size: 14px;
} */

/****** 나비 수정 끝 ******/

.gis-box .tab-button {
	display: flex;
}

.gis-content form {
	z-index: 37;
	position: absolute;
   	background: #fff;
  	left: 497px;
  	padding: 5px 10px 5px 30px;
  	border-radius: 5px;
}

.gis-content button[type='submit'], .gis-content button[type='reset'] {
    padding: 6px 15px;
    font-size: 0.875rem;
}

.gis-content #search_word {
 	width: 312px;
 	height: 34px;
 	border: 1px solid #ddd;
	outline: none;
	margin-left: -2px;
}

/****** 나비 수정 시작 ******/
/* .gis-box .tab-button i {
	width: 160px;
}

.gis-box .tab-button i:first-child {
	margin-right: 15px;
} */
/****** 나비 수정 끝 ******/

/****** 나비 수정 시작 ******/
/* .gis-box .sec-box .sec {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 1px solid #ccc;
} 
*/
.gis-content .sec1 {
	z-index: 99;
    position: absolute;
    left: 40px;
    top: 190px;
    background: #fff;
    padding: 20px 5px 20px 20px;
    width: 370px;
    height: 770px; /* 940px; */
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(173, 216, 230, 0.5);
}



/****** 나비 수정 끝 ******/

.gis-box .result {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	background-color: #fafafa;
	color: #404b69;
}

/****** 나비 수정 시작 ******/
/* .gis-box .result p:first-child {
	margin-bottom: 5px;
	font-size: 16px;
	color: #000;
}

.gis-box .result p:nth-child(2) {
	color: #333;
} */


.gis-content p strong {
	color: #ff3e00;
}

.gis-content .result-list  {
	color: #555;
 	font-size: 8pt !important;
    height: 91%;
    margin-top: 0px;
	overflow-y: scroll;
}
/****** 나비 수정 끝 ******/

.gis-content .result-list li {
	padding: 15px 0px;
}

.gis-content .result-list li table:hover, .gis-box .result-list li table:focus {
	cursor: pointer;
	color: #333;
}

/* Result list hover
.gis-content .result-list li:not(:last-child):hover,
.gis-content .result-list li:not(:last-child):focus {
	background-color: #f5fcff;
} */

/* .gisAddrBtn:hover, .focus {
	color: #007bff;
}
 */
.gisAddrBtn button:hover {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 20px;
    background: #007bff;
    color: white;
}

.gis-content .result-list li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.gis-content .result-list h4 {
	font-size: 14pt;
	color: #333;
	font-weight: 600;
}

.gis-content .result-list table tbody td {
	font-size: 10pt;
	padding: 2px;
}

.gis-content .vmapChart {
	background-color: #f5fcff;
	position: absolute;
    top: 190px;
    left: 410px;
    width: calc(100% - 410px);
    height: 770px; /* 940px; */
    z-index: 1;
}

.gis-content .gisMap-nav {
    position: absolute;
    right: 15px;
    top: 892px;
    font-size: 0;
    z-index: 38;
}

.gis-content .gisMap-nav > div {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
}

.gis-content .gisMap-nav-option button {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: #fff center no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.gis-content .gisMap-nav-option button:hover {
	background: #ececec center no-repeat;
}

.gis-content .gisMap-nav-option p {
    display: none;
    padding: 5px 15px;
    position: absolute;
    top: -35px;
    left: 50%;
    background: #444;
    color: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
}

.gis-content .gisMap-nav-option p::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: translateY(-30%);
	background: #444;
}

.gis-content .gisMap-nav-state {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.gis-content .gisMap-nav-state button {
    float: left;
    padding: 5px 15px;
    border-radius: 5px;
}

.gis-content .gisMap-nav-state button:hover, .gis-content .gisMap-nav-state button:focus {
	background-color: #ececec;
	color: #000;
}
.gis-content .gisMap-nav-state button.active{
    background-color: #404b69;
    color: #fff;
}

.gis-content .gisMap-nav-option.square button {
    background-image: url(../../../images/gis-square.png);
}

.gis-content .gisMap-nav-option.print button {
    background-image: url(../../../images/gis-print.png);
}

.gis-content .gisMap-nav-option.help button {
    background-image: url(../../../images/gis-help.png);
}

.gis-content .gisMap-nav-option.distance button {
    background-image: url(../../../images/gis-distance.png);
}

.gis-content .gisMap-nav-option.clear button {
    background-image: url(../../../images/gis-clear.png);
}

.img-flag {
	width: 30px;
	height: 30px;
}

.message-data {
	text-align: center; 
	font-family: 'Nokora'; 
	color: #9C3D54; 
	display: none;
	line-height: 2;
}

select.toYear, select.toMonth, select.fromYear, select.fromMonth {
    padding-left: 3px;
    padding-right: 3px;
}

/* ea-index common*/
.system {
	border-radius: 15px;
}

.system h4 {
	margin-bottom: 25px;
	font-size: 25px;
	font-weight: 600;
}

.system-search {
	padding: 30px 20px;
    border-bottom: 1px dashed #ccc;
    border-top: 3px solid #15b3e7;
    background-color: #fafafa;
}
.system-wrap {
	padding: 30px 20px;
	border-radius: 10px;
}

/* .system h4:before,
.system-wrap label:before,
.system-wrap h5:before {
	content: "";
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	border-radius: 5px;
	margin: 20px 7px 0 0;
	background-color: #1eaaee;
} */

.system-system h5 i, .system-data-h h5 i {
	color: #1eaaee;
}

.system-wrap label::before {
	margin: 9px 5px 0 0;
}

/* .system-wrap > div:first-child {
	margin-bottom: 10px;
} */

.system-wrap h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 42px;
}

.system h4:before {
	width: 8px;
	height: 8px;
	margin-top: 17px;
}

/* .system-system {
	margin-bottom: 100px;
} */

.system-system,
.system-system .org li,
.system-system .org-list > li li dl,
.system-system .hie-line3 .org-list > li li .cont div {
	position: relative;
}

.line-length::before {
	content: "";
	display: block;
	width: 1px;
	background-color: #21293d;
	position: absolute;
}

.line-transverse::after {
	content: "";
	display: block;
	height: 1px;
	background-color: #21293d;
	position: absolute;
}

.system-system h3::before {
	height: 40px;
	top: 100px;
}

.system-system h3::before,
.system-system .hie-line3 .org-list > li li .cont div::before {
	left: 50%;
}

.system-system h3::after {
	top: 140px;
}

.system-system .org-list > li::before {
	height: 120px;
	left: 50%;
	top: 40px;
	z-index: -1;
}

.system-system .org-list > li::after {
	width: 178px;
	left: 105px;
	top: 160px;
}

.system-system .org-list > li li::before {
	height: 100px;
	left: 50%;
	top: 30px;
}

.system-system .org-list > li li::after {
	top: 130px;
}

.system-system .hie-line5 .org-list > li:nth-child(2):after,
.system-system .hie-line6 .org-list > li:nth-child(2):after {
	width: 159px;
	left: 87px;
}

.system-system .hie-line5 .org-list > li:nth-child(3):after,
.system-system .hie-line6 .org-list > li:nth-child(3):after {
	width: 290px; /* 350px; */
	left: 105px;
}

.system-system .org-list > li li dl:not(:nth-child(12)):before {
	height: 12px;
	left: 50%;
	top: -12px;
}

.system-system .org-list > li li dl:nth-child(12)::before {
    height: 12px;
    left: 49%;
    top: -12px;
}

.system-system .hie-line5 .org-list > li:nth-child(1),
.system-system .hie-line6 .org-list > li:nth-child(1) {
	width: 363px;
}

.system-system .hie-line5 .org-list > li:nth-child(2),
.system-system .hie-line6 .org-list > li:nth-child(2) {
	width: 325px;
}

.system-system .hie-line5 .org-list > li:nth-child(3),
.system-system .hie-line6 .org-list > li:nth-child(3) {
	width: 508px;
}

.system-system .hie-line5 .org-list > li li:last-child::after,
.system-system .hie-line6 .org-list > li li:last-child::after {
	width: 65px;
}

.system-system .hie-line5 .org-list > li:nth-child(2) li:first-child::after,
.system-system .hie-line6 .org-list > li:nth-child(2) li:first-child::after {
	width: 80px;
	left: 50px;
}
/* 산업단지사업 체계도 */
.system-system .hie-line1 h3::after {
	width: 819px;
	left: 205px;
}

.system-system .hie-line1 .org-list > li::after {
	width: 50%;
	left: 103px;
}

.system-system .hie-line1 .org-list > li:not(:nth-child(3)) li:nth-child(2)::before {
	height: 112px;
}

.system-system .hie-line1 .org-list > li:nth-child(3) li:nth-child(1)::before {
	height: 200px;
}

.system-system .hie-line1 .org-list > li li::after {
	width: 97px;
	left: 50px;
}
/* 도로건설사업 체계도 */
.system-system .hie-line2 .org-list > li:not(:first-child) li {
	width: 96%;
}

.system-system .hie-line2 h3::after {
	width: 768px;
	left: 307px;
}

.system-system .hie-line2 .org-list > li::after {
	width: 307px;
	left: 157px;
}

.system-system .hie-line2 .org-list > li li::before {
	left: 51.1%;
}

.system-system .hie-line2 .org-list > li:first-child li:last-child:before {
	height: 120px;
}

.system-system .hie-line2 .org-list > li:not(:first-child) li::before {
	height: 200px;
}

.system-system .hie-line2 .org-list > li:first-child li::after {
	width: 146px;
	left: 75px;
	top: 130px;
}
/* 도시개발사업 체계도 */
.system-system .hie-line3 .org-list > li > ul.li33 > li {
	width: auto;
}

.system-system .hie-line3 ul.org-list > li > ul > li {
	margin: 0 2px;
}

.system-system .hie-line3 .org-list > li .tit {
	padding: 10px;
}

.system-system .hie-line3 .org-list > li:first-child li:last-child .tit a,
.system-system .hie-line3 .org-list > li:nth-child(2) li:first-child .tit a {
	line-height: 38px;
}

.system-system .hie-line3 .org-list > li li .cont {
	display: flex;
	padding: 50px 5px 10px;
}

.system-system .hie-line3 .org-list > li li .cont div {
	width: 50%;
}

.system-system .hie-line3 .org-list > li:nth-child(2) li:not(:first-child) li {
	width: 100%;
	/* height: auto; */
	margin-bottom: 0;
	line-height: 100px;
}

.system-system .hie-line3 .org-list > li li .cont div:not(:last-child) {
	margin-right: 4px;
}

.system-system .hie-line3 .org-list > li li li {
	height: 108px;
	padding: 10px;
	background-color: #fff;
}

.system-system .hie-line3 .org-list > li li li:first-child {
	height: 130px;
	margin-bottom: 5px;
}

.system-system .hie-line3 h3::after {
	width: 806px;
	left: 137px;
}

.system-system .hie-line3 .org-list > li::after {
	width: 137px;
	left: 62px;
}

.system-system .hie-line3 .org-list > li:nth-child(2):after {
	width: 270px;
}

.system-system .hie-line3 .org-list > li:last-child:after {
	width: 374px;
	left: 100px;
}

.system-system .hie-line3 .org-list > li .tit::after {
	width: 57px;
	left: 31px;
	top: 70px;
}

.system-system .hie-line3 .org-list > li:first-child li:last-child .tit::after {
	width: 69px;
	left: 27px;
}

.system-system .hie-line3 .org-list > li:nth-child(2) li:first-child .tit::after {
	left: 33px;
}

.system-system .hie-line3 .org-list > li:nth-child(3) li .tit::after {
	width: 125px;
	left: -2px;
}

.system-system .hie-line3 .org-list > li:nth-child(3) li:last-child .tit::after {
	width: 69px;
	left: 25px;
}

.system-system .hie-line3 .org-list > li:nth-child(2) li:not(:first-child)::before {
	height: 125px;
}

.system-system .hie-line3 .org-list > li li .cont div::before {
	height: 25px;
	top: -12px;
}
/* .system-system .hie-line3 .org-list > li:nth-child(2) li:not(:first-child) .org_group4{position: relative;} */
/* 관광단지 개발사업 체계도 */
.system-system .hie-line4 h3::after {
	width: 784px;
	left: 208px;
}

.system-system .hie-line4 .org-list > li:nth-child(1) {
	width: 415px;
}

.system-system .hie-line4 .org-list > li:nth-child(2) {
	width: 343px;
}

.system-system .hie-line4 .org-list > li:nth-child(3) {
	width: 467px;
}

.system-system .hie-line4 .org-list > li::after {
	width: 277px;
	left: 69px;
}

.system-system .hie-line4 .org-list > li:nth-child(2):after {
	width: 222px;
}

.system-system .hie-line4 .org-list > li:nth-child(3):after {
	width: 296px;
	left: 102px;
}

.system-system .hie-line4 .org-list > li li::after {
	width: 65px;
	left: 35px;
}

.system-system .hie-line4 .org-list > li:last-child li:first-child::after {
	width: 132px;
}
/* 매립시설 설치사업 체계도 */
.system-system .hie-line5 h3::after {
	width: 761px;
	left: 182px;
}

.system-system .org.waste .org_group4 .cont dl.dl-style1.all {
    display: block;
    width: 113px;
}

.system-system .hie-line5 .org-list > li::before {
	left: 50%;
	top: 40px;
}

.system-system .hie-line5 .org-list > li::after {
	width: 178px;
	left: 105px;
}

.system-system .hie-line5 .org-list > li li::after {
	width: 132px;
	left: 35px;
}
/* 소각시설 설치사업 체계도 */
.system-system .hie-line6 h3::after {
	width: 761px;
	left: 182px;
}

.system-system .hie-line6 .org-list > li li::after {
	width: 132px;
	left: 35px;
}

.system-data-h {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.system-button {
	display: flex;
	justify-content: end;
}

.system-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #009eec;
	color: #009eec;
	line-height: 40px;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.system-button i {
	margin-right: 5px;
}

.system-button a:hover {
	color: #fff;
	background-color: #009eec;
}

.system-chart table {
	margin-bottom: 40px;
	text-align: center;
}

.system-chart table thead {
	color: #fff;
	background-color: #0c9575;
}

.system-chart table th {
	padding: 10px 20px;
	font-weight: 500;
}

/* .system-chart table td {
	padding: 20px;
} */

.system-chart table strong {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
}
  
/*  */

.btnEstimator {
  background: #FF4742;
  border: 1px solid #FF4742;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.btnEstimator:hover,
.btnEstimator:active {
  background-color: #FFFFFF;;
  background-position: 0 0;
  color: #FF4742;
}

.btnEstimator:active {
  opacity: .5;
}

.estimator .estimator-nav, .estimator-nav {
	position: relative;
	width: 202px;
	/* background: #21293d; */
	/* padding: 20px 15px; */
}

.estimator-nav ul li.active > a {
	color: #fff;
}

.estimator .estimator-link, .estimator-link {
	color: #40e0d0;
    font-size: 15px;
    display: block;
    background-image: url(/static/images/eaindex-estimator.png);
    background-size: contain;
    height: 35px;
    background-repeat: no-repeat;
}


/* Beta Notice Popup */
.beta-notice-popup-container {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: 676px;
    background-color: #fff;
    border: 1px solid #7B36C2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.beta-notice-popup-content {
  color: #333;
  font-family: 's-core', Sans-serif;
}

.beta-notice-popup-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #7B36C2;
}

.beta-notice-popup-message {
  font-size: 16px;
  margin-bottom: 20px;
}

.beta-notice-popup-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.beta-notice-popup-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.beta-notice-popup-close {
    background-color: #7B36C2;
    color: #fff;
}

.beta-notice-popup-close:hover {
    background-color: #DFBE62;
    color: #7B36C2;
}

.beta-notice-popup-later{
    background-color: #ccc;
    color: #333;
}

.beta-notice-popup-later:hover {
    background-color: #999;
    color: #333;
}

/* Overlay for the popup */
.beta-notice-popup-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  z-index: 999; /* Below the popup, but above other content */
}

/* Show the popup and overlay */
body.show-beta-notice .beta-notice-popup-container,
body.show-beta-notice .beta-notice-popup-overlay {
  display: block;
}

/* Responsive styles (optional) */
@media (max-width: 480px) {
  .beta-notice-popup-container {
    width: 90%;
  }
}

/* 2025 -- 검토의견 */
.discuss-org-sec-box .sec, .region-sec-box .sec {
	float: left;
	width: calc(50% - 10px);
	height: 500px;
	margin-bottom: 65px;
}

/*.discuss-org-sec-box .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
*/

.icon::before {
  content: "";
  display: inline-block;
  width: 24px; /* size of icon */
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* Specific icon types */
.radar-icon::before {
  background-image: url("/static/images/radar-chart-with-pentagon-shape-svgrepo-com.svg");
}

.bar-icon::before {
  background-image: url("/static/images/bar-chart-analysis-svgrepo-com.svg");
}

.pie-icon::before {
  background-image: url("/static/images/data-analytics-circular-graphic-svgrepo-com.svg");
}

.line-icon::before {
	background-image: url("/static/images/line-chart-svgrepo-com.svg");
}


.review-search input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 20px;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

.review-search input[type='radio']:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.review-search input[type="radio"]:checked::before {
  background: rebeccapurple;
  transform: scale(1);
}

.review-search .tab-menu-box {
	    border-bottom: none;
        border-radius: 15px;
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
        border: 1px solid #e0e0e0;
}

.project-user-content .tab-box-tit a.on {
	border: 0;
    color: #fff;
    background-color: rebeccapurple;
}

.project-user-content .popup-chart {
	height: auto !important;
}

.review-dashboard-border-right {
	border-right: 1px solid #ffd86a;
    margin-right: 14px !important;
    padding-right: 14px;
}


#chart-title {
	color: #8366da;
	font-size: 14pt;
	font-weight: 500;
	margin-top: -5px;
}

.bubble {
    width: 50vmin;
    height: 50vmin;
    background: hsl(212, 100%, 71%);
    border: 4.5vmin solid hsl(212, 100%, 81%);
    position: absolute;
    top: calc(50% - (50vmin * 0.49));
    left: calc(60% - (50vmin * 0.49));
    overflow: visible;
    border-radius: 48% 40% 62% 47% / 61% 49% 64% 43%;
    animation: rotate 35s infinite linear;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(1turn);
    }
}

.bubble:before {
    content: "";
    position: absolute;
    top: calc(50vmin * 0.1); /* 5vmin */
    left: calc(50vmin * 0.1); /* 5vmin */
    width: calc(100% - (50vmin * 0.3)); /* minus 15vmin */
    height: calc(100% - (50vmin * 0.3)); /* minus 15vmin */
    background: hsl(212, 100%, 51%);
    border: 3.25vmin solid hsl(212, 100%, 61%);
    border-radius: 41% 40% 50% 55% / 49% 52% 51% 43%;
    z-index: -2;
    animation: rotateBefore 35s infinite linear;
}

@keyframes rotateBefore {
    0% {
        transform: rotate(-2turn);
    }
}

.bubble:after {
    content: "";
    position: absolute;
    top: calc(50vmin * 0.2); /* 10vmin */
    left: calc(50vmin * 0.2); /* 10vmin */
    width: calc(100% - (50vmin * 0.5)); /* minus 25vmin */
    height: calc(100% - (50vmin * 0.5)); /* minus 25vmin */
    background: hsl(212, 100%, 31%);
    border: 2.5vmin solid hsl(212, 100%, 41%);
    border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
    animation: rotateAfter 35s infinite linear;
}

@keyframes rotateAfter {
    0% {
        transform: rotate(2turn);
    }
}

.item-bubble {
  width: 50vmin;
  height: 50vmin;
  background: hsl(212, 100%, 71%);
  border: calc(50vmin * 0.09) solid hsl(212, 100%, 81%);
  position: relative;
  overflow: visible;
  border-radius: 48% 40% 62% 47% / 61% 49% 64% 43%;
  animation: rotate 35s infinite linear;
  z-index: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(1turn);
  }
}

/* Bubble inner layer 1 */
.item-bubble::before {
  content: "";
  position: absolute;
  top: calc(50vmin * 0.1);
  left: calc(50vmin * 0.1);
  width: calc(100% - (50vmin * 0.3));
  height: calc(100% - (50vmin * 0.3));
  background: hsl(212, 100%, 51%);
  border: calc(50vmin * 0.065) solid hsl(212, 100%, 61%);
  border-radius: 41% 40% 50% 55% / 49% 52% 51% 43%;
  z-index: -2;
  animation: rotateBefore 35s infinite linear;
}

@keyframes rotateBefore {
  0% {
    transform: rotate(-2turn);
  }
}

/* Bubble inner layer 2 */
.item-bubble::after {
  content: "";
  position: absolute;
  top: calc(50vmin * 0.2);
  left: calc(50vmin * 0.2);
  width: calc(100% - (50vmin * 0.5));
  height: calc(100% - (50vmin * 0.5));
  background: hsl(212, 100%, 31%);
  border: calc(50vmin * 0.05) solid hsl(212, 100%, 41%);
  border-radius: 42% 63% 51% 60% / 47% 62% 42% 52%;
  animation: rotateAfter 35s infinite linear;
}

@keyframes rotateAfter {
  0% {
    transform: rotate(2turn);
  }
}