@charset "UTF-8";

.store-container {
  overflow-x: hidden
}

.store-container .w-1920-one .swiper {
  width: 100%;
  height: auto;
  max-height: 800px;
  overflow: hidden
}

.store-container .w-1920-one .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover
}

.store-container .w-1920-one .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 30px;
  cursor: pointer
}

.store-container .w-1920-one .swiper-pagination .custom-previous,
.store-container .w-1920-one .swiper-pagination .custom-next {
  width: 48px;
  height: 48px;
  transition: transform .3s
}

.store-container .w-1920-one .swiper-pagination .custom-previous:hover,
.store-container .w-1920-one .swiper-pagination .custom-next:hover {
  transform: scale(1.1)
}

.store-container .w-1920-one .swiper-pagination .custom-previous svg,
.store-container .w-1920-one .swiper-pagination .custom-next svg {
  width: 100%;
  height: 100%
}

.store-container .w-1430-one {
  margin: 60px auto;
  padding: 0 20px
}

.store-container .w-1430-one .container-title {
  margin-bottom: 40px
}

.store-container .w-1430-one .container-title .culture-title {
  background: linear-gradient(180deg, #0c0c0c 29.38%, #fff 83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 10px
}

.store-container .w-1430-one .container-title p {
  color: #000;
  text-align: left;
  font-size: 36px;
  font-weight: 400;
  margin: 0
}

.store-container .w-1430-one .store-select-button {
  margin-bottom: 30px;
  width: 100%
}

.store-container .w-1430-one .store-select-button .store-select-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end
}

.store-container .w-1430-one .store-select-button .store-select-group .store-select {
  appearance: none;
  border: none;
  outline: none;
  background: #e68d32;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  padding: 12px 25px;
  text-align: center;
  cursor: pointer;
  min-width: 180px;
  transition: background .2s;
  position: relative
}

.store-container .w-1430-one .store-select-button .store-select-group .store-select:hover {
  background: #d47d22
}

.store-container .w-1430-one .store-select-button .store-select-group .store-select:disabled {
  background: #e0e0e0;
  color: #aaa;
  cursor: not-allowed
}

.store-container .w-1430-one .store-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  background: #fff;
  font-weight: 400;
  margin-bottom: 40px;
  table-layout: auto
}

.store-container .w-1430-one .store-table th,
.store-container .w-1430-one .store-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #C4C4C4;
  word-break: break-word
}

.store-container .w-1430-one .store-table th {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #000;
  background: #fff;
  white-space: nowrap
}

.store-container .w-1430-one .store-table tr:last-child td {
  border-bottom: none
}

@media (min-width: 1025px) {

  .store-container .w-1430-one .store-table th:nth-child(1),
  .store-container .w-1430-one .store-table td:nth-child(1) {
    width: 200px;
    min-width: 200px
  }

  .store-container .w-1430-one .store-table th:nth-child(2),
  .store-container .w-1430-one .store-table td:nth-child(2) {
    width: 650px;
    min-width: 650px
  }
}

.store-container .w-1920-two {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
  background: url(/img/franchise-consultation-bg-DB-prSEg.png) center bottom no-repeat;
  background-size: 100% auto;
  min-height: 400px;
  position: relative
}

.store-container .w-1920-two .franchise-consultation__left {
  padding-top: 140px
}

.store-container .w-1920-two .masktext-container {
  position: relative;
  max-width: 100%;
  width: 40vw;
  height: 10vw;
  max-width: 652px;
  max-height: 131px
}

.store-container .w-1920-two .masktext-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/img/mask-text-JZHO3E3L.svg);
  mask-image: url(/img/mask-text-JZHO3E3L.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  background-color: #000;
  background-blend-mode: multiply
}

.store-container .w-1920-two .masktext-wrapper-img {
  width: 100%;
  height: 100%;
  background: url(/img/franchise-consultation-mask-C5uiUvy3.png) center center no-repeat;
  background-size: cover
}

