body {
  min-width: auto !important;
}

#EventWrapper {
  position: relative;
  width: 960px;
  height: 1440px;
  background: url("../images/bg.jpg") no-repeat center center;
  background-size: cover;
}
#EventWrapper .blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}
#EventWrapper .search-box {
  position: absolute;
  top: 1029px;
  left: 172px;
  width: 616px;
}
#EventWrapper .input {
  display: flex;
  gap: 2px;
  width: 100%;
  height: 54px;
  font-family: "Noto Sans KR", Malgun Gothic, Dotum, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
#EventWrapper .input input {
  flex: 1;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: #b2b2b2;
  background: #000;
}
#EventWrapper .input input:focus {
  outline: none;
}
#EventWrapper .input input::placeholder {
  color: #b2b2b2;
}
#EventWrapper .input button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 162px;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: #252957;
  cursor: pointer;
}
#EventWrapper .input button:hover {
  background: #000da3;
}
#EventWrapper .input button img {
  display: block;
  width: 31px !important;
  height: 17px !important;
}
#EventWrapper .warning-message {
  margin: 9px 0 0 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  color: #171717;
  text-indent: 28px;
  background: url("../images/ico_caution.png") 0 3px no-repeat;
}
