@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css);

body {
  font-family: 'pretendard-gov';
}
.ui-contents-area {
  overflow: hidden;
}
.ui-pc-header .ui-header .ui-flex-wrap .ui-gnb .ui-depth1 > li > a {
  max-width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ui-contents {
  min-height: 600px;
  padding: 0 0 160px 0;
}
@media screen and (max-width: 1240px) {
  .ui-contents {
    min-height: 400px;
    padding: 0 0 80px 0 !important;
  }
}
.ui-mo-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
.ui-mo-header .ui-header {
  position: relative !important;
}
.ui-mo-header .ui-quick-menu > ul li a span br {
  display: none;
}

.ui-contents-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.ui-contents-dialog.active {
  opacity: 1;
  visibility: visible;
}
.ui-contents-dialog .ui-contents-dialog-map {
  position: relative;
  z-index: 10;
  width: 1000px;
  height: 600px;
  background-color: #b2b2b2;
  overflow: hidden;
}
.ui-contents-dialog .ui-contents-dialog-inner {
  position: relative;
  z-index: 20;
}
.ui-contents-dialog .ui-contents-dialog-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url(../../gwangnaru/contents/close-white.svg) no-repeat 50% 50%;
  z-index: 30;
  font-size: 0;
}
.ui-contents-dialog .ui-contents-dialog-floor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  padding: 10px;
}
.ui-contents-dialog .ui-contents-dialog-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ui-contents-dialog .ui-contents-dialog-map {
    width: 90vw;
  }
}
