  * {
    outline: 0;
    font-family: inherit;
    letter-spacing: -.05em;
    list-style:none;
  }
  .selected { 
    color: #FFFFFF;
    background: #cccccc;
  }

  body {
    background-color: #fafafa
  }

  html, body{
    position:relative;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
  }
  #map {
    clear: both;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: none;
  }
  @font-face {
    font-family: 'Hist_SangsuEx';
    src: /*url('../fonts/Hist_SangsuEx.ttf'), */
         url('../fonts/Hist_SangsuEx.woff') format('woff'),
         url('../fonts/Hist_SangsuEx.eot');
  }
  @font-face {
    font-family: 'Verdana';
    src: url('../fonts/verdana.ttf'),
         url('../fonts/verdana-bold.ttf');
  }
  #IM_FontLoad {
    font-family: 'Hist_SangsuEx'; /* 사용자 폰트 초기 로딩*/
    visibility:hidden;
    font-size: 0px;
    position:absolute;
    top: 0px;
    left: 0px;
  }
  /* -------------------------------------------------------------------------------------------------------------------------------------- */
  #header {
    position:relative;
    background-color: #fffff0;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    background: #ededed url(../images/bg_gnb.png) repeat-x 0 0;
  }
  #systemMenucontent {
    position: absolute;
    top: 54px;
    bottom: 33px;
    width: 55px;
    border: 1px solid black;
  }
  .circleMenu { 
    display: inline-block; 
    width: 58px;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
  }
  .circleMenu:after { content: ""; display: block; clear: both; }
  .circleMenu li { float: left; margin:2px 2px 2px; width: 50px; text-align: center; cursor: pointer; }
  .circleMenu li i { display: inline-block; width: 45px; height: 45px; border: 1px solid rgba(126, 126, 126, .4); border-radius: 50%; background-repeat: no-repeat; background-position: center; transition: border .3s ease-in-out; }
  .circleMenu li.on i, 
  .circleMenu li:hover i { border-color: rgba(126, 126, 126, 1); background-color: #ef772249;}
  .circleMenu li p { margin-top: 0px; font-size: 13px; font-weight: bold; line-height: 16px; color: #000000; word-break: keep-all; }
  .circleMenu li::marker { content: ""; display: none; clear: both; }

  .facilities__main li:nth-child(1) i { background-image: url('../images/icon_fac-1-0.png'); }
  .facilities__main li:nth-child(2) i { background-image: url('../images/icon_fac-1-1.png'); }
  .facilities__main li:nth-child(3) i { background-image: url('../images/icon_fac-1-3.png'); }
  .facilities__main li:nth-child(4) i { background-image: url('../images/icon_fac-1-2.png'); }
  .facilities__main li:nth-child(5) i { background-image: url('../images/icon_fac-1-6.png'); }
  .facilities__main li:nth-child(6) i { background-image: url('../images/icon_fac-1-5.png'); }
  .facilities__main li:nth-child(7) i { background-image: url('../images/icon_fac-1-4.png'); }
  .facilities__main li:nth-child(8) i { background-image: url('../images/icon_fac-1-7.png'); }
  .facilities__main li:nth-child(9) i { background-image: url('../images/icon_fac-1-8.png'); }
  .facilities__main li:nth-child(10) i { background-image: url('../images/icon_fac-1-9.png'); }
  /* -------------------------------------------------------------------------------------------------------------------------------------- */
  #main-content {
    position:absolute;
    top: 54px;
    bottom: 33px;
    left: 55px;
    right: 0px;
    border: none;
    margin: 0;
    padding: 0;
  } 
  #footer {
    position:absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    clear: both;
    background: #ededed url(../images/bg_gnb.png) repeat-x 0 0;
    height: 32px;
    border: none;
    margin: 0;
    padding: 0;
  }
  #projection{
    color: #FFFFFF; font-weight:normal; font-size:13px;padding-bottom:3px;background-color:#33405E;border: none;
}
  /* -------------------------------------------------------------------------------------------------------------------------------------- */
  #map-content {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 250px;
    right: 0px;
    border: 1px solid #7b98bc;
    margin: 0;
    padding: 0;
  } 
  #right-content {
    display:none;
    position:absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 0px;
    border: 1px solid #7b98bc;
    margin: 0;
    padding: 0;
    background-color: white;
    padding-top: 4px;
    z-index: 99999;
  } 
  #Left-content {
    position:absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 250px;
    border: 1px solid #7b98bc;
    margin: 0;
    padding: 0;
    background-color: white;
    padding-top: 4px;
  } 
  .toc_menu {
    scrollbar-base-color: white;
    scrollbar-face-color: #a2c6f3;
    scrollbar-3dlight-color: white;
    scrollbar-highlight-color: white;
    scrollbar-track-color: white;
    scrollbar-arrow-color: black;
    scrollbar-shadow-color: white;
    position: absolute;
    top: 32px;
    left: 0px;
    bottom: 0px; /* 60px */
    right: 0px;
    border: none;
    overflow-y:auto;
    overflow-x:hidden;
    background-color: white;
    margin: 0px;
    padding: 0px;
  } 
  .toc {
    position: relative;
    top: 20px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: white;
    border: none;
    margin: 0px;
    padding: 0px;
    display:block;
  }
  /* tab-------------------------------------------------------------------------------------------------------------------------------------- */
  ._tab_tabs {
    position: relative;
    display: flex;
    float: right;
    width: 230px;
    padding: 1px 3px 1px 3px;
    margin: 1px 18px 0px 0px;
    text-align: center;
    height: 30px;
  }
  ._tab_content {
    display:block;
    background-color: white;
  }
  ._tabs li {
    list-style:none;
    font-size: 15px; 
    font-weight: bold;

    width: 100px;
    flex: 1;
    display: flex;
    white-space: normal;
    text-align: center;
  }
  ._tabs a.active{
    background: #33405E;
    color:#fff;
    text-decoration:none;

    width: 100%;
    flex: 1;
    display: flex;
    text-align: center;
    display: inline-block;
  }
  ._tabs a {
    background:rgba(0,60,136,0.2);
    color:#000;

    width: 100%;
    flex: 1;
    display: flex;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
  }
  /* -------------------------------------------------------------------------------------------------------------------------------------- */
  /*
  ::-webkit-scrollbar {
    width: 17px;
  }
  ::-webkit-scrollbar-track {
    background-color: rgba(0,60,136,0.2);
  } 
  ::-webkit-scrollbar-thumb {
    background-color: #7b98bc;
  } 
  ::-webkit-scrollbar-corner {
    background-color: rgba(0,60,136,0.2);
  }
  */
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
      background-color: rgba(169, 190, 214, 0.5);
  }
  ::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.2);
  }
  input[type=range]::-webkit-slider-thumb { 
    -webkit-appearance: none; 
    cursor: pointer; 
    background: transparent;
    border: 1.5px solid rgb(123, 152, 188);
    height: 19px; 
    width: 12px; 
    border-radius: 3px; 
  }
  /* -------------------------------------------------------------------------------------------------------------------------------------- */
  .ol-scale-line {
    background: rgba(0,60,136,0.3);
    border-radius: 4px;
    bottom: 25px;
    left: 67px;
    padding: 2px;
    position: absolute;
  }
  /* -------------------------------------------------------------------------------------------------------------------------------------- */
  .ol-custom-overviewmap,
  .ol-custom-overviewmap.ol-uncollapsible {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
  }

  .ol-custom-overviewmap:not(.ol-collapsed)  {
    border: 1px solid black;
  }

  .ol-custom-overviewmap .ol-overviewmap-map {
    border: none;
    width: 300px;
    height: 150px;
    margin: 1px;
  }

  .ol-custom-overviewmap .ol-overviewmap-box {
    border: 2px solid red;
  }

  .ol-custom-overviewmap:not(.ol-collapsed) button{
    position: absolute;
    bottom: auto;
    left: auto;
    right: 1px;
    top: 1px;
  }
  .ol-custom-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-custom-overviewmap.ol-uncollapsible button {
    display: none;
  }
  .ol-rotate {
    top: 160px;
    right: 0;
  }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
      #_popup-content{
        top: 0;
        bottom:0;
        position:fixed;
        overflow-y:scroll;
        overflow-x:hidden;
      }
      .ol-popup {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.9);
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 0px 2px 5px 2px;
        border-radius: 5px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 150px;
        min-height: 60px;
        color: #474747;
        font-size: 13px;
        font-weight: bold;
        font-family: sans-serif;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: rgba(255, 255, 255, 0.7);
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 2px;
      }
      .ol-popup-closer:after {
        content: url("../images/Btn_Close.png");
      }
      .ol-popup .ol-popup-closer:after {
        content: url("../images/active_close.png");
      }
      .ol-popup-title {
        color: #000088;
        font-size: 13px;
        height: 23px;
        text-align: center;
        padding: 0px;
        padding-right: 20px;
        margin: 1px;
        border: 1px solid #BBB;
        background: rgba(0,60,136,0.2);
        height: 18px;
      }

      .code {
        background-color: rgba(255, 255, 255, 0.0);
        color: #474747;
        font-size: 13px;
        font-weight: bold;
        font-family: sans-serif;
        padding: 0px;
        white-space: nowrap;
      }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
      
      span.msg,
      span.choose {
        color: #555;
        padding: 5px 0 10px;
        display: inherit
      }
      .container {
        width: 500px;
        margin: 50px auto 0;
        text-align: center
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /*Styling Selectbox*/
      .dropdown {
        width: 110px;
        display: inline-block;
        border: 1px solid #7b98bc;
        background-color: #7b98bc;
        border-radius: 5px;
        box-shadow: 0 0 2px rgb(204, 204, 204);
        transition: all .5s ease;
        font-size: 13px;
        color: #FFFFFF;
        height: 20px;
        text-align: center;
        position:absolute;
        top: 12px; right: auto; bottom: auto; left: 50px;
      }
      .dropdown .select {
          cursor: pointer;
          display: block;
          padding: 0px;
          color: #FFFFFF;
          border: 1px solid #7b98bc;
          background-color: #7b98bc;
      }
      .dropdown .select > i {
          font-size: 13px;
          color: #888;
          cursor: pointer;
          transition: all .3s ease-in-out;
          float: right;
          line-height: 20px;
      }
      .dropdown:hover {
          box-shadow: 0 0 4px rgb(204, 204, 204);
      }
      .dropdown:active {
          background-color: rgb(204, 204, 204);
      }
      .dropdown.active:hover,
      .dropdown.active {
          box-shadow: 0 0 4px rgb(204, 204, 204);
          border-radius: 5px 5px 0 0;
          background-color: rgb(204, 204, 204);
          color: #474747;
      }
      .dropdown.active .select > i {
          transform: rotate(-90deg);
      }
      .dropdown .dropdown_menu {
        color: #474747;
        position: absolute;
        background-color: #ffffff;
        left: 0;
        margin-top: 1px;
        box-shadow: 0 1px 2px rgb(204, 204, 204);
        border-radius: 0 1px 5px 5px;
        overflow: hidden;
        display: none;
        /* max-height: 144px; */
        overflow-y: auto;
        z-index: 99999;
        font-size: 13px;
        text-align: center;
        width: 100%;
        border: 1px solid #7b98bc;
      }
      .dropdown .dropdown_menu li {
          padding: 0px;
          transition: all .2s ease-in-out;
          cursor: pointer;
      } 
      .dropdown .dropdown_menu {
          padding: 0;
          list-style: none;
      }
      .dropdown .dropdown_menu li:hover {
          background-color: #f2f2f2;
      }
      .dropdown .dropdown_menu li:active {
          background-color: #e2e2e2;
      }
      .dropdown .dropdown_menu li.selected {
        background-color: rgb(204, 204, 204);
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      .ol-zoom {
        top: 10px;
        opacity: 1;
        background-color: rgba(255,255,255,0);
        width: 0px;
        height: 0px;
        border: none;
      }
      .ol-zoomslider {
        top: 2.5em;
        left: 11px;
        height: 150px;
        width: 18px; 
        border: 1px solid #7b98bc;
        background-color: rgba(0,60,136,0.2);
        border-radius: 0px;
      }
      .ol-zoomslider button {
        position: relative;
        left: -0.5em;
        height: 10px;
        width: 24px;
      }
      
      .ol-zoom .ol-zoom-out {
        margin-top: 149px;
      }
      .ol-touch .ol-zoom .ol-zoom-out {
        margin-top: 212px;
      }
      .ol-touch .ol-zoomslider {
        top: 2.75em;
      }
      .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
      .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
        top: 3px;
      }
      .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
      .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
        top: 232px;
      }
      
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      canvas, img {
        image-rendering: optimizeQuality;
        image-rendering: -moz-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;
      }
      MapCanvasFill{
        position:absolute;
        top: 0px;
        left: 0px;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 거리/면적 툴팁 */
      .tooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
        top:0px;
        left:0px;
      }
      .tooltip-measure {
        opacity: 1;
        font-weight: bold;
      }
      .tooltip-static {
        background-color: #f15922;
        color: #FFFFFF;
        border: 1px solid white;
        font-weight: bold;
        opacity: 0.8;
      }
      .tooltip-measure:before,
      .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
      }
      .tooltip-static:before {
        border-top-color: #f15922;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* Scalelabel area main */
      .ScalelabelArea {display: inline-block;padding-right:10px;}
      .ScalelabelArea .btn_Scalelabel {display:inline-block; margin:0; height:25px; background:url('../images/ico_down01.png') no-repeat right 5px; box-sizing:border-box;}
      .ScalelabelArea .btn_Scalelabel span{display:inline-block; line-height:25px; padding-right:20px; box-sizing:border-box; font-size: 14px;font-weight: bold;text-align:left !important; color:#FFFFFF;}
      .div_ScalelabelArea {padding: 10px; height: 65px;width: 340px;padding-bottom:5px;position:absolute;right: -10px;bottom:32px;border:1px solid #d5dce8;background:#fff;display:none;z-index: 2;}
      
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* city area main */
      .adresArea {position:absolute; top:0px; left:450px; height:100%; padding-left:8px; padding-top:3px;}
      .adresArea .btn_adres {display:inline-block; margin:0; height:25px; background:url('../images/ico_down01.png') no-repeat right 5px; box-sizing:border-box;}
      .adresArea .btn_adres span{display:inline-block; line-height:25px; padding-right:20px; box-sizing:border-box; font-weight:normal;font-size:13px; text-align:left !important; color:#222222;}
      .div_adresArea {width: 400px; position:absolute;left:0;bottom:35px;border:1px solid #d5dce8;background:#fff;display:none; z-index:10000;}
      .div_adresArea .adresSelt {overflow:hidden;padding:5px;width: 100%;justify-content: space-between;display: flex;}
      .div_adresArea .adresSelt ul {float:left;overflow-y:scroll;width:125px;height:200px;background:#f4f6f8;margin-top:0;margin-bottom:0;padding-left:5px;}
      .div_adresArea .adresSelt li {padding-left:1px;height:20px;line-height:20px;cursor:pointer; list-style:none;}
      .div_adresArea .adresSelt li:hover,.adresSelt li.on {background:#a3acbd; color:#ffffff;}
      .mb10 {
        margin-top:0;margin-bottom:0;
      }
      .tc {
        text-align: center !important;
      }
      .btn {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        margin-right: 5px;
        width: 46px;
      }
      .btn .type1 {
        border: 1px solid #c6cddb;
        color: #222222;
      }
      .btn .type2 {
        border: 1px solid #3e4660;
        background-color: #1891da;
        color: #ffffff;
      }
      .btn a {
        min-width: 46px;
        height: 20px;
        padding-top: 1px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 1px;
        box-sizing: border-box;
        border-radius: 2px;
        line-height: 20px;
        text-align: center;
        text-decoration: none;
        background: #ffffff;
      }
      /* BLOK area main */
      .BLOK_adresArea {position:absolute; top:0px; left:750px; height:100%; padding-left:8px; padding-top:3px;}
      .BLOK_adresArea .BLOK_btn_adres {display:inline-block; margin:0; height:25px; background:url('../images/ico_down01.png') no-repeat right 5px; box-sizing:border-box;}
      .BLOK_adresArea .BLOK_btn_adres span{display:inline-block; line-height:25px; padding-right:20px; box-sizing:border-box; font-weight:normal;font-size:13px; text-align:left !important; color:#222222;}
      .BLOK_div_adresArea {width: 400px;position:absolute;left:0;bottom:35px;border:1px solid #d5dce8;background:#fff;display:none; z-index:100000;}
      .BLOK_div_adresArea .adresSelt {overflow:hidden;padding:5px;width: 100%;justify-content: space-between;display: flex;}
      .BLOK_div_adresArea .adresSelt ul {float:left;overflow-y:scroll;width:125px;height:200px;background:#f4f6f8;margin-top:0;margin-bottom:0;padding-left:5px;}
      .BLOK_div_adresArea .adresSelt li {padding-left:1px;height:20px;line-height:20px;cursor:pointer; list-style:none;}
      .BLOK_div_adresArea .adresSelt li:hover,.adresSelt li.on {background:#a3acbd; color:#ffffff;}
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      .search-result {
        width: 301px;
        height: 100%;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        margin-left: 61px;
        display: none;
        padding: 15px;
      }
      .snb_tit + .form_box.type_1 {
        margin-top: -16px;
        background: #ffffff;
        border: 1px solid #d5dce8;
      }
      .form_box.type_1 {
          border: 1px solid #e6eaf0;
          padding: 5px 5px 5px 5px;
          display: table;
          box-sizing: border-box;
          width: 100%;
      }
      .form_box input[type] {
        float: left;
        margin-right: 5px;
        font-size: 12px;
      }
      #btn_search_poi {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        margin-right: 5px;
        padding: 0px 0px 0px 0px;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      .roadviewmap {
        position:absolute;
        display: inline-block;
        border: 1px solid #7b98bc;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 1.0);
        width: 600px;
        height: 300px;
        left: 0px;
        bottom: 0px;
        z-index:99999;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 메인맵 회전 컨트롤*/
      #main_naviCompass svg {position: absolute; top: 12px; right: 17px;}
      #main_naviCompass {user-select: none;}
      #main_naviCompassDirection {
        display: block;
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: rgba(0,0,0,0);
        top: 10px;
        right: 5px;
      }
      #main_naviCompass {
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,0);
        top: 10px;
        right: 5px;
      }
      #main_drag {
        width: 100px;
        height: 100px;
        margin: auto auto;
        position: absolute;
        border-radius: 50%;
        top: 10px;
        right: 5px;
      }
      #main_rotate {
        position: absolute;
        width: 20px;
        height: 22px;
        top: 0px;
        left: 39px;
        background: rgba(0,0,0,0);
        z-index: 99999;
        cursor: pointer;
      }
      /* 브이월드 webGL 컨트롤*/
      /*
      path:hover { fill: rgb(0, 213, 255);}
      #naviCompass svg {position: absolute; top: 27px; right: 27px;}
      #naviCompass {user-select: none;}
      #naviCompassDirection {
        display: block;
        position: absolute;
        width: 124px;
        height: 124px;
        background-color: rgba(0,0,0,0);
        top: 10px;
        right: 5px;
      }
      #naviCompass {
        display: block;
        position: absolute;
        width: 124px;
        height: 124px;
        background-color: rgba(0,0,0,0);
        top: 10px;
        right: 5px;
      }
      */
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 검색창 */
      #Search_Form {
        display: none;
        position: absolute;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 99999;
        background: #fefefe;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #BBB;
        width: 600px;
        height: 300px;
        left: 50%;
        top: 50%;
        z-index: 99999;
      }
      #Search_title {
        color: #000000;
        font-size: 15px;
        height: 25px;
        text-align: center;
        padding: 0;
        border: 1px solid #BBB;
        background: #f0f0f0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      #Search_bady {
        position: absolute;
        top: 25px;
        width: 100%;
        bottom: 35px;
        background: #fefefe;
        border: 1px solid #BBB;
        cursor: default;
      }
      #Search_footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000000;
        font-size: 13px;
        height: 35px;
        text-align: center;
        padding: 0;
        padding-top: 5px;
        border: 1px solid #BBB;
        background: #f0f0f0;
      }
      #Search_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        overflow-x: hidden;
      }
      #Search_Table {
        width: 100%;
      }
      #Search_Table th {
        border-bottom: 1px solid #DDD;
        font-size: 11px;
        font-weight: normal;
        padding: 3px;
        vertical-align: middle;
        text-align: center;
        padding-right: 10px;
        width: 100px;
        color: #999;
      }
      #Search_Table td {
        border-bottom: 1px solid #DDD;
        font-size: 12px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        color: #000000;
      }
      #Search_Table td input{
        width: 100%;
        height: 100%;
        padding: 3px;
        padding-left: 5px;
        margin: 0;
        border: 0;
        color: #000000;
      }
      #Search_ResizeBtn {
        float: right;
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 13px;
        height: 13px;
        z-index: 20;
        background-image: url(../images/resize.png);
        line-height: 0px;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 객체정보창 */
      #Edit_Form {
        display: none;
        position: absolute;
        width: 350px;
        height: 350px;
        top: 213px;
        right: 0px;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 99999;
        background: #fefefe;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #BBB;
      }
      #Edit_title {
        color: #000000;
        font-size: 15px;
        height: 25px;
        text-align: center;
        padding: 0;
        border: 1px solid #BBB;
        background: #f0f0f0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      #Edit_bady {
        position: absolute;
        top: 25px;
        width: 100%;
        bottom: 35px;
        background: #fefefe;
        border: 1px solid #BBB;
        cursor: default;
      }
      #Edit_footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000000;
        font-size: 13px;
        height: 35px;
        text-align: center;
        padding: 0;
        padding-top: 5px;
        border: 1px solid #BBB;
        background: #f0f0f0;
      }
      #Edit_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
      }
      #Edit_Table {
        width: 100%;
      }
      #Edit_Table th {
        border-bottom: 1px solid #DDD;
        font-size: 11px;
        font-weight: normal;
        padding: 3px;
        vertical-align: middle;
        text-align: center;
        padding-right: 10px;
        width: 100px;
        color: #999;
      }
      #Edit_Table td {
        border-bottom: 1px solid #DDD;
        font-size: 12px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        vertical-align: top;
        color: #000000;
      }
      #Edit_Table td input{
        width: 100%;
        height: 100%;
        padding: 3px;
        padding-left: 5px;
        margin: 0;
        border: 0;
        color: #000000;
      }
      #Edit_ResizeBtn {
        float: right;
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 13px;
        height: 13px;
        z-index: 20;
        background-image: url(../images/resize.png);
        line-height: 0px;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* Analysis창 */
      #Analysis_Form {
        display: none;
        position: absolute;
        width: 300px;
        height: 300px;
        bottom: 33px;
        right: 0px;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 9999;
        background: #fefefe;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #BBB;
        z-index: 99999;
      }
      #Analysis_title {
        color: #000000;
        font-size: 15px;
        height: 25px;
        text-align: center;
        padding: 0;
        border: 1px solid #BBB;
        background: #f0f0f0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      #Analysis_bady {
        position: absolute;
        top: 25px;
        width: 100%;
        bottom: 20px;
        background: #fefefe;
        cursor: default;
      }
      #Analysis_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
      }
      #Analysis_ResizeBtn {
        float: right;
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 13px;
        height: 13px;
        z-index: 20;
        background-image: url(../images/resize.png);
        line-height: 0px;
      }
      #Analysis_footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000000;
        font-size: 13px;
        height: 20px;
        text-align: center;
        padding: 0;
        background: #FFFFFF;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* SpatialOperations창 */
      #SOer_Form {
        display: none;
        position: absolute;
        width: 550px;
        height: 300px;
        bottom: 33px;
        right: 0px;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 99999;
        background: #fefefe;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #BBB;
      }
      #SOer_title {
        color: #000000;
        font-size: 15px;
        height: 25px;
        text-align: center;
        padding: 0;
        border: 1px solid #BBB;
        background: #f0f0f0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      #SOer_bady {
        position: absolute;
        top: 55px;
        width: 100%;
        bottom: 20px;
        background: #fefefe;
        cursor: default;
      }
      #SOer_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
      }
      #SOer_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        overflow-x: hidden;
      }
      #SOer_Table {
        width: 100%;
      }
      #SOer_Table th {
        border-bottom: 1px solid #DDD;
        font-size: 11px;
        font-weight: normal;
        padding: 1px;
        vertical-align: middle;
        text-align: center;
        color: #999;
      }
      #SOer_Table td {
        border-bottom: 1px solid #DDD;
        font-size: 12px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        color: #000000;
      }
      #SOer_Table td input{
        width: 100%;
        height: 100%;
        padding: 3px;
        padding-left: 5px;
        margin: 0;
        border: 0;
        color: #000000;
      }
      #SOer_ResizeBtn {
        float: right;
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 13px;
        height: 13px;
        z-index: 20;
        background-image: url(../images/resize.png);
        line-height: 0px;
      }
      #SOer_footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000000;
        font-size: 13px;
        height: 20px;
        text-align: center;
        padding: 0;
        background: #FFFFFF;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 최단경로 상세정보창 */
      #shortest_Form {
        display: none;
        position: absolute;
        width: 550px;
        height: 300px;
        bottom: 33px;
        right: 0px;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 99999;
        background: #fefefe;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #BBB;
      }
      #shortest_title {
        color: #000000;
        font-size: 15px;
        height: 25px;
        text-align: center;
        padding: 0;
        border: 1px solid #BBB;
        background: #f0f0f0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      #shortest_bady {
        position: absolute;
        top: 25px;
        width: 100%;
        bottom: 20px;
        background: #fefefe;
        cursor: default;
      }
      #shortest_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
      }
      #shortest_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        overflow-x: hidden;
      }
      #shortest_Table {
        width: 100%;
      }
      #shortest_Table th {
        border-bottom: 1px solid #DDD;
        font-size: 11px;
        font-weight: normal;
        padding: 1px;
        vertical-align: middle;
        text-align: center;
        color: #999;
      }
      #shortest_Table td {
        border-bottom: 1px solid #DDD;
        
        font-size: 12px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        color: #000000;
        height: 20px;
      }
      #shortest_Table td input{
        width: 100%;
        height: 100%;
        padding: 3px;
        padding-left: 5px;
        margin: 0;
        border: 0;
        color: #000000;
      }
      #shortest_ResizeBtn {
        float: right;
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 13px;
        height: 13px;
        z-index: 20;
        background-image: url(../images/resize.png);
        line-height: 0px;
      }
      #shortest_footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000000;
        font-size: 13px;
        height: 20px;
        text-align: center;
        padding: 0;
        background: #FFFFFF;
      }
      /* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* legend창 */
      #legend_Form {
        display: none;
        position: absolute;
        width: 175px;
        height: 160px;
        bottom: 33px;
        right: 0px;
        margin: 0;
        padding: 0;
        border: 0;
        z-index: 99999;
        background: #fefefe;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #BBB;
      }
      #legend_title {
        color: #000000;
        font-size: 15px;
        height: 25px;
        text-align: center;
        padding: 0;
        border: 1px solid #BBB;
        background: #f0f0f0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }
      #legend_bady {
        position: absolute;
        top: 25px;
        width: 100%;
        bottom: 20px;
        background: #fefefe;
        cursor: default;
      }
      #legend_TableDiv {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
      }
      #legend_ResizeBtn {
        float: right;
        position: absolute;
        right: 3px;
        bottom: 3px;
        width: 13px;
        height: 13px;
        z-index: 20;
        background-image: url(../images/resize.png);
        line-height: 0px;
      }
      #legend_footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: #000000;
        font-size: 13px;
        height: 20px;
        text-align: center;
        padding: 0;
        background: #FFFFFF;
      }
    /* -------------------------------------------------------------------------------------------------------------------------------------- */
      .Map_tooltip {
        position: relative;
        padding: 3px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        opacity: 0.9;
        white-space: nowrap;
        font: 10pt sans-serif;
        z-index: 9999;
      }
    /* -------------------------------------------------------------------------------------------------------------------------------------- */
    .popover-content {
      font-size: 13px;
      font-weight: bold;
      font-family: sans-serif;
      white-space: nowrap;
      padding: 5px 5px;
    }
    #popup-auto {
        min-width: 200px;
        background-color: rgba(255, 255, 255, 0.0);
        color: #474747;
        padding: 0px;
    }
    .p-marker_no { display: none; }
    .p-marker_Arrows_left { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../images/Arrows_left.png"); }
    .p-marker_Arrows_right { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../images/Arrows_right.png"); }
    .p-marker_Arrows_left2 { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../images/Arrows_left2.png"); }
    .p-marker_Arrows_right2 { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../images/Arrows_right2.png"); }
    .p-marker_Arrows_uturn { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../images/Arrows_uturn.png"); }
    .p-marker_crosswalk { display: block; position: absolute; bottom: -15px; left: 50%; margin-left: -10px; width: 20px; height: 20px; background-image: url("../images/crosswalk.png"); }
    /* -------------------------------------------------------------------------------------------------------------------------------------- */
    /* 계측기정보창 */
    .mainBottom_Form {
      display: none;
      position: absolute;
      width: 350px;
      height: 350px;
      bottom: 32px;
      right: 0px;
      margin: 0;
      padding: 0;
      border: 0;
      z-index: 99999;
      background: #fefefe;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border: 1px solid #BBB;
    }
    .mainBottom_title {
      color: #000000;
      font-size: 15px;
      height: 25px;
      text-align: center;
      padding: 0;
      border: 1px solid #BBB;
      background: #f0f0f0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    .mainBottom_bady {
      position: absolute;
      top: 25px;
      width: 100%;
      bottom: 20px;
      background: #fefefe;
      cursor: default;
    }
    .mainBottom_footer {
      position: absolute;
      bottom: 0px;
      width: 100%;
      color: #000000;
      font-size: 13px;
      height: 0px;
      text-align: center;
      padding: 0;
      padding-top: 5px;
    }
    .mainBottom_TableDiv {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: hidden;
      float: left;
      text-align: left;
    }
    .mainBottom_ResizeBtn {
      float: right;
      position: absolute;
      right: 3px;
      bottom: 3px;
      width: 13px;
      height: 13px;
      z-index: 20;
      background-image: url(../images/resize.png);
      line-height: 0px;
    }
    .mainBottom_Form .dropdown {
      width: 110px;
      display: inline-block;
      border: 1px solid #7b98bc;
      background-color: #7b98bc;
      border-radius: 5px;
      box-shadow: 0 0 2px rgb(204, 204, 204);
      transition: all .5s ease;
      font-size: 13px;
      color: #FFFFFF;
      height: 20px;
      text-align: center;
      position:absolute;
      top: -23px; right: auto; bottom: auto; left: 330px;
    }
    .mainBottom_Form .Button_content {
      position:absolute;
      top: -23px; right: auto; bottom: auto; left: 5px;
    }
    .mainBottom_Form .button-strip {
      position: static;
      width: 100%;
      height: 22px;
      border-radius: 5px;
      display: flex;
      padding: 1px;
    }
    #MapModeButton{
      top: 35px;
    }

    .mainBottom_Form .Table {
      width: 100%;
    }
    .mainBottom_Form .Table th {
      border-bottom: 1px solid #DDD;
      font-size: 11px;
      font-weight: normal;
      padding: 1px;
      vertical-align: middle;
      text-align: center;
      color: #999;
    }
    .mainBottom_Form .Table td {
      border-bottom: 1px solid #DDD;
      font-size: 12px;
      font-weight: bold;
      padding: 0;
      margin: 0;
      vertical-align: middle;
      color: #000000;
    }
    /* -------------------------------------------------------------------------------------------------------------------------------------- */
    /*spinner*/
    .spinner input {
      text-align: right;
    }
    .input-group-btn-vertical {
      position: relative;
      white-space: nowrap;
      width: 1%;
      vertical-align: middle;
      display: table-cell;
    }
    .input-group-btn-vertical > .btn {
      display: block;
      float: none;
      width: 100%;
      max-width: 100%;
      position: relative;
      border-radius: 0;
      text-align: center;
      margin: 0px;
      padding: 5px 10px 7px 5px;
    }
    .input-group-btn-vertical > .btn:first-child {
      border-top-right-radius: 4px;
    }
    .input-group-btn-vertical > .btn:last-child {
      margin-top: -2px;
      border-bottom-right-radius: 4px;
    }
    .input-group-btn-vertical i{
      position: absolute;
      top: -1px;
      left: 4px;
    }
    /* -------------------------------------------------------------------------------------------------------------------------------------- */
    /*-- WaterGenealogy_chart --*/
    .node.team_large rect {
      fill: #F57C00;
    }
    .node.team_medium rect {
      fill: #016e25;
    }
    .node.team_Small rect {
      fill: #006699;
    }
    .node.team_Flow rect {
      fill: #B9062F;
    }
    .node.team_Pressure rect {
      fill: #0000CD;
    }
    .link path {
      pointer-events: none;
    }
    /* -------------------------------------------------------------------------------------------------------------------------------------- */
    .Flow_menu {
      position: absolute;
      width: 100%;
      top: 32px;
      bottom: 0px;
      border: none;
      overflow: hidden auto;
      background-color: white;
      margin: 0px;
      padding: 0px;
    }
    .Flow_List {
      position: absolute;
      width: 100%;
      top: 30px;
      bottom: 0px;
    }

    /* -------------------------------------------------------------------------------------------------------------------------------------- */
    /* 검색창 */
#Print_Form {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99999;
  background: #fefefe;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #BBB;
  width: 600px;
  height: 300px;
  left: 50%;
  top: 50%;
  z-index: 99999;
}
#Print_title {
  color: #000000;
  font-size: 15px;
  height: 25px;
  text-align: center;
  padding: 0;
  border: 1px solid #BBB;
  background: #f0f0f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 4px;
}
#Print_bady {
  position: absolute;
  top: 25px;
  width: 100%;
  bottom: 35px;
  background: #fefefe;
  border: 1px solid #BBB;
  cursor: default;
  padding: 10px;
}
#Print_footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #000000;
  font-size: 13px;
  height: 35px;
  text-align: center;
  padding: 0;
  padding-top: 5px;
  border: 1px solid #BBB;
  background: #f0f0f0;
}
#Print_Form .CB_Page_select {
  color: #474747;
  width: 200px;
  height: 20px;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  cursor: default;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
  border-image: initial;
}

.radio-container {
  position: absolute;
  top: 4px;
  left: 536px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  margin-left: 9px;
  /* width: calc(100% - 170px); */
}

.radio-container .buldingType-radio {
  margin: 0 2px 0 0;
}

.radio-container .radio-group {
  display: flex;
  align-items: center;
  margin: 4px 0;
  cursor: pointer;
}

.radio-container .radio-group input[type=radio] {
  margin: 0 2px 0 0;
}

.radio-container .radio-group input[type=radio] + label {
  font-weight: normal;
  font-size: 14px;
  margin-right: 6px;
  color: var(--textBase2);
}