@charset "UTF-8";
#wrap {
  max-width: 100% !important;
  position: relative;
}

#logo_area {
  max-width: 100% !important;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.d-inline-block {
  display: inline-block;
}

#main_content_area {
  margin-top: 0;
}

#top_banner_area {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns {
  max-width: 100% !important;
}
#top_banner_area .large-12.columns img {
  width: 100%;
  display: block;
}

.banner-container {
  position: relative;
  overflow: hidden;
}
.banner-container a.first {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 44%;
  transform: translateX(-50%);
}
.banner-container a.first.etb_show {
  bottom: 11%;
}
@media (min-width: 40em) {
  .banner-container a.first {
    transform: none;
    left: auto;
    bottom: 7%;
    right: 13%;
    width: 19%;
  }
}
.banner-container a.first:lang(en) {
  bottom: 2%;
}
@media (min-width: 40em) {
  .banner-container a.first:lang(en) {
    bottom: 8%;
  }
}
.banner-container a.second {
  position: absolute;
  bottom: 12.5%;
  left: 50%;
  width: 44%;
  transform: translateX(-50%);
}
@media (min-width: 40em) {
  .banner-container a.second {
    transform: none;
    left: auto;
    bottom: 16%;
    right: 13%;
    width: 19%;
  }
}
.banner-container a.second:lang(en) {
  bottom: 2%;
}
@media (min-width: 40em) {
  .banner-container a.second:lang(en) {
    bottom: 11%;
  }
}

#banner-swiper {
  position: relative;
  padding-bottom: 0px;
}
@media screen and (min-width: 971px) {
  #banner-swiper {
    padding-bottom: 0px;
  }
}
#banner-swiper .swiper-button-prev {
  left: 0px;
}
@media screen and (min-width: 971px) {
  #banner-swiper .swiper-button-prev {
    left: 15px;
  }
}
#banner-swiper .swiper-button-next {
  right: 0px;
}
@media screen and (min-width: 971px) {
  #banner-swiper .swiper-button-next {
    right: 15px;
  }
}
#banner-swiper .swiper-button-next:after {
  transform: rotate(180deg);
}
#banner-swiper .swiper-button-prev:after,
#banner-swiper .swiper-button-next:after {
  content: "";
  background-size: cover;
  width: 14px;
  height: 25px;
}
@media screen and (min-width: 971px) {
  #banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#banner-swiper .swiper-pagination-bullet-active {
  background-color: var(--main-green);
}
#banner-swiper .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 971px) {
  #banner-swiper .swiper-pagination {
    bottom: 10px;
  }
}

*:lang(zh-cn) {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang SC", "Noto Sans CJK SC", "Arial", "Helvetica Neue", "Noto Sans", "Helvetica", "sans-serif", -apple-system, system-ui !important;
}

#footer .footer_state_area {
  max-width: 1420px;
  margin: 0 auto;
}

.green {
  color: #0d4b3a;
}

.section {
  margin: 0 auto;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.leadin {
  padding: 20px 0 80px;
}
@media (min-width: 971px) {
  .leadin {
    padding: 50px 0 60px;
  }
}
.leadin-warning {
  font-size: 12px;
  line-height: 18px;
  color: #4e4c49;
  padding: 10px;
  border: 1px solid #333;
  margin-bottom: 20px;
}
@media (min-width: 971px) {
  .leadin-warning {
    font-size: 16px;
    line-height: 22px;
    padding: 25px 30px;
    margin-bottom: 70px;
  }
}
.leadin-title {
  font-size: 24px;
  line-height: 32px;
  color: #02372c;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 971px) {
  .leadin-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 971px) {
  .leadin-title:lang(en) {
    line-height: 34px;
  }
}
.leadin-desc {
  margin-bottom: 20px;
}
.leadin-desc p {
  color: #4e4c49;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .leadin-desc p:lang(en) {
    line-height: 34px;
  }
}
.leadin-tnc p {
  font-size: 12px;
  line-height: 20px;
  color: #4e4c49;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .leadin-tnc p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.leadin-tnc p:last-child {
  margin-bottom: 0;
}
.leadin-tnc p a {
  text-decoration: underline;
  color: #055541;
}

#open-account {
  background: #D8E3D8;
  background: linear-gradient(90deg, rgb(216, 227, 216) 0%, rgb(169, 194, 169) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D8E3D8", endColorstr="#A9C2A9", GradientType=1);
}

