body {
  margin: 0;
  padding: 0;
  min-width: auto !important;
}

img {
  display: block;
}

input, textarea, button, select {
  display: block;
  border: none;
  outline: 0;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}

button {
  background: none;
  cursor: pointer;
}

textarea {
  resize: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body.ofh {
  overflow: hidden;
}

#EventWrapper {
  position: relative;
  width: 960px;
  height: auto;
}
#EventWrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#EventWrapper .blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}
#EventWrapper .btn_popup {
  position: absolute;
  bottom: 189px;
  right: 59px;
  width: 244px;
  height: 44px;
}
#EventWrapper .bg {
  display: block;
  width: 100%;
  height: auto;
}
#EventWrapper .dano-popup {
  display: none;
  position: absolute;
  bottom: 280px;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: auto;
}
#EventWrapper .dano-popup .inner {
  position: relative;
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}
#EventWrapper .dano-popup .inner .contents {
  width: 100%;
  height: auto;
}
#EventWrapper .dano-popup .btn_popup-close {
  display: block;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 50px;
  height: 50px;
}