.blind {
  position: absolute;
  width: 0;
  line-height: 0;
  height: 0;
  font-size: 0;
  top: 0;
  left: -9999px;
  overflow: hidden;
}

body {
  min-width: auto !important;
}

#season8PartnerWrapper {
  width: 100%;
  max-width: 960px;
}
#season8PartnerWrapper .section {
  width: 100%;
}
#season8PartnerWrapper #season8PartnerVisual {
  position: relative;
  background: url("../images/visual.jpg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 960/1097;
}
#season8PartnerWrapper #season8PartnerVisual .buttons {
  position: absolute;
  bottom: 15.3%;
  left: 8%;
  display: flex;
  width: 52%;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56%;
  height: auto;
  aspect-ratio: 279/119;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li button,
#season8PartnerWrapper #season8PartnerVisual .buttons li a {
  width: 81.3%;
  height: auto;
  aspect-ratio: 227/61;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li.btn_notice button {
  background: url("../images/btn_notice_off.png") no-repeat;
  background-size: 100% auto;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li.btn_notice:hover {
  background: url("../images/btn_notice_on.png") no-repeat;
  background-size: 100% auto;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li.btn_apply {
  margin-left: -11.8%;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li.btn_apply a {
  display: block;
  background: url("../images/btn_apply_off.png") no-repeat;
  background-size: 100% auto;
}
#season8PartnerWrapper #season8PartnerVisual .buttons li.btn_apply:hover {
  background: url("../images/btn_apply_on.png") no-repeat;
  background-size: 100% auto;
}
#season8PartnerWrapper #season8PartnerSection1 {
  background: url("../images/section1.jpg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 960/623;
}
#season8PartnerWrapper #season8PartnerSection2 {
  background: url("../images/section2.jpg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 960/1308;
}
#season8PartnerWrapper #season8PartnerSection3 {
  position: relative;
  background: url("../images/section3.jpg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 960/1703;
}
#season8PartnerWrapper #season8PartnerSection3 .btn_weaponList {
  position: absolute;
  bottom: 25.48%;
  right: 5.73%;
  width: 26.77%;
  height: auto;
  aspect-ratio: 257/113;
  background: url("../images/btn_weaponList.png") no-repeat;
  background-size: 100% auto;
}
#season8PartnerWrapper #season8PartnerSection4 {
  background: url("../images/section4.jpg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 960/3257;
}
#season8PartnerWrapper #season8PartnerFooter {
  background: url("../images/footer.jpg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 960/135;
}
#season8PartnerWrapper .season8PartnerPopup {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: auto;
}
#season8PartnerWrapper .season8PartnerPopup .pop_inner {
  position: relative;
  width: 90%;
  max-width: 770px;
  margin: 0 auto;
}
#season8PartnerWrapper .season8PartnerPopup .pop_inner .con_wrap {
  width: 100%;
  height: auto;
}
#season8PartnerWrapper .season8PartnerPopup .pop_inner .con_wrap .bg {
  display: block;
  width: 100%;
  height: auto;
}
#season8PartnerWrapper .season8PartnerPopup .pop_inner .con_wrap .bg img {
  width: 100%;
  height: auto;
}
#season8PartnerWrapper .season8PartnerPopup .btn_layerPopupClose {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 9.74%;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/btn_popupClose_off.png") no-repeat;
  background-size: 100% auto;
  text-indent: -9999px;
}
#season8PartnerWrapper .season8PartnerPopup .btn_layerPopupClose:hover {
  background-image: urL("../images/btn_popupClose_on.png");
}
#season8PartnerWrapper #season8PartnerPopup_notice {
  top: 150px;
}
#season8PartnerWrapper #season8PartnerPopup_weaponList {
  bottom: 100px;
}
#season8PartnerWrapper #season8PartnerPopup_weaponList .text {
  position: absolute;
  top: 21%;
  left: 11%;
  width: 79%;
  height: auto;
  aspect-ratio: 615/410;
  overflow-y: scroll;
}
#season8PartnerWrapper #season8PartnerPopup_weaponList .text::-webkit-scrollbar {
  width: 8px;
}
#season8PartnerWrapper #season8PartnerPopup_weaponList .text::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
}
#season8PartnerWrapper #season8PartnerPopup_weaponList .text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
#season8PartnerWrapper #season8PartnerPopup_weaponList .text img {
  display: block;
  width: 60%;
  max-width: 350px;
  height: auto;
}