@media print {
  /* 페이지 크기 및 방향 설정 */
  @page {
    size: A4 landscape; /* A4 가로방향 */
    margin: 0; /* 여백 없애기 */
  }

  /* 인쇄되는 영역에 맞게 설정 */
  body {
    margin: 0;
  }

  /* 필요한 경우 특정 요소만 인쇄하게 설정 */
  .no-print {
    display: none; /* 인쇄하지 않을 요소들 */
  }

  /* 페이지 레이아웃을 조정할 수 있는 추가적인 스타일 설정 */
  .print-content {
    width: 1123px;
    height: 794px;
    /*zoom: 0.6;*/
    margin: 0;
  }
}

.search {

}

.search--cont {
  display: none;
}

/* 배경지도 변경 스타일 */
.custom-change-background-map-control {
  position: absolute;
  top: 7px;
  right: 40px;
  pointer-events: auto;
  display: flex;
}

/* 특정 영역으로 이동 스타일 */
.ol-zoom-extent {
  top: 17.5em;
}

/* 줌 슬라이더 스타일 */
.ol-zoomslider {
  top: 3.6em;
}

/* 축척 스타일 */
.ol-scale-line {
  bottom: 8px;
  right: 5px;
  left: unset;
}

/* 측정 스타일 */
.custom-measure-control {
  display: none;
}

.ol-tooltip {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
  user-select: none;
}

.ol-tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.ol-tooltip-static {
  background-color: #ffcc33;
  color: black;
  border: 1px solid white;
}

.ol-tooltip-measure:before,
.ol-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%;
}

.ol-tooltip-static:before {
  border-top-color: #ffcc33;
}

.resultAttr {
  display: none;
  position: absolute;
  width: calc(100% - 600px);
  height: 200px;
  bottom: 23px;
  left: 23px;
  background-color: white;
  border: none;
}

.resultAttr button.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/common/search_close.png");
  z-index: 1;
}

.resultAttrTableArea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.resultAttrTableArea table {
  margin-bottom: 20px;
}

.resultAttrTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.moveFeature {
  transition: all 0.3s ease;
  cursor: pointer;
}

.moveFeature:hover {
  font-size: 22px;
  color: #ff5722;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* 레이어 안내(i) 툴팁 스타일 */
.tooltip-cont {
  max-width: 260px;
  width: 250px;
  background-color: #fff;
  color: #555555;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 100;
  transform: translateX(-100%);
  transition: opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  word-break: break-all;
}

.tooltip-cont .tooltip-cont-ti {
  font-size: 13px;
  color: #1d1d1d;
  margin-bottom: 1.5rem;
}

.tooltip-cont .tooltip-cont-txt {
  font-size: 1.3rem;
  color: #717171;
  margin-bottom: 1.5rem;
}

.tooltip-cont .tooltip-cont-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.toolbar .toolbar-btn .icon-del {
  background-image: url(../images/map/icon-del.png);
}

#pop-legend .collapse:first-child {
  background: #fff;
  border: 1px solid #c6c6c6;
}

#pop-legend .collapse-content {
  border-top: unset;
}

.legend-btn {
  position: absolute;
  top: 10px;
  right: 30px;
  display: inline-block;
  font-size: 1.5rem;
  height: 4rem;
  line-height: 4rem;
  border: 1px solid #2b316b;
  color: #2b316b;
  padding: 0 2rem;
  border-radius: 0.4rem;
}

.legend-btn i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/head-util-arrow.png);
  margin-left: 1rem;
}
