@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-weight: 400;
  font-size: 150%;
  src: url('../fonts/yanone-kaffeesatz-v8-latin-regular.woff2') format('woff2'), url('../fonts/yanone-kaffeesatz-v8-latin-regular.woff') format('woff');
}

/* Font Awesome 4.7.0 - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
}
/*****************************************************************************/

* {
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

html, body {
  font-family: Helvetica, sans-serif;
}

form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

::-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);
}

/*** header, navigation ******************************************************/
.Main_Titlelabel {
  font-size: 15px;
}
header {
  z-index: 1000; /* for IE and for OpenLayers */
  background: #F9F9F9;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
}

.fullscreen header {
  position: absolute;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background-color: var(--blue1);
}

header .logo {
  display: inline-block;
  height: 30px;
  vertical-align: top;
  opacity: 0.8;
}

header .logo:hover {
  opacity: 1.0;
  cursor: pointer;
  text-decoration: none;
}

header .spacer {
  width: 100%;
}

header .nav {
  white-space: nowrap;
  vertical-align: top;
  margin-top: 5px;
}

header .nav-item {
  display: inline-block;
  margin: 0 0 0 25px;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 18px;
  color: #333333;
  text-decoration: none;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}

header a.nav-item:link,
header a.nav-item:visited {
  color: #333333;
}

header a.nav-item:hover {
  opacity: 1.0;
  cursor: pointer;
  text-decoration: none;
}

.leftTop__logo {
  display: flex;
  align-items: center;
}

.leftTop__logo a {
  display: block;
  height: 20px;
}

.leftTop__logo .drbuild-symbol {
  width: 32px;
  margin-right: 8px;
}

.logo-divider {
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 14px;
  margin: 0 8px;
}
/*** footer ******************************************************************/

footer {
  height: 30px;
  z-index: 1000; /* for IE and for OpenLayers */
  background: #F9F9F9;
  padding: 10px 20px;
  color: #333333;
  font-size: 12px;
}

.fullscreen footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

footer .footer-item {
  display: inline-block;
  margin: 0 15px 0 0;
}

footer a.footer-item:link,
footer a.footer-item:visited {
  color: #000000;
  opacity: 0.7;
}

footer a.footer-item:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 1.0;
}

/*** content, headlines ******************************************************/

.content {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 150%;
  min-height: 100%;
  overflow: hidden;
  padding-top: 60px; /* header height + 10 */
  margin-top: -50px; /* header height */
  padding-bottom: 50px;
  margin-bottom: -30px; /* footer height */
  display: flex;
  flex-direction: row;
}

.column-sidebar {
  width: 170px;
  min-width: 170px;
  font-size: 12px;
  color: #999999;
  line-height: 120%;
  padding-top: 50px;
  /*margin-bottom:10px;*/
}

.column-main {
  width: 100%;
}

h1 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 32px;
  color: #000000;
  font-weight: normal;
  margin-top: 20px;
  text-transform: uppercase;
}

h2 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 26px;
  color: #333333;
  font-weight: normal;
  margin-top: 20px;
  text-transform: uppercase;
}

h3 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 22px;
  color: #666666;
  font-weight: normal;
  margin-top: 20px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #000099;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #330099;
}

p {
  max-width: 700px;
}

em {
  font-style: normal;
  font-weight: bold;
}

code {
  white-space: pre;
  background: #eeeeee;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  line-height: 80%;
  overflow: auto;
  width: 100%;
  max-width: 800px;
  margin-bottom: 16px;
}

article {
  margin: 10px 0 50px 0;
}

.button-group {
  margin: 20px 0 40px 0;
}


/*** icons *******************************************************************/

.fa-icon {
  font-family: FontAwesome;
}

.icon-button {
  width: 30px;
  height: 20px;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 0.5;
}

.icon-button:hover,
.icon-button:focus {
  background-color: transparent;
  opacity: 0.75;
  outline: none;
  cursor: pointer;
}

/*** sidebar, search *********************************************************/

#sidebar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 290px;
  padding: 100px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  display: none;
  z-index: 50;
}
#sidebar-scroll {
  height: 100%;
  overflow-y: auto;
}
#sidebar-scroll2 {
  
}
#search {
  position: absolute;
  left: 10px;
  top: 60px;
  width: 270px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border: 1px solid transparent;
  transition-property: background-color, box-shadow, border-color;
  transition-duration: 0.5s;
  z-index: 50;
}