.swiper-tab .tab-imgtitle__img {
  height: 40px;
}
@media (min-width: 971px) {
  .swiper-tab .tab-imgtitle__img {
    height: 54px;
  }
}
.swiper-tab .phone-imgtitle__txt {
  font-size: 20px;
  line-height: 64px;
}
@media (min-width: 971px) {
  .swiper-tab .phone-imgtitle__txt {
    font-size: 40px;
  }
}
.swiper-tab .phone-imgtitle__txt:lang(en) {
  line-height: 32px;
}
@media (min-width: 971px) {
  .swiper-tab .phone-imgtitle__txt:lang(en) {
    line-height: 64px;
  }
}
.remark p {
  font-size: 12px;
  line-height: 20px;
  color: #4e4c49;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .remark p {
    font-size: 16px;
    line-height: 24px;
  }
}
.remark-item-mb {
  margin-bottom: 20px;
}
.remark ol, .remark ul {
  margin-left: 24px;
  margin-bottom: 5px;
}
.remark ol li, .remark ul li {
  font-size: 12px;
  line-height: 20px;
  color: #4e4c49;
}
@media (min-width: 971px) {
  .remark ol li, .remark ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 970px) {
  .floating__wrapper {
    width: 100%;
  }
}
.floating__footer {
  background: rgb(222, 249, 161);
  background: linear-gradient(180deg, rgb(222, 249, 161) 0%, rgb(238, 252, 208) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#def9a1",endColorstr="#eefcd0",GradientType=1);
  padding: 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  bottom: -80px;
  transition: all 0.5s;
}
@media (min-width: 971px) {
  .floating__footer {
    max-width: 1200px;
    margin: 0 auto;
    transform: translateX(-50%);
    left: 50%;
    padding: 15px 30px 15px;
    bottom: -125px;
  }
}
.floating__footer.scrolling {
  bottom: 0;
}
.floating__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 970px) {
  .floating__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.floating__img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 971px) {
  .floating__img {
    margin-bottom: 0px;
    width: 65px;
  }
}
.floating__img.show-for-desktop {
  display: none;
}
@media (min-width: 971px) {
  .floating__img.show-for-desktop {
    display: block;
  }
}
.floating__img.show-for-mobile {
  display: block;
}
@media (min-width: 971px) {
  .floating__img.show-for-mobile {
    display: none;
  }
}
.floating__img img {
  width: 47px;
  min-width: 47px;
}
@media (min-width: 971px) {
  .floating__img img {
    width: 65px;
    min-width: 65px;
  }
}
.floating__text {
  padding-left: 0px;
  padding-right: 0px;
  color: #245442;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  width: calc(100% - 140px);
}
@media (min-width: 971px) {
  .floating__text {
    min-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 21px;
    line-height: 25px;
  }
}
.floating__text.show-for-desktop {
  display: none;
}
@media (min-width: 971px) {
  .floating__text.show-for-desktop {
    display: block;
  }
}
.floating__text.show-for-mobile {
  display: block;
}
@media (min-width: 971px) {
  .floating__text.show-for-mobile {
    display: none;
  }
}
.floating__text .parg {
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 971px) {
  .floating__text .parg {
    margin-bottom: 10px;
  }
}
@media (min-width: 971px) {
  .floating__text .flex {
    margin-bottom: 0px;
    display: flex;
  }
}
.floating__text .flex span {
  position: relative;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 971px) {
  .floating__text .flex span {
    margin-bottom: 0px;
    display: inline;
    width: 50%;
    padding-left: 35px;
    font-size: 18px;
    line-height: 21px;
  }
}
.floating__text .flex span:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../images/icon-tick.png") no-repeat;
  background-size: cover;
}
@media (min-width: 971px) {
  .floating__text .flex span:before {
    top: -3px;
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 971px) {
  .floating__text .flex span:last-child {
    margin-left: 2%;
    width: 48%;
  }
}
.floating__btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 970px) {
  .floating__btn {
    width: 140px;
    flex-wrap: wrap;
  }
}
.floating__btn a {
  padding: 5px;
  min-width: 180px;
  border-radius: 100px;
  font-weight: 700;
  color: #245442;
  font-size: 20px;
  text-align: center;
  background: #fff;
}
@media (min-width: 971px) {
  .floating__btn a {
    min-width: 200px;
    font-size: 28px;
    padding: 5px;
  }
}

.footer-remark {
  max-width: 1400px;
  padding-top: 20px;
  padding-bottom: 0;
  margin: 0 auto;
}
.footer-remark p {
  font-size: 16px;
  line-height: 24px;
  color: #4e4c49;
  text-align: left;
}

