/*
 * 민주연구원 선거지원시스템
 */
@charset "UTF-8";
/* @font-face {
	font-family: "Apple SD Gothic Neo";
	src: url("../../fonts/AppleSDGothicNeoR.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}*/

@font-face {
	font-family: "Apple SD Gothic Neo";
	src: url("../../fonts/AppleSDGothicNeoSB.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

/* @font-face {
	font-family: "Apple SD Gothic Neo";
	src: url("../../fonts/AppleSDGothicNeoEB.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
} */
@font-face {
  font-family: "SCDream-Bold";
  src: url("../../fonts/SCDream8.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
body {
  /* margin: 0; */
  /* padding: 0; */
  /* font-family: "Apple SD Gothic Neo"; */
  color: #2D3239;
  box-sizing: border-box;
}
button {
  margin: 0;
  padding: 0;
  font-family: "Apple SD Gothic Neo";
  color: #2D3239;
  cursor: pointer;
}
input {
  color: #2D3239;
  box-sizing: border-box;
}
p {
  font-family: "Apple SD Gothic Neo";
  color: #2D3239;
}
a {
  text-decoration: none;
  color: inherit;
}
select {
  appearance: auto;
}
h6 {
  font-size: 15px;
}
/* 헤더 영역 */
.top-container {
  display: flex;
  min-width: 1300px;
  height: 95px;
  background-color: #fff;
  border-top: 8px solid #004EA1;
  box-shadow: 0px 0px 6px #00000029;
  box-sizing: border-box;
}
.top-container .logo {
  width: 240px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.top-container .logo img {
  width: 190px;
  margin: 5px 25px 0px 25px;
}
.top-container .info {
  flex: 1;
  min-width: 1280px;
  position: relative;
  margin: 0px;
  margin-left: 20px;
  padding: 0px;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  background-image: url('../../images/top-bg.png');
  background-position: right 530px top 0px;
  background-repeat: no-repeat;
  background-size: 211px 87px;
}
.top-container .info h1 {
  width: fit-content;
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: 600;
  top: 25px;
}
.top-container .info h1 button {
  vertical-align: baseline;
  position: relative;
  top: -4px;
}
.top-container .info h1 .btn-info {
  margin: -4px 0px 0px 20px;
  padding: 14px 16px 12px 44px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  background-image: url('../../images/ico-info.svg');
  background-position: left 15px center;
  background-repeat: no-repeat;
}
.top-container .info h1 button:hover {
  border: 1px solid #7d7d7d;
}
.top-container .info .log {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #000;
  text-align: right;
}
.top-container .info .log span {
  color: #000;
  line-height: 110%;
  border-right: 1px solid #D3D3D3;
  height: 13px;
  display: inline-flex;
  padding: 0px 15px;
}
.top-container .info .log a:nth-child(4) span {
	border:0px;
	padding-right:0px;
}
.top-container .info .log a:hover {
  text-decoration: underline;
  color: #fff;
}
.top-container .info .log .time {
  display: inline-block;
  width: fit-content;
  color: #6694C6;
  padding: 0px 10px 5px 10px;
  border-radius: 0px 0px 7px 7px;
  background-color: #004EA1;
}
.top-container .info .log .time .name {
  margin-top: 5px;
  padding: 0px 10px 0px 23px;
  color: #fff;
  border: 0px;
  background-color: transparent;
  background-image: url('../../images/ico-user.svg');
  background-position: left 5px center;
  background-repeat: no-repeat;
}
.top-container .info .log .qna {
  color: #000;
  background-image: url('../../images/ico-qna.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 4px 27px 2px 35px;
  margin-right: 20px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.top-container .info .log .password {
  color: #000;
  background-image: url('../../images/ico-password.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 4px 27px 2px 26px;
  margin-right: 20px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.top-container .info .log .logout {
  color: #000;
  background-image: url('../../images/ico-logout.svg');
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 4px 9px 2px 30px;
  margin-right: 10px;
  border: 0px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
/* 선택 옵션 */
.select-container {
  /* height: 38px; */
  margin-right: 20px;
  padding: 4px 4px 4px 14px;
  border-radius: 4px;
  position: relative;
  /* top: 20px; */
  /* left: 20px; */
  /* float: left; */
  /* text-align: left; */
  background-color: #004EA1;
  z-index: 1;
}
.select-container span {
  margin-right: 11px;
  font-size: 14px;
  color: #fff;
}
.select-container select {
  min-width: 150px;
  height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0px;
  border-radius: 0px 2px 2px 0px;
  padding: 0px 40px 0px 15px;
  font-size: 14px;
  background-image: url('../../images/select_arrow.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.nav-container .select-container:last-child {
  margin-right: 0;
}
.nav-container-sub {
  margin-top: 8px;
}
/* 상세검색 */
.mj-btn-detail {
  margin: 20px 0px 0px 20px;
  padding: 13px;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
/* 팝업(공통) */
.mj-pop {
  position: absolute;
  top: 50%!important;
  left: 50%!important;
  color: #2D3239;
  background-color: #fff;
  z-index: 5;
  transform: translate(-50%, 20%);
}
.mj-pop .btn-close {
  width: 16px;
  position: absolute;
  top: 23px;
  right: 23px;
  cursor: pointer;
}
.pop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 2, 14, 0.88);
  z-index: 1;
}
.mj-chekbox {
  margin: 0px 15px 10px 0px;
  padding-left: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.mj-chekbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.mj-chekbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../images/unchecked.svg');
}
.mj-chekbox .legendmark {
  width: 13px;
  height: 13px;
  top: 1px;
}
.mj-chekbox input:checked + .checkmark {
  background-image: url('../../images/checked.svg');
}
.mj-pop .btn-group {
  text-align: center;
}
.mj-pop .btn-group button {
  padding: 15px 60px;
  border: 0px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.mj-btn-confirm {
  background-color: #004EA1;
}
.mj-btn-confirm:hover {
  background-color: #003f84;
}
.mj-btn-cancel {
  margin-left: 33px;
  background-color: #B5B5B5;
}
.mj-btn-cancel:hover {
  background-color: #9f9f9f;
}
/* 팝업(상세검색) */
.mj-pop-detail {
  display: none;
  width: 500px;
  top: 100px;
  padding: 42px;
  border: 2px solid #004EA1;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0/ 20%);
}
.mj-pop-detail h1 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 800;
}
.mj-pop-detail h1 span {
  color: #004EA1;
}
.mj-pop-detail h2 {
  font-size: 16px;
  font-weight: 600;
}
.mj-pop-detail .radio-btn {
  margin-right: 15px;
}
.mj-pop-detail .radio-group {
  padding: 13px 0px 43px 0px;
}
.mj-pop-detail .checkbox-gruop {
  padding: 13px 0px 43px 0px;
}
/* 팝업 (상세검색 결과) */
.mj-pop-result {
  display: none;
  top: 81px;
  left: 530px;
  width: 160px;
  height: auto;
  padding: 20px;
  border: 1px solid #004EA2;
  border-radius: 4px;
  font-size: 14px;
  color: #004EA2;
  background-color: #fff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.mj-pop-result .btn-close {
  position: absolute;
  top: -11px;
  right: -3px;
}
.mj-pop-result h1 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 800;
}
.mj-pop-result ul li {
  padding: 2px 0px;
  line-height: 160%;
}
.mj-pop-result ul li span {
  margin-right: 10px;
  opacity: 50%;
  font-weight: 600;
}
/* 팝업(의미 및 사용법) */
.mj-pop-directions {
  display: none;
  width: 530px;
  padding: 42px;
  border: 0;
  border-radius: 6px;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0/ 20%);
}
.mj-pop-directions h1 {
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 25px;
  line-height:100%;
  font-weight: 600;
  background-image: url('../../images/ico-info.svg');
  background-position: left 0px bottom 3px;
  background-repeat: no-repeat;

}
.mj-pop-directions h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.mj-pop-directions p {
  font-size: 16px;
  line-height: 160%;
  padding-left: 17px;
  border-left: 1px solid #BFC1C3;
}
.mj-pop-directions p:nth-child(1) {
  margin-bottom: 30px;
}
.mj-pop-directions p:nth-child(3) {
  margin-bottom: 30px;
}
.mj-pop-directions .content {
  max-height: 460px;
  overflow-y: auto;
  padding-right: 5px;
}
.chart-view {
  display: block;
  width: 70%;
  transform: translate(-50%, -55%);
}
/* 오른쪽 슬라이드 창 */
.right-container {
  height: 100%;
  width: 800px;
  position: fixed;
  top: 90px;
  right: -800px;
  transition: right 0.3s ease;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 4;
  background-color: #fff;
}
.right-container .content {
  height: calc(100% - 55px);
  padding: 45px 35px;
  padding-bottom: 100px;
  overflow-y: auto;
  box-sizing: border-box;
}
.right-container .content h1 {
  margin: 40px 0px 20px 0px;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 600;
  background-image: url('../../images/ico-mj.svg');
  background-position: left 0px bottom 13px;
  background-repeat: no-repeat;
}
.right-container .content h1:first-child {
  margin-top: 0;
}
.right-container .option-group {
  display: flex;
  justify-content: space-between;
}
.right-container .select-box {
  position: relative;
  /*-- width: 120px; */
}
.right-container .select-box select {
  width: 120px;
  height: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 0px 15px;
  font-size: 16px;
  background-image: url('../../images/btn_right_select.svg');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
.right-container .search input {
  width: 200px;
  height: 36px;
  margin-right: 10px;
  padding: 0px 15px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 14px;
}
.right-container .search input::placeholder {
  color: #9f9f9f;
}
.right-container .search button {
  color: #fff;
  padding: 10px 20px 7px 20px;
  border-radius: 4px;
  font-size: 16px;
}
.right-container table {
  width: 100%;
  font-size: 15px;
  color: #2D3239;
  border-spacing: 0;
  border-collapse: separate;
}
.right-container table thead {
  top: 0;
  z-index: 10;
}
.right-container table th {
  padding: 10px;
  border-right: 0px;
  background-color: #E6EEF2;
  text-align: center;
  font-weight: 600;
  border-top: 2px solid #002F62;
}

.right-container table td {
  height: 40px;
  padding: 10px;
  border-bottom: 1px solid #D9DCE0;
  border-top: 0px;
  border-right: 0px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.right-container table td a {
  text-decoration: underline;
  color: #3C68B0;
}

.right-container .pagination {
  width: auto;
  margin-top: 20px;
}
.right-container .pagination .btn_num {
  width: auto;
  padding: 0 10px;
  border: 0px;
  border-radius: 4px;
}
.right-container .pagination .btn_num:hover {
  border-radius: 4px;
}
.right-container .pagination-number-selected {
  background-color: #004EA1;
  color: #fff;
  border-color: transparent;
}
.right-container .pagination-number-selected:hover {
  cursor: default;
  background-color: #004EA1!important;
  color: #fff!important;
  border-color: transparent;
}
.right-container .btn_prev {
  width: 26px;
  height: 26px;
  border: 0px;
  background-color: #fff;
  font-size: 12px;
  background-image: url("../../images/perv_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.right-container .btn_num:hover {
  background-color: #ccdae8;
  color: #2D3239;
}
.right-container .btn_prev:hover {
  background-color: #f3f3f3;
  border-radius: 4px;
}
.right-container .btn_next:hover {
  background-color: #f3f3f3;
  border-radius: 4px;
}
.right-container .btn_next {
  width: 26px;
  height: 26px;
  border: 0px;
  background-color: #fff;
  font-size: 12px;
  /* margin-right: 6px; */
  margin-right: 0;
  background-image: url("../../images/perv_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  /* margin-left: 20px; */
  margin-left: 14px;
  transform: rotate(90deg);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#slider-content {
  padding: 20px;
}
#btn-toggle {
  width: 26px;
  height: 70px;
  position: absolute;
  right: 800px;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#btn-toggle.closed {
  background-image: url('../../images/btn_right_open.svg');
}
#btn-toggle.opened {
  background-image: url('../../images/btn_right_close.svg');
  border: 1px solid #fff;
  border-right: 0px;
  border-radius: 8px 0px 0px 8px
}
/* 범례 */
.legend {
  width: auto;
  min-width: 150px;
  /* padding: 20px; */
  padding: 10px 20px;
  /* float: left; */
  /* position: relative; */
  position: absolute;
  top: 170px;
  left: 320px;
  z-index: 999;
  /* margin: 20px 0px 0px 20px; */
  font-weight: 600;
  color: #2D3239;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #1FACE4;
  border-radius: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  left: 260px;
}
/* 툴팁 */
.mj-map-tootip {
  /* width: 160px; */
  /* min-width: 130px; */
  padding: 13px;
  /* border: 1px solid #BEBEBE; */
  border-radius: 6px;
  /* background-color: #fff; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}
.mj-map-tootip h1 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  color: #2D3239;
  text-align: center;
}
.mj-map-tootip p {
  /* margin-bottom: 2px; */
  margin: 0 0 2px 0;
}
.mj-map-tootip img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.mj-map-tootip button {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.mj-map-tootip .info {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
}
.mj-map-tootip .flex {
  display: flex;
  justify-content: space-between;
  margin: 0px 10px;
}
.mj-map-tootip .info .number {
  color: #329FDF;
  font-weight: 800;
}
/* 선거구 현황(메뉴 01) */
.situation {
  width: calc(100% - 240px);
  min-width: 1150px;
  height: 100vh;
  padding: 20px 20px 90px 20px;
  position: absolute;
  top: 95px;
  left: 240px;
  overflow: scroll;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.situation h1 {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 600;
  background-color: transparent;
  background-image: url('../../images/ico-mj.svg');
  background-position: left 0px bottom 13px;
  background-repeat: no-repeat;
}
.situation .map-none h1 {
  width: 50%;
}
.situation h1 .chart-big {
  padding: 5px 14px 5px 34px;
  border: 1px solid #DBDBDB;
  float: right;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  margin-top: -2px;
  background-image: url('../../images/ico-bigscreen.svg');
  background-repeat: no-repeat;
  background-position: left 14px center;
}
.situation h1 .chart-big:hover {
  background-color: #fbfbfb;
  border: 1px solid #000;
}
.situation .top-container .lnfo h1 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
}
.situation h2 {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
.situation p {
  font-size: 16px;
  color: #6C6F74;
}
.situation table {
  width: 100%;
  font-size: 13px;
  color: #000;
  border-spacing: 0;
  table-layout: fixed;
}
.situation table th, td {
  width: 120px;
  padding: 10px;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
}
.situation table tbody tr:nth-child(even) {
  background-color: #005e9812;
}
.situation table tbody tr:hover {
  outline: 2px solid #4fb1ff;
  outline-offset: -2px;
}
.situation table tr:nth-child(even) .jm {
  background-color: #3e81c5;
}
.situation table tr:nth-child(even) .jp {
  background-color: #E56771;
}
.situation table tr:nth-child(even) .js {
  background-color: #ee8c4a;
}
.situation table tr:nth-child(even) .no {
  background-color: #d0d0d0;
}
.situation table tr:nth-child(even) .lock {
  background-color: #D8DEE2;
}
.situation table tr:nth-child(even) .change {
  background-color: #CBE0F5;
}
.situation table tr:nth-child(even) .expend {
  background-color: #EDD4DB;
}
.situation table thead tr {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #D3D3D3;
}
.situation table th {
  border-right: 0px;
  background-color: #F4F4F4;
  font-size: 14px;
  border-right: 1px solid #c3c3c3;
}
.situation table th:last-child {
  border-right: 0px;
}
.situation table th:nth-child(3) {
  width: 170px;
}
.situation table td {
  border: 0px;
  border-top: 0px;
  border-right: 0px;
  font-size: 14px;
  vertical-align: middle;
  border-right: 1px solid #c3c3c3;
}
.situation table td:last-child {
  border-right: 0px;
}
.situation table .jm {
  background-color: #4484CA;
  color: #fff;
  font-weight: 600;
}
.situation table .jp {
  background-color: #F6676F;
  color: #fff;
  font-weight: 600;
}
.situation table .js {
  background-color: #fb954f;
  color: #fff;
  font-weight: 600;
}
.situation table .no {
  background-color: #dedede;
  color: #000;
  font-weight: 400;
}
.situation table .lock {
  background-color: #E8E8E8;
}
.situation table .change {
  background-color: #DAE9FC;
}
.situation table .expend {
  background-color: #FFDEE0;
}
.dashboard {
  padding: 20px 20px 90px 20px!important;
  background-color: #F4F4F4;
}
.dashboard h1 {
  border-bottom: 1px solid #d3d3d3;
}
/*
.dashboard .box {
  margin-bottom: 0px!important;
  padding: 20px!important;
  box-shadow: none!important;
}
*/
.dashboard .box-right {
  margin-left: 0px!important;
}
.situation .box {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px #00000029;
}
.situation .box-right {
  margin-left: 38px;
}
.situation .group{
  display: flex;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
}
.situation .group-sido{
	display:block;
}
.situation .group .box {
  width: 50%;
  min-width: 450px;
}
.situation .group .box50 {
  width: 50%;
} 
.situation .group .map-left .box {
  width: 100%;
}
.situation .status-number {
  font-size: 30px;
  font-weight: 600;
  color: #3C68B0;
  white-space: nowrap;
}
.situation .status-number span {
  font-size: 20px;
}
.situation .vote {
  display: flex;
  justify-content: flex-start;
}
.situation .vote .percent {
  font-size: 15px;
  font-weight: 600;
}
.situation .vote .group {
  margin-right: 70px;
  padding-top: 10px;
}
.situation .vote .group h2 {
  padding-left: 0px;
}
.situation .ico-low {
	background-image: url('../../images/ico-low.svg');
  background-position: left 0px bottom 5px;
  background-repeat: no-repeat;
}
.situation .ico-high {
	background-image: url('../../images/ico-high.svg');
  background-position: left 0px bottom 5px;
  background-repeat: no-repeat;
}
.situation .ico-mid {
	background-image: url('../../images/ico-mid.svg');
  background-position: left 0px bottom 5px;
  background-repeat: no-repeat;
}
.situation .ico-gap {
	background-image: url('../../images/ico-gap.svg');
  background-position: left 0px bottom 5px;
  background-repeat: no-repeat;
}
.situation .voter {
  padding-left: 20px;
	background-image: url('../../images/ico-voter.svg');
  background-position: left 0px bottom 7px;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.situation .district {
  padding-left: 25px;
	background-image: url('../../images/ico-district.svg');
  background-position: left 0px bottom 10px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.situation .term h2 {
  padding-left: 20px;
  background-position: left 0px bottom 5px!important;
}
.situation .term .ico-mid {
  padding-left: 20px;
  background-position: left 0px bottom 5px!important;
}
.situation .graph-bar {
  width: 86px;
  height: 8px;
  margin: 6px 0px 0px 0px;
  border-radius: 4px;
  background-color: #E6E6E6;
}
.situation .graph-bar .low {
  background-color: #FF1010;
  height: 8px;
  border-radius: 4px;
}
.situation .graph-bar .high {
  background-color: #004EA1;
  height: 8px;
  border-radius: 4px;
}
.situation .graph-bar .average {
  background-color: #1FACE4;
  height: 8px;
  border-radius: 4px;
}
.situation .graph-bar .average-diff {
  background-color: #1FACE4;
  height: 8px;
  border-radius: 4px;
}
.situation .graph-line {
  /* width: 224px; */
  width: 50%;
  height: 224px;
}
.situation .map-left {
  width: 50%;
}
.situation .map-left .group h1 {
  width: 50%;
}
.situation .map-none {
  width: 100%;
  display: flex;
  gap: 20px;
}
.situation .map-none .box:first-child {
  width: 20%;
  min-width: 350px;
}
.situation .map-none .box:first-child div{
  margin-bottom: 40px;;
}
.situation .map-none .box:last-child {
  width: 80%;
}
.situation .map {
  width: 50%;
}
.situation .map .map-container {
  position: relative !important;
}
.situation .term {
  justify-content: flex-start;
}
.situation .term div {
  width: 50%;
  margin: 0px 30px 30px 0px;
}
.situation .term div:last-child {
  margin-right: 0px;
}
.dashboard .data-info:last-child div {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.dashboard .data-info h1 {
  border: 0px;
  margin-right: 20px;
}
.situation .data-info div {
  height: 30px;
  display: flex;
  justify-content: left;
  align-items: baseline;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
.situation .data-info div a img {
	position:relative;
	top:4px;
}
.situation .data-info div span {
  text-align: left;
  cursor: pointer;
  margin: 0px 30px 0px 5px;
}
.situation .data-info div span:hover {
  color: #008ccc;
}
.situation .data-info div span img {
  margin-left: 7px;
  position: relative!important;
  top: 0px!important;
}
.situation .keyowrd-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.situation .keyowrd-info div {
  width: 50%;
}
.situation .poll {
  max-height: 437px;
  /* overflow-y: scroll; */
  overflow: auto;
}
/* 지도 영역 */
.map-container {
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* div 스크롤 */
.list-scroll {
  /* height: 500px; */
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 1px solid #D9DCE0;
}
.list-scroll thead th {
  position: sticky;
  top: 0;
  border-top: 2px solid #002F62;
}
.list-scroll tbody tr:last-child td {
  border-bottom: 0;
}
/* 차트 */
/* .highcharts-container {
  font-family: "Apple SD Gothic Neo";
}
.highcharts-container {
  font-size: 1.3rem;
  font-weight: 700;
}
.highcharts-axis-title {
  letter-spacing: 1px;
} */
/* 테이블 */
#ui-list-head th {
  white-space: nowrap;
}
/* 1:1문의 게시판 */
.board-container {
  width: 1000px;
  min-height: auto !important;
  margin: 0 auto;
  background-color: #fff!important;
  padding-top: 0px!important;
}
.board-container .content {
  padding: 70px 35px;
  padding-bottom: 100px;
  overflow-y: auto;
  box-sizing: border-box;
}
.board-container .content h1 {
  margin: 40px 0px 38px 0px;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  color: #2D3239;
}
.board-container .content h1:first-child {
  margin-top: 0;
}
.board-container .option-group {
  display: flex;
  justify-content: space-between;
  line-height: 100%;
}
.board-container .select-box {
  position: relative;
  width: 120px;
}
.board-container .select-box select {
  width: 120px;
  height: 36px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 0px 15px;
  font-size: 14px;
  background-image: url('../../images/btn_right_select.svg');
  background-position: right 13px center;
  background-repeat: no-repeat;
}
.board-container .search {
  display: flex;
  justify-content: end;
}
.board-container .search input {
  width: 200px;
  height: 36px;
  margin: 0px 10px;
  padding: 0px 15px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 14px;
}
.board-container .search input::placeholder {
  color: #9f9f9f;
}
.board-container .search button {
  height: 36px;
  padding: 0px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
}
.board-container table {
  width: 100%;
  font-size: 15px;
  color: #4E5968;
  border-spacing: 0;
}
.board-container table thead {
  border-top: 2px solid #4E5968;
}
.board-container table th {
  padding: 10px;
  border: 1px solid #D9DCE0;
  border-right: 0px;
  background-color: #F2FBFF;
  text-align: center;
}
.board-container table th:last-child {
  border-right: 1px solid #D9DCE0;
}
.board-container table td {
  padding: 10px;
  border: 1px solid #D9DCE0;
  border-top: 0px;
  border-right: 0px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.board-container table td a {
  cursor: pointer;
}
.board-container table td a:hover {
  text-decoration: underline;
}
.board-container table td:last-child {
  border-right: 1px solid #D9DCE0;
}
.board-container .pagination {
  width: auto;
  margin-top: 20px;
}
.board-container .pagination .btn_num {
  width: auto;
  padding: 0 10px;
  border: 0px;
  border-radius: 4px;
}
.board-container .pagination .btn_num:hover {
  border-radius: 4px;
}
.board-container .pagination-number-selected {
  background-color: #004EA1;
  border-color: #206ae2;
  color: #fff;
  border-color: transparent;
}
.board-container .pagination-number-selected:hover {
  cursor: default;
  background-color: #004EA1;
  border-color: #206ae2;
  color: #fff;
  border-color: transparent;
}
.board-container .btn_prev {
  width: 26px;
  height: 26px;
  border: 0px;
  background-color: #fff;
  font-size: 12px;
  background-image: url("../../images/perv_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.board-container .btn_prev:hover {
  background-color: #f3f3f3;
  border-radius: 4px;
}
.board-container .btn_next:hover {
  background-color: #f3f3f3;
  border-radius: 4px;
}
.board-container .btn_next {
  width: 26px;
  height: 26px;
  border: 0px;
  background-color: #fff;
  font-size: 12px;
  /* margin-right: 6px; */
  margin-right: 0;
  background-image: url("../../images/perv_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  /* margin-left: 20px; */
  margin-left: 14px;
  transform: rotate(90deg);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.board-container .btn-inquiry {
  height: 36px;
  padding: 0px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
.board-container .inquiry {
  width: 100%;
  position: relative;
  display: block;
  padding: 28px 33px;
  margin-bottom: 32px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px #cbcbcb4a;
  text-align: left;
  box-sizing: border-box;
}
.board-container .inquiry .title {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 30px 20px;
}
.board-container .inquiry h1 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #D9DCE0;
}
.board-container .inquiry h1 span {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 5px;
}
.board-container .inquiry h1 input {
  width: 100%;
}
.board-container .answer {
  background: #004EA2;
  color: #fff;
  border: 0px;
  float: right;
  text-align: left;
}
.board-container .answer h1 {
  color: #fff;
  border-bottom: 1px solid #ffffff38;
}
.board-container .answer h1 span {
  color: #ffffff7d;
}
.board-container .answer p {
  color: #fff;
}
.board-container .btn-board {
  text-align: center;
}
.board-container .write-title {
  height: 36px;
  margin-right: 10px;
  padding: 0px 15px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 14px;
}
.board-container .write-title::placeholder {
  color: #9f9f9f;
}
.board-view {
  height: auto;
}
table .cnts-title {
  text-align: left;
  color: #1399D4;
  padding-left: 10px;
}
table .cnts-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.btn-shortcut {
  height: 36px;
  padding: 0px 20px;
  border-radius: 4px;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #b4cde8;
  color: #004EA1;
  font-size: 14px;
}
.btn-shortcut:hover {
  background-color: #f1f8ff;
}
/* bizgis iframe */
.bizgis {
  width: calc(100% - 240px);
  /* min-width: 1000px; */
  /* height: 100vh; */
  height: calc(100% - 90px);
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 240px;
  box-sizing: border-box;
}
.bizgis iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/* slider-loading */
#ui-slider-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 50;
}
#ui-slider-loading .loading-container {
  display: flex;
  justify-content: center;
}
#ui-slider-loading .loading-circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 7px;
  animation: sliderLoadingAnimation 1.5s infinite;
}
#ui-slider-loading .loading-circle:nth-child(1) {
  animation-delay: 0s;
}
#ui-slider-loading .loading-circle:nth-child(2) {
  animation-delay: 0.25s;
}
#ui-slider-loading .loading-circle:nth-child(3) {
  animation-delay: 0.5s;
}
#ui-slider-loading .loading-circle:nth-child(4) {
  animation-delay: 0.75s;
}
#ui-slider-loading .image-container {
  margin: 10px 51px 0px 0px;
}
#ui-slider-loading .image-container img {
  width: 210px;
  height: auto;
}
@keyframes sliderLoadingAnimation {
  0%, 100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.6);
  }
}
/* 레이어 팝업*/
.layer-pop {
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: 10;
  width: 420px;
  height: auto;
  padding-bottom: 40px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layer-pop h1 {
  width: 422px;
  margin: -2px 0px 0px -1px;
  background: #004ea0;
  border-radius: 10px 10px 0px 0px;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #004ea0;
  box-sizing: border-box;
  font-size: 20px;
}
.layer-pop h1 img {
  float: right;
  cursor: pointer;
}
.layer-pop p {
  padding: 40px;
  line-height: 180%
}
.layer-pop .btn-group {
  width: 100%;
  height: 40px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  border-radius: 0px 0px 14px 14px;
}
.layer-pop .today {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 15px;
  float: left;
  border: 0px;
  background: transparent;
}
.layer-pop .close {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 15px;
  border: 0px;
  background: transparent;
}
/* 버튼(선거구, 읍면동) */
.btn-votearea {
  width: 95px;
  height: 100%;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  padding: 10px 18px 10px 45px;
  border-radius: 4px;
  background-color: #004EA1;
  background-image: url('../../images/ico-votearea.svg');
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.btn-locationlevel {
  width: 95px;
  height: 100%;
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
  padding: 10px 18px 10px 40px;
  border-radius: 4px;
  background-color: #004EA1;
  background-image: url('../../images/ico-locationlevel.svg');
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.btn-votearea.selected, .btn-locationlevel.selected {
  background-color: #003260;
}
.btn-votearea:hover, .btn-locationlevel:hover {
  background-color: #003260;
}
/* 사용 목적별 전략지도 활용법 */
.usage-area {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 14px;
}
.btn-usage-guide {
  margin: -4px 0px 0px 20px;
  padding: 14px 16px 12px 47px;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  background-image: url('../../images/ico-usage-guide.svg');
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 22px;
}
/*
.btn-usage-guide {
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  background-image: url('../../images/ico-usage-guide.svg');
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding: 7px 15px 3px 42px;
  margin-right: 30px;
  position: relative;
  top: 8px;
  cursor: pointer;
}
*/
.btn-usage-guide:hover {
  border: 1px solid #7d7d7d;
}
.pop-usage-guide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: transparent;
}
.pop-usage-guide .title {
  width: fit-content;
  font-family: "SCDream-Bold";
  font-size: 40px;
  color: #00BFFF;
  text-align: center;
  margin-top: 50px;
  background-image: url('../../images/img-usage-guide.svg');
  background-repeat: no-repeat;
  background-position: left 20px center;
  margin: 0 auto;
  margin-top: 25px;
  padding-left: 70px;
  text-decoration: underline;
}
.pop-usage-guide .btn-close {
  width: 32px;
  position: absolute;
  top: 23px;
  right: 35px;
  cursor: pointer;
  z-index: 5;
}
.pop-usage-guide .close-today {
	position: absolute;
	right: 150px;
	top: 30px;
	color: #fff;
	font-size: 18px;
	display: flex;
	cursor: pointer;
}
.pop-usage-guide .close-today img{
	margin-right: 10px;
}
.pop-usage-guide .box {
  display: flex;
  justify-content: space-between;
}
.pop-usage-guide h1 {
  padding-left: 35px;
  font-family: "SCDream-Bold";
  color: #00BFFF;
  font-size: 30px;
}
.pop-usage-guide p {
  color: #fff;
  font-size: 16px;
}
/* 자치구 현황 */
.pop-usage-guide .guide-00 {
  position: absolute;
  top: 38px;
  left: 20px;
  width: 840px;
  background-image: url('../../images/ico-guide-00zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 28px;
}
.pop-usage-guide .guide-00 img {
  position: absolute;
  top: 83px;
  left: -11px;
}
/* 유권자 지형 */
.pop-usage-guide .guide-01 {
  position: absolute;
  top: 110px;
  left: 290px;
  width: 840px;
  background-image: url('../../images/ico-guide-01zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  background-size: 28px;
}
.pop-usage-guide .guide-01 img {
  position: absolute;
  top: 68px;
  left: -281px;
}
/* 실시간 유동인구 지도 */
.pop-usage-guide .guide-02 {
  position: absolute;
  top: 338px;
  left: 335px;
  background-image: url('../../images/ico-guide-02zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 30px;
}
.pop-usage-guide .guide-02 img {
  position: absolute;
  top: 38px;
  left: -326px;
}
.pop-usage-guide .guide-02zone {
  position: absolute;
  top: 351px;
  left: 335px;
  background-image: url('../../images/ico-guide-02zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 30px;
}
.pop-usage-guide .guide-02zone img {
  position: absolute;
  top: 25px;
  left: -327px;
}
/* 시간대별 유동인구 지도 */
.pop-usage-guide .guide-03 {
  position: absolute;
  width: 1415px;
  top: 425px;
  left: 275px;
  background-image: url('../../images/ico-guide-03zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 30px;
}
.pop-usage-guide .guide-03 img {
  position: absolute;
  top: 79px;
  left: -266px;
}
/* 세대별 유동인구 지도 */
.pop-usage-guide .guide-04 {
  position: absolute;
  top: 557px;
  left: 299px;
  background-image: url('../../images/ico-guide-04zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  background-size: 29px;
}
.pop-usage-guide .guide-04 img {
  position: absolute;
  top: 51px;
  left: -290px;
}
/* 상권특성 지도 */
.pop-usage-guide .guide-05 {
  position: absolute;
  top: 745px;
  left: 277px;
  background-image: url('../../images/ico-guide-05zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 28px;
}
.pop-usage-guide .guide-05 img {
  position: absolute;
  top: 33px;
  left: -269px;
}
.pop-usage-guide .guide-05zone {
  position: absolute;
  top: 750px;
  left: 272px;
  background-image: url('../../images/ico-guide-05zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 28px;
}
.pop-usage-guide .guide-05zone img {
  position: absolute;
  top: 28px;
  left: -264px;
}
/* 지하철 유동인구 지도 */
.pop-usage-guide .guide-06 {
  position: absolute;
  top: 904px;
  left: 270px;
  background-image: url('../../images/ico-guide-06zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 26px;
}
.pop-usage-guide .guide-06 img {
  position: absolute;
  top: 1px;
  left: -261px;
}
.pop-usage-guide .guide-06zone {
  position: absolute;
  top: 886px;
  left: 270px;
  background-image: url('../../images/ico-guide-06zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 25px;
}
.pop-usage-guide .guide-06zone img {
  position: absolute;
  top: 19px;
  left: -261px;
}
/* 재택인구 지도 */
.pop-usage-guide .guide-07zone {
  position: absolute;
  top: 607px;
  left: 605px;
  background-image: url('../../images/ico-guide-07zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 7px;
  background-size: 28px;
}
.pop-usage-guide .guide-07zone img {
  position: absolute;
  top: 44px;
  left: -596px;
}
/* 사전투표소 지도 */
.pop-usage-guide .guide-08zone {
  position: absolute;
  top: 845px;
  left: 747px;
  background-image: url('../../images/ico-guide-08zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 28px;
}
.pop-usage-guide .guide-08zone img {
  position: absolute;
  top: 4px;
  left: -739px;
}
/* 정책지도 */
.pop-usage-guide .guide-09 {
  position: absolute;
  top: 246px;
  left: 303px;
  background-image: url('../../images/ico-guide-09zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 4px;
  background-size: 26px;
}
.pop-usage-guide .guide-09 img {
  position: absolute;
  top: 46px;
  left: -294px;
}
.pop-usage-guide .guide-09zone {
  position: absolute;
  top: 246px;
  left: 295px;
}
.pop-usage-guide .guide-09zone img {
  position: absolute;
  top: 60px;
  left: -286px;
}
/* 읍면동 상세 지도 */
.pop-usage-guide .guide-10 {
  position: absolute;
  top: 705px;
  left: 456px;
  background-image: url('../../images/ico-guide-10zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 3px;
  background-size: 28px;
}
.pop-usage-guide .guide-10 img {
  position: absolute;
  top: 12px;
  left: -447px;
}
.pop-usage-guide .guide-10zone {
  position: absolute;
  top: 705px;
  left: 456px;
  background-image: url('../../images/ico-guide-10zone.svg');
  background-repeat: no-repeat;
  background-position: left 0px top 5px;
  background-size: 27px;
}
.pop-usage-guide .guide-10zone img {
  position: absolute;
  top: 12px;
  left: -447px;
}
.pop-usage-guide .effect {
  opacity: 1;
  transition: opacity 0.3s;
}
.pop-usage-guide:has(.effect:hover) .effect:not(:hover) {
  opacity:0.2;
}

/* 정책지도 */
/* 테마 선택 버튼 */
#ui-policyTheme {
  min-width: 150px;
  height: 35px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0 2px 2px 0;
  padding: 0 40px 0 15px;
  font-size: 14px;
  background-image: url(/images/select_arrow.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-color: #fff;
}

#ui-policyTheme span {
  color: black;
}

#ui-policyTheme .arrow-location {
  width: 6px;
}

/* 정책지도 (팝업)  */
.ui-layer-wrapper {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 10;
  padding: 0;
  border-radius: 14px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow:
    0 2px 4px rgba(0,30,80,0.04),
    0 8px 24px rgba(0,30,80,0.10),
    0 0 0 1px rgba(0,78,161,0.06);
}

.ui-layer-wrapper h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0d1b2e;
}

.ui-layer-wrapper[data-type="summary"] {
  max-width: 500px;
}

.ui-layer-wrapper[data-type="detail"] {
  min-width: 1000px;
  max-width: calc(100vw - 280px);
}

/* 헤더 */
.ui-layer-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 24px 16px;
  position: relative;
}

.ui-layer-wrapper h1 {
  font-size: 18px;
  font-weight: 700;
  color: #0d1b2e;
  letter-spacing: -0.01em;
  padding-left: 32px;
  background-image: url(../../images/ico-policy.svg);
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 22px;
}

/* 전체보기 버튼 */
.layer-btn-all {
  padding: 5px 12px 4px;
  margin-left: 4px;
  border-radius: 5px;
  border: none;
  font-size: 12px;
  font-weight: 600;
  color: #004EA1;
  background: #eaf2fc;
  cursor: pointer;
  letter-spacing: -0.01em;
}
.layer-btn-all:hover {
  background: #004EA1;
  color: #fff;
}

/* 닫기 버튼 */
.layer-btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: #f4f6f8;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layer-btn-close:hover {
  background: #e4e8ed;
}
.layer-btn-close img {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
.layer-btn-close:hover img {
  opacity: 0.8;
}

/* 푸터 */
.ui-layer-footer {
  display: flex;
  justify-content: center;
  padding: 10px 24px 20px;
}

.ui-layer-confirm,
.ui-layer-close-btn {
  padding: 9px 36px 8px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #004EA1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,78,161,0.25);
  letter-spacing: 0.02em;
}

/* ── 정책지도 summary 본문 ── */
.ui-layer-wrapper[data-type="summary"] .ui-layer-body {
  display: flex;
  align-items: stretch;
  padding: 16px 20px;
  gap: 0;
}

/* 대분류 리스트 */
.ui-theme-list {
  list-style: none;
  min-width: 150px;
  min-height: 0;
  margin: 0;
  padding: 6px;
  background: #f7f9fb;
  border-radius: 10px;
  border: 1px solid #e8ecf1;
  flex: 1;
}

.ui-theme-list .theme-item {
  padding: 10px 14px 9px;
  font-size: 14.5px;
  font-weight: 500;
  color: #4a5568;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: -0.01em;
}
.ui-theme-list .theme-item:hover:not(.active) {
  background: #edf1f5;
  color: #1a1f25;
}
.ui-theme-list .theme-item.active {
  color: #fff;
  font-weight: 600;
  background-color: #2878c8;
  border-radius: 7px;
}

/* 화살표 */
.layer-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  flex-shrink: 0;
  background-image: url(../../images/ico-arrow-list.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 0.4;
}

/* 소분류 리스트 */
.ui-sub-list {
  list-style: none;
  flex: 1;
  min-width: 180px;
  min-height: 0;
  margin: 0;
  padding: 6px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #dce3ec;
}

.ui-sub-list .sub-item {
  padding: 10px 14px 9px;
  font-size: 14px;
  font-weight: 400;
  color: #4a5568;
  cursor: pointer;
  border-radius: 7px;
  letter-spacing: -0.01em;
}
.ui-sub-list .sub-item:hover:not(.active) {
  background: #f0f5fa;
  color: #004EA1;
}
.ui-sub-list .sub-item.active {
  background: #eaf2fc;
  color: #004EA1;
  font-weight: 600;
  padding-left: 18px;
  position: relative;
}
.ui-sub-list .sub-item.active::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 16px;
  background: #004EA1;
  border-radius: 2px;
}

/* ── 정책지도 detail 레이어 본문 ── */
.ui-layer-wrapper[data-type="detail"] .ui-layer-body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 20px;
  align-items: start;
}

.detail-card {
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8ecf1;
}

.detail-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 0;
  padding: 14px 16px 12px;
  background: #f0f5fb;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.detail-card-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.detail-card-title {
  font-weight: bold;
}

.detail-sub-list {
  list-style: none;
  margin: 0;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
}

.detail-sub-list .sub-item {
  min-width: 170px;
  padding: 9px 12px 8px;
  font-size: 13.5px;
  color: #4a5568;
  cursor: pointer;
  border-radius: 6px;
  letter-spacing: -0.01em;
}

.detail-sub-list .sub-item:hover {
  background: #f4f7fa;
  color: #004EA1;
  font-weight: 500;
}

@media ( max-width : 1366px) {
  .top-container .info {
    min-width: 1080px;
  }
  .top-container .info h1 .btn-info {
    margin: 4px 0px 0px 10px;
    padding: 10px 12px 8px 30px!important;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    background-image: url('../../images/ico-info.svg');
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 12px;
  }
  .top-container .info h1 .btn-usage-guide {
    margin: 4px 0px 0px 5px;
    padding: 10px 12px 8px 30px!important;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 16px;
  }
}

.mj-map-tootip .info .tooltip-rank-text {
  color: #2D3239 !important;
}

.mj-map-tootip .info .tooltip-rank-number {
  color: #329FDF !important;
  font-weight: 800 !important;
}
