@font-face {
  font-family: 'Yanone Kaffeesatz';
  font-weight: 400;
  font-size: 150%;
  src: url('https://map.vworld.kr/fonts/yanone-kaffeesatz-v8-latin-regular.woff2') format('woff2'), url('https://map.vworld.kr/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('https://map.vworld.kr/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://map.vworld.kr/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
}

/*****************************************************************************/

* {
  box-sizing: border-box;
  letter-spacing: -0.05em;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

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

#mapToolBar {
  display: none;
}
/*** header, navigation ******************************************************/
.Main_Titlelabel {
  font-size: 15px;
}
header {
  z-index: 1000; /* for IE and for OpenLayers */
  background: #F9F9F9;
  padding: 10px 20px;
  flex-direction: row;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background-color: #1D4BA6;
  display: flex;
}

.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;
}

/*** 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: 115px 20px 35px 20px; /* bottom 35px for footer */
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  display: none;
}

#sidebar-scroll {
  height: 100%;
  overflow-y: auto;
}

#search {
  position: absolute;
  left: 10px;
  top: 60px;
  width: 250px;
  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;
}

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

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

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

#search input {
  width: 180px;
  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: 14px;
}

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

.search-result-type {
  display: block;
  color: #999999;
}

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

.vr {
  width: 1px;
  height: 100%;
  border-left: 1px solid #cccccc;
}
/**********************************************************************/
.Titlelabel {
  font-family: Verdana;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  bottom: 0px;
  top: 4px;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding-left: 10px;
  width: 1000px;
  box-sizing: border-box;
  letter-spacing: -0.05em;
}

.mapCntr__mapType {
  position: absolute;
  top: 4px;
  right: 60px;
  text-align: right;
  pointer-events: auto;
  touch-action: auto;
  z-index: 999999;
}
.mapCntr__mapType.view2 {
  left: 5px;
  top: 40px;
}
.mapCntr__mapType ul {
  display: flex;
  align-items: center;
}
.mapCntr__mapType li {
  margin-left: 5px;
  width: 50px;
  height: 43px;
  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: 22px;
}
.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 .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: 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__mapType2 {
  position: absolute;
  top: 4px;
  right: 5px;
  text-align: right;
  pointer-events: auto;
  touch-action: auto;
  z-index: 999999;
}
.mapCntr__mapType2 ul {
  display: flex;
  align-items: center;
}
.mapCntr__mapType2 li {
  margin-left: 5px;
  width: 50px;
  height: 43px;
  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__mapType2 li:first-child {
  margin-left: 0;
}
.mapCntr__mapType2 li img {
  width: 100%;
  height: 22px;
}
.mapCntr__mapType2 li p {
  margin: 5px 0;
  font-size: 10px;
  color: var(--textBase2);
}
.mapCntr__mapType2 ul li .maptype1{ background: url(../image/img_mapType-sky.png) no-repeat; }
.mapCntr__mapType2 ul li p { margin-top: 1px; font-size: 12px; color: #999999; letter-spacing: -.5px; transition: color .3s ease-in-out; }

.mapCntr {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
/**********************************************************************/
.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;
  z-index: 9999999999;
}
.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;
  background-color: rgba(256, 256, 256, 0);
}

.load-text {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

#mapToolBar {
  display: none;
  z-index: -99999;
  opacity: 0;
}

/**********************************************************************/
.mControl{
  position: absolute;
  top: 7px;
  right: 173px;
  cursor: pointer;
  z-index: 99999;
}
.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: 54px;
  right: 45px;
  border-radius: 3px;
  width: 234px;
  z-index: 1;
  border: 1px solid rgba(46,54,67,1.0);
  background-color: rgba(46,54,67,1.0);
  color: #ffffff;
  padding: 10px;
}

/**********************************************************************/

@-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;
  }
}
/**********************************************************************/
/**********************************************************************/
.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;
}
.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: "각도";
}
/**********************************************************************/
.dt-api-map--tool {
  width: 60px;
  right: 0px;
  padding-right: 0px;
  margin-right: 0px;
  top: -12px;
}
.dt-api-map--tool-bt-around::before {
  background-image: url(../image/ico_around.svg);
}
.dt-api-map--tool-bt-Slope::before {
  background-image: url(../image/Slope.png);
}
.dt-api-map--tool-bt-TopographicSection::before {
  background-image: url(../image/combo.png);
  background-size: 20px 18px;
  background-repeat: no-repeat;
}
#bt-around-out {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
  background-color: var(--color-primary);
  padding: 0 16px 0 8px;
  position: absolute;
  bottom: 77px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  box-shadow: var(--style-shadow);
  animation: btOut 0.3s ease forwards;
}
#bt-around-out::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background: url(../image/ico_x_w.svg) center 50% no-repeat;
  transition: all 0.3s;
}
.guide {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 150;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-align: center;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 16px;
  animation: guide 0.3s ease forwards;
}
.dt-api-map--tool-bt-Sun::before {
  background-image: url(../image/sunny.png);
  background-size: cover;
}
.dt-api-map--tool-bt-Visibility::before {
  background-image: url(../image/eye.png);
  background-size: cover;
}
.dt-api-map--tool-bt-ViewSurface::before {
  content: "⦞";
  font-size: 23px;
  line-height: 9px;
}
.dt-api-map--tool-btns-measure{
  display: none;
}
.dt-api-map--tool-bt-current {
  display: none;
}
.dt-api-map--tool-bt-plus {
  /* display: none; */
}
.dt-api-map--tool-bt-minus {
  /* display: none; */
}
.dt-api-map--tool-bt-max {
  display: none;
}
.dt-api-map--tool-bt-mouse {
  /* display: none; */
}
/**********************************************************************/