﻿* { 
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif; 
    line-height: 100%; 
    letter-spacing: -.05em; 
}
html, body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.afterClear:after { content: ""; display: block; clear: both; }

.Map_tooltip {
    position: relative;
    padding: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0.7;
    white-space: nowrap;
    font: 10pt sans-serif;
    z-index: 9999;
}

#main-content {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: none;
    margin: 0;
    padding: 0;
} 
#footer {
    position:absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    clear: both;
    background-color: #7b98bc;
    height: 32px;
    border: none;
    margin: 0;
    padding: 0;
}

#wrap { position: relative; width: 100vw; height: 100vh; overflow: hidden; background-color: #ccc; }

#map-content {
    position:absolute;
    top: 0px;
    bottom: 0px;
    left: 391px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    transition: left .3s ease-in-out;
    width: 100vw;
    height: 100vh;
}
#map-content #container{
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 32px;
    background-color: #FFFFFF;
    border-top: 5px solid #7b98bc;
}
#map-content.wide { left: 0px; }
#main_map { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%;}
#main_map_2 { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%;}
#Map3D_content { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; display: none;z-index:0;}
#main_map .marker { position: absolute; top: 50%; left: 50%; width: 1px; height: 1px; }
#main_map .marker.wt:before { background-image: url("../image/icon_marker-2.png"); }
#main_map .marker.circle i { margin-bottom: -10px; margin-left: -10px; bottom: 50%; width: 20px; height: 20px; background-image: none; background-color: #fff; border: 1px solid #7b98bc; border-radius: 50%; font-size: 12px; color: #5a5a5a; font-weight: 500; line-height: 20px; letter-spacing: -1px; text-indent: -1px; }
#main_map .marker .txt { display: none; position: absolute; bottom: 48px; left: 50%; padding: 6px 12px; min-width: 170px; background-color: #fff; border: 1px solid #7b98bc; text-align: center; transform: translateX(-50%); }
#main_map .marker.on .txt { display: block; }
#main_map .marker p { display: inline-block; width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    font-size: 13px; color: #333333; font-weight: 300; letter-spacing: -.5px; line-height: 20px; }
#main_map .line { position: absolute; top: 50%; left: 50%; width: 50px; height: 1px; }
#main_map .line:before { content: ""; display: block; margin-top: -6px; width: 100%; height: 12px; background-color: #7b98bc; border-top: 2px solid #fff; border-bottom: 2px solid #fff; border-radius: 6px; }
#main_map .line.trans:before { border: 0; opacity: .5; }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.ol-scale-line {
    left: 310px;
    bottom: 4px;
}

