@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansTC";
  src: url("./fonts/NotoSansTC-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansSC";
  src: url("./fonts/NotoSansSC-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

strong {
  font-weight: 500;
}

.topic {
  font-size: 46px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .topic {
    font-size: 28px;
  }
}

body {
  margin: 0;
}
body #main-content > *, body > * {
  min-width: 410px;
}

* {
  box-sizing: border-box;
}

h2 {
  font-size: 60px;
  line-height: 1.2;
  margin: unset;
  font-weight: 400;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 32px;
}

.d-inline-block {
  display: inline-block;
}

.mobile-visible {
  display: block !important;
}

.desktop-visible {
  display: none !important;
}

.text-center {
  text-align: center;
}

.header {
  font-family: "NotoSansTC", Arial, Microsoft Jhenghei, sans-serif !important;
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

main {
  font-family: "NotoSansTC", Arial, Microsoft Jhenghei, sans-serif;
  color: #333333;
  position: relative;
  display: block;
  overflow: hidden;
}
main[lang=sc] {
  font-family: "NotoSansSC", Arial, Microsoft Jhenghei, sans-serif;
}

.container {
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
  position: relative;
}
.center-img {
  display: block;
  margin: auto;
}

a {
  text-decoration: none;
}

#main-content {
  overflow: hidden;
  font-size: 22px;
}
@media (max-width: 1024px) {
  #main-content {
    font-size: 18px;
  }
}
#main-content #top_banner {
  width: 100%;
  position: relative;
  padding: 0;
}
#main-content #top_banner .swiper-container {
  width: 100%;
  position: relative;
}
#main-content #top_banner .swiper-slide {
  opacity: 0 !important;
}
#main-content #top_banner .swiper-slide-active {
  opacity: 1 !important;
}
#main-content #top_banner .swiper-image {
  text-align: center;
  margin: 0 auto;
}
#main-content #top_banner .swiper-image img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#main-content #top_banner .swiper-button-next {
  background-image: url("../images/arrow.png");
  width: 46px;
  background-size: contain !important;
  height: 46px;
}
#main-content #top_banner .swiper-button-prev {
  background-image: url("../images/arrow.png");
  background-size: contain !important;
  transform: rotate(180deg);
  width: 46px;
  height: 46px;
}
#main-content #top_banner .swiper-pagination {
  z-index: 9;
  padding: 0px 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#main-content #top_banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}
#main-content #top_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e65500;
}
#main-content #top_banner .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.MobileLoginMenu__subitem.MobileLoginMenu__show {
  display: block;
}

@media (min-width: 1025px) {
  .mobile-visible {
    display: none !important;
  }
  .desktop-visible {
    display: block !important;
  }
}
.floating-bar {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: -10px -10px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url(../images/floating.png);
  background-size: cover;
  color: #000;
  padding: 16px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .floating-bar {
    padding: 12px 0px;
    font-size: 18px;
  }
}
.floating-bar .orange-btn {
  margin: 0;
  border: 1px solid #fff;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .floating-bar .orange-btn {
    width: 160px;
  }
}
@media (max-width: 450px) {
  .floating-bar .orange-btn {
    width: 140px;
  }
}
.floating-bar .floating-bar-link {
  margin-left: auto;
}
.floating-bar .container {
  display: flex;
  align-items: center;
}
.floating-bar .container .text {
  padding-right: 20px;
  color: #fff;
}
@media (max-width: 1024px) {
  .floating-bar .container .text {
    padding-right: 8px;
  }
}
.floating-bar .container .text span {
  color: #ff5906;
}

sup {
  font-size: 60%;
}

ol {
  padding-left: 1.2em;
}

.vwhidden {
  max-width: 100%;
  overflow: hidden;
}

.footer-reminder,
.desktopSitemap,
.mobileSitemap,
.footer__bottom {
  position: relative;
}

.footer-reminder {
  font-size: 16px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .footer-reminder {
    padding-bottom: 60px;
  }
}
.footer-reminder .container {
  max-width: 1380px;
}
@media (max-width: 1024px) {
  .footer-reminder {
    font-size: 14px;
  }
}
.footer-reminder .footer-reminder-bigger {
  font-size: 22px;
}

.Header__headerContainer,
.MobileHeader__headerContainer {
  position: relative;
  z-index: 100;
}

