@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;
}
.gold {
  color: #c9ad6b !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-size: 22px;
}
body strong {
  font-size: 30px;
  color: #c9ad6b;
}
body > * {
  min-width: 475px;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  h3 {
    font-size: 26px;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.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;
  position: relative;
  display: block;
  overflow: hidden;
}
main[lang=sc] {
  font-family: "NotoSansSC", Arial, Microsoft Jhenghei, sans-serif;
}

a {
  text-decoration: none;
}

#main-content .top_banner {
  width: 100%;
  position: relative;
  padding: 0;
}
#main-content .top_banner .swiper-container {
  width: 100%;
  position: relative;
  height: auto;
}
#main-content .top_banner .swiper-slide > a {
  text-align: center;
  margin: 0 auto;
}
#main-content .top_banner .swiper-slide > a img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#main-content .top_banner .swiper-slide > img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
#main-content .top_banner .swiper-slide-active {
  opacity: 1 !important;
}
#main-content .top_banner .swiper-button-next {
  background-image: url("../images/next.png");
  width: 26px;
  height: 46px;
  margin-top: -100px;
  right: 50px;
}
#main-content .top_banner .swiper-button-prev {
  background-image: url("../images/prev.png");
  width: 26px;
  height: 46px;
  margin-top: -100px;
  left: 50px;
}
#main-content .top_banner .swiper-pagination {
  z-index: 9;
  padding: 0px 8px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
#main-content .top_banner .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #ebccc0;
  transition: width 0.2s, background 0.2s;
  opacity: 1;
}
#main-content .top_banner .swiper-pagination .swiper-pagination-switch:not(:last-child) {
  margin-right: 10px;
}
#main-content .top_banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
  background: linear-gradient(115deg, #dd1966, #b00931);
  width: 30px;
}

.MobileLoginMenu__subitem.MobileLoginMenu__show {
  display: block;
}

@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md-show {
    display: none !important;
  }
  .mobile-visible {
    display: none !important;
  }
  .desktop-visible {
    display: block !important;
  }
}
sup {
  font-size: 60%;
}

ol {
  padding-left: 1em;
}

.vwhidden {
  max-width: 100%;
  overflow: hidden;
}

.footer-reminder,
.desktopSitemap,
.mobileSitemap,
.footer__bottom {
  position: relative;
  z-index: 1;
}

.footer-reminder {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .footer-reminder {
    font-size: 16px;
  }
}
.footer-reminder .footer-reminder-bigger {
  font-size: 22px;
}

.Header__headerContainer,
.MobileHeader__headerContainer {
  position: relative;
  z-index: 100;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode {
  background-color: transparent !important;
}

.sm {
  font-size: 80%;
}

.flex-cut {
  --col: 3;
  --margin: 50px;
  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: 1200px) {
  .flex-cut {
    --col: 2;
    --margin: 15px;
  }
}
.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;
}

