@import url(./normalize.css);
html {
  font-family: "Noto Sans TC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body {
  margin: 0;
  font-size: 0;
  background-color: #000;
}

.header {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    padding: 3.90625vw 1.3020833333vw;
  }
}

.logo {
  width: 105px;
  height: 83px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/logo.png);
}
@media screen and (max-width: 768px) {
  .logo {
    width: 12.890625vw;
    height: 10.2864583333vw;
  }
}

.loginContent a,
.loginContent div {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 137px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.loginContent a.login,
.loginContent div.login {
  background-image: url(./img/btn-login-off-pc.png);
}
.loginContent a.login:hover,
.loginContent div.login:hover {
  background-image: url(./img/btn-login-on-pc.png);
}
.loginContent a.logout,
.loginContent div.logout {
  background-image: url(./img/btn-logout-off-pc.png);
}
.loginContent a.logout:hover,
.loginContent div.logout:hover {
  background-image: url(./img/btn-logout-on-pc.png);
}
@media screen and (max-width: 768px) {
  .loginContent a,
  .loginContent div {
    width: 20.9635416667vw;
    height: 10.0260416667vw;
  }
  .loginContent a.login:hover,
  .loginContent div.login:hover {
    background-image: url(./img/btn-login-off-pc.png);
  }
  .loginContent a.logout:hover,
  .loginContent div.logout:hover {
    background-image: url(./img/btn-logout-off-pc.png);
  }
}

.container {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    min-width: 0;
  }
}

.main {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-position: center top;
  background-image: url(./img/body-bg-pc.jpg);
  box-sizing: border-box;
  padding-top: 400px;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main {
    min-width: 0;
    height: auto;
    background-size: 100%;
    background-image: url(./img/body-bg-mb.jpg);
    box-sizing: border-box;
    padding-top: 53.3854166667vw;
    padding-bottom: 13.0208333333vw;
  }
}

.titleText {
  font-size: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 10px #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .titleText {
    font-size: 3.90625vw;
    text-shadow: 1px 1px 1.3020833333vw #fff;
    margin-bottom: 1.953125vw;
  }
}

.userInfoContent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 25px auto;
  gap: 40px;
  font-size: 30px;
  color: #ffda92;
}
.userInfoContent div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.userInfoContent div span:nth-child(1) {
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
}
.userInfoContent div span:nth-child(1)::before {
  display: block;
  width: 18px;
  height: 16px;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/star-01-pc.png);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.userInfoContent div span:nth-child(1)::after {
  display: block;
  width: 18px;
  height: 16px;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/star-01-pc.png);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.userInfoContent.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .userInfoContent {
    margin: 0 auto 2.6041666667vw auto;
    gap: 1.3020833333vw;
    font-size: 3.90625vw;
    flex-direction: column;
  }
  .userInfoContent div {
    gap: 2.6041666667vw;
  }
  .userInfoContent div span:nth-child(1) {
    padding: 0 3.90625vw;
  }
  .userInfoContent div span:nth-child(1)::before {
    width: 2.34375vw;
    height: 2.0833333333vw;
  }
  .userInfoContent div span:nth-child(1)::after {
    width: 2.34375vw;
    height: 2.0833333333vw;
  }
}

.userCoinContent {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
  gap: 30px;
  font-size: 30px;
  color: #ffffff;
  height: 54px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 30px;
}
.userCoinContent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(-45deg, #ffc092, #f7f978);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.userCoinContent .ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.userCoinContent .ticket span:nth-child(1) {
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/ticket-01.png);
}
.userCoinContent .coin {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.userCoinContent .coin span:nth-child(1) {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/coin-01.png);
}
.userCoinContent.hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .userCoinContent {
    margin: 0 auto 3.90625vw auto;
    gap: 3.90625vw;
    font-size: 3.90625vw;
    height: 9.1145833333vw;
    position: relative;
    box-sizing: border-box;
    padding: 0.6510416667vw 3.90625vw;
  }
  .userCoinContent::before {
    border-radius: 6.5104166667vw;
    padding: 0.390625vw;
  }
  .userCoinContent .ticket {
    gap: 1.3020833333vw;
  }
  .userCoinContent .ticket span:nth-child(1) {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
  .userCoinContent .coin {
    gap: 1.3020833333vw;
  }
  .userCoinContent .coin span:nth-child(1) {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
}

.tabOuter {
  width: 1148px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .tabOuter {
    width: 93.75vw;
  }
}

.tabBtnContent {
  width: 100%;
  height: 112px;
  top: 6px;
  left: 0;
  position: relative;
  z-index: 1;
}
.tabBtnContent .tabBtn {
  width: 278px;
  height: 133px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
}
.tabBtnContent .tabBtn.wear {
  top: 0;
  left: -23px;
  background-image: url(./img/tabBtn-wear-off-pc.png);
}
.tabBtnContent .tabBtn.wear:hover {
  background-image: url(./img/tabBtn-wear-on-pc.png);
}
.tabBtnContent .tabBtn.wear.on {
  background-image: url(./img/tabBtn-wear-on-pc.png);
}
.tabBtnContent .tabBtn.draw {
  top: 0;
  left: 205px;
  background-image: url(./img/tabBtn-draw-off-pc.png);
}
.tabBtnContent .tabBtn.draw:hover {
  background-image: url(./img/tabBtn-draw-on-pc.png);
}
.tabBtnContent .tabBtn.draw.on {
  background-image: url(./img/tabBtn-draw-on-pc.png);
}
.tabBtnContent .tabBtn.shop {
  top: 0;
  left: 434px;
  background-image: url(./img/tabBtn-shop-off-pc.png);
}
.tabBtnContent .tabBtn.shop:hover {
  background-image: url(./img/tabBtn-shop-on-pc.png);
}
.tabBtnContent .tabBtn.shop.on {
  background-image: url(./img/tabBtn-shop-on-pc.png);
}
.tabBtnContent .tabBtn.exclusive {
  top: 0;
  left: 663px;
  background-image: url(./img/tabBtn-exclusive-off-pc.png);
}
.tabBtnContent .tabBtn.exclusive:hover {
  background-image: url(./img/tabBtn-exclusive-on-pc.png);
}
.tabBtnContent .tabBtn.exclusive.on {
  background-image: url(./img/tabBtn-exclusive-on-pc.png);
}
.tabBtnContent .tabBtn.notice {
  top: 0;
  left: 892px;
  background-image: url(./img/tabBtn-notice-off-pc.png);
}
.tabBtnContent .tabBtn.notice:hover {
  background-image: url(./img/tabBtn-notice-on-pc.png);
}
.tabBtnContent .tabBtn.notice.on {
  background-image: url(./img/tabBtn-notice-on-pc.png);
}
@media screen and (max-width: 768px) {
  .tabBtnContent {
    width: 100%;
    height: 25.78125vw;
    top: 0;
    left: 0;
  }
  .tabBtnContent .tabBtn {
    width: 37.5vw;
    height: 17.8385416667vw;
  }
  .tabBtnContent .tabBtn.wear {
    top: 0;
    left: 13.0208333333vw;
    z-index: 5;
  }
  .tabBtnContent .tabBtn.draw {
    top: 0;
    left: 43.75vw;
    z-index: 5;
  }
  .tabBtnContent .tabBtn.shop {
    top: auto;
    bottom: -3.6458333333vw;
    left: -2.9947916667vw;
  }
  .tabBtnContent .tabBtn.exclusive {
    top: auto;
    bottom: -3.3854166667vw;
    left: 28.125vw;
  }
  .tabBtnContent .tabBtn.notice {
    top: auto;
    bottom: -3.3854166667vw;
    left: 59.1145833333vw;
  }
}

.tabInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  background-color: #000;
  padding: 20px;
  margin: 0 auto;
  box-shadow: 1px 1px 30px #cf67ff;
  position: relative;
  z-index: 2;
}
.tabInner::before {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: inset 1px 1px 25px #2ea3fe;
}
@media screen and (max-width: 768px) {
  .tabInner {
    width: 100%;
    border: 0.6510416667vw solid #fff;
    padding: 1.3020833333vw;
    margin: 0 auto;
    box-shadow: 1px 1px 3.90625vw #cf67ff;
  }
  .tabInner::before {
    box-shadow: inset 1px 1px 3.2552083333vw #2ea3fe;
  }
}

.searchContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .searchContent {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3.90625vw;
    gap: 1.953125vw;
  }
}

.searchTagContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .searchTagContent {
    gap: 1.3020833333vw;
    border: 0.390625vw solid #fff;
    border-radius: 1.3020833333vw;
  }
}

.nice-select {
  width: 292px;
  height: 67px;
  line-height: 67px;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  text-align: center !important;
  padding: 0;
  box-sizing: border-box;
  padding-left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/selectBorder-01.png);
  border: none;
}
.nice-select:focus {
  border: none;
}
.nice-select::after {
  width: 31px;
  height: 29px;
  border: none;
  content: "";
  display: block;
  right: 30px;
  top: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/selectArrow-off.png);
  transform: rotate(0);
}
.nice-select:hover {
  border: none;
}
.nice-select:hover::after {
  background-image: url(./img/selectArrow-on.png);
}
.nice-select.open::after {
  transform: rotate(0);
  background-image: url(./img/selectArrow-r-off.png);
}
.nice-select.open:hover::after {
  background-image: url(./img/selectArrow-r-on.png);
}
.nice-select .list {
  width: 100%;
  height: auto;
  box-shadow: none;
  margin-top: 0px;
  box-sizing: border-box;
  border-radius: 0;
  background-color: transparent;
  flex-direction: column;
}
.nice-select .list .option {
  width: 292px;
  height: 67px;
  line-height: 61px;
  font-weight: normal;
  min-height: 0;
  box-sizing: border-box;
  padding: 0 40px;
  border: none;
  text-align: left;
  background-color: transparent;
  font-size: 30px;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/selectBorder-01.png);
}
.nice-select .list .option:hover {
  font-size: 30px;
  color: #fff;
  background-image: url(./img/selectBorder-02.png);
}
.nice-select .list .option.selected {
  color: #fff;
  background-color: transparent;
  background-image: url(./img/selectBorder-02.png);
}
.nice-select .list .option.disabled {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .nice-select {
    width: 38.0208333333vw;
    height: 8.7239583333vw;
    line-height: 8.7239583333vw;
    font-size: 3.90625vw;
  }
  .nice-select:focus {
    border: none;
  }
  .nice-select::after {
    width: 4.0364583333vw;
    height: 3.7760416667vw;
    right: 1.3020833333vw;
    top: 3.2552083333vw;
    transform: rotate(0);
  }
  .nice-select .list {
    width: 100%;
  }
  .nice-select .list .option {
    width: 38.0208333333vw;
    height: 8.7239583333vw;
    line-height: 8.7239583333vw;
    padding: 0 2.6041666667vw;
    font-size: 3.90625vw;
  }
  .nice-select .list .option:hover {
    font-size: 3.90625vw;
  }
}

.current {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  text-align: left;
  box-sizing: border-box;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .current {
    width: 38.0208333333vw;
    height: 8.7239583333vw;
    padding: 0 2.6041666667vw;
  }
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .search {
    gap: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }
}

.searchInput {
  width: 320px;
  height: auto;
  border: none;
  outline: none;
  font-size: 30px;
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 10px;
  pointer-events: visible;
  position: relative;
  border-left: 2px solid #fff;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .searchInput {
    width: 39.7135416667vw;
    font-size: 3.90625vw;
    padding: 0 1.3020833333vw;
    border-left: 0.2604166667vw solid #fff;
  }
}

.searchBtn {
  width: 35px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/icon-search.png);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .searchBtn {
    width: 4.5572916667vw;
    height: 4.296875vw;
  }
}

.noBoxData {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .noBoxData {
    height: 65.1041666667vw;
    font-size: 3.90625vw;
  }
}

.boxScroll {
  width: 100%;
  height: 1920px;
}
@media screen and (max-width: 768px) {
  .boxScroll {
    width: 100%;
    height: 230.46875vw;
  }
}

.boxContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.boxContent .box {
  display: flex;
  flex-direction: column;
  width: 330px;
  box-sizing: border-box;
  border: 2px solid #fff;
  box-shadow: 1px 1px 10px #cf67ff;
  cursor: pointer;
}
.boxContent .box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0;
  min-height: 100px;
}
.boxContent .box .photo {
  height: 326px;
  position: relative;
  background: url(https://tw.hicdn.beanfun.com/beanfun/beanfun/common_assets/images/loading/type1.gif) 50% 50% rgba(0, 0, 0, 0.75) no-repeat;
}
.boxContent .box .photo.exclusive {
  background: none;
}
.boxContent .box .photo img {
  width: 100%;
  height: 100%;
}
.boxContent .box .photo .counts {
  width: 69px;
  height: 41px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/picCounts-pc.png);
  top: 10px;
  right: 5px;
  box-sizing: border-box;
  padding-top: 2px;
  padding-left: 30px;
  font-size: 30px;
  color: #fff;
}
.boxContent .box .photo .noPic {
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxContent .box .photo::before {
  width: 100%;
  display: block;
  content: "";
  height: 18px;
  background-image: url(./img/line01-pc.png);
  background-size: cover;
  background-position: center;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.boxContent .box .photo::after {
  width: 100%;
  display: block;
  content: "";
  height: 18px;
  background-image: url(./img/line01-pc.png);
  background-size: cover;
  background-position: center;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.boxContent .box .photoInfoContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 15px 10px;
}
.boxContent .box .photoInfoContent .ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  color: #fff;
}
.boxContent .box .photoInfoContent .ticket span:nth-child(1) {
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/ticket-02.png);
}
.boxContent .box .photoInfoContent .viewers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  color: #fff;
}
.boxContent .box .photoInfoContent .viewers span:nth-child(1) {
  width: 54px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/watch-01.png);
}
@media screen and (max-width: 768px) {
  .boxContent {
    gap: 1.3020833333vw;
  }
  .boxContent .box {
    width: 40.3645833333vw;
    box-sizing: border-box;
    border: 0.2604166667vw solid #fff;
    box-shadow: 1px 1px 1.3020833333vw #cf67ff;
  }
  .boxContent .box .title {
    font-size: 3.90625vw;
    padding: 1.3020833333vw 0;
    min-height: 11.71875vw;
  }
  .boxContent .box .photo {
    height: 39.9739583333vw;
    position: relative;
  }
  .boxContent .box .photo img {
    width: 100%;
    height: 100%;
  }
  .boxContent .box .photo .counts {
    width: 8.984375vw;
    height: 5.3385416667vw;
    top: 1.3020833333vw;
    right: 0.6510416667vw;
    padding-top: 0.2604166667vw;
    padding-left: 3.90625vw;
    font-size: 3.90625vw;
  }
  .boxContent .box .photo .noPic {
    font-size: 3.90625vw;
  }
  .boxContent .box .photo::before {
    width: 100%;
    height: 2.6041666667vw;
    top: -1.171875vw;
  }
  .boxContent .box .photo::after {
    width: 100%;
    height: 2.6041666667vw;
    bottom: -1.171875vw;
  }
  .boxContent .box .photoInfoContent {
    padding: 1.953125vw 1.3020833333vw;
  }
  .boxContent .box .photoInfoContent .ticket {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
  }
  .boxContent .box .photoInfoContent .ticket span:nth-child(1) {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
  .boxContent .box .photoInfoContent .viewers {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
    color: #fff;
  }
  .boxContent .box .photoInfoContent .viewers span:nth-child(1) {
    width: 7.03125vw;
    height: 4.1666666667vw;
  }
}

.empty1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .empty1 {
    padding: 3.90625vw 0;
    font-size: 3.90625vw;
  }
}

.mCSB_scrollTools.mCSB_scrollTools {
  width: 36px;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(./img/scrollBtn-pc.png);
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(./img/scrollBtn-pc.png);
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url(./img/scrollBtn-pc.png);
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #9069cc;
  border-radius: 50px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger {
  height: 36px !important;
}
@media screen and (max-width: 768px) {
  .mCSB_scrollTools.mCSB_scrollTools {
    width: 4.6875vw;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    width: 4.6875vw;
    height: 4.6875vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(./img/scrollBtn-pc.png);
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    width: 4.6875vw;
    height: 4.6875vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(./img/scrollBtn-pc.png);
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4.6875vw;
    height: 4.6875vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url(./img/scrollBtn-pc.png);
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_draggerRail {
    width: 1.0416666667vw;
    background-color: #9069cc;
    border-radius: 6.5104166667vw;
    box-sizing: border-box;
    border: 1px solid #fff;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger {
    height: 4.6875vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 5.2083333333vw;
  }
}
.titleContent {
  width: 100%;
  display: flex;
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 10px 0 10px;
  margin-bottom: 20px;
}
.titleContent div {
  display: flex;
  align-items: center;
  flex: 1;
}
.titleContent div span {
  font-size: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .titleContent {
    flex-direction: column;
    align-items: center;
    font-size: 3.90625vw;
    gap: 1.3020833333vw;
    padding: 1.3020833333vw;
    margin-bottom: 1.3020833333vw;
  }
  .titleContent div span {
    font-size: 2.0833333333vw;
    margin-right: 1.3020833333vw;
  }
}

.itemContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  gap: 15px;
}
.itemContent .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 527px;
  height: 205px;
  box-sizing: border-box;
  padding: 20px 30px;
  font-size: 30px;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/border-item.png);
}
.itemContent .item .title {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 14px;
  margin-bottom: 10px;
  position: relative;
}
.itemContent .item .title::after {
  width: 100%;
  height: 18px;
  display: block;
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/line02-pc.png);
}
.itemContent .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.itemContent .content .itemPhoto {
  width: 66px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.itemContent .content .itemPhoto.box {
  background-image: url(./img/item-box-pc.png);
}
.itemContent .content .itemPhoto.mana {
  background-image: url(./img/item-mana-pc.png);
}
.itemContent .content .itemPhoto.gold {
  background-image: url(./img/item-gold-pc.png);
}
.itemContent .content .itemPhoto.exp {
  background-image: url(./img/item-exp-pc.png);
}
.itemContent .content .itemPhoto.chip {
  background-image: url(./img/item-chip-pc.png);
}
.itemContent .content .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.itemContent .content .info > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.itemContent .content .info > div span.coin {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/coin-01.png);
}
.itemContent .content .info > div span.dot {
  font-size: 16px;
  margin-right: 10px;
  box-sizing: border-box;
  padding-left: 12px;
}
.itemContent .content .info > div span .icon {
  display: inline-block;
  width: 42px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/icon-infi.png);
}
.itemContent .content .itemBtn {
  width: 106px;
  height: 102px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-exchange-off-pc.png);
  cursor: pointer;
}
.itemContent .content .itemBtn:hover {
  background-image: url(./img/btn-exchange-on-pc.png);
}
.itemContent .content .itemBtn.disabled {
  filter: grayscale(1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .itemContent {
    flex-direction: column;
    align-items: center;
    padding: 0 1.3020833333vw;
    margin-bottom: 2.6041666667vw;
    gap: 1.953125vw;
  }
  .itemContent .item {
    width: 68.6197916667vw;
    height: 26.6927083333vw;
    box-sizing: border-box;
    padding: 2.6041666667vw 3.90625vw;
    font-size: 3.90625vw;
  }
  .itemContent .item .title {
    padding-bottom: 1.8229166667vw;
    margin-bottom: 1.3020833333vw;
  }
  .itemContent .item .title::after {
    height: 2.34375vw;
    bottom: -1.171875vw;
  }
  .itemContent .content {
    gap: 2.6041666667vw;
  }
  .itemContent .content .itemPhoto {
    width: 8.59375vw;
    height: 10.15625vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .itemContent .content .info {
    gap: 0.6510416667vw;
  }
  .itemContent .content .info > div {
    gap: 1.3020833333vw;
  }
  .itemContent .content .info > div span.coin {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
  .itemContent .content .info > div span.dot {
    font-size: 2.0833333333vw;
    margin-right: 1.3020833333vw;
    padding-left: 1.5625vw;
  }
  .itemContent .content .info > div span .icon {
    display: inline-block;
    width: 5.46875vw;
    height: 2.9947916667vw;
  }
  .itemContent .content .itemBtn {
    width: 13.8020833333vw;
    height: 13.28125vw;
    background-image: url(./img/btn-exchange-off-pc.png);
  }
  .itemContent .content .itemBtn:hover {
    background-image: url(./img/btn-exchange-off-pc.png);
  }
}

.titleH2 {
  width: 1032px;
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.titleH2.record {
  background-image: url(./img/h2-record-pc.png);
}
@media screen and (max-width: 768px) {
  .titleH2 {
    width: 81.5104166667vw;
    height: 12.3697916667vw;
  }
  .titleH2.record {
    background-image: url(./img/h2-record-mb.png);
  }
}

.recordTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  margin-bottom: 10px;
}
.recordTitle div {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.recordTitle div:nth-child(1) {
  width: 30%;
}
.recordTitle div:nth-child(2) {
  width: 28%;
}
.recordTitle div:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recordTitle {
    display: flex;
    flex-direction: column;
    gap: 1.3020833333vw;
    padding: 0 1.3020833333vw;
    margin-bottom: 2.6041666667vw;
  }
  .recordTitle div {
    font-size: 3.90625vw;
  }
}

.recordScroll {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .recordScroll {
    height: 78.125vw;
  }
}

.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 80px 0;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nodata {
    padding: 10.4166666667vw 0;
    font-size: 3.90625vw;
  }
}

.recordListContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
}
.recordListContent .recordList {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  gap: 25px;
  border-radius: 10px;
}
.recordListContent .recordList.bg {
  background-color: #1e1e1e;
}
.recordListContent .recordList div {
  font-size: 30px;
  color: #fff;
  word-break: break-all;
  text-align: center;
}
.recordListContent .recordList div:nth-child(1) {
  width: 30%;
}
.recordListContent .recordList div:nth-child(2) {
  width: 28%;
}
.recordListContent .recordList div:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .recordListContent {
    padding: 0 1.953125vw;
  }
  .recordListContent .recordList {
    display: flex;
    flex-direction: column;
    padding: 1.3020833333vw 0;
    border-radius: 1.953125vw;
    gap: 0;
  }
  .recordListContent .recordList div {
    font-size: 3.90625vw;
    box-sizing: border-box;
    padding: 1.3020833333vw 0;
  }
  .recordListContent .recordList div:nth-child(1) {
    width: 100%;
  }
  .recordListContent .recordList div:nth-child(2) {
    width: 100%;
  }
  .recordListContent .recordList div:nth-child(3) {
    width: 100%;
  }
}

.titleH2.wear {
  background-image: url(./img/h2-wear-pc.png);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .titleH2.wear {
    background-position: center top;
    background-size: cover;
    margin-bottom: 2.6041666667vw;
  }
}

.titleH2.draw {
  background-image: url(./img/h2-draw-pc.png);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .titleH2.draw {
    background-position: center top;
    background-size: cover;
    margin-bottom: 2.6041666667vw;
  }
}

