body main {
  background: #F7F9FA;
  text-align: center;
}
main .container {
  max-width: 1200px;
  width: unset;
}
.line-text {
  position: relative;
  z-index: 0;
}
.line-text::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 28%;
  background: url(../img/store/line.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
.banner {
  padding: 72px 0;
  position: relative;
  background: url(../img/store/bg.webp) no-repeat center center;
  background-size: 100% 100%;
}
.banner .banner-title {
  color: #212121;
  font-size: 42px;
  margin-bottom: 70px;
}
.banner .banner-content {
  display: flex;
  align-items: flex-start;
  gap: 120px;
}
.banner .banner-content-left {
  flex: 1;
  position: relative;
  text-align: left;
}
.banner .badge {
  display: inline-block;
  border-radius: 69px;
  border: 1px solid #B8D7FF;
  background: rgba(255, 255, 255, 0.72);
  color: #045FDD;
  padding: 6px 30px;
  border-radius: 20px;
  font-size: 18px;
  margin-bottom: 24px;
}
.banner .banner-content-left-title {
  font-size: 32px;
  color: #111827;
  margin-bottom: 8px;
}
.banner .banner-content-left-main-title {
  font-size: 54px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 25px;
  width: max-content;
}
.banner .banner-content-left-text {
  font-size: 16px;
  color: #1F2937;
  line-height: 1.6;
  margin-bottom: 22px;
}
.banner .campaign-section {
  display: block;
  background: linear-gradient(180deg, #FFF 0%, #FDEDF8 100%), linear-gradient(180deg, #E6DFFF 0%, #FFF 100%);
  border-radius: 12px;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
  padding: 36px 0 17px 0;
}
.banner .campaign-section:hover .campaign-btn {
  color: rgba(255, 255, 255, 0.76);
}
.banner .campaign-section .campaign-label {
  position: absolute;
  top: 0;
  left: 0;
  background: #FEE1E5;
  color: #D74458;
  padding: 6px 20px;
  border-radius: 20px 0 20px 0;
  font-size: 14px;
  margin-bottom: 15px;
}
.banner .campaign-section .campaign-text {
  font-size: 25px;
  font-weight: bold;
  color: #1F2937;
  margin-bottom: 10px;
}
.banner .campaign-section .campaign-text .campaign-discount {
  color: #D9366B;
  font-size: 33px;
  font-weight: 900;
}
.banner .campaign-section .campaign-text .campaign-discount-text {
  font-weight: 400;
  font-size: 25px;
}
.banner .campaign-section .campaign-detail {
  font-size: 14px;
  color: #323743;
  margin-bottom: 15px;
}
.banner .campaign-section .campaign-btn {
  display: flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 43px;
  background: #656AED;
  color: #fff;
  padding: 9px 20px;
  font-size: 18px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 0 auto;
}
.banner .campaign-section:hover .campaign-btn img {
  content: url(../img/store/arrow-left-hover.svg);
}
.banner .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  background: #fff;
  border: 1px solid #B2B4CA;
  border-radius: 800px;
  padding: 15px 70px;
  color: #1F2937;
  text-decoration: none;
  font-size: 20px;
  margin: 0 auto 30px;
  transition: all 0.3s;
}
.banner .download-btn:hover {
  border: 1px solid #EFF2F7;
  background: #EFF2F7;
}
.banner .trust-badges {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner .trust-badges li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #374151;
}
.banner .trust-badges li .check-icon {
  vertical-align: bottom;
}
.banner .banner-content-right {
  flex: 0 0 634px;
  position: relative;
}
.banner .banner-content-right img {
  width: 100%;
  height: auto;
  display: block;
}
.banner .banner-content-right .img-text {
  font-size: 15px;
  color: #0A2B4F;
  margin-top: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.banner .banner-content-right .product-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.banner .banner-content-right .product-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  padding: 8px;
  border-radius: 5.664px;
  background: #FFF;
  box-shadow: 0 0 7.77px 0 rgba(91, 136, 166, 0.14);
}
.banner .banner-content-right .product-item img {
  width: 22px;
  height: 22px;
}
.banner .banner-content-right .product-item span {
  font-size: 15px;
  color: #324356;
  font-weight: 500;
}
.pc-style {
  display: block;
}
.mobile-style {
  display: none;
}
.pc-text {
  display: inline-block;
}
.mobile-text {
  display: none;
}
* {
  box-sizing: border-box;
}
.wrap1 {
  margin-top: 50px;
}
.wrap1 .wrap1-title {
  font-size: 42px;
  color: #111827;
  text-align: left;
}
.wrap1 .wrap1-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.wrap1 .wrap1-text {
  font-size: 22px;
  color: #374151;
}
.wrap1 .switch-system {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 6.72px;
  background: rgba(148, 148, 148, 0.21);
  padding: 4px;
  gap: 4px;
}
.wrap1 .switch-system .switch-system-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap1 .switch-system .switch-system-item img {
  width: 20px;
  height: 20px;
}
.wrap1 .switch-system .switch-system-item:hover {
  background: #E5E7EB;
}
.wrap1 .switch-system .switch-system-item.active {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wrap1 .switch-system .switch-system-item.active:hover {
  background: #FFF;
}
.wrap1 .wrap1-content {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  background: #fff;
  border-radius: 18px;
}
.wrap1 .wrap1-content .wrap1-content-left {
  flex: 0 0 600px;
}
.wrap1 .wrap1-content .wrap1-content-right {
  flex: 1;
  padding: 38px 50px;
}
.wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-badge {
  display: inline-block;
  border-radius: 76px;
  background: #FFEFDD;
  color: #FF8C42;
  padding: 7px 20px;
  font-size: 19px;
  margin-bottom: 23px;
  width: max-content;
}
.wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-title {
  font-size: 48px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto 20px;
  color: #111827;
}
.wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-text {
  font-size: 20px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 36px;
}
.wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-btn {
  background: #FF6B35;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFF;
  padding: 18px 0;
  border-radius: 6px;
  font-size: 22px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap1 .wrap1-subtitle {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
}
.wrap1 .wrap1-subtitle-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0 50px;
}
.wrap1 .section4-swiper {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  width: calc(99vw - ((100vw - 100%) / 2));
}
.wrap1 .section4-swiper .swiper-slide {
  width: 384px;
  text-align: left;
}
.wrap1 .section4-swiper .section4-item {
  position: relative;
  border-radius: 18px;
  background: #FFF;
  padding: 33px 0 33px 33px;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.wrap1 .section4-swiper .section4-item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap1 .section4-swiper .section4-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap1 .section4-swiper .section4-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 18px 0;
}
.wrap1 .section4-swiper .section4-item-desc {
  color: #565656;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 auto 0;
}
.wrap1 .section4-swiper .section4-item-footer {
  margin-top: 34px;
}
.wrap1 .section4-swiper .section4-item-link {
  color: #006DFF;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wrap1 .section4-swiper .section4-item-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.wrap1 .other-title {
  font-size: 30px;
  font-weight: 700;
  color: #2C3543;
  text-align: center;
  margin-top: 30px;
}
.wrap1 .s-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.wrap1 .s-buttons .media-prev,
.wrap1 .s-buttons .media-next {
  width: 50px;
  height: 50px;
}
.wrap1 .s-buttons .s-prev {
  cursor: pointer;
}
.wrap1 .s-buttons .s-prev:hover img {
  content: url(../img/store/right.png);
  transform: rotate(180deg);
}
.wrap1 .s-buttons .s-next {
  cursor: pointer;
  transform: rotate(180deg);
}
.wrap1 .s-buttons .s-next:hover img {
  content: url(../img/store/right.png);
  transform: rotate(180deg);
}
.section4-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.6px;
  background: #061C3D;
  padding: 9px;
  transition: all 0.3s ease;
}
.section4-card-btn img {
  width: 20px;
  height: 20px;
}
.section4-card-btn:hover {
  background: #007BFF;
}
.wrap2 {
  margin-top: 190px;
}
.wrap2 .wrap2-title {
  font-size: 42px;
  font-weight: 600;
  color: #1F2937;
  margin-bottom: 16px;
}
.wrap2 .wrap2-text {
  font-size: 24px;
  color: #374151;
  margin-bottom: 70px;
}
.wrap2 .wrap2-subtitle {
  font-size: 36px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 56px;
  text-align: left;
}
.wrap2 .wrap2-swiper {
  margin-bottom: 120px;
}
.wrap2 .wrap2-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.wrap2 .wrap2-swiper .swiper-slide {
  width: auto;
  flex: 1;
  background: #FFF;
  height: auto;
  border-radius: 16px;
  border: 1px solid #E2E2E2;
}
.wrap2 .wrap2-swiper .wrap2-item-img {
  width: 100%;
  margin-bottom: 24px;
}
.wrap2 .wrap2-swiper .wrap2-item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap2 .wrap2-swiper .wrap2-item-content {
  padding: 0 30px 23px;
  text-align: left;
}
.wrap2 .wrap2-swiper .wrap2-item-title {
  font-size: 22px;
  font-weight: 600;
  color: #1F2937;
  margin: 0 0 12px 0;
}
.wrap2 .wrap2-swiper .wrap2-item-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin: 0;
}
.wrap2 .wrap2-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.wrap2 .wrap2-box-item {
  border-radius: 20px;
  text-align: left;
  width: 580px;
  background: #CAEEED;
  padding: 38px 44px 0;
}
.wrap2 .wrap2-box-item:last-of-type .wrap2-box-img {
  margin-top: 27px;
}
.wrap2 .large-box {
  width: 100%;
  background: #6CD4D1;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  gap: 50px;
}
.wrap2 .large-box .wrap2-box-title {
  color: #000C12;
  font-size: 32px;
}
.wrap2 .large-box .wrap2-box-desc {
  color: #033C5C;
  font-size: 12px;
}
.wrap2 .min-title {
  color: #000C12;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.wrap2 .wrap2-box-title {
  color: #033C5C;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 13px;
}
.wrap2 .wrap2-box-desc {
  color: #033C5C;
  font-size: 20px;
  line-height: 1.6;
}
.wrap3 {
  margin-top: 150px;
}
.wrap3 .wrap3-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 60px;
  text-align: center;
}
.wrap3 .wrap3-table {
  overflow: visible;
}
.wrap3 .wrap3-table .swiper-slide {
  width: 100%;
}
.wrap3 .comparison-items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  z-index: 1;
}
.wrap3 .comparison-items::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 97px;
  background: #E8EBF2;
  z-index: 0;
}
.wrap3 .comparison-items::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 97px;
  background: #fff;
  z-index: -1;
}
.wrap3 .comparison-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrap3 .comparison-item .comparison-item-value:last-child,
.wrap3 .comparison-item .comparison-item-label:last-child {
  min-height: 112px;
  border-bottom: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.wrap3 .comparison-item.all-in-one {
  position: relative;
  margin-left: 2px;
  border-radius: 20px;
  padding: 0 2px 2px;
  background: linear-gradient(93deg, #007BFF 7.75%, #7B91FF 41.53%, #B599FF 67.09%, #FEA5FF 93.14%);
}
.wrap3 .comparison-item.all-in-one .comparison-item-header {
  border-radius: 20px 20px 0 0;
  background: linear-gradient(125deg, #007BFF 7.75%, #7B91FF 41.53%, #B599FF 67.09%, #FEA5FF 93.14%);
  color: #FFF;
}
.wrap3 .comparison-item.all-in-one .comparison-item-value:last-child {
  border-radius: 0 0 20px 20px;
}
.wrap3 .comparison-item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  border-bottom: 1px solid #DCE2EB;
  color: #000C12;
  font-size: 26px;
  font-weight: 600;
  background: #E8EBF2;
}
.wrap3 .comparison-item-label {
  padding: 24px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #4C5560;
  border-bottom: 1px solid #DCE2EB;
  text-align: left;
  border-right: 1px solid #DCE2EB;
  background: #FFF;
}
.wrap3 .comparison-item-label:last-child {
  border-bottom: none;
}
.comparison-point .wrap3 .comparison-item-label {
  background: #E8EBF2;
}
.wrap3 .comparison-item-value {
  padding: 24px 20px;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #E5E7EB;
  color: #1C232D;
  background: #FFF;
}
.wrap3 .comparison-item-value:last-child {
  border-bottom: none;
}
.single-item .wrap3 .comparison-item-value {
  color: #374151;
  background: #FFF;
}
.all-in-one .wrap3 .comparison-item-value {
  color: #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.wrap3 .comparison-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: baseline;
}
.wrap3 .comparison-tooltip img {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.wrap3 .comparison-tooltip img:hover + .comparison-tooltip-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  z-index: 2;
}
.wrap3 .comparison-tooltip .comparison-tooltip-content {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateX(10%);
  margin-bottom: 8px;
  padding: 8px 10px;
  background: #111827;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
  white-space: normal;
  width: 248px;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
  text-align: center;
}
.wrap3 .comparison-tooltip .comparison-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 8%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111827;
}
.wrap3 .swiper-scrollbar {
  margin-top: 20px;
  height: 8px;
  background: #E5E7EB;
  border-radius: 4px;
}
.wrap3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3B82F6;
  border-radius: 4px;
}
.wrap3-info {
  border-radius: 30px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  margin-top: 78px;
  padding: 50px 0 40px;
  margin-bottom: 60px;
}
.wrap3-info .wrap3-info-title {
  font-size: 36px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
}
.wrap3-info .wrap3-info-desc {
  font-size: 20px;
  color: #1F2937;
  line-height: 1.6;
  margin-bottom: 25px;
}
.wrap3-info .wrap3-info-features {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.wrap3-info .wrap3-info-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrap3-info .wrap3-info-feature-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wrap3-info .wrap3-info-feature-text {
  font-size: 16px;
  color: #374151;
  text-align: center;
}
.wrap3-section-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 60px;
}
.wrap3-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #006DFF;
  color: #FFF;
  padding: 16px 85px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  width: max-content;
  margin: 27px auto 0;
}
.wrap3-btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wrap3-btn:hover {
  color: rgba(255, 255, 255, 0.79);
}
.wrap3-btn:hover img {
  content: url(../img/store/Arrow-right-hover.svg);
}
.wrap4 {
  margin-top: 180px;
}
.wrap4 .wrap4-services {
  margin-top: 55px;
  padding: 57px 143px;
  background: #FFF;
  border-radius: 30px;
  text-align: center;
}
.wrap4 .wrap4-services-title {
  font-size: 36px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 34px;
}
.wrap4 .wrap4-services-list {
  color: #111827;
  font-size: 24px;
}
.wrap4 .wrap4-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 26px;
}
.wrap4 .wrap4-desc {
  font-size: 28px;
  color: #1F2937;
  line-height: 1.5;
  margin-bottom: 60px;
}
.wrap4 .wrap4-box {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 24px;
  text-align: left;
}
.wrap4 .wrap4-item {
  position: relative;
  width: 384px;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.wrap4 .wrap4-item-first {
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.wrap4 .wrap4-item-left {
  flex: 0 0 auto;
}
.wrap4 .wrap4-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 28px;
}
.wrap4 .wrap4-item-badge {
  position: absolute;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 69px;
  top: -20px;
  background: #F97316;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  width: max-content;
  margin-bottom: 20px;
}
.wrap4 .wrap4-item-badge-blue {
  background: #3868F0;
}
.wrap4 .wrap4-item-badge-green {
  background: #10B981;
}
.wrap4 .wrap4-item-badge-purple {
  background: #8B5CF6;
}
.wrap4 .wrap4-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wrap4 .wrap4-item-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 28px;
}
.wrap4 .wrap4-item-first {
  flex-direction: row;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: #D4E0FF;
  width: 100%;
}
.wrap4 .wrap4-item-first .wrap4-item-badge {
  position: unset;
}
.wrap4 .wrap4-item-first .wrap4-item-title {
  font-size: 36px;
}
.wrap4 .wrap4-item-first .wrap4-item-desc {
  font-size: 20px;
  color: #374151;
}
.wrap4 .wrap4-item-first .wrap4-item-link {
  box-shadow: 5px 0 0 0 #2157F1 inset;
  color: #2157F1;
  font-size: 20px;
  padding: 22px;
}
.wrap4 .wrap4-item-second {
  background: linear-gradient(0deg, #FDEBCF 0%, #FDEBCF 100%), #FDF2CB;
}
.wrap4 .wrap4-item-second .wrap4-item-title {
  color: #361704;
}
.wrap4 .wrap4-item-second .wrap4-item-desc {
  color: #361704;
}
.wrap4 .wrap4-item-second .wrap4-item-link {
  box-shadow: 2px 0 0 0 #EA9C00 inset;
  color: #D99101;
  white-space: nowrap;
  text-wrap: nowrap;
}
.wrap4 .wrap4-item-third {
  background: linear-gradient(0deg, #BFE7E6 0%, #BFE7E6 100%), #FDF2CB;
}
.wrap4 .wrap4-item-third .wrap4-item-badge {
  background: #40BCB8;
}
.wrap4 .wrap4-item-third .wrap4-item-title {
  color: #052333;
}
.wrap4 .wrap4-item-third .wrap4-item-desc {
  color: #052333;
}
.wrap4 .wrap4-item-third .wrap4-item-link {
  box-shadow: 2px 0 0 0 #4BB0AE inset;
  color: #0FA3A0;
}
.wrap4 .wrap4-item-fourth {
  background: linear-gradient(0deg, #CBEED3 0%, #CBEED3 100%), #FDF2CB;
}
.wrap4 .wrap4-item-fourth .wrap4-item-badge {
  background: #5AB36F;
}
.wrap4 .wrap4-item-fourth .wrap4-item-title {
  color: #08320F;
}
.wrap4 .wrap4-item-fourth .wrap4-item-desc {
  color: #08320F;
}
.wrap4 .wrap4-item-fourth .wrap4-item-link {
  box-shadow: 2px 0 0 0 #3EB85A inset;
  color: #3EB85A;
}
.wrap4 .wrap4-item-content {
  padding: 0 28px 32px;
}
.wrap4 .wrap4-item-left {
  flex: 0 0 auto;
}
.wrap4 .wrap4-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wrap4 .wrap4-item-first .wrap4-item-img {
  width: auto;
  max-width: 100%;
}
.wrap4 .wrap4-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}
.wrap4 .wrap4-item-desc {
  font-size: 16px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 18px;
}
.wrap4 .wrap4-item-link {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 2px 0 0 0 #3EB85A inset;
  color: #3B82F6;
  font-size: 16px;
  margin-top: auto;
  width: max-content;
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.wrap4-info {
  margin-top: 85px;
  text-align: center;
}
.wrap4-info .wrap4-info-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 27px;
}
.wrap4-info .wrap4-info-desc {
  font-size: 24px;
  color: #374151;
  line-height: 1.6;
  text-align: center;
}
.wrap4-info .wrap4-info-buttons {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin: 27px 0 18px;
}
.wrap4-info .wrap4-info-btn {
  display: inline-block;
  padding: 18px 30px;
  border-radius: 6px;
  background: #006DFF;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wrap4-info .wrap4-info-btn-primary {
  color: #FFF;
}
.wrap4-info .wrap4-info-btn-primary:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap4-info .wrap4-info-btn-secondary {
  background: #FFF;
  color: #3E4D64;
  border: 1px solid #D2D5D9;
}
.wrap4-info .wrap4-info-btn-secondary:hover {
  background: #EFF2F7;
}
.wrap4-info .wrap4-info-note {
  font-size: 12px;
  color: #6B7686;
}
.wrap5 {
  background: url(../img/store/wrap5-bg.webp) no-repeat top center;
  background-size: cover;
  margin-top: 180px;
  padding: 90px 0;
}
.wrap5 .container {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 56px;
  max-width: 1312px;
}
.wrap5 .wrap5-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 27px;
}
.wrap5 .wrap5-desc {
  font-size: 24px;
  color: #374151;
  line-height: 1.6;
  text-align: center;
}
.wrap5-box {
  margin-top: 43px;
}
.wrap5-box .wrap5-box-swiper {
  overflow: visible;
}
.wrap5-box .swiper-wrapper {
  flex-wrap: wrap;
}
.wrap5-box .swiper-slide {
  width: 300px;
  height: auto;
}
.wrap5-box .swiper-pagination {
  display: none;
}
.wrap5-box .wrap5-box-item {
  background: #FFF;
  padding: 36px 26px 28px;
  position: relative;
  text-align: center;
  height: 100%;
  border: 1px solid #C0D0FD;
}
.wrap5-box .wrap5-box-item:hover {
  border-color: #6990FF;
}
.wrap5-box .swiper-slide:first-child .wrap5-box-item {
  border-radius: 12px 0 0 12px;
}
.wrap5-box .swiper-slide:last-child .wrap5-box-item {
  border-radius: 0 12px 12px 0;
}
.wrap5-box .wrap5-box-item-number {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 20px;
  color: #BFC5CE;
}
.wrap5-box .wrap5-box-item-icon {
  margin-bottom: 20px;
}
.wrap5-box .wrap5-box-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap5-box .wrap5-box-item-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap5-info {
  margin-top: 52px;
  display: flex;
  gap: 24px;
}
.wrap5-info .wrap5-info-item {
  flex: 1;
  border-radius: 16px;
  background: #F7F9FA;
  padding: 26px;
  border-radius: 8px;
  text-align: left;
}
.wrap5-info .wrap5-info-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap5-info .wrap5-info-item-content {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap5-info .wrap5-info-item-highlight {
  color: #F97316;
  font-weight: 500;
  font-size: 17px;
}
.wrap5-info .wrap5-info-item-highlight img {
  vertical-align: middle;
}
.wrap5-info .wrap5-min-text {
  font-size: 14px;
  margin-top: 14px;
}
.wrap6 {
  padding: 110px 0;
  background: #DBEEFE;
  background-size: cover;
}
.wrap6 .container {
  max-width: 1312px;
  text-align: center;
}
.wrap6 .wrap6-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  max-width: 1400px;
}
.wrap6 .wrap6-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 26px;
}
.wrap6 .wrap6-desc {
  font-size: 28px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 80px;
}
.wrap6 .wrap6-subtitle {
  font-size: 36px;
  font-weight: 500;
  color: #061C3D;
  margin-bottom: 72px;
}
.wrap6 .wrap6-box {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.wrap6 .wrap6-box-item {
  flex: 1;
  background: #FFF;
  border-radius: 16px;
  padding: 34px 20px 28px;
  position: relative;
  text-align: center;
  border: 2px solid transparent;
}
.wrap6 .featured {
  border: 2px solid #FB6917;
}
.wrap6 .featured .wrap6-icon-img {
  width: 90px;
  height: 90px;
}
.wrap6 .featured .price-number,
.wrap6 .featured .price-unit {
  color: #F97316;
}
.wrap6 .wrap6-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 69px;
  background: #FB6917;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 30px;
  width: max-content;
}
.wrap6 .wrap6-icon {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap6 .wrap6-icon img {
  width: 60px;
  height: 60px;
}
.wrap6 .wrap6-popular {
  position: absolute;
  bottom: -12px;
  right: -28px;
  width: auto;
  height: auto;
}
.wrap6 .wrap6-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 14px;
}
.wrap6 .price {
  margin-bottom: 30px;
}
.wrap6 .price-number {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
}
.wrap6 .price-unit {
  font-size: 24px;
  color: #111827;
  margin-left: 4px;
  font-weight: 600;
}
.wrap6 .price-old {
  font-size: 14px;
  color: #676B71;
  text-decoration: line-through;
  margin-left: 8px;
}
.wrap6 .wrap6-price-year {
  font-size: 14px;
  color: #6B7280;
  margin-bottom: 20px;
  margin-top: -25px;
}
.wrap6 .wrap6-min-text {
  font-size: 20px;
  color: #1F2937;
  margin-bottom: 26px;
  margin-top: -15px;
}
.wrap6 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 24px;
  background: #0C1835;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
}
.wrap6 .btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap6 .btn:hover img {
  content: url(../img/store/cart-hover.svg);
}
.wrap6 .btn.btn-featured {
  background: #F97316;
}
.wrap6 .btn.btn-featured:hover {
  background: #EA580C;
}
.wrap6 .wrap6-note {
  font-size: 12px;
  color: #6B7280;
  margin-top: 12px;
}
.wrap6 .features {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  text-align: left;
  width: max-content;
}
.wrap6 .features li {
  font-size: 18px;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 12px;
  gap: 8px;
  display: flex;
  align-items: center;
  width: max-content;
  position: relative;
}
.wrap6 .features li:last-child {
  margin-bottom: 0;
}
.wrap6 .features li span {
  flex: 1;
}
.wrap6 .features li img {
  vertical-align: middle;
}
.wrap6 .features li .comparison-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: baseline;
}
.wrap6 .features li .comparison-tooltip img {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.wrap6 .features li .comparison-tooltip img:hover + .comparison-tooltip-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  z-index: 2;
}
.wrap6 .features li .comparison-tooltip .comparison-tooltip-content {
  position: absolute;
  bottom: 100%;
  transform: translateX(-15%);
  margin-bottom: 8px;
  padding: 8px 10px;
  background: #111827;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
  white-space: normal;
  width: 248px;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
  text-align: center;
}
.wrap6 .features li .comparison-tooltip .comparison-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 15%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111827;
}
.wrap6 .features.features-featured li img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1352%) hue-rotate(1deg) brightness(101%) contrast(97%);
}
p {
  word-break: break-word;
}
@media (max-width: 1200px) {
  .banner .banner-content {
    flex-direction: column;
    gap: 40px;
  }
  .banner .banner-content::before {
    display: none;
  }
  .banner .banner-content-left {
    padding-left: 0;
    width: 100%;
  }
  .banner .banner-content-left-title {
    font-size: 28px;
  }
  .banner .banner-content-left-main-title {
    font-size: 36px;
  }
  .banner .banner-content-left-main-title .title-icon {
    font-size: 30px;
  }
  .banner .banner-content-right {
    flex: 1;
    width: 100%;
  }
  main .container {
    max-width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
  .wrap1 .wrap1-content {
    align-items: center;
  }
  .wrap1 .wrap1-content .wrap1-content-left {
    flex: 0 0 50%;
  }
  .wrap1 .wrap1-content .wrap1-content-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .large-box .wrap2-box-img {
    width: 50%;
  }
}
@media (max-width: 770px) {
  .pc-text,
  .pc-style {
    display: none;
  }
  .mobile-style {
    display: block;
  }
  .mobile-text {
    display: inline-block;
  }
  .banner {
    padding: 43px 0;
    background: url(../img/store/bg-mb.png) no-repeat top center;
  }
  .banner .banner-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .banner .badge {
    padding: 6px 22px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .banner .download-btn {
    margin-bottom: 18px;
  }
  .banner .banner-content-left-title {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .banner .banner-content {
    gap: 28px;
  }
  .banner .banner-content-left-text {
    font-size: 14px;
    margin-bottom: 22px;
  }
  .banner .banner-content-left-main-title {
    font-size: 37px;
  }
  .banner .campaign-section {
    border-radius: 14px;
    background: linear-gradient(180deg, #FFF 0%, #FDEDF8 100%);
  }
  .banner .campaign-section .campaign-label {
    border-radius: 14px 0 14px 0;
    padding: 6px 20px;
    font-size: 14px;
  }
  .banner .campaign-section .campaign-text {
    font-size: 25px;
  }
  .banner .title-icon {
    font-size: 24px;
  }
  .banner .trust-badges {
    gap: 4px;
    justify-content: center;
  }
  .banner .trust-badges li {
    gap: 2px;
    font-size: 10px;
  }
  .banner .trust-badges img {
    width: 10px;
  }
  .banner .banner-content-right .product-list {
    gap: 11px;
  }
  .banner .banner-content-right .product-item {
    gap: 5px;
    padding: 6px 8px;
  }
  .banner .banner-content-right .product-item img {
    width: 20px;
    height: 20px;
  }
  .banner .banner-content-right .product-item span {
    font-size: 12px;
  }
  .banner .banner-content-right .img-text {
    font-size: 14px;
    margin: 15px 0;
  }
  .wrap1 {
    margin-top: 0;
  }
  .wrap1 .wrap1-title {
    font-size: 32px;
    text-align: center;
  }
  .wrap1 .wrap1-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .wrap1 .wrap1-text {
    font-size: 16px;
  }
  .wrap1 .switch-system {
    margin: 0 auto;
    padding: 3px;
  }
  .wrap1 .switch-system .switch-system-item {
    font-size: 13px;
    gap: 6px;
    padding: 5px 16px;
  }
  .wrap1 .switch-system .switch-system-item img {
    width: 14px;
  }
  .wrap1 .wrap1-content {
    flex-direction: column;
    margin-top: 36px;
    border-radius: 12px;
  }
  .wrap1 .wrap1-content .wrap1-content-left {
    width: 100%;
  }
  .wrap1 .wrap1-content .wrap1-content-right {
    padding: 20px 18px;
  }
  .wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-badge {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 16px;
  }
  .wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-title {
    font-size: 30px;
    margin: 0 auto 16px;
  }
  .wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-text {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .wrap1 .wrap1-content .wrap1-content-right .wrap1-content-right-btn {
    font-size: 14px;
    padding: 11px 0;
  }
  .wrap1 .wrap1-subtitle {
    font-size: 32px;
  }
  .wrap1 .section4-swiper {
    width: 100%;
  }
  .wrap1 .section4-swiper .swiper-slide {
    width: 100%;
  }
  .wrap1 .section4-swiper .section4-item {
    height: auto;
    padding: 28px 20px 28px 28px;
    width: 100%;
  }
  .wrap1 .section4-swiper .section4-item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .wrap1 .section4-swiper .section4-item-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .wrap1 .section4-swiper .section4-item-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .wrap1 .section4-swiper .section4-item-footer {
    margin-top: 0;
  }
  .wrap1 .section4-swiper .section4-item-link {
    font-size: 14px;
  }
  .wrap1 .wrap1-subtitle-box {
    margin: 60px 0 20px;
    justify-content: center;
  }
  .wrap1 .other-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .wrap1 .s-buttons {
    margin-top: 20px;
    gap: 14px;
    justify-content: center;
  }
  .wrap1 .s-buttons .media-prev,
  .wrap1 .s-buttons .media-next {
    width: 32px;
    height: 32px;
  }
  .wrap2 {
    margin-top: 70px;
  }
  .wrap2 .wrap2-title {
    font-size: 32px;
    width: 88%;
    margin: 0 auto 18px;
  }
  .wrap2 .wrap2-text {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .wrap2 .wrap2-subtitle {
    font-size: 28px;
    margin-bottom: 13px;
  }
  .wrap2 .wrap2-swiper {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .wrap2 .wrap2-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: unset;
    gap: 0;
  }
  .wrap2 .wrap2-swiper .wrap2-item-img {
    margin-bottom: 20px;
  }
  .wrap2 .wrap2-swiper .swiper-slide {
    width: 100%;
    flex: none;
  }
  .wrap2 .wrap2-swiper .wrap2-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .wrap2 .wrap2-swiper .wrap2-item-content {
    padding: 0 26px 16px;
  }
  .wrap2 .wrap2-swiper .wrap2-item-desc {
    font-size: 14px;
  }
  .wrap2 .wrap2-box {
    gap: 20px;
    margin-top: 26px;
  }
  .wrap2 .wrap2-box-item {
    width: 100%;
    border-radius: 12px;
    padding: 20px 20px 0 20px;
  }
  .wrap2 .wrap2-box-img img {
    width: 100%;
  }
  .wrap2 .large-box {
    flex-direction: column;
    padding: 20px 20px 0 20px;
    gap: 20px;
  }
  .wrap2 .large-box .wrap2-box-title {
    font-size: 22px;
  }
  .wrap2 .large-box .wrap2-box-desc {
    font-size: 12px;
  }
  .wrap2 .large-box .min-title {
    font-size: 16px;
  }
  .wrap2 .large-box .wrap2-box-img {
    width: 100%;
  }
  .wrap2 .wrap2-box-title {
    font-size: 22px;
  }
  .wrap2 .wrap2-box-desc {
    font-size: 16px;
  }
  .wrap2 .wrap2-box-item:last-of-type {
    padding-bottom: 25px;
  }
  .wrap3 {
    margin-top: 60px;
  }
  .wrap3 .wrap3-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .wrap3 .comparison-items {
    display: flex;
  }
  .wrap3 .comparison-items::after,
  .wrap3 .comparison-items::before {
    height: 74px;
    width: 300px;
  }
  .wrap3 .comparison-item {
    width: 212px;
    flex-shrink: 0;
  }
  .wrap3 .comparison-item .comparison-item-value:last-child,
  .wrap3 .comparison-item .comparison-item-label:last-child {
    min-height: 85px;
  }
  .wrap3 .wrap3-table {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
  }
  .wrap3 .wrap3-table .swiper-wrapper {
    gap: 0;
  }
  .wrap3 .wrap3-table .swiper-slide {
    width: max-content;
    flex: none;
  }
  .wrap3 .comparison-item-header {
    padding: 16px 12px;
    font-size: 16px;
    height: 74px;
  }
  .wrap3 .comparison-item-label {
    padding: 18px 22px;
    font-size: 15px;
  }
  .wrap3 .comparison-item-value {
    padding: 18px 0 18px 22px;
    font-size: 15px;
  }
  .wrap3 .swiper-scrollbar {
    width: 214px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap3 .single-item,
  .wrap3 .all-in-one {
    width: 300px;
  }
  .wrap3-info {
    padding: 40px 20px;
    border-radius: 12px;
    margin-bottom: 40px;
  }
  .wrap3-info .wrap3-info-title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .wrap3-info .wrap3-info-desc {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .wrap3-info .wrap3-info-features {
    flex-direction: column;
    gap: 20px;
    align-items: self-start;
  }
  .wrap3-info .wrap3-info-feature-item {
    max-width: 100%;
  }
  .wrap3-info .wrap3-info-feature-text {
    font-size: 16px;
  }
  .wrap3-section-title {
    font-size: 26px;
    padding: 0 30px;
  }
  .wrap4 {
    margin-top: 60px;
  }
  .wrap4 .wrap4-title {
    font-size: 28px;
    width: 70%;
    margin: 0 auto 18px;
  }
  .wrap4 .wrap4-item-badge {
    font-size: 14px;
  }
  .wrap4 .wrap4-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrap4 .wrap4-box {
    flex-direction: column;
    gap: 40px;
  }
  .wrap4 .wrap4-item {
    max-width: 100%;
  }
  .wrap4 .wrap4-item-img {
    margin-bottom: 22px;
  }
  .wrap4 .wrap4-item-first {
    flex-direction: column;
    gap: 0;
  }
  .wrap4 .wrap4-item-first .wrap4-item-title {
    font-size: 28px;
  }
  .wrap4 .wrap4-item-first .wrap4-item-desc {
    font-size: 14px;
  }
  .wrap4 .wrap4-item-first .wrap4-item-link {
    font-size: 14px;
    padding: 12px 5px;
  }
  .wrap4 .wrap4-item-link {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 4px;
  }
  .wrap4 .wrap4-item-right {
    align-items: center;
    text-align: center;
    padding: 0 20px 20px;
  }
  .wrap4 .wrap4-item-left {
    width: 100%;
  }
  .wrap4 .wrap4-item-title {
    font-size: 20px;
  }
  .wrap4 .wrap4-item-desc {
    font-size: 14px;
  }
  .wrap4 .wrap4-services {
    margin-top: 40px;
    padding: 30px 20px;
    border-radius: 12px;
  }
  .wrap4 .wrap4-services-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .wrap4 .wrap4-services-list {
    font-size: 14px;
    line-height: 1.6;
  }
  .wrap4-info {
    margin-top: 30px;
  }
  .wrap4-info .wrap4-info-title {
    font-size: 28px;
    width: 80%;
    margin: 0 auto 27px;
  }
  .wrap4-info .wrap4-info-desc {
    font-size: 16px;
    text-align: center;
  }
  .wrap4-info .wrap4-info-buttons {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin: 15px 0 18px;
  }
  .wrap4-info .wrap4-info-btn {
    padding: 16px 32px;
    font-size: 16px;
  }
  .wrap4-info .wrap4-info-note {
    font-size: 12px;
  }
  .wrap5 {
    padding: 50px 0;
    margin-top: 40px;
  }
  .wrap5 .container {
    max-width: 100%;
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 33px 22px 30px;
  }
  .wrap5 .wrap5-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .wrap5 .wrap5-desc {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .wrap5-box .swiper-slide:first-child .wrap5-box-item {
    border-radius: 12px;
  }
  .wrap5-box .swiper-slide:last-child .wrap5-box-item {
    border-radius: 12px;
  }
  .wrap5-box {
    margin-top: 40px;
  }
  .wrap5-box .wrap5-box-content {
    display: none;
  }
  .wrap5-box .wrap5-box-swiper {
    display: block;
    padding-bottom: 40px;
  }
  .wrap5-box .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap5-box .wrap5-box-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .wrap5-box .wrap5-box-item-icon {
    margin-bottom: 12px;
  }
  .wrap5-box .wrap5-box-item-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }
  .wrap5-box .wrap5-box-item-desc {
    font-size: 14px;
  }
  .wrap5-box .wrap5-box-item {
    max-width: 100%;
    border-radius: 12px;
    padding: 27px 26px 30px;
    height: auto;
  }
  .wrap5-box .swiper-slide {
    height: fit-content;
  }
  .wrap5-box .swiper-pagination {
    display: block;
  }
  .wrap5-info {
    margin-top: 2px;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
  }
  .wrap5-info .wrap5-info-item {
    padding: 22px;
  }
  .wrap5-info .wrap5-info-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .wrap5-info .wrap5-info-item-content {
    font-size: 14px;
  }
  .wrap5-info .wrap5-info-item-highlight {
    font-size: 13px;
  }
  .wrap5-info .wrap5-min-text {
    font-size: 12px;
    margin-top: 10px;
  }
  .wrap6 {
    padding: 30px 0 55px;
  }
  .wrap6 .container {
    padding: 0 20px;
  }
  .wrap6 .wrap6-img {
    margin-bottom: 30px;
    width: 100%;
  }
  .wrap6 .featured {
    order: -1;
  }
  .wrap6 .featured .wrap6-icon-img {
    width: 80px;
    height: 80px;
  }
  .wrap6 .wrap6-title {
    font-size: 32px;
    margin: -40px auto 18px;
  }
  .wrap6 .wrap6-item-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .wrap6 .wrap6-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrap6 .wrap6-subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .wrap6 .wrap6-box {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .wrap6 .wrap6-box-item {
    max-width: 100%;
    width: 100%;
    padding: 30px 27px;
    border-radius: 14px;
  }
  .wrap6 .wrap6-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .wrap6 .price-number {
    font-size: 36px;
  }
  .wrap6 .price-unit {
    font-size: 20px;
  }
  .wrap6 .wrap6-note {
    font-size: 10px;
  }
  .wrap6 .features li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .wrap6 .btn {
    font-size: 16px;
    padding: 11px 20px;
  }
}
.image-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-zoom-overlay.active {
  opacity: 1;
  visibility: visible;
}
.image-zoom-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-zoom-img {
  width: 900px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 770px) {
  .image-zoom-img {
    width: 100%;
  }
}
.image-zoom-close {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
img[zoom] {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}