.flex-cut {
  --col: 4;
  --margin: 5%;
  --colmd: var(--col);
  --colsm: var(--colmd);
  --marginmd: var(--margin);
  --marginsm: var(--marginmd);
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--margin) / 2 * -1);
  margin-left: calc(var(--margin) / 2 * -1);
  --colf: var(--col) !important;
  --marginf: var(--margin) !important;
}
@media screen and (max-width: 959px) {
  .flex-cut {
    --colf: var(--colmd) !important;
    --marginf: var(--marginmd) !important;
  }
}
@media screen and (max-width: 599px) {
  .flex-cut {
    --colf: var(--colsm) !important;
    --marginf: var(--marginsm) !important;
  }
}
.flex-cut > * {
  min-width: calc(100% / var(--colf) - var(--margin)) !important;
  width: calc(100% / var(--colf) - var(--margin)) !important;
  margin-right: calc(var(--marginf) / 2) !important;
  margin-left: calc(var(--marginf) / 2) !important;
}
@media screen and (max-width: 599px) {
  .flex-cut.scroll {
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: auto;
  }
  .flex-cut.scroll::-webkit-scrollbar {
    height: 5px;
  }
  .flex-cut.scroll > * {
    width: unset !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 16px;
    min-width: unset !important;
    margin: auto;
  }
}

.footer__bottomText {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.sm {
  font-size: 80%;
}

a {
  color: inherit;
}

.orange {
  color: #e65500;
}

.remarks {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .remarks {
    font-size: 14px;
  }
}
.remarks a {
  text-decoration: underline;
}

section.intro {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  section.intro {
    padding: 16px 0;
  }
}
section.intro .container::after {
  position: absolute;
  content: "";
  right: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-knot1.png);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  section.intro .container::after {
    top: 100px;
  }
}
section.intro .container > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  section.intro .container .center-img {
    height: 121px;
  }
}
section.intro .remarks {
  margin-bottom: 30px;
}
section.intro .leadin-ctn {
  text-align: center;
}
@media (max-width: 1024px) {
  section.intro .leadin-ctn img {
    width: 140px;
  }
}
section.intro .leadin-ctn h1 {
  font-size: 56px;
  font-weight: 400;
  color: #003764;
  line-height: 90px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  section.intro .leadin-ctn h1 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
section.intro .leadin-ctn p {
  margin: 0;
}
section.intro .limier-offer-ctn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .content {
    line-height: 34px;
  }
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .orange-btn {
    width: 124px;
  }
}
section.intro .limier-offer-ctn .top {
  background-image: url(../images/offer-box-top-d.png);
  width: 250px;
  height: 66px;
  padding-top: 25px;
  margin-bottom: -10px;
  z-index: 2;
  position: relative;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .top {
    width: 177px;
    height: 46px;
  }
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .top img {
    width: 35px;
  }
}
section.intro .limier-offer-ctn .content-ctn {
  width: 100%;
  padding: 20px 50px 30px;
  position: relative;
  background-image: url(../images/offer-box-d.png);
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .content-ctn {
    padding: 25px 12px 18px;
  }
}
section.intro .limier-offer-ctn .content-ctn .topic {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e65500;
  margin-bottom: 17px;
}
section.intro .limier-offer-ctn .content-ctn .topic .line-ctn {
  display: flex;
  align-items: center;
}
section.intro .limier-offer-ctn .content-ctn .topic .line-ctn .line {
  height: 13px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .content-ctn .topic .line-ctn .line {
    height: 7px;
  }
}
section.intro .limier-offer-ctn .content-ctn .topic .text {
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 24px;
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .content-ctn .topic .text {
    margin: 0 13px;
    line-height: 1.2;
  }
}
section.intro .limier-offer-ctn .content-ctn strong {
  font-size: 36px;
}
@media (max-width: 1024px) {
  section.intro .limier-offer-ctn .content-ctn strong {
    font-size: 26px;
  }
}

