@font-face {
  font-family: "payboocEB";
  font-style: normal;
  font-weight: 700;
  src: local("../common_act/font/paybooc ExtraBold"),
    /* computer */ url("../common_act/font/paybooc ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
}

/* Reset */
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ddd;
}
html {
  overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
input,
button {
  font-family: "NanumGothic", sans-serif;
  font-size: 11px;
  color: #333;
}
img,
fieldset,
iframe {
  border: 0 none;
}
li {
  list-style: none;
}
input,
select,
button {
  vertical-align: middle;
}
img {
  vertical-align: top;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  padding-bottom: 2px;
  text-decoration: underline;
}
option {
  padding-right: 6px;
}
hr {
  display: none;
}
legend {
  width: 0;
}

#container {
  width: 100%;
  height: 100%;
}

.map_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1280px;
  height: 720px;
  background: url("../maps/main.png") no-repeat 0 0;
  background-size: 1280px 720px;
}
.map_wrap ol {
  position: absolute;
  top: 153px;
  left: 448px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.map_wrap li {
  position: relative;
}

.map_wrap li button {
  position: relative;
  top: 0px;
  left: 0px;
}
.map_wrap li button img {
  display: block;
}

.popup {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 1280px;
  height: 720px;
  background: url("../maps/story.png") no-repeat;
  background-size: 1280px 720px;

  display: none;
}
.popup.active {
  display: block;
}

.popup p {
  font-family: "payboocEB", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0.5px;
  margin: 36px 0 0 0;
}
.popup p:first-child {
  margin: 200px 0 0 0;
}

.story_btn {
  position: absolute;
  top: 19px;
  left: 27px;
}

.story_btn img {
  height: 59px;
}
.close_btn {
  position: absolute;
  top: 20px;
  right: 30px;
}
.close_btn img {
  height: 60px;
}
