﻿@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*主要列顏色*/
/*表格標題顏色*/
/*表格內容顏色*/
/*tab切換背景顏色*/
/*tab切換顏色*/
/*#FBFFCA;*/
/*輸出清單背景顏色*/
/*左側功能列背景(暫不需要 已切圖)*/
/*按鈕背景*/
/*按鈕背景highLight*/
/**/
/**/
/*表格 logo與title間距*/
/**/
/*智慧監視 測值1~7等級 顏色*/
:root {
  font-size: 14px; }
  @media all and (max-width: 767px) {
    :root {
      font-weight: 500; } }

* {
  box-sizing: border-box; }

sub, sup {
  /* Specified in % so that the sup/sup is the right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only half as far down as the superscript moved up */
  bottom: -0.25em; }

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden; }

body {
  font-family: Microsoft JhengHei;
  position: relative;
  /*min-height: 100vh;*/
  /*overflow: hidden;*/
  line-height: 1.6;
  /*padding-top:74px;*/ }
  body h1 {
    /*font-size: 1.42rem;*/
    font-size: 1.2vw;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    white-space: nowrap; }
    @media screen and (min-width: 2000px) {
      body h1 {
        font-size: 1.42rem; } }
  body p,
  body span {
    font-size: 1rem;
    color: #16235a; }
  body table {
    font-size: 1rem;
    color: #16235a; }
  body a {
    font-size: 1rem;
    text-decoration: none;
    color: #16235a; }
  body label {
    font-size: 1rem;
    color: #16235a; }
  body input,
  body select {
    font-size: 1rem;
    font-family: Microsoft JhengHei;
    box-sizing: border-box;
    max-width: 100%; }
  body .closeBtn_wrap img {
    width: 12px; }
  body .btn {
    background-color: #B3E2F4;
    padding: 2px 10px;
    box-sizing: border-box;
    border: 1px solid #16235a;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: #162359 -3px 3px 0px;
    text-align: center;
    display: inline-block;
    margin: 5px; }
    body .btn:hover {
      background-color: #f1c01a;
      color: #16235a;
      box-sizing: border-box;
      transform: translateY(-2px);
      box-shadow: #162359 -5px 5px 0px; }
    body .btn:focus {
      outline: none; }

/*map 套用*/
#map {
  width: 100%;
  /*height: 100vh;*/
  height: 100%;
  z-index: -1;
  position: relative; }

.main_wrap {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #16235a;
  width: 100%;
  padding: 0px 10px;
  font-size: 0;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px; }
  @media all and (max-width: 767px) {
    .main_wrap .mainlogo h1 {
      display: none; } }
  .main_wrap .hb {
    font-size: 1.5rem;
    color: #f1c01a;
    text-align: center;
    padding-right: 10px; }
    @media screen and (min-width: 1200px) {
      .main_wrap .hb {
        display: none; } }
  .main_wrap .subsystem_wrap {
    /*display: flex;*/
    justify-content: center;
    overflow: hidden;
    display: none; }
    @media screen and (max-width: 1199px) {
      .main_wrap .subsystem_wrap {
        width: 50%;
        flex-direction: column;
        position: absolute;
        left: 0;
        top: 200px;
        background-color: #B3E2F4;
        padding: 10px; } }
    @media screen and (min-width: 1200px) {
      .main_wrap .subsystem_wrap {
        display: flex !important;
        max-height: 100%; } }
    .main_wrap .subsystem_wrap .linkBtnWrap {
      background-color: #243d96;
      margin: 5px;
      padding: 5px;
      border-radius: 5px;
      width: 125px;
      overflow: hidden;
      box-sizing: border-box; }
      @media screen and (max-width: 1199px) {
        .main_wrap .subsystem_wrap .linkBtnWrap {
          width: 100%; } }
      .main_wrap .subsystem_wrap .linkBtnWrap .linkBtn {
        color: #fff;
        padding: 2px;
        border: 2px dashed #fff;
        border-radius: 5px;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.2;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        text-align: center; }
      .main_wrap .subsystem_wrap .linkBtnWrap.active, .main_wrap .subsystem_wrap .linkBtnWrap:hover {
        background-color: #f1c01a; }
        .main_wrap .subsystem_wrap .linkBtnWrap.active .linkBtn, .main_wrap .subsystem_wrap .linkBtnWrap:hover .linkBtn {
          color: #16235a; }
  .main_wrap .searchbar_wrap {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    /*width: 80%;*/ }
    @media all and (min-width: 768px) {
      .main_wrap .searchbar_wrap {
        /*width: 60%;*/ } }
    .main_wrap .searchbar_wrap .mainlogo {
      display: flex;
      align-items: center;
      margin-right: 10px;
      text-align: center;
      height: 70px;
      overflow: hidden; }
      .main_wrap .searchbar_wrap .mainlogo img {
        max-width: 54px;
        width: 100%; }
    .main_wrap .searchbar_wrap .searchbar {
      background-color: #fff;
      border: 1px solid #ccc;
      box-sizing: border-box;
      border-radius: 5px;
      height: 37px;
      max-width: 400px;
      width: 60%; }
      @media all and (max-width: 767px) {
        .main_wrap .searchbar_wrap .searchbar {
          width: 100%; } }
      .main_wrap .searchbar_wrap .searchbar input {
        border-color: transparent;
        width: 70%;
        vertical-align: middle;
        margin: 0;
        padding: 5px;
        /*padding: 5px 2rem 5px 10px;*/ }
      .main_wrap .searchbar_wrap .searchbar a {
        width: 10%;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .main_wrap .searchbar_wrap .searchbar a.question_icon {
          color: #999;
          position: relative; }
          .main_wrap .searchbar_wrap .searchbar a.question_icon:hover .question_search {
            display: block; }
          .main_wrap .searchbar_wrap .searchbar a.question_icon .question_search {
            border: 1px solid #ccc;
            display: none;
            position: absolute;
            left: 0;
            top: 40px;
            padding: 10px;
            box-sizing: border-box;
            background-color: rgba(22, 35, 90, 0.7); }
            @media all and (min-width: 768px) {
              .main_wrap .searchbar_wrap .searchbar a.question_icon .question_search {
                width: 300px; } }
            .main_wrap .searchbar_wrap .searchbar a.question_icon .question_search p {
              color: #fff;
              font-size: 0.875rem; }
            .main_wrap .searchbar_wrap .searchbar a.question_icon .question_search::before {
              content: "";
              position: absolute;
              left: 10px;
              top: -19px;
              height: 0px;
              width: 0px;
              border-style: solid;
              border-width: 10px;
              border-color: transparent transparent rgba(22, 35, 90, 0.7) transparent; }
            .main_wrap .searchbar_wrap .searchbar a.question_icon .question_search::after {
              content: "";
              position: absolute;
              left: 9px;
              top: -24px;
              height: 0px;
              width: 0px;
              border-style: solid;
              border-width: 12px;
              border-color: transparent transparent #ccc transparent;
              z-index: -1; }
        .main_wrap .searchbar_wrap .searchbar a.search_icon {
          color: #999;
          position: relative; }
          .main_wrap .searchbar_wrap .searchbar a.search_icon::before {
            content: "";
            position: absolute;
            height: 20px;
            width: 1px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #ccc; }
        .main_wrap .searchbar_wrap .searchbar a.location_down {
          color: #16235a;
          position: relative; }
          .main_wrap .searchbar_wrap .searchbar a.location_down::before {
            content: "";
            position: absolute;
            height: 20px;
            width: 1px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #ccc; }
  .main_wrap .control_wrap {
    padding: 0 10px;
    position: relative;
    text-align: center;
    display: none; }
    .main_wrap .control_wrap p {
      color: #fff; }
    @media screen and (max-width: 1199px) {
      .main_wrap .control_wrap {
        width: 50%;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #B3E2F4;
        padding: 10px; }
        .main_wrap .control_wrap p {
          color: #16235a; } }
    @media screen and (min-width: 1200px) {
      .main_wrap .control_wrap {
        display: block !important; } }
    .main_wrap .control_wrap .switch_checkbox {
      position: absolute;
      top: 0;
      display: none; }
    .main_wrap .control_wrap .switch_inner {
      position: relative;
      width: 50px;
      height: 22px;
      padding: 3px;
      box-sizing: border-box;
      border-radius: 25px;
      background-color: #838383;
      display: inline-block; }
      .main_wrap .control_wrap .switch_inner::before {
        content: '';
        width: 15px;
        height: 15px;
        font-size: 0.375rem;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 3px;
        bottom: 0;
        margin: auto;
        transition: left 0.5s; }
    .main_wrap .control_wrap #switch_load_checkbox:checked ~ .switch_inner::before {
      left: 31px; }
    .main_wrap .control_wrap #switch_load_checkbox:checked ~ .switch_inner {
      background-color: rgba(25, 150, 250, 0.9); }
  .main_wrap .admin_wrap {
    text-align: center;
    display: none; }
    @media screen and (max-width: 1199px) {
      .main_wrap .admin_wrap {
        width: 50%;
        position: absolute;
        left: 0;
        top: 138px;
        background-color: #B3E2F4;
        padding: 10px; } }
    @media screen and (min-width: 1200px) {
      .main_wrap .admin_wrap {
        display: block !important; } }
    .main_wrap .admin_wrap .admin {
      display: flex;
      justify-content: center;
      align-items: center; }
      .main_wrap .admin_wrap .admin .login_icon {
        font-size: 1.6rem;
        color: #fff; }
        @media screen and (max-width: 1199px) {
          .main_wrap .admin_wrap .admin .login_icon {
            color: #16235a; } }
      .main_wrap .admin_wrap .admin p {
        color: #fff;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .main_wrap .admin_wrap .admin p {
            color: #16235a; } }
        .main_wrap .admin_wrap .admin p::before {
          content: "|";
          display: inline-block;
          padding: 0 5px; }
    .main_wrap .admin_wrap .system a {
      display: inline-block;
      background-color: #f1c01a;
      padding: 0px 10px;
      box-sizing: border-box;
      color: #16235a;
      border-radius: 10px; }

/*左方功能列*/
.left_feature_wrap {
  position: absolute;
  top: 110px;
  left: 10px;
  /*max-height: 60vh;*/
  max-height: calc(100% - 110px - 20px);
  overflow-y: auto;
  /*.phonenone {
        display: none;

        @media screen and (min-width: 813px) {
            display: block;
        }
    }*/ }
  .left_feature_wrap > a {
    display: block;
    width: 35px; }
    .left_feature_wrap > a img {
      width: 100%; }

/*右方功能條列*/
.right_feature_box {
  position: absolute;
  top: 100px;
  right: 0px; }
  .right_feature_box .right_feature_wrap {
    /*position: absolute;
        top: 100px;
        right: 0px;*/
    height: auto;
    overflow: visible; }
    .right_feature_box .right_feature_wrap img {
      width: 20px;
      height: 20px; }
    .right_feature_box .right_feature_wrap p, .right_feature_box .right_feature_wrap a {
      color: #fff;
      font-size: 12px; }
    .right_feature_box .right_feature_wrap > div {
      cursor: pointer;
      margin: 0 0 10px 0;
      width: 60px;
      height: 60px;
      background-color: #16235a;
      border-radius: 50%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .right_feature_box .right_feature_wrap > div.highlight {
        background-color: #FF8627; }
      .right_feature_box .right_feature_wrap > div.flashing {
        /*                animation: fade 1200ms infinite;*/
        animation: blinker 1.3s linear infinite; }
      .right_feature_box .right_feature_wrap > div:hover {
        background-color: rgba(22, 35, 90, 0.7); }
      @media all and (min-width: 768px) {
        .right_feature_box .right_feature_wrap > div:hover .question_wrap {
          display: block; } }
      .right_feature_box .right_feature_wrap > div .back {
        display: none; }
      .right_feature_box .right_feature_wrap > div .question_wrap {
        display: none;
        text-align: left;
        position: absolute;
        width: 150px;
        top: 0;
        left: -160px;
        padding: 10px;
        box-sizing: border-box;
        background-color: #16235a;
        z-index: 2; }
        .right_feature_box .right_feature_wrap > div .question_wrap p {
          font-size: 0.875rem; }
        .right_feature_box .right_feature_wrap > div .question_wrap::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          right: -20px;
          height: 0px;
          width: 0px;
          border-style: solid;
          border-width: 10px;
          border-color: transparent transparent transparent #16235a; }

.left_inner_wrap {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 250px;
  transform: translateX(-150%);
  transition: transform 1s; }
  .left_inner_wrap .title {
    padding: 5px;
    font-size: 0;
    background-color: #16235a;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .left_inner_wrap .title > img {
      display: inline-block;
      line-height: 1rem;
      vertical-align: middle;
      margin-right: 5px;
      max-height: 25px; }
    .left_inner_wrap .title > p {
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
    .left_inner_wrap .title .closeBtn_wrap {
      float: right; }
      .left_inner_wrap .title .closeBtn_wrap a {
        text-decoration: none;
        display: inline-block;
        color: #16235a; }
  .left_inner_wrap .txt {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }

.measure_wrap {
  /*@media screen and (max-width: 813px) {
        transform: translateX(-150%) !important;
    }*/ }
  .measure_wrap .tab-title {
    width: 30%; }
  .measure_wrap .tab_inner_wrap {
    width: 70%; }
    .measure_wrap .tab_inner_wrap .distance,
    .measure_wrap .tab_inner_wrap .length,
    .measure_wrap .tab_inner_wrap .area {
      word-break: break-all;
      border: 1px solid #ccc;
      box-sizing: border-box;
      background-color: #fff;
      text-align: right;
      margin: 10px 0; }
    .measure_wrap .tab_inner_wrap .btn {
      float: right;
      background-color: #B3E2F4;
      padding: 2px 10px;
      box-sizing: border-box;
      border: 1px solid #16235a;
      border-radius: 10px;
      font-weight: bold;
      box-shadow: #162359 -3px 3px 0px;
      text-align: center;
      display: inline-block;
      margin: 5px; }
      .measure_wrap .tab_inner_wrap .btn:hover {
        background-color: #f1c01a;
        color: #16235a;
        box-sizing: border-box;
        transform: translateY(-2px);
        box-shadow: #162359 -5px 5px 0px; }
      .measure_wrap .tab_inner_wrap .btn:focus {
        outline: none; }
    .measure_wrap .tab_inner_wrap .clearfix {
      height: 0;
      clear: both; }

.pic_wrap .txt {
  height: 150px;
  overflow: auto; }
  .pic_wrap .txt .addcopy {
    display: flex;
    border-bottom: 1px solid #ccc; }

/*下方搜尋列*/
.searchbelow_wrap {
  position: fixed;
  bottom: 20px;
  font-size: 0;
  text-align: center;
  width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /*@include responds(small) {
        display: none;
    }*/ }
  .searchbelow_wrap img {
    width: 20px; }
  .searchbelow_wrap > div {
    cursor: pointer;
    margin: 0 10px 0px 0;
    width: 60px;
    height: 60px;
    background-color: #16235a;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    /*&:hover::after {
            content: attr(data-title);
            position: absolute;
            width: 100px;
            //border:1px solid #000;
            top: -30px;
            left: -50%;
            font-size: 0.75rem;
            //height:10px;
            color: $fz-white-color;
            padding: 10px;
            box-sizing: border-box;
            background-color: $main-bg-color;
            white-space: pre;
        }

        &:hover::before {
            content: "";
            width: 0px;
            height: 0px;
            position: absolute;
            top: -10px;
            left: 0;
            right: 0;
            bottom: -20px;
            margin: 0 auto;
            border-style: solid;
            border-width: 10px;
            border-color: $tab-active-color transparent transparent transparent;
        }*/ }
    .searchbelow_wrap > div:hover {
      background-color: rgba(22, 35, 90, 0.7); }
    .searchbelow_wrap > div p {
      font-size: 0.75rem;
      color: #fff; }
    .searchbelow_wrap > div .question_wrap {
      display: none;
      text-align: left;
      position: absolute;
      width: 150px;
      bottom: 70px;
      left: 0px;
      padding: 10px;
      box-sizing: border-box;
      background-color: #16235a; }
      .searchbelow_wrap > div .question_wrap p {
        color: #fff;
        font-size: 0.875rem; }
      .searchbelow_wrap > div .question_wrap::before {
        content: "";
        position: absolute;
        bottom: -20px;
        margin: 0 auto;
        height: 0px;
        width: 0px;
        border-style: solid;
        border-width: 10px;
        border-color: #16235a transparent transparent transparent; }
    @media all and (min-width: 768px) {
      .searchbelow_wrap > div:hover .question_wrap {
        display: block;
        z-index: 2; } }
    .searchbelow_wrap > div.focus {
      transform: translateY(-10px);
      position: relative;
      box-shadow: #FF8627 -4px 4px 0px; }

.advanced_wrap {
  display: none;
  position: absolute;
  width: 300px;
  top: 100px;
  left: 50px;
  z-index: 1;
  height: calc(100% - 100px - 35px - 50px);
  /*進階定位*/
  /*環域*/ }
  @media all and (max-width: 767px) {
    .advanced_wrap {
      left: 10px; } }
  .advanced_wrap > .title {
    padding: 5px;
    font-size: 0;
    background-color: #16235a;
    border-radius: 10px 10px 0 0; }
    .advanced_wrap > .title > img {
      display: inline-block;
      line-height: 1rem;
      vertical-align: middle;
      margin-right: 5px;
      max-height: 25px; }
    .advanced_wrap > .title > p {
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
    .advanced_wrap > .title .closeBtn_wrap {
      float: right; }
      .advanced_wrap > .title .closeBtn_wrap a {
        text-decoration: none;
        display: inline-block; }
  .advanced_wrap > .txt {
    /*max-height: calc(100vh - 170px);*/
    max-height: 100%;
    overflow: auto;
    /*height: auto;*/
    /*overflow: visible;*/
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  .advanced_wrap .location_wrap .txt {
    /*height: 236px;*/
    min-height: 186px; }
    .advanced_wrap .location_wrap .txt .tab-title {
      width: 30%; }
    .advanced_wrap .location_wrap .txt .tab_inner_wrap {
      width: 70%; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap .position_s_btn {
        float: right;
        background-color: #B3E2F4;
        padding: 2px 10px;
        box-sizing: border-box;
        border: 1px solid #16235a;
        border-radius: 10px;
        font-weight: bold;
        box-shadow: #162359 -3px 3px 0px;
        text-align: center;
        display: inline-block;
        margin: 5px;
        margin-top: 10px; }
        .advanced_wrap .location_wrap .txt .tab_inner_wrap .position_s_btn:hover {
          background-color: #f1c01a;
          color: #16235a;
          box-sizing: border-box;
          transform: translateY(-2px);
          box-shadow: #162359 -5px 5px 0px; }
        .advanced_wrap .location_wrap .txt .tab_inner_wrap .position_s_btn:focus {
          outline: none; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap .clearfix {
        height: 0;
        clear: both; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap > div label {
        width: 45%;
        display: inline-block;
        margin: 10px 0 0 0; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap > div select {
        width: 55%; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap > div input {
        width: 55%; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap #location_addr > p {
        font-size: 0.875rem; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap #location_addr label {
        display: block;
        width: 100%;
        margin: 0 0 10px 0; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap #location_addr input {
        display: block;
        width: 100%; }
      .advanced_wrap .location_wrap .txt .tab_inner_wrap p.description {
        font-size: 0.875rem;
        margin-top: 10px; }
    .advanced_wrap .location_wrap .txt .locateResult {
      font-size: 1rem;
      line-height: normal;
      color: #16235a;
      max-height: 200px;
      overflow-y: auto; }
      .advanced_wrap .location_wrap .txt .locateResult table {
        width: 100%;
        text-align: center; }
        .advanced_wrap .location_wrap .txt .locateResult table thead th {
          vertical-align: middle;
          border-top: 2px solid #ccc;
          border-bottom: 2px solid #ccc; }
        .advanced_wrap .location_wrap .txt .locateResult table tbody td {
          vertical-align: middle;
          border-bottom: 1px solid #ccc;
          background-color: white; }
        .advanced_wrap .location_wrap .txt .locateResult table .highLight td {
          background-color: #fff74d !important;
          font-weight: bold; }
  .advanced_wrap .surround_wrap {
    /*@include responds(small) {
            left: 10px;
            z-index: 1;
        }*/ }
    .advanced_wrap .surround_wrap .txt {
      min-height: 195px; }
      .advanced_wrap .surround_wrap .txt .tab-title {
        width: 30%;
        overflow: auto;
        /*max-height: 40vh;*/ }
      .advanced_wrap .surround_wrap .txt .tab_inner_wrap {
        width: 70%; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap label {
          display: inline-block;
          width: 45%; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap input {
          width: 55%;
          display: inline-block;
          box-sizing: border-box;
          margin: 0 0 10px 0; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap select {
          width: 55%;
          margin: 0 0 10px 0; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .surround_s_btn, .advanced_wrap .surround_wrap .txt .tab_inner_wrap .surroundMove_s_btn {
          background-color: #B3E2F4;
          padding: 2px 10px;
          box-sizing: border-box;
          border: 1px solid #16235a;
          border-radius: 10px;
          font-weight: bold;
          box-shadow: #162359 -3px 3px 0px;
          text-align: center;
          display: inline-block;
          margin: 5px;
          float: right;
          /*margin-top: 10px;*/ }
          .advanced_wrap .surround_wrap .txt .tab_inner_wrap .surround_s_btn:hover, .advanced_wrap .surround_wrap .txt .tab_inner_wrap .surroundMove_s_btn:hover {
            background-color: #f1c01a;
            color: #16235a;
            box-sizing: border-box;
            transform: translateY(-2px);
            box-shadow: #162359 -5px 5px 0px; }
          .advanced_wrap .surround_wrap .txt .tab_inner_wrap .surround_s_btn:focus, .advanced_wrap .surround_wrap .txt .tab_inner_wrap .surroundMove_s_btn:focus {
            outline: none; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .clearfix {
          height: 0;
          clear: both; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .coordinate_wrap label {
          width: 26%; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .coordinate_wrap input {
          width: 34%; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .coordinate_wrap input#coordinatex {
          margin-right: 6%; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap label {
          width: 26%; }
        .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap .sort_select_wrap, .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap .advanced_select_wrap {
          border: 1px solid #767676;
          /*overflow-y: auto;
                        height: 50px;*/
          margin-bottom: 10px;
          padding: 0 5px;
          box-sizing: border-box;
          display: inline-block;
          vertical-align: top;
          width: 74%;
          border-radius: 2px; }
          .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap .sort_select_wrap label, .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap .advanced_select_wrap label {
            width: auto; }
          .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap .sort_select_wrap input, .advanced_wrap .surround_wrap .txt .tab_inner_wrap .sort_wrap .advanced_select_wrap input {
            width: auto; }

.location_wrap,
.surround_wrap {
  background-color: #fff; }
  .location_wrap .title,
  .surround_wrap .title {
    padding: 5px;
    font-size: 0;
    text-align: center; }
    .location_wrap .title > img,
    .surround_wrap .title > img {
      display: inline-block;
      line-height: 1rem;
      vertical-align: middle;
      margin-right: 5px;
      max-height: 25px; }
    .location_wrap .title > p,
    .surround_wrap .title > p {
      display: inline-block;
      vertical-align: middle;
      color: #16235a; }

/*有tab的wrap共用(ul跟tab_inner_wrap並排及基本a設定)*/
.tab-demo {
  font-size: 0; }
  .tab-demo .tab-title {
    display: inline-block;
    vertical-align: top; }
    .tab-demo .tab-title > li {
      padding: 2.5px 0;
      box-sizing: border-box; }
      .tab-demo .tab-title > li a {
        padding: 2.5px;
        box-sizing: border-box;
        text-align: center;
        display: block;
        background: #B3E2F4;
        font-weight: bold; }
        .tab-demo .tab-title > li a:hover {
          background-color: #f1c01a; }
      .tab-demo .tab-title > li.active a {
        background: #f1c01a; }
  .tab-demo .tab_inner_wrap {
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top; }

/*.location_wrap,
.surround_wrap,
.upwind_wrap,
.measure_wrap {

    .txt {
        background-color: $txt-bg-color;
        font-size: 0;

        .tab-demo {
            > ul {
                display: inline-block;
                vertical-align: top;
            }

            > ul > li {
                padding: 2.5px 0;
                box-sizing: border-box;

                a {
                    padding: 5px;
                    box-sizing: border-box;
                    text-align: center;
                    display: block;
                    //border: $border-tab-a-all;
                    background: $tab-a-bg-color;

                    &:hover {
                        background-color: $tab-active-color;
                    }
                }
            }

            div.tab_inner_wrap {
                padding: $txt-pad;
                box-sizing: border-box;
                display: inline-block;
                vertical-align: top;
            }

            .active a {
                background: $tab-active-color;
            }
        }
    }
}*/
.right_inner_wrap {
  position: fixed;
  top: 100px;
  width: 315px;
  max-width: 90%;
  right: -600px;
  transition: right 1s;
  z-index: 1;
  height: 60%;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  /*&.exhibition_wrap {
        width: 265px !important;
    }*/
  /*.btn {
        @include btn_layout;
    }*/ }
  @media all and (max-width: 767px) {
    .right_inner_wrap {
      height: calc(100% - 74px);
      padding: 10px;
      background-color: rgba(245, 245, 245, 0.6);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      top: 74px;
      border: none;
      border-radius: 0px; } }
  .right_inner_wrap > .title {
    display: none; }
    @media all and (max-width: 767px) {
      .right_inner_wrap > .title {
        display: block;
        padding-bottom: 10px; }
        .right_inner_wrap > .title .closeBtn_wrap img {
          width: 20px;
          border-radius: 50%;
          background-color: #16235a;
          padding: 5px;
          display: block;
          transform: rotate(180deg); } }
  .right_inner_wrap .txt {
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    /*height: 60vh;*/
    height: 100%;
    overflow: auto; }
    @media all and (max-width: 767px) {
      .right_inner_wrap .txt {
        height: calc(100% - 30px); } }
  .right_inner_wrap .inner_title {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    box-sizing: border-box; }
  .right_inner_wrap .tab-demo {
    height: 100%; }
    .right_inner_wrap .tab-demo .tab-title {
      width: 15%; }
    .right_inner_wrap .tab-demo .tab_inner_wrap {
      width: 85%;
      height: 100%;
      background-color: #fff;
      overflow-y: auto;
      box-sizing: border-box; }

.layer_wrap .divflex,
.exhibition_wrap .divflex {
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*展點>進階篩選*/ }
  .layer_wrap .divflex .checkmark,
  .exhibition_wrap .divflex .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: rgba(144, 108, 108, 0.25);
    border-radius: 16px;
    box-sizing: border-box;
    /*display: inline-block;
                        vertical-align: middle;*/
    box-shadow: #999 -3px 3px;
    /*margin-left: 7px;*/ }
    .layer_wrap .divflex .checkmark:hover,
    .exhibition_wrap .divflex .checkmark:hover {
      background-color: rgba(25, 150, 250, 0.9); }
    .layer_wrap .divflex .checkmark.checked,
    .exhibition_wrap .divflex .checkmark.checked {
      background-color: rgba(25, 150, 250, 0.9); }
    .layer_wrap .divflex .checkmark:after,
    .exhibition_wrap .divflex .checkmark:after {
      content: "";
      position: absolute;
      left: 12px;
      top: 8px;
      width: 8px;
      height: 14px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
      box-sizing: inherit; }
  .layer_wrap .divflex .addcopy,
  .exhibition_wrap .divflex .addcopy {
    /*display: inline-block;
                        vertical-align: middle;*/
    /*width: 112px;*/
    width: 44%;
    text-align: center;
    border-bottom: 1px dashed; }
    .layer_wrap .divflex .addcopy .pic_legend,
    .exhibition_wrap .divflex .addcopy .pic_legend {
      display: none; }
  .layer_wrap .divflex .morebtn_wrap,
  .exhibition_wrap .divflex .morebtn_wrap {
    /*display: inline-block;
                        vertical-align: middle;*/
    /*width: 90px;*/
    width: calc(100% - 44% - 32px);
    /*padding-left: 5px;*/
    text-align: center; }
    .layer_wrap .divflex .morebtn_wrap .more_btn,
    .exhibition_wrap .divflex .morebtn_wrap .more_btn {
      /*display: block;*/
      background-color: #B3E2F4;
      padding: 2px 10px;
      box-sizing: border-box;
      border: 1px solid #16235a;
      border-radius: 10px;
      font-weight: bold;
      box-shadow: #162359 -3px 3px 0px;
      text-align: center;
      display: inline-block;
      margin: 5px; }
      .layer_wrap .divflex .morebtn_wrap .more_btn:hover,
      .exhibition_wrap .divflex .morebtn_wrap .more_btn:hover {
        background-color: #f1c01a;
        color: #16235a;
        box-sizing: border-box;
        transform: translateY(-2px);
        box-shadow: #162359 -5px 5px 0px; }
      .layer_wrap .divflex .morebtn_wrap .more_btn:focus,
      .exhibition_wrap .divflex .morebtn_wrap .more_btn:focus {
        outline: none; }
      .layer_wrap .divflex .morebtn_wrap .more_btn:nth-child(2),
      .exhibition_wrap .divflex .morebtn_wrap .more_btn:nth-child(2) {
        margin-top: 5px; }
  .layer_wrap .divflex .filter_wrap,
  .exhibition_wrap .divflex .filter_wrap {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 5px; }
    .layer_wrap .divflex .filter_wrap .closeBtn_wrap,
    .exhibition_wrap .divflex .filter_wrap .closeBtn_wrap {
      position: absolute;
      right: 5px; }
      .layer_wrap .divflex .filter_wrap .closeBtn_wrap img,
      .exhibition_wrap .divflex .filter_wrap .closeBtn_wrap img {
        border: 1px solid;
        padding: 2px; }
    .layer_wrap .divflex .filter_wrap .btn_wrap,
    .exhibition_wrap .divflex .filter_wrap .btn_wrap {
      text-align: right; }
  .layer_wrap .divflex .control_wrap,
  .exhibition_wrap .divflex .control_wrap {
    position: relative;
    text-align: center;
    /*width: 90px;*/
    width: calc(100% - 50% - 32px);
    /*padding-left: 5px;*/ }
    .layer_wrap .divflex .control_wrap .switch_checkbox,
    .exhibition_wrap .divflex .control_wrap .switch_checkbox {
      position: absolute;
      top: 0;
      display: none; }
    .layer_wrap .divflex .control_wrap .switch_inner,
    .exhibition_wrap .divflex .control_wrap .switch_inner {
      position: relative;
      /*width: 90px;*/
      width: 65px;
      height: 22px;
      padding: 3px;
      box-sizing: border-box;
      border-radius: 25px;
      background-color: #838383;
      display: inline-block; }
      .layer_wrap .divflex .control_wrap .switch_inner::before,
      .exhibition_wrap .divflex .control_wrap .switch_inner::before {
        content: '';
        width: 15px;
        height: 15px;
        font-size: 0.375rem;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 3px;
        bottom: 0;
        margin: auto;
        transition: left 0.5s; }
    .layer_wrap .divflex .control_wrap #switch_monitor_checkbox:checked ~ .switch_inner::before,
    .exhibition_wrap .divflex .control_wrap #switch_monitor_checkbox:checked ~ .switch_inner::before {
      /*left: 71px;*/
      left: 47px; }
    .layer_wrap .divflex .control_wrap #switch_monitor_checkbox:checked ~ .switch_inner,
    .exhibition_wrap .divflex .control_wrap #switch_monitor_checkbox:checked ~ .switch_inner {
      background-color: rgba(25, 150, 250, 0.9); }

/*進階篩選*/
.reliefCaseFilter_wrap, .factorySmellFilter_wrap {
  height: 60%; }
  .reliefCaseFilter_wrap .txt, .factorySmellFilter_wrap .txt {
    background-color: #fff;
    padding: 5px;
    font-size: 0;
    /*height: auto;*/
    /*max-height: 52vh;*/
    /*max-height: 60vh;*/
    height: 100%;
    overflow-y: auto; }
  .reliefCaseFilter_wrap .sort_wrap, .factorySmellFilter_wrap .sort_wrap {
    border: 1px solid #767676;
    margin-bottom: 10px;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    border-radius: 2px; }

.factoryFilter_wrap label {
  width: 45%;
  display: inline-block; }

.factoryFilter_wrap input {
  width: 55%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px; }

.factoryFilter_wrap select {
  width: 55%;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 10px; }

/*圖例查詢*/
.legendQuery_wrap {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 5px;
  padding: 5px;
  height: 200px;
  overflow: auto;
  /*display: none;*/ }
  .legendQuery_wrap .extentImg {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; }
  .legendQuery_wrap .extentImg:not(:last-child) {
    border-bottom: 1px dashed; }

/*清單*/
.listitems_wrap {
  width: 470px; }
  .listitems_wrap .inner_txt table {
    width: 100%;
    text-align: center; }
    .listitems_wrap .inner_txt table thead th {
      vertical-align: middle;
      border-top: 2px solid #ccc;
      border-bottom: 2px solid #ccc; }
    .listitems_wrap .inner_txt table tbody tr td {
      vertical-align: middle;
      border-bottom: 1px solid #ccc;
      background-color: white;
      cursor: pointer; }
    .listitems_wrap .inner_txt table .highLight td {
      background-color: #fff74d !important;
      font-weight: bold;
      cursor: default !important; }

/*
    .listitems_wrap {
        .inner_title {
            background-color: $txt-bg-color;
            font-size: 0;
            padding: $title-pad;
            box-sizing: border-box;
            border-bottom: $border-all;

            p {
                display: inline-block;
                //text-align: center;
                &:nth-child(1) {
                    width: 25%;
                }

                &:nth-child(2) {
                    width: 75%;
                }
            }
        }

        .txt {
            background-color: $txt-bg-color;
            padding: 0 0 10px 0;
            box-sizing: border-box;
            height: 55vh;

            .items {
                height: 48vh;
                overflow: auto;
                // padding: $title-pad;
                box-sizing: border-box;

                > p {
                    cursor: pointer;
                    word-break: break-all;
                    // font-size: 14px;
                    padding: $title-pad;
                    box-sizing: border-box;
                    border-bottom: $border-all;
                    background-color: $items-bg-color
                }

                .highLight {
                    background-color: #fff74d;
                    font-weight: bold;
                }
            }

            .listitems_s_btn {
                @include btn_layout;
                display: inline-block;
                //width: 90px;
                // text-align: center;
                margin: 10px auto 0;
                //position: relative;

                @include responds(small) {
                    width: 80px;
                }
            }
        }
    }
        */
/*底圖切換*/
.mapctrl_wrap {
  width: 220px; }
  .mapctrl_wrap .txt .checkmarkWrap {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .mapctrl_wrap .txt .checkmarkWrap .checkmarkMap {
      position: relative;
      top: 0;
      left: 0;
      height: 32px;
      width: 32px;
      background-color: rgba(144, 108, 108, 0.25);
      border-radius: 16px;
      box-sizing: border-box;
      /*display: inline-block;
                vertical-align: middle;*/
      box-shadow: #999 -3px 3px;
      /*&.grey {
                    background-color: rgba(144, 108, 108, 0.25);
                }*/ }
      .mapctrl_wrap .txt .checkmarkWrap .checkmarkMap.checked {
        background-color: rgba(25, 150, 250, 0.9); }
      .mapctrl_wrap .txt .checkmarkWrap .checkmarkMap:hover {
        background-color: rgba(25, 150, 250, 0.9); }
    .mapctrl_wrap .txt .checkmarkWrap .checkmarkMap:after {
      content: "";
      position: absolute;
      /* display: none; */
      opacity: 1;
      left: 12px;
      top: 8px;
      width: 8px;
      height: 14px;
      border: solid white;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
      box-sizing: inherit; }
    .mapctrl_wrap .txt .checkmarkWrap .mapctrlImg {
      /*display: inline-block;
                vertical-align: middle;*/
      border-bottom: 1px dashed;
      text-align: center;
      width: calc(100% - 32px); }
      .mapctrl_wrap .txt .checkmarkWrap .mapctrlImg img {
        /*width: 30px;*/
        width: 65px; }

.AIMonitor_wrap, .AIMonitorAlert_wrap {
  display: none;
  position: absolute;
  width: 500px;
  top: calc(100% / 2 - 25%);
  left: calc(50% - 250px);
  height: 50%; }
  @media all and (max-width: 767px) {
    .AIMonitor_wrap, .AIMonitorAlert_wrap {
      width: 80%;
      left: calc(50% - 40%); } }
  .AIMonitor_wrap .title, .AIMonitorAlert_wrap .title {
    padding: 5px;
    font-size: 0;
    background-color: #16235a;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .AIMonitor_wrap .title > img, .AIMonitorAlert_wrap .title > img {
      display: inline-block;
      line-height: 1rem;
      vertical-align: middle;
      margin-right: 5px;
      max-height: 25px; }
    .AIMonitor_wrap .title > p, .AIMonitorAlert_wrap .title > p {
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
    .AIMonitor_wrap .title .closeBtn_wrap, .AIMonitorAlert_wrap .title .closeBtn_wrap {
      float: right; }
      .AIMonitor_wrap .title .closeBtn_wrap a, .AIMonitorAlert_wrap .title .closeBtn_wrap a {
        text-decoration: none;
        display: inline-block;
        color: #16235a; }
  .AIMonitor_wrap .txt, .AIMonitorAlert_wrap .txt {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 0;
    /*max-height: 50vh;*/
    height: 100%;
    /*max-height: 38vh;*/
    overflow-y: auto; }
    .AIMonitor_wrap .txt .monitorWrap, .AIMonitorAlert_wrap .txt .monitorWrap {
      display: flex;
      flex-wrap: wrap; }
      .AIMonitor_wrap .txt .monitorWrap .levelWrap, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap {
        width: 25%;
        padding: 0 5px; }
        @media all and (max-width: 767px) {
          .AIMonitor_wrap .txt .monitorWrap .levelWrap, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap {
            display: flex;
            width: 100%; } }
        .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor {
          flex-grow: 1;
          /*width: 100px;*/
          text-align: center;
          color: white;
          border-radius: 15px;
          margin: 5px 0; }
          @media all and (max-width: 767px) {
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor {
              margin: 5px; } }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor p, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor p {
            color: #2f2f2f;
            line-height: 40px;
            font-weight: bold; }
            @media all and (max-width: 767px) {
              .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor p, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor p {
                font-size: 12px; } }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor p:nth-of-type(1), .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor p:nth-of-type(1) {
              border-bottom: 1px dashed; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor span, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor span {
            color: #2f2f2f;
            font-weight: 900;
            font-size: 18px; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level1, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level1 {
            background-color: #009865; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level2, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level2 {
            background-color: #FFFB26; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level3, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level3 {
            background-color: #FF9835; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level4, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level4 {
            background-color: #CA0034; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level4 p, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level4 p {
              color: white; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level4 span, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level4 span {
              color: white; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level5, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level5 {
            background-color: #670099; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level5 p, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level5 p {
              color: white; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level5 span, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level5 span {
              color: white; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level6, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level6 {
            background-color: #7E0123; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level6 p, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level6 p {
              color: white; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level6 span, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level6 span {
              color: white; }
          .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level7, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level7 {
            background-color: #7E0123; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level7 p, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level7 p {
              color: white; }
            .AIMonitor_wrap .txt .monitorWrap .levelWrap .monitor.level7 span, .AIMonitorAlert_wrap .txt .monitorWrap .levelWrap .monitor.level7 span {
              color: white; }
      .AIMonitor_wrap .txt .monitorWrap .iframeWrap, .AIMonitorAlert_wrap .txt .monitorWrap .iframeWrap {
        width: 75%; }
        @media all and (max-width: 767px) {
          .AIMonitor_wrap .txt .monitorWrap .iframeWrap, .AIMonitorAlert_wrap .txt .monitorWrap .iframeWrap {
            width: 100%; } }
    .AIMonitor_wrap .txt .monitorAngleWrap, .AIMonitorAlert_wrap .txt .monitorAngleWrap {
      padding: 10px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center; }

.AIMonitorAlert_wrap .txt label {
  font-weight: 900; }

.AIMonitorAlert_wrap .txt div {
  padding: 10px 0; }
  .AIMonitorAlert_wrap .txt div > img {
    width: 100%;
    height: auto; }

.spcctrl_wrap {
  width: 330px; }
  .spcctrl_wrap .noticeBtn_wrap {
    display: flex;
    flex-wrap: wrap; }
    .spcctrl_wrap .noticeBtn_wrap li {
      flex-grow: 1;
      margin: 10px 5px;
      padding: 5px;
      color: #16235a;
      box-sizing: border-box;
      text-align: center;
      display: block;
      background: #fff;
      font-weight: bold;
      border: 1px dashed #16235a; }
      .spcctrl_wrap .noticeBtn_wrap li.active {
        background-color: #f1c01a; }
      .spcctrl_wrap .noticeBtn_wrap li.disabled {
        background-color: #6c757d;
        border: 1px dashed #6c757d;
        opacity: .65; }
        .spcctrl_wrap .noticeBtn_wrap li.disabled a {
          color: #fff; }
  .spcctrl_wrap .tab-inner {
    display: none; }
  @media all and (max-width: 767px) {
    .spcctrl_wrap .selectDate_wrap {
      text-align: center; } }
  .spcctrl_wrap .selectDate_wrap .spcctrl_time_input {
    width: 120px;
    font-size: 12px; }
    @media all and (max-width: 767px) {
      .spcctrl_wrap .selectDate_wrap .spcctrl_time_input {
        display: block;
        width: 100%; } }
  .spcctrl_wrap .selectDate_wrap .spcctrl_search_btn {
    font-size: 1rem; }
    @media all and (max-width: 767px) {
      .spcctrl_wrap .selectDate_wrap .spcctrl_search_btn {
        margin: 5px 0; } }
  .spcctrl_wrap img {
    vertical-align: middle; }

.spcctrl_wrap_one {
  display: none;
  position: absolute;
  top: 100px;
  left: 50px;
  width: 300px;
  max-width: 70%;
  /*height: 71vh;*/
  height: 70%;
  max-height: calc(100% - 100px - 20px);
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  transition: width 0.3s; }
  .spcctrl_wrap_one .spc_openBtn {
    position: absolute;
    width: 20px;
    top: 10px;
    right: -20px; }
    .spcctrl_wrap_one .spc_openBtn .btn_open, .spcctrl_wrap_one .spc_openBtn .closeBtn_wrap {
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .spcctrl_wrap_one .spc_openBtn .btn_open {
      background-color: #999; }
      .spcctrl_wrap_one .spc_openBtn .btn_open img {
        transform: rotate(-180deg); }
    .spcctrl_wrap_one .spc_openBtn .closeBtn_wrap {
      /*top: 50px;*/
      background-color: #FF8627; }

.spc_articleTitle {
  margin-bottom: 10px;
  /*padding-left: 10px;*/
  width: auto;
  /*height: 27px;*/
  background-color: #16235a;
  background-image: url(../images/articleTitle.png);
  background-position: left;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #fff;
  text-align: center; }

.below_inner_wrap {
  display: none;
  position: absolute;
  width: 315px;
  z-index: 1;
  /*畫面中央*/
  /*top: 50%;
    left: 50%;*/
  top: 40%;
  /*top: calc(50% - 25%);*/
  left: calc(50% - 157px);
  height: auto;
  /*transform: translate(-50%, -50%);*/ }
  .below_inner_wrap .title {
    padding: 5px;
    font-size: 0;
    background-color: #16235a;
    border-radius: 10px 10px 0 0;
    overflow: hidden; }
    .below_inner_wrap .title > img {
      display: inline-block;
      line-height: 1rem;
      vertical-align: middle;
      margin-right: 5px;
      max-height: 25px; }
    .below_inner_wrap .title > p {
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
    .below_inner_wrap .title .closeBtn_wrap {
      float: right; }
      .below_inner_wrap .title .closeBtn_wrap a {
        text-decoration: none;
        display: inline-block;
        color: #16235a; }
  .below_inner_wrap .txt {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    font-size: 0;
    /*max-height: 38vh;*/
    /*max-height: 200px;*/
    max-height: calc(100vh - 74px - 60vh);
    overflow-y: auto; }
    @media screen and (max-height: 500px) {
      .below_inner_wrap .txt {
        max-height: calc(40vh); } }
    .below_inner_wrap .txt label {
      width: 30%;
      display: inline-block; }
    .below_inner_wrap .txt select {
      width: 70%;
      display: inline-block;
      margin-bottom: 10px;
      transform: translate(1%, 1%); }
    .below_inner_wrap .txt input {
      width: 70%;
      display: inline-block;
      margin-bottom: 10px;
      transform: translate(1%, 1%); }
    .below_inner_wrap .txt .btn {
      float: right;
      background-color: #B3E2F4;
      padding: 2px 10px;
      box-sizing: border-box;
      border: 1px solid #16235a;
      border-radius: 10px;
      font-weight: bold;
      box-shadow: #162359 -3px 3px 0px;
      text-align: center;
      display: inline-block;
      margin: 5px;
      margin: 5px; }
      .below_inner_wrap .txt .btn:hover {
        background-color: #f1c01a;
        color: #16235a;
        box-sizing: border-box;
        transform: translateY(-2px);
        box-shadow: #162359 -5px 5px 0px; }
      .below_inner_wrap .txt .btn:focus {
        outline: none; }
    .below_inner_wrap .txt .clearfix {
      height: 0;
      clear: both; }
    .below_inner_wrap .txt .operateDescription label {
      width: 26%; }
    .below_inner_wrap .txt .operateDescription div {
      width: 74%;
      display: inline-block;
      vertical-align: top; }
  .below_inner_wrap.draw_wrap label {
    width: 26%; }
  .below_inner_wrap.draw_wrap .sort_select_wrap {
    border: 1px solid #767676;
    width: 72%;
    display: inline-block;
    vertical-align: top; }
    .below_inner_wrap.draw_wrap .sort_select_wrap input {
      width: auto; }
    .below_inner_wrap.draw_wrap .sort_select_wrap label {
      width: auto; }

.historyList_wrap {
  display: none;
  position: absolute;
  top: 100px;
  right: 70px;
  width: 300px;
  max-width: 70%;
  height: auto;
  max-height: calc(100% - 100px - 20px);
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: white; }
  .historyList_wrap .inner_title {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    box-sizing: border-box; }

.epsg_wrap {
  position: fixed;
  bottom: 1px;
  background-color: rgba(22, 35, 90, 0.7);
  left: 150px;
  padding: 0 10px;
  border-radius: 10px; }
  @media all and (max-width: 767px) {
    .epsg_wrap {
      display: none; } }
  .epsg_wrap p,
  .epsg_wrap span {
    font-size: 12px;
    color: #fff; }
  .epsg_wrap p {
    display: inline-block; }
  .epsg_wrap span {
    color: yellow; }

.scale_wrap {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background-color: rgba(22, 35, 90, 0.7); }
  .scale_wrap p,
  .scale_wrap span {
    font-size: 12px;
    color: #fff; }

/*展點*/
.exhibition_details_wrap {
  position: absolute;
  top: 74px;
  left: 0;
  width: 400px;
  height: calc(100% - 74px);
  background-color: whitesmoke;
  z-index: 10;
  transform: translateX(-100%);
  transition: transform 1s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 500px) {
    .exhibition_details_wrap {
      width: 90%; } }

.exhibition_details, .EQEC_wrap {
  /*height: calc(100vh - 74px - 20px);*/
  height: 100%;
  background-color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  overflow-y: auto; }
  .exhibition_details .title, .EQEC_wrap .title {
    border-bottom: 1px dashed;
    padding: 10px 0;
    font-weight: bold; }
  .exhibition_details .detail_wrap, .EQEC_wrap .detail_wrap {
    border-bottom: 1px dashed;
    padding: 10px 0;
    box-sizing: border-box;
    max-height: 65px;
    font-size: 0;
    overflow: auto; }
    .exhibition_details .detail_wrap .tab-title, .EQEC_wrap .detail_wrap .tab-title {
      width: max-content; }
      .exhibition_details .detail_wrap .tab-title .detail_icon, .EQEC_wrap .detail_wrap .tab-title .detail_icon {
        display: inline-block;
        vertical-align: top;
        /*width: 100px;*/
        text-align: center;
        /*padding-bottom: 10px;*/
        box-sizing: border-box;
        margin: 0 5px; }
        .exhibition_details .detail_wrap .tab-title .detail_icon a, .EQEC_wrap .detail_wrap .tab-title .detail_icon a {
          background: #B3E2F4;
          font-weight: bold;
          padding: 5px;
          display: block; }
        .exhibition_details .detail_wrap .tab-title .detail_icon img, .EQEC_wrap .detail_wrap .tab-title .detail_icon img {
          width: 20px;
          padding: 10px;
          border: 1px solid #ccc;
          border-radius: 50%; }
          .exhibition_details .detail_wrap .tab-title .detail_icon img:hover, .exhibition_details .detail_wrap .tab-title .detail_icon img:focus, .EQEC_wrap .detail_wrap .tab-title .detail_icon img:hover, .EQEC_wrap .detail_wrap .tab-title .detail_icon img:focus {
            background-color: #f1c01a; }
      .exhibition_details .detail_wrap .tab-title .active a, .EQEC_wrap .detail_wrap .tab-title .active a {
        background: #f1c01a; }
  .exhibition_details .status_wrap, .EQEC_wrap .status_wrap {
    overflow: auto; }
    .exhibition_details .status_wrap > div, .EQEC_wrap .status_wrap > div {
      display: flex;
      border-bottom: 1px solid #ccc; }
      .exhibition_details .status_wrap > div p, .EQEC_wrap .status_wrap > div p {
        width: 50%;
        line-height: 1.6; }
  .exhibition_details .btn_open, .EQEC_wrap .btn_open {
    position: absolute;
    width: 20px;
    height: 40px;
    background-color: #999;
    right: -20px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .exhibition_details .btn_open img, .EQEC_wrap .btn_open img {
      transform: rotate(90deg); }

/*--事業機構/陳情出現的btn-*/
.otherBtn_wrap {
  display: none;
  position: absolute;
  width: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100px;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3); }

.EQEC_wrap {
  width: 100%;
  position: absolute;
  z-index: 11;
  top: 74px;
  left: 0;
  padding: 10px;
  height: calc(100% - 74px);
  /*display: none;*/ }
  .EQEC_wrap .tab_inner_wrap {
    height: calc(100% - 53px); }
    .EQEC_wrap .tab_inner_wrap .tab-inner {
      height: 100%; }
      .EQEC_wrap .tab_inner_wrap .tab-inner iframe {
        width: 100%;
        /*height: calc(100vh - 74px - 120px - 25px);*/
        height: 100%; }
  .EQEC_wrap .closeBtn_wrap {
    position: absolute;
    right: 5px;
    background-color: #000;
    top: 5px;
    padding: 5px; }

.timePlay_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 86px;
  display: none;
  width: 80%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0px); }
  .timePlay_wrap .timePlayBtn {
    background-color: DodgerBlue;
    border: none;
    padding: 5px 8px;
    cursor: pointer;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0; }
  .timePlay_wrap #timelineSlider {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px - 30px);
    /*.ui-slider-range {
            background: #B3E2F4;
        }*/ }
    .timePlay_wrap #timelineSlider .tooltip {
      position: absolute;
      padding: 5px;
      bottom: 120%;
      right: 50%;
      transform: translate(50%, 0px); }
      .timePlay_wrap #timelineSlider .tooltip .tooltip-inner {
        max-width: 200px;
        padding: .25rem .5rem;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: .25rem;
        opacity: .9; }
      .timePlay_wrap #timelineSlider .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0px); }
        .timePlay_wrap #timelineSlider .tooltip .arrow::before {
          position: absolute;
          content: "";
          border-color: transparent;
          border-style: solid;
          bottom: 0;
          border-width: .4rem .4rem 0;
          border-top-color: #000; }

#windyPanel {
  width: 300px;
  height: 80px;
  /*background-color: gainsboro;*/
  z-index: 9999;
  position: absolute;
  left: 10px;
  top: 85vh;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  #windyPanel .windyPanelTitle {
    width: 100%;
    font-weight: 700;
    font-size: 1.5rem; }
  #windyPanel .windyLevel {
    width: 18%;
    height: 20px;
    position: relative; }
  #windyPanel .level1 {
    background-color: #bd0026; }
    #windyPanel .level1:before {
      position: absolute;
      content: "0";
      left: -4px;
      top: -1.2rem; }
  #windyPanel .level2 {
    background-color: #f03b20; }
    #windyPanel .level2:before {
      position: absolute;
      content: "2";
      left: -4px;
      top: -1.2rem; }
  #windyPanel .level3 {
    background-color: #fd8d3c; }
    #windyPanel .level3:before {
      position: absolute;
      content: "4";
      left: -4px;
      top: -1.2rem; }
  #windyPanel .level4 {
    background-color: #fecc5c; }
    #windyPanel .level4:before {
      position: absolute;
      content: "6";
      left: -4px;
      top: -1.2rem; }
  #windyPanel .level5 {
    background-color: #ffffb2; }
    #windyPanel .level5:before {
      position: absolute;
      content: "8";
      left: -4px;
      top: -1.2rem; }
    #windyPanel .level5:after {
      position: absolute;
      content: "10";
      right: -4px;
      top: -1.2rem; }

.legendTable {
  display: none; }
  .legendTable img {
    width: 100%; }

/*滚动条整体样式*/
::-webkit-scrollbar {
  width: 8px;
  /*竖向滚动条的宽度*/
  height: 8px;
  /*横向滚动条的高度*/ }

::-webkit-scrollbar-thumb {
  /*滚动条里面的小方块*/
  background: #666666;
  border-radius: 0px; }

::-webkit-scrollbar-track {
  /*滚动条轨道的样式*/
  background: #ccc;
  border-radius: 0px; }

.openX {
  transform: translateX(0%); }

.openright {
  right: 70px; }
  @media all and (max-width: 767px) {
    .openright {
      right: 0px; } }

.openWidth {
  width: 60%; }

@keyframes fade {
  from {
    opacity: 1.0; }
  50% {
    opacity: 0.0; }
  to {
    opacity: 1.0; } }

@media print {
  #map {
    height: 50%; }
  .main_wrap, .advanced_wrap, .left_feature_wrap, .right_feature_wrap, .below_inner_wrap, .exhibition_wrap, .AIMonitor_wrap, .searchbelow_wrap {
    display: none !important; }
  .tgMapTypeCtrl {
    display: none !important; }
  .legendTable {
    display: block; } }

@-webkit-keyframes blinker {
  0%, 50% {
    background-color: #16235a; }
  51%, 100% {
    background-color: #FF8627; } }
