@charset "UTF-8";

#franchise-banner {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center
}

#franchise-banner img {
  height: 100%;
  object-fit: cover
}

#franchise-banner .franchise-banner__main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

#franchise-banner .franchise-banner__title {
  color: #fff;
  font-size: 62px;
  font-weight: 400;
}

#franchise-store .franchise-store__item {
  position: relative
}

#franchise-store .franchise-store__item:hover img {
  transform: scale(1.1)
}

#franchise-store .franchise-store__item-img {
  overflow: hidden
}

#franchise-store .franchise-store__item-img img {
  width: 100%;
  transition: linear .2s transform
}

#franchise-store .franchise-store__item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

#franchise-store .swiper-button {
  padding-top: 48px
}

#franchise-store .swiper-button-prev {
  margin-right: 48px
}

#franchise-store .swiper-button-prev,
#franchise-store .swiper-button-next {
  cursor: pointer;
  transition: linear .2s opacity
}

#franchise-store .swiper-button-prev:hover,
#franchise-store .swiper-button-next:hover {
  opacity: .4
}

#franchise-advantage .franchise-advantage__item {
  position: relative
}

#franchise-advantage .franchise-advantage__item:hover .franchise-advantage__item-hide {
  background: #f08200
}

#franchise-advantage .franchise-advantage__item:hover .franchise-advantage__item-icon {
  visibility: visible
}

#franchise-advantage .franchise-advantage__item-img img {
  width: 100%
}

#franchise-advantage .franchise-advantage__item-hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  transition: linear .2s background
}

#franchise-advantage .franchise-advantage__item-icon {
  visibility: hidden
}

#franchise-advantage .franchise-advantage__item-icon img {
  width: 68px;
  height: 68px
}

#franchise-advantage .franchise-advantage__item-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 14px
}

#franchise-advantage .franchise-advantage__item-desc {
  font-size: 16px;
  font-weight: 400;
}

#franchise-support {
  overflow: hidden
}

#franchise-support .franchise-support__swiper {
  position: relative
}

#franchise-support .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  z-index: 1;
  cursor: pointer;
  transition: linear .2s opacity
}

#franchise-support .swiper-button img {
  width: 100%;
  height: 100%
}

#franchise-support .swiper-button:hover {
  opacity: .4
}

#franchise-support .swiper-button-prev {
  right: 100%;
  margin-right: 60px
}

#franchise-support .swiper-button-next {
  left: 100%;
  margin-left: 60px
}

#franchise-support .franchise-support__item {
  display: flex;
  height: 575px
}

#franchise-support .franchise-support__item-left,
#franchise-support .franchise-support__item-right {
  width: 50%
}

#franchise-support .franchise-support__item-left {
  background: #f08200;
  color: #fff;
  padding: 90px 68px
}

#franchise-support .franchise-support__item-main {
  max-height: 80%;
  overflow: auto;
}

#franchise-support .franchise-support__item-main::-webkit-scrollbar {
  width: 5px;
}

#franchise-support .franchise-support__item-main::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#franchise-support .franchise-support__item-main::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all ease .3s;
}
#franchise-support .franchise-support__item-main:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
}

#franchise-support .franchise-support__item-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px
}

#franchise-support .franchise-support__item-title span {
  font-size: 48px;
  font-weight: 400;
  margin-right: 10px
}

#franchise-support .franchise-support__item-main-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px
}

#franchise-support .franchise-support__item-main-desc {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 40px;
  margin-bottom: 10px
}

#franchise-support .franchise-support__item-main-desc:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%
}

#franchise-support .franchise-support__item-img {
  height: 100%
}

#franchise-support .franchise-support__item-right {
  position: relative
}

#franchise-support .franchise-support__item-right:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f08200 .27%, #f0820000 99.44%)
}

#franchise-process .franchise-process__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

#franchise-process .franchise-process__item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 100%;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3csvg%20width='25'%20height='24'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.19922%2015.5L12.6992%2012L9.19922%208.5'%20stroke='%23C7C7C7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.6992%2015.5L17.1992%2012L13.6992%208.5'%20stroke='%23C7C7C7'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: cover;
  margin-left: 100px
}

#franchise-process .franchise-process__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #EEE;
  border-radius: 50%;
  margin-bottom: 28px
}

