body {
  min-width: auto !important;
}

#eventWrapper {
  width: 100%;
}
#eventWrapper .blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}
#eventWrapper .bg {
  display: block;
  width: 100%;
  height: auto;
}
#eventWrapper .bg img {
  display: block;
  width: 100%;
  height: auto;
}
#eventWrapper .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#eventWrapper .tab button {
  width: 50%;
  height: auto;
  aspect-ratio: 480/75;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#eventWrapper .tab button:not(#eventWrapper .tab button.select):hover {
  background-position: 0 50%;
}
#eventWrapper .tab button.select {
  background-position: 0 100%;
}
#eventWrapper .tab .btn_tab1 {
  background-image: url("../images/btn_tab1.jpg");
}
#eventWrapper .tab .btn_tab2 {
  background-image: url("../images/btn_tab2.jpg");
}
#eventWrapper .container article {
  position: relative;
}
#eventWrapper .container .button-list {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#eventWrapper .container .button-list a {
  display: block;
  width: 26.6%;
  aspect-ratio: 255/56;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#eventWrapper .container .button-list .btn_guide {
  margin-right: -0.15%;
  background-image: url("../images/btn_guide.png");
}
#eventWrapper .container .button-list .btn_apply {
  margin-left: -0.15%;
  background-image: url("../images/btn_apply.png");
}
#eventWrapper footer {
  display: block;
  width: 100%;
  height: auto;
}
#eventWrapper footer img {
  display: block;
  width: 100%;
  height: auto;
}