@media screen and (min-width: 769px) {
  #mapPage {
    text-align: center;
  }
  #mapPage .button {
    background-color: #26C4A6;
    color: #fff;
    width: 240px;
    margin: 40px auto 0;
  }
  #mapPage .map-anchors {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
  }
  #mapPage .map-anchors .btn-anchor {
    display: block;
    width: 240px;
    padding: 15px 0;
    background-color: #fff;
    color: #26C4A6;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
  }
  #mapPage .map-item .inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  #mapPage .map-item .section-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #mapPage .map-item .map-caption {
    margin-bottom: 30px;
  }
  #mapPage .map-item + .map-item {
    margin-top: 80px;
  }
  #mapPage .map-img {
    width: 100%;
    height: auto;
    display: block;
  }
  #mapPage .map-link {
    margin-top: 40px;
    text-align: center;
  }
  #mapPage .p-zoom-btn,
  #mapPage .p-modal {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #mapPage .section {
    padding-bottom: 60px;
  }
  #mapPage .button {
    background-color: #26C4A6;
    color: #fff;
    width: 240px;
    margin: 40px auto 0;
  }
  #mapPage .map-anchors {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    padding: 0 20px;
  }
  #mapPage .map-anchors .btn-anchor {
    width: 100%;
    padding: 12px 0;
    background: #fff;
    color: #26C4A6;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
  }
  #mapPage .map-item .map-caption {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #mapPage .map-item + .map-item {
    margin-top: 60px;
  }
  #mapPage .p-scale-wrapper {
    position: relative;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 10px;
  }
  #mapPage .p-scale-inner {
    transform-origin: 0 0;
    width: 1120px;
    pointer-events: none;
  }
  #mapPage .map-img {
    width: 1120px;
    height: auto;
  }
  #mapPage .p-zoom-btn {
    display: block;
    width: fit-content;
    margin: 15px auto 30px;
    background: none;
    border: none;
    color: #333;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
  }
  #mapPage .map-link {
    margin-top: 20px;
  }
  #mapPage .map-link .button {
    background-color: #26C4A6;
    color: #fff;
    width: 240px;
    margin: 40px auto 0;
  }
  #mapPage .p-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
  }
  #mapPage .p-modal.is-open {
    display: block;
  }
  #mapPage .p-modal__content {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 20px;
  }
  #mapPage .p-modal__table-wrapper {
    width: 1120px;
    margin: 0 auto;
  }
  #mapPage .p-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
  }
}