.tab {
  padding: 0px 0px 0px 0px;
  text-align: center;
}
@media screen and (min-width: 971px) {
  .tab {
    padding: 0px 0px 0px 0px;
  }
}
.tab-header {
  position: relative;
}
@media screen and (min-width: 971px) {
  .tab-header {
    border-top-right-radius: 70px;
  }
}
.tab__inner {
  position: relative;
  transform: translateY(25px);
  z-index: 1;
}
@media screen and (min-width: 971px) {
  .tab__inner {
    transform: translateY(50px);
  }
}
.tab__header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1720px;
  margin: 0 auto;
  background: #D8E3D8;
  background: linear-gradient(90deg, rgb(216, 227, 216) 0%, rgb(169, 194, 169) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D8E3D8", endColorstr="#A9C2A9", GradientType=1);
  border-radius: 15px;
  padding: 5px;
  box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.2);
  margin-top: -108px;
}
@media screen and (min-width: 971px) {
  .tab__header {
    border-radius: 25px;
    padding: 10px;
  }
}
.tab__item {
  width: 50%;
  color: #005642;
  padding: 15px 15px;
  cursor: pointer;
  border-top-right-radius: 30px;
}
@media screen and (min-width: 971px) {
  .tab__item {
    padding: 25px 15px;
  }
}
.tab__item__active {
  border-radius: 18px;
  background: #A37C16;
  background: linear-gradient(90deg, rgb(163, 124, 22) 0%, rgb(209, 185, 138) 50%, rgb(163, 124, 22) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A37C16", endColorstr="#A37C16", GradientType=1);
  color: #fff;
}
.tab__item__active .tab__text {
  font-weight: 700;
}
@media screen and (min-width: 971px) {
  .tab__item__inner {
    display: flex;
    align-items: center;
  }
}
.tab__icon {
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .tab__icon {
    margin-left: 0px;
    margin-bottom: 0px;
    width: 192px;
    text-align: right;
  }
}
.tab__icon img {
  width: 35%;
}
.tab__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 971px) {
  .tab__text {
    font-size: 30px;
    line-height: 38px;
  }
}
.tab__text sup {
  top: 0.25em;
}
@media screen and (min-width: 1240px) {
  .tab__text sup {
    top: 0.5em;
  }
}
.tab__content {
  padding: 65px 10px 15px 10px;
  display: none;
  background: url("../images/bg.jpg") repeat top center;
}
@media screen and (min-width: 971px) {
  .tab__content {
    position: relative;
    border: 0;
    padding: 105px 20px 45px 20px;
  }
}
.tab__content[data-tab="2"] .offer__btn a {
  background: #c39231;
  color: #fff;
}
.tab__content[data-tab="2"] .offer__btn a span:after {
  background: url(../images/white-btn-arrow.png) no-repeat;
}
.tab__content .container {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 970px) {
  .tab__content .container {
    padding: 0;
  }
}
.tab__content__active {
  display: block;
}
.tab__desc {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 971px) {
  .tab__desc {
    font-size: 28px;
    line-height: 36px;
  }
}
.tab__desc span {
  font-size: 32px;
  line-height: 40px;
}
@media screen and (min-width: 971px) {
  .tab__desc span {
    font-size: 40px;
    line-height: 48px;
  }
}
.tab__title {
  position: relative;
  color: #005642;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  padding: 40px 15px 50px;
}
@media screen and (min-width: 971px) {
  .tab__title {
    padding: 30px 0 60px;
    font-size: 40px;
    line-height: 48px;
  }
}
.tab__title.tab1__title:after, .tab__title.tab2__title:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  background: url("../images/bg-img1.png") no-repeat;
  background-size: cover;
  width: 234px;
  height: 154.5px;
  z-index: -1;
}
@media screen and (min-width: 971px) {
  .tab__title.tab1__title:after, .tab__title.tab2__title:after {
    width: 468px;
    height: 309px;
  }
}
@media screen and (max-width: 767px) {
  .tab__title.tab1__title {
    padding: 40px 45px 50px;
  }
}
.tab__title.tab1__title:after {
  top: 126px;
}
@media screen and (min-width: 971px) {
  .tab__title.tab1__title:after {
    top: 0;
  }
}
.tab__title.tab1__title span.flower {
  position: relative;
  display: inline-block;
}
.tab__title.tab1__title span.flower:before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/decoration-left.png") no-repeat;
  background-size: cover;
  width: 44px;
  height: 55px;
  z-index: -1;
}
.tab__title.tab1__title span.flower:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 45%;
  transform: translateY(-50%);
  background: url("../images/decoration-right.png") no-repeat;
  background-size: cover;
  width: 42px;
  height: 56px;
  z-index: -1;
}
@media screen and (min-width: 971px) {
  .tab__title.tab1__title span.flower:after {
    right: -60px;
    top: 25%;
  }
}
.tab__date {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
  color: #4e4c49;
}
.tab__date span {
  padding-left: 38px;
  position: relative;
}
.tab__date span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/calendar.png") no-repeat;
  width: 34px;
  height: 35px;
}
.tab__remark {
  font-size: 12px;
  text-align: left;
}

