@import url(all.min.css);

@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./webfonts/PretendardVariable.woff2') format('woff2-variations');
}

body {
  font-family: 'Pretendard Variable', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #444050;
}

strong,
b {
  font-weight: 800;
}

:root {
  --blueFont: #1F60DE;
  --deepBlue: #23336E;
  --redFont: #FF0000;
  --normal: #74c481;
  --attention: #e9b600;
  --caution: #cf0000;
}

.no_data {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 30px;
  white-space: nowrap;
}

.flex {
  display: flex;
  gap: 10px;
}

.ab_center {
  align-items: center;
}

textarea:read-only {
  border: 0 !important;
  resize: none;
}

textarea:read-only:focus {
  outline: 0;
}

input[type=text]:not(.date):read-only {
  border: 0 !important;
}

input[type=text]:not(.date):read-only:focus {
  outline: 0;
}

.layer {
  display: flex;
  height: auto;
  min-height: 100vh;
  background-color: #f4f5f9;
  padding-left: 170px;
}

.content {
  flex: 1;
  position: relative;
  z-index: 7;
  padding: 1rem;
  gap: 1rem;
}

.logo {
  text-align: center;
  padding: 0;
  margin: 2.5rem 0 0.5rem;
}

.logo a {
  color: #CFCDE4;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}

.logo img {
  max-width: 130px;
  width: auto;
}

.bottom_logo {
  padding: 0;
  /* position: absolute; */
  /* bottom: 60px; */
  /* left: 0; */
  text-align: center;
  width: 100%;
  margin-bottom: 0.7rem;
}

.bottom_logo img {
  width: auto;
}

.bottom_logo span {
  color: #fff;
  display: block;
  line-height: 1.3;
  font-weight: 400;
  margin-top: 0.5rem;
}

.side_menu_layer {
  background-color: #3A3D53;
  border-radius: 0;
  padding: 0;
  width: 170px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.layer.menu_off {
  padding-left: 0;
}

.open_menu_btn {
  z-index: 9;
  position: absolute;
  left: 10px;
  top: 5px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: none;
}

.open_menu_btn img {
  width: 30px;
}

.open_menu_btn.show {
  display: block;
}

.open_menu_btn i {
  width: 20px;
  height: 3px;
  display: block;
  background-color: var(--deepBlue);
  border-radius: 10px;
  margin-bottom: 4px;
}

.open_menu_btn i:last-child {
  margin-bottom: 0;
}

.side_menu_layer>* {
  opacity: 1;
  transform: translateX(0px);
}

.side_menu_layer.close>* {
  opacity: 0;
}

.side_menu_layer .menu_btn {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  opacity: .7;
  padding: 0;
}

.side_menu_layer .menu_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.side_menu_layer .news_banner {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.side_menu_layer .news_banner img {
  width: 100%;
}

.side_menu_layer .news_banner a {
  display: block;
  width: 100%;
}

.side_menu_layer .menu_top_btns {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 0 1.3rem;
}

.side_menu_layer .menu_top_btns button {
  /* width: 25px; */
  /* height: 25px; */
  background: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  opacity: .7;
}

.side_menu_layer .menu_top_btns button img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.side_menu_layer .menu_top_btns button.on img {
  filter: invert(116%) sepia(125%) saturate(774%) hue-rotate(184deg) brightness(90%) contrast(109%)
}

.side_menu_layer .menu_top_btns button.on {
  /* background-color: #cdd8ec; */
}

.side_menu_layer .menu {
  overflow-y: auto;
  padding: 0 5px 0 6px;
  margin-bottom: 1rem;
}

.side_menu_layer .menu>ul>li>a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 10px 10px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  border-radius: .4rem;
  white-space: nowrap;
}



.side_menu_layer .menu>ul>li>a:hover,
.side_menu_layer .menu>ul>li>a:focus {
  background-color: #5061e1;
  color: #fff;
}

.side_menu_layer .menu>ul>li>a span {
  position: relative;
  line-height: normal;
  display: inline-block;
  word-break: keep-all;
  z-index: 99;
}

.side_menu_layer .menu>ul>li>a img {
  /* width: 20px; */
  height: 15.75px;
  object-fit: contain;
  object-position: center;
  /* margin-left: -1px; */
  margin-right: 4px;
}

.side_menu_layer .menu>ul>li {
  position: relative;
  margin-bottom: 2px;
}

.side_menu_layer .menu>ul>li.active>a {
  background: #5061e1;
}

.side_menu_layer .menu>ul>li.active::before {
  content: none;
  position: absolute;
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--deepBlue);
  border-radius: 50%;
  box-shadow: 25px 25px 0 #f4f5f9;
  z-index: -1;
}

.side_menu_layer .menu>ul>li.active::after {
  content: none;
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--deepBlue);
  border-radius: 50%;
  box-shadow: 25px -25px 0 #f4f5f9;
}

.side_menu_layer .menu>ul>li>a.report {
  color: #f9c509;
}

.menu_top_buttons {
  display: flex;
  justify-content: space-between;
}

.menu_top_buttons button {
  background: none;
  border: none;
  color: #fff;
  padding: 9px;
  font-size: 1rem;
  cursor: pointer;
  opacity: .8;
}

.menu_top_buttons button:hover,
.menu_top_buttons button:focus {
  opacity: 1;
}

.menu_top_logo {
  display: flex;
  justify-content: center;
}

.menu_top_logo a {
  text-decoration: none;
  color: #fff;
  display: flex;
  margin: 3px 0 13px;
  text-align: left;
  gap: 6px;
}

.language-switch {
  /* position: absolute; */
  /* bottom: 20px; */
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0.7rem;
}

.language-switch div {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.language-switch button {
  border: 0;
  /* background-color: #fff; */
  background-color: #bebebe;
  padding: 2px 6px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}

.language-switch button.admin {
  background: #8faf3e;
}

.language-switch div.bottom_link {
  text-align: center;
  margin-top: 0.7rem;
}

.language-switch div.bottom_link a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
}

.drop_menu {
  display: none;
  padding: 2px 0 0;
}

.drop_menu li a {
    text-decoration: none;
    color: #000;
    word-break: keep-all;
    position: relative;
    z-index: 99;
    color: #cfcde4;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 2.3rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.drop_menu li a:hover,
.drop_menu li a:focus,
.drop_menu li.active a {
  background-color: #494c61;
  color: #fff;
}

.drop_menu li:last-child {
  margin-bottom: 0;
}

.side_menu_layer .menu::-webkit-scrollbar {
  width: 5px;
}

.side_menu_layer .menu::-webkit-scrollbar-thumb {
  background: #3777bb;
  border-radius: 10px;
}

.side_menu_layer .menu::-webkit-scrollbar-track {
  background: #3a3d53;
}

.content {
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: min-content;
  display: grid;
}

.content .box {
  background-color: #fff;
  /* border-radius: 16px; */
  height: 100%;
  box-sizing: border-box;
  /* border: 2px solid #bebebe; */
  border: none;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
  border-radius: 0.375rem;
  overflow: hidden;
}

.content .box.row_box {
  flex-wrap: wrap;
}

.content .box.row_box .in_box {
  border-bottom: 1px solid #E6E7E8;
}

.content .box#box1 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}

.box_content {
  overflow: hidden;
}

.content .box.row_box_2 .in_box {
  width: 100%;
}

.content .box.row_box_2 .in_box:last-child {
  border-bottom: 0;
}

.content .box.row_box_4 .in_box {
  width: 50%;
}

.content .box.row_box_4 .in_box:nth-child(2n) {
  border-right: 0;
}

.content .box.row_box_2 .in_box:nth-child(1n) {
  border-right: 0;
}

.content .box.row_box_4 .in_box:nth-last-of-type(-n+2) {
  border-bottom: 0;
}

.content .box#box2 .in_box:nth-child(2) {
  width: 42.5%;
  flex: none;
}

.content .box#box2 .in_box:not(:nth-child(2)) {
  flex: 1;
}

.content .box#box2 {
  grid-column-start: 3;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
}

.content .box#box3 {
  grid-column-start: 3;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 3;
}

.content .box#box3 .in_box:first-child {
  width: 25%;
  flex: none;
}

.content .box#box3 .in_box {
  overflow: hidden;
}

.content .box#box3 .in_box:not(:first-child) {
  flex: 1;
}

.content .box#box4 {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 3;
  /* grid-row-end: 6; */
}

.content .box#box4 .in_box {
  flex: 1;
}

.in_box {
  flex: auto;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #E6E7E8;
  width: 100%;
  /* overflow: hidden; */
}

.in_box:has(.iframe_chart) {
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
}

.in_box:last-child {
  border-right: 0;
}

.box_title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 12px;
}

.box_title .box_title_txt {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
}

.box_title .more_round_btn {
  font-weight: bold;
  font-size: 11px;
  color: #6d6b77;
  background-color: #f1f1f1;
  border-radius: 3px;
  border: 0;
  height: 22px;
  padding: 0 10px;
  cursor: pointer;
  line-height: 22px;
}

.box_title .more_round_btn.blue {
  color: #fff;
  background-color: #abc3e6;
}

.box_title .box_title_txt .select {
  width: 90px;
  color: #666;
  font-size: 14px;
}

.box_title_info_box {
  position: relative;
}

.box_title .box_title_info {
  padding: 10px;
  display: none;
  position: absolute;
  left: -8px;
  top: 138%;
  z-index: 9;
  background-color: #f1f1f1;
  width: auto;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  line-height: 17px;
  word-break: keep-all;
  width: max-content;
  max-width: 300px;
}

.box_title .box_title_info:after {
  border-top: 0 solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
}

.box_title .box_title_info .tooltip_close {
  padding: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.box_title .box_title_info .bt_info_tit {
  color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.box_title .box_title_info .bt_info_tit span {
  font-size: 13px;
}

.box_title .box_title_txt .bt_info_con li {
  display: flex;
  font-size: 11px;
  margin-bottom: 8px;
  align-items: start;
  gap: 10px;
  line-height: 1.2;

}

.box_title .box_title_txt .bt_info_con li:last-child {
  margin-bottom: 0;
}

.box_title .box_title_txt .bt_info_con li span {
  width: auto;
  font-weight: bold;
  font-size: 12px;
}

.box_title .box_title_txt .bt_info_con li p {
  flex: 1;
}

.box_title.end {
  justify-content: end;
}


.box_title .box_title_txt .q_btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 22px;
}

.box_title .box_title_txt .q_btn img {
  width: 100%;
}

.box_title .download_btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 22px;
}

.box_title .download_btn img {
  width: 100%;
}

.box {
  display: flex;
}

.workplace_con {
  display: flex;
}

.workplace_con>div {
  flex: auto;
}

.workplace_con2 {
  gap: 10px;
}

.workplace_con2>div {
  flex: none !important;
}

.workplace_con2>div:last-child {
  width: 220px;
  flex: 1 !important;
  overflow: hidden;
}

.workplace_box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.workplace_box1 p:first-child {
  font-weight: 700;
  font-size: 22px;
}

.workplace_box1 p:first-child b {
  color: var(--blueFont);
}

.workplace_box1 p:nth-child(2) {
  color: var(--blueFont);
  font-weight: 800;
  font-size: 35px;
  margin: 20px 0;
  font-family: "Inter", sans-serif;
}

.workplace_box1_wrap>div:not(:last-child) {
  margin-bottom: 30px;
}