.ol-custom-overviewmap,
.ol-custom-overviewmap.ol-uncollapsible {
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
}
.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 .ol-overviewmap-box:hover {
    cursor: move;
}
.ol-custom-overviewmap:not(.ol-collapsed) button{
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: auto;
  top: auto;
}
.ol-custom-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-custom-overviewmap.ol-uncollapsible button {
  display: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.leftBox { position: fixed; top: 0; left: 0; width: 391px; height: 100%; border: 5px solid #7b98bc; background-color: #fff; z-index: 200; transition: left .3s ease-in-out; }
.leftBox.close { left: -391px; opacity: 1;}
.leftBox__leftTop { position: relative; padding: 5px 10px 10px; background-color: #7b98bc; z-index: 1; }
.leftTop__logo { float: left;  }
.leftTop__mobileMenu { display: none; }
.leftTop__Title { padding: 0px;}
.leftTop__Title .Titlelabel{
    font-family: Verdana;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    bottom: 0px;
    top: 10px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.leftTop__back { display: none; }
.leftTop__searchBox { position: relative; margin-top: 10px; width: 100%; height: 46px; background-color: #fff; border-radius: 3px; }
.leftTop__searchBox form { height: 100%; }
.leftTop__searchBox input[type=text] { padding: 0 20px; width: 100%; height: 100%; font-size: 15px; color: #454545; letter-spacing: -.4px; background-color: transparent; }
.leftTop__searchBox input::placeholder {color: #bbb;}
.leftTop__searchBox input[type=submit] { position: absolute; top: 0; right: 0; width: 48px; height: 100%; font-size: 0; color: transparent; border: none; background-color: transparent; background-image: url('../image/icon_search-1.png'); background-position: center; background-repeat: no-repeat; }
.leftTop__toggleBtn { position: absolute; top: 1px; right: -23px; width: 19px; height: 45px; border: 1px solid #d9d9d9; border-left: none; border-radius: 3px; background-color: #fff; overflow: hidden; }
.leftTop__toggleBtn a { display: block; width: 100%; height: 100%; text-align: center; }
.leftTop__toggleBtn a span { width: 100%; display: inline-block; font-size: 10px; color: #7b98bc; line-height: 45px; transform: rotateZ(0deg); transition: transform .3s ease-in-out; }
.leftBox.close .leftTop__toggleBtn a span { transform: rotateZ(180deg); }

.leftMeddle__menu {padding: 5px 13px 0px; border-bottom: 1px solid #d9d9d9; pointer-events: auto;touch-action: auto;}
.leftMeddle__menu ul { margin-bottom: 5px; }
.leftMeddle__menu ul:after { content: ""; display: block; clear: both; }
.leftMeddle__menu ul li { float: left; margin: 0px 3.5px; width: 80px; height: 31px; border-radius: 5px; background-color: #7b98bc; font-size: 15px; font-weight: 500; color: #fff; text-align: center; line-height: 31px; cursor: pointer; transition: background .3s ease-in-out; }
.leftMeddle__menu ul li:last-child { margin-right: 0; }
.leftMeddle__menu ul li.on,
.leftMeddle__menu ul li:hover { background-color: #1891da; }

.leftMeddle__facilities { display: none; pointer-events: auto;touch-action: auto;}
.leftMeddle__facilities .toc {
    position: relative;
    padding:0px; 
    margin: 0px;
    height: calc(100vh - 230px); 
    border: none;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
}

.leftMeddle__searchResult { display: none; pointer-events: auto;touch-action: auto;}
.leftMeddle__searchResult .scroll { padding:0px; height: calc(100vh - 250px); overflow: hidden; font-size: 15px; font-weight: normal;}

.leftBox__leftBottom { position: absolute; padding-top: 6px; bottom: 0; left: 0; width: 100%;}
.leftBottom__etcBtn { padding-left: 10px; border-bottom: 1px solid #d9d9d9; }
.leftBottom__etcBtn ul { padding: 0px; margin: 0px; }
.leftBottom__etcBtn ul:after { content: ""; display: block; clear: both; }
.leftBottom__etcBtn ul li { float: left; position: relative; padding: 0 12px; }
.leftBottom__etcBtn ul li:before { content: "|"; display: block; position: absolute; top: 0; left: 0; font-size: 14px; color: #bebebe; }
.leftBottom__etcBtn ul li:first-child:before { display: none; }
.leftBottom__etcBtn ul li a,
.leftBottom__etcBtn ul li p { font-size: 14px; color: #666666; letter-spacing: -.5px; cursor: pointer; }
.leftBottom__etcBtn ul li select { font-size: 14px; color: #666666; letter-spacing: -.5px; }
.leftBottom__etcBtn ul li.select:after { content: "▲"; position: absolute; top: 0px; right: -5px; font-size: 7px; color: #999999; }
.leftBottom__etcBtn ul li.select ul { display: none; position: absolute; bottom: -9px; left: 5px; box-shadow: 0px 0px 2px rgba(0, 0, 0, .3); z-index: 1; }
.leftBottom__etcBtn ul li.select ul.open { display: block; }
.leftBottom__etcBtn ul li.select ul li { width: 120px; height: 33px; background-color: #fff; border-top: 1px solid #cccccc; }
.leftBottom__etcBtn ul li.select ul li:first-child { border: none; }
.leftBottom__etcBtn ul li.select ul li a { display: block; padding: 9px 18px; width: 100%; height: 100%; font-size: 14px; color: #666666; letter-spacing: -.5px; }
.leftBottom__etcBtn ul li.select ul li:hover { background-color: #cccccc; }
.leftBottom__etcBtn ul li.select ul li:hover a { color: #fff; }
.leftBottom__emergency { padding-top: 6px; text-align: center; }
.leftBottom__emergency strong { font-size: 15px; color: #777777; font-weight: 300; letter-spacing: -.5px; }
.leftBottom__emergency p { font-size: 13px; color: #999999; font-weight: 300; letter-spacing: -.5px; }

.mapCntr_2 { 
    position: absolute;
    z-index: 2;
    left: 0px;
    top: -1px;
}
.mapCntr_2 .mapCntr__mapType { 
    position: absolute;
    top: 35px;
    left: 5px;
    text-align: right;
    width: 215px;
}
.mapCntr_2 .dropdown { 
    position: absolute;
    top: 10px;
    left: 10px;
}

.mapCntr { 
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    pointer-events: none;
    touch-action: none;
}
.mapCntr__mapType { 
    position: absolute;
    top: 35px;
    right: 5px;
    text-align: right;
    width: 160px;
    pointer-events: auto;
    touch-action: auto;
 }
.mapCntr__mapType ul:after { content: ""; display: block; clear: both; }
.mapCntr__mapType ul li { float: left; margin-left: 5px; width: 50px; height: 50px; background-color: #fff; border: 2px solid #fff; border-radius: 5px; overflow: hidden; text-align: center; cursor: pointer; }
.mapCntr__mapType ul li:first-child { margin-left: 0; }
.mapCntr__mapType ul li img { width: 100%; height: 27px;}
.mapCntr__mapType ul li p { margin-top: 4px; font-size: 12px; color: #999999; letter-spacing: -.5px; transition: color .3s ease-in-out; }
.mapCntr__mapType ul li:hover p,
.mapCntr__mapType ul li.on p { color: rgba(0,60,136, 1); }
.mapCntr__adminBtn { right: 100px; display: inline-block; position: relative; margin-bottom: 5px; width: 42px; height: 42px; background-color: #fff; border: 1px solid #f1f1f1; border-radius: 50%; text-align: center; cursor: pointer; }
.mapCntr__adminBtn i { display: inline-block; margin-top: 9px; width: 22px; height: 23px; font-size: 0; color: transparent; background-image: url('../image/icon_setting-1.png'); transform: rotate(0deg); transition: transform .4s linear; }
.mapCntr__adminBtn:hover i { transform: rotate(180deg); }

.mapCntr__zoom { position: absolute; bottom: 5px; right: 5px; pointer-events: auto; touch-action: auto;}
.zoom__plus { display: block; position: relative; width: 37px; height: 34px; background-color: #fff; background-image: url('../image/icon_mapPlus.png'); background-repeat: no-repeat; background-position: center; font-size: 0; color: transparent; border-radius: 5px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid #f1f1f1; border-bottom: none; }
.zoom__plus:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../image/icon_mapPlus_on.png'); background-repeat: no-repeat; background-position: center; opacity: 0; transition: opacity .3s ease-in-out; }
.zoom__plus:hover:after { opacity: 1 ; }
.zoom__minus { display: block; position: relative; width: 37px; height: 34px; background-color: #fff; background-image: url('../image/icon_mapMinus.png'); background-repeat: no-repeat; background-position: center; font-size: 0; color: transparent; border-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; border: 1px solid #f1f1f1; border-top: none; }
.zoom__minus:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('../image/icon_mapMinus_on.png'); background-repeat: no-repeat; background-position: center; opacity: 0; transition: opacity .3s ease-in-out; }
.zoom__minus:hover:after { opacity: 1; }
.zoom__level {margin: 0px; padding: 16px 10px; width: 37px; border: 1px solid #f1f1f1; border-top-color: #e9e9e9; border-bottom-color: #e9e9e9; background-color: #fff; }
.zoom__level li { position: relative; margin-top: 6px; width: 100%; height: 5px; cursor: pointer; }
.zoom__level li:first-child { margin-top: 0px; }
.zoom__level li:before { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 14px; height: 1px; background-color: rgba(40, 40, 40, .3); transform: translate(-50%, -50%); border-radius: 2.5px; transition: all .2s ease-in-out; }
.zoom__level li.on:before { width: 18px; height: 5px; background-color: rgba(0,60,136, 1); }
.zoom__level li:hover { width: 18px; height: 5px; background-color: rgba(0,60,136, 0.5); }

#marker-1 { left: 45%; }
#marker-2 { left: 55%; }
#marker-3 { left: 45%; top: 60% }
#marker-4 { left: 55%; top: 60% }
#marker-5 { left: 45%; top: 70% }
#marker-6 { left: 55%; top: 70% }

#line-1 { left: 65%; }
#line-2 { left: 75%; }
#line-3 { left: 65%; top: 60% }
#line-4 { left: 75%; top: 60% }
#line-5 { left: 65%; top: 70% }

.mobileMenu { display: none; }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* 정보창 */
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
#infoBoxPopup-content {
    min-width: 240px;
    color: #474747;
    font-size: 13px;
    font-weight: bold;
    font-family: sans-serif;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #7b98bc;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px #7b98bc;
    line-break: auto;
}
.popover-content {
    padding: 5px;
    text-align: center;
}
.popover.top {
    margin-top: -10px;
    min-width: 240px;
}
.popover>.arrow {
    border-width: 11px;
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #7b98bc;
    border-bottom-width: 0;
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover>.arrow:after {
    content: "";
    border-width: 10px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/*MAP 상세정보창 */
.ol-popup {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 10px;
    border-radius: 10px;
    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("../image/Btn_Close.png");
}
.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;
}      
.startFinalbtn{
    display: inline-block;
    margin: 0 4px;
    height: 22px;
    font-size: 13px;
    border: 1px solid rgba(0,60,136, 1);
    border-radius: 5px;
    text-align: center;
    transition: all .3s ease-in-out;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0,60,136, 1);
    cursor: pointer;
    padding: 3px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
#AnalysisInfot_Form {
    padding: 0px;
    pointer-events: auto;
    touch-action: auto;
}
#AnalysisInfot_Form .scroll {
    padding: 0px;
    height: calc(100vh - 230px);
    overflow: hidden;
    font-size: 15px;
    font-weight: normal;
}

#AnalysisInfot_Form .sun_tabs{
	margin: 0px;
	padding: 0px;
    list-style: none;
    background-color: #7b98bc;
    color: #ffffff;
    width: 100%;
}
#AnalysisInfot_Form .sun_tabs li{
	background: none;
	color: #ffffff;
	display: inline-block;
	padding: 10px 15px;
    cursor: pointer;
    width: 50%;
}

#AnalysisInfot_Form .sun_tabs li.current{
	background: #1891da;
    color: #ffffff;
}

#AnalysisInfot_Form  .sun_tab-content{
	display: none;
	background: #ffffff;
    padding: 0px;
    padding-top: 5px;
    height: calc(100vh - 300px);
    width: 100%;
}

#AnalysisInfot_Form  .sun_tab-content.current{
	display: inherit;
}

#AnalysisInfot_Form .AnalysisInfot_title {
    margin: 5px;
    padding-left: 10px;
    font-size: 15px;
    color: #111111;
    text-align: left;
}
#AnalysisInfot_Form .AnalysisInfot_bady {
    width: 100%;
    height: calc(100vh - 260px);
    padding-top: 5px;
    background-color: #eeeeee;
}

#AnalysisInfot_Form .AnalysisInfot_bady_sub {
    width: 100%;
    height: calc(100% - 270px);
    padding-top: 5px;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}
#AnalysisInfot_Form .AnalysisInfot_bottom {
    width: 100%;
    padding-top: 5px;
    padding-right: 10px;
    background-color: #ffffff;
    position: sticky;
    left: 0px;
    bottom: 0px;
    text-align: right;
}
#AnalysisInfot_Form .AnalysisInfot_bady .gubunTitle{
    width: 180px;
    float: left;
    padding-left: 10px;
    margin: 0px;
    padding-top: 3px;
}
#AnalysisInfot_Form .AnalysisInfot_bady .gubunValue{
    text-align: right;
    color: #0000ff;
    border: 1px solid #696969;
    width: calc(100% - 190px);
    padding-right: 5px;
}

#AnalysisInfot_Form .AnalysisInfot_Option {
    width: 100%;
    padding-top: 5px;
    background-color: #eeeeee;
    float: left;
}
#AnalysisInfot_Form .AnalysisInfot_OptionSub {
    width: 50%;
    background-color: #eeeeee;
    float: left;
}
#AnalysisInfot_Form .AnalysisInfot_OptionSub .gubunTitle{
    width: 110px;
    float: left;
    padding-left: 10px;
    margin-bottom: 0px;
    padding-top: 3px;
}
#AnalysisInfot_Form .AnalysisInfot_OptionSub .gubunTitle2{
    width: 112px;
    float: left;
    padding-left: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
}
#AnalysisInfot_Form .AnalysisInfot_OptionSub .gubunValue{
    text-align: right;
    color: #0000ff;
    border: 1px solid #696969;
    width: calc(100% - 122px);
    padding-right: 5px;
}

#AnalysisInfot_Form .close { display: none; }
#AnalysisInfot_Form .close a { display: block; width: 100%; height: 100%; font-size: 0; color: transparent; background-image: url('../image/icon_mMenu-close.png'); background-repeat: no-repeat; background-position: center; }
/* -------------------------------------------------------------------------------------------------------------------------------------- */
.mc_tools {
    position: relative;
    height: 34px;
    margin: 5px;
}
.mc_tools .mc_toolsin{
    width: 37px;
    height: 34px;
    left: -5px;
    position: absolute;
}
.mc_tools .mc_toolsin.open{
    width: 160px;
    height: 34px;
    left: -126px;
    position: absolute;
}
.mc_tools .spmc_distance {
    background: url(../image/mc_tools2.png) no-repeat;
    width: 37px;
    height: 34px;
    display: inline-block;
}
.mc_tools .spmc_distance.on {
    background: url(../image/mc_tools22.png) no-repeat;
}
.mc_tools .spmc_roadview {
    background: url(../image/mc_tools4.png) no-repeat;
    width: 37px;
    height: 34px;
    display: none;
}
.mc_tools .spmc_roadview.on {
    background: url(../image/mc_tools42.png) no-repeat;
}
.mc_tools .spmc_area {
    background: url(../image/mc_tools1.png) no-repeat;
    width: 37px;
    height: 34px;
    display: none;
}
.mc_tools .spmc_area.on {
    background: url(../image/mc_tools12.png) no-repeat;
}
.mc_tools .spmc_initialization {
    background: url(../image/mc_tools3.png) no-repeat;
    width: 37px;
    height: 34px;
    display: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
      /* 거리/면적 툴팁 */
.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;
    font-size: 12px;
}
.tooltip-static {
    background-color: #f15922;
    color: #FFFFFF;
    border: 1px solid white;
    font-weight: bold;
}
.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;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/*Styling Selectbox*/
.dropdown {
    width: 81px;
    display: inline-block;
    border: 1px solid #7b98bc;
    background-color: #7b98bc;
    border-radius: 5px;
    box-shadow: 0 0 2px #7b98bc;
    transition: all .5s ease;
    font-size: 13px;
    color: #FFFFFF;
    height: 20px;
    text-align: center;
    position:absolute;
    left: auto; bottom: auto; 
    top: 10px; 
    right: 10px;
    cursor: pointer;
    z-index: 2;
    outline-color: #7b98bc;
    padding-top: 2px;
    pointer-events: auto;
    touch-action: auto;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0px;
    color: #FFFFFF;
    border: 1px solid #7b98bc;
    background-color: #7b98bc;
    pointer-events: auto;
    touch-action: auto;
}
.dropdown .select i {
    font-size: 13px;
    color: #1891da;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}
.dropdown:hover {
    box-shadow: 0 0 4px #1891da;
}
.dropdown:active {
    background-color: rgba(0,60,136, 0.5);
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px #1891da;
    border-radius: 5px 5px 0 0;
    background-color: rgba(0,60,136, 0.5);
    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 #1891da;
  border-radius: 0 1px 5px 5px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  z-index: 9;
  font-size: 13px;
  text-align: center;
  width: 100%;
}
.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: #7b98bc;
}
.dropdown .dropdown_menu li:active {
    background-color: #7b98bc;
}
.dropdown .dropdown_menu li.selected {
  background-color: rgba(0,60,136, 0.5);
}
.dropdown .dropdown_menu2 {
    color: #474747;
    position: absolute;
    background-color: #ffffff;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px #1891da;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    z-index: 9;
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
  .dropdown .dropdown_menu2 li {
      padding: 0px;
      transition: all .2s ease-in-out;
      cursor: pointer;
  } 
  .dropdown .dropdown_menu2 {
      padding: 0;
      list-style: none;
  }
  .dropdown .dropdown_menu2 li:hover {
      background-color: #7b98bc;
  }
  .dropdown .dropdown_menu2 li:active {
      background-color: #7b98bc;
  }
  .dropdown .dropdown_menu2 li.selected {
    background-color: rgba(0,60,136, 0.5);
  }
#MapColorButton_content{
    width: 70px;
    display: inline-block;
    border: 1px solid #7b98bc;
    background-color: #7b98bc;
    border-radius: 5px;
    box-shadow: 0 0 2px #7b98bc;
    transition: all .5s ease;
    font-size: 13px;
    color: #FFFFFF;
    height: 20px;
    text-align: center;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 10px;
    right: 95px;
    cursor: pointer;
    z-index: 2;
    outline-color: #7b98bc;
    padding-top: 2px;
    pointer-events: auto;
    touch-action: auto;
}
#MapColorButton{
    position: absolute;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 0px;
    width: 68px;
    height: 19px;
    border-radius: 5px;
    display: flex;
    padding: 0px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* city area main */
.adresArea {position:absolute; top:0px; left:320px; height:100%; padding-left:8px; padding-top:3px;}
.adresArea .btn_adres {display:inline-block; margin:0; height:25px; background:url('../image/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:#FFFFFF;}
.div_adresArea {width: 387px;padding-bottom:5px;position:absolute;left:-250px;bottom:32px;border:1px solid #d5dce8;background:#fff;display:none;z-index: 2;}
.div_adresArea .adresSelt {overflow:hidden;padding:5px;}
.div_adresArea .adresSelt ul {float:left;overflow-y:scroll;width:125px;height:200px;background:#ffffff;margin-top:0;margin-bottom:0;padding-left:5px;}
.div_adresArea .adresSelt li {font-family: auto;letter-spacing: -.1em;font-size: 14px;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;}
.div_adresArea .adresSelt li.selected {
    color: #FFFFFF;
    background: #7b98bc;
}
.mb10 {
  margin-top:0;margin-bottom:0;
}
.tc {
  text-align: center !important;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
.btn .type1 {
  border: 1px solid #c6cddb;
  color: #222222;
}
.btn .type2 {
  border: 1px solid #7b98bc;
  background-color: #7b98bc;
  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;
}

/*좌표*/
#div_CoordArea {
    position: absolute;
    top: 0px;
    left: 3px;
    height: 100%;
    padding-left: 8px;
    padding-top: 3px;
    vertical-align: middle;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
#user_countDIV{
    color:#FFFFFF; position:absolute; top:0px; height:100%; padding-left:8px; padding-top:6px;right:10px;
}
#user_count{
    color: #ffffff;font-size: 13px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
#left_pane{
    position:absolute;height:100%;width:100%;padding:0px;top:0px;left:0px;
}
#right_pane{
    position: absolute;
    height: 100%;
    width: 0px;
    padding: 0px;
    top: 0px;
    right: 0px;
    border-left: 5px solid #7b98bc;
    z-index: 10;
}
#Btn_3D{
    display: block;
    bottom:45%;
}
#Btn2_3D{
    display: none;
    bottom:45%;
    z-index:200;
}
#Btn3_3D{
    display: none;
    bottom:45%;
}
/* 브이월드 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;
}
*/
.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:100;
    padding-top: 0px;
}
.roadviewmap_content { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; height: 100%; z-index:100;}
.roadviewmapbutton1{position:absolute;top:3px;left:10px;z-index:1;background-color:#7b98bc;border:1px solid #7b98bc;color:white;width:50px;height:23px;border-radius: 5px;}
.roadviewmapbutton2{position:absolute;top:3px;left:63px;z-index:1;background-color:#7b98bc;border:1px solid #7b98bc;color:white;width:50px;height:23px;border-radius: 5px;}
.roadviewmapbutton3{position:absolute;top:3px;right:3px;z-index:1;background-color:#7b98bc;border:1px solid #7b98bc;color:white;width:50px;height:23px;border-radius: 5px;}

/* -------------------------------------------------------------------------------------------------------------------------------------- */
.ListView {
    width: 160px;
    display: inline-block;
    border: 1px solid #7b98bc;
    background-color: #ffffff;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    left: 5px;
    bottom: auto;
    top: 90px;
    cursor: pointer;
    outline-color: #7b98bc;
    pointer-events: auto;
    touch-action: auto;
}
.ListView img{
    right: -5px;
    position: absolute;
    content: url("../image/legend.png");
    background-image:url("../image/legend.png");
    background-repeat:no-repeat;
}
.ListView .ListView_menu {
    margin: 2px;
    padding: 2px;
}
.ListView  li{
    padding: 0;
    margin: 0;
    height: 20px;
    width: 100%;
}

.ListView li span {
    line-height: 16px;
    margin-right: 2px;
    position: relative;
}
.ListView li span.button.none {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url('../image/checkbox_0.png');
}
.ListView li span.button.chk {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-image: url('../image/checkbox_1.png');
}
.ListView li a {
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
    cursor: pointer;
    height: 20px;
    color: #333;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: 30px;
    right: 0px;
    font-size: 13px;
}
.ListView .range {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid rgb(123, 152, 188);
    height: 18px;
    display: none;
}
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; 
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* 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;
    max-width: 670px;
    max-height: 400px;
}
 #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(../image/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;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* 객체정보창 */
#Editing_Form {
    display: none;
    position: absolute;
    height: 60px;
    width: 140px;
    max-width: 140px;
    max-height: 60px;
    min-width: 140px;
    min-height: 60px;
    margin: 0;
    padding: 0;
    background: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BBB;
    left: 4px;
    bottom: 60px;
}
#Editing_title {
    color: #ffffff;
    font-size: 15px;
    height: 25px;
    text-align: center;
    padding: 0;
    padding-top: 3px;
    border-bottom: 3px solid #BBB;
    background: #7b98bc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#Edit_footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #000000;
    font-size: 13px;
    height: 35px;
    text-align: center;
    padding: 0;
    padding-top: 5px;
    background: #f0f0f0;
}  
#ListView_Titleli{
    background-color: #7b98bc; margin-bottom: 5px;
}
#projection{
    color: #FFFFFF; font-weight:normal; font-size:13px;padding-bottom:3px;background-color:#7b98bc;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* SpatialOperations창 */
#SOer_Form {
    display: none;
    position: absolute;
    width: 450px;
    height: 300px;
    bottom: 33px;
    right: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fefefe;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #BBB;
    z-index: 2;
}
#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: 13px;
    font-weight: normal;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
    color: #999;
}
#SOer_Table td {
    border-bottom: 1px solid #DDD;
    font-size: 13px;
    font-weight: normal;
    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(../image/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;
}         
#SOer_Form select {
    color: #474747;
    position: relative;
    width: calc(100% - 150px);
    margin-right: 30px;
    height: 20px;
    font-size: 13px;
    left: 15px;
    border: 1px solid #BBB;
    background-color: #ffffff;
}    
/* -------------------------------------------------------------------------------------------------------------------------------------- */
/* 하단정보창 */
.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: 15px;
    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(../image/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;
  }

  .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;
  }
  #SUN_chart3_title {
    position: absolute;
    color: #FF6600;
    font-size: 15px;
    text-align: right;
    right: 5px;
    bottom: 5px;
    background: rgba(256,256,256,0.5);
    padding: 5px;
}  
/* -------------------------------------------------------------------------------------------------------------------------------------- */