.offer {
  border-radius: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 971px) {
  .offer {
    margin-bottom: 65px;
  }
}
.offer:last-child {
  margin-bottom: 25px;
}
@media screen and (min-width: 971px) {
  .offer:last-child {
    margin-bottom: 35px;
  }
}
.offer__header {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
.offer__header:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  background: url("../images/show1.png") no-repeat;
  background-size: cover;
  width: 23px;
  height: 14px;
  transform: rotate(-180deg) translateY(-50%);
  margin-top: -16px;
}
@media screen and (min-width: 971px) {
  .offer__header:after {
    right: 70px;
    width: 35px;
    height: 21px;
  }
}
.offer__header.offer--expanded:after {
  content: "";
  transform: rotate(0deg);
  z-index: 1;
  margin-top: -7.5px;
}
.offer__header__inner {
  width: 100%;
  padding: 0px;
  display: flex;
  position: relative;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  align-items: stretch;
  min-height: 68px;
}
@media screen and (min-width: 971px) {
  .offer__header__inner {
    min-height: 142px;
    padding: 0px;
    display: flex;
  }
}
.offer__header__inner.tab2BG {
  background: rgb(190, 217, 198);
  background: linear-gradient(90deg, rgb(190, 217, 198) 0%, rgb(167, 194, 168) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bed9c6",endColorstr="#a7c2a8",GradientType=1);
}
.offer__header__inner.tab2BG .offer__offer {
  font-weight: 700;
  color: #a37c16;
}
.offer__header__inner.feature .offer__offer {
  background: #EDE2C5;
  background: linear-gradient(90deg, rgb(237, 226, 197) 0%, rgb(196, 165, 92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDE2C5", endColorstr="#C4A55C", GradientType=1);
  color: #6e471a;
}
.offer__icon {
  width: 60px;
}
@media screen and (min-width: 971px) {
  .offer__icon {
    width: 181px;
  }
}
.offer__icon img {
  width: 60px;
}
@media screen and (min-width: 971px) {
  .offer__icon img {
    width: 181px;
  }
}
.offer__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #A37C16;
  background: linear-gradient(0deg, rgb(163, 124, 22) 0%, rgb(163, 124, 22) 40%, rgb(209, 185, 138) 60%, rgb(209, 185, 138) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A37C16", endColorstr="#D1B98A", GradientType=0);
}
.offer__offer {
  width: 100%;
  background: #D8E3D8;
  background: linear-gradient(90deg, rgb(216, 227, 216) 0%, rgb(169, 194, 169) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D8E3D8", endColorstr="#A9C2A9", GradientType=1);
  display: flex;
  align-items: center;
  border-bottom: 3px solid #A37C16;
}
.offer__offer__inner {
  display: flex;
  align-items: flex-start;
}
.offer__offer__inner__num {
  color: #055541;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  padding-right: 10px;
}
@media screen and (min-width: 971px) {
  .offer__offer__inner__num {
    font-size: 40px;
    line-height: 54px;
  }
}
.offer__offer__inner span {
  font-weight: 700;
}
.offer__text, .offer__index, .offer__offer {
  color: #4e4c49;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0;
  padding-left: 15px;
  padding-right: 45px;
}
@media screen and (min-width: 971px) {
  .offer__text, .offer__index, .offer__offer {
    padding: 15px;
    padding-left: 65px;
    padding-right: 120px;
    font-size: 30px;
    line-height: 54px;
  }
}
@media screen and (min-width: 971px) {
  .offer__text:lang(en), .offer__index:lang(en), .offer__offer:lang(en) {
    line-height: 34px;
  }
}
.offer__text span, .offer__index span, .offer__offer span {
  color: #c39231;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 971px) {
  .offer__text span, .offer__index span, .offer__offer span {
    font-size: 40px;
    line-height: 54px;
  }
}
@media screen and (min-width: 971px) {
  .offer__text span:lang(en), .offer__index span:lang(en), .offer__offer span:lang(en) {
    line-height: 46px;
  }
}
.offer__text span.gold, .offer__index span.gold, .offer__offer span.gold {
  color: #c39231;
}
.offer__text span.smaller, .offer__index span.smaller, .offer__offer span.smaller {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 971px) {
  .offer__text span.smaller, .offer__index span.smaller, .offer__offer span.smaller {
    font-size: 30px;
    line-height: 54px;
  }
}
@media screen and (min-width: 971px) {
  .offer__text span.smaller:lang(en), .offer__index span.smaller:lang(en), .offer__offer span.smaller:lang(en) {
    line-height: 36px;
  }
}
.offer__content {
  background: rgb(218, 225, 215);
  background: linear-gradient(180deg, rgb(218, 225, 215) 0%, rgb(243, 243, 243) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dae1d7",endColorstr="#f3f3f3",GradientType=1);
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin-top: -15px;
  text-align: left;
}
@media screen and (min-width: 971px) {
  .offer__content {
    margin-top: -30px;
  }
}
.offer__content__inner {
  background: #E1E6E4;
  background: linear-gradient(0deg, rgb(225, 230, 228) 0%, rgb(250, 250, 250) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1E6E4", endColorstr="#FAFAFA", GradientType=0);
  padding: 30px 15px 15px;
}
@media screen and (min-width: 971px) {
  .offer__content__inner {
    padding: 60px 60px 50px;
  }
}
.offer__content__inner__desc {
  color: #4e4c49;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
}
@media screen and (min-width: 971px) {
  .offer__content__inner__desc {
    margin-bottom: 45px;
    font-size: 28px;
    line-height: 36px;
  }
}
.offer__content.offer--expanded {
  max-height: 6000px;
}
.offer__remark {
  font-size: 12px;
  text-align: left;
}
.offer__item {
  margin-bottom: 25px;
}
@media screen and (min-width: 971px) {
  .offer__item {
    margin-bottom: 40px;
  }
}
.offer__item:last-child {
  margin-bottom: 0;
}
.offer__tagline {
  font-size: 16px;
  line-height: 26px;
  color: #005642;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (min-width: 971px) {
  .offer__tagline {
    font-size: 22px;
    line-height: 32px;
  }
}
.offer__header__1 {
  font-size: 16px;
  line-height: 26px;
  color: #4e4c49;
  font-weight: 700;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 971px) {
  .offer__header__1 {
    font-size: 30px;
    line-height: 58px;
    display: inline-block;
    padding-right: 60px;
  }
}
.offer__header__1:after {
  content: "";
  background: #A67A26;
  background: linear-gradient(90deg, rgb(166, 122, 38) 0%, rgb(224, 214, 195) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A67A26", endColorstr="#E0D6C3", GradientType=1);
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (min-width: 971px) {
  .offer__header__1:after {
    bottom: 17px;
  }
}
.offer__header__1 span {
  font-size: 20px;
  line-height: 26px;
  color: #c39231;
}
@media screen and (min-width: 971px) {
  .offer__header__1 span {
    font-size: 40px;
    line-height: 58px;
  }
}
.offer__desc__1 {
  font-size: 16px;
  line-height: 26px;
  color: #4e4c49;
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .offer__desc__1 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 42px;
  }
}
.offer__desc__1 .bigger {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (min-width: 971px) {
  .offer__desc__1 .bigger {
    font-size: 22px;
    line-height: 32px;
  }
}
.offer .highlight {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (min-width: 971px) {
  .offer .highlight {
    font-size: 30px;
    line-height: 42px;
  }
}
.offer .gold {
  color: #c39231 !important;
}
.offer .green {
  color: #055541 !important;
}
.offer .desktop-two-col-inner {
  display: block;
}
@media screen and (min-width: 971px) {
  .offer .desktop-two-col-inner {
    display: flex;
    justify-content: space-between;
  }
}
.offer .desktop-two-col-item {
  background: #bbd1bd;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 971px) {
  .offer .desktop-two-col-item {
    margin-bottom: 0px;
    width: calc(50% - 10px);
  }
}
.offer .desktop-two-col-item-img {
  width: 100px;
  min-width: 100px;
}
@media screen and (min-width: 971px) {
  .offer .desktop-two-col-item-img {
    width: 185px;
    min-width: 185px;
  }
}
.offer .desktop-two-col-item-text {
  padding-left: 20px;
  color: #055541;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 971px) {
  .offer .desktop-two-col-item-text {
    font-size: 30px;
    line-height: 42px;
  }
}
.offer .desktop-two-col-item-text span {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 971px) {
  .offer .desktop-two-col-item-text span {
    font-size: 18px;
    line-height: 22px;
  }
}
.offer .desktop-two-col-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #4e4c49;
}
@media screen and (min-width: 971px) {
  .offer .desktop-two-col-row {
    font-size: 22px;
    line-height: 30px;
  }
}
.offer .desktop-two-col-row:last-child {
  margin-bottom: 0;
}
.offer .desktop-two-col-row a {
  color: #4e4c49;
}
.offer table {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 971px) {
  .offer table {
    margin-bottom: 40px;
  }
}
.offer table.luckydrawtable tr:not(:first-child) td {
  box-sizing: border-box;
}
.offer table.luckydrawtable tr:not(:first-child) td:nth-child(1) {
  width: 10%;
}
.offer table.luckydrawtable tr:not(:first-child) td:nth-child(2) {
  width: 40%;
}
.offer table.luckydrawtable tr:not(:first-child) td:nth-child(3) {
  width: 25%;
}
.offer table.luckydrawtable tr:not(:first-child) td:nth-child(4) {
  width: 25%;
}
.offer table.width-25 tr td {
  width: 25%;
}
.offer table tr.headBg td {
  background: #bbd1bd;
  font-weight: 700;
}
.offer table tr.headBg.dark td {
  background: #055541;
  color: #fff;
}
.offer table td {
  background: #fff;
  text-align: center;
  color: #02372c;
  border: 1px solid #d9e1d8;
  font-size: 12px;
  line-height: 16px;
  width: 25%;
  padding: 8px;
}
@media screen and (min-width: 971px) {
  .offer table td {
    padding: 20px;
    font-size: 22px;
    line-height: 26px;
    border: 2px solid #d9e1d8;
  }
}
.offer table td.green {
  font-weight: 700;
  background-color: #bbd1bd;
}
.offer table td .bigger {
  font-weight: 700;
}
@media screen and (max-width: 970px) {
  .offer table td .bigger {
    font-size: 20px;
    line-height: 32px;
  }
}
.offer table.text-left td {
  text-align: left;
}
.offer__list__icon__container {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 971px) {
  .offer__list__icon__container {
    margin-bottom: 10px;
  }
}
.offer__list__icon {
  width: 45px;
  min-width: 45px;
}
@media screen and (min-width: 971px) {
  .offer__list__icon {
    width: 60px;
    min-width: 60px;
  }
}
.offer__list__icon img {
  width: 45px;
  height: auto;
}
@media screen and (min-width: 971px) {
  .offer__list__icon img {
    width: 60px;
    height: auto;
  }
}
.offer__list__2__header {
  color: #4e4c49;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}
@media screen and (min-width: 971px) {
  .offer__list__2__header {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 42px;
  }
}
.offer__list__2 .with__card__horizontal {
  position: relative;
  padding-right: 90px;
  display: inline-block;
}
@media screen and (min-width: 971px) {
  .offer__list__2 .with__card__horizontal {
    padding-right: 110px;
  }
}
.offer__list__2 .with__card__vertical {
  position: relative;
  padding-right: 110px;
  display: inline-block;
}
@media screen and (min-width: 971px) {
  .offer__list__2 .with__card__vertical {
    padding-right: 130px;
  }
}
.offer__list__2 .cardfaceImg {
  position: absolute;
  right: 0;
  top: 0;
}
.offer__list__2 .cardfaceImg.horizontal {
  width: 80px;
  min-width: 80px;
}
@media screen and (min-width: 971px) {
  .offer__list__2 .cardfaceImg.horizontal {
    width: 100px;
    min-width: 100px;
  }
}
.offer__list__2 .cardfaceImg.vertical {
  width: 100px;
  min-width: 100px;
}
@media screen and (min-width: 971px) {
  .offer__list__2 .cardfaceImg.vertical {
    width: 120px;
    min-width: 120px;
  }
}
.offer__list__2 ul, .offer__list__2 li, .offer__list__2 p, .offer__list__2 ol {
  color: #4e4c49;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 971px) {
  .offer__list__2 ul, .offer__list__2 li, .offer__list__2 p, .offer__list__2 ol {
    font-size: 22px;
    line-height: 42px;
  }
}
.offer__list__2 ul, .offer__list__2 ol {
  margin-bottom: 15px;
  margin-left: 20px;
}
@media screen and (min-width: 971px) {
  .offer__list__2 ul, .offer__list__2 ol {
    margin-left: 24px;
    margin-bottom: 25px;
  }
}
.offer__list__2 ul.half, .offer__list__2 ol.half {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 10px;
}
.offer__list__2 ul.half li, .offer__list__2 ol.half li {
  color: #4e4c49;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 971px) {
  .offer__list__2 ul.half li, .offer__list__2 ol.half li {
    font-size: 28px;
    line-height: 36px;
  }
}
.offer__list__2 span.smaller {
  font-size: 14px;
  line-height: 22px;
  color: #4e4c49;
}
@media screen and (min-width: 971px) {
  .offer__list__2 span.smaller {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
  }
}
.offer__list ul, .offer__list li, .offer__list p {
  color: #4e4c49;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 971px) {
  .offer__list ul, .offer__list li, .offer__list p {
    font-size: 16px;
    line-height: 26px;
  }
}
.offer__list ul {
  margin-bottom: 15px;
  margin-left: 20px;
}
@media screen and (min-width: 971px) {
  .offer__list ul {
    margin-left: 24px;
    margin-bottom: 25px;
  }
}
.offer__remark__1 {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width: 971px) {
  .offer__remark__1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.offer__btn {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 971px) {
  .offer__btn {
    font-size: 22px;
    line-height: 32px;
    margin-top: 25px;
  }
}
.offer__btn a {
  background: #DBB56E;
  background: linear-gradient(90deg, rgb(219, 181, 110) 0%, rgb(184, 136, 42) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DBB56E", endColorstr="#B8882A", GradientType=1);
  display: inline-block;
  font-weight: 400;
  color: #6e471b;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 38px 10px 20px;
  border-radius: 100px;
  min-width: 190px;
  position: relative;
}
@media screen and (min-width: 971px) {
  .offer__btn a {
    padding: 16px 30px;
    font-size: 22px;
    line-height: 32px;
    min-width: 310px;
  }
}
.offer__btn a span {
  position: relative;
  display: block;
  z-index: 1;
}
.offer__btn a span:after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  background: url("../images/btn-arrow.png") no-repeat;
  background-size: cover;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
}
@media screen and (min-width: 971px) {
  .offer__btn a span:after {
    width: 27px;
    height: 26px;
    right: -8px;
  }
}
.offer__extra__1 {
  margin-top: 25px;
}
@media screen and (min-width: 971px) {
  .offer__extra__1 {
    margin-top: 45px;
  }
}
@media screen and (min-width: 971px) {
  .offer__gift__container {
    margin: 0 -10px;
    display: flex;
  }
}
.offer__gift__item {
  background: #bbd1bd;
  padding: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .offer__gift__item {
    padding: 30px;
    width: calc(50% - 10px);
    margin: 0 10px;
  }
}
.offer__gift__image {
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .offer__gift__image {
    margin-bottom: 20px;
  }
}
.offer__gift__image img {
  width: 100%;
}
.offer__gift__title {
  font-size: 16px;
  line-height: 30px;
  color: #085241;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .offer__gift__title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 38px;
  }
}
.offer__gift__desc {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}
@media screen and (min-width: 971px) {
  .offer__gift__desc {
    font-size: 22px;
    line-height: 34px;
  }
}

#learn-more {
  padding: 10px 0px;
}
@media screen and (min-width: 971px) {
  #learn-more {
    padding: 45px 0;
  }
}
#learn-more.without-video-section {
  background: #f3f3f3;
  text-align: left;
}
#learn-more .video-footer {
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  #learn-more .video-footer {
    margin-bottom: 20px;
    line-height: 30px;
  }
}

.learn-more-container {
  position: relative;
}
@media screen and (min-width: 971px) {
  .learn-more-container {
    display: grid;
    gap: 15px;
    grid-template-columns: 2fr 1fr;
  }
}
.learn-more-item {
  background: #baccb5;
  padding: 20px;
}
.learn-more-item-space {
  padding-bottom: 10px;
  background: #fff;
}
@media screen and (min-width: 971px) {
  .learn-more-item-space {
    padding-bottom: 15px;
  }
}
.learn-more-col-1 {
  background: #baccb5;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .learn-more-col-1 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 971px) {
  .learn-more-col-1 .learn-more-image {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 971px) {
  .learn-more-col-1 .learn-more-item {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }
}
.learn-more-col-2 {
  background: #baccb5;
  width: 100%;
}
.learn-more-col-2 .learn-more-btn a {
  width: 100%;
}
@media screen and (min-width: 971px) {
  .learn-more-col-2 .learn-more-btn a {
    min-height: 104px;
    display: flex;
    align-items: center;
  }
}
.learn-more-image {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 971px) {
  .learn-more-image {
    margin-bottom: 20px;
  }
}
.learn-more-image.video-thumbnail {
  padding: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 971px) {
  .learn-more-image.video-thumbnail {
    margin-bottom: 20px;
  }
}
.learn-more-image.video-thumbnail img {
  box-shadow: none;
}
.learn-more-image img {
  width: 100%;
}
.learn-more-desc {
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .learn-more-desc {
    margin-bottom: 25px;
  }
}
.learn-more-btn {
  margin-top: 0;
}
.learn-more-btn a span {
  width: 100%;
  padding-right: 15px;
}
@media screen and (min-width: 971px) {
  .learn-more-subitem-container {
    display: flex;
  }
}
.learn-more-subitem {
  margin-bottom: 20px;
}
@media screen and (min-width: 971px) {
  .learn-more-subitem {
    margin-bottom: 0px;
    width: 50%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 971px) {
  .learn-more-subitem:nth-child(1) {
    padding-right: 40px;
  }
}
@media screen and (min-width: 971px) {
  .learn-more-subitem:nth-child(2) {
    padding-left: 40px;
  }
}
.learn-more-subitem:last-child {
  margin-bottom: 0px;
  position: relative;
}
@media screen and (min-width: 971px) {
  .learn-more-subitem:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #055541;
    opacity: 0.3;
  }
}

.mgm__banner {
  background: #f3f3f3;
}
.mgm__banner.without-video-section {
  padding-bottom: 0px;
}
@media screen and (min-width: 971px) {
  .mgm__banner.without-video-section {
    padding-bottom: 0px;
  }
}
.mgm__header {
  text-align: left;
  display: block;
}
@media screen and (min-width: 971px) {
  .mgm__header {
    margin-bottom: 20px;
  }
}
.mgm__header .offer__header__1 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 971px) {
  .mgm__header .offer__header__1 {
    font-size: 32px;
    line-height: 42px;
    padding-left: 40px;
    padding-right: 60px;
  }
}
.mgm__header .offer__header__1:after {
  background: rgb(236, 240, 239);
  background: linear-gradient(90deg, rgb(236, 240, 239) 0%, rgb(0, 87, 68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ecf0ef",endColorstr="#005744",GradientType=1);
}
.mgm__image {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 971px) {
  .mgm__image {
    padding: 0;
  }
}
.mgm__image img {
  width: 100%;
}
.mgm__image img.desktop {
  display: none;
}
@media screen and (min-width: 971px) {
  .mgm__image img.desktop {
    display: block;
  }
}
.mgm__image img.mobile {
  display: block;
}
@media screen and (min-width: 971px) {
  .mgm__image img.mobile {
    display: none;
  }
}
.mgm__btn {
  position: absolute;
  left: 50%;
  bottom: 38%;
  transform: translateX(-50%);
}
@media screen and (min-width: 971px) {
  .mgm__btn {
    left: 38%;
    bottom: 5%;
  }
}
.mgm__btn:lang(en) {
  bottom: 35%;
}
@media screen and (min-width: 971px) {
  .mgm__btn:lang(en) {
    bottom: 5%;
  }
}
.mgm__btn a {
  font-size: 22px;
  line-height: 25px;
  font-weight: 400;
  padding: 15px 38px 15px 20px;
  text-align: left;
  min-width: 215px;
}

#video {
  padding-top: 20px;
  background: #f3f3f3;
}
#video-swiper {
  position: relative;
}
#video-swiper .swiper-button-prev {
  left: -10px;
}
#video-swiper .swiper-button-next {
  right: -10px;
}
#video-swiper .swiper-button-next:after {
  transform: rotate(180deg);
}
@media screen and (min-width: 971px) {
  #video-swiper .swiper-button-prev,
  #video-swiper .swiper-button-next {
    display: none;
  }
}
#video-swiper .swiper-button-prev:after,
#video-swiper .swiper-button-next:after {
  content: "";
  background-size: cover;
  width: 14px;
  height: 25px;
}