#franchise-process .franchise-process__item-icon img {
  width: 32px;
  height: 32px
}

#franchise-process .franchise-process__item-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize
}

#franchise-consultation {
  background: url(/img/franchise-consultation-bg-DB-prSEg.png) center bottom no-repeat;
  background-size: 100% auto
}

#franchise-consultation .franchise-consultation__top {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px
}

#franchise-consultation .franchise-consultation__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px
}

#franchise-consultation .franchise-consultation__item-name {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

#franchise-consultation .franchise-consultation__item-name img {
  width: 32px;
  height: 32px;
  margin-right: 28px
}

#franchise-consultation .franchise-consultation__left {
  padding-top: 140px
}

#franchise-consultation .masktext-container {
  position: relative;
  max-width: 100%;
  width: 652px;
  height: 131px
}

#franchise-consultation .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
}

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

#franchise-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

#franchise-modal .franchise-modal__container {
  max-width: 1200px
}

#franchise-modal .franchise-modal__wrapper {
  background: #fff;
  padding: 0 28px;
  box-shadow: 0 4px 49.2px #00000026
}

#franchise-modal .franchise-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  border-bottom: 2px solid #E8E8E8;
  padding: 0 36px
}

#franchise-modal .franchise-modal__top-center {
  color: #f08200;
  font-size: 32px;
  font-weight: 400;
}

#franchise-modal .franchise-modal__main {
  padding: 36px
}

#franchise-modal .franchise-modal__content {
  max-height: calc(100vh - 350px);
  margin-right: -36px;
  padding-right: 36px;
  overflow-y: auto
}

#franchise-modal .franchise-modal__content-title {
  color: #f08200;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px
}

#franchise-modal .franchise-modal__content-desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px
}

#franchise-modal .franchise-modal__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px
}

#franchise-modal .franchise-modal__button {
  display: flex;
  width: 198px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #F08200;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 3.6px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: linear .2s opacity;
  background: #fff;
  color: #f08200;
  box-shadow: 0 4px 49.2px #00000026
}

#franchise-modal .franchise-modal__button:last-child {
  background: #f08200;
  color: #fff;
  margin-left: 68px
}

#franchise-modal .franchise-modal__button:hover {
  opacity: .6
}

@media (max-width: 1800px) {
  .franchise-support__swiper {
    padding: 0 100px
  }

  #franchise-support .swiper-button-prev {
    margin-right: 0;
    right: auto;
    left: 0
  }

  #franchise-support .swiper-button-next {
    margin-left: 0;
    left: auto;
    right: 0
  }
}

@media (max-width: 1600px) {
  #franchise-process .franchise-process__item:not(:last-child):after {
    margin-left: 0;
    transform: translate(-50%)
  }

  #franchise-process .franchise-process__item {
    flex: 1
  }

  #franchise-support .franchise-support__item-left {
    width: 70%;
    padding: 30px
  }

  #franchise-support .franchise-support__item-right {
    width: 30%
  }
}

@media (max-width: 1200px) {
  #franchise-advantage .franchise-advantage__item-hide {
    padding: 20px
  }

  #franchise-advantage .franchise-advantage__item-title {
    font-size: 20px
  }

  #franchise-advantage .franchise-advantage__item-desc {
    font-size: 14px
  }

  #franchise-support .franchise-support__item-left {
    width: 80%
  }

  #franchise-support .franchise-support__item-right {
    width: 20%
  }

  #franchise-banner .franchise-banner__title {
    font-size: 40px
  }

  #franchise-store .franchise-store__item-title {
    padding: 20px;
    font-size: 20px
  }
}

@media (max-width: 991px) {
  #franchise-modal .franchise-modal__main {
    padding: 15px
  }

  #franchise-modal .franchise-modal__wrapper {
    padding: 0
  }

  #franchise-modal .franchise-modal__top {
    padding: 0 15px
  }

  #franchise-modal .franchise-modal__top-center {
    font-size: 24px
  }

  #franchise-modal .franchise-modal__content-title {
    font-size: 16px
  }

  #franchise-modal .franchise-modal__content-desc {
    font-size: 12px
  }

  #franchise-modal .franchise-modal__button {
    width: 100px;
    font-size: 14px;
    padding: 0
  }

  #franchise-modal .franchise-modal__button:last-child {
    margin-left: 20px
  }

  #franchise-support .franchise-support__item-left {
    width: 100%
  }

  #franchise-support .franchise-support__item-right {
    width: 0%;
    display: none
  }

  #franchise-store .swiper-button {
    padding-top: 20px
  }

  #franchise-support .franchise-support__item-title {
    font-size: 18px
  }

  #franchise-support .franchise-support__item-title span {
    font-size: 30px
  }

  #franchise-support .franchise-support__item-main-title {
    font-size: 16px;
    margin-bottom: 20px
  }

  #franchise-support .franchise-support__item-main-desc {
    font-size: 14px
  }

  #franchise-support .franchise-support__item {
    height: 450px
  }

  .franchise-support__swiper {
    padding: 0 60px
  }

  #franchise-consultation .franchise-consultation__top {
    font-size: 18px
  }

  #franchise-consultation .franchise-consultation__item-name {
    font-size: 16px
  }

  #franchise-consultation .franchise-consultation__item-name img {
    margin-right: 10px
  }

  #franchise-process .franchise-process__item-title {
    font-size: 16px
  }

  #franchise-process .franchise-process__item-icon {
    margin-bottom: 10px
  }
}

@media (max-width: 767px) {
  #franchise-store .franchise-store__item-title {
    padding: 10px;
    font-size: 14px
  }

  #franchise-store .swiper-button img {
    width: 40px
  }

  #franchise-support .swiper-button {
    width: 40px;
    height: 40px
  }

  #franchise-advantage .franchise-advantage__item-hide {
    padding: 10px
  }

  #franchise-advantage .franchise-advantage__item-title {
    font-size: 14px
  }

  #franchise-advantage .franchise-advantage__item-desc {
    font-size: 12px
  }

  #franchise-support .franchise-support__item-left {
    padding: 20px 10px
  }

  #franchise-support .franchise-support__item-title {
    font-size: 14px
  }

  #franchise-support .franchise-support__item-title span {
    font-size: 18px;
    margin-right: 5px
  }

  #franchise-support .franchise-support__item-main-title {
    font-size: 14px
  }

  #franchise-support .franchise-support__item-main-desc {
    font-size: 12px;
    padding-left: 25px
  }

  #franchise-support .franchise-support__item-main-desc:before {
    width: 8px;
    height: 8px;
    top: 4px
  }

  #franchise-support .franchise-support__item {
    overflow-y: auto;
    background: #f08200
  }

  #franchise-consultation .franchise-consultation__left {
    display: none
  }

  #franchise-process .franchise-process__item-icon {
    width: 30px;
    height: 30px
  }

  #franchise-process .franchise-process__item-icon img {
    width: 20px;
    height: 20px
  }

  #franchise-process .franchise-process__item-title {
    font-size: 12px
  }

  #franchise-consultation .franchise-consultation__top {
    font-size: 14px
  }

  #franchise-consultation .franchise-consultation__item-name {
    font-size: 12px
  }

  #franchise-consultation .franchise-consultation__item-name img {
    width: 24px;
    height: 24px;
    margin-right: 5px
  }

  #franchise-advantage .franchise-advantage__item-icon img {
    width: 30px;
    height: 30px
  }

  .franchise-support__swiper {
    padding: 0
  }

  #franchise-support .swiper-button {
    position: static;
    transform: none
  }

  #franchise-support .swiper-button-pn {
    padding-top: 20px;
    display: flex;
    justify-content: center
  }

  #franchise-support .swiper-button-pn .swiper-button {
    margin: 0 5px
  }

  #franchise-banner {
    height: 300px
  }

  #franchise-banner .franchise-banner__title {
    font-size: 30px
  }

  #franchise-modal .franchise-modal__top-center {
    font-size: 18px
  }

  #franchise-modal .franchise-modal__top {
    height: 50px;
    justify-content: center
  }

  .franchise-modal__top-left,
  .franchise-modal__top-right {
    display: none
  }
}

@media (max-width: 575px) {
  #franchise-process .franchise-process__item-icon {
    width: 24px;
    height: 24px
  }

  #franchise-process .franchise-process__item-icon img {
    width: 16px;
    height: 16px
  }

  #franchise-process .franchise-process__item-title {
    font-size: 10px
  }
}