@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../../font/GenJyuuGothic-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../../font/GenJyuuGothic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GenJyuuGothic';
  src: url('../../font/GenJyuuGothic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
.pc-style {
  display: block;
}
.mb-style,
.wrap-tit {
  display: none;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 21%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.5417vw;
  background: #fff;
  box-shadow: 0 0 0 0.5729vw #ff6c31, 0 0 0 0.8333vw #000;
  font-size: 1.875vw;
  padding: 0.5208vw 3.5417vw;
  font-family: GenJyuuGothic;
  font-weight: 700;
  line-height: 130%;
  transition: all 0.3s ease;
}
.banner .banner-btn .banner-hand {
  position: absolute;
  width: 6.1458vw;
  height: 6.1458vw;
  top: 0.4167vw;
  right: -2.7083vw;
  animation: banner-icon-animation 2s infinite;
}
.banner .banner-btn:hover {
  transform: translate(-50%, -0.4167vw);
}
.content {
  padding: 114px 0 210px;
  background: url('../img/2026-summer-sale/main-pc.webp') no-repeat center / cover;
}
.wrap-tit-box img {
  margin: 0 auto;
}
.wrap-tit-box .wrap-desc {
  margin-top: 26px;
  color: #101010;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.wrap-tit-box .tit-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 26px;
}
.wrap-tit-box .tit-list li {
  margin-left: 18px;
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  list-style: disc;
}
.wrap1 .container {
  max-width: 1200px;
  width: 100%;
}
.wrap1 .prod-box {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.wrap1 .prod-box .prod-item {
  width: calc((100% - 38px) / 2);
  position: relative;
  padding: 48px 24px 26px;
  border-radius: 26px;
  border: 2px solid #1573c2;
  background: #fff;
}
.wrap1 .prod-box .prod-item.prod-ultimate .prod-icons {
  gap: 6px;
}
.wrap1 .prod-box .prod-plan {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 6px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 26px;
  border: 2px solid #092c3c;
  background: #89d2ff;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  /* 28.6px */
}
.wrap1 .prod-box .prod-top {
  padding: 16px 0;
  border-radius: 8px;
  background: url('../img/2026-summer-sale/prod-top-bg.png') no-repeat center / cover;
}
.wrap1 .prod-box .prod-txt {
  margin-top: 14px;
  color: #090631;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
}
.wrap1 .prod-box .prod-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.wrap1 .prod-box .prod-other {
  position: relative;
}
.wrap1 .prod-box .prod-other:hover .prod-other-ico {
  display: block;
}
.wrap1 .prod-box .prod-other .prod-other-ico {
  display: none;
  position: absolute;
  top: 80%;
  right: 50%;
  transform: translateX(50%);
  object-fit: contain;
  z-index: 5;
  padding: 18px;
}
.wrap1 .prod-box .prod-ico {
  position: relative;
}
.wrap1 .prod-box .prod-ico:hover::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.37) transparent;
}
.wrap1 .prod-box .prod-ico:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 8px;
  pointer-events: none;
  z-index: 3;
}
.wrap1 .prod-box .prod-cont {
  margin-top: 24px;
  padding: 22px 12px 24px;
  border-radius: 8px;
  background: #e2f4ff;
}
.wrap1 .prod-box .prod-single-box,
.wrap1 .prod-box .btn-item {
  display: none;
}
.wrap1 .prod-box .prod-single-box.active,
.wrap1 .prod-box .btn-item.active {
  display: block;
}
.wrap1 .prod-box .toggle-btn {
  cursor: pointer;
}
.wrap1 .prod-box .toggle-btn:hover {
  text-decoration: underline;
}
.wrap1 .prod-box .switch-btn {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  height: 44px;
  border-radius: 60px;
  background: #c3e8ff;
}
.wrap1 .prod-box .switch-btn .switch-btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 100%;
  color: #090631;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap1 .prod-box .switch-btn .switch-btn-item.active {
  border-radius: 60px;
  background: #fff;
}
.wrap1 .prod-single-box {
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.wrap1 .prod-single-box .single-sale {
  position: absolute;
  top: -10px;
  right: -8px;
}
.wrap1 .prod-single-box .single-plan {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap1 .prod-single-box .single-os {
  margin-top: 8px;
  color: #999;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap1 .prod-single-box .single-price {
  margin-top: 8px;
  color: #fe5d12;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap1 .prod-single-box .single-old-price {
  margin-top: 8px;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: line-through;
}
.wrap1 .prod-single-box .single-tax {
  margin-top: 8px;
  color: #5c5c5c;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap1 .btn-box {
  margin-top: 20px;
}
.wrap1 .btn-box .btn-buy {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 13px 0;
  max-width: 414px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  border-radius: 64px;
  outline: 4px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(270deg, #ff6027 0%, #fd9947 100%);
  box-shadow: 0 -6px 8.7px 0 rgba(255, 255, 255, 0.14) inset, 0 4px 19.1px 0 rgba(255, 255, 255, 0.14) inset;
  transition: all 0.3s;
}
.wrap1 .btn-box .btn-buy:hover {
  transform: translateY(-8px);
}
.wrap1 .btn-box .btn-buy .buy-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}
.wrap1 .btn-box .toggle-btn {
  margin-top: 12px;
  color: #4d4d4d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.wrap2 {
  margin-top: 166px;
}
.wrap2 .container {
  max-width: 1080px;
}
.wrap2 .step-list {
  margin-top: 44px;
}
.wrap2 .step-list .step-select {
  display: none;
}
.wrap2 .step-list .step-options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.wrap2 .step-list .step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 9px 16px;
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  border-radius: 9px;
  border: 0.828px solid #0093d4;
  background: #c5edff;
  transition: all 0.3s;
  cursor: pointer;
}
.wrap2 .step-list .step-item.active {
  border: 1px solid #4e3f04;
  background: #fff;
}
.wrap2 .step-swiper {
  margin-top: 56px;
  padding: 52px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: #fff;
}
.wrap2 .step-swiper .swiper-slide {
  display: none;
}
.wrap2 .step-swiper .swiper-slide.active {
  display: block;
}
.wrap2 .slide-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}
.wrap2 .slide-top .slide-tit {
  color: #232323;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
}
.wrap2 .slide-top .slide-desc {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.wrap2 .slide-cont {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.wrap2 .prod-cont {
  position: relative;
  width: 368px;
  padding: 24px 40px;
  border-radius: 20px;
  border: 1px solid #0893db;
  background: #5ec1f4;
}
.wrap2 .switch-btn {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  height: 36px;
  border-radius: 60px;
  background: #c3e8ff;
}
.wrap2 .switch-btn .switch-btn-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 100%;
  color: #090631;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap2 .switch-btn .switch-btn-item.active {
  border-radius: 60px;
  background: #fff;
}
.wrap2 .prod-single {
  margin-top: 16px;
}
.wrap2 .prod-single .prod-single-box {
  display: none;
}
.wrap2 .prod-single .prod-single-box.active {
  display: block;
}
.wrap2 .prod-single .single-sale {
  position: absolute;
  top: -40px;
  right: -40px;
}
.wrap2 .prod-single .info-box {
  padding: 26px;
  background: #f8fcff;
  border-radius: 20px;
}
.wrap2 .prod-single .single-plan {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap2 .prod-single .single-os {
  margin-top: 8px;
  color: #999;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap2 .prod-single .single-price {
  margin-top: 8px;
  color: #fe5d12;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap2 .prod-single .single-old-price {
  margin-top: 8px;
  color: #5c5c5c;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: line-through;
}
.wrap2 .prod-single .single-tax {
  margin-top: 8px;
  color: #5c5c5c;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap2 .btn-box {
  margin-top: 18px;
}
.wrap2 .btn-box .btn-buy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  max-width: 286px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.22px;
  border-radius: 64px;
  outline: 4px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(270deg, #ff6027 0%, #fd9947 100%);
  box-shadow: 0 -6px 8.7px 0 rgba(255, 255, 255, 0.14) inset, 0 4px 19.1px 0 rgba(255, 255, 255, 0.14) inset;
  transition: all 0.3s;
}
.wrap2 .btn-box .btn-buy:hover {
  transform: translateY(-8px);
}
.wrap2 .btn-box .btn-buy .buy-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}
.wrap2 .btn-box .toggle-btn {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  cursor: pointer;
}
.wrap2 .btn-box .toggle-btn:hover {
  text-decoration: underline;
}
.wrap2 .btn-box .btn-item {
  display: none;
}
.wrap2 .btn-box .btn-item.active {
  display: block;
}
.wrap3 {
  margin-top: 180px;
}
.wrap3 .group-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
  margin-top: 136px;
}
.wrap3 .group-box .group-item {
  position: relative;
  flex: 1;
  padding: 42px 26px 28px;
  background: url('../img/2026-summer-sale/wrap3-item-bg.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap3 .group-box .group-logo {
  position: absolute;
  top: -80px;
  left: -10px;
}
.wrap3 .group-box .group-tit {
  text-align: center;
  color: #1d1d1d;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
  /* 39px */
}
.wrap3 .group-box .group-desc {
  margin-top: 6px;
  color: #1d1d1d;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
}
.wrap3 .group-prod {
  position: relative;
  text-align: center;
  padding-top: 84px;
}
.wrap3 .group-prod .group-sale {
  position: absolute;
  top: 56px;
  right: -20px;
}
.wrap3 .group-prod .group-plan {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap3 .group-prod .group-os {
  margin-top: 8px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap3 .group-prod .group-price {
  margin-top: 8px;
  color: #fe5d12;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap3 .group-prod .group-old-price {
  margin-top: 8px;
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: line-through;
}
.wrap3 .group-prod .group-tax {
  margin-top: 8px;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap3 .btn-box {
  margin-top: 24px;
}
.wrap3 .btn-box .btn-buy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  max-width: 414px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.26px;
  border-radius: 64px;
  outline: 4px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(270deg, #ff6027 0%, #fd9947 100%);
  box-shadow: 0 -6px 8.7px 0 rgba(255, 255, 255, 0.14) inset, 0 4px 19.1px 0 rgba(255, 255, 255, 0.14) inset;
  transition: all 0.3s;
}
.wrap3 .btn-box .btn-buy:hover {
  transform: translateY(-8px);
}
.wrap3 .btn-box .btn-buy .buy-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}
.wrap3 .btn-box .toggle-btn {
  margin-top: 12px;
  color: #4d4d4d;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  cursor: pointer;
}
.wrap3 .btn-box .toggle-btn:hover {
  text-decoration: underline;
}
.wrap3 .btn-box .btn-item {
  display: none;
}
.wrap3 .btn-box .btn-item.active {
  display: block;
}
@keyframes banner-icon-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .wrap1 .prod-box {
    gap: 24px;
  }
  .wrap1 .prod-box .prod-item {
    width: calc((100% - 24px) / 2);
  }
  .wrap1 .prod-box .prod-item.prod-ultimate .prod-ico img {
    width: 38px;
    height: 38px;
  }
  .wrap1 .prod-box .prod-item.prod-ultimate .prod-other img {
    width: 38px;
    height: 38px;
  }
  .wrap1 .prod-box .prod-item.prod-ultimate .prod-other .prod-other-ico {
    width: 260px;
    height: auto;
  }
  .wrap2 .container {
    width: 100%;
  }
  .wrap2 .step-swiper {
    padding: 20px;
  }
  .wrap2 .slide-cont {
    gap: 20px;
  }
  .wrap3 .container {
    width: 100%;
  }
  .wrap3 .group-box {
    gap: 20px;
  }
  .wrap3 .group-box .group-item {
    padding: 42px 18px 28px;
  }
}
@media (max-width: 996px) {
  .wrap-tit-box img {
    max-width: 100%;
  }
  .wrap-tit-box .tit-list {
    gap: 8px;
  }
  .wrap-tit-box .tit-list li {
    font-size: 14px;
  }
  .wrap1 .prod-box {
    flex-direction: column;
    gap: 60px;
  }
  .wrap1 .prod-box .prod-item {
    width: 580px;
  }
  .wrap2 .slide-cont {
    flex-direction: column;
  }
  .wrap3 .group-box {
    flex-direction: column;
    gap: 106px;
  }
  .wrap3 .group-box .group-item {
    width: 504px;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .banner .banner-btn {
    bottom: 10%;
    border-radius: 44px;
    box-shadow: 0 0 0 8px #ff6c31, 0 0 0 10px #000;
    font-size: 24px;
    padding: 5px 42px;
  }
  .banner .banner-btn .banner-hand {
    width: 76px;
    height: 76px;
    top: 6px;
    right: -34px;
  }
  .banner .banner-btn:hover {
    transform: translate(-50%, 0);
  }
  .content {
    padding: 46px 0 100px;
    background: url('../img/2026-summer-sale/mian-mb.png') no-repeat center / cover;
  }
  .wrap-tit-box .wrap-desc {
    margin-top: 32px;
    font-size: 16px;
  }
  .wrap-tit-box .tit-list {
    margin-top: 22px;
    flex-direction: column;
    gap: 12px;
  }
  .wrap-tit-box .tit-list li {
    margin-left: 0;
  }
  .wrap1 .prod-box .prod-item {
    width: 100%;
    max-width: 345px;
    padding: 28px 14px 20px;
    border-radius: 12px;
  }
  .wrap1 .prod-box .prod-item.prod-ultimate .prod-ico img {
    width: 24px;
    height: 24px;
  }
  .wrap1 .prod-box .prod-item.prod-ultimate .prod-other img {
    width: 24px;
    height: 24px;
  }
  .wrap1 .prod-box .prod-other .prod-other-ico {
    width: 200px;
    height: auto;
  }
  .wrap1 .prod-box .prod-plan {
    padding: 5px 15px;
    font-size: 18px;
    gap: 4px;
  }
  .wrap1 .prod-box .prod-plan img {
    width: 28px;
    height: 28px;
  }
  .wrap1 .prod-box .prod-icons {
    gap: 8px;
  }
  .wrap1 .prod-box .prod-icons img {
    width: 26px;
    height: 26px;
  }
  .wrap1 .prod-box .prod-top {
    padding: 14px 0;
  }
  .wrap1 .prod-box .prod-txt {
    margin-top: 12px;
  }
  .wrap1 .prod-box .prod-cont {
    margin-top: 16px;
    padding: 28px 12px 26px;
  }
  .wrap1 .prod-box .switch-btn {
    padding: 2px;
    height: 32px;
    border-radius: 44px;
  }
  .wrap1 .prod-box .switch-btn .switch-btn-item {
    width: 94px;
    font-size: 13px;
  }
  .wrap1 .prod-box .switch-btn .switch-btn-item.active {
    border-radius: 44px;
  }
  .wrap1 .prod-single-box {
    padding-top: 18px;
  }
  .wrap1 .prod-single-box .single-sale {
    width: 98px;
    height: auto;
    top: 0;
  }
  .wrap1 .prod-single-box .single-plan {
    font-size: 20px;
  }
  .wrap1 .prod-single-box .single-os {
    margin-top: 6px;
  }
  .wrap1 .prod-single-box .single-price {
    margin-top: 6px;
    font-size: 42px;
  }
  .wrap1 .prod-single-box .single-old-price {
    margin-top: 6px;
    font-size: 15px;
  }
  .wrap1 .prod-single-box .single-tax {
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap1 .btn-box {
    margin-top: 18px;
  }
  .wrap1 .btn-box .btn-buy {
    padding: 8px 0;
    font-size: 18px;
    border-width: 2px;
    gap: 8px;
  }
  .wrap1 .btn-box .btn-buy .buy-icon {
    width: 24px;
    height: 24px;
  }
  .wrap1 .btn-box .toggle-btn {
    margin-top: 14px;
    font-size: 14px;
  }
  .wrap3 {
    margin-top: 92px;
  }
  .wrap3 .group-box {
    margin-top: 96px;
  }
  .wrap3 .group-box .group-logo {
    width: 126px;
    height: auto;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .wrap3 .group-box .group-item {
    width: 100%;
    max-width: 345px;
    padding: 30px 18px 20px;
  }
  .wrap3 .group-box .group-tit {
    font-size: 20px;
  }
  .wrap3 .group-box .group-desc {
    margin-top: 4px;
    font-size: 12px;
  }
  .wrap3 .group-prod {
    padding-top: 58px;
  }
  .wrap3 .group-prod .group-sale {
    width: 98px;
    height: auto;
    top: 50px;
    right: -10px;
  }
  .wrap3 .group-prod .group-plan {
    font-size: 16px;
  }
  .wrap3 .group-prod .group-os {
    margin-top: 6px;
  }
  .wrap3 .group-prod .group-price {
    margin-top: 6px;
    font-size: 34px;
  }
  .wrap3 .group-prod .group-old-price {
    margin-top: 6px;
    font-size: 12px;
  }
  .wrap3 .group-prod .group-tax {
    margin-top: 6px;
    font-size: 12px;
  }
  .wrap3 .btn-box {
    margin-top: 10px;
  }
  .wrap3 .btn-box .btn-buy {
    max-width: 286px;
    letter-spacing: 0.179px;
    font-size: 18px;
    gap: 8px;
    outline: 2.754px solid rgba(255, 255, 255, 0.62);
    padding: 8px 0;
    box-shadow: 0 -4.132px 5.991px 0 rgba(255, 255, 255, 0.14) inset, 0 2.754px 13.153px 0 rgba(255, 255, 255, 0.14) inset;
  }
  .wrap3 .btn-box .btn-buy .buy-icon {
    width: 24px;
    height: 24px;
  }
  .wrap3 .btn-box .toggle-btn {
    margin-top: 8px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .wrap2 {
    margin-top: 64px;
  }
  .wrap2 .container {
    width: 100%;
  }
  .wrap2 .step-list {
    position: relative;
    width: 100%;
    max-width: 332px;
    margin: 32px auto 0;
  }
  .wrap2 .step-list.open .step-options {
    max-height: 180px;
  }
  .wrap2 .step-list.open .step-select::after {
    transform: translateY(-50%) rotate(225deg);
  }
  .wrap2 .step-list .step-select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border-radius: 4.07px;
    border: 1.017px solid #dfdfdf;
    background: #fff;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  .wrap2 .step-list .step-select {
    position: relative;
    cursor: pointer;
  }
  .wrap2 .step-list .step-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #1b1b1b;
    border-bottom: 1.5px solid #1b1b1b;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.3s;
  }
  .wrap2 .step-list .step-options {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    overflow: hidden;
    max-height: 0;
    border-radius: 6px;
    background: #fff;
    transition: max-height 0.3s;
  }
  .wrap2 .step-list .step-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    gap: 12px;
    font-size: 14px;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    cursor: pointer;
    transition: background 0.3s;
  }
  .wrap2 .step-list .step-item.active {
    border: 0;
    background: #fff;
  }
  .wrap2 .step-list .step-logo {
    width: 24px;
    height: 24px;
  }
  .wrap2 .step-swiper {
    max-width: 320px;
    padding: 0;
    margin: 36px auto 0;
    border-radius: 0;
    background: none;
    overflow: visible;
  }
  .wrap2 .slide-left {
    display: none;
  }
  .wrap2 .slide-top {
    position: relative;
    gap: 10px;
    max-width: 316px;
  }
  .wrap2 .slide-top img {
    width: 40px;
    height: 40px;
  }
  .wrap2 .slide-top .slide-tit {
    font-size: 20px;
  }
  .wrap2 .slide-top .slide-desc {
    position: absolute;
    top: 56px;
    width: 100%;
    max-width: 316px;
    left: 0;
    font-size: 14px;
  }
  .wrap2 .slide-cont {
    margin-top: 0;
    width: 100%;
    margin-top: 120px;
  }
  .wrap2 .prod-cont {
    width: 100%;
    padding: 22px 34px;
    border-radius: 18px;
    border: 0.87px solid #0893db;
    background: #5ec1f4;
  }
  .wrap2 .switch-btn {
    padding: 3px;
    height: 32px;
  }
  .wrap2 .switch-btn .switch-btn-item {
    width: 112px;
    font-size: 14px;
  }
  .wrap2 .prod-single {
    margin-top: 14px;
  }
  .wrap2 .prod-single .single-sale {
    width: 80px;
    height: auto;
    top: -20px;
    right: -20px;
  }
  .wrap2 .prod-single .info-box {
    padding: 22px;
    border-radius: 18px;
  }
  .wrap2 .prod-single .single-plan {
    font-size: 18px;
  }
  .wrap2 .prod-single .single-os {
    margin-top: 6px;
    font-size: 10px;
  }
  .wrap2 .prod-single .single-price {
    margin-top: 6px;
    font-size: 32px;
  }
  .wrap2 .prod-single .single-old-price {
    margin-top: 6px;
    font-size: 14px;
  }
  .wrap2 .prod-single .single-tax {
    margin-top: 6px;
    font-size: 12px;
  }
  .wrap2 .btn-box {
    margin-top: 16px;
  }
  .wrap2 .btn-box .btn-buy {
    font-size: 20px;
    gap: 10px;
    padding: 8px 0;
  }
  .wrap2 .btn-box .btn-buy .buy-icon {
    width: 20px;
    height: 20px;
  }
  .wrap2 .btn-box .toggle-btn {
    margin-top: 16px;
    font-size: 12px;
  }
}
header {
  display: none;
}