.video-left-img {
  width: 60%;
  overflow: hidden;
  margin-top: -30px;
}
@media screen and (min-width: 1900px) {
  .video-left-img {
    position: absolute;
    bottom: 0;
    left: -2%;
  }
}
.video-left-img img {
  transform: translateX(-3%) translateY(19%);
}
.video-right-img {
  width: 60%;
  padding: 0 15px;
  text-align: right;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 971px) {
  .video-right-img {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1900px) {
  .video-right-img {
    margin-top: -80px;
  }
}
.video-header {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  color: #055541;
}
@media screen and (min-width: 971px) {
  .video-header {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
.video-footer {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  color: #055541;
  margin-top: 0px;
}
@media screen and (min-width: 971px) {
  .video-footer {
    font-size: 22px;
    line-height: 40px;
  }
}
.video-swiper {
  border-top-right-radius: 70px;
  background: rgb(218, 235, 223);
  background: linear-gradient(90deg, rgb(218, 235, 223) 0%, rgb(166, 195, 166) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#daebdf",endColorstr="#a6c3a6",GradientType=1);
  padding: 20px 0px 0;
  margin-top: -120px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 971px) {
  .video-swiper {
    padding: 60px 0px 0px;
    margin-top: -150px;
  }
}
@media screen and (min-width: 1900px) {
  .video-swiper {
    padding: 60px 0px 140px;
  }
}
.video-thumbnail {
  padding: 30px;
  position: relative;
  cursor: pointer;
}
.video-thumbnail:after {
  content: "";
  background: url("../images/play-btn.png") no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 971px) {
  .video-thumbnail {
    margin: 0 auto;
  }
}
.video-thumbnail img {
  box-shadow: 1px 1px 25px 5px rgba(0, 0, 0, 0.3);
}

.brightcovePopUp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.brightcovePopUp .brightcoveOverlap {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.brightcovePopUp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  position: relative;
  z-index: 101;
}
.brightcovePopUp-wrapper .aspect-video {
  aspect-ratio: 16/9;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
}
.brightcovePopUp-wrapper iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.sticky-bottom .bottom-link span.gold {
  color: #c39231;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 971px) {
  .sticky-bottom .bottom-link span.gold {
    font-size: 20px;
    line-height: 28px;
  }
}

.remarkTable td {
  border: 1px solid #000;
  padding: 3px 8px;
  text-align: center;
  background-color: #ffffff;
  text-align: left;
}

html:not(.isETB) .etb_show {
  display: none !important;
}

html.isETB .etb_hide {
  display: none !important;
}

section.dfs {
  padding: 40px 0;
  background: #f3f3f3;
}
section.dfs .banner-img-ctn {
  position: relative;
}
section.dfs .banner-img-ctn .banner-img-link {
  display: inline-block;
  position: absolute;
  bottom: 4.5%;
  left: 16.1%;
  width: 2.3%;
  height: 5%;
}
@media screen and (max-width: 39.9375em) {
  section.dfs .banner-img-ctn .banner-img-link {
    bottom: 3.5%;
    left: 47.5%;
    width: 6.5%;
    height: 3.8%;
  }
}
section.dfs .banner-img {
  width: 100%;
}
section.dfs .hide-for-medium img {
  width: 100%;
}

#top_banner_area a.first {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background-color: #0a4b3d;
  border-radius: 50px;
  padding: 18px 15px;
  min-width: 360px;
  text-align: center;
  transform-origin: left bottom;
  right: unset;
  left: 65%;
  overflow: hidden;
}
#top_banner_area a.first:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(204, 171, 106, 0.8) 50%, rgba(0, 0, 0, 0) 75%);
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(50%, 0);
  background-size: 100%;
  animation: shine 4s linear infinite;
}
@keyframes shine {
  0% {
    transform: translate(50%, 0);
  }
  30% {
    transform: translate(50%, 0);
  }
  50% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 39.99em) {
  #top_banner_area a.first {
    transform-origin: left bottom;
    left: 50%;
  }
}

ul.symbol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0.6em;
}
ul.symbol li[data-symbol] {
  position: relative;
  padding-left: 1em;
}
ul.symbol li[data-symbol]:before {
  content: attr(data-symbol);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: inherit;
}