.workplace_box1 p:nth-child(3) {
  color: var(--redFont);
  font-weight: 700;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.workplace_box1_s p:first-child {
  font-weight: 800;
  color: var(--blueFont);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.workplace_box1_s p:nth-child(2) {
  color: var(--redFont);
  font-weight: 700;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.workplace_con .wb_title {
  color: #4C505E;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.workplace_con .wb_title::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}

.workplace_con .workplace_box2 {
  text-align: center;
}

.workplace_con .wb_list1 {
  flex: 1;
  margin-top: 20px;
  background-image: url("/images/img_user/bg_img/bg_img1.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.workplace_con .wb_list1 li {
  margin-bottom: 20px;
  opacity: 0;
  transition: 0.2s;
}

.workplace_con .wb_list1 li:last-child {
  margin-bottom: 0;
}

.workplace_con .wb_list1 li.on {
  opacity: 1;
  transition: 0.2s;
}

.workplace_con .wb_list1 li>div {
  display: flex;
  align-items: start;
  gap: 10px;
}

.workplace_con .wb_list1 li>div>div {
  flex: 1;
}

.workplace_con .wb_list1 li .rank_txt {
  color: #777777;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.1;
  flex: 1;
  text-align: left;
}

.workplace_con .wb_list1 li.active .rank_txt {
  color: #000;
  /* font-size: 18px; */
}

.workplace_con .wb_list1 li .rank {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  width: 24px;
  height: 24px;
  font-size: 18px;
  display: inline-block;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  line-height: 24px;
}

.workplace_con .wb_list1 li .rank_percent {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #999;
  font-weight: 500;
  width: 100%;
}

.workplace_con .wb_list1 li:nth-child(1) .rank {
  background-color: #1F60DE;
}

.workplace_con .wb_list1 li:nth-child(2) .rank {
  background-color: #4390FF;
}

.workplace_con .wb_list1 li:nth-child(3) .rank {
  background-color: #84BBF5;
}

.workplace_con .wb_list2 li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.workplace_con .wb_list2 li:first-child {
  margin-bottom: 36px;
}

.workplace_con .wb_list2 li>div:last-child {
  flex: 1;
  text-align: right;
}

.workplace_con .wb_list2 li>div:last-child p:nth-child(2) span br {
  display: none;
}

.workplace_con .wb_list2 li>div:last-child p:nth-child(1) {
  color: #4C505E;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  padding-left: 10px;
}

.workplace_con .wb_list2 li>div:last-child p:nth-child(2) b {
  font-weight: 700;
  color: #222;
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}

.workplace_con .wb_list2 li>div:last-child p:nth-child(2) span {
  font-weight: 700;
  font-size: 12px;
}

.workplace_box2 {
  display: flex;
  gap: 10px;
  align-items: strech;
}

.workplace_box2 .wb_img {
  background-image: url("/images/img_user/bg_img/bg_img1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 130px;
  height: 100%;
}


.color_r {
  color: #FF4C51 !important;
}

.color_b {
  color: var(--blueFont) !important;
}

.economic_con .eb_card {
  border: 2px solid #ddd;
  padding: 6px;
  box-sizing: border-box;
  width: 132px;
  border-radius: 10px;
}

.economic_con .eb_card p:nth-child(1) {
  background-color: #ddd;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 4px 0;
}

.economic_con .eb_card p:nth-child(2) {
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.economic_con .eb_card p:nth-child(3) {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.economic_con .eb_card1 {
  border-color: #23336E;
}

.economic_con .eb_card1 p:nth-child(1) {
  background-color: #23336E;
}

.economic_con .eb_card2 {
  border-color: #1F60DE;
  margin-bottom: 15px;
}

.economic_con .eb_card2 p:nth-child(1) {
  background-color: #1F60DE;
}

.economic_con .eb_card3 {
  border-color: #C9DFFF;
}

.economic_con .eb_card3 p:nth-child(1) {
  background-color: #C9DFFF;
}

.economic_con .eb_card4 {
  margin-bottom: 15px;
  border-color: #4390FF;
}

.economic_con .eb_card4 p:nth-child(1) {
  background-color: #4390FF;
}

.economic_con .eb_card5 {
  border-color: #C5A4AA;
}

.economic_con .eb_card5 p:nth-child(1) {
  background-color: #C5A4AA;
}

.economic_con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line1 .line_up {
  display: inline-block;
  border-radius: 5px;
  border-bottom: 3px solid red;
  border-right: 3px solid red;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  width: 24px;
  height: 50px;
  animation: fillColor 3s forwards;
}

.tick {
  font-size: 34px;
}

.tick .tick-credits {
  display: none;
}

.card_wrap {
  display: flex;
  width: 100%;
  align-items: flex-end;
  gap: 5px;
  justify-content: center;
}

.tick-flip-shadow {
  display: none;
}

.card_wrap .tick-flip {
  /* width: 34px; */
  /* font-size: 34px; */
  position: relative;
  min-width: auto;
  /* box-shadow: 1px -1px 0px rgba(137, 140, 155, 0.7); */
}

.foreign_card .tick-flip {
    width: 20px!important;
    font-size: 20px!important;
    position: relative!important;
    min-width: auto!important;
    box-shadow: 1px -1px 0px rgba(137, 140, 155, 0.7)!important;
}

.foreign_card{
    padding-top:20px;
}

#foreign_box{
    padding:0 0 5px 0!important;
}

.card_wrap .tick-flip:nth-last-child(3n) {
  margin-left: 0.8rem;
}

.card_wrap .tick-flip:first-child::after {
  display: none;
}

.card_wrap .tick-flip:nth-last-child(3n):after {
  content: ",";
  position: absolute;
  left: -1.2rem;
  bottom: -5px;
  z-index: 9;
}

.foreign_card .tick-flip:nth-last-child(3n):after {
    content: ",";
    position: absolute!important;
    left: -0.9em!important;
    bottom: -4px!important;
    z-index: 9!important;
}

.card_wrap .tick-flip-panel {
  color: #000;
  font-weight: bold;
}

.card_wrap .tick-flip-panel-back {
  background-image: linear-gradient(to bottom, #a8aeca, #e5e7f1);
}

.card_wrap .tick-flip-panel-front {
  background-image: linear-gradient(to bottom, #a9afca, #c8cbdd);
}

.card_wrap .tick-flip-panel-back:after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 1px, rgba(255, 255, 255, 0.5) 0, transparent 30%);
}

.card_wrap .card_unit {
  /* font-weight: bold; */
  font-size: 30px;
}

.total_people .tp_p {
  margin-top: 22px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.total_people .tp_p span {
  color: var(--redFont);
}

.total_people .f_tp_p {
    margin-top: 22px;
    font-size: 16px;
    text-align: center;
    /*font-weight: 700;*/
}

.total_people .f_tp_p span {
    color: var(--redFont);
}

.box_content.center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 40px);
}

.total_people {
  width: 100%;
}

.box_title .map_select {
  cursor: pointer;
  border: 1px solid #abc3e6;
  position: relative;
  width: 140px;
  height: 32px;
  font-weight: bold;
  color: #222;
  padding-left: 10px;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/images/img_user/select_ico_b.png");
  background-repeat: no-repeat;
  background-position: 100% center;
}

.content_tit_box .select {
  border: 1px solid #abc3e6;
  background-image: url("/images/img_user/select_ico_b.png");
  background-position: 100% center;
  padding-right: 30px;

}

.box_title_btns button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.box_title_btns .map_play_btn,
.box_title_btns .map_stop_btn {
  width: 24px;
  height: 24px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 11px;
  background-color: #abc3e6;
  border-radius: 50%;
}

.box_title_btns .map_play_btn img,
.box_title_btns .map_stop_btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.box_title_btns .map_play_btn.active,
.box_title_btns .map_stop_btn.active {
  background-color: var(--deepBlue);
}

.box_title_btns {
  display: flex;
  gap: 10px;
}

.map_con map area {
  cursor: pointer;
}

.map_con {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 3rem;
}

.map_con .gg_img {
  width: 100%;
}

.map_con .gg_img img {
  width: 100%;
  max-width: 360px;
}

.map_con a.link-thumb {
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 23%;
}

.map_con a.link-thumb img {
  max-width: 100%;
}

.map_con.map_link {
  max-width: 400px;
}

#box1 .box_content {
  max-width: 400px;
}

#box1 .in_box {
  flex: 1;
  width: 100%;
}

/* 1021 added */
/* box grid size css */
.grid-template-columns-10 {
  grid-template-columns: repeat(10, 1fr) !important;
}

.grid-template-columns-11 {
  grid-template-columns: repeat(11, 1fr) !important;
}

.grid-template-columns-12 {
  grid-template-columns: repeat(12, 1fr) !important;
}

/* grid-column-start */
.cs1 {
  grid-column-start: 1;
}

.cs2 {
  grid-column-start: 2;
}

.cs3 {
  grid-column-start: 3;
}

.cs4 {
  grid-column-start: 4;
}

.cs5 {
  grid-column-start: 5;
}

.cs6 {
  grid-column-start: 6;
}

.cs7 {
  grid-column-start: 7;
}

.cs8 {
  grid-column-start: 8;
}

.cs9 {
  grid-column-start: 9;
}

.cs10 {
  grid-column-start: 10;
}

.cs11 {
  grid-column-start: 11;
}

.cs12 {
  grid-column-start: 12;
}

/* grid-column-end */
.ce1 {
  grid-column-end: 1;
}

.ce2 {
  grid-column-end: 2;
}

.ce3 {
  grid-column-end: 3;
}

.ce4 {
  grid-column-end: 4;
}

.ce5 {
  grid-column-end: 5;
}

.ce6 {
  grid-column-end: 6;
}

.ce7 {
  grid-column-end: 7;
}

.ce8 {
  grid-column-end: 8;
}

.ce9 {
  grid-column-end: 9;
}

.ce10 {
  grid-column-end: 10;
}

.ce11 {
  grid-column-end: 11;
}

.ce12 {
  grid-column-end: 12;
}

.ce13 {
  grid-column-end: 13;
}

/* grid-row-start */
.rs1 {
  grid-row-start: 1;
}

.rs2 {
  grid-row-start: 2;
}

.rs3 {
  grid-row-start: 3;
}

.rs4 {
  grid-row-start: 4;
}

.rs5 {
  grid-row-start: 5;
}

.rs6 {
  grid-row-start: 6;
}

.rs7 {
  grid-row-start: 7;
}

.rs8 {
  grid-row-start: 8;
}

.rs9 {
  grid-row-start: 9;
}

.rs10 {
  grid-row-start: 10;
}

.rs11 {
  grid-row-start: 11;
}

.rs12 {
  grid-row-start: 12;
}

/* grid-row-end */
.re1 {
  grid-row-end: 1;
}

.re2 {
  grid-row-end: 2;
}

.re3 {
  grid-row-end: 3;
}

.re4 {
  grid-row-end: 4;
}

.re5 {
  grid-row-end: 5;
}

.re6 {
  grid-row-end: 6;
}

.re7 {
  grid-row-end: 7;
}

.re8 {
  grid-row-end: 8;
}

.re9 {
  grid-row-end: 9;
}

.re10 {
  grid-row-end: 10;
}

.re11 {
  grid-row-end: 11;
}

.re12 {
  grid-row-end: 12;
}

.re13 {
  grid-row-end: 13;
}

.content_tit_box {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  position: relative;
}

.content_tit_box .top_depth {
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}

.content_tit_box .top_depth a {
  color: #999999;
  font-size: 15px;
  text-decoration: none;
}

.content_tit_box .top_depth a.active {
  color: #000;
}

.content_tit_box .top_depth a img {
  width: 15px;
}

.content_tit_box .top_depth span {
  display: flex;
  align-items: center;
}

.content_tit_box .top_depth span img {
  width: 6px;
}

.content_tit_box .title {
  font-weight: bold;
  font-size: 30px;
}

.none {
  display: none !important;
}

.select {
  cursor: pointer;
  border: 1px solid #9a9a9a;
  width: auto;
  height: 32px;
  font-weight: bold;
  color: #222;
  padding-right: 10px;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/images/img_user/select_ico.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  min-width: 120px;
  text-align: left;
  padding-left: 10px;
}

select:focus-visible {
  outline: inherit;
}

.content .work_count_list {
  background-color: transparent;
  border: 0;
  gap: 10px;
  box-shadow: unset;
}

.content .work_count_list .in_box {
  box-shadow: inset 0 0 0 1px #494c61;
  border-radius: 0.375rem;
  overflow: hidden;
  padding: 40px 0 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content .work_count_list.box_flexible .in_box {
  flex: 0 0 20%;
}

.content .work_count_list.box_flexible .in_box.in_box_flex {
  flex: 1 1 auto;
  word-spacing: -0.1em;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content .work_count_list.box_flexible .in_box.in_box_flex p span:first-child {
  text-overflow: ellipsis;
  /* width: 90px; */
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

.work_count_list .in_box>p:first-child {
  font-size: 17px;
  background-color: #494c61;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  left: 0;
  font-weight: 500;
  top: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work_count_list .in_box>p:nth-child(2) {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin: 13px 0 10px;
  letter-spacing: -0.04rem;
}

.work_count_list .in_box>p:nth-child(3) {
  font-weight: bold;
  color: var(--redFont);
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.04rem;
}

.work_count_list .work_count_in_list {
  display: flex;
  height: calc(100% - 38px);
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 8px;
  width: calc(100% - 3rem);
}

.work_count_list .work_count_in_list .line {
  display: block;
  width: 1px;
  height: 70%;
  background-color: #999;
  display: none !important;
}

.work_count_list .work_count_in_list p {
  text-align: center;
  max-width: 32% !important;
  position: relative;
  padding: 0;
}

.work_count_list .work_count_in_list p::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.4rem;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.work_count_list .work_count_in_list p:last-of-type {
  padding: 0;
}

.work_count_list .work_count_in_list p:last-of-type::after {
  content: none;
}

.work_count_list .work_count_in_list span:first-child {
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  display: block;
  line-height: 1.1;
}

.work_count_list .work_count_in_list span:nth-child(2) {
  font-weight: bold;
  font-size: 20px;
  color: #1f60de;
  margin-top: 5px;
  display: block;
  white-space: nowrap;
}

.graph_title_box {
  display: flex;
  flex-direction: column;
}

.graph_title_box .graph_content {
  flex: 1;
}

.graph_title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  padding-left: 10px;
}

.in_box_flex1 {
  flex: 1;
}

.graph_flex_box {
  display: flex;
  gap: 10px;
}

.graph_flex_box>div {
  flex: 1;
}

.highcharts-point {
  opacity: 0.5 !important;
}

.highcharts-point-max {
  opacity: 1 !important
}

/* 1029 added */
.box_content.chart {
  max-height: 120px;
}

.box_content.chart_long {
  max-height: 220px;
}

.box_content.chart .highcharts-container {
  height: 100% !important;
}

.box_content .highcharts-container svg {
  width: 100% !important;

}

.box_content.chart .highcharts-title {
  font-size: 16px !important;
}

.content .work_count_list .in_box {
  flex: 1;
}

/* .content .work_count_list .wc_in_box_s {
  flex: none;
  width: 140px;
} */

.content .work_count_list .in_box_line {
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}

.info_s_p {
  margin-top: 5px;
  color: #999;
  font-size: 12px;
  text-align: center;
}

.box_title .info_s_p {
  margin-top: 0;
}

.box_title .box_title_txt .info_s_p {
  margin-top: 0;
  margin-bottom: 0px;
}

.info_unit {
  font-size: 8px;
}

.info_s_p.right {
  text-align: right;
}

.info_s_p.center {
  text-align: center;
}

.content .box#box4 .in_box {
  max-width: 33.3333%;
  flex: 1;
}

.workplace_box1_s {
  text-align: right;
}

.box_content .highcharts-container {
  width: 100% !important;
}

.box_content.chart_1_1 .highcharts-container {
  height: 100% !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
}

.card_wrap .tick-flip {
  width: 24px;
  font-size: 25px;
}

.content .box#box2 .in_box:not(:nth-child(2)) {
  flex: 1;
  max-width: 25%;
}

.content .box#box2 .in_box:last-child {
  max-width: none;
}

.content .box#box2 .in_box {
  overflow: hidden;
}

.content .box#box2 .in_box:nth-child(1) .box_content.center {
  height: 150px;
}

.foreign_box {
  padding: 10px 0;
}

.foreign_box_title_txt {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  padding: 0;
}

.foreign_info_btn {
  background-color: transparent;
  margin-right: 10px;
  border: 0;
  cursor: pointer;
  width: 22px;
}

.foreign_more_round_btn {
  font-weight: bold;
  font-size: 11px;
  color: #6d6b77;
  background-color: #f1f1f1;
  border-radius: 3px;
  border: 0;
  height: 22px;
  padding: 0 8px;
  cursor: pointer;
  line-height: 22px;
}

.foreign_total_people {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.div_card_wrap {
  display: flex;
  padding-right: 10px;
  font-size: 20px;
}

#forTotalPopulation {
  /*width: 100px;*/
}

.foreign_tp_p {
  font-size: 15px;
}

.workplace_con>div {
  flex: 1;
}

.workplace_con {
  width: 100%;
  padding-top: 0;
}

.workplace_con .wb_list2 li>div:last-child p:nth-child(2) span {
  display: block;
  margin-top: 2px;
}

.workplace_box1 {
  padding-top: 40px;
  justify-content: start;
}

.pop_layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.pop_content.w_600 {
  width: 600px;
}

.pop_content.w_800 {
  width: 800px;
}

.pop_choice_list {
  margin: 15px 0;
}

.pop_choice_list li {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
}

.pop_choice_list li label {
  display: flex;
  align-content: center;
  gap: 10px;
  cursor: pointer;
}

.pop_choice_list li label input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.pop_choice_list li p {
  font-size: 15px;
}

.pop_choice_list ul {
  border-top: 1px solid #ccc;
  max-height: 350px;
  overflow-y: scroll;
}


.pop_content {
	max-width: 800px;
	max-height: 70%;
	overflow-y: auto;
	position: absolute;
	width: 80%;
	left: 50%;
	top: calc(20% + 65px);
	background-color: #fff;
	transform: translate(-50%);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}
#aiAgentPopUp .pop_content{
	top: 85px;
}


.pop_content.w_600 .search_box .search_btn {
  width: 100px;
  font-size: 15px;
  padding-left: 0;
  height: 35px;
}

.pop_content.w_600 .search_box {
  gap: 20px;
}

.pop_content.w_600 .search_input {
  flex: 1;
}

.pop_content.w_600 .search_box .search_btn img {
  display: none;
}

.pop_content.w_600 .search_box .search_input input {
  height: 35px;
  background-image: none;
  padding-right: 0;
  width: 100%;
}

.pop_content.w_600 .search_box .search_input span {
  font-size: 15px;
}

.pop_content::-webkit-scrollbar {
  width: 15px;
}

.pop_content::-webkit-scrollbar-thumb {
  background-color: #3777bb;
  border-radius: 10px;
  width: 6px;
  background-clip: padding-box;
  border-right: 4px solid transparent;
  border: 4px solid transparent;
}

.pop_content::-webkit-scrollbar-track:vertical {
  background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, rgba(0, 0, 255, 0.5), #3777bb, #3777bb, #fff, #fff, #fff);
  border-radius: 10px;
  margin: 10px 0;
  background-clip: padding-box;
  border: 4px solid transparent;

}

.pop_content .search_box {
  border: 2px solid #ccc;
  border-radius: 10px;
}

.pop_close {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.pop_bg {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.pop_bg .pop_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pop_bg .pop_box button {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.pop_bg .pop_box>img {
  max-width: 100%;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.loading .loading_ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.df_num_box_s {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.df_num_box_s .df_txt1 {
  font-size: 21px;
  color: #000000;
  font-weight: 800;
  font-family: "Inter", sans-serif;
}

.df_num_box_s .df_txt1 b {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.df_rank_box p {
  margin-bottom: 4px;
  /* font-weight: bold; */
  font-size: 14px;
}

.df_num_box_s .df_txt2 {
  font-weight: 700;
  font-size: 16px;
  color: var(--redFont);
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}

.df_num_box_s .info_s_p {
  margin-top: 0;
}


/*241111 ? ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“?ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢*/
.round_title_box {
  position: relative;
  padding-top: 0;
  height: 100%;
  box-sizing: border-box;
}

.round_title {
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  background-color: #3777bb;
  width: auto;
  display: inline-block;
  padding: 0px 1rem;
  position: absolute;
  z-index: 1;
  border-bottom: 0;
  top: -40px;
  left: 0;
  color: #fff;
}

.round_title span {
  font-size: 19px;
  /* color: #3366cc; */
  /* vertical-align: sub; */
  font-weight: 600;
}

.content .round_content {
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  /* border: 2px solid #000; */
  /* border: 2px solid #bebebe; */
  position: relative;
  border-top-left-radius: 0;
  overflow: hidden;
  /* border-radius: 0 15px 15px; */
  border: none;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
  border-radius: 0 0.375rem 0.375rem 0.375rem;
}

.content .round_content .box {
  border: 0;
}

.content .box.row_box_4.round_title_box .in_box {
  height: 50%;
}

.round_content .box_title {
  font-size: 18px;
  font-weight: 700;
}

.round_content .area_name {
  font-size: 14px;
  text-align: center;
  background-color: #abc3e6;
  border-radius: 40px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  min-width: 70px;
  font-weight: 300;
}

.round_content .area_name.gray {
  background-color: #b0b0b0;
}

.round_content .search_btn {
  width: 24px;
  height: 24px;
  border: 1px solid #b0b0b0;
  border-radius: 50px;
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
}

.bottom_left_con {
  padding: 15px;
  display: inline-block;
}

.bottom_left_con .box_title_txt {
  margin-bottom: 15px;
}

.bottom_left_con .box_title_txt span {
  font-weight: 700;
  font-size: 18px;
}

.bottom_left_con .box_title_txt span b {
  font-weight: normal;
  font-size: 10px;
  color: #1f60de;
  display: inline-block;
  margin-left: 5px;
}

.bottom_left_con .content_wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.bottom_left_con span {
  font-weight: 700;
  font-size: 18px;
}

.bottom_left_con .people_value .title {
  padding-bottom: 3px;
  display: block;
  box-sizing: border-box;
  color: #434343;
  font-weight: normal;
}

.bottom_left_con .people_value {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 10px;
}

.bottom_left_con .people_grapth {
  flex: 1;
  width: auto;
}

.bottom_left_con .area_wrap {
  height: 35px;
  position: relative;
  display: flex;
  align-items: center;
}

.bottom_left_con .area_wrap::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: #000;
  left: 55px;
}

.bottom_left_con .area_wrap .area {
  display: inline-block;
  min-width: 55px;
}

.bottom_left_con .area_wrap .bar_wrap {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #abc3e6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 4px;
}

.bottom_left_con .area_wrap.area_01 .bar_wrap {
  width: 100px;
}

.bottom_left_con .area_wrap.area_02 .bar_wrap {
  background-color: #1f60de;
}

.bottom_left_con .txt_wrap {
  display: flex;
  flex-direction: column;
}

.bottom_left_con .txt_wrap span {
  font-size: 15px;
}

.bottom_left_con .txt_wrap span:where(.small_font, .percent) {
  font-size: 11px;
}

.bottom_left_con .txt_wrap span.percent {
  color: red;
}

.bottom_left_con .people_value span.percent {
  color: #1f60de;
  font-size: 28px;
  font-weight: 900;
  margin-top: 2px;
  display: block;
  font-family: "Inter", sans-serif;
}

.bottom_left_con .people_txt_row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 15px;
}

.bottom_left_con .people_txt_row:last-child {
  margin-bottom: 0;
}

.bottom_left_con .people_txt_row .pt_tit {
  flex: 1;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 10px;
}

.bottom_left_con .people_txt {
  width: 100%;
}

.bottom_left_con .people_txt_row .pt_con .percent {
  color: #1f60de;
  font-size: 40px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin-bottom: 3px;
  text-align: center;
}

.bottom_left_con .people_txt_row .pt_con .contrast {
  font-size: 12px;
  text-align: center;
}

.bottom_left_con .people_txt_row .pt_con .contrast span {
  font-size: 12px;
}

.bottom_left_con .people_txt_row .pt_con .contrast span.up {
  color: var(--redFont);
}

.bottom_left_con .people_txt_row .pt_con .contrast span.down {
  color: var(--blueFont);
}

.content_tit_menu {
  background-color: transparent;
  border: 0;
  width: 22px;
  padding: 0;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.content_tit_menu i {
  height: 3px;
  width: 100%;
  border-radius: 3px;
  display: block;
  background-color: #000;
  margin-bottom: 4px;
}

.content_tit_menu i:last-child {
  margin-bottom: 0;
}

.content_tit_menu_box {
  position: relative;
}

.content_menu {
  display: none;
  position: absolute;
  right: 0;
  transform: translateX(104%);
  top: -4px;
  background-color: #fff;
  min-width: 180px;
  width: auto;
  border-radius: 0.375rem;
  /* box-shadow: 0 0 5px 2px rgba(34, 46, 96, 0.1); */
  border: 2px solid #444;
  padding: 20px;
  box-sizing: border-box;
  z-index: 99;
}

.content_menu a.active {
  color: #3366cc;
}

.content_menu a.active span {
  border-bottom: 1px solid #3366cc;
}

.content_menu a {
  white-space: nowrap;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
  margin-bottom: 20px;
}

.content_menu a:last-child {
  margin-bottom: 0;
}

.content .more_content_box .box {
  padding-bottom: 0;
}

.content .more_content_box.open {
  padding-right: 5px;

}

.content .more_content_box .box.row_box_4 .in_box {
  flex: none;
  border: 1px solid #e6e7e8;
  height: calc((100% - 48px) / 2);
  flex: none;
  border-left: 0;
  margin-top: -1px;
}

.content .more_content_box .box.row_box_4 .in_box:nth-child(even) {
  border-right: 0;

}

.content .more_content_box .box::-webkit-scrollbar {
  width: 8px;
}

.content .more_content_box .box::-webkit-scrollbar-thumb {
  background-color: #3777bb;
  border-radius: 10px;
  width: 6px;
}

.content .more_content_box {
  /* padding-right: 5px; */
}

.content .more_content_box .box {
  overflow-y: auto;
}

.content .more_content_box.open {
  padding-bottom: 0;
}

.content .more_content_box .box::-webkit-scrollbar-track:vertical {
  background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, rgba(0, 0, 255, 0.5), #3777bb, #3777bb, #fff, #fff, #fff);
  border-radius: 10px;
  margin: 10px 5px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.more_content_box .more_list_btn {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border: 0;
  background-color: #eeeeee;
  padding: 9px 0 5px;
  cursor: pointer;
}

.more_content_box .more_list_btn span {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.content .more_content_box .in_box {
  display: none;
}

.content .more_content_box .in_box:nth-child(1),
.content .more_content_box .in_box:nth-child(2),
.content .more_content_box .in_box:nth-child(3),
.content .more_content_box .in_box:nth-child(4) {
  display: block;
}

/*241111 added */
.scroll_content .round_title_box {
  max-height: calc(100vh - 90px);
}

.scroll_content {
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  grid-template-rows: 45px 100px auto;
  grid-auto-rows: inherit;
}

.grid_rows_none {
  grid-auto-rows: inherit;
  box-sizing: border-box;
  overflow: hidden;
  height: 100vh;
}

.monitor_rows_none {
  box-sizing: border-box;
  grid-template-rows: repeat(9, 1fr);
  overflow: hidden;
  height: 100vh;
}

.scroll_box {
  overflow: hidden;
}

.scroll_box .in_box {
  overflow-y: auto;
}

.scroll_box .in_box::-webkit-scrollbar {
  width: 15px;
}

.scroll_box .in_box::-webkit-scrollbar-thumb {
  background-color: #3777bb;
  border-radius: 10px;
  width: 6px;
  background-clip: padding-box;
  border-right: 4px solid transparent;
  border: 4px solid transparent;
}

.scroll_box .in_box::-webkit-scrollbar-track:vertical {
  background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, rgba(0, 0, 255, 0.5), #3777bb, #3777bb, #fff, #fff, #fff);
  border-radius: 10px;
  margin: 10px 0;
  background-clip: padding-box;
  border: 4px solid transparent;

}


.scroll_table2_in {
  overflow-y: auto;
  max-height: 332px;
  position: relative;
}

.scroll_table2_in.scroll_table2_in_100 {
  max-height: calc(100vh - 230px);
}

.scroll_table2 {
  position: relative;
}

.scroll_table2::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  position: absolute;
  background-color: #ccc;
  left: 0;
  top: -1px;
}

.scroll_table2 thead th {
  border-top: 0 !important;
}

.scroll_table2::after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: 1px;
  position: absolute;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}

.scroll_table2 tbody tr:nth-child(10n) td {
  border-bottom: 0
}

.scroll_table2_in::-webkit-scrollbar {
  width: 15px;
}

.scroll_table2_in::-webkit-scrollbar-thumb {
  background-color: #3777bb;
  border-radius: 10px;
  width: 6px;
  background-clip: padding-box;
  border-right: 4px solid transparent;
  border: 4px solid transparent;
}

.scroll_table2_in::-webkit-scrollbar-track:vertical {
  background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, rgba(0, 0, 255, 0.5), #3777bb, #3777bb, #fff, #fff, #fff);
  border-radius: 10px;
  background-clip: padding-box;
  border: 4px solid transparent;

}

.search_box {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

.search_box .line {
  width: 1px;
  height: 44px;
  background-color: #cccccc;
}

.search_box .search_select {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* .search_box .search_select select {
  width: 280px;
  text-align: center;
  height: 40px;
} */

.search_box .search_select span {
  font-weight: bold;
  font-size: 22px;
}

/* 
.search_box .search_btn {
  background-color: #abc3e6;
  width: 130px;
  text-align: center;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.search_box .search_btn img {
  margin-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 51%;
  left: 20px;
  transform: translateY(-50%);
} */

.round_title_tab_box {
  padding-top: 45px;
  overflow: hidden;
}

.round_title_tab {
  /* background-color: #e4e7ef; */
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 50px;
  width: 100%;
  border-radius: unset;
}

.round_title_tab ul {
  display: flex;
  gap: 4px;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  align-items: end;
}

.round_title_tab ul li {
  width: 265px;
  text-align: center;
  height: 38px;
  cursor: pointer;
  line-height: 42px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  background-color: #3a3d531a;
  display: inline-block;
  padding: 0px 10px;
  color: #212121;
  /* border: 1px solid #7c87a5; */
  border-bottom: 0;
  box-sizing: border-box;
  font-size: 16px;
}

.round_title_tab2 ul li {
  width: 13%;
  padding: 0 10px;
}

.round_title_tab ul li.active {
  /* top: 2px; */
  font-weight: 600;
  /* border: 2px solid #000; */
  /* border: 2px solid #bebebe; */
  background-color: #fff;
  border-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 9;
  /* height: 46px; */
  /* line-height: 50px; */
  border: none;
  background: #3777bb;
}

.content .more_content_box_full .box.row_box_4 .in_box {
  height: 80%;
}

.graph_caption {
  color: var(--blueFont);
  font-size: 13px;
}

.login_layer {
  height: 100vh;
  background-color: #f4f5f9;
  position: relative;
}

.login_layer2 {
  background-color: #e1e8f3;
}

.login_layer .login_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login_layer .login_logo {
  text-align: center;
  margin-bottom: 35px;
}

.login_layer .login_form {
  background-color: #fff;
  width: 400px;
  padding: 45px 40px;
  border-radius: 0.375rem;
  box-shadow: 0 0 15px 5px rgba(34, 46, 96, 0.1);

}

.login_layer .login_form .form_title {
  text-align: center;
  font-weight: bold;
  color: #3777bb;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
}

.login_layer .form_input_box input {
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #f4f5f9;
  padding-left: 20px;
  border-radius: 10px;
  color: #333333;
  box-sizing: border-box;
  font-size: 18px;
}

.login_layer .form_input_box>*:not(:last-child) {
  margin-bottom: 20px;
}

.login_layer .form_input_box button {
  font-size: 30px;
  color: #fff;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 0.375rem;
  background-color: #3777bb;
  cursor: pointer;
}

.login_layer .form_check_box {
  border-top: 1px solid #dcdcdc;
  margin-top: 25px;
  padding-top: 25px;
}

.login_layer .form_check_box label {
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.login_layer .form_check_box input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.login_layer .form_check_box span {
  position: relative;
  background-color: #e5e5e5;
  border-radius: 0.375rem;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.login_layer .form_check_box span::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.login_layer .form_check_box input:checked~span::after {
  display: block;
}

.login_layer .form_check_box b {
  color: #999999;
  font-size: 14px;
  font-weight: bold;
}

.login_layer2 .login_form {
  width: 380px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;

}

.login_layer2 .login_form .form_title {
  color: #434343;
}

.login_layer2 .form_input_box {
  padding-top: 30px;
  border-top: 1px solid #a0b4d7;
}

.login_layer2 .form_check_box {
  padding-bottom: 25px;
  border-bottom: 1px solid #a0b4d7;
  border-top: 0;
  margin-top: 25px;
  padding-top: 0;
}

.login_layer2 .form_input_box>*:not(:last-child) {
  margin-bottom: 10px;
}

.login_layer2 .form_check_box span {
  width: 25px;
  height: 25px;
  border-radius: 0.375rem;
  background-color: #666666;
}

.login_layer2 .form_check_box input:checked~span::after {
  border-color: #fff;
}

.login_layer2 .form_check_box span::after {
  top: 5px;
  left: 9px;
}

.login_layer2 .form_check_box b {
  color: #434343;
}

.login_layer2 .login_btn {
  width: 170px;
  height: 50px;
  text-align: center;
  border: 0;
  color: #fff;
  background-color: #434343;
  border-radius: 0.375rem;
  font-size: 24px;
  margin: 30px auto 0;
  display: block;
  cursor: pointer;
}

.people_number_box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.people_number_box ul li:last-child {
  margin-bottom: 0;
}

.people_number_box ul li .tit {
  width: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #434343;
}

.people_number_box ul li .num {
  font-weight: bold;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}

.people_number_box ul li .info {
  font-size: 12px;
  margin-top: 0;
}

.people_number_box ul li .info span {
  font-size: 12px;
}

.people_number_wrap {
  width: 100%;
}

.error_layer {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f4f5f9;
}

.error_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
}

.error_box {
  box-shadow: 0px 2px 13px 10px rgba(34, 46, 96, 0.08);
  background-color: #fff;
  border-radius: 0.375rem;
  width: 800px;
  padding: 50px 0;
  margin-top: 40px;
  line-height: 1.5;
}

.error_box .error_tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.error_box .error_number {
  font-size: 60px;
  margin-bottom: 10px;
  color: #3366cc;
  font-weight: bold;
}

.error_box .error_txt {
  font-size: 18px;
}

.error_box .error_txt_b {
  font-size: 24px;
}

.error_box a {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: #3777bb;
  width: 200px;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}

/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂªÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â«ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶?ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âª?*/
.df_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.scroll_table .df_table {
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
}

.df_table thead th,
.df_table tbody th {
  background-color: #e4e7ef;
  font-size: 14px;
  height: 35px;
  vertical-align: middle;
  border: 1px solid #ccc;

}

.df_table tbody th .caption {
  color: var(--redFont);
  margin-right: 5px;
}

.df_table tbody td input[type=text],
.df_table tbody td textarea {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  font-family: 'nbg';
  border: 1px solid #ccc;
  height: 30px;
  padding-left: 5px;
}

.df_table tbody td textarea {
  padding: 5px;
  height: 100px;
  resize: none;
}

.df_table_box {
  margin-bottom: 20px;
	overflow-y: auto;
}

.df_table_box:last-child {
  margin-bottom: 0;
}

.df_table_box .search_box .search_select span {
  font-size: 18px;
}

.df_table_box .search_box .search_select select {
  width: 200px;
}

.df_table_box .search_box .search_input input {
  width: 200px;
  min-width: 0;
}

.df_table_box .search_box {
  margin-bottom: 15px;
  position: relative;
}

.df_table tbody td {
  /* font-size: 14px; */
  text-align: center;
  height: 35px;
  vertical-align: middle;
  color: #666666;
  border: 1px solid #ccc;
  padding: 5px 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.df_table tbody .td_color_blue td:not(.tit) {
  background-color: #e7eefb;
}

.df_table tbody td.left {
  text-align: left;
}

.df_table tbody td.ascending {
  background: #fff5f5;
}

.df_table tbody td.descending {
  background: #eef9ff;
}

.scroll_table .df_table thead th,
.scroll_table .df_table tbody td {
  height: 30px;
  font-size: 13px;
}

.round_table_box .df_table tbody tr:last-child td {
  border-bottom: 0;
}

.date {
  border: 2px solid #9a9a9a !important;
  padding-right: 10px;
  text-align: center;
  font-size: 18px;
  background-image: url('/images/img_user/imgcal_ico.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  border-radius: 5px;
  width: 220px;
  height: 40px;
}

.ui-widget.ui-widget-content {
  border: 2px solid #000;
  border-radius: 0.375rem;
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  border: 0;
  background-color: #f7f7f7;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.ui-datepicker th {
  font-weight: normal;

}

.ui-datepicker td span,
.ui-datepicker td a {
  padding: 0;
  background-color: transparent;

}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background-color: transparent;
  border: 0;
  text-align: center;
  padding: 0;
  display: block;
  width: 100%;
  height: 27px;
  line-height: 29px;
  color: #444f63;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-default.ui-state-active {
  background-color: #444f63;
  color: #fff;
  border-radius: 5px;
}

.date::placeholder {
  color: #666;
}


.ui-button:hover,
.ui-button:focus {
  border: 0;
  background: transparent;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev {
  background-image: url('/images/img_user/imgcal_left.png');
  background-repeat: no-repeat;
  background-position: center;
}

.ui-datepicker .ui-datepicker-next {
  background-image: url('/images/img_user/imgcal_right.png');
  background-repeat: no-repeat;
  background-position: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.table_tit_box {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.table_tit_box .table_tit span {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}

.table_tit_box .table_tit {
  display: flex;
  gap: 15px;
  align-items: center;
}

.table_tit_box .table_tit span::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: var(--blueFont);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.adm_df_btns {
  display: flex;
  align-items: center;
  gap: 5px;
}

.adm_df_btns.right {
  justify-content: end;
}

.adm_data_plus {
  font-size: 14px;
  text-align: center;
  background-color: #abc3e6;
  border-radius: 0.375rem;
  height: 30px;
  line-height: 32px;
  color: #000;
  min-width: 70px;
  font-weight: 700;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.adm_df_btn_round {
  font-size: 14px;
  text-align: center;
  background-color: #abc3e6;
  border-radius: 40px;
  height: 30px;
  line-height: 30px;
  color: #000;
  min-width: 70px;
  font-weight: 700;
  border: 0;
  padding: 0 20px;
  box-sizing: border-box;
  cursor: pointer;
}

.adm_df_btn_round.gray {
  background-color: #ccc;
}

.search_file input[type=file] {
  display: none;
}

.search_file {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.search_file .file_del_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  border: 0;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.search_file .file_find_btn {
  border: 0;
  height: 40px;
  font-size: 18px;
  background-color: #ccc;
  width: 80px;
  border-radius: 5px;
  cursor: pointer;
}

.search_file input {
  padding-left: 10px;
  flex: 1;
  height: 40px;
}

.search_con_list .first_tit {
  width: 430px !important;
}


.search_box {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 60px;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

.search_box.left {
  padding: 20px 30px;
  justify-content: space-between;
}

.search_box.left-align {
  padding: 20px 30px;
  justify-content: space-between;
}

.search_box .search_con_list>* {
  margin-bottom: 20px;
}

.search_box .search_con_list>*:last-child {
  margin-bottom: 0;
}

.search_box .search_select_box {
  display: flex;
  gap: 30px;
}

.search_box .line {
  width: 1px;
  height: 44px;
  background-color: #cccccc;
}

.search_box .search_select {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search_box .search_input {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

/* .search_box .search_select select {
  width: 280px;
  text-align: center;
  height: 40px;
} */

.search_box .search_select select.left {
  text-align: left;
  padding-left: 10px;
}

.search_box .search_select span {
  font-weight: bold;
  font-size: 18px;
}

.search_box .search_input span {
  font-weight: bold;
  font-size: 16px;
}

.search_box .search_input input {
  box-sizing: border-box;
  height: 32px;
  flex: 1;
  min-width: 300px;
  padding-left: 10px;
  background-repeat: no-repeat;
  padding-right: 50px;
  font-size: 16px;
  background-position: 95% center;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  background-size: auto 16px;
}

.search_box .search_btn {
  background-color: #abc3e6;
  width: 130px;
  text-align: center;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.search_box .search_btn img {
  width: 16px;
}

.round_content .search_box {
  position: relative;
}

.round_content .search_box~.scroll_box {
  height: calc(100% - 90px);
}

.df_table_box .search_box::after {
  width: calc(100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  height: 1px;
  left: 0;
}

.adm_df_btn {
  background-color: #cccccc;
  width: 130px;
  text-align: center;
  border: 0;
  height: 40px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.adm_df_btn.blue {
  background-color: #abc3e6;
}

.adm_df_btn:disabled {
  background-color: #e5e5e5;
  color: #999;
}

.adm_df_btn img {
  width: 16px;
}

/* 
.search_box .search_btn img {
  margin-right: 3px;
  vertical-align: middle;
  position: absolute;
  top: 51%;
  left: 20px;
  transform: translateY(-50%);
} */

.map_color_svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* display: none; */
}

.map_color_svg svg {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /* padding-top: 11px; */
  /* padding-left: 35px; */
}

.map_color_svg svg path {
  fill: transparent;
  cursor: pointer;
}

.map_color_svg svg .normal path {
  fill: var(--normal);
  opacity: 0.6;
}

.map_color_svg svg .attention path {
  fill: var(--attention);
  opacity: 0.5;
}

.map_color_svg svg .caution path {
  fill: var(--caution);
  opacity: 0.5;
}

.map_color_svg svg .on path {
  fill: #1f60de;
  position: relative;
  opacity: 1;
}

.map_color_svg svg .on::after {
  content: "ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹Ãƒâ€¦Ã¢â‚¬Å“";
  position: absolute;
  left: 0;

}

.svg_on_tit {
  cursor: pointer;
  position: absolute;
  font-size: 10px;
  color: #000;
}

.svg_on_tit.check {
  color: #fff;
}

.layer .SumoSelect>.CaptionCont {
  height: 40px;
  border: 2px solid #9a9a9a;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 28px;
  min-width: 140px;
  width: 280px;
  text-align: center;
  cursor: pointer;
}

.layer .SumoSelect.open>.optWrapper {
  top: 40px;
}

.layer .SumoSelect {
  width: auto;
}

.layer .SumoSelect>.CaptionCont>label>i {
  background-image: url("/images/img_user/select_ico.png");
}

.layer .SumoSelect .select-all.partial>span i,
.layer .SumoSelect .select-all.selected>span i,
.layer .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
  background-color: var(--deepBlue);
}

.layer .SumoSelect>.CaptionCont>span.placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.full_chart_box {
  border-radius: 0.375rem;
  background-color: #e4ebf9;
  position: relative;
  height: calc(100% - 5px);
  padding: 30px 20px 20px;
  box-sizing: border-box;
}

#fullChartGraph {
  height: calc(100% - 60px) !important;
}

.full_chart_close {
  font-size: 0;
  margin-bottom: 10px;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 0;
  background-image: url('/images//img_user/pop_close.png');
  background-position: center;
  background-size: cover;
}

.m_hd {
  display: none;
}

.m_hd_con {
  background-color: #3A3D53;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.m_hd_con .m_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.m_hd_con button {
  padding: 0;
  width: 24px;
  height: 24px;
  background-image: url('/images/img_user/m_menu.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.m_hd_con button.close_btn {
  background-image: url('/images/img_user/m_menu_close.png');
}

.m_block {
  display: none !important;
}

.m_tab_btn {
  display: none;
}

.sns_pop {
  display: none;
  position: fixed;
  background-color: #fff;
  border: 1px solid #bebebe;
  padding: 20px;
  border-radius: 0.375rem;
  z-index: 99999;
  left: 0.4rem !important;
  top: 1.9rem !important;
}

.sns_pop#sns_stats_pop,
.sns_pop#sns_dataComparison_pop,
.sns_pop#sns_threshold_pop {
  position: absolute;
}

.sns_pop .sns_pop_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sns_pop .sns_pop_tit button {
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

.sns_pop .sns_pop_tit span {
  font-weight: bold;
  font-size: 18px;
}

.sns_pop_box {
  display: flex;
  align-items: start;
  gap: 22px;
}
.sns_pop_box img{
	height: 60px;;
}

.sns_pop_box button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
}

.sns_pop_box button p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}

.content_v2 .round_content {
  height: auto;
}

.mid_info_con {
  background-color: #e4e7ef;
  color: #23336e;
  font-size: 16px;
  word-break: keep-all;
  padding: 15px 20px;
  border-radius: 0.375rem;
}

.est_box {
  padding: 15px 10px;
}

.est_box li {
  margin-bottom: 25px;
}

.est_box li:last-child {
  margin-bottom: 0;
}

.est_box .est_txt {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
}

.est_box .est_tit {
  word-break: keep-all;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.est_box .est_tit:has(.step) {
  padding-left: 55px;

}

.est_box .est_tit .step {
  position: absolute;
  left: 0;
  top: 0;
}

.est_box .est_tit .color_b,
.est_box .est_tit .color_r {
  font-weight: normal;
}

.mid_scroll_table::-webkit-scrollbar {
  width: 15px;
}

.mid_scroll_table::-webkit-scrollbar-thumb {
  background-color: #3777bb;
  border-radius: 0.375rem;
  width: 6px;
  background-clip: padding-box;
  border-right: 4px solid transparent;
  border: 4px solid transparent;
}

.mid_scroll_table::-webkit-scrollbar-track:vertical {
  background: -webkit-linear-gradient(180deg, #fff, #fff, #fff, #fff, rgba(0, 0, 255, 0.5), #3777bb, #3777bb, #fff, #fff, #fff);
  border-radius: 0.375rem;
  margin: 10px 0;
  background-clip: padding-box;
  border: 4px solid transparent;

}

.top_title_btns {
  display: flex;
  gap: 10px;
}

.top_title_btns button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #1f60de;
  border: 2px solid #1f60de;
  border-radius: 0.375rem;
  background-color: #fff;
  width: 180px;
  height: 40px;
}

.top_title_btns button.active {
  background-color: #1f60de;
  color: #fff;
}

.top_title_txt {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
}

.monitor_cate_wrap {
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 10px;
}

.monitor_cate_box {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0.375rem;
  flex: auto;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}

.monitor_cate_box .mc_tit {
  background-color: #eeeeee;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 0;
  line-height: 40px;
  height: 40px;
  width: 100%;
  left: 0;
  text-align: center;
}

.mc_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding: 0 20px;
}

.monitor_cate_box .mc_con button {
  display: block;
  font-size: 16px;
  color: 29;
  border: 0;
  padding: 0;
  background-color: transparent;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}


.monitor_cate_box .mc_con button:last-child {
  margin-bottom: 0;
}

.monitor_cate_box .mc_con button.active span {
  color: #1f60de;
  font-weight: bold;
  border-bottom: 1px solid #1F60DE;
}


.monitor_cate_box .mc_con button::after {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}


.monitor_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.monitor_title_box .tit {
  font-weight: bold;
  font-size: 24px;
}

.monitor_title_box .date_txt {
  font-size: 16px;
  color: #666;
}

.monitor_box {
  width: 100%;
  padding: 24px 18px;
}

.mt_number_box ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  text-align: center;
}

.mt_number_box ul li {
  flex: 1
}

.mt_number_box li .color {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.mt_number_box li.normal .color {
  background-color: var(--normal);
}

.mt_number_box li.attention .color {
  background-color: var(--attention);
}

.mt_number_box li.caution .color {
  background-color: var(--caution);
}

.mt_number_box li span {
  font-size: 18px;
}

.mt_number_box li .number {
  margin-left: 5px;
}

.mt_number_box li .number b {
  font-size: 24px;
  font-weight: bold;
}

.mt_number_box li.normal span.txt {
  color: var(--normal);
}

.mt_number_box li.attention span.txt {
  color: var(--attention);
}

.mt_number_box li.caution span.txt {
  color: var(--caution);
}

.over_hidden {
  overflow: hidden !important;
}

.monitor_grid_data {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 1fr);
}

.monitor_grid_data .mg_data_tit {
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #eeeeee;
}

.monitor_grid_data .mg_data_tit button {
  background-color: transparent;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.monitor_grid_data .mg_data_tit .tit {
  font-weight: bold;
  font-size: 18px;
}

.monitor_grid_data .mg_data_tit .color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
}

.monitor_grid_data .normal .mg_data_tit .color {
  background-color: var(--normal);
}

.monitor_grid_data .attention .mg_data_tit .color {
  background-color: var(--attention);
}

.monitor_grid_data .caution .mg_data_tit .color {
  background-color: var(--caution);
}

.mg_data_con {
  height: calc(100% - 43px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.monitor_grid_data .mg_data {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}

.monitor_grid_data .mg_data:nth-child(4n) {
  border-right: 0;
}

.monitor_grid_data .mg_data:nth-last-child(-n+4) {
  border-bottom: 0;
}

.monitor_grid_data .mg_data.active {
  border: 2px solid #1f60de;
}

.monitor_grid_data .mg_data.active:first-child {
  border-top-left-radius: 0.375rem;
}

.monitor_grid_data .mg_data.active:nth-child(4) {
  border-top-right-radius: 0.375rem;
}

.monitor_grid_data .mg_data.active:last-child {
  border-bottom-right-radius: 0.375rem;
}

.monitor_grid_data .mg_data.active:last-child {
  border-bottom-right-radius: 0.375rem;
}

.monitor_grid_data .mg_data.active:nth-child(29) {
  border-bottom-left-radius: 0.375rem;
}

.monitor_grid_data .mg_data.active .mg_data_con {
  background-color: #f0f6ff;
}

.mg_data_con span {
  color: #999999;
  font-weight: bold;
  font-size: 18px;
}

.monitor_grid_box {
  position: relative;
}

.monitor_grid_box .mg_caption {
  position: absolute;
  right: 10px;
  top: -25px;
  font-size: 15px;
}

.map_con .svg_gg {
  display: inline-block;
  width: auto;
  position: relative;
}

.svg_on_tit.seongnam {
  left: 54.94%;
  top: 63.55%;
}

.svg_on_tit.yeoncheon {
  left: 40.08%;
  top: 12.63%;
}

.svg_on_tit.paju {
  left: 28.41%;
  top: 28.15%;
}

.svg_on_tit.gimpo {
  left: 12.99%;
  top: 43.73%;
}

.svg_on_tit.goyang {
  left: 27.72%;
  top: 42.40%;
}

.svg_on_tit.yangju {
  left: 42.16%;
  top: 32.34%;
}

.svg_on_tit.dongducheon {
  left: 48.13%;
  top: 23.92%;
}

.svg_on_tit.pocheon {
  left: 62.16%;
  top: 25.77%;
}

.svg_on_tit.uijeongbu {
  left: 45.08%;
  top: 39.84%;
}

.svg_on_tit.namyangju {
  left: 62.58%;
  top: 44.97%;
}

.svg_on_tit.guri {
  left: 55.5%;
  top: 47.95%;
}

.svg_on_tit.gapyeong {
  left: 69.94%;
  top: 36.34%;
}

.svg_on_tit.yangpyeong {
  left: 80.77%;
  top: 55.44%;
}

.svg_on_tit.hanam {
  left: 60.79%;
  top: 55.95%;
}

.svg_on_tit.yeoju {
  left: 86.05%;
  top: 67.86%;
}

.svg_on_tit.gwangju {
  left: 64.92%;
  top: 65.81%;
}

.svg_on_tit.icheon {
  left: 75.91%;
  top: 75.98%;
}

.svg_on_tit.anseong {
  left: 66.19%;
  top: 89.02%;
}

.svg_on_tit.yongin {
  left: 62.44%;
  top: 79.28%;
}

.svg_on_tit.suwon {
  left: 45.49%;
  top: 75.46%;
}

.svg_on_tit.uiwang {
  left: 49.80%;
  top: 70.43%;
}

.svg_on_tit.gwacheon {
  left: 46.05%;
  top: 64.27%;
}

.svg_on_tit.anyang {
  left: 39.38%;
  top: 66.84%;
}

.svg_on_tit.gunpo {
  left: 37.99%;
  top: 72.59%;
}

.svg_on_tit.hwaseong {
  left: 23.83%;
  top: 83.37%;
}

.svg_on_tit.osan {
  left: 48.55%;
  top: 86.34%;
}

.svg_on_tit.pyeongtaek {
  left: 38.83%;
  top: 93.21%;
}

.svg_on_tit.ansan {
  left: 21.05%;
  top: 71.97%;
}

.svg_on_tit.siheung {
  left: 24.38%;
  top: 66.84%;
}

.svg_on_tit.bucheon {
  left: 25.90%;
  top: 62.22%;
}

.svg_on_tit.gwangmyeong {
  left: 33.98%;
  top: 63.97%;
}


.pop_layer .box_title_txt .pop_close {
  position: relative;
  right: 0;
  top: 0;
}

.pop_layer .box_title_txt>span {
  font-weight: bold;
}

.pop_layer .box_content {
  margin-top: 25px;
}

.pop_layer .math_tit {
  font-size: 14px;
  font-weight: bold;
}

.pop_layer .math {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 15px;
}

.pop_layer .math_info span {
  color: #666;
}

.monitor_table_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.monitor_table_wrap .monitor_table {
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid #cdcdcd;

}

.monitor_table_wrap .monitor_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.monitor_table_wrap .monitor_table table th {
  background-color: #eeeeee;
  font-size: 18px;
  line-height: 1.3;
  vertical-align: middle;
}

.monitor_table_wrap .monitor_table table td {
  vertical-align: middle;
  padding: 14px 50px;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #fff;
}

.monitor_table_wrap .monitor_table table tr:last-child td {
  border-bottom: 0;
}

.monitor_table_wrap .monitor_table table td:last-child {
  border-right: 0;
}

.monitor_table_wrap .monitor_table .color span {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
}

.monitor_table_wrap .monitor_table .normal .color span {
  background-color: var(--normal);
}

.monitor_table_wrap .monitor_table .attention .color span {
  background-color: var(--attention);
}

.monitor_table_wrap .monitor_table .caution .color span {
  background-color: var(--caution);
}

.monitor_table_wrap .monitor_table .mt_td_con {
  display: flex;
  align-items: center;
  gap: 50px;
}

.monitor_table_wrap .monitor_table .mt_td_con .txt1 {
  font-size: 16px;
}

.monitor_table_wrap .monitor_table .mt_td_con .txt2 {
  color: #999999;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}

.monitor_table_wrap .monitor_table .mt_td_con button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.monitor_box2 {
  display: flex;
  gap: 60px;
  padding: 24px 70px;
  justify-content: space-between;
}

.monitor_box2 .mt_number_box {
  flex: 1;
}

.monitor_box2 .mt_number_box ul {
  width: 100%;
}

.monitor_box2 .mt_number_box ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: none;
}

.monitor_box2 .mt_number_box ul li span {
  flex: auto;
  margin-bottom: 0;
}

.monitor_box2 .monitor_title_box {
  margin-bottom: 0;
  width: 100px;
}

.monitor_grid_box .mg_caption {
  font-size: 13px;
}

.iframe-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9;
}

.iframe-loading .loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.select1 {
  cursor: pointer;
  border: 1px solid #9a9a9a;
  width: 350px !important;
  height: 60px !important;
  font-weight: bold;
  color: #222;
  padding-right: 10px;
  font-size: 16px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

.select1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.select1::-webkit-scrollbar {
  width: 20px;
  background-color: #F5F5F5;
}

.select1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #D6D6D6;
}

.df_share_btn {
  background-color: #e4e7eb;
  width: 24px;
  border: 0;
  border-radius: 50%;
  height: 24px;
  background-image: url(../../images/img_user/share_ico.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  cursor: pointer;
}


.code_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #ddd;
}

.code_form label {
  display: block;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.code_form label input {
  height: 30px;
  width: 250px;
}

.code_form label span {
  font-size: 18px;
}

.code_form button {
  margin: 0 auto;
  display: block;
}

/* checkbox css */
.checkBox1 {
  width: 350px !important;
  height: 60px !important;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.checkBox1 label {
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
}

.checkBox1 input {
  margin: 0;
  vertical-align: middle;
  margin-right: 20px;
}


/* Dashboard */
.dash-wrap .content {
  grid-auto-rows: auto;
  gap: 1rem;
}

.dash-wrap .content .box {
  border: none;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
  border-radius: 0.375rem;
  overflow: hidden;
}

.work_count_list .in_box .color_red {
  color: #f00 !important;
}

.work_count_list .in_box .color_blue {
  color: #00f !important;
}

.fa-sort-up.color-red {
  color: #f00 !important;
  margin-right: 5px;
  vertical-align: unset;
  position: relative;
  top: 4px;
  
}

.fa-sort-down.color-blue {
  color: #00f !important;
  margin-right: 5px;
  vertical-align: unset;
  position: relative;
  top: -3px;
}

.side_menu_layer .menu li a i.fa-duotone {
  min-width: 19px;
}

/* 20251111 */
.work_count_list.box_flexible.box_new_11 .in_box {
  flex: 0 0 fit-content;
  padding: 30px 15px 10px;
}

.content .work_count_list.box_flexible.box_new_11 .in_box.in_box_flex {
  flex: 1 1 auto;
  padding-right: 10px;
  padding-left: 10px;
}



.work_count_list.box_new_11 .work_count_in_list {
	width: calc(100% - 1rem);
}

.work_count_list.box_new_11 .work_count_in_list p {
  max-width: unset;
}

.work_count_list.box_new_11 .work_count_in_list p::after {
  right: -0.5rem;
}

.work_count_list.box_flexible.box_new_11 .in_box.in_box_flex .work_count_in_list span:first-child {
  font-size: 19px;
}

.work_count_list.box_flexible.box_new_11 .in_box.in_box_flex .work_count_in_list span:first-child {
  font-size: 16px;
}

.work_count_list.box_flexible.box_new_11 .in_box>p:first-child {
  height: 30px;
}

@media (max-width: 1920px) {
  .dash-wrap .content .in_box {
    padding: .5rem .5rem 0;
  }

  .dash-wrap .content .in_box .box_title {
    margin-bottom: 0;
  }

  .dash-wrap .content .box#box3 .in_box .box_title {
    margin-bottom: .5rem;
  }
}

.dash-wrap .content .box#box1 {
  justify-content: center;
}

.dash-wrap .content .box#box1>div {
  width: 100%;
}

.dash-wrap .content .box#box1 .box_content {
  max-width: 100% !important;
}

.dash-wrap .content .box#box1 .in_box {
  padding: 0;
}

.dash-wrap .content .box#box1 .in_box .box_title {
  background-color: #494c61;
  padding: 0.4rem 0.6rem;
  margin-bottom: 6px;
}

.dash-wrap .content .box#box1 .in_box .box_title .map_select {
  border: 1px solid #494c61;
}

.dash-wrap .content .box#box1 .box_title_btns .map_play_btn,
.dash-wrap .content .box#box1 .box_title_btns .map_stop_btn {
  background-color: unset !important;
  color: #fff;
  font-size: 1.1rem;
  opacity: .6;
}

.dash-wrap .content .box#box1 .box_title_btns button.active {
  opacity: 1;
}

.dash-wrap .economic_con .eb_card {
  border: none;
  padding: 12px 8px;
  box-sizing: border-box;
  width: 130px;
  border-radius: 8px;
}

.dash-wrap .economic_con .eb_card p:nth-child(1) {
  background: none;
  border-radius: 0;
  text-align: center;
  color: #6d6b77;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0;
}

.dash-wrap .economic_con .eb_card p:nth-child(2) {
  text-align: center;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.dash-wrap .economic_con .eb_card p:nth-child(3) {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FF4C51;
}

.dash-wrap .economic_con .eb_card1 {
  border: none;
  background: #E9E7FD;
}

.dash-wrap .economic_con .eb_card1 p:nth-child(1) {
  background: none;
  color: #7367f0;
}

.dash-wrap .economic_con .eb_card2 {
  background: #D6F4F8;
  margin-bottom: 15px;
}

.dash-wrap .economic_con .eb_card2 p:nth-child(1) {
  background: none;
  color: #01b7cd;
}

.dash-wrap .economic_con .eb_card3 {
  background: #f1f1f1;
}

.dash-wrap .economic_con .eb_card3 p:nth-child(1) {
  background: none;
}

.dash-wrap .economic_con .eb_card4 {
  margin-bottom: 15px;
  background: #FFF0E1;
  color: unset;
}

.dash-wrap .economic_con .eb_card4 p:nth-child(1) {
  background: none;
  color: #ff8b1c;
}

.dash-wrap .economic_con .eb_card5 {
  background: #DDF6E8;
}

.dash-wrap .economic_con .eb_card5 p:nth-child(1) {
  background: none;
  color: #1ec769;
}

.dash-wrap .economic_con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-wrap .economic_con .line {
  opacity: 0.15;
}

.list-update {
  margin: 1rem 0rem 0;
  padding: 1rem 0 0 0.4rem;
  border-top: 1px solid #999cb1;
}

.list-update h4 {
  color: #e4e900;
  letter-spacing: -0.02rem;
  margin-bottom: 0.5rem;
  font-size: .9rem;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
}

.list-update h4 i {
  position: absolute;
  top: 8px;
  left: 0;
}

.list-update ul li {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 200;
  margin-bottom: 0.3rem;
  letter-spacing: -0.09rem;
  line-height: 1.2;
}

.list-update ul li a {
  color: #fff;
  text-decoration: none;
}

.list-update .more {
  display: flex;
  justify-content: flex-end;
}

.list-update .more a {
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 200;
  padding-right: 0.5rem;
  margin-top: .3rem;
}


.etc-container {
	margin: auto auto 0.7rem;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
.etc-container .etc-container-survey button{background: #F397A0;;}
.etc-container .etc-container-introduce  button{background: #61B9BD;;}
.etc-container .etc-container-manual  button{background: #9dc3e6;;}
.etc-container .etc-container-inspect button{background: #78A0D5;;}
.etc-container button img{height: 13px;margin-top: 3px;}
.etc-container button{ 
	margin: 2px 0;
	width: calc(100% - 12px);
	color: #fff;
	text-align: left;
	border: 0;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	display: flex;
	margin: 5px;	
	gap: 10px;
	
}
.update-container {
  width: calc(100% - 12px);
  /* height: 243px; */
  /* overflow-y: auto; */
  /* scrollbar-width: thin; */
  margin: auto auto 0.7rem;
  border-top: 1px solid #66697f;
  border-bottom: 1px solid #66697f;
  background: #45485e;
  margin-top:0;
}

.update-container::-webkit-scrollbar {
  width: 3px;
}

.update-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.update-container::-webkit-scrollbar-thumb {
  background: #cbd5e0;
  border-radius: 4px;
}

.update-container::-webkit-scrollbar-thumb:hover {
  background: #a0aec0;
}

.update-container #update-list {
  padding: 0;
}

.update-container .update-item {
  border-bottom: 1px solid #3a3d53;
  padding: 5px 6px 3px;
}

.update-container .update-item:last-child {
  border-bottom: none;
}

.update-container .update-date {
  color: #50bdfe;
  font-size: 0.7rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.update-container .update-content {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}

.update-container .update-header {
  position: sticky;
  top: 0;
  background-color: #55586f;
  padding: .7rem 6px .6rem;
  border-bottom: 1px solid #66697f;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 7px;
}

.update-container .update-header i {
  --fa-primary-color: #ffffff;
  --fa-secondary-color: #208af5;
  --fa-secondary-opacity: 1;
  font-size: 1rem;
}


.login-link{
	
	margin:5px;
	padding:5px;
	background: #7D7D7D;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.login-link a{
	color:#fff !important;
	text-decoration: none;;
	display: block;
}

.modal_wrap {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 0;
  width: auto;
  border-radius: 0.375rem;
  box-shadow: 0 0 15px 5px rgb(73 73 73 / 40%);
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  background: none;
  border: none;
  color: #757575;
}

.show_modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal_content .login_form {
  width: 400px;
  padding: 3rem;
}

.modal_content .login_form .form_title {
  text-align: center;
  font-weight: bold;
  color: #3777bb;
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.modal_content .data_form {
  width: auto;
  padding: 1rem;
}

.modal_content .data_form>img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.modal_content .data_form .form_title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  color: #3777bb;
  font-size: 1.2rem;
}

.modal_content .email_input {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.modal_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.modal_content .form_input_box input {
  width: 100%;
  height: 50px;
  border: 0;
  background-color: #f4f5f9;
  padding-left: 20px;
  border-radius: 10px;
  color: #333333;
  box-sizing: border-box;
  font-size: 1rem;
}

.modal_content .form_input_box>*:not(:last-child) {
  margin-bottom: 20px;
}

.modal_content .form_input_box button {
  font-size: 1.4rem;
  color: #fff;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 0.375rem;
  background-color: #3777bb;
  cursor: pointer;
}

.modal_content.modal_height {
  height: calc(100vh - 12rem);
  padding: 3rem 1rem 1rem;
}


.modal_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1rem;
  background-color: #fff;
  height: 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  justify-content: space-between;
}

.modal_header .form_title {
  font-weight: bold;
  color: #3777bb;
  font-size: 1.2rem;
}

.modal_header .modal_close {
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
}

.modal_scroll {
  overflow-y: auto;
  height: 100%;
}

.modal_footer {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1rem;
  border-top: 1px solid #aaa;
}

.modal_footer div {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  color: #aaa;
  font-weight: 400;
  gap: 0.2rem;
}

.modal_footer img {
  max-width: 90px;
}

.card_list_wrap {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
  grid-column-start: 1;
  grid-column-end: 9;
}

.card_list_box {
  position: relative;
  padding: 1rem 1rem 3rem;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1);
  background: #fff;
  border-radius: .375rem;
  /* flex: 1 1 auto; */
  width: calc(100% / 6 - 2.84rem);
}

.card_list_box a {
  text-decoration: none;
  color: #222;
}

.card_list_box .card_list_img_wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #f4f4f5;
  border: 1px solid #e4e4e7;
  border-radius: .375rem;
  overflow: hidden;
  position: relative;
}

.card_list_box .card_list_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.card_list_box .card_list_desc {
  margin-top: 1.5rem;
}

.card_list_box .card_list_desc h4 {
  font-size: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_list_box .card_list_desc .tag {
  display: flex;
  gap: 0.5rem;
  margin-top: .7rem;
  flex-wrap: wrap;
}

.card_list_box .card_list_desc .tag span {
  background: #f4f4f5;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.card_list_box .card_list_desc p {
  margin-top: 0.8rem;
  font-size: .9rem;
  color: #4d4d4d;
  font-weight: 300;
  text-align: right;
}

.card_list_box .card_list_desc button {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: none;
  background: #5061e1;
  color: #fff;
  border-radius: .375rem;
  font-size: 1rem;
  padding: 0.3rem;
  margin-top: 0.7rem;
}

.card_list_box .card_list_date {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.pagination_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column-start: 1;
  grid-column-end: 9;
  margin: 2rem 0 0.7rem;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.pagination li {
  display: inline
}

.pagination li a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.4rem 0.6rem;
  border-radius: .2rem;
}

.pagination li a.active {
  background: yellowgreen;
  color: #fff;
}

.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.search_box.v2 {
  justify-content: flex-start;
  gap: 30px;
  padding: 20px 30px;
}

.search_box.v2 .adm_df_btn {
  margin-left: auto;
}

.report-wrap>div {
  word-break: keep-all;
}

.box-n01 .in_box {
  display: flex;
  gap: 1rem;
}

.box-n01 .in_box .box_content {
  width: 100%;
}

.box-n01 .list_bg {
  display: flex;
  gap: 1rem;
  height: 100%;
}

.box-n01 .list_bg li {
  padding: 1rem 0;
  font-size: 16px;
  font-weight: 600;
  background: #f5f5f5;
  border-radius: 10px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  border: 1px solid #ddd;
  white-space: nowrap;
  gap: 0.3rem;
  align-items: center;
}

.box-n01 .list_bg li strong {
  color: #2196F3;
  margin: 0 0.3rem;
}


.box-n01 .list_bg .text-left div {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.box-n02 .box_content {
  overflow: visible;
}

.box-n02 .table_noline {
  table-layout: fixed;
  width: 100%;
}

.box-n02 .table_noline th,
.box-n02 .table_noline td {
  border: none;
  text-align: left;
  padding: 4px 10px 4px 0;
}

.box-n02 .table_noline th {
  width: 120px;
}

.box-n02 .table_noline th p {
  font-weight: 500;
  text-align: right;
  /* font-size: 0.8rem; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.box-n02 .table_noline td .progress-bar {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 14px;
}

.box-n02 .round_content .box {
  box-shadow: none;
  border-radius: 0;
}

.box-n02 .round_content .in_box {
  height: 1px;
  padding: 0;
}

.box-n02 .round_content {
  height: 100%;
  box-shadow: none;
  border-radius: 0;
}

.box-n02 .round_title_box {
  padding-top: 1.7rem;
}

.box-n02 .round_title_box .round_title {
  background: #fff;
  color: #000;
  right: 0;
  top: -10px;
  padding: 0;
}

.box-n02 .round_title_box .round_title span {
  font-size: 1.1rem;
}

.box-n03 {
  display: flex;
  flex-direction: column;
}

.box-n03 .in_box {
  overflow: hidden;
}

.box-n03 .box_content {
  overflow: visible;
}

.box-n03 .in_box:nth-of-type(2) {
  border-top: 1px solid #ddd;
}

.box-n03 .table_noline {
  table-layout: fixed;
  width: 100%;
}

.box-n03 .table_noline th,
.box-n03 .table_noline td {
  border: none;
  text-align: left;
  padding: 4px 10px 4px 0;
}

.box-n03 .table_noline th {
  width: 120px;
}

.box-n03 .table_noline th p {
  font-weight: 500;
  text-align: right;
  /* font-size: 0.8rem; */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.box-n03 .table_noline td .progress-bar {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 14px;
}

.box-n04 .in_box {
  display: flex;
  flex-direction: column;
}

.box-n04 .box_content {
  flex: unset;
  display: flex;
}

.box-n04 .df_table tbody td {
  height: auto;
  padding: 3px;
}

.box-n05 {
  display: flex;
  align-items: center;
}

.box-n05 .search_box {
  padding: 0;
  gap: 1rem;
  justify-content: center;
}

.box-n05 .search_box .search_select,
.box-n05 .search_box .search_input {
  gap: 0.6rem;
}

.box-n05 .search_box .search_select span,
.box-n05 .search_box .search_input span {
  white-space: nowrap;
  font-size: 1.1rem;
}

.box-n05 .search_box .search_input {
  display: flex;
  align-items: center;
}

.box-n05 .search_box .search_select select {
  width: 100%;
  min-width: 80px;
  padding-right: 25px;
  padding-left: 8px;
}

.box-n05 .search_box .search_input input[type=text] {
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  width: 100%;
  min-width: 80px;
}

.box-n05 .search_box .adm_df_btn {
  height: 34px;
  margin:0 auto;
}

.box-n06 {
  padding-top: 30px;
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
  border-radius: 0.375rem;
  background: #fff;
}

.box-n06 .box {
  box-shadow: none;
  border-radius: 0;
}

.box-n06 .in_box {
  height: 1px;
}

.box-n06 .round_content {
  height: calc(100% - 1rem);
  box-shadow: none;
  border-radius: 0;
}

.box-n06 .round_title_box .round_title {
  background: #fff;
  color: #000;
  right: 0;
  top: -30px;
  padding: 0 10px;
}

.box-n06 .round_title_box .round_title span {
  font-size: 1.1rem;
}

.box-n06 .df_table th button {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

.box-n06 .df_table th button i {
  margin-left: 5px;
}

.progress-bar {
  height: 14px;
  width: 100%;
  background-color: #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-width: 100px;
  margin: .2rem 0;
}

*+.progress-bar {
  margin-top: 0.4rem;
}

.progress-bar>div {
  width: 0;
  height: 100%;
  animation: move 2s linear infinite;
  transition: width 2s ease-out;
}

.progress-bar .perc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 0.6rem;
}

.bar-purple {
  background-color: #a9a7e2;
}

.bar-green {
  background-color: #c7f393;
}

.bar-blue {
  background-color: #95d7fe;
}

.tooltip-wrap {
  position: relative;
}

.tooltip-wrap .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: rgb(255, 255, 255);
  color: #000000;
  border-radius: 6px;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  bottom: 3px;
  right: -10px;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}

.tooltip-wrap:hover .tooltiptext {
  visibility: visible;
}

.box-n06 .tooltip-wrap .tooltiptext {
  white-space: normal;
  top: 0;
  left: -180px;
  right: auto;
  bottom: auto;
  width: 160px;
}

.box-n06 .tooltip-wrap .tooltiptext .inner {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.2;
  position: relative;
  top: 0;
  right: 0;
}

tr.this_year td {
  background: #fff5d5;
  color: #333;
  font-weight: 700;
}


.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #e5e5e5;
  /* height: 35px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--tabs:after {
  content: "";
  width: 50%;
  background: #345F90;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}

.tab-slider--tabs.slide:after {
  left: 50%;
}

.tab-slider--trigger {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #345F90;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 16px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab-slider--trigger.active {
  color: #fff;
}

.btn_ai {
  align-items: center;
  background-image: linear-gradient(144deg, #9A84F0, #5A78F0 50%, #28BED0);
 
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 2px 8px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
 

.btn_ai:active,
.btn_ai:hover {
  outline: 0;
}

.popup-tab-wrap .tabs {
  display: flex;
  gap: 5px;
}

.popup-tab-wrap .tab {
  padding: 10px 20px;
  background: #eee;
  cursor: pointer;
}

.popup-tab-wrap .tab.active {
  background: #00BCD4;
  border-bottom: none;
  font-weight: bold;
  color: #fff;
}

.popup-tab-wrap .tab-content {
  display: none;
  border: 1px solid #ccc;
  padding: 15px;
  height: 340px;
  overflow-y: auto;
  font-weight: normal;
  font-size: 16px;
}

.popup-tab-wrap .tab-content.active {
  display: block;
}

.popup-tab-wrap h4 {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.popup-tab-wrap h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background-color: #1F60DE;
}

.popup-tab-wrap ul {
  margin-bottom: 30px;
}

.popup-tab-wrap ul li {
  position: relative;
  line-height: 1.3;
  margin-bottom: 8px;
  padding-left: 12px;
  text-indent: -12px;
}
.popup-tab-wrap ul li::before {
  position: absolute;
  content: none;
  top: 0;
  left: 0;
  display: block;
}

 

.popup-summary {
  background: #f5f5dc91;
  margin: 2rem 0 1rem;
  border: 1px solid #d3d3aa;
  border-radius: 7px;
}

.popup-summary h4 {
  background: beige;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #d3d3aa;
  border-radius: 7px 7px 0 0;
}

.popup-summary ul {
  padding: 10px;
}

.popup-summary ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 12px;
  text-indent: -12px;
}

.popup-summary ul li:not(:last-child) {
  margin-bottom: 8px;
}



@media (max-width:1890px) {
  .scroll_content .round_title_box {
    max-height: calc(100vh - 90px);
  }

  .monitor_box2 {
    gap: 20px;
  }

  .monitor_box2 .mt_number_box ul li {
    gap: 6px;
  }

  .monitor_box2 {
    padding: 24px 30px;
  }

  .monitor_table_wrap .monitor_table table td {
    padding: 10px 30px;
  }

  .monitor_table_wrap .monitor_table .mt_td_con .txt1 {
    font-size: 14px;
  }

  .monitor_table_wrap .monitor_table .mt_td_con .txt2 {
    font-size: 14px;
  }

  .monitor_table_wrap .monitor_table .mt_td_con {
    gap: 30px;
  }

  .monitor_table_wrap .monitor_table .mt_td_con button img {
    width: 14px;
  }

  .top_title_btns button {
    font-size: 16px;
    width: 160px;
  }

  .top_title_txt {
    font-size: 14px;
  }

  .monitor_cate_box .mc_con button {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .monitor_cate_box .mc_tit {
    font-size: 16px;
    height: 30px;
    line-height: 32px;
  }

  .monitor_cate_box {
    padding-top: 30px;
  }

  .monitor_title_box .tit {
    font-size: 20px;
  }

  .monitor_title_box .date_txt {
    font-size: 14px;
  }

  .mt_number_box li span {
    font-size: 16px;
  }

  .monitor_grid_data .mg_data_tit .tit {
    font-size: 15px
  }

  .mg_data_con span {
    font-size: 16px;
  }

  .mt_number_box li .color {
    width: 25px;
    height: 25px;
  }

  .mt_number_box li .number b {
    font-size: 22px;
  }

  .scroll_table2_in {
    max-height: 302px;
  }

  .scroll_table2_in.scroll_table2_in_100 {
    max-height: calc(100vh - 255px);
  }

  .card_animation li:not(.comma) span {
    font-size: 22px;
  }

  .line svg {
    width: 30px !important;
  }

  #box1 .box_content {
    max-width: 290px;
  }

  .card_animation ul::after {
    font-size: 20px;
  }

  .card_animation li:not(.comma) {
    height: 40px;
  }

  .total_people .tp_p {
    font-size: 18px;
  }

  .total_people .f_tp_p {
    font-size: 16px;
  }

  .economic_con .eb_card {
    width: 100px;
  }

  .economic_con .eb_card p:nth-child(1) {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .economic_con .eb_card p:nth-child(2) {
    font-size: 12px;
  }

  .economic_con .eb_card p:nth-child(3) {
    font-size: 12px;
  }

  .in_box {
    padding: 10px;
  }

  .box_content.center {
    height: calc(100% - 30px);
  }

  .workplace_box1 p:nth-child(2) {
    font-size: 20px;
  }

  .workplace_con .wb_list1 li span {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .workplace_con .wb_list1 li:last-child {
    margin-bottom: 0
  }

  .workplace_box1 p:first-child {
    font-size: 15px;
  }

  .workplace_box1 p:nth-child(3) {
    font-size: 12px;
  }

  .workplace_con .wb_list2 li>div:first-child img {
    width: 30px;
  }

  .workplace_con .wb_list2 li>div:last-child p:nth-child(1) {
    font-size: 12px;
  }

  .workplace_con .wb_list2 li>div:last-child p:nth-child(2) b {
    font-size: 14px;
  }

  .workplace_con .wb_list2 li>div:last-child p:nth-child(2) span {
    font-size: 12px;
  }

  .workplace_con .wb_list1 li p {
    font-size: 14px;
  }


  .box_title .box_title_txt span,
  .box-n01 .round_title_box .round_title span,
  .box-n06 .round_title_box .round_title span {
    font-size: 16px;
  }

  .box_title .box_title_info {
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
  }

  .box_title .box_title_info:after {

    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .box_title .box_title_txt .bt_info_con li p {
    word-break: break-all;
  }

  .workplace_con .wb_title {
    font-size: 14px;
  }

  .workplace_con .wb_title::before {
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .workplace_con .wb_list2 li {
    gap: 10px;
  }

  .df_num_box_s .df_txt1 {
    font-size: 16px;
  }

  /* .scroll_content .round_title_box {
      min-height: calc(100vh - 114px);
  } */

  .people_number_wrap {
    justify-content: space-around;
    display: flex;
    align-items: end;
  }

  .people_number_box ul li .num {
    font-size: 14px;
  }

  .bottom_left_con .people_value span.percent {
    font-size: 16px;
    line-height: 1.1;
  }

  .bottom_left_con .people_txt_row .pt_tit {
    font-size: 12px;
  }

  .people_number_box ul li .tit {
    width: 50px;
    font-size: 12px;
  }

  .bottom_left_con .people_value {
    gap: 5px;
  }

  .people_number_box ul li .info span {
    font-size: 9px;
  }

  .people_number_box ul li .info {
    font-size: 9px;
  }

  .people_number_box ul li .info {
    font-size: 9px;
  }

  .bottom_left_con .people_txt_row .pt_tit {
    padding-top: 0;
  }

  .bottom_left_con .people_txt_row {
    margin-bottom: 4px;
  }

  .bottom_left_con .people_txt_row .pt_con .percent {
    font-size: 20px;
  }

  .bottom_left_con .people_value .title {
    font-size: 10px;
  }

  .bottom_left_con .box_title_txt span {
    font-size: 16px;
  }

  .bottom_left_con {
    padding: 10px;
  }

  .work_count_list .in_box>p:first-child {
    font-size: 16px;
    /* padding: 12px 0 8px; */
  }

  .work_count_list .in_box>p:nth-child(2) {
    font-size: 22px;
  }

  .work_count_list .work_count_in_list span:first-child {
    font-size: 16px;
  }

  .work_count_list .work_count_in_list span:nth-child(2) {
    font-size: 16px;
  }

  .work_count_list .in_box>p:nth-child(3) {
    font-size: 12px;
  }

  .box-n01 .in_box {
    flex-direction: column;
  }

  .box-n01 .in_box_left {
    border: none;
    padding-right: 0;
  }

  .report-wrap {
    height: auto;
  }

  .box-n01 .round_content .in_box {
    height: auto;
  }

}

@media(max-width:1600px) {
  .people_number_wrap {
    display: block;
  }

  .mc_con {
    padding: 0 10px;
  }

  .svg_on_tit {
    font-size: 9px;
  }

  .sns_pop {
    padding: 15px;
    border-radius: 0.375rem;
  }

  .sns_pop .sns_pop_tit button img {
    width: 15px;
  }

  .sns_pop .sns_pop_tit span {
    font-size: 16px;
  }

  .sns_pop .sns_pop_tit {
    margin-bottom: 16px;
  }

  .sns_pop_box {
    gap: 15px;
  }

  .sns_pop_box button img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
  }

  .sns_pop_box button p {
    font-size: 12px;
	word-break: auto-phrase;
  }

  .box_title .box_title_txt span,
  .box-n01 .round_title_box .round_title span,
  .box-n06 .round_title_box .round_title span {
    font-size: 14px;
  }

  .economic_con .eb_card p:nth-child(3) {
    font-size: 10px;
  }

  .economic_con .eb_card p:nth-child(1) {
    font-size: 11px;
  }

  .info_s_p {
    font-size: 10px;
    letter-spacing: -0.5px;
  }

  .workplace_con .wb_list1 li.active .rank_txt {
    font-size: 14px;
  }

  .workplace_con .wb_list1 li .rank_txt {
    font-size: 12px;
  }

  .workplace_con .wb_list1 li>div {
    align-items: center;
  }

  .df_num_box_s .df_txt2 {
    font-size: 11px;
  }

  .workplace_con .wb_list1 li .rank {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 22px;

  }

  .box_title_btns .map_play_btn,
  .box_title_btns .map_stop_btn {
    width: 20px;
    height: 20px;
  }

  .box_title .box_title_info .bt_info_con {
    font-size: 12px;
  }

  .box_title .box_title_txt .q_btn {
    width: 20px;
  }

  .box_title .box_title_info {
    padding: 5px;
  }

  .box_title .more_round_btn {
    font-size: 10px;
    height: 20px;
    padding: 0 8px;
  }

  .box_title .map_select {
    width: 100px;
    height: 25px;
    font-size: 14px;
    background-size: 25px;
  }

  /* 
  .side_menu_layer {
    width: 140px;
  } */

  /* .layer {
    padding-left: 144px;
  } */

  .card_wrap .card_unit {
    font-size: 20px;
  }

  .content .box#box2 .in_box:not(:nth-child(2)) {
    max-width: none;
  }

  .economic_con .eb_card {
    width: 90px;
  }

  .df_num_box_s {
    flex-wrap: wrap;
  }

  .df_num_box_s .df_txt2 {
    display: block;
    width: 100%;
  }

  .open_menu_btn {
    z-index: 11;
  }

  .monitor_rows_none {
    height: auto;
  }

  .card_list_box {
    width: calc(100% / 4 - 2.76rem);
  }

}

@media(max-width:1420px) {
  .content {
    padding-top: 2rem;
  }

  #fullChartBox {
    padding: 10px 10px 10px 10px !important;
  }

  .monitor_rows_none .content_tit_box {
    padding-bottom: 15px;
  }

  .top_title_txt {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
  }

  .top_title_btns button {
    font-size: 14px;
    width: 140px;
    height: 35px;
  }

  .monitor_box {
    padding: 15px 10px;
  }

  .monitor_title_box .tit {
    font-size: 16px;
  }

  .monitor_title_box .date_txt {
    font-size: 11px;
  }

  .monitor_cate_box .mc_con button {
    font-size: 12px;
    text-align: left;
  }

  .monitor_cate_box .mc_con button span {
    word-break: keep-all;
  }

  .mt_number_box li .color {
    width: 20px;
    height: 20px;
  }

  .mt_number_box li .number b {
    font-size: 18px;
  }

  .mt_number_box li span {
    font-size: 12px;
  }

  .monitor_grid_data .mg_data_tit {
    gap: 10px;
  }

  .monitor_grid_data .mg_data_tit .tit {
    font-size: 13px;
  }

  .monitor_grid_data .mg_data_tit button img {
    width: 14px;
  }

  .monitor_grid_data .mg_data_tit .color {
    width: 15px;
    height: 15px;
  }

  .mg_data_con span {
    font-size: 14px;
  }

  .side_menu_layer {
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    box-sizing: border-box;
  }

  .mt_number_box li .color {
    margin: 0 auto 10px;
  }

  .content {
    z-index: 10;
  }

  .side_menu_layer .menu ul>li.active a::before {
    box-shadow: 25px 25px 0 transparent;
  }

  .side_menu_layer .menu ul>li.active a::after {
    box-shadow: 25px -25px 0 transparent;
  }

  .total_people .tp_p {
    font-size: 14px;
  }

  .total_people .f_tp_p {
    font-size: 13px;
  }

  .workplace_con .wb_list1 li.active .rank_txt {
    font-size: 13px;
  }

  .workplace_con .wb_list1 li>div {
    gap: 5px;
  }

  .content .box#box2 .line {
    display: none;
  }

  .dash-wrap .economic_con {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
  }

  .dash-wrap .economic_con .eb_card {
    margin-bottom: 0;
    width: 100%;
  }

  .dash-wrap .economic_con .eb_box {
    width: 100%;
  }

  .dash-wrap .economic_con .eb_box:not(.eb_box:nth-of-type(1)) {
    display: flex;
    gap: 5px;
    width: 100%;
  }

  .content .box#box2 .in_box:nth-child(2) {
    width: auto;
    flex: 1;
	height: max-content;
	padding-bottom: 5px;
  }

  .content .box#box2 .in_box {
    flex: 1;
  }

  .box_title {
    flex-wrap: wrap;
    gap: 5px;
  }

  #fullChartBox .box_title {
    flex-wrap: nowrap
  }

  #fullChartBox .box_title .box_title_txt:last-child {
    width: auto !important;
	position: relative;
  }

  .side_menu_layer {
    z-index: 12;
  }

  .layer {
    padding-left: 0;
  }

  .side_menu_layer .menu>ul>li.active::before {
    display: none;
  }

  .side_menu_layer .menu>ul>li.active::after {
    display: none;
  }

  .side_menu_layer .menu>ul>li>a img {
    width: 15px;
    height: 15px;
  }

  .side_menu_layer {
    left: -170px;
  }

  .open_menu_btn {
    display: block;
  }

  .economic_con .eb_card p:nth-child(1) {
    margin-bottom: 5px;
  }

  .box_title_btns {
    gap: 5px;
  }

  .round_title span {
    font-size: 16px;
  }

  .round_title {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    top: -35px;
  }

  .round_content .area_name {
    height: 20px;
    line-height: 20px;
    font-size: 12px !important;
    padding: 0 10px;
    min-width: 0;
  }

  .round_content .search_btn {
    width: 20px;
    height: 20px;
    padding: 3px;
  }

  .round_content .search_btn img {
    width: 80%;
    height: 100%;
    object-fit: contain;
    object-position: center;

  }

  .box_title .box_title_txt .select {
    width: 70px;
    height: 28px;
    background-size: 10px;
  }

  .bottom_left_con .box_title_txt span {
    font-size: 14px;
  }

  .content_tit_box .title {
    font-size: 24px;
  }

  .content_tit_box .top_depth a {
    font-size: 14px;
  }

  .content_tit_box .top_depth span img {
    width: 6px;
  }

  .content_tit_box .top_depth a:first-child img {
    width: 15px;
  }

  .bottom_left_con .people_value span.percent {
    font-size: 22px;
  }

  .bottom_left_con .people_value .title {
    font-size: 14px;
  }

  .content_menu a {
    font-size: 14px;
  }

  .content_menu a {
    margin-bottom: 12px;
  }

  .round_title_tab ul li {
    flex: 1;
    width: auto;
    font-size: 14px;
    height: 30px;
    line-height: 34px;
  }

  .round_title_tab ul li.active {
    height: 38px;
    line-height: 42px;
  }

  .content .more_content_box {
    border-top-right-radius: 0;
  }

  .content .round_content {
    border-top-right-radius: 0;
  }

  .search_box .search_select span {
    font-size: 16px;
  }

  .search_box .search_btn {
    padding: 5px 20px;
    width: auto;
    font-size: 16px;
    height: auto;
  }

  .search_box .search_btn img {
    display: none;
  }

  .search_box {
    padding: 10px 0;
    gap: 20px;
  }

  .scroll_content {
    grid-template-rows: 45px 70px auto;
  }

  .work_count_list .work_count_in_list span:first-child {
    font-size: 12px;
  }

  .work_count_list .work_count_in_list span:nth-child(2) {
    font-size: 12px;
  }

  .work_count_list .in_box>p:nth-child(2) {
    font-size: 16px;
  }

  .work_count_list .in_box>p:first-child {
    font-size: 13px;
  }

  .content .work_count_list {
    gap: 6px;
  }

  .graph_title {
    font-size: 16px;
  }

  .error_box .error_number {
    font-size: 40px;
  }

  .error_box .error_txt_b {
    font-size: 18px;
  }

  .error_box a {
    font-size: 14px;
    width: 150px;
    height: 35px;
    line-height: 35px;
  }

  .error_box {
    width: 100%;
  }

  .error_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .error_box .error_tit {
    font-size: 24px;
    word-break: keep-all;
  }

  .error_box .error_txt {
    font-size: 14px;
    word-break: keep-all;
  }

  .error_box .error_txt br {
    display: none;
  }

  .search_box .search_input span {
    font-size: 16px;
  }

  .search_box .search_input input {
    height: 30px;
    font-size: 14px;
    min-width: 0;
    background-size: 15px;
    padding-right: 30px;
  }

  .search_box .search_select select {
    width: auto;
    min-width: 120px;
    height: 30px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .layer .SumoSelect>.CaptionCont {
    height: 30px;
    width: auto;
  }

  .layer .SumoSelect>.CaptionCont {
    height: 30px;
    width: auto;
    line-height: 25px;
  }

  .layer .SumoSelect>.CaptionCont>span.placeholder {
    font-size: 14px;
    line-height: 18px;
  }

  .adm_df_btn {
    width: auto;
    font-size: 14px;
    padding: 5px 20px;
    height: auto;
    margin: 0 auto;
  }

  .search_box .search_select_box {
    gap: 15px;
  }

  .search_box.left {
    padding: 10px;
	width: 100%;
  }
  .search_con_list {
	width: 100%;
  }

  .df_table tbody td {
    padding: 3px;
  }

  .df_table tbody td input {
    margin: 0;
  }

  .scroll_table .df_table thead th,
  .scroll_table .df_table tbody td {
    font-size: 12px;
    word-break: break-all;
  }

  .adm_df_btn_round {
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    width: auto;
    line-height: normal;
    min-width: 0;
  }

  .adm_data_plus {
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    width: auto;
    line-height: normal;
    min-width: 0;
  }

  .table_tit_box .table_tit span {
    font-size: 14px;
  }

  .box-n05 .search_box .search_input input[type=text] {
    height: 30px;
  }

}

@media(max-width:1024px) {
	.pop_content {
		top:105px;
	}
	.dash-wrap .content .in_box .box_title {
		margin-bottom: 5px;
	}
	.btn_mag{display: none !important;}
	.update-container #update-list .update-item:nth-of-type(n+3){
		display: none;;
	}
  .no_data {
    padding: 65px 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    height: 100%;
    font-size: 20px;
  }

  #fullChartBox {
    padding: 70px 10px 10px 10px !important;
  }

  .monitor_table_wrap .monitor_table .mt_td_con {
    gap: 10px;
  }

  .monitor_table_wrap .monitor_table table th {
    font-size: 16px;
  }

  .monitor_table_wrap .monitor_table table td {
    padding: 10px;
  }

  .monitor_box2 .mt_number_box ul {
    gap: 10px;
  }

  .monitor_box2 .mt_number_box {
    width: 100%;
    flex: none;
  }

  .monitor_box2 {
    flex-wrap: wrap;
  }

  .monitor_table_wrap {
    gap: 15px;
  }

  .mt_number_box ul {
    justify-content: start;
    gap: 25px;
  }

  .mg_data_con {
    padding: 15px 0;
    height: auto;
  }

  .monitor_rows_none {
    height: auto;
  }

  .monitor_rows_none .content_tit_box {
    padding-bottom: 25px;
  }

  .monitor_cate_box {
    border-radius: 0.375rem;

  }

  .monitor_cate_box .mc_tit {
    cursor: pointer;
  }

  .monitor_cate_box .mc_tit span {
    cursor: pointer;
    position: relative;

  }

  .monitor_cate_box .mc_tit span::after {
    content: "";
    width: 18px;
    height: 10px;
    background-image: url('/images/img_user/select_ico_g.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(0);

  }

  .monitor_cate_box .mc_tit.open span::after {
    transform: rotate(-180deg);
  }

  .mc_con {
    display: none;
    padding: 10px;
    box-sizing: border-box;
  }

  .open_menu_btn {
    display: none;
  }

  .open_menu_btn.show {
    display: none;
  }

  .layer {
    padding-top: 60px;
    box-sizing: border-box;
  }

  .m_hd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    display: block;
  }

  .menu_top_logo {
    display: none;
  }

  .side_menu_layer .menu>ul>li>a img {
    width: 18px;
    height: 18px;
  }

  .side_menu_layer .menu>ul>li:not(:last-child) {
    margin-bottom: 0;
  }

  .side_menu_layer .menu {
    padding: 0;
    margin: 0;
    max-height: none;
  }

  .drop_menu {
    text-align: left;
  }

  .side_menu_layer .menu>ul>li {
    /* border-bottom: 1px solid #e5e5e5; */
    /* border-radius: 0; */
    position: relative;
  }

  .side_menu_layer .menu>ul>li>a::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background-image: unset;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 25px;
    transform: rotate(0);
  }

  .side_menu_layer .menu>ul>li.active>a::after {
    display: block;
    width: 12px;
    height: 10px;
    background-image: unset;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    /* transform: rotate(-180deg); */
    background-color: transparent;
  }

  .side_menu_layer .menu>ul>li.active>a.open::after {
    transform: rotate(-180deg);
  }

  .side_menu_layer {
    /* background-color: #fff; */
    left: -100%;
    padding-top: 60px;
    width: 240px;
  }

  .side_menu_layer .menu_top,
  .side_menu_layer .bottom_logo {
    display: none;
  }

  .update-container {
    bottom: 70px;
  }


  .df_table_box .search_box .search_input input {
    width: 120px;
  }

  .df_table_box .search_box .search_select select {
    width: 120px;
  }

  .search_box .search_input span {
    font-size: 14px !important;
  }

  .search_box .search_input {
    gap: 10px;
  }

  .search_box .search_select {
    gap: 10px;
  }

  .scroll_box {
    overflow: visible;
  }

  .round_title_tab {
    padding-bottom: 42px;
  }

  .round_title_tab2 ul li {
    padding: 0 2px;
    font-size: 11px;
  }

  .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }

  .content .box {
    height: auto;
  }

  .content .code_box {
    height: 100%;
  }

  #box1 .box_content {
    width: 100%;

    justify-content: center;
    max-width: 100%;
    height: auto;
  }

  .scroll_content {
    height: auto;
    padding: 50px 14px 14px;
  }

  .round_title_box {
    padding-top: 37px;
  }

  .round_title {
    top: 2px;
  }

  .content .round_content {
    height: auto;
  }

  .scroll_content .round_title_box {
    max-height: none;
  }

  .df_table tbody td {
    font-size: 12px;
  }

  .df_table thead th,
  .df_table tbody th {
    font-size: 12px;
    height: 30px;
  }

  .df_table tbody td {
    height: 30px;
  }

  .search_box .search_select span {
    font-size: 14px !important; 
  }

  .search_box .search_btn {
    font-size: 14px !important
  }

  .round_title_tab ul li {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .content .work_count_list {
    flex-wrap: wrap;
  }

  .content .work_count_list .in_box {
    flex: auto;
    width: calc(33% - 3px);
  }

  .work_count_list .in_box>p:nth-child(3) {
    font-size: 9px
  }

  .content .work_count_list.box_flexible .in_box,
  .content .work_count_list.box_flexible .in_box.in_box_flex {
    flex: 0 0 calc(50% - 3px);
  }

  .info_s_p {
    font-size: 8px;
  }

  .box_title .box_title_txt .select {
    font-size: 12px;
  }

  .content_tit_box .select {
    width: 100px;
    font-size: 14px;
  }

  .content_tit_box .title {
    font-size: 20px;
  }

  .content_tit_box {
    gap: 15px;
  }

  .error_wrap img {
    width: 140px;
  }

  .error_box .error_txt_b {
    font-size: 15px;
    word-break: keep-all;
  }

  .error_box {
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 25px;
  }

  .error_box .error_number {
    font-size: 35px;
  }

  .error_box .error_tit {
    font-size: 20px;
  }

  .grid_rows_none {
    height: auto;
  }

  .mid_scroll_table {
    height: auto;
    max-height: none;
    overflow-y: visible;
    overflow: hidden;
    border-radius: 0.375rem;
    border: 2px solid #bebebe;
  }

  .mid_scroll_table .df_table thead th,
  .mid_scroll_table .df_table tbody td {
    border-top: 0;
  }

  .mid_scroll_table .df_table tbody tr:last-child td {
    border-bottom: 0;
  }

  .mid_scroll_table .df_table thead th:first-child,
  .mid_scroll_table .df_table tbody td:first-child {
    border-left: 0;
  }

  .mid_scroll_table .df_table thead th:last-child,
  .mid_scroll_table .df_table tbody td:last-child {
    border-right: 0;
  }

  .card_list_box {
    width: calc(100% / 3 - 2.67rem);
  }

  .economy_wrap {
    flex-direction: column;
  }

  .chart_pie {
    min-height: auto !important;
  }

  .economy_wrap .econ_left .econ_left_bottom {
    height: auto;
  }

  .economy_wrap .econ_left_top,
  .economy_wrap .econ_right_top {
    height: auto;
  }

  .box-n06 .in_box {
    height: auto;
  }

  .round_title_box {
    padding-top: 0;
  }

}

@media(max-width:876px) {
	.box-n01 .list_bg li{font-size: 12px;;}
  .code_form {
    border: 0;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    transform: none;
    padding: 25px 10px;
  }

  .code_form label input {
    width: 170px;
  }

  .box_title:has(.box_title_info) {
    position: relative
  }

  .box_title_txt:has(.box_title_info),
  .box_title_info_box:has(.box_title_info) {
    position: unset
  }

  .box_title .box_title_info {
    left: 10px;
    top: 30px;
    transform: none;

  }

  .box_title .box_title_info:after {
    display: none;
  }

  .work_count_list .work_count_in_list span.line {
    display: none !important;
  }

  .bottom_left_con .people_txt_row .pt_con .percent {
    font-size: 20px;
  }

  .monitor_box2 .mt_number_box ul li {
    display: block;
  }

  .monitor_box2 .mt_number_box li .color {
    margin: 0 auto 10px;
  }

  .monitor_table_wrap .monitor_table table {
    font-size: 14px;
  }

  .monitor_table_wrap .monitor_table table th {
    padding: 10px 0;
  }

  .monitor_table_wrap .monitor_table table,
  .monitor_table_wrap .monitor_table tbody,
  .monitor_table_wrap .monitor_table table tr,
  .monitor_table_wrap .monitor_table table th,
  .monitor_table_wrap .monitor_table table td {
    display: block;
  }

  .monitor_table_wrap .monitor_table table td {
    padding: 10px 30px;
  }

  .monitor_table_wrap .monitor_table .mt_td_con {
    gap: 30px;
  }

  .monitor_table_wrap .monitor_table table tr:last-child td:first-of-type {
    border-bottom: 1px solid #ccc;
  }

  .monitor_table_wrap .monitor_table table th br {
    display: none;
  }

  .monitor_table_wrap .monitor_table table td {
    border-right: 0;
  }

  .monitor_table_wrap .monitor_table .mt_td_con .txt1 {
    font-size: 12px;
  }

  .monitor_table_wrap .monitor_table .mt_td_con .txt2 {
    margin-top: 2px;
    font-size: 12px
  }

  .top_title_txt {
    position: relative;
    margin-top: 15px;
  }

  .pop_content.w_800 {
    width: 90%;
    box-sizing: border-box;
  }

  .pop_monitor .box_title .box_title_info {
    max-width: none;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }

  .box_title .box_title_info:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .pop_layer .box_content>img {
    width: 100%;
  }

  .monitor_grid_data {
    grid-template-columns: repeat(2, 1fr);
  }

  .monitor_grid_data .mg_data:nth-child(4n) {
    border-right: 1px solid #cccccc;
  }

  .monitor_grid_data .mg_data:nth-last-child(-n+4) {
    border-bottom: 1px solid #cccccc;
  }

  .monitor_grid_data .mg_data:nth-child(2n) {
    border-right: 0;
  }

  .monitor_grid_data .mg_data:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .monitor_cate_box .mc_tit {
    font-size: 15px;
  }

  .mt_number_box ul {
    justify-content: space-between;
  }

  .content {
    padding: 15px;
  }

  .box {
    flex-wrap: wrap;
  }

  .content .box#box3 .in_box:first-child {
    width: 100%;
  }

  .content .box#box2 .in_box:not(:nth-child(2)) {
    flex: none;
  }

  .content .box#box3 .in_box:not(:first-child) {
    flex: none;
  }

  .content .box#box4 .in_box {
    max-width: none;
    flex: none;
  }

  .in_box {
    width: 100%;
    flex: none;
    border-right: 0;
    border-bottom: 1px solid #E6E7E8;
  }

  .in_box:last-child {
    border-bottom: 0;
  }

  .work_count_list .work_count_in_list {
    display: block;
    padding-top: 0;
    height: auto;
    width: 100%;
  }

  .work_count_list .work_count_in_list span:first-child {
    display: block;
    padding: 0 1rem;
  }

  .work_count_list .work_count_in_list span:nth-child(2) {
    display: inline-block;
    margin-top: 0;
    vertical-align: top;
  }

  .work_count_list .work_count_in_list p {
    margin-top: 4px;
    max-width: 100% !important;
    padding: 0;
  }

  .work_count_list .work_count_in_list p::after {
    content: none;
  }

  .content .work_count_list.box_flexible .in_box.in_box_flex {
    padding: 45px 0 10px;
  }

  .content_tit_box .top_depth {
    gap: 8px;
  }

  .content_tit_box .top_depth a {
    font-size: 12px;
  }

  .graph_flex_box {
    flex-wrap: wrap;
  }

  .graph_flex_box>div {
    flex: none;
    width: 100%;
  }

  .content .box.row_box_4 .in_box {
    width: 100%;
  }

  .content .box.row_box_4 .in_box:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #E6E7E8;
  }

  .content .box.row_box_4 .in_box:last-child {
    border-bottom: 0;
  }

  .content_tit_box .title {
    font-size: 18px;
  }

  .content_tit_box .top_depth {
    top: auto;
    transform: none;
    bottom: 0;
    right: auto;
    left: 0;
  }

  .content_tit_box {
    padding-bottom: 30px;
  }

  .more_content_box .more_list_btn {
    display: none;
  }

  .content .more_content_box .box.row_box_4 .in_box {
    height: auto;
  }

  .content .more_content_box .box.row_box_4 .in_box {
    border: 0;
    border-bottom: 1px solid #E6E7E8;
  }

  .content .more_content_box.open {
    padding-right: 0;
  }

  .content .round_content {
    overflow: visible;
  }

  .content .more_content_box .in_box {
    display: block;
  }

  .content_tit_menu_box {
    display: none;
  }

  .m_block {
    display: block !important;
  }

  .m_none {
    display: none !important;
  }

  .m_page_title {
    background-color: transparent;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    border-bottom: 1px solid #E6E7E8;
	display: none !important;
  }

  .layer {
    display: block;
  }

  .m_box_title {
    margin-bottom: 0;
  }

  .box_title .box_title_txt:last-child {
    width: auto;
  }

  .box_title .box_title_txt .select {
    height: 25px;
    border-width: 1px;
  }

  .m_box_title>div {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .m_box_title .box_title_btns .map_play_btn,
  .m_box_title .box_title_btns .map_stop_btn {
    background-color: #eee;
    color: #888;
    width: 25px;
    height: 25px;
  }

  .m_box_title .box_title_btns .map_play_btn.active,
  .m_box_title .box_title_btns .map_stop_btn.active {
    background-color: #eee;
    color: #000;
  }

  .round_title_tab {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
  }



  .round_title_tab .round_title_tab_list {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform;
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 0px;
    z-index: 9;
  }

  .round_title_tab {
    position: relative;
    display: flex;
  }

  .round_title_tab ul {
    bottom: 0;
  }

  .round_title_tab .round_title_tab_list li {
    flex: 0 0 45%;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
  }

  .round_title_tab_box {
    padding-top: 0;
  }

  .m_tab_btn {
    display: block;
    border: 0;
    position: absolute;
    top: 28%;
    transform: translateX(-50%);
    padding: 0;
    z-index: 999;
    background-color: rgb(244 245 249);
    box-shadow: 0px -7px 11px 16px rgba(244, 245, 249, 1);
  }

  .round_title_tab .m_tab_btn.next {
    right: 0;
  }

  .round_title_tab .m_tab_btn.prev {
    left: 7px;
  }

  .m_tab_btn:disabled {
    cursor: not-allowed;
  }

  .round_title_box {
    overflow: hidden;
  }

  .search_box .line {
    display: none;
  }

  .search_box {
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px 15px;
  }

  .search_box .search_btn {
    width: 100%;
  }

  .search_box .search_select select {
    flex: 1;
	width: 100% !important;
  }

  .search_box .search_select {
    width: 100%;
  }

  .round_title_tab ul li.active {
    height: 35px;
    line-height: 36px;
  }

  .round_title_tab ul li {
    /* height: 30px; */
    /* line-height: 36px; */
  }

  .round_title_tab {
    padding-bottom: 35px;
  }

  .content .more_content_box {
    padding-right: 0;
  }

  .mid_info_con {
    font-size: 12px;
  }

  .est_box .est_tit:has(.step) {
    padding-left: 42px;
  }

  .est_box .est_tit,
  .est_box .est_txt {
    font-size: 12px;
  }

  .est_box li {
    margin-bottom: 15px;
  }

  .est_box {
    padding: 5px;
  }

  .scroll_table2_in {
    max-height: none;
  }

  .scroll_table2_in {
    border: 0;
  }

  .scroll_table2::before,
  .scroll_table2::after {
    display: none;
  }

  .scroll_table .df_table {
    border-bottom: 0;
  }

  .search_select_box {
    flex-wrap: wrap;
  }

  .search_box .search_input {
    width: 100%;
  }

  .search_box .search_input input {
    flex: 1;
  }

  .mid_scroll_table .df_table thead th,
  .mid_scroll_table .df_table tbody td {
    padding: 5px;
    width: auto !important;
    line-height: 1.3;
    word-break: break-all;
  }

  .scroll_table2 tbody tr:nth-child(10n) td {
    border-bottom: 1px solid #ccc;
  }

  .econ_right_top {
    flex-direction: column;
  }

  .box-n05 .search_box .search_select span,
  .box-n05 .search_box .search_input span {
    width: 50px;
  }

  .box-n06 {
    padding-top: 0;
  }

  .box-n06 .round_title_box .round_title {
    position: relative;
    top: 0;
  }

  .box-n06 .round_content {
    top: -10px;
  }

  .box-n06 .round_content .in_box {
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .modal_content {
    width: calc(100% - 8rem);
  }

  .modal_content .login_form {
    width: auto;
    padding: 2rem 1rem;
  }

  .card_list_box {
    width: calc(100% / 2 - 2.5rem);
  }

  .pagination {
    gap: 0.2rem;
  }

  .pagination li a {
    padding: 0.2rem 0.4rem;
  }

}

@media screen and (max-width: 500px) {
  .card_list_box {
    width: calc(100% - 2rem);
  }

  .modal_content {
    width: calc(100% - 5rem);
  }
}

@media(min-width: 2100px) {
  .work_count_list .work_count_in_list {
    width: 100%;
  }

  .work_count_list .work_count_in_list p {
    flex: 1;
  }

  .work_count_list .work_count_in_list span:first-child {
    width: 100% !important;
  }

}



.btn_ai.devTest {
	display:none;
}


li.devTest {
	display:none;
}

.side_menu_layer .menu li a i.fa-duotone.menu-new {
    --fa-primary-color: #ffffff;
    --fa-secondary-color: #FBC02D;
    --fa-secondary-opacity: 1;
    font-size: 1rem;
}

ï»¿.side_menu_layer .menu>ul>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 10px 10px 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    border-radius: .4rem;
    white-space: nowrap;
}

.base_date{
    font-size:12px;
    color:#666;
    text-align:right;
    margin-top:4px;
}


#statsTermPopUp .df_table tbody td{text-align: left;line-height: 20px;
font-family: 'nbg';}





#initialScreen{padding:20px 0;}