.store-container .w-1920-two .text-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 60px 40px;
  width: 45vw;
  padding: 4vw 3vw;
  background: linear-gradient(90deg, #f08200, #fff)
}

.store-container .w-1920-two .text-box p:nth-child(1) {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px
}

.store-container .w-1920-two .text-box p:nth-child(2) {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px
}

.store-container .w-1920-two .text-box p:nth-child(3) {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}

.store-container .w-1920-two .text-box img {
  max-width: 100%;
  height: auto
}

@media (min-width: 641px) and (max-width: 1024px) {

  .store-container .w-1430-one .small-title .small-title__en,
  .store-container .w-1430-one .small-title .small-title__cn {
    font-size: 30px
  }

  .store-container .w-1430-one .container-title .culture-title,
  .store-container .w-1430-one .container-title p {
    font-size: 28px
  }

  .store-container .w-1430-one .store-select-button .store-select-group {
    justify-content: flex-start
  }

  .store-container .w-1430-one .store-select-button .store-select-group .store-select {
    min-width: 150px;
    font-size: 14px;
    padding: 10px 20px
  }

  .store-container .w-1430-one .store-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap
  }

  .store-container .w-1430-one .store-table th,
  .store-container .w-1430-one .store-table td {
    white-space: normal;
    min-width: 120px;
    padding: 12px 10px;
    font-size: 14px
  }

  .store-container .w-1920-two .franchise-consultation__left {
    padding-top: 10vw
  }

  .store-container .w-1920-two .masktext-container {
    width: 50vw;
    height: 10vw;
    max-width: 652px;
    max-height: 131px
  }

  .store-container .w-1920-two .text-box {
    width: 45vw;
    padding: 4vw 3vw
  }

  .store-container .w-1920-two .text-box p:nth-child(1),
  .store-container .w-1920-two .text-box p:nth-child(3) {
    font-size: 2.5vw
  }

  .store-container .w-1920-two .text-box p:nth-child(2) {
    font-size: 1.5vw
  }
}

@media (max-width: 640px) {
  .store-container .w-1920-one .swiper-pagination {
    gap: 20px
  }

  .store-container .w-1920-one .swiper-pagination .custom-previous,
  .store-container .w-1920-one .swiper-pagination .custom-next {
    width: 36px;
    height: 36px
  }

  .store-container .w-1430-one {
    margin: 0
  }

  .store-container .w-1430-one .small-title .small-title__en,
  .store-container .w-1430-one .small-title .small-title__cn {
    font-size: 30px
  }

  .store-container .w-1430-one .container-title .culture-title,
  .store-container .w-1430-one .container-title p {
    font-size: 20px
  }

  .store-container .w-1430-one .store-select-button .store-select-group {
    flex-direction: column;
    gap: 10px
  }

  .store-container .w-1430-one .store-table th,
  .store-container .w-1430-one .store-table td {
    padding: 8px 5px;
    font-size: 12px
  }

  .store-container .w-1430-one .store-table th {
    font-size: 14px
  }

  .store-container .w-1430-one .store-table th:nth-child(1),
  .store-container .w-1430-one .store-table td:nth-child(1) {
    width: 60px;
    min-width: 60px
  }

  .store-container .w-1430-one .store-table th:nth-child(2),
  .store-container .w-1430-one .store-table td:nth-child(2) {
    width: 150px;
    min-width: 150px
  }

  .store-container .w-1920-two {
    min-height: 300px
  }

  .store-container .w-1920-two .franchise-consultation__left {
    display: none
  }

  .store-container .w-1920-two .text-box {
    width: 100%;
    position: static;
    transform: none;
    padding: 30px 20px;
    margin-left: -10px
  }

  .store-container .w-1920-two .text-box p:nth-child(1),
  .store-container .w-1920-two .text-box p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 15px
  }

  .store-container .w-1920-two .row {
    margin-left: 0;
    margin-right: 0
  }
}