.dfs-card {
  text-align: left;
  background-image: url(../images/DFS_bg.jpg);
  background-size: 100% 100%;
  padding: 30px 30px 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .dfs-card {
    padding: 70px 30px 70px;
  }
}
.dfs-card .arrow1 {
  position: absolute;
  top: 0;
  left: 0;
}
.dfs-card .arrow2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dfs-card > * {
  position: relative;
  z-index: 2;
}
.dfs-card .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 30px;
  margin-bottom: 33px;
}
@media screen and (max-width: 970px) {
  .dfs-card .top {
    flex-direction: column;
    font-size: 25px;
    gap: 10px;
  }
}
.dfs-card .topic {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.dfs-card .content {
  font-size: 20px;
}
@media screen and (max-width: 970px) {
  .dfs-card .content {
    font-size: 22px;
  }
}
.dfs-card .content .flex-ctn {
  margin-top: 35px;
  font-size: 19px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dfs-card .content .flex-ctn ul {
  padding-left: 1.2em;
}
.dfs-card .content .flex-ctn > * {
  flex: 1;
  padding: 10px 10px 20px;
  border-radius: 15px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.2) 100%);
}
.dfs-card .content .flex-ctn > * .num {
  font-size: 20px;
  line-height: 1.8;
  width: 2em;
  height: 2em;
  background-color: #fff;
  border-radius: 100px 100px 0 0;
  text-align: center;
  color: #C39231;
  font-weight: bold;
  margin-top: -32px;
  margin-left: -10px;
}
.dfs-card .content .flex-ctn > * strong {
  font-size: 1.2em;
  color: #C39231;
}
.dfs-card .remarks {
  margin-top: 20px;
  font-size: 12px;
}
.dfs-card .remarks a {
  text-decoration: underline;
  color: #000;
}
.dfs-card .remarks .symbol {
  margin-left: 0;
}
.dfs-card .remarks .symbol li {
  margin: 10px 0;
}

@media screen and (min-width: 971px) {
  .gift-container {
    display: flex;
    gap: 30px;
  }
}
.gift-item {
  background: #f2e9c4;
  padding: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 971px) {
  .gift-item {
    margin-bottom: 0px;
    padding: 24px;
    flex: 1;
    width: 100%;
  }
}
.gift-item:last-child {
  margin-bottom: 0;
}
.gift-img {
  border-radius: 0 20px 0 20px;
  margin-bottom: 10px;
}
.gift-title {
  font-size: 24px;
  line-height: 32px;
  color: #a37c16;
}
@media screen and (min-width: 971px) {
  .gift-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.gift-desc {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
@media screen and (min-width: 971px) {
  .gift-desc {
    font-size: 22px;
    line-height: 30px;
  }
}

.gold-coin-card {
  margin-top: 80px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 970px) {
  .gold-coin-card {
    margin-top: 50px;
  }
}
.gold-coin-card img {
  width: 100%;
}

@media (min-width: 971px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 970px) {
  .md-hide {
    display: none !important;
  }
}

.link {
  color: #000;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */