

.clawBundle .common__btn {
  margin-top: 1.5vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  display: inline-block;
}
.clawBundle .common__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), to(#eee)), -webkit-gradient(linear, right top, left top, from(#eb0079), color-stop(#c219f2), color-stop(#0599df), to(#1ff9fd));
  background-image: linear-gradient(to right, #eee, #eee), linear-gradient(to left, #eb0079, #c219f2, #0599df, #1ff9fd);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: 14px;
}
@media (min-width: 996px) {
  .clawBundle .common__btn a {
    font-size: var(--text-lg);
  }
}

.clawBundle .common__btn a:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-shadow: 0 0 0px #fff, 0 0 10px #fff, 0 0 20px #fff;
}
.clawBundle .common__btn a img {
  width: 12px;
}
.clawBundle .common__btnbox {
  margin-top: 1.5vw;
  text-align: center;
  display: block;
  border: 2px solid transparent;
}

@media (min-width: 996px) {
  .clawBundle .common__btnbox a {
    font-size: var(--text-lg);
    z-index: 10;
    color: #000;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}
.clawBundle .common__btnbox a:hover {
}
.clawBundle a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.clawBundle .wtb {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
}
.clawBundle .wtb h2 {
  -webkit-filter: drop-shadow(0 0 2px yellow);
          filter: drop-shadow(0 0 2px yellow);
}
.clawBundle .wtb__titlebox {
  text-align: center;
}
.clawBundle .wtb__titlebox h3 {
  color: #c219f2;
  font-size: var(--title-lg);
}
.clawBundle .wtb__wrap {
  border-radius: 16px;
  padding: 6% 3%;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #0a44454d;
  border: 3px solid #11f9f84d;
}
.clawBundle .wtb__itembox {
  width: 90%;
  margin: 5% auto;
  margin: 0;
}
@media (min-width: 996px) {
  .clawBundle .wtb__itembox {
    width: 91% !important;
  }
}
.clawBundle .wtb__pd-title {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5%;
  padding-bottom: 5%;
  text-align: center;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clawBundle .wtb__pd-feature {
  padding: 0 15px 0 25px;
}
.clawBundle .wtb__pd-feature li {
  list-style-type: disc;
  text-align: left;
}
.clawBundle .wtb__pricebox {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5%;
  padding-bottom: 5%;
  text-align: right;
  margin-top: 3%;
  min-height: 90px;
}
.clawBundle .wtb__pricebox span {
  font-size: 16px;
  text-decoration: line-through;
  min-height: 21px;
  display: block;
}
.clawBundle .wtb__pricebox p {
  font-size: 26px;
  line-height: 1.1;
}
.clawBundle .wtb__btnbox {
  margin-top: 1.5vw;
}
.clawBundle .wtb__btnbox a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  background-color: #11f9f8;
  box-shadow: 0 0 20px rgba(17, 249, 249, 0.5);
  background-size: 100%;
  color: #000;
  font-size: min(max(2vw, 20px), 20px);
  font-family: var(--font);
  width: 100%;
  max-width: 300px;
  transform: skewX(-10deg);
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  opacity: 1;
  transition: 0.2s;
  margin-bottom: 20px;
}
.clawBundle .wtb__btnbox a:hover {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 0 20px #ffffff;
}
.clawBundle .wtb .slick-next {
  top: 50%;
  right: 0px;
}
.clawBundle .wtb .slick-next::before {
  display: none;
}
.clawBundle .wtb .slick-prev {
  left: 0px;
  top: 50%;
}
.clawBundle .wtb .slick-prev::before {
  display: none;
}
.clawBundle .wtb .slick-slide {
  text-align: center;
}
.clawBundle .wtb .slick-dots {
  bottom: -40px;
}




.clawBundle .game {
  padding: 50px 0;
  color: #fff;
}
@media (min-width: 996px) {
  .clawBundle .game {
    padding: 5% 0;
  }
}
.clawBundle .game__flexbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 996px) {
  .clawBundle .game__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.clawBundle .game__itembox {
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
  margin: 3% auto;
  padding: 2%;
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .game__itembox {
    border: 1px solid;
    border-radius: 15px;
    width: calc(33.3333333333% - 50px);
    padding: 2%;
    text-align: center;
    margin: 0;
  }
}
.clawBundle .game__itembox .miniPC {
  position: relative;
}
.clawBundle .game__itembox .miniPC article {
  padding: 0 5px;
}
.clawBundle .game__itembox .miniPC p {
  font-size: var(--note-xl);
}
.clawBundle .game__itembox .miniPC__left {
  position: absolute;
  bottom: 35%;
  left: -3%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (min-width: 996px) {
  .clawBundle .game__itembox .miniPC__left {
    position: absolute;
    left: -2%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .game__itembox .miniPC__left {
    left: -5%;
  }
}
.clawBundle .game__itembox .miniPC__right {
  position: absolute;
  bottom: 35%;
  right: -3%;
  z-index: 8;
  width: 15px;
  cursor: pointer;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media (min-width: 996px) {
  .clawBundle .game__itembox .miniPC__right {
    position: absolute;
    right: -2%;
  }
}
@media (min-width: 1300px) {
  .clawBundle .game__itembox .miniPC__right {
    right: -5%;
  }
}
.clawBundle .game__itembox .miniPC .slick-dots li button::before, .clawBundle .game__itembox .miniPC .slick-dots li button::after {
  color: rgba(255, 255, 255, 0.6);
}
.clawBundle .game__itembox .miniPC .slick-dots li.slick-active button:before, .clawBundle .game__itembox .miniPC .slick-dots li.slick-active button:after {
  color: #fff;
}
.clawBundle .game__itembox p {
  color: #eee;
  font-size: var(--text-xs);
}
.clawBundle .game__itembox h5 {
  font-size: 22px;
  margin-bottom: 5%;
  line-height: 1.6;
}
.clawBundle .game__itembox h6 {
  color: #1e3e63;
  font-size: var(--text-xl);
  font-weight: bold;
}
.clawBundle .game__itembox h4 {
  font-size: var(--text-lg);
  font-weight: 100;
}
.clawBundle .game__itembox-1 {
  background: linear-gradient(45deg, #fff 0%, #422a79 50%);
  border-color: #8c69e1;
}
.clawBundle .game__itembox-2 {
  background: linear-gradient(45deg, #FFF -10%, #1a71c3 60%, #90d8da 110%);
  border-color: #a2f9f5;
}
.clawBundle .game__itembox-2 .game__imgbox {
  margin: 20% auto;
}
.clawBundle .game__itembox-3 {
  background: linear-gradient(45deg, #fff 0%, #ba4586 61%, #da3c84 130%);
  border-color: #f34799;
}
.clawBundle .game__itembox-3 .game__imgbox {
  margin: 10% auto;
}
.clawBundle .game__itembox-3 .game__logobox {
  margin: 10% auto;
}
.clawBundle .game__imgbox {
  margin: 5% auto;
}
.clawBundle .game__logobox {
  max-width: 100px;
}
.clawBundle .game .slick-next, .clawBundle .game .slick-prev {
  top: 20%;
}
.clawBundle .game .slick-next {
  right: -15px;
}
.clawBundle .game .slick-prev {
  left: -15px;
}

.clawBundle .popout__block {
  background: none;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.clawBundle .slick-next {
  -webkit-clip-path: polygon(50% 10%, 100% 50%, 50% 90%);
          clip-path: polygon(50% 10%, 100% 50%, 50% 90%);
  background-color: #fff;
}
.clawBundle .slick-prev {
  -webkit-clip-path: polygon(50% 10%, 50% 90%, 0% 50%);
          clip-path: polygon(50% 10%, 50% 90%, 0% 50%);
  background-color: #fff;
}
@media (min-width: 996px) {
  .clawBundle .slick-next, .clawBundle .slick-prev {
    width: 30px;
    height: 30px;
  }
}
.clawBundle .slick-next::before, .clawBundle .slick-prev::before {
  display: none;
}
.clawBundle .slick-next:hover, .clawBundle .slick-prev:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
          filter: drop-shadow(0 0 5px #fff);
}
.clawBundle .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 996px) {
  .clawBundle .slick-dots {
    bottom: -50px;
  }
}
.clawBundle .slick-dots li {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.clawBundle .slick-dots li button::before {
  display: none;
}
.clawBundle .slick-dots li.slick-active {
  width: 30px;
}
.clawBundle .slick-dots li.slick-active button::before {
  display: none;
}
.clawBundle .popup__content h2 {
  color: #fff;
}
.clawBundle .y-border {
  border: 3px solid #f0b31d;
}
.clawBundle .y-color {
  color: #f0b31d;
}
.clawBundle .g-border {
  border: 3px solid #107c10;
}
.clawBundle .g-color {
  color: #107c10;
}
.clawBundle .w-color {
  color: #fff;
}

.accessoriesIntroPopup__content table tr:not(:first-child) {
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
  display: block;
}

.popup::before {
  display: none !important;
}