#search.with-sidebar {
  background-color: transparent;
  box-shadow: none;
  border-color: #cccccc;
}

.with-sidebar #sidebar-toggle-button {
  font-size: 20px;
  cursor: pointer;
  vertical-align: sub;
}

/*#search > * {*/
  /*vertical-align: middle;*/
/*}*/

#search input {
  width: 200px;
  border: 0;
  margin: 0;
  padding: 10px 5px 10px 10px;
  font-size: 14px;
  background: transparent;
  box-shadow: none; /* otherwise ugly on error */
}

#search input:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
}

/*@media screen and (max-width: 640px) {*/
  /*#search {*/
    /*left: 15px;*/
  /*}*/
/*}*/

#search-results {
  margin: 15px 1px;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
}

#search-results li {
  margin: 5px 0 15px 0;
  width: 100%;
  /*cursor: pointer;*/
}

.search-result-type {
  display: block;
  color: #999999;
  font-size: 12px;
}

#search .search-error {
  font-style: italic;
}

.vr {
  width: 1px;
  height: 100%;
  border-left: 1px solid #cccccc;
}
.dt-api-map--tool-bt {
  height: 35px;
}
/**********************************************************************/
#user_count {
  color: #FFFFFF;
  position: absolute;
  bottom: 6px;
  right: 201px;
  z-index: 9999999999;
}
#totalAdres {
  color: #FFFFFF;
  position: absolute;
  bottom: 6px;
  left: 175px;
  z-index: 9999999999;
}
.Titlelabel {
  font-family: Verdana;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  bottom: 0px;
  top: 3px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-left: 10px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}
