@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
@import url("https://fonts.cdnfonts.com/css/dinpro-medium");
body {
  margin: 0;
  padding: 0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  word-break: keep-all;
  word-wrap: break-word;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.pc_item {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc_item {
    display: none !important;
  }
}

.m_item {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .m_item {
    display: block !important;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: theme("borderColor.DEFAULT", "currentColor");
}

::before,
::after {
  --tw-content: "";
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: theme("fontFamily.mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
  border: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border: 0 solid black;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: theme("colors.gray.400", #9ca3af);
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: theme("colors.gray.400", #9ca3af);
}

button,
[role=button] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.textHidden {
  position: absolute;
  top: -9999px;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

main {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
main .gnb {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 6px 8px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media only screen and (max-width: 768px) {
  main .gnb {
    top: 10px;
    left: 10px;
  }
}
main .gnb a {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px 15px;
  transition: all 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}
@media only screen and (max-width: 768px) {
  main .gnb a {
    font-size: 1rem;
  }
}
main .gnb a.active, main .gnb a:hover {
  background: #000;
  color: #fff;
  border-radius: 50px;
}

.language-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
  display: flex;
  gap: 2px;
  margin-left: 10px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.language-toggle .lang-btn {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  transition: all 0.2s ease;
}
.language-toggle .lang-btn.active {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .language-toggle .lang-btn {
    font-size: 0.8rem;
    padding: 3px 6px;
  }
}

#map-container {
  max-width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#map-container #map-wrapper {
  position: relative;
  width: 3000px;
  height: auto;
  overflow: hidden;
}
#map-container #map-wrapper .map-image {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -o-object-fit: cover;
     object-fit: cover;
}
#map-container #map-wrapper .map-image2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
  z-index: 4;
  top: 0;
  left: 0;
}
#map-container #map-wrapper .markers-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
}
#map-container #map-wrapper .markers-container .marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #268950;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -20%);
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.2s ease-out;
}
#map-container #map-wrapper .markers-container .marker span {
  color: white;
  font-size: 18px;
  margin-top: -2px;
  font-family: "DINPro-Medium", sans-serif;
}
#map-container #map-wrapper .markers-container .marker div {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -5px);
  background: rgb(0, 0, 0);
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  #map-container #map-wrapper .markers-container .marker div {
    display: none;
  }
}
#map-container #map-wrapper .markers-container .marker div::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgb(0, 0, 0);
}
#map-container #map-wrapper .markers-container .marker:hover {
  background: #111 !important;
  z-index: 1;
}
#map-container #map-wrapper .markers-container .marker:hover div {
  opacity: 1;
  transform: translate(-50%, 0);
}
#map-container #map-wrapper .markers-container .marker-active {
  background: #111 !important;
  z-index: 1;
}
#map-container #map-wrapper .markers-container .marker-active div {
  opacity: 1;
  transform: translate(-50%, 0);
}

.popupWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.popupWrap .popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #f9f9f9;
  padding: 1.3rem;
  border-radius: 15px;
  box-shadow: 0 15px 15px rgba(0, 5, 5, 0.2);
  z-index: 100;
  width: 380px;
  left: 10px;
  bottom: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .popupWrap .popup {
    padding: 18px;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
}
.popupWrap .popup .content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #626262;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .popupWrap .popup .content h3 {
    font-size: 18px;
  }
}
.popupWrap .popup .content p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .popupWrap .popup .content p {
    font-size: 13px;
    line-height: 1.3;
  }
}
.popupWrap .popup .content p.description {
  color: #b9b9b9;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .popupWrap .popup .content p.description {
    margin-bottom: 1rem;
  }
}
.popupWrap .popup .content p strong {
  padding-right: 3px;
}
.popupWrap .popup .content p.homepage a, .popupWrap .popup .content p.naver-map a {
  text-decoration: none;
}
.popupWrap .popup .content p.homepage a:hover, .popupWrap .popup .content p.naver-map a:hover {
  text-decoration: underline;
}
.popupWrap .popup .close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
.popupWrap .popup .close svg {
  transition: transform 0.2s ease;
}
.popupWrap .popup .close svg path {
  stroke: #eee;
}
.popupWrap .popup .close:hover svg {
  transform: rotate(90deg);
}
.popupWrap.visible .cover {
  opacity: 1;
}
.popupWrap.visible .popup {
  opacity: 1;
  transition-delay: 0.1s;
  pointer-events: visible;
}

.zoom-controls {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .zoom-controls .zoom-controls {
    display: none !important;
  }
}
.zoom-controls .zoom-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: #222;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #eee;
}
.zoom-controls .zoom-btn:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.zoom-controls .zoom-btn:active {
  transform: scale(0.95);
}
.zoom-controls .zoom-btn svg {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 768px) {
  .zoom-controls {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */