.right-menu-mobile,
.site-header .right-menu-mobile {
  display: none !important;
}

.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1000;
}

.modal_noti {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  max-height: 90dvh;
  max-width: 90vw;
  overflow: hidden;
  width: fit-content;
}

.modal__header,
.modal__footer {
  background: #fff;
  padding: 8px 18px;
}

.modal__header {
  align-items: center;
  border-bottom: 1px solid #eceff3;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}

.modal__close {
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 6px;
  position: relative;
}

.modal__close:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.modal__body {
  -webkit-overflow-scrolling: touch;
  background: #fafbfc;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 18px;
}

.modal__body img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.38);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.lang-switch-mobile {
  display: none;
}

.site-header.is-sticky .lang-switch,
.site-header:hover .lang-switch {
  color: #7b8491;
}

.lang-link {
  color: #7f8997;
  opacity: 1;
}

.lang-link:hover,
.lang-link:focus-visible {
  color: #aab3c0;
}

.lang-link.is-active {
  color: #fff;
}

@media (max-width: 1279px) {
  .site-header {
    z-index: 1200;
  }

  .site-header::after {
    color: #333;
    content: "☰";
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    position: fixed;
    right: 18px;
    top: 15px;
    z-index: 1250;
  }

  body.menu-open .site-header::after {
    content: "×";
  }

  .site-header .wrap {
    max-width: none;
    padding-left: 20px;
    padding-right: 16px;
    position: relative;
    width: 100%;
  }

  .site-header .menu-area {
    display: block !important;
    margin-left: auto;
    position: static;
  }

  .site-header .mobile-top-menu {
    align-items: center;
    display: flex !important;
    gap: 0;
    position: fixed;
    right: 16px;
    top: 14px;
    transform: none;
    z-index: 1100;
  }

  .site-header .lang-switch,
  .site-header .wrap > .lang-switch,
  .site-header .lang-switch-mobile {
    display: none !important;
  }

  .site-header .btn-menu-toggle {
    background: transparent;
    border: 0;
    color: #333;
    display: block !important;
    font-size: 26px;
    line-height: 32px;
    position: fixed;
    right: 16px;
    text-align: center;
    text-indent: 0 !important;
    top: 14px;
    z-index: 1300;
  }

  .site-header .btn-menu-toggle span {
    display: block;
    text-indent: 0;
  }

  .site-header .btn-menu-toggle::before,
  .site-header .btn-menu-toggle::after,
  .site-header .btn-menu-toggle span::before {
    display: none !important;
  }

  .site-header .lang-switch {
    color: rgba(51, 51, 51, 0.45);
    font-size: 13px;
    gap: 6px;
    margin-left: 0;
    z-index: 3;
  }

  .site-header .lang-link {
    color: #9aa2ad;
  }

  .site-header .lang-link.is-active {
    color: #333;
  }
}

.site-header .menu > ul > li {
  position: relative;
}

.site-header .menu > ul > li > ul {
  display: none;
}

.site-header .menu > ul > li:hover > ul,
.site-header .menu > ul > li:focus-within > ul,
.site-header .menu > ul > li.is-open > ul {
  display: block;
}

.site-header .menu > ul > li > ul > li {
  position: relative;
}

.site-header .menu > ul > li > ul > li > ul {
  display: none;
}

.site-header .menu > ul > li > ul > li:hover > ul,
.site-header .menu > ul > li > ul > li:focus-within > ul,
.site-header .menu > ul > li > ul > li.is-open > ul {
  display: block;
}

.map-area {
  position: relative;
  min-height: 360px;
}

.google-map {
  display: block;
  width: 100%;
  height: 360px;
  border: 1px solid #ddd;
  background: #eef2f7;
}

.map-open-link {
  display: inline-block;
  margin-top: 12px;
  color: #16457c;
  font-weight: 700;
}

.sub-contents .section,
.sub-contents .member_join-wrap .section,
.sub-contents .business-section,
.sub-contents .introduction-section {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.gallery-view-img {
  margin: 24px 0 0;
  text-align: center;
}

.gallery-view-img img {
  display: inline-block;
  max-width: 100%;
}