.Titlelabel_Sub {
  font-family: Verdana;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  bottom: 4px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-left: 0px;
  margin-left: -6px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

.mapCntr__mapType {
  position: absolute;
  top: 5px;
  right: 0px;
  text-align: right;
  pointer-events: auto;
  touch-action: auto;
  z-index: 1000;
}
.mapCntr__mapType.view2 {
  left: 5px;
  top: 40px;
}
.mapCntr__mapType ul {
  display: flex;
  align-items: center;
}
.mapCntr__mapType li {
  margin-left: 5px;
  width: 50px;
  height: 40px;
  background-color: #fff;
  border: 1px solid var(--border2);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  box-shadow: 3px 3px 4px rgba(24, 61, 95, 0.08);
  border-color: #075cff;
}
.mapCntr__mapType li:hover {
  border-color: #ffffff;
}
.mapCntr__mapType li.on {
  border-color: #ffffff;
  border: 2px solid #fff;
}
.mapCntr__mapType li:first-child {
  margin-left: 0;
}
.mapCntr__mapType li img {
  width: 100%;
  height: 20px;
}
.mapCntr__mapType li p {
  margin: 5px 0;
  font-size: 10px;
  color: var(--textBase2);
}

.mapCntr__mapType ul li:hover p,
.mapCntr__mapType ul li.on p {
  color: var(--blue1);
}

.mapCntr__mapType ul li .maptype0{ background: url(../image/img_mapType-0.png) no-repeat; }
.mapCntr__mapType ul li .maptype1{ background: url(../image/img_mapType-1.png) no-repeat; }
.mapCntr__mapType ul li .maptype2{ background: url(../image/img_mapType-2.png) no-repeat; }
.mapCntr__mapType ul li p { margin-top: 1px; font-size: 11px; 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 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
/**********************************************************************/
.analysis-result-table {
  width: 318px;
  font-size: 12px;
  border-radius: 3px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.analysis-result-table .result-row_AS {
  display: flex;
  align-items: center;
  padding: 6px 6px;
}

.analysis-result-table .result-row_AS:not(:last-child) {
  
}

.analysis-result-table .result-row_AS .label {
  flex: 0 160px;
  color: var(--textBase2);
}

.analysis-result-table .result-row_AS .data {
  flex: 1 70px;
  color: var(--blue1);
}

.analysis-result-table .result-row_AS .data .sub-data {
  font-size: 11px;
}

.analysis-result-table .result-row_AS .result {
  flex: 1;
  text-align: right;
  line-height: 0;
}

.analysis-result-table .result-row {
  display: flex;
  align-items: center;
  padding: 6px 8px;
}

.analysis-result-table .result-row:not(:last-child) {
  
}

.analysis-result-table .result-row .label_L {
  flex: 0 140px;
  color: #ffffff;
}
.analysis-result-table .result-row .label {
  flex: 0 110px;
  color: #ffffff;
}

.analysis-result-table .result-row .data {
  flex: 1 70px;
  color: #FFFF00;
  margin-left: 10px;
}

.analysis-result-table .result-row .data .sub-data {
  font-size: 11px;
}

.analysis-result-table .result-row .result {
  flex: 1;
  text-align: right;
  line-height: 0;
}

.analysis-result-table {
  width: 100%;
}
.Main_Modebutton {
  color: #cccccc;
  background: none;
  border: 1px solid #cccccc;
  font-weight: normal;
  top: 0px;
  margin: 0px;
  padding: 3px;
  font-size: 13px;
  cursor: pointer;
  margin-left: 3px;
}
.Main_Modebutton.On {
  color: #ffffff;
  background: none;
  font-weight: bold;
}
/**********************************************************************/
.loading-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #333;
  opacity: 0.5;
  z-index: 100;
}
.loading-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  margin: 0 auto;
}
.loading {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.load-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
/**********************************************************************/
.apifooter {
  bottom: 0px;
  flex: none;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #2e3643;
  padding: 3px 8px 3px 24px;
}
.apifooter strong {
  flex: none;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
.apifooter strong::before {
  flex: none;
  content: "";
  display: inline-block;
  width: 96px;
  height: 24px;
  font-size: 0;
  background: url(https://map.vworld.kr/images/dtkmap/logo_footer_dk.png) 0 50% / auto 20px no-repeat;
}
.apifooter p {
  flex: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  color: #f26522;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5px;
  display: none;
}
.apifooter p::before {
  content: "※";
}
.apifooter p br {
  display: none;
}
.apifooter .maplogo {
  flex: none;
  margin-left: auto;
}
.maplogo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  z-index: 10;
}
.maplogo .high {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -0.5px;
}
.maplogo .high::before {
  content: "내려다보는 높이";
}
.maplogo .angle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: -0.5px;
}
.maplogo .angle::before {
  content: "각도";
}

.checkboxVisible {
  display: flex;
}
.checkboxMode {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 276px;
  color: #ffffff;
  z-index: 999;
}

.mControl{
  position: absolute;
  top: 7px;
  right: 167px;
  cursor: pointer;
  z-index: 1000;
}
.mControl .btn{display:inline-block;background-color:#fff;border:1px solid #bfc2cc;color:#414141;font-size:13.4px;border-radius:5px;padding:0 12px;text-align:center;line-height:120%;line-height:34px;height:34px;overflow:hidden;}
.mControl .btn.i{background:url(../image/ico_map1.png) 100% 50% no-repeat #fff;padding-right:38px;}
.mControl .btn.i.selected{background-image:url(../image/ico_map1_on.png);}
.mControl .btn.selected{
  background-color: var(--color-primary-tint90);
  border-color: var(--color-primary-tint90);
  color: #fff;
}
.lMSel.selected{display:block;z-index:100}
.lMSel{
  display:none;
  position: absolute;
  top: 51px;
  right: 47px;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid rgba(46,54,67,1.0);
  background-color: rgba(46,54,67,1.0);
  color: #ffffff;
  padding: 10px;
}
/**********************************************************************/
@media (max-width: 374px) {
  .mControl {
    display: none;
  }
  .apifooter p {
    display: none;
  }
  .mapCntr__mapType {
    display: none;
  }
  .Titlelabel {
    display: none;
  }
  .checkboxVisible {
    display: none;
  }
  #user_count {
    display: none;
  }
  .checkboxMode {
    right: 5px;
  }
}
@media (max-width: 768px) {
  .mControl {
    display: none;
  }
  .apifooter p {
    display: none;
  }
  .mapCntr__mapType {
    display: none;
  }
  .Titlelabel {
    display: none;
  }
  .checkboxVisible {
    display: none;
  }
  #user_count {
    display: none;
  }
  .checkboxMode {
    right: 5px;
  }
}
/**********************************************************************/
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**********************************************************************/
/*** responsive things *******************************************************/
@media screen and (max-width: 768px) {
  .Main_Titlelabel {
    font-size: 24px;
  }
}
/**********************************************************************/