.boxContent.exclusive.wear {
  justify-content: flex-start;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 10px;
}
.boxContent.exclusive.wear .box {
  width: 252px;
  box-shadow: 1px 1px 10px #2ea3fe;
}
.boxContent.exclusive.wear .box .title {
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
  min-height: 61px;
}
.boxContent.exclusive.wear .box .photo {
  width: 100%;
  height: 248px;
  position: relative;
}
.boxContent.exclusive.wear .box .photo img {
  width: 100%;
  height: 100%;
}
.boxContent.exclusive.wear .box .photo .counts {
  background-image: url(./img/picCounts-02-pc.png);
}
.boxContent.exclusive.wear .box .photo::before {
  width: 265px;
  height: 19px;
  background-image: url(./img/line03-pc.png);
}
.boxContent.exclusive.wear .box .photo::after {
  width: 265px;
  height: 19px;
  background-image: url(./img/line03-pc.png);
}
.boxContent.exclusive.wear .box .photoInfoContent {
  padding: 5px 5px;
}
.boxContent.exclusive.wear .box .photoInfoContent .ticket {
  font-size: 24px;
}
.boxContent.exclusive.wear .box .photoInfoContent .ticket span:nth-child(1) {
  width: 49px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/ticket-03.png);
}
.boxContent.exclusive.wear .box .photoInfoContent .viewers {
  font-size: 24px;
}
.boxContent.exclusive.wear .box .photoInfoContent .viewers span:nth-child(1) {
  width: 43px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/watch-02.png);
}
@media screen and (max-width: 768px) {
  .boxContent.exclusive.wear {
    justify-content: center;
    padding: 0;
    margin-bottom: 3.90625vw;
    gap: 1.953125vw;
  }
  .boxContent.exclusive.wear .box {
    width: 40.3645833333vw;
    box-sizing: border-box;
    border: 0.390625vw solid #fff;
    box-shadow: 1px 1px 1.3020833333vw #2ea3fe;
  }
  .boxContent.exclusive.wear .box .title {
    font-size: 3.90625vw;
    padding: 1.3020833333vw 0;
    min-height: 11.71875vw;
  }
  .boxContent.exclusive.wear .box .photo {
    height: 39.9739583333vw;
    position: relative;
  }
  .boxContent.exclusive.wear .box .photo img {
    width: 100%;
    height: 100%;
  }
  .boxContent.exclusive.wear .box .photo .counts {
    width: 8.984375vw;
    height: 5.3385416667vw;
    top: 1.3020833333vw;
    right: 0.6510416667vw;
    padding-top: 0.2604166667vw;
    padding-left: 3.90625vw;
    font-size: 3.90625vw;
  }
  .boxContent.exclusive.wear .box .photo::before {
    width: 100%;
    height: 3.2552083333vw;
    top: -1.4322916667vw;
  }
  .boxContent.exclusive.wear .box .photo::after {
    width: 100%;
    height: 3.2552083333vw;
    bottom: -1.3020833333vw;
  }
  .boxContent.exclusive.wear .box .photoInfoContent {
    padding: 1.953125vw 1.3020833333vw;
  }
  .boxContent.exclusive.wear .box .photoInfoContent .ticket {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
  }
  .boxContent.exclusive.wear .box .photoInfoContent .ticket span:nth-child(1) {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
  .boxContent.exclusive.wear .box .photoInfoContent .viewers {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
    color: #fff;
  }
  .boxContent.exclusive.wear .box .photoInfoContent .viewers span:nth-child(1) {
    width: 7.03125vw;
    height: 4.1666666667vw;
  }
}

.boxContent.exclusive.draw {
  justify-content: flex-start;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 0 15px;
}
.boxContent.exclusive.draw .box {
  width: 252px;
  box-shadow: 1px 1px 10px #fe862e;
  cursor: pointer;
}
.boxContent.exclusive.draw .box .title {
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 10px;
  min-height: 61px;
}
.boxContent.exclusive.draw .box .photo {
  width: 100%;
  height: 248px;
  position: relative;
}
.boxContent.exclusive.draw .box .photo img {
  width: 100%;
  height: 100%;
}
.boxContent.exclusive.draw .box .photo .counts {
  background-image: url(./img/picCounts-03-pc.png);
}
.boxContent.exclusive.draw .box .photo::before {
  width: 265px;
  height: 19px;
  background-image: url(./img/line04-pc.png);
}
.boxContent.exclusive.draw .box .photo::after {
  width: 265px;
  height: 19px;
  background-image: url(./img/line04-pc.png);
}
.boxContent.exclusive.draw .box .photoInfoContent {
  padding: 5px 5px;
}
.boxContent.exclusive.draw .box .photoInfoContent .ticket {
  font-size: 24px;
}
.boxContent.exclusive.draw .box .photoInfoContent .ticket span:nth-child(1) {
  width: 49px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/ticket-04.png);
}
.boxContent.exclusive.draw .box .photoInfoContent .viewers {
  font-size: 24px;
}
.boxContent.exclusive.draw .box .photoInfoContent .viewers span:nth-child(1) {
  width: 43px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/watch-03.png);
}
@media screen and (max-width: 768px) {
  .boxContent.exclusive.draw {
    justify-content: center;
    padding: 0;
    margin-bottom: 3.90625vw;
    gap: 1.953125vw;
  }
  .boxContent.exclusive.draw .box {
    width: 40.3645833333vw;
    box-sizing: border-box;
    border: 0.390625vw solid #fff;
    box-shadow: 1px 1px 1.3020833333vw #fe862e;
  }
  .boxContent.exclusive.draw .box .title {
    font-size: 3.90625vw;
    padding: 1.3020833333vw 0;
    min-height: 11.71875vw;
  }
  .boxContent.exclusive.draw .box .photo {
    height: 39.9739583333vw;
    position: relative;
  }
  .boxContent.exclusive.draw .box .photo img {
    width: 100%;
    height: 100%;
  }
  .boxContent.exclusive.draw .box .photo .counts {
    width: 8.984375vw;
    height: 5.3385416667vw;
    top: 1.3020833333vw;
    right: 0.6510416667vw;
    padding-top: 0.2604166667vw;
    padding-left: 3.90625vw;
    font-size: 3.90625vw;
  }
  .boxContent.exclusive.draw .box .photo::before {
    width: 100%;
    height: 3.2552083333vw;
    top: -1.4322916667vw;
  }
  .boxContent.exclusive.draw .box .photo::after {
    width: 100%;
    height: 3.2552083333vw;
    bottom: -1.3020833333vw;
  }
  .boxContent.exclusive.draw .box .photoInfoContent {
    padding: 1.953125vw 1.3020833333vw;
  }
  .boxContent.exclusive.draw .box .photoInfoContent .ticket {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
  }
  .boxContent.exclusive.draw .box .photoInfoContent .ticket span:nth-child(1) {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
  .boxContent.exclusive.draw .box .photoInfoContent .viewers {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
    color: #fff;
  }
  .boxContent.exclusive.draw .box .photoInfoContent .viewers span:nth-child(1) {
    width: 7.03125vw;
    height: 4.1666666667vw;
  }
}

.titleH2.des {
  background-image: url(./img/h2-des-pc.png);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .titleH2.des {
    background-position: center top;
    background-size: cover;
    margin-bottom: 1.3020833333vw;
  }
}

.titleH2.reward {
  background-image: url(./img/h2-reward-pc.png);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .titleH2.reward {
    background-position: center top;
    background-size: cover;
    margin-bottom: 1.3020833333vw;
  }
}

.text {
  font-weight: normal;
  font-size: 30px;
}
.text.green {
  color: #d2ffcc;
}
.text.brown {
  color: #ffda92;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 3.90625vw;
    box-sizing: border-box;
    padding: 0 5.859375vw;
  }
}

.attentionContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 960px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.attentionContent > div {
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 30px;
  color: #fff;
  text-align: left;
  position: relative;
}
.attentionContent > div > span {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 29px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/icon-attention.png);
}
@media screen and (max-width: 768px) {
  .attentionContent {
    gap: 1.3020833333vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.3020833333vw;
    margin-top: 3.2552083333vw;
    margin-bottom: 3.2552083333vw;
  }
  .attentionContent > div {
    padding-left: 5.2083333333vw;
    font-size: 3.90625vw;
  }
  .attentionContent > div > span {
    top: 0.5208333333vw;
    left: 0.6510416667vw;
    width: 3.7760416667vw;
    height: 3.7760416667vw;
  }
  .attentionContent > div > div span {
    display: block;
  }
}

.rewardList {
  width: 1032px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  box-sizing: border-box;
  padding: 20px 20px;
  text-align: center;
}
.rewardList table {
  width: 100%;
  border-collapse: collapse;
  border: 1;
  font-size: 30px;
  color: #d2ffcc;
}
.rewardList table th {
  font-weight: normal;
  border: 1px solid #d2ffcc;
  box-sizing: border-box;
  padding: 10px 0;
}
.rewardList table th.head {
  padding: 30px 0;
}
.rewardList table tr {
  border: 1px solid #d2ffcc;
}
.rewardList table td {
  color: #fff;
  border: 1px solid #d2ffcc;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .rewardList {
    width: 100%;
    gap: 5.2083333333vw;
    padding: 2.6041666667vw 3.90625vw;
  }
  .rewardList table {
    font-size: 3.90625vw;
  }
  .rewardList table th {
    border: 1px solid #d2ffcc;
    padding: 1.3020833333vw 0;
  }
  .rewardList table th.head {
    padding: 3.90625vw 3.90625vw;
  }
  .rewardList table td {
    padding: 2.6041666667vw 0;
  }
}

.backBtn {
  width: 137px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-back-off-pc.png);
  cursor: pointer;
}
.backBtn:hover {
  background-image: url(./img/btn-back-on-pc.png);
}
@media screen and (max-width: 768px) {
  .backBtn {
    width: 20.8333333333vw;
    height: 9.8958333333vw;
  }
  .backBtn:hover {
    background-image: url(./img/btn-back-off-pc.png);
  }
}

.collection {
  width: 100%;
  height: 1080px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-position: center top;
  background-image: url(./img/body-bg-02-pc.jpg);
  box-sizing: border-box;
  padding-top: 230px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .collection {
    height: auto;
    background-image: url(./img/body-bg-02-mb.jpg);
    background-size: 100%;
    padding-top: 20.8333333333vw;
    padding-bottom: 13.0208333333vw;
  }
}

.collectionContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .collectionContent {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2.6041666667vw;
  }
}

.photoContent {
  width: 761px;
  gap: 10px;
}
.photoContent .title {
  width: 100%;
  font-size: 30px;
  color: #ffda92;
  text-align: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.photoContent .title span:nth-child(1) {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}
.photoContent .title span:nth-child(1)::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/star-02-pc.png);
}
.photoContent .sliderOuter {
  width: 762px;
  height: 579px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/border-photo-pc.png);
  position: relative;
  box-sizing: border-box;
  padding-top: 19px;
}
.photoContent .sliderOuter .tns-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.photoContent .sliderOuter .tns-controls button {
  width: 33px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/arrow-off-pc.png);
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
}
.photoContent .sliderOuter .tns-controls button:hover {
  background-image: url(./img/arrow-on-pc.png);
}
.photoContent .sliderOuter .tns-controls [data-controls=prev] {
  left: -50px;
}
.photoContent .sliderOuter .tns-controls [data-controls=next] {
  right: -50px;
  transform: rotate(180deg);
}
.photoContent .sliderContent .slider img {
  width: 720px;
  height: 540px;
  object-fit: cover;
}
.photoContent .noSlider {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .photoContent .noSlider {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) {
  .photoContent {
    width: 84.6354166667vw;
    gap: 1.3020833333vw;
  }
  .photoContent .title {
    font-size: 3.90625vw;
    padding-left: 1.3020833333vw;
  }
  .photoContent .title span:nth-child(1) {
    padding-left: 3.2552083333vw;
  }
  .photoContent .title span:nth-child(1)::before {
    width: 1.953125vw;
    height: 1.953125vw;
    left: 0;
    top: 2.34375vw;
  }
  .photoContent .sliderOuter {
    width: 84.1145833333vw;
    height: 63.9322916667vw;
    padding-top: 2.6041666667vw;
  }
  .photoContent .sliderOuter .tns-controls button {
    width: 4.296875vw;
    height: 7.1614583333vw;
  }
  .photoContent .sliderOuter .tns-controls button:hover {
    background-image: url(./img/arrow-off-pc.png);
  }
  .photoContent .sliderOuter .tns-controls [data-controls=prev] {
    left: -5.859375vw;
  }
  .photoContent .sliderOuter .tns-controls [data-controls=next] {
    right: -5.859375vw;
  }
  .photoContent .sliderContent .slider img {
    width: 78.125vw;
    height: 58.59375vw;
    object-fit: cover;
  }
}

.keepContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.keepContent .photoInfoContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 10px;
  gap: 50px;
}
.keepContent .photoInfoContent .ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  color: #fff;
}
.keepContent .photoInfoContent .ticket span:nth-child(1) {
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/ticket-02.png);
}
.keepContent .photoInfoContent .viewers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  color: #fff;
}
.keepContent .photoInfoContent .viewers span:nth-child(1) {
  width: 54px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/watch-01.png);
}
@media screen and (max-width: 768px) {
  .keepContent {
    box-sizing: border-box;
    padding: 0.6510416667vw 1.3020833333vw;
  }
  .keepContent .photoInfoContent {
    padding: 1.953125vw 1.3020833333vw;
    gap: 6.5104166667vw;
  }
  .keepContent .photoInfoContent .ticket {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
  }
  .keepContent .photoInfoContent .ticket span:nth-child(1) {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
  .keepContent .photoInfoContent .viewers {
    gap: 0.6510416667vw;
    font-size: 3.90625vw;
  }
  .keepContent .photoInfoContent .viewers span:nth-child(1) {
    width: 7.03125vw;
    height: 4.1666666667vw;
  }
}

.keepBtn {
  width: 137px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-keep-off-pc.png);
  cursor: pointer;
}
.keepBtn:hover {
  background-image: url(./img/btn-keep-on-pc.png);
}
.keepBtn.disabled {
  filter: grayscale(1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .keepBtn {
    width: 20.703125vw;
    height: 9.8958333333vw;
  }
  .keepBtn:hover {
    background-image: url(./img/btn-keep-off-pc.png);
  }
}

.infoContent {
  width: 276px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
  border: 3px solid #7a7f89;
  border-radius: 50px;
  background-color: rgba(2, 7, 17, 0.6);
  margin-top: 20px;
}
.infoContent .title {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  gap: 5px;
  border-bottom: 2px solid #eeeeef;
}
.infoContent .title > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  gap: 5px;
}
.infoContent .title > div div:nth-child(1) {
  color: #ffda92;
  position: relative;
}
.infoContent .title > div div:nth-child(1)::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/star-02-pc.png);
  left: -20px;
  top: 8px;
}
.infoContent .title > div div:nth-child(1)::after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/star-02-pc.png);
  right: -20px;
  top: 8px;
}
.infoContent .tagContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 2px solid #eeeeef;
}
.infoContent .tagContent .race {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
.infoContent .tagContent .race div {
  width: 121px;
  height: 45px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.infoContent .tagContent .race div.man {
  background-image: url(./img/tag-man-pc.png);
}
.infoContent .tagContent .race div.women {
  background-image: url(./img/tag-women-pc.png);
}
.infoContent .tagContent .race div.elfman {
  height: 48px;
  background-image: url(./img/tag-elfman-pc.png);
}
.infoContent .tagContent .race div.elfwomen {
  height: 48px;
  background-image: url(./img/tag-elfwomen-pc.png);
}
.infoContent .tagContent .race div.giantman {
  height: 54px;
  background-image: url(./img/tag-giantman-pc.png);
}
.infoContent .tagContent .race div.giantwomen {
  height: 54px;
  background-image: url(./img/tag-giantwomen-pc.png);
}
.infoContent .tagContent .style {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.infoContent .tagContent .style div {
  width: 109px;
  height: 51px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.infoContent .tagContent .style div.handsome {
  background-image: url(./img/tag-handsome-pc.png);
}
.infoContent .tagContent .style div.beuty {
  background-image: url(./img/tag-beuty-pc.png);
}
.infoContent .tagContent .style div.cute {
  background-image: url(./img/tag-cute-pc.png);
}
.infoContent .tagContent .style div.fear {
  background-image: url(./img/tag-fear-pc.png);
}
.infoContent .tagContent .style div.farm {
  width: 165px;
  height: 51px;
  background-image: url(./img/tag-farm-pc.png);
}
.infoContent .ticketContent {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 10px 10px;
  gap: 10px;
  border-bottom: 2px solid #eeeeef;
}
.infoContent .ticketContent span {
  font-size: 30px;
  color: #fff;
}
.infoContent .ticketContent span:nth-child(1) {
  width: 60px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/ticket-01.png);
}
.infoContent .btnContent {
  box-sizing: border-box;
  padding: 15px 0;
}
.infoContent .btnContent .voteBtn {
  width: 161px;
  height: 92px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-vote-off.png);
  cursor: pointer;
}
.infoContent .btnContent .voteBtn:hover {
  background-image: url(./img/btn-vote-on.png);
}
.infoContent .btnContent .voteBtn.disabled {
  filter: grayscale(1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .infoContent {
    width: 80.7291666667vw;
    padding: 0 1.3020833333vw;
    border: 0.390625vw solid #7a7f89;
    border-radius: 6.5104166667vw;
    margin-top: 0;
  }
  .infoContent .title {
    flex-direction: row;
    justify-content: center;
    padding: 1.3020833333vw 0;
    gap: 0;
    border-bottom: 0.390625vw solid #eeeeef;
  }
  .infoContent .title > div {
    flex: 1;
    font-size: 3.90625vw;
    gap: 0;
  }
  .infoContent .title > div div:nth-child(1)::before {
    width: 1.953125vw;
    height: 1.953125vw;
    left: -2.6041666667vw;
    top: 1.3020833333vw;
  }
  .infoContent .title > div div:nth-child(1)::after {
    width: 1.953125vw;
    height: 1.953125vw;
    right: -2.6041666667vw;
    top: 1.3020833333vw;
  }
  .infoContent .tagContent {
    padding: 1.953125vw 1.3020833333vw;
    border-bottom: 2px solid #eeeeef;
    gap: 1.3020833333vw;
  }
  .infoContent .tagContent .race {
    gap: 0.2604166667vw;
    margin-bottom: 0;
  }
  .infoContent .tagContent .race div {
    width: 18.4895833333vw;
    height: 6.9010416667vw;
  }
  .infoContent .tagContent .race div.elfman {
    height: 7.2916666667vw;
  }
  .infoContent .tagContent .race div.elfwomen {
    height: 7.2916666667vw;
  }
  .infoContent .tagContent .race div.giantman {
    height: 8.203125vw;
    background-image: url(./img/tag-giantman-pc.png);
  }
  .infoContent .tagContent .race div.giantwomen {
    height: 8.203125vw;
    background-image: url(./img/tag-giantwomen-pc.png);
  }
  .infoContent .tagContent .style {
    gap: 0.2604166667vw;
  }
  .infoContent .tagContent .style div {
    width: 16.5364583333vw;
    height: 7.6822916667vw;
  }
  .infoContent .tagContent .style div.farm {
    width: 25.1302083333vw;
    height: 7.6822916667vw;
  }
  .infoContent .ticketContent {
    padding: 1.3020833333vw;
    gap: 1.3020833333vw;
    border-bottom: 0.390625vw solid #eeeeef;
    justify-content: center;
  }
  .infoContent .ticketContent span {
    font-size: 3.90625vw;
  }
  .infoContent .ticketContent span:nth-child(1) {
    width: 7.8125vw;
    height: 5.2083333333vw;
  }
  .infoContent .btnContent {
    box-sizing: border-box;
    padding: 1.3020833333vw 0;
  }
  .infoContent .btnContent .voteBtn {
    width: 26.5625vw;
    height: 14.9739583333vw;
    background-image: url(./img/btn-vote-off-mb.png);
  }
  .infoContent .btnContent .voteBtn:hover {
    background-image: url(./img/btn-vote-off-mb.png);
  }
}

.gbox-default .gbox-wrap {
  max-width: none;
  width: 524px;
  margin: 0 auto 30px auto;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  height: auto;
  position: relative;
  box-sizing: border-box;
  padding: 100px 30px 50px 30px;
}
.gbox-default .gbox-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 3px;
  background: linear-gradient(0deg, #65c4fb, #f39af9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.gbox-default .gbox-wrap .gboxBG {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gbox-default .gbox-wrap .gboxBG.top {
  width: 177px;
  height: 155px;
  top: -15px;
  left: -15px;
  background-image: url(./img/gbox-bp01-pc.png);
}
.gbox-default .gbox-wrap .gboxBG.bottom {
  width: 117px;
  height: 107px;
  bottom: -15px;
  right: -15px;
  background-image: url(./img/gbox-bp02-pc.png);
}
.gbox-default .gbox-title {
  padding: 0;
}
.gbox-default .gbox-content {
  margin: 0 auto 30px auto;
  padding: 0;
  font-size: 30px;
  color: #fff;
}
.gbox-default .gbox-content .gboxText {
  width: 450px;
  margin: 0 auto;
}
.gbox-default .gbox-action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gbox-default .gbox-action .gbox-btn {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.gbox-default .gbox-action .gbox-btn.confirm {
  width: 214px;
  height: 122px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/gboxBtn-confirm-off-pc.png);
}
.gbox-default .gbox-action .gbox-btn.confirm:hover {
  background-image: url(./img/gboxBtn-confirm-on-pc.png);
}
.gbox-default .gbox-close {
  margin: 0;
  padding: 0;
  width: 39px;
  height: 39px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/gbox-X-pc.png);
  background-size: cover;
  background-position: center bottom;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .gbox-default .gbox-wrap {
    width: 68.2291666667vw;
    margin: 0 auto 3.90625vw auto;
    font-size: 3.90625vw;
    padding: 13.0208333333vw 3.90625vw 6.5104166667vw 3.90625vw;
  }
  .gbox-default .gbox-wrap::before {
    border-radius: 6.5104166667vw;
    padding: 0.390625vw;
  }
  .gbox-default .gbox-wrap .gboxBG.top {
    width: 23.046875vw;
    height: 20.1822916667vw;
    top: -1.953125vw;
    left: -1.953125vw;
  }
  .gbox-default .gbox-wrap .gboxBG.bottom {
    width: 15.234375vw;
    height: 13.9322916667vw;
    bottom: -1.953125vw;
    right: -1.953125vw;
  }
  .gbox-default .gbox-title {
    padding: 0;
  }
  .gbox-default .gbox-content {
    margin: 0 auto 3.90625vw auto;
    font-size: 3.90625vw;
  }
  .gbox-default .gbox-content .gboxText {
    width: 58.59375vw;
    margin: 0 auto;
  }
  .gbox-default .gbox-action .gbox-btn.confirm {
    width: 27.8645833333vw;
    height: 15.8854166667vw;
    background-image: url(./img/gboxBtn-confirm-off-pc.png);
  }
  .gbox-default .gbox-action .gbox-btn.confirm:hover {
    background-image: url(./img/gboxBtn-confirm-off-pc.png);
  }
  .gbox-default .gbox-close {
    width: 5.078125vw;
    height: 5.078125vw;
    top: 3.90625vw;
    right: 3.90625vw;
  }
}

.gbox-login .gboxTitle {
  width: 278px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/gbox-title-pc.png);
  margin: 0 auto 15px auto;
}
.gbox-login .gbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.gbox-login .nice-select {
  width: 390px;
  background-image: url(./img/gbox-selectBG-pc.png);
  margin-bottom: 10px;
}
.gbox-login .nice-select .list .option {
  width: 390px;
  background-image: url(./img/gbox-selectBG-pc.png);
}
.gbox-login .nice-select .list .option:hover {
  background-image: url(./img/gbox-selectBG-02-pc.png);
}
.gbox-login .nice-select .list .option.selected {
  background-image: url(./img/gbox-selectBG-02-pc.png);
}
.gbox-login .gboxBtnContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.gbox-login .gboxBtnContent .gboxBtn {
  width: 214px;
  height: 122px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.gbox-login .gboxBtnContent .gboxBtn.send {
  background-image: url(./img/gboxBtn-send-off-pc.png);
}
.gbox-login .gboxBtnContent .gboxBtn.send:hover {
  background-image: url(./img/gboxBtn-send-on-pc.png);
}
.gbox-login .gboxBtnContent .gboxBtn.login {
  background-image: url(./img/gboxBtn-login-off-pc.png);
}
.gbox-login .gboxBtnContent .gboxBtn.login:hover {
  background-image: url(./img/gboxBtn-login-on-pc.png);
}
.gbox-login .gboxAttention {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.gbox-login .gboxAttention .title {
  box-sizing: border-box;
  padding-left: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.gbox-login .gboxAttention ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
  list-style: none;
  padding-left: 40px;
  margin: 0;
}
.gbox-login .gboxAttention ul li {
  position: relative;
}
.gbox-login .gboxAttention ul li span {
  position: absolute;
  top: 0;
  left: -35px;
}
@media screen and (max-width: 768px) {
  .gbox-login .gboxTitle {
    width: 36.1979166667vw;
    height: 7.03125vw;
    margin: 0 auto 1.953125vw auto;
  }
  .gbox-login .nice-select {
    width: 50.78125vw;
    background-image: url(./img/gbox-selectBG-pc.png);
    margin-bottom: 1.3020833333vw;
  }
  .gbox-login .nice-select::after {
    width: 4.0364583333vw;
    height: 3.7760416667vw;
    right: 2.6041666667vw;
    top: 3.2552083333vw;
    transform: rotate(0);
  }
  .gbox-login .nice-select .list .option {
    width: 50.78125vw;
    background-image: url(./img/gbox-selectBG-pc.png);
  }
  .gbox-login .nice-select .list .option:hover {
    background-image: url(./img/gbox-selectBG-pc.png);
  }
  .gbox-login .nice-select .list .option.selected {
    background-image: url(./img/gbox-selectBG-02-pc.png);
  }
  .gbox-login .current {
    width: 50.78125vw;
    padding: 0 2.6041666667vw;
  }
  .gbox-login .gboxBtnContent {
    gap: 0.6510416667vw;
    margin-bottom: 2.6041666667vw;
  }
  .gbox-login .gboxBtnContent .gboxBtn {
    width: 27.8645833333vw;
    height: 15.8854166667vw;
  }
  .gbox-login .gboxBtnContent .gboxBtn.send {
    background-image: url(./img/gboxBtn-send-off-pc.png);
  }
  .gbox-login .gboxBtnContent .gboxBtn.send:hover {
    background-image: url(./img/gboxBtn-send-off-pc.png);
  }
  .gbox-login .gboxBtnContent .gboxBtn.login {
    background-image: url(./img/gboxBtn-login-off-pc.png);
  }
  .gbox-login .gboxBtnContent .gboxBtn.login:hover {
    background-image: url(./img/gboxBtn-login-off-pc.png);
  }
  .gbox-login .gboxAttention .title {
    padding-left: 0.6510416667vw;
    margin-bottom: 1.3020833333vw;
  }
  .gbox-login .gboxAttention ul {
    gap: 0.6510416667vw;
    padding-left: 5.2083333333vw;
  }
  .gbox-login .gboxAttention ul li span {
    top: 0;
    left: -4.5572916667vw;
  }
}

#loadingProgress {
  background-color: black;
}