section.offers {
  padding-bottom: 50px;
  position: relative;
}
section.offers .feature-ctn {
  display: flex;
  justify-content: space-between;
  padding-top: 68px;
  padding-bottom: 70px;
  gap: 50px;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn {
    flex-direction: column;
    gap: 30px;
  }
}
section.offers .feature-ctn > .part-ctn {
  width: 50%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .tag img {
    width: 213px;
  }
}
section.offers .feature-ctn > .part-ctn:nth-child(1) {
  --color: #003764;
}
section.offers .feature-ctn > .part-ctn:nth-child(2) {
  --color: #0074bc;
}
section.offers .feature-ctn > .part-ctn .topic {
  color: var(--color);
  padding-top: 13px;
  padding-bottom: 27px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .topic {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn:nth-child(1) .topic {
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
section.offers .feature-ctn > .part-ctn .icons-ctn {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .icons-ctn {
    max-width: 350px;
  }
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn {
  width: 194px;
  min-width: 194px;
  height: 194px;
  border-radius: 194px;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 1.2;
  padding: 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 25px;
  cursor: pointer;
  border: #fff 1px solid;
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .arrow {
  margin-bottom: -10px;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn {
    width: 125px;
    min-width: 125px;
    height: 125px;
    border-radius: 125px;
    gap: 10px;
  }
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .offer {
  position: absolute;
  top: -14px;
  left: -50px;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .offer {
    width: 77px;
    top: -11px;
    left: -32px;
  }
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .offer.offer-on {
  display: none;
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .offer.offer-on {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .offer.offer-off {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn .icon {
    height: 38px;
  }
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn:hover {
  border: #e65500 1px solid;
  background-color: rgba(230, 85, 0, 0.4);
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn:hover .offer-on {
  display: block;
}
section.offers .feature-ctn > .part-ctn .icons-ctn .icon-ctn:hover .offer-off {
  display: none;
}
section.offers .line-ctn {
  position: relative;
}
section.offers .line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  width: 2px;
  height: 100%;
  background-color: #707070;
  background: linear-gradient(to bottom, rgba(203, 173, 107, 0), #a18955 13%, #a18955 87%, rgba(203, 173, 107, 0));
  z-index: 4;
}
@media (max-width: 1024px) {
  section.offers .line {
    display: none;
  }
}
section.offers .offer-ctn {
  padding: 75px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn {
    padding: 0;
    flex-direction: column;
  }
}
section.offers .offer-ctn .img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .img {
    width: 100%;
  }
}
section.offers .offer-ctn .img-ctn {
  position: relative;
}
section.offers .offer-ctn .img-ctn .img {
  opacity: 1;
  transition: opacity 0.5s;
}
section.offers .offer-ctn .img-ctn .img[active="2"] {
  position: absolute;
  top: 0;
  left: 0;
}
section.offers .offer-ctn .img-ctn[active="1"] .img[active="2"] {
  opacity: 0;
}
section.offers .offer-ctn .img-ctn[active="2"] .img[active="1"] {
  opacity: 0;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .img-ctn {
    max-width: 340px;
  }
}
section.offers .offer-ctn .center-img {
  width: 30px;
}
section.offers .offer-ctn > * {
  width: calc(50% - 50px);
  max-width: 676px;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn > * {
    width: 100%;
    max-width: 100%;
  }
}
section.offers .offer-ctn .leadin {
  display: flex;
  color: var(--color);
  align-items: center;
  gap: 12px;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .leadin {
    margin-bottom: 15px;
  }
  section.offers .offer-ctn .leadin img {
    width: 45px;
  }
}
section.offers .offer-ctn .topic {
  color: var(--color);
  letter-spacing: 0.08em;
}
section.offers .offer-ctn .sub-topic {
  color: var(--color);
  font-size: 18px;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .sub-topic {
    font-size: 16px;
  }
}
section.offers .offer-ctn p {
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 0.042em;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn p {
    margin-top: 12px;
    margin-bottom: 26px;
    letter-spacing: 0.03em;
  }
}
section.offers .offer-ctn strong {
  color: var(--color);
}
section.offers .offer-ctn [toggle-id=shopping] {
  display: none;
}
section.offers .offer-ctn .toggle-topic {
  width: 100%;
}
section.offers .offer-ctn .toggle-content {
  padding-top: 25px;
  padding-bottom: 8px;
}
section.offers .offer-ctn .toggle-content .brand-ctn {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .toggle-content .brand-ctn {
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .toggle-content .brand-ctn .icon {
    height: 27px;
  }
}
section.offers .offer-ctn .toggle-content .brand-ctn .content {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .toggle-content .brand-ctn .content {
    padding-top: 2px;
    font-size: 14px;
  }
}
section.offers .offer-ctn .toggle-content .brand-ctn .content .category {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  section.offers .offer-ctn .toggle-content .brand-ctn .content .category {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
  }
}
section.offers .offer-ctn .toggle-content .brand-ctn .content .category .name {
  color: var(--color);
  font-size: 18px;
}
section.offers .offer-ctn .toggle-content .brand-ctn .content .category .location {
  display: flex;
  align-items: center;
  background-color: var(--color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  gap: 4px;
  line-height: 1;
}
section.offers .offer-ctn .toggle-content .brand-ctn .content .category .location .location-icon {
  width: 10px;
}
section.offers .offer-ctn .toggle-content .brand-ctn .content .brands {
  padding: 8px 0 20px;
}
section.offers .offer-ctn::after {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/star.png);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  section.offers .offer-ctn::after {
    display: none;
  }
}
section.offers .shops-ctn {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
section.offers .shops-ctn.active {
  pointer-events: all;
  opacity: 1;
}
section.offers .shops-ctn > * {
  background-color: var(--color);
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  padding: 10px 20px;
}
section.offers .table-container {
  max-width: 1380px;
}
section.offers .leadin .images-ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1024px) {
  section.offers .leadin .images-ctn {
    gap: 35px;
  }
}
section.offers .leadin .images-ctn .knot {
  width: 164px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  section.offers .leadin .images-ctn .knot {
    width: 94px;
  }
}
section.offers .leadin .images-ctn .card {
  width: 180px;
}
@media (max-width: 1024px) {
  section.offers .leadin .images-ctn .card {
    width: 90px;
  }
}
section.offers .leadin .images-ctn .card.vs.aos-animate {
  transform: rotate(-10deg);
}
section.offers .leadin .images-ctn .card.vp.aos-animate {
  transform: rotate(10deg);
}
section.offers .leadin .topic {
  text-align: center;
  color: #003764;
  margin: 10px 0 50px;
}
@media (max-width: 1024px) {
  section.offers .leadin .topic {
    margin-bottom: 37px;
  }
}
section.offers .table-part {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  section.offers .table-part {
    margin-bottom: 13px;
  }
}
section.offers .table-part .th {
  background-image: url(../images/summary-background.jpg);
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 18px;
  border-radius: 6px;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 1024px) {
  section.offers .table-part .th {
    background-image: url(../images/summary-background-m.jpg);
    padding: 15px;
    font-size: 24px;
    line-height: 28px;
  }
}
section.offers .table-part .th .text {
  padding-top: 8px;
  font-size: 22px;
}
@media (max-width: 1024px) {
  section.offers .table-part .th .text {
    padding-top: 6px;
    font-size: 18px;
  }
}
section.offers .table-part .tr {
  padding: 24px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 5px;
  }
}
section.offers .table-part .tr:not(:last-child) {
  border-bottom: 1px solid #003764;
}
section.offers .table-part .tr:hover {
  background-color: rgba(230, 85, 0, 0.1);
}
section.offers .table-part .tr .name {
  width: 22%;
  min-width: 300px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  color: #003764;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .name {
    width: 100%;
  }
}
section.offers .table-part .tr .name .icon {
  margin-right: 5px;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .name .icon {
    width: 44px;
  }
}
section.offers .table-part .tr .white-btn {
  margin-top: 0;
  min-width: 200px;
  width: 200px;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .white-btn {
    margin-left: 49px;
    margin-top: 15px;
  }
}
section.offers .table-part .tr .text-btn {
  width: 200px;
  min-width: 200px;
  text-align: center;
  color: #e65500;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .text-btn {
    width: auto;
    min-width: auto;
    margin-left: 49px;
    margin-top: 15px;
  }
}
section.offers .table-part .tr .text-btn a {
  text-decoration: underline;
}
section.offers .table-part .tr strong {
  color: #003764;
}
section.offers .table-part .tr .st {
  font-size: 18px;
  color: #003764;
}
section.offers .table-part .tr .toggle-topic {
  --color: #003764;
}
section.offers .table-part .tr .content {
  width: 100%;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .content {
    padding-left: 49px;
  }
}
section.offers .table-part .tr .content .remarks {
  margin: 6px 0;
}
section.offers .table-part .tr .toggle-content {
  padding-top: 22px;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .toggle-content {
    padding-top: 2px;
  }
}
section.offers .table-part .tr .toggle-content .shops {
  padding-right: 70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .toggle-content .shops {
    padding-right: 0;
  }
}
section.offers .table-part .tr .toggle-content .inner-table {
  font-size: 18px;
}
section.offers .table-part .tr .toggle-content .inner-table .inner-table-tr {
  display: flex;
  padding: 10px 30px;
  margin-left: -30px;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .toggle-content .inner-table .inner-table-tr {
    flex-direction: column;
    padding: 10px 0;
    margin-left: 0;
  }
}
section.offers .table-part .tr .toggle-content .inner-table .inner-table-tr:not(:last-child) {
  border-bottom: 1px solid #999999;
}
section.offers .table-part .tr .toggle-content .inner-table .inner-table-tr .inner-table-name {
  width: 120px;
  min-width: 120px;
  padding-right: 20px;
  color: #003764;
}
@media (max-width: 1024px) {
  section.offers .table-part .tr .toggle-content .inner-table .inner-table-tr .inner-table-name {
    width: 100%;
  }
}

.white-btn {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
  min-width: 360px;
  padding: 13px 20px;
  cursor: pointer;
  border: 1px solid #e65500;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  color: #e65500;
  display: inline-block;
  margin-top: 40px;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .white-btn {
    width: 100%;
    padding: 8px;
    max-width: 100%;
    margin-top: 24px;
  }
}
.white-btn > span {
  position: relative;
  z-index: 1;
}
.white-btn:hover {
  color: #fff;
}
.white-btn:hover:after {
  width: 120%;
}
.white-btn:after {
  content: "";
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  bottom: -1px;
  background: #e65500;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: 0;
}

.orange-btn {
  position: relative;
  padding: 13px;
  color: #fff;
  background-color: #e65500;
  text-align: center;
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 24px auto;
  border-radius: 6px;
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .orange-btn {
    margin: 20px auto 10px;
  }
}
.orange-btn > span {
  position: relative;
  z-index: 1;
}
.orange-btn:hover {
  background-color: #a51e3c;
}

.toggle-topic {
  color: var(--color);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}
.toggle-topic .control {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  position: relative;
}
@media (max-width: 1024px) {
  .toggle-topic .control {
    --size: 10px;
  }
}
.toggle-topic .control::before {
  content: "";
  width: var(--size);
  height: 2px;
  background-color: var(--color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.toggle-topic .control::after {
  content: "";
  height: var(--size);
  width: 2px;
  background-color: var(--color);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle-topic.show .control::after {
  display: none;
}

.bg {
  position: relative;
  background-color: #f9f6eb;
  max-width: 100vw;
  overflow: hidden;
}
.bg::before {
  content: "";
  background-image: url(../images/texture.png);
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bg::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fff);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.bg .linear-bg#wellcome {
  background: linear-gradient(180deg, #f9f6eb 0%, #f9f6eb 70%, #c9e6ef);
  background-color: #c9e6ef;
}
.bg .linear-bg#wellcome .container {
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .bg .linear-bg#wellcome .container {
    padding: 0 46px;
  }
}
.bg .linear-bg#shopping {
  background-color: #c9e6ef;
  --color: #0074bc;
}
.bg .linear-bg#mobile-payment {
  background: linear-gradient(180deg, #c9e6ef 0%, #c9e6ef 10%, #f1c9a4);
  --color: #003764;
}
.bg .linear-bg#dining {
  background: linear-gradient(180deg, #f1c9a4 0%, #f1c9a4 10%, #869fbd);
  --color: #e65500;
}
.bg .linear-bg#table {
  padding-top: 40px;
  background: linear-gradient(180deg, #869fbd 0%, #f9f6eb);
}
@media (max-width: 1024px) {
  .bg .linear-bg#table {
    padding-top: 90px;
  }
}
.bg .container {
  z-index: 4;
}

.knot2-ctn {
  position: relative;
}
.knot2-ctn::after {
  content: "";
  background-image: url(../images/background-knot2.png);
  background-size: contain;
  width: 43%;
  height: 0;
  padding-top: 100%;
  position: absolute;
  top: -5%;
  left: -8%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.knot2-ctn > * {
  position: relative;
  z-index: 2;
}

.knot4-ctn {
  position: relative;
}
.knot4-ctn::after {
  content: "";
  background-image: url(../images/background-knot4.png);
  background-size: contain;
  width: 59%;
  height: 59%;
  position: absolute;
  top: -40%;
  left: -40%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.knot4-ctn > * {
  position: relative;
  z-index: 2;
}

#shopping .container::after {
  content: "";
  background-image: url(../images/background-knot3.png);
  background-size: contain;
  width: 1176px;
  height: 1144px;
  position: absolute;
  top: 50%;
  left: 75%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
#shopping .container > * {
  position: relative;
  z-index: 2;
}

#table .leadin .container::after {
  content: "";
  background-image: url(../images/background-knot5.png);
  background-size: contain;
  width: 1994px;
  height: 1110px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1024px) {
  #table .leadin .container::after {
    top: 50px;
    width: 1199px;
    height: 1100px;
  }
}
#table .leadin .container > * {
  position: relative;
  z-index: 2;
}

.toggle-content {
  display: none;
}

.pop-up-ctn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.pop-up-ctn .orange-btn {
  margin-left: 0;
}
.pop-up-ctn.active {
  pointer-events: all;
  opacity: 1;
}

.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #fff;
  padding: 30px 20px 20px;
  border-radius: 6px;
  box-shadow: 0 0px 10px #999;
}
.pop-up .title {
  text-decoration: underline;
  font-weight: bold;
}
.pop-up .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */