* {
  font-family: "Nanum Gothic", Roboto, Arial, Helvetica, sans-serif;
  touch-action: manipulation;
}
html,
body,
#div-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
h1.logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
h1.logo img {
  height: calc(100% - 6px);
  width: auto;
}
html body * {
  font-size: 10pt;
}
p {
  line-height: 12pt;
}
select {
  padding: 3px;
}
.link,
.link {
  cursor: pointer;
}
.link:hover,
.link:hover {
  text-decoration: underline;
}
.center {
  text-align: center;
}
.border {
  border: 1px solid #c5c5c5;
  border-radius: 2px;
}
.middle {
  vertical-align: middle;
}
.middle * {
  vertical-align: middle;
}
.middle input[type="radio"] {
  margin-top: -1px;
}
.right * {
  text-align: right;
}
.material-icons,
.material-icons-outlined {
  font-size: 10pt;
}
.button {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background: #f6f6f6;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  width: auto;
  height: 26px;
}
.button * {
  vertical-align: middle;
}
.button input[type="radio"] {
  margin-top: -1px;
}
.button .material-icons,
.button .material-icons-outlined {
  font-size: 18px;
}
.ui-button {
  padding: 3px 10px !important;
}
button,
a.button {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background: #f6f6f6;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  width: auto;
  height: 26px;
}
button *,
a.button * {
  vertical-align: middle;
}
button input[type="radio"],
a.button input[type="radio"] {
  margin-top: -1px;
}
button .material-icons,
a.button .material-icons,
button .material-icons-outlined,
a.button .material-icons-outlined {
  font-size: 18px;
}
.icon-button {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  background: #f6f6f6;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  width: auto;
  height: 26px;
  width: 26px;
  padding: 0;
  color: black;
}
.icon-button * {
  vertical-align: middle;
}
.icon-button input[type="radio"] {
  margin-top: -1px;
}
.icon-button .material-icons,
.icon-button .material-icons-outlined {
  font-size: 18px;
}
button.small,
a.button.small {
  height: 22px;
  font-size: 12px;
}
button.small .material-icons,
a.button.small .material-icons,
button.small .material-icons-outlined,
a.button.small .material-icons-outlined {
  font-size: 18px !important;
}
.icon-button.small {
  width: 22px;
}
button.tiny,
a.button.tiny {
  height: 18px;
  font-size: 8px;
}
button.tiny .material-icons,
a.button.tiny .material-icons,
button.tiny .material-icons-outlined,
a.button.tiny .material-icons-outlined {
  font-size: 14px !important;
}
.icon-button.tiny {
  width: 18px;
}
.icon-button.rotate90deg i {
  transform: rotate(90deg);
}
.icon-small {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
input[type="text"] {
  height: 20px;
  vertical-align: middle;
}
input.search_text {
  max-width: 200px;
  right: 10px !important;
  height: 30px !important;
  background-color: #fff;
  /* font-family: Roboto; */
  font-size: 15px;
  font-weight: 300;
  /* margin-left: 15px; */
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  border-color: #4d90fe;
}
table {
  border: 1px solid black;
  border-spacing: 0;
  border-collapse: collapse;
}
table thead {
  background-color: #eeeeee;
  font-weight: bold;
}
table th,
table td {
  border: 1px solid black;
  margin: 0px;
}
table th {
  padding: 5px 3px;
}
table td {
  padding: 3px;
}
table td.placeholder {
  text-align: center;
  padding: 10px;
}
dl dt {
  margin-top: 10px;
}
dl dd {
  margin-top: 5px;
  margin-left: 10px;
}
label {
  font-weight: bold;
}
.box {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 4px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.box * {
  vertical-align: middle;
}
#div-map {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#div-chart {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  border-top: 1px solid #c5c5c5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
#div-left-top,
#div-right-top,
#div-left-bottom,
#div-right-bottom {
  position: absolute;
  max-width: 80%;
  z-index: 99;
}
#div-left-top > div,
#div-right-top > div,
#div-left-bottom > div,
#div-right-bottom > div {
  display: block;
}
#div-left-top > div:not(:first-child),
#div-right-top > div:not(:first-child),
#div-left-bottom > div:not(:first-child),
#div-right-bottom > div:not(:first-child) {
  margin-top: 3px;
}
#div-left-top {
  top: 5px;
  left: 5px;
}
#div-left-top > div {
  float: left;
  clear: left;
}
#div-right-top {
  top: 5px;
  right: 5px;
}
#div-right-top > div {
  float: right;
  clear: right;
}
#div-right-bottom {
  bottom: 20px;
  right: 5px;
}
#div-right-bottom > div {
  float: right;
  clear: right;
}
#div-left-bottom {
  position: absolute;
  bottom: 30px;
  left: 5px;
}
.div-checkbox {
  display: inline-block;
  cursor: default;
}
.div-checkbox i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.div-checkbox label {
  line-height: 24px;
  padding-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.contextmenu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  z-index: 10000;
  position: relative;
  display: inline-block;
  padding: 0;
}
.contextmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contextmenu ul ul {
  width: 150px;
}
.contextmenu ul li {
  cursor: pointer;
  margin: 0;
}
.contextmenu ul li.selected div:not(.ui-state-active) {
  background-color: #007fff33;
}
.contextmenu ul li:hover {
  background-color: #eeeeee;
}
.contextmenu ul .ui-widget-header {
  padding: 0.2em;
}
.ns-resize {
  cursor: ns-resize;
}
.children-spacing > :not(:first-child) {
  margin-inline-start: 3px;
}
.children-vertical-spacing > :not(:first-child) {
  margin-top: 5px;
}
.slider .handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}
.highlighted {
  background-color: #cccc99 !important;
}
.toast-top-left {
  top: 5px !important;
  left: 5px !important;
}
#toast-container > div {
  padding-left: 15px;
  width: auto;
}
#toast-container > .toast-info,
#toast-container > .toast-success,
#toast-container > .toast-warning,
#toast-container > .toast-error {
  background-image: none !important;
}
#div-map-settings > div {
  display: inline-flex;
}
#div-search-place #div-search-text-result > div {
  display: inline-flex;
}
.doc {
  line-height: 12pt;
}
.doc h3 {
  font-weight: bold;
  font-size: 11pt;
}
.doc p,
.doc div {
  margin-bottom: 10px;
}
.doc ul,
.doc ol {
  list-style: inherit;
  margin-bottom: 5px;
}
.doc h3:not(:first-child),
.doc p:not(:first-child),
.doc div:not(:first-child),
.doc ul:not(:first-child),
.doc ol:not(:first-child) {
  margin-top: 10px;
}
.doc li {
  list-style: inherit;
  line-height: 12pt;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
}
.gm-svpc {
  width: 30px !important;
  height: 30px !important;
  top: 10px !important;
}
.gm-svpc img {
  width: 20px !important;
  height: 20px !important;
}
.cursor-info-layer {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.selected-range-info-layer {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.selected-range-info-layer p {
  font-size: 8pt;
}
.ads-for-dialog {
  max-width: 320px;
}
.ui-dialog {
  z-index: 9000;
}
div.advertisement {
  width: calc(100% - 10px);
  padding: 5px;
  background-color: white;
  border: 1px solid #c5c5c5;
}
button.login {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  padding: 5px;
}
button.login img {
  width: 20px;
  height: 200x;
}
button.login span {
  margin-inline-start: 5px;
  font-weight: bold;
}
.alert-panel {
  display: flex;
  align-items: center;
  background-color: #ffcccb;
  color: #a94442;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #a94442;
  width: auto;
  margin: 10px auto;
}
.alert-icon {
  font-size: 24px;
  margin-right: 10px;
}
.alert-message {
  font-size: 10pt;
}
@media (min-width: 500px) {
  .ads-for-dialog {
    max-width: 400px;
  }
}
/* 지도위에 로드뷰의 위치와 각도를 표시하기 위한 map walker 아이콘의 스타일 */
.MapWalker {
  position: absolute;
  margin: -26px 0 0 -51px;
}
.MapWalker .figure {
  position: absolute;
  width: 25px;
  left: 38px;
  top: -2px;
  height: 39px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/roadview_minimap_wk_2018.png) -298px -114px no-repeat;
}
.MapWalker .angleBack {
  width: 102px;
  height: 52px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/roadview_minimap_wk_2018.png) -834px -2px no-repeat;
}
.MapWalker.m0 .figure {
  background-position: -298px -114px;
}
.MapWalker.m1 .figure {
  background-position: -335px -114px;
}
.MapWalker.m2 .figure {
  background-position: -372px -114px;
}
.MapWalker.m3 .figure {
  background-position: -409px -114px;
}
.MapWalker.m4 .figure {
  background-position: -446px -114px;
}
.MapWalker.m5 .figure {
  background-position: -483px -114px;
}
.MapWalker.m6 .figure {
  background-position: -520px -114px;
}
.MapWalker.m7 .figure {
  background-position: -557px -114px;
}
.MapWalker.m8 .figure {
  background-position: -2px -114px;
}
.MapWalker.m9 .figure {
  background-position: -39px -114px;
}
.MapWalker.m10 .figure {
  background-position: -76px -114px;
}
.MapWalker.m11 .figure {
  background-position: -113px -114px;
}
.MapWalker.m12 .figure {
  background-position: -150px -114px;
}
.MapWalker.m13 .figure {
  background-position: -187px -114px;
}
.MapWalker.m14 .figure {
  background-position: -224px -114px;
}
.MapWalker.m15 .figure {
  background-position: -261px -114px;
}
.MapWalker.m0 .angleBack {
  background-position: -834px -2px;
}
.MapWalker.m1 .angleBack {
  background-position: -938px -2px;
}
.MapWalker.m2 .angleBack {
  background-position: -1042px -2px;
}
.MapWalker.m3 .angleBack {
  background-position: -1146px -2px;
}
.MapWalker.m4 .angleBack {
  background-position: -1250px -2px;
}
.MapWalker.m5 .angleBack {
  background-position: -1354px -2px;
}
.MapWalker.m6 .angleBack {
  background-position: -1458px -2px;
}
.MapWalker.m7 .angleBack {
  background-position: -1562px -2px;
}
.MapWalker.m8 .angleBack {
  background-position: -2px -2px;
}
.MapWalker.m9 .angleBack {
  background-position: -106px -2px;
}
.MapWalker.m10 .angleBack {
  background-position: -210px -2px;
}
.MapWalker.m11 .angleBack {
  background-position: -314px -2px;
}
.MapWalker.m12 .angleBack {
  background-position: -418px -2px;
}
.MapWalker.m13 .angleBack {
  background-position: -522px -2px;
}
.MapWalker.m14 .angleBack {
  background-position: -626px -2px;
}
.MapWalker.m15 .angleBack {
  background-position: -730px -2px;
}