.gradient-dot {
  background: linear-gradient(to right, #d3d3d3 0%, #ffd700 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: bold;
  width: fit content;
  letter-spacing: 0.3em;
}

.container {
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}

.remarks {
  font-size: 16px;
}
@media (max-width: 767px) {
  .remarks {
    font-size: 12px;
  }
}

a {
  text-decoration: underline;
  color: inherit;
}

h2 {
  font-size: 60px;
  color: #c9ad6b;
  font-weight: 500;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

section.intro {
  margin: 50px 0;
}
section.intro .remarks {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.intro .remarks {
    margin-bottom: 30px;
  }
}
section.intro p {
  font-size: 30px;
  line-height: 2;
}
@media (max-width: 767px) {
  section.intro p {
    font-size: 20px;
  }
}

.inline-image {
  height: 1.2em;
  margin-bottom: -0.15em;
}

.gradient-dot {
  background: linear-gradient(to right, #9a9a9e 0%, #9a9a9e 20%, #c9ad6b 80%, #c9ad6b 100%);
  -webkit-background-clip: text;
  display: block;
  -webkit-text-fill-color: transparent;
  font-size: 33px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webket-user-select: none;
}
@media (max-width: 767px) {
  .gradient-dot {
    font-size: 22px;
  }
}

.dot-title .gold {
  color: #c9ad6b;
  font-size: 30px;
}
@media (max-width: 767px) {
  .dot-title .gold {
    font-size: 20px;
  }
}
.dot-title .text {
  color: #9a9a9e;
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .dot-title .text {
    font-size: 32px;
  }
}
.dot-title .gradient-dot {
  margin-left: -0.4em;
  margin-right: auto;
}

section.points {
  margin-top: 100px;
}
section.points .point-ctn {
  display: flex;
  margin: 50px 0;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  section.points .point-ctn {
    flex-direction: column;
  }
}
section.points .point-ctn .image-ctn {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  section.points .point-ctn .image-ctn {
    width: 100%;
  }
}
section.points .point-ctn .image-ctn > img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
section.points .point-ctn .image-ctn > img.bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 45%;
  width: 700px;
  pointer-events: none;
  min-width: calc(50vw - 280px);
}
section.points .point-ctn:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  section.points .point-ctn:nth-child(odd) {
    flex-direction: column;
  }
}
section.points .point-ctn:nth-child(odd) .image-ctn > img.bg {
  right: unset;
  left: 10%;
  bottom: -20%;
  transform: scaleX(-1);
  min-width: calc(50vw - 70px);
}
section.points .point-ctn:nth-child(odd) .content-ctn {
  padding-right: 40px;
  padding-left: unset;
}

.content-ctn {
  width: 50%;
  padding-right: unset;
  padding-left: 40px;
}
.content-ctn.w-full {
  width: 100%;
  padding-left: 0px;
  margin: 50px 0;
}
.content-ctn.w-full .content-item-container::before {
  background-color: rgba(255, 251, 250, 0.9803921569);
}
.content-ctn.w-full .content-item-container .content-item {
  align-items: center;
}
@media (max-width: 767px) {
  .content-ctn.w-full .content-item-container .content-item {
    align-items: flex-start;
  }
  .content-ctn.w-full .content-item-container .content-item .content-item-info {
    font-size: 16px;
  }
  .content-ctn.w-full .content-item-container .content-item .content-item-info strong {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .content-ctn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-ctn {
    padding-right: unset !important;
    padding-left: unset !important;
  }
}
.content-ctn .icon {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-ctn .icon {
    width: 66px;
    margin-bottom: 14px;
  }
}
.content-ctn .t1 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .content-ctn .t1 {
    font-size: 26px;
  }
}
.content-ctn .t2 {
  font-size: 60px;
  margin-bottom: 20px;
  color: #c9ad6b;
}
@media (max-width: 767px) {
  .content-ctn .t2 {
    font-size: 46px;
  }
}
.content-ctn .content-item {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.content-ctn .content-item:last-child {
  margin-bottom: 0;
}
.content-ctn .content-item-container {
  position: relative;
  padding: 40px 0px;
}
.content-ctn .content-item-container:before {
  content: "";
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(0px);
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 30px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-container:before {
    width: calc(100% - 15px);
    left: 15px;
  }
}
.content-ctn .content-item-half-circle {
  width: 30px;
  min-width: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .content-ctn .content-item-half-circle {
    width: 15px;
    min-width: 15px;
  }
}
.content-ctn .content-item-half-circle::before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  min-width: 150px;
  background: linear-gradient(-20deg, #aa1519 0%, #bc2a29 40%, #c55644 50%, #cd7a5a 60%, #d3966b 70%, #d7aa78 80%, #dab67f 90%, #dbba82 100%);
}
@media (max-width: 767px) {
  .content-ctn .content-item-half-circle::before {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
.content-ctn .content-item-icon {
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateX(-30px);
}
@media (max-width: 767px) {
  .content-ctn .content-item-icon {
    width: 120px;
    height: 120px;
    min-width: 120px;
    transform: translateX(-15px);
  }
}
.content-ctn .content-item-icon-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-icon-inner {
    width: 80px;
    height: 80px;
  }
}
.content-ctn .content-item-icon-inner:before {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  opacity: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
}
.content-ctn .content-item-icon-inner:after {
  z-index: 0;
  display: block;
  content: "";
  transform: translate(-62%, 17%);
  width: 150px;
  height: 150px;
  background: linear-gradient(20deg, #aa1519 0%, #bc2a29 40%, #c55644 50%, #cd7a5a 60%, #d3966b 70%, #d7aa78 80%, #dab67f 90%, #dbba82 100%);
  border-radius: 100%;
  opacity: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  filter: blur(13px);
}
@media (max-width: 767px) {
  .content-ctn .content-item-icon-inner:after {
    transform: translate(-62%, 28%);
    width: 120px;
    height: 120px;
  }
}
.content-ctn .content-item-icon-inner img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .content-ctn .content-item-icon-inner img {
    width: 48px;
    height: auto;
  }
}
.content-ctn .content-item-info {
  padding-right: 15px;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  word-break: break-word;
}
@media (max-width: 767px) {
  .content-ctn .content-item-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-ctn .content-item-info .italic {
  font-style: italic;
}
.content-ctn .content-item-info .gold {
  color: #c9ad6b;
}
.content-ctn .content-item-info .black {
  color: #000;
}
.content-ctn .content-item-info p {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-info p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.content-ctn .content-item-info p:last-child {
  margin-bottom: 0;
}
.content-ctn .content-item-info p span.gold {
  font-size: 48px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-info p span.gold {
    font-size: 25px;
  }
}
.content-ctn .content-item-info p span.gold:lang(en) {
  font-size: 40px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-info p span.gold:lang(en) {
    font-size: 25px;
  }
}
.content-ctn .content-item-info .remark {
  margin-top: 15px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-info .remark {
    font-size: 14px;
  }
}
.content-ctn .content-item-info .arrow-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .content-ctn .content-item-info .arrow-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .content-ctn .content-item-info .arrow-btn .dot {
    max-height: 14px;
  }
}
.content-ctn .content-item-info .arrow-btn .text {
  line-height: 1.2;
}
.content-ctn .content-item .t3 {
  color: #c9ad6b;
  font-size: 30px;
}
@media (max-width: 767px) {
  .content-ctn .content-item .t3 {
    font-size: 26px;
  }
}
.content-ctn .content-item .t3 span {
  font-size: 60px;
}
@media (max-width: 767px) {
  .content-ctn .content-item .t3 span {
    font-size: 46px;
  }
}
.content-ctn .content {
  font-size: 22px;
  margin: 20px 0;
  line-height: 40px;
}
@media (max-width: 767px) {
  .content-ctn .content {
    font-size: 20px;
  }
}
.content-ctn .content .card {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  padding: 30px 20px;
}
.content-ctn .content strong {
  font-size: 30px;
  color: inherit;
}
@media (max-width: 767px) {
  .content-ctn .content strong {
    font-size: 26px;
  }
}
.content-ctn .company-ctn {
  margin-left: -20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .content-ctn .company-ctn {
    margin-left: -16px;
  }
}
.content-ctn .company-ctn > * {
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .content-ctn .company-ctn > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .content-ctn .company-ctn > * img {
    height: 24px;
  }
}
.content-ctn .company-ctn > *:not(:last-child)::after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #c9ad6b;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .content-ctn .company-ctn > *:not(:last-child)::after {
    height: 24px;
  }
}

.hr-line {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 33px;
  margin-bottom: 100px;
}
.hr-line .gradient-dot {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-btn {
  color: #b81d21;
  text-decoration: none;
  align-items: center;
  display: inline-flex;
  max-width: 100%;
}
.arrow-btn .content {
  max-width: calc(100% - 40px);
}
.arrow-btn .dot {
  line-height: 1;
  margin-left: -0.2em;
  font-size: 70%;
  overflow: hidden;
}
.arrow-btn .arrow {
  transition: transform 0.2s;
}
.arrow-btn:hover .arrow {
  transform: translate(10px, 0);
}

section.go-section {
  display: flex;
  justify-content: center;
  margin: 50px 0 100px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.go-section {
    flex-direction: column;
  }
}
section.go-section > * {
  min-width: 55%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  section.go-section > * {
    min-width: calc(100% + 40px);
    max-width: calc(100% + 40px);
  }
}
@keyframes goframe1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes goframe2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
section.go-section > * .box-ctn {
  width: 100%;
  z-index: 2;
  position: relative;
  pointer-events: none;
}
section.go-section > * .box-ctn::before {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
section.go-section > * .box-ctn img.box {
  width: 100%;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
section.go-section > * .box-ctn img.box:nth-child(2) {
  animation: goframe1 8s infinite;
}
section.go-section > * .box-ctn img.box:nth-child(3) {
  animation: goframe2 8s infinite;
}
section.go-section > * .bg {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  bottom: -20%;
  right: 40%;
  width: 700px;
  pointer-events: none;
  min-width: calc(50vw - 140px);
}
section.go-section > *:nth-child(2) .bg {
  right: unset;
  left: 40%;
  bottom: 10%;
  transform: scaleX(-1);
  min-width: calc(50vw - 70px);
}
section.go-section > * .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 70%;
}
section.go-section > * .content .icon {
  width: 46%;
  margin: -8%;
  margin-top: -13%;
}
@media (max-width: 767px) {
  section.go-section > * .content .icon {
    margin: -12%;
    margin-top: -18%;
  }
}
section.go-section > * .content .t1 {
  font-size: min(1.5vw, 22px);
}
@media (max-width: 767px) {
  section.go-section > * .content .t1 {
    font-size: min(3vw, 22px);
  }
}
section.go-section > * .content .t2 {
  font-size: min(2.5vw, 40px);
  color: #c9ad6b;
  line-height: 1.2;
}
@media (max-width: 767px) {
  section.go-section > * .content .t2 {
    font-size: min(5vw, 40px);
  }
}
section.go-section > * .content .t3 {
  font-size: min(1.25vw, 20px);
  color: #c9ad6b;
}
@media (max-width: 767px) {
  section.go-section > * .content .t3 {
    font-size: min(2.5vw, 20px);
    margin-block: unset;
    margin-top: 1%;
  }
}
section.go-section > * .content .remarks {
  font-size: min(1vw, 16px);
  margin-top: 2%;
}
@media (max-width: 767px) {
  section.go-section > * .content .remarks {
    font-size: min(2vw, 16px);
  }
}
section.go-section .part-1 {
  margin-right: -5%;
  z-index: 2;
  margin-top: 8%;
}
@media (max-width: 767px) {
  section.go-section .part-1 {
    margin-top: 0;
    margin-right: 0;
    z-index: 1;
    margin-left: -20px;
  }
}
section.go-section .part-2 {
  z-index: 1;
  margin-left: -5%;
}
@media (max-width: 767px) {
  section.go-section .part-2 {
    margin-top: -11%;
    margin-left: 0%;
    margin-left: -20px;
  }
}
section.go-section .part-3 {
  z-index: 0;
  margin-left: 18%;
  margin-top: -11%;
}
@media (max-width: 767px) {
  section.go-section .part-3 {
    margin-top: -11%;
    margin-right: 0;
    z-index: 1;
    margin-left: 0%;
    margin-left: -20px;
  }
}

section.dc {
  margin-top: 100px;
}
section.dc .go-dc {
  background-image: url(../images/layout/bg-1.jpg);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}
@media (max-width: 1600px) {
  section.dc .go-dc {
    background-size: 200% 100%;
  }
}
section.dc .dc-flex {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section.dc .dc-flex {
    margin-top: 30px;
    flex-direction: column;
    gap: 50px;
  }
}
section.dc .dc-flex .item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 768px) {
  section.dc .dc-flex .item {
    width: 100%;
  }
}
section.dc .dc-flex .item .number {
  font-weight: bold;
  font-style: italic;
  width: 150px;
  text-align: center;
  height: 150px;
  border-radius: 100%;
  padding-top: 5px;
  color: #fff;
  margin-inline: auto;
  margin-bottom: -106px;
  background: linear-gradient(20deg, #aa1519 0%, #bc2a29 40%, #c55644 50%, #cd7a5a 60%, #d3966b 70%, #d7aa78 80%, #dab67f 90%, #dbba82 100%);
}
@media (max-width: 768px) {
  section.dc .dc-flex .item .number {
    width: 120px;
    height: 120px;
    margin-bottom: -84px;
    font-size: 15px;
    padding-top: 10px;
  }
}
section.dc .dc-flex .item .content {
  position: relative;
  padding: 15px;
  height: 100%;
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
}
@media (max-width: 768px) {
  section.dc .dc-flex .item .content {
    padding-bottom: 40px;
  }
}
section.dc .dc-flex .item .content > * {
  position: relative;
  z-index: 2;
}
section.dc .dc-flex .item .content .icon-ctn {
  margin: auto;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  section.dc .dc-flex .item .content .icon-ctn {
    width: 80px;
    height: 80px;
    margin-top: -10px;
  }
  section.dc .dc-flex .item .content .icon-ctn > img {
    width: 44px;
  }
}
section.dc .dc-flex .item .content .icon-ctn > * {
  position: relative;
  z-index: 2;
}
section.dc .dc-flex .item .content .icon-ctn::before {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
  opacity: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
}
section.dc .dc-flex .item .content::before {
  z-index: 1;
  display: block;
  content: "";
  transform: translate(-50%, 0);
  width: 150px;
  height: 150px;
  background: linear-gradient(20deg, #aa1519 0%, #bc2a29 40%, #c55644 50%, #cd7a5a 60%, #d3966b 70%, #d7aa78 80%, #dab67f 90%, #dbba82 100%);
  border-radius: 100%;
  opacity: 100%;
  position: absolute;
  top: -50px;
  left: 50%;
  filter: blur(13px);
}
@media (max-width: 768px) {
  section.dc .dc-flex .item .content::before {
    width: 120px;
    height: 120px;
  }
}
section.dc .dc-flex .item .content h3 {
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.dc .dc-flex .item .content h3 {
    margin-top: 10px;
  }
}
section.dc .dc-flex .item .content .gold {
  font-size: 30px;
  line-height: 50px;
  color: #c9ad6b;
}
@media (max-width: 768px) {
  section.dc .dc-flex .item .content .gold {
    font-size: 26px;
  }
}
section.dc .dc-flex .item .content .gold strong {
  font-style: italic;
  font-size: 44px;
  display: inline-block;
  margin-right: 3px;
}
section.dc .other-dc {
  margin-top: 0px;
  background-image: url(../images/layout/bg-2.jpg);
  background-position: top center;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  section.dc .other-dc {
    background-size: 200% 95%;
  }
}
section.dc .card-ctn {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 50px;
  column-gap: 50px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  section.dc .card-ctn {
    margin-top: 40px;
  }
}
section.dc .card-ctn .card {
  background-color: #fffbfa;
  border-radius: 28px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  width: 100%;
  margin-bottom: 50px;
  display: inline-block;
  padding: 30px;
}
@media (max-width: 768px) {
  section.dc .card-ctn .card {
    padding: 20px;
    margin-bottom: 20px;
  }
  section.dc .card-ctn .card .content {
    font-size: 18px;
  }
}
section.dc .card-ctn .card .title-ctn {
  display: flex;
  align-items: center;
  color: #c9ad6b;
  font-size: 30px;
  gap: 20px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  section.dc .card-ctn .card .title-ctn {
    font-size: 22px;
    gap: 12px;
  }
}
section.dc .card-ctn .card .title-ctn .icon-ctn {
  width: 66px;
  height: 66px;
  min-width: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  section.dc .card-ctn .card .title-ctn .icon-ctn {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
}
section.dc .card-ctn .card .title-ctn .icon-ctn > * {
  position: relative;
  z-index: 2;
  width: 55%;
}
section.dc .card-ctn .card .title-ctn .icon-ctn::before {
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c9ad6b;
  border-radius: 100%;
  opacity: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(3px);
}
section.dc .card-ctn .card .remarks {
  margin-top: 30px;
}
section.dc .card-ctn .card .popup-btn {
  text-decoration: underline;
  font-size: 20px;
  cursor: pointer;
}
section.dc .card-ctn .card .arrow-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  section.dc .card-ctn {
    display: flex;
    flex-direction: column;
  }
  section.dc .card-ctn .card:nth-child(1) {
    order: 1;
  }
  section.dc .card-ctn .card:nth-child(2) {
    order: 3;
  }
  section.dc .card-ctn .card:nth-child(3) {
    order: 2;
  }
  section.dc .card-ctn .card:nth-child(4) {
    order: 4;
  }
  section.dc .card-ctn:nth-child(2) {
    order: 99;
  }
}

.promotion {
  margin: 50px auto 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .promotion {
    align-items: flex-start;
    margin: 40px auto 40px;
  }
}

.break {
  float: unset;
}

.last ul {
  padding-left: 1em;
}
.last .card {
  width: 100%;
  margin-left: -0.3em;
  margin-bottom: 10px;
  font-size: 18px;
}
.last .card .content {
  font-size: 18px;
}
.last .card .remarks {
  margin-top: 30px;
}
.last .card .arrow-btn {
  margin-top: 30px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 25px;
  padding: 20px;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-width: calc(100% - 20px);
  width: 800px;
}
.popup .close {
  cursor: pointer;
  display: block;
  width: 22px;
  height: 22px;
  margin-left: auto;
  margin-bottom: -32px;
}
.popup .dot-title .text {
  font-size: 25px;
  margin-bottom: 0px;
  padding-right: 30px;
}
.popup .dot-title .gradient-dot {
  font-size: 17px;
}
.popup .content {
  font-size: 16px;
  width: 100%;
  max-height: calc(100vh - 150px);
  word-break: break-word;
  overflow: auto;
}

.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.floating-banner.placeholder {
  position: unset;
}
.floating-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.floating-banner .text {
  font-size: 28px;
  color: #c9ad6b;
}
@media (max-width: 768px) {
  .floating-banner .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .floating-banner .text:lang(en) {
    font-size: 18px;
  }
}
.floating-banner a {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #cdcdd1 0%, #cbc4b4 20%, #caba94 40%, #c9b27d 60%, #c9ae6f 80%, #c9ad6b 100%);
  width: 240px;
  border-radius: 100px;
  padding: 10px 20px;
  position: relative;
  font-size: 26px;
}
@media (max-width: 768px) {
  .floating-banner a {
    font-size: 18px;
  }
}
.floating-banner a::after {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
}
.floating-banner a:hover::after {
  transition: transform 1.2s;
  transform: translate(-100%, 0);
}

.unionpay {
  margin-bottom: -0.4em;
  width: 2.9em;
}/*# sourceMappingURL=